Started by user Ondrej Dockal Running as Ondrej Dockal Agent centos-7-r6pb5 is provisioned from template centos-7 --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label: "migration_jipp-migration_centos-7" name: "centos-7-r6pb5" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.reddeer.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "centos-7-r6pb5" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "centos-7-r6pb5" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.reddeer.svc.cluster.local/reddeer/" image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-4.5" imagePullPolicy: "Always" 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: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - 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: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: beta.kubernetes.io/os: "linux" restartPolicy: "Never" securityContext: {} volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-reddeer" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Building remotely on centos-7-r6pb5 (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/reddeer.verification.parametrized The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://github.com/eclipse/reddeer.git > git init /home/jenkins/agent/workspace/reddeer.verification.parametrized # timeout=10 Fetching upstream changes from https://github.com/eclipse/reddeer.git > git --version # timeout=10 > git --version # 'git version 1.8.3.1' > git fetch --tags --progress https://github.com/eclipse/reddeer.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 Avoid second fetch > git rev-parse origin/master^{commit} # timeout=10 Checking out Revision fc6e4652e0321c26ec0801957ab0262c6b7d1702 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f fc6e4652e0321c26ec0801957ab0262c6b7d1702 # timeout=10 Commit message: "Remove warning 'useProjectSettings' (Fixes #2110)" > git rev-list --no-walk 811d11fce11da5712d235b55e1465c62b7b39c37 # timeout=10 $ pkill Xvnc $ pkill Xrealvnc $ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*" [reddeer.verification.parametrized] $ vncserver -list Starting xvnc [reddeer.verification.parametrized] $ Xvnc :30 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset Xvnc TigerVNC 1.8.0 - built Nov 16 2020 16:47:50 Copyright (C) 1999-2017 TigerVNC Team and many others (see README.txt) See http://www.tigervnc.org for information on TigerVNC. Underlying X server release 12004000, The X.Org Foundation Wed Mar 10 19:21:48 2021 vncext: VNC extension running! vncext: Listening for VNC connections on all interface(s), port 5930 vncext: created VNC server for screen 0 [reddeer.verification.parametrized] $ /bin/sh -xe /tmp/jenkins12184260207830204920.sh + metacity --sm-disable --replace [reddeer.verification.parametrized] $ /opt/tools/apache-maven/latest/bin/mvn -f /home/jenkins/agent/workspace/reddeer.verification.parametrized/pom.xml -Dmaven.test.error.ignore=true -Declipse-orbit-update-site=https://download.eclipse.org/tools/orbit/downloads/latest-R/ -Declipse-target-site=https://download.eclipse.org/releases/2021-03 -DskipTests=false -Djava.target.version=11 -Dmaven.test.failure.ignore=true -Dsurefire.timeout=9600 clean verify -U Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "3.10.0-1062.el7.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.common:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.common/pom.xml [INFO] Fetching p2.index from https://download.eclipse.org/releases/2021-03/ (122B) [INFO] Adding repository https://download.eclipse.org/releases/2021-03 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/releases/2021-03/ (489B) [INFO] Fetching compositeContent.xml from https://download.eclipse.org/technology/epp/packages/2021-03/ [INFO] Fetching content.jar from https://download.eclipse.org/technology/epp/packages/2021-03/202101141300/ (109.69kB) [INFO] Fetching content.jar from https://download.eclipse.org/technology/epp/packages/2021-03/202102041200/ (112.98kB) [INFO] Fetching content.jar from https://download.eclipse.org/technology/epp/packages/2021-03/202102251200/ (99.64kB) [INFO] Fetching content.jar from https://download.eclipse.org/technology/epp/packages/2021-03/202103041200/ (71.57kB) [INFO] Fetching p2.index from https://download.eclipse.org/releases/2021-03/202103051000/ (140B) [INFO] Fetching content.xml.xz from https://download.eclipse.org/releases/2021-03/202103051000/ (814.59kB) [INFO] Fetching p2.index from https://download.eclipse.org/releases/2021-03/202102261000/ (140B) [INFO] Fetching content.xml.xz from https://download.eclipse.org/releases/2021-03/202102261000/ (813.88kB) [INFO] Fetching p2.index from https://download.eclipse.org/releases/2021-03/202102051000/ (140B) [INFO] Fetching content.xml.xz from https://download.eclipse.org/releases/2021-03/202102051000/ (811.11kB) [INFO] Fetching p2.index from https://download.eclipse.org/technology/swtbot/snapshots/ (172B) [INFO] Adding repository https://download.eclipse.org/technology/swtbot/snapshots [INFO] Fetching content.xml.xz from https://download.eclipse.org/technology/swtbot/snapshots/ (11.79kB) [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/latest-R/ (134B) [INFO] Adding repository https://download.eclipse.org/tools/orbit/downloads/latest-R [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/latest-R/ [INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/ (106.52kB) [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/ (172B) [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/ (115.38kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.common:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.common/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.common:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.common/pom.xml [INFO] Fetching 202103051000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2021-03/ [INFO] Fetching org.eclipse.osgi.util_3.6.0.v20210212-1137.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (30.58kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.osgi.util_3.6.0.v20210212-1137.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (30.58kB) [INFO] Unpacking org.eclipse.osgi.util_3.6.0.v20210212-1137... [INFO] Fetching org.eclipse.osgi.services_3.10.0.v20210212-1137.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (43.93kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.osgi.services_3.10.0.v20210212-1137.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (43.93kB) [INFO] Unpacking org.eclipse.osgi.services_3.10.0.v20210212-1137... [INFO] Fetching org.eclipse.osgi_3.16.200.v20210212-1137.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (470.54kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.osgi_3.16.200.v20210212-1137.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (470.54kB) [INFO] Unpacking org.eclipse.osgi_3.16.200.v20210212-1137... [INFO] Fetching org.apache.felix.scr_2.1.24.v20200924-1939.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (155.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.felix.scr_2.1.24.v20200924-1939.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (155.35kB) [INFO] Unpacking org.apache.felix.scr_2.1.24.v20200924-1939... [INFO] Fetching org.eclipse.swt_3.116.0.v20210224-1103.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (16.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt_3.116.0.v20210224-1103.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (16.03kB) [INFO] Unpacking org.eclipse.swt_3.116.0.v20210224-1103... [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (29.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (29.18kB) [INFO] Unpacking org.hamcrest.core_1.3.0.v20180420-1519... [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.116.0.v20210224-1103.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (836.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.116.0.v20210224-1103.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (836.99kB) [INFO] Unpacking org.eclipse.swt.cocoa.macosx.x86_64_3.116.0.v20210224-1103... [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.116.0.v20210224-1103.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (1.18MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.116.0.v20210224-1103.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (1.18MB) [INFO] Unpacking org.eclipse.swt.win32.win32.x86_64_3.116.0.v20210224-1103... [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.116.0.v20210224-1103.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (976.62kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.116.0.v20210224-1103.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (976.62kB) [INFO] Unpacking org.eclipse.swt.gtk.linux.x86_64_3.116.0.v20210224-1103... [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.core:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.core:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.core:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.core/pom.xml [INFO] Fetching com.ibm.icu_67.1.0.v20200706-1749.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (9.67MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.ibm.icu_67.1.0.v20200706-1749.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (9.67MB) [INFO] Unpacking com.ibm.icu_67.1.0.v20200706-1749... [INFO] Fetching com.sun.jna_5.6.0.v20200716-0148.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (1.34MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.sun.jna_5.6.0.v20200716-0148.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (1.34MB) [INFO] Unpacking com.sun.jna_5.6.0.v20200716-0148... [INFO] Fetching com.sun.jna.platform_5.6.0.v20200722-0209.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (395.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.sun.jna.platform_5.6.0.v20200722-0209.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (395.02kB) [INFO] Unpacking com.sun.jna.platform_5.6.0.v20200722-0209... [INFO] Fetching javax.annotation_1.3.5.v20200909-1856.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (36.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching javax.annotation_1.3.5.v20200909-1856.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (36.66kB) [INFO] Unpacking javax.annotation_1.3.5.v20200909-1856... [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (35.59kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (95.26kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (16.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (16.71kB) [INFO] Unpacking org.w3c.dom.smil_1.0.1.v200903091627... [INFO] Fetching org.apache.xmlgraphics_2.4.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (255.73kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.xmlgraphics_2.4.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (255.73kB) [INFO] Unpacking org.apache.xmlgraphics_2.4.0.v20200622-2037... [INFO] Fetching org.apache.batik.constants_1.13.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (13kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.batik.constants_1.13.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (13kB) [INFO] Unpacking org.apache.batik.constants_1.13.0.v20200622-2037... [INFO] Fetching org.apache.batik.css_1.13.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (102.39kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.batik.css_1.13.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (102.39kB) [INFO] Unpacking org.apache.batik.css_1.13.0.v20200622-2037... [INFO] Fetching org.apache.batik.util_1.13.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (63.23kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.batik.util_1.13.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (63.23kB) [INFO] Unpacking org.apache.batik.util_1.13.0.v20200622-2037... [INFO] Fetching org.apache.batik.i18n_1.13.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (14.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.batik.i18n_1.13.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (14.47kB) [INFO] Unpacking org.apache.batik.i18n_1.13.0.v20200622-2037... [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (15.35kB) [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (33.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (33.71kB) [INFO] Unpacking org.apache.commons.logging_1.2.0.v20180409-1502... [INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (82.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (82.7kB) [INFO] Unpacking org.apache.commons.io_2.6.0.v20190123-2029... [INFO] Fetching org.eclipse.core.commands_3.9.800.v20201021-1339.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (43.1kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.commands_3.9.800.v20201021-1339.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (43.1kB) [INFO] Unpacking org.eclipse.core.commands_3.9.800.v20201021-1339... [INFO] Fetching org.eclipse.equinox.common_3.14.100.v20210212-1143.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (58.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.common_3.14.100.v20210212-1143.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (58.96kB) [INFO] Unpacking org.eclipse.equinox.common_3.14.100.v20210212-1143... [INFO] Fetching org.eclipse.core.contenttype_3.7.900.v20210111-0918.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (41.22kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.contenttype_3.7.900.v20210111-0918.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (41.22kB) [INFO] Unpacking org.eclipse.core.contenttype_3.7.900.v20210111-0918... [INFO] Fetching org.eclipse.equinox.preferences_3.8.200.v20210212-1143.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (55.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.preferences_3.8.200.v20210212-1143.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (55.51kB) [INFO] Unpacking org.eclipse.equinox.preferences_3.8.200.v20210212-1143... [INFO] Fetching org.eclipse.equinox.registry_3.10.100.v20210212-1143.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (77.13kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.registry_3.10.100.v20210212-1143.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (77.13kB) [INFO] Unpacking org.eclipse.equinox.registry_3.10.100.v20210212-1143... [INFO] Fetching org.eclipse.core.databinding_1.10.100.v20200926-1123.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (56.91kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.databinding_1.10.100.v20200926-1123.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (56.91kB) [INFO] Unpacking org.eclipse.core.databinding_1.10.100.v20200926-1123... [INFO] Fetching org.eclipse.core.databinding.observable_1.10.0.v20200730-0848.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (82.74kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.databinding.observable_1.10.0.v20200730-0848.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (82.74kB) [INFO] Unpacking org.eclipse.core.databinding.observable_1.10.0.v20200730-0848... [INFO] Fetching org.eclipse.core.databinding.property_1.8.100.v20200619-0651.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (44.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.databinding.property_1.8.100.v20200619-0651.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (44.71kB) [INFO] Unpacking org.eclipse.core.databinding.property_1.8.100.v20200619-0651... [INFO] Fetching org.eclipse.core.runtime_3.20.100.v20210111-0815.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (33.38kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.runtime_3.20.100.v20210111-0815.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (33.38kB) [INFO] Unpacking org.eclipse.core.runtime_3.20.100.v20210111-0815... [INFO] Fetching org.eclipse.core.expressions_3.7.100.v20210203-1000.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (33.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.expressions_3.7.100.v20210203-1000.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (33.72kB) [INFO] Unpacking org.eclipse.core.expressions_3.7.100.v20210203-1000... [INFO] Fetching org.eclipse.core.jobs_3.10.1100.v20210111-0815.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (46.09kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.jobs_3.10.1100.v20210111-0815.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (46.09kB) [INFO] Unpacking org.eclipse.core.jobs_3.10.1100.v20210111-0815... [INFO] Fetching org.eclipse.equinox.app_1.5.100.v20210212-1143.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (42.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.app_1.5.100.v20210212-1143.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (42.03kB) [INFO] Unpacking org.eclipse.equinox.app_1.5.100.v20210212-1143... [INFO] Fetching org.eclipse.e4.core.commands_0.13.0.v20201119-1132.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (13.78kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.commands_0.13.0.v20201119-1132.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (13.78kB) [INFO] Unpacking org.eclipse.e4.core.commands_0.13.0.v20201119-1132... [INFO] Fetching org.eclipse.e4.core.di_1.7.700.v20210128-2123.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (25.87kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.di_1.7.700.v20210128-2123.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (25.87kB) [INFO] Unpacking org.eclipse.e4.core.di_1.7.700.v20210128-2123... [INFO] Fetching javax.inject_1.0.0.v20091030.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (14.07kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.8.400.v20191217-1710.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (22.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.contexts_1.8.400.v20191217-1710.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (22.66kB) [INFO] Unpacking org.eclipse.e4.core.contexts_1.8.400.v20191217-1710... [INFO] Fetching org.eclipse.e4.core.services_2.2.600.v20210110-1654.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (27.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.services_2.2.600.v20210110-1654.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (27.94kB) [INFO] Unpacking org.eclipse.e4.core.services_2.2.600.v20210110-1654... [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (7.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (7.68kB) [INFO] Unpacking org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352... [INFO] Fetching org.eclipse.e4.core.di.extensions_0.16.0.v20200507-0938.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (7.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.di.extensions_0.16.0.v20200507-0938.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (7.72kB) [INFO] Unpacking org.eclipse.e4.core.di.extensions_0.16.0.v20200507-0938... [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.800.v20210110-1654.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (16.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.800.v20210110-1654.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (16.42kB) [INFO] Unpacking org.eclipse.e4.core.di.extensions.supplier_0.15.800.v20210110-1654... [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.800.v20200609-0849.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (21.73kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.800.v20200609-0849.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (21.73kB) [INFO] Unpacking org.eclipse.e4.emf.xpath_0.2.800.v20200609-0849... [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (107.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (107.16kB) [INFO] Unpacking org.apache.commons.jxpath_1.3.0.v200911051830... [INFO] Fetching org.eclipse.emf.ecore_2.23.0.v20200630-0516.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (484.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore_2.23.0.v20200630-0516.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (484.19kB) [INFO] Unpacking org.eclipse.emf.ecore_2.23.0.v20200630-0516... [INFO] Fetching org.eclipse.e4.ui.bindings_0.13.0.v20201119-1132.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (23.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.bindings_0.13.0.v20201119-1132.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (23.02kB) [INFO] Unpacking org.eclipse.e4.ui.bindings_0.13.0.v20201119-1132... [INFO] Fetching org.eclipse.e4.ui.services_1.5.0.v20210115-1333.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (13.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.services_1.5.0.v20210115-1333.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (13.14kB) [INFO] Unpacking org.eclipse.e4.ui.services_1.5.0.v20210115-1333... [INFO] Fetching org.eclipse.jface_3.22.100.v20210126-0831.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (362.4kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jface_3.22.100.v20210126-0831.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (362.4kB) [INFO] Unpacking org.eclipse.jface_3.22.100.v20210126-0831... [INFO] Fetching org.eclipse.e4.ui.css.core_0.13.0.v20201015-0653.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (66.15kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.css.core_0.13.0.v20201015-0653.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (66.15kB) [INFO] Unpacking org.eclipse.e4.ui.css.core_0.13.0.v20201015-0653... [INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.100.v20201217-1340.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (65.63kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.100.v20201217-1340.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (65.63kB) [INFO] Unpacking org.eclipse.e4.ui.css.swt_0.14.100.v20201217-1340... [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.0.v20201026-1147.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (16.78kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.0.v20201026-1147.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (16.78kB) [INFO] Unpacking org.eclipse.e4.ui.css.swt.theme_0.13.0.v20201026-1147... [INFO] Fetching org.eclipse.e4.ui.di_1.3.0.v20210222-1018.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (9.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.di_1.3.0.v20210222-1018.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (9.79kB) [INFO] Unpacking org.eclipse.e4.ui.di_1.3.0.v20210222-1018... [INFO] Fetching org.eclipse.e4.ui.dialogs_1.2.100.v20201109-2317.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (27.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.dialogs_1.2.100.v20201109-2317.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (27.64kB) [INFO] Unpacking org.eclipse.e4.ui.dialogs_1.2.100.v20201109-2317... [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.1000.v20210111-0958.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (110.28kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.1000.v20210111-0958.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (110.28kB) [INFO] Unpacking org.eclipse.e4.ui.model.workbench_2.1.1000.v20210111-0958... [INFO] Fetching org.eclipse.equinox.event_1.6.0.v20210212-1143.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (16.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.event_1.6.0.v20210212-1143.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (16.19kB) [INFO] Unpacking org.eclipse.equinox.event_1.6.0.v20210212-1143... [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.800.v20201021-1339.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (9.46kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.800.v20201021-1339.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (9.46kB) [INFO] Unpacking org.eclipse.e4.ui.widgets_1.2.800.v20201021-1339... [INFO] Fetching org.eclipse.e4.ui.workbench_1.12.100.v20210122-1731.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (84.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench_1.12.100.v20210122-1731.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (84.12kB) [INFO] Unpacking org.eclipse.e4.ui.workbench_1.12.100.v20210122-1731... [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (50.81kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (50.81kB) [INFO] Unpacking org.eclipse.emf.ecore.change_2.14.0.v20190528-0725... [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (84.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (84.06kB) [INFO] Unpacking org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725... [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.100.v20201221-2332.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (49.78kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.100.v20201221-2332.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (49.78kB) [INFO] Unpacking org.eclipse.e4.ui.workbench.addons.swt_1.4.100.v20201221-2332... [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.0.v20201125-0918.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (94.41kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.0.v20201125-0918.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (94.41kB) [INFO] Unpacking org.eclipse.e4.ui.workbench.renderers.swt_0.15.0.v20201125-0918... [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.16.0.v20201230-1610.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (62.6kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.16.0.v20201230-1610.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (62.6kB) [INFO] Unpacking org.eclipse.e4.ui.workbench.swt_0.16.0.v20201230-1610... [INFO] Fetching org.eclipse.jface.databinding_1.12.200.v20210111-0911.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (77.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jface.databinding_1.12.200.v20210111-0911.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (77.72kB) [INFO] Unpacking org.eclipse.jface.databinding_1.12.200.v20210111-0911... [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.500.v20201021-1339.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (13.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.500.v20201021-1339.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (13.07kB) [INFO] Unpacking org.eclipse.e4.ui.workbench3_0.15.500.v20201021-1339... [INFO] Fetching org.eclipse.urischeme_1.1.300.v20210113-1544.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (23.89kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.urischeme_1.1.300.v20210113-1544.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (23.89kB) [INFO] Unpacking org.eclipse.urischeme_1.1.300.v20210113-1544... [INFO] Fetching org.eclipse.emf.common_2.22.0.v20210114-1734.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (114.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.common_2.22.0.v20210114-1734.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (114.56kB) [INFO] Unpacking org.eclipse.emf.common_2.22.0.v20210114-1734... [INFO] Fetching org.eclipse.help_3.8.800.v20200525-0755.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (120.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.help_3.8.800.v20200525-0755.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (120.7kB) [INFO] Unpacking org.eclipse.help_3.8.800.v20200525-0755... [INFO] Fetching org.eclipse.jface.notifications_0.3.0.v20210218-1820.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (14.74kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jface.notifications_0.3.0.v20210218-1820.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (14.74kB) [INFO] Unpacking org.eclipse.jface.notifications_0.3.0.v20210218-1820... [INFO] Fetching org.eclipse.ui_3.119.0.v20210111-1350.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (339.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui_3.119.0.v20210111-1350.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (339.79kB) [INFO] Unpacking org.eclipse.ui_3.119.0.v20210111-1350... [INFO] Fetching org.eclipse.ui.workbench_3.122.100.v20210215-1525.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (960.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.workbench_3.122.100.v20210215-1525.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (960.47kB) [INFO] Unpacking org.eclipse.ui.workbench_3.122.100.v20210215-1525... [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.swt/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.swt/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.swt/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.workbench/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.workbench/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.workbench/pom.xml [INFO] Fetching org.eclipse.compare.core_3.6.1000.v20201020-1107.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (32.82kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.compare.core_3.6.1000.v20201020-1107.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (32.82kB) [INFO] Unpacking org.eclipse.compare.core_3.6.1000.v20201020-1107... [INFO] Fetching org.eclipse.core.filebuffers_3.6.1100.v20201029-1159.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (41.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.filebuffers_3.6.1100.v20201029-1159.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (41.14kB) [INFO] Unpacking org.eclipse.core.filebuffers_3.6.1100.v20201029-1159... [INFO] Fetching org.eclipse.text_3.11.0.v20210203-1022.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (100.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.text_3.11.0.v20210203-1022.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (100.65kB) [INFO] Unpacking org.eclipse.text_3.11.0.v20210203-1022... [INFO] Fetching org.eclipse.core.filesystem_1.7.700.v20200110-1734.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (27.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.filesystem_1.7.700.v20200110-1734.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (27.79kB) [INFO] Unpacking org.eclipse.core.filesystem_1.7.700.v20200110-1734... [INFO] Fetching org.eclipse.core.resources_3.14.0.v20210215-0934.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (877.43kB) [INFO] Fetching org.eclipse.e4.ui.ide_3.15.200.v20210108-1832.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (8.13kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.ide_3.15.200.v20210108-1832.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (8.13kB) [INFO] Unpacking org.eclipse.e4.ui.ide_3.15.200.v20210108-1832... [INFO] Fetching org.eclipse.equinox.bidi_1.3.100.v20210212-1143.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (23.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.bidi_1.3.100.v20210212-1143.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (23.98kB) [INFO] Unpacking org.eclipse.equinox.bidi_1.3.100.v20210212-1143... [INFO] Fetching org.eclipse.equinox.p2.core_2.6.300.v20200211-1504.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (32.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.core_2.6.300.v20200211-1504.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (32.04kB) [INFO] Unpacking org.eclipse.equinox.p2.core_2.6.300.v20200211-1504... [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.700.v20200511-1530.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (74.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.700.v20200511-1530.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (74.47kB) [INFO] Unpacking org.eclipse.equinox.p2.engine_2.6.700.v20200511-1530... [INFO] Fetching org.eclipse.equinox.p2.metadata_2.5.100.v20200908-1020.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (108kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.metadata_2.5.100.v20200908-1020.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (108kB) [INFO] Unpacking org.eclipse.equinox.p2.metadata_2.5.100.v20200908-1020... [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.500.v20210108-0738.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (50.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.500.v20210108-0738.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (50.79kB) [INFO] Unpacking org.eclipse.equinox.p2.metadata.repository_1.3.500.v20210108-0738... [INFO] Fetching org.eclipse.equinox.p2.repository_2.5.0.v20201013-0853.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (55.38kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.repository_2.5.0.v20201013-0853.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (55.38kB) [INFO] Unpacking org.eclipse.equinox.p2.repository_2.5.0.v20201013-0853... [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (44.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (44.42kB) [INFO] Unpacking org.tukaani.xz_1.8.0.v20180207-1613... [INFO] Fetching org.eclipse.equinox.security_1.3.600.v20210126-1005.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (44.86kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.security_1.3.600.v20210126-1005.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (44.86kB) [INFO] Unpacking org.eclipse.equinox.security_1.3.600.v20210126-1005... [INFO] Fetching org.eclipse.jface.text_3.17.0.v20210213-0904.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (317.43kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jface.text_3.17.0.v20210213-0904.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (317.43kB) [INFO] Unpacking org.eclipse.jface.text_3.17.0.v20210213-0904... [INFO] Fetching org.eclipse.ui.editors_3.14.0.v20210215-0846.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (200.97kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.editors_3.14.0.v20210215-0846.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (200.97kB) [INFO] Unpacking org.eclipse.ui.editors_3.14.0.v20210215-0846... [INFO] Fetching org.eclipse.ui.ide_3.18.100.v20210122-1536.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (950.29kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.ide_3.18.100.v20210122-1536.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (950.29kB) [INFO] Unpacking org.eclipse.ui.ide_3.18.100.v20210122-1536... [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.16.0.v20210120-0733.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (235.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.16.0.v20210120-0733.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (235.59kB) [INFO] Unpacking org.eclipse.ui.workbench.texteditor_3.16.0.v20210120-0733... [INFO] Fetching org.eclipse.ui.navigator_3.10.0.v20210111-1352.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (130.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.navigator_3.10.0.v20210111-1352.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (130.04kB) [INFO] Unpacking org.eclipse.ui.navigator_3.10.0.v20210111-1352... [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench.core:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.workbench.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench.core:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.workbench.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench.core:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.workbench.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench.core:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.e4.workbench.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench.core:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.e4.workbench.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench.core:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.e4.workbench.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.e4.workbench/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.e4.workbench/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.e4.workbench/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.uiforms:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.uiforms/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.uiforms:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.uiforms/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.uiforms:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.uiforms/pom.xml [INFO] Fetching org.eclipse.ui.forms_3.11.100.v20210108-1139.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (122.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.forms_3.11.100.v20210108-1139.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (122.98kB) [INFO] Unpacking org.eclipse.ui.forms_3.11.100.v20210108-1139... [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jface:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.jface/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jface:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.jface/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jface:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.jface/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.eclipse/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.eclipse/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.eclipse/pom.xml [INFO] Fetching com.fasterxml.jackson.core.jackson-annotations_2.12.1.v20210128-1726.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (32.74kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.fasterxml.jackson.core.jackson-annotations_2.12.1.v20210128-1726.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (32.74kB) [INFO] Unpacking com.fasterxml.jackson.core.jackson-annotations_2.12.1.v20210128-1726... [INFO] Fetching com.fasterxml.jackson.core.jackson-core_2.12.1.v20210128-1726.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (139.76kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.fasterxml.jackson.core.jackson-core_2.12.1.v20210128-1726.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (139.76kB) [INFO] Unpacking com.fasterxml.jackson.core.jackson-core_2.12.1.v20210128-1726... [INFO] Fetching com.fasterxml.jackson.core.jackson-databind_2.12.1.v20210128-1726.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (425.75kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.fasterxml.jackson.core.jackson-databind_2.12.1.v20210128-1726.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (425.75kB) [INFO] Unpacking com.fasterxml.jackson.core.jackson-databind_2.12.1.v20210128-1726... [INFO] Fetching org.eclipse.core.variables_3.4.800.v20200120-1101.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (18.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.variables_3.4.800.v20200120-1101.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (18.03kB) [INFO] Unpacking org.eclipse.core.variables_3.4.800.v20200120-1101... [INFO] Fetching org.eclipse.debug.core_3.18.0.v20210222-1101.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (125.97kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.debug.core_3.18.0.v20210222-1101.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (125.97kB) [INFO] Unpacking org.eclipse.debug.core_3.18.0.v20210222-1101... [INFO] Fetching org.eclipse.ui.console_3.10.100.v20201211-1511.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (84.58kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.console_3.10.100.v20201211-1511.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (84.58kB) [INFO] Unpacking org.eclipse.ui.console_3.10.100.v20201211-1511... [INFO] Fetching org.eclipse.debug.ui_3.14.800.v20210222-1101.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (1,018.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.debug.ui_3.14.800.v20210222-1101.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (1,018.14kB) [INFO] Unpacking org.eclipse.debug.ui_3.14.800.v20210222-1101... [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (19.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (19.47kB) [INFO] Unpacking org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702... [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.400.v20200319-1546.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (34.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.400.v20200319-1546.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (34.56kB) [INFO] Unpacking org.eclipse.equinox.frameworkadmin.equinox_1.1.400.v20200319-1546... [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.4.0.v20210129-2007.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (58.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.4.0.v20210129-2007.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (58.14kB) [INFO] Unpacking org.eclipse.equinox.p2.artifact.repository_1.4.0.v20210129-2007... [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.700.v20200904-1601.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (39.3kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.700.v20200904-1601.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (39.3kB) [INFO] Unpacking org.eclipse.equinox.p2.jarprocessor_1.1.700.v20200904-1601... [INFO] Fetching org.eclipse.equinox.p2.director_2.4.700.v20200511-1530.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (47.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.director_2.4.700.v20200511-1530.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (47.99kB) [INFO] Unpacking org.eclipse.equinox.p2.director_2.4.700.v20200511-1530... [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (116.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (116.64kB) [INFO] Unpacking org.sat4j.core_2.3.5.v201308161310... [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (81.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (81.19kB) [INFO] Unpacking org.sat4j.pb_2.3.5.v201404071733... [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.600.v20200721-1308.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (24.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.600.v20200721-1308.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (24.18kB) [INFO] Unpacking org.eclipse.equinox.simpleconfigurator_1.3.600.v20200721-1308... [INFO] Fetching org.eclipse.equinox.p2.operations_2.5.1000.v20201106-1246.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (31.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.operations_2.5.1000.v20201106-1246.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (31.94kB) [INFO] Unpacking org.eclipse.equinox.p2.operations_2.5.1000.v20201106-1246... [INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.500.v20210211-1133.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (43.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.500.v20210211-1133.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (43.03kB) [INFO] Unpacking org.eclipse.equinox.p2.publisher_1.5.500.v20210211-1133... [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20200211-1505.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (16.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20200211-1505.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (16.64kB) [INFO] Unpacking org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20200211-1505... [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.800.v20210205-1231.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (105.89kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.800.v20210205-1231.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (105.89kB) [INFO] Unpacking org.eclipse.equinox.p2.publisher.eclipse_1.3.800.v20210205-1231... [INFO] Fetching org.eclipse.equinox.p2.ui_2.7.0.v20210114-1216.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (288.69kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.ui_2.7.0.v20210114-1216.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (288.69kB) [INFO] Unpacking org.eclipse.equinox.p2.ui_2.7.0.v20210114-1216... [INFO] Fetching org.eclipse.equinox.security.ui_1.3.0.v20210121-0947.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (71.54kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.security.ui_1.3.0.v20210121-0947.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (71.54kB) [INFO] Unpacking org.eclipse.equinox.security.ui_1.3.0.v20210121-0947... [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.1.500.v20210108-0738.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (44.63kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.1.500.v20210108-0738.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (44.63kB) [INFO] Unpacking org.eclipse.equinox.p2.updatesite_1.1.500.v20210108-0738... [INFO] Fetching org.junit_4.13.0.v20200204-1500.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (123kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.junit_4.13.0.v20200204-1500.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (123kB) [INFO] Unpacking org.junit_4.13.0.v20200204-1500... [INFO] Fetching org.eclipse.ui.browser_3.6.1100.v20210118-1327.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (98.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.browser_3.6.1100.v20210118-1327.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (98.02kB) [INFO] Unpacking org.eclipse.ui.browser_3.6.1100.v20210118-1327... [INFO] Fetching org.eclipse.ui.views.log_1.2.1400.v20210122-1423.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (85.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.views.log_1.2.1400.v20210122-1423.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (85.04kB) [INFO] Unpacking org.eclipse.ui.views.log_1.2.1400.v20210122-1423... [INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (114.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (114.11kB) [INFO] Unpacking org.apache.commons.lang_2.6.0.v201404270220... [INFO] Fetching org.eclipse.wst.server.core_1.10.200.v202102111918.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (124.43kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.server.core_1.10.200.v202102111918.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (124.43kB) [INFO] Unpacking org.eclipse.wst.server.core_1.10.200.v202102111918... [INFO] Fetching org.eclipse.wst.server.ui_1.5.600.v202101040859.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (273.38kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.server.ui_1.5.600.v202101040859.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (273.38kB) [INFO] Unpacking org.eclipse.wst.server.ui_1.5.600.v202101040859... [INFO] Fetching org.json_1.0.0.v201011060100.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (31.86kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.json_1.0.0.v201011060100.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (31.86kB) [INFO] Unpacking org.json_1.0.0.v201011060100... [INFO] Fetching org.yaml.snakeyaml_1.27.0.v20201111-1638.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (100.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.yaml.snakeyaml_1.27.0.v20201111-1638.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (100.99kB) [INFO] Unpacking org.yaml.snakeyaml_1.27.0.v20201111-1638... [INFO] Fetching org.eclipse.wst.common.core_1.4.0.v202007161535.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (24.27kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.core_1.4.0.v202007161535.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (24.27kB) [INFO] Unpacking org.eclipse.wst.common.core_1.4.0.v202007161535... [INFO] Fetching org.eclipse.wst.internet.monitor.core_1.0.700.v202007170127.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (30.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.internet.monitor.core_1.0.700.v202007170127.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (30.16kB) [INFO] Unpacking org.eclipse.wst.internet.monitor.core_1.0.700.v202007170127... [INFO] Fetching org.eclipse.wst.server.discovery_1.3.300.v202101040859.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (43.09kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.server.discovery_1.3.300.v202101040859.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (43.09kB) [INFO] Unpacking org.eclipse.wst.server.discovery_1.3.300.v202101040859... [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.gef/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.gef/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.gef/pom.xml [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (215.67kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (215.67kB) [INFO] Unpacking org.eclipse.draw2d_3.10.100.201606061308... [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (366.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (366.65kB) [INFO] Unpacking org.eclipse.gef_3.11.0.201606061308... [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef.spy:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.gef.spy/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef.spy:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.gef.spy/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef.spy:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.gef.spy/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.graphiti/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.graphiti/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.graphiti/pom.xml [INFO] Fetching org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (59.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (59.59kB) [INFO] Unpacking org.eclipse.emf.common.ui_2.18.0.v20190507-0402... [INFO] Fetching org.eclipse.emf.edit_2.16.0.v20190920-0401.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (96.81kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.edit_2.16.0.v20190920-0401.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (96.81kB) [INFO] Unpacking org.eclipse.emf.edit_2.16.0.v20190920-0401... [INFO] Fetching org.eclipse.emf.edit.ui_2.19.0.v20200917-1406.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (109.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.edit.ui_2.19.0.v20200917-1406.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (109.05kB) [INFO] Unpacking org.eclipse.emf.edit.ui_2.19.0.v20200917-1406... [INFO] Fetching org.eclipse.ui.views_3.11.0.v20210111-1351.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (47.88kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.views_3.11.0.v20210111-1351.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (47.88kB) [INFO] Unpacking org.eclipse.ui.views_3.11.0.v20210111-1351... [INFO] Fetching org.eclipse.emf.transaction_1.9.1.201805140824.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (169.13kB) [INFO] Fetching org.eclipse.emf.validation_1.8.0.202008210805.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (403.7kB) [INFO] Fetching org.eclipse.emf.workspace_1.5.1.201805140824.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (85.1kB) [INFO] Fetching org.eclipse.graphiti_0.17.0.202005151449.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (95.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.graphiti_0.17.0.202005151449.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (95.59kB) [INFO] Unpacking org.eclipse.graphiti_0.17.0.202005151449... [INFO] Fetching org.eclipse.graphiti.mm_0.17.0.202005151449.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (58.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.graphiti.mm_0.17.0.202005151449.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (58.02kB) [INFO] Unpacking org.eclipse.graphiti.mm_0.17.0.202005151449... [INFO] Fetching org.eclipse.graphiti.ui_0.17.0.202005151449.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (226.34kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.graphiti.ui_0.17.0.202005151449.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (226.34kB) [INFO] Unpacking org.eclipse.graphiti.ui_0.17.0.202005151449... [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.100.v20201223-1348.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (40.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.100.v20201223-1348.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (40.42kB) [INFO] Unpacking org.eclipse.ui.views.properties.tabbed_3.9.100.v20201223-1348... [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.direct:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.direct/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.direct:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.direct/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.direct:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.direct/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.junit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.junit/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.junit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jdt.junit:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.jdt.junit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jdt.junit:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.jdt.junit/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jdt.junit:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.jdt.junit/pom.xml [INFO] Fetching org.eclipse.jdt.junit.runtime_3.5.500.v20210112-0706.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (24.62kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.junit.runtime_3.5.500.v20210112-0706.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (24.62kB) [INFO] Unpacking org.eclipse.jdt.junit.runtime_3.5.500.v20210112-0706... [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit.extension:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.junit.extension/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit.extension:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.junit.extension/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit.extension:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.junit.extension/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.requirements:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.requirements/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.requirements:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.requirements/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.requirements:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.requirements/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.ui/pom.xml [INFO] Fetching org.apache.ant_1.10.9.v20201106-1946.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (2.85MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.ant_1.10.9.v20201106-1946.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (2.85MB) [INFO] Unpacking org.apache.ant_1.10.9.v20201106-1946... [INFO] Fetching org.eclipse.ant.core_3.5.800.v20200608-1251.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (71.46kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ant.core_3.5.800.v20200608-1251.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (71.46kB) [INFO] Unpacking org.eclipse.ant.core_3.5.800.v20200608-1251... [INFO] Fetching org.eclipse.ant.launching_1.2.1000.v20200610-1458.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (102.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ant.launching_1.2.1000.v20200610-1458.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (102.05kB) [INFO] Unpacking org.eclipse.ant.launching_1.2.1000.v20200610-1458... [INFO] Fetching org.eclipse.jdt.launching_3.19.100.v20210217-1644.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (282.34kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.launching_3.19.100.v20210217-1644.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (282.34kB) [INFO] Unpacking org.eclipse.jdt.launching_3.19.100.v20210217-1644... [INFO] Fetching org.eclipse.core.externaltools_1.1.800.v20201105-0600.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (20.85kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.externaltools_1.1.800.v20201105-0600.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (20.85kB) [INFO] Unpacking org.eclipse.core.externaltools_1.1.800.v20201105-0600... [INFO] Fetching org.eclipse.jdt.core_3.25.0.v20210223-0522.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (6.91MB) [INFO] Fetching org.eclipse.ui.externaltools_3.4.900.v20201105-0600.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (65.62kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.externaltools_3.4.900.v20201105-0600.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (65.62kB) [INFO] Unpacking org.eclipse.ui.externaltools_3.4.900.v20201105-0600... [INFO] Fetching org.eclipse.jdt.ui_3.22.100.v20210224-0730.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (3.94MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.ui_3.22.100.v20210224-0730.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (3.94MB) [INFO] Unpacking org.eclipse.jdt.ui_3.22.100.v20210224-0730... [INFO] Fetching org.eclipse.jdt.debug.ui_3.12.200.v20210224-0638.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (1.67MB) [INFO] Fetching org.eclipse.team.core_3.8.1100.v20200806-0621.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (124.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.team.core_3.8.1100.v20200806-0621.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (124.96kB) [INFO] Unpacking org.eclipse.team.core_3.8.1100.v20200806-0621... [INFO] Fetching org.eclipse.ltk.core.refactoring_3.11.300.v20210208-1217.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (105.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ltk.core.refactoring_3.11.300.v20210208-1217.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (105.56kB) [INFO] Unpacking org.eclipse.ltk.core.refactoring_3.11.300.v20210208-1217... [INFO] Fetching org.eclipse.jdt.junit_3.11.1100.v20210203-1102.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (232.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.junit_3.11.1100.v20210203-1102.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (232.08kB) [INFO] Unpacking org.eclipse.jdt.junit_3.11.1100.v20210203-1102... [INFO] Fetching org.eclipse.ant.ui_3.7.1200.v20210206-1820.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (475.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ant.ui_3.7.1200.v20210206-1820.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (475.35kB) [INFO] Unpacking org.eclipse.ant.ui_3.7.1200.v20210206-1820... [INFO] Fetching org.eclipse.compare_3.7.1300.v20210114-0707.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (306.78kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.compare_3.7.1300.v20210114-0707.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (306.78kB) [INFO] Unpacking org.eclipse.compare_3.7.1300.v20210114-0707... [INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.600.v20200511-1530.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (37.85kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.600.v20200511-1530.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (37.85kB) [INFO] Unpacking org.eclipse.equinox.p2.director.app_1.1.600.v20200511-1530... [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.400.v20200221-1022.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (13.86kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.400.v20200221-1022.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (13.86kB) [INFO] Unpacking org.eclipse.equinox.p2.garbagecollector_1.1.400.v20200221-1022... [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.600.v20210114-1107.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (122.23kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.600.v20210114-1107.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (122.23kB) [INFO] Unpacking org.eclipse.equinox.p2.repository.tools_2.2.600.v20210114-1107... [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.800.v20210115-1344.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (46.61kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.800.v20210115-1344.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (46.61kB) [INFO] Unpacking org.eclipse.equinox.p2.touchpoint.eclipse_2.2.800.v20210115-1344... [INFO] Fetching org.eclipse.jdt.core.manipulation_1.14.300.v20210224-0730.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (532.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.core.manipulation_1.14.300.v20210224-0730.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (532.14kB) [INFO] Unpacking org.eclipse.jdt.core.manipulation_1.14.300.v20210224-0730... [INFO] Fetching org.eclipse.jdt.debug_3.17.100.v20210220-1238.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (901.43kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.debug_3.17.100.v20210220-1238.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (901.43kB) [INFO] Unpacking org.eclipse.jdt.debug_3.17.100.v20210220-1238... [INFO] Fetching org.eclipse.search_3.13.0.v20210212-0759.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (214.1kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.search_3.13.0.v20210212-0759.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (214.1kB) [INFO] Unpacking org.eclipse.search_3.13.0.v20210212-0759... [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.11.300.v20210112-0706.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (176.89kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.11.300.v20210112-0706.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (176.89kB) [INFO] Unpacking org.eclipse.ltk.ui.refactoring_3.11.300.v20210112-0706... [INFO] Fetching org.eclipse.jdt.junit.core_3.10.1000.v20210112-0706.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (65.62kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.junit.core_3.10.1000.v20210112-0706.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (65.62kB) [INFO] Unpacking org.eclipse.jdt.junit.core_3.10.1000.v20210112-0706... [INFO] Fetching org.eclipse.team.ui_3.8.1200.v20210204-1156.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (491.61kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.team.ui_3.8.1200.v20210204-1156.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (491.61kB) [INFO] Unpacking org.eclipse.team.ui_3.8.1200.v20210204-1156... [INFO] Fetching org.eclipse.ui.navigator.resources_3.8.0.v20210209-1136.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (70.23kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.navigator.resources_3.8.0.v20210209-1136.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (70.23kB) [INFO] Unpacking org.eclipse.ui.navigator.resources_3.8.0.v20210209-1136... [INFO] Fetching org.eclipse.pde.build_3.10.1000.v20210130-0813.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (477.13kB) [INFO] Fetching org.eclipse.pde.core_3.14.200.v20210208-1154.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (1.33MB) [INFO] Fetching org.eclipse.pde.launching_3.9.200.v20201208-1742.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (51.57kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.pde.launching_3.9.200.v20201208-1742.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (51.57kB) [INFO] Unpacking org.eclipse.pde.launching_3.9.200.v20201208-1742... [INFO] Fetching org.eclipse.ui.intro_3.6.100.v20210119-2223.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (142.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.intro_3.6.100.v20210119-2223.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (142.08kB) [INFO] Unpacking org.eclipse.ui.intro_3.6.100.v20210119-2223... [INFO] Fetching org.eclipse.ui.cheatsheets_3.7.200.v20210121-1039.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (150.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.cheatsheets_3.7.200.v20210121-1039.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (150.08kB) [INFO] Unpacking org.eclipse.ui.cheatsheets_3.7.200.v20210121-1039... [INFO] Fetching org.eclipse.ui.trace_1.2.0.v20210110-1242.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (26.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.trace_1.2.0.v20210110-1242.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (26.19kB) [INFO] Unpacking org.eclipse.ui.trace_1.2.0.v20210110-1242... [INFO] Fetching org.eclipse.ui.genericeditor_1.2.0.v20210129-1224.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (51.41kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.genericeditor_1.2.0.v20210129-1224.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (51.41kB) [INFO] Unpacking org.eclipse.ui.genericeditor_1.2.0.v20210129-1224... [INFO] Fetching org.eclipse.pde.ui_3.13.0.v20210209-0833.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (1.45MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.pde.ui_3.13.0.v20210209-0833.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (1.45MB) [INFO] Unpacking org.eclipse.pde.ui_3.13.0.v20210209-0833... [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.spy:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.spy/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.spy:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.spy/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.spy:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.spy/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.recorder:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.recorder/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.recorder:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.recorder/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.recorder:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.recorder/pom.xml [INFO] Fetching org.eclipse.swtbot.generator_3.1.0.202010191425.jar.pack.gz from https://download.eclipse.org/technology/swtbot/snapshots/plugins/ (40.1kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swtbot.generator_3.1.0.202010191425.jar.pack.gz from https://download.eclipse.org/technology/swtbot/snapshots/plugins/ (40.1kB) [INFO] Unpacking org.eclipse.swtbot.generator_3.1.0.202010191425... [INFO] Fetching org.eclipse.swtbot.generator.jdt_3.1.0.202010191425.jar.pack.gz from https://download.eclipse.org/technology/swtbot/snapshots/plugins/ (25.55kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swtbot.generator.jdt_3.1.0.202010191425.jar.pack.gz from https://download.eclipse.org/technology/swtbot/snapshots/plugins/ (25.55kB) [INFO] Unpacking org.eclipse.swtbot.generator.jdt_3.1.0.202010191425... [INFO] Fetching org.eclipse.swtbot.generator.ui_3.1.0.202010191425.jar.pack.gz from https://download.eclipse.org/technology/swtbot/snapshots/plugins/ (12.88kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swtbot.generator.ui_3.1.0.202010191425.jar.pack.gz from https://download.eclipse.org/technology/swtbot/snapshots/plugins/ (12.88kB) [INFO] Unpacking org.eclipse.swtbot.generator.ui_3.1.0.202010191425... [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.go:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.go/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.go:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.go/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.go:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.go/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.logparser:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.logparser/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.logparser:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.logparser/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.logparser:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.logparser/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.codegen:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.codegen/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.codegen:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.codegen/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.codegen:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.codegen/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/test-apps/org.eclipse.reddeer.e4/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/test-apps/org.eclipse.reddeer.e4/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/test-apps/org.eclipse.reddeer.e4/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.common.test:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.common.test:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.common.test:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/pom.xml [INFO] Fetching org.eclipse.core.net_1.3.1000.v20200715-0827.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (31.78kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.net_1.3.1000.v20200715-0827.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (31.78kB) [INFO] Unpacking org.eclipse.core.net_1.3.1000.v20200715-0827... [INFO] Fetching org.eclipse.equinox.launcher_1.6.100.v20201223-0822.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (29.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.launcher_1.6.100.v20201223-0822.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (29.99kB) [INFO] Unpacking org.eclipse.equinox.launcher_1.6.100.v20201223-0822... [INFO] Fetching org.eclipse.ui.ide.application_1.4.0.v20210122-1423.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (56.26kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.ide.application_1.4.0.v20210122-1423.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (56.26kB) [INFO] Unpacking org.eclipse.ui.ide.application_1.4.0.v20210122-1423... [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.core.test:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.core.test:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.core.test:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/pom.xml [INFO] Fetching org.slf4j.api_1.7.30.v20200204-2150.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (24kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.slf4j.api_1.7.30.v20200204-2150.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (24kB) [INFO] Unpacking org.slf4j.api_1.7.30.v20200204-2150... [INFO] Fetching com.google.guava_27.1.0.v20190517-1946.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (743.15kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.google.guava_27.1.0.v20190517-1946.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (743.15kB) [INFO] Unpacking com.google.guava_27.1.0.v20190517-1946... [INFO] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/orbit/downloads/drops/R20201118194144/repository/ [INFO] Fetching org.slf4j.jcl_1.7.2.v20130115-1340.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (14.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.slf4j.jcl_1.7.2.v20130115-1340.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (14.59kB) [INFO] Unpacking org.slf4j.jcl_1.7.2.v20130115-1340... [INFO] Fetching org.apache.xerces_2.12.1.v20210115-0812.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (440.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.xerces_2.12.1.v20210115-0812.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (440.18kB) [INFO] Unpacking org.apache.xerces_2.12.1.v20210115-0812... [INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (45.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (45.51kB) [INFO] Unpacking org.apache.xml.resolver_1.2.0.v201005080400... [INFO] Fetching org.eclipse.core.databinding.beans_1.7.200.v20210111-0759.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (26.17kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.databinding.beans_1.7.200.v20210111-0759.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (26.17kB) [INFO] Unpacking org.eclipse.core.databinding.beans_1.7.200.v20210111-0759... [INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (61.15kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (61.15kB) [INFO] Unpacking org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451... [INFO] Fetching org.eclipse.m2e.archetype.common_1.16.0.20201125-2132.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (1.92MB) [INFO] Fetching org.eclipse.m2e.maven.runtime_1.16.0.20210129-0849.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (7.61MB) [INFO] Fetching org.eclipse.m2e.maven.indexer_1.17.1.20210129-0849.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (7.79MB) [INFO] Fetching org.eclipse.m2e.workspace.cli_0.3.1.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (15.56kB) [INFO] Fetching org.eclipse.m2e.core_1.17.2.20210211-1654.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (200.83kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.core_1.17.2.20210211-1654.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (200.83kB) [INFO] Unpacking org.eclipse.m2e.core_1.17.2.20210211-1654... [INFO] Fetching org.eclipse.m2e.model.edit_1.16.1.20210115-0930.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (128.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.model.edit_1.16.1.20210115-0930.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (128.11kB) [INFO] Unpacking org.eclipse.m2e.model.edit_1.16.1.20210115-0930... [INFO] Fetching org.eclipse.m2e.core.ui_1.17.2.20210219-1922.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (266.89kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.core.ui_1.17.2.20210219-1922.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (266.89kB) [INFO] Unpacking org.eclipse.m2e.core.ui_1.17.2.20210219-1922... [INFO] Fetching org.eclipse.m2e.maven.runtime.slf4j.simple_1.16.0.20200610-1735.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (19.43kB) [INFO] Fetching org.eclipse.wst.common.uriresolver_1.3.0.v202007161535.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (25.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.uriresolver_1.3.0.v202007161535.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (25.66kB) [INFO] Unpacking org.eclipse.wst.common.uriresolver_1.3.0.v202007161535... [INFO] Fetching org.eclipse.wst.common.emf_1.2.700.v202007161535.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (77.52kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.emf_1.2.700.v202007161535.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (77.52kB) [INFO] Unpacking org.eclipse.wst.common.emf_1.2.700.v202007161535... [INFO] Fetching org.eclipse.wst.sse.core_1.2.600.v202102110535.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (156.26kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.sse.core_1.2.600.v202102110535.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (156.26kB) [INFO] Unpacking org.eclipse.wst.sse.core_1.2.600.v202102110535... [INFO] Fetching org.eclipse.wst.xml.core_1.2.300.v202102110535.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (255.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.xml.core_1.2.300.v202102110535.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (255.19kB) [INFO] Unpacking org.eclipse.wst.xml.core_1.2.300.v202102110535... [INFO] Fetching org.eclipse.wst.common.frameworks_1.2.202.v202007142017.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (43.2kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.frameworks_1.2.202.v202007142017.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (43.2kB) [INFO] Unpacking org.eclipse.wst.common.frameworks_1.2.202.v202007142017... [INFO] Fetching org.eclipse.wst.common.environment_1.0.401.v202007142017.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (20.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.environment_1.0.401.v202007142017.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (20.08kB) [INFO] Unpacking org.eclipse.wst.common.environment_1.0.401.v202007142017... [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt.test:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt.test:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt.test:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench.test:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench.test:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench.test:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/pom.xml [INFO] Fetching org.eclipse.jdt_3.18.700.v20210224-1800.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (29.43kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt_3.18.700.v20210224-1800.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (29.43kB) [INFO] Unpacking org.eclipse.jdt_3.18.700.v20210224-1800... [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.uiforms.test:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.uiforms.test:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.uiforms.test:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jface.test:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jface.test:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jface.test:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse.test:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/pom.xml [INFO] Fetching p2.index from http://download.eclipse.org/datatools/updates/1.14.100-SNAPSHOT/repository/ (172B) [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/ (30.03kB) [INFO] Fetching p2.index from http://download.eclipse.org/tm/updates/3.7.100-SNAPSHOT/repository/ (172B) [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/ (12.01kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse.test:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse.test:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/pom.xml [INFO] Fetching org.apache.lucene.core_7.5.0.v20181003-1532.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (899.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.lucene.core_7.5.0.v20181003-1532.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (899.59kB) [INFO] Unpacking org.apache.lucene.core_7.5.0.v20181003-1532... [INFO] Fetching org.apache.lucene.analyzers-common_8.4.1.v20200122-1459.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (696.23kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.lucene.analyzers-common_8.4.1.v20200122-1459.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (696.23kB) [INFO] Unpacking org.apache.lucene.analyzers-common_8.4.1.v20200122-1459... [INFO] Fetching org.apache.lucene.core_8.4.1.v20200122-1459.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (962.55kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.lucene.core_8.4.1.v20200122-1459.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (962.55kB) [INFO] Unpacking org.apache.lucene.core_8.4.1.v20200122-1459... [INFO] Fetching org.apache.lucene.queryparser_7.5.0.v20181003-1532.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (135.95kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.lucene.queryparser_7.5.0.v20181003-1532.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (135.95kB) [INFO] Unpacking org.apache.lucene.queryparser_7.5.0.v20181003-1532... [INFO] Fetching org.eclipse.datatools.connectivity_1.14.102.201911250848.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (271kB) [INFO] Fetching org.eclipse.datatools.connectivity.db.generic_1.2.101.201811012051.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (17.58kB) [INFO] Fetching org.eclipse.datatools.connectivity.dbdefinition.genericJDBC_1.2.101.201811012051.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (13.22kB) [INFO] Fetching org.eclipse.datatools.modelbase.sql_1.2.101.201811012051.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (566.22kB) [INFO] Fetching org.eclipse.datatools.modelbase.dbdefinition_1.2.101.201811012051.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (166.46kB) [INFO] Fetching org.eclipse.datatools.connectivity.sqm.core_1.4.101.201811012051.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (344.11kB) [INFO] Fetching org.eclipse.datatools.connectivity.ui_1.4.101.201811012051.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (563.55kB) [INFO] Fetching org.eclipse.datatools.help_1.7.101.201811012051.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (17.93kB) [INFO] Fetching org.eclipse.datatools.connectivity.sqm.core.ui_1.4.101.201811012051.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (340.77kB) [INFO] Fetching org.eclipse.datatools.modelbase.sql.query_1.3.201.201811012051.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (621.78kB) [INFO] Fetching org.eclipse.datatools.sqltools.common.ui_1.2.200.202008192017.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (228.76kB) [INFO] Fetching org.eclipse.datatools.sqltools.sql_1.2.101.201811012051.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (92kB) [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.editor.core_1.2.101.202008192017.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (189.46kB) [INFO] Fetching org.eclipse.datatools.sqltools.plan_1.2.101.201811012051.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (130.23kB) [INFO] Fetching org.eclipse.datatools.sqltools.sql.ui_1.2.101.201811012051.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (31.85kB) [INFO] Fetching org.eclipse.datatools.sqltools.editor.core.ui_1.2.101.201811012051.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (46.9kB) [INFO] Fetching org.eclipse.datatools.sqltools.result.ui_1.3.101.201811012051.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (369.86kB) [INFO] Fetching org.eclipse.datatools.sqltools.sqleditor_1.2.201.202009292210.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (463.57kB) [INFO] Fetching org.eclipse.datatools.sqltools.sqlscrapbook_1.2.101.201811012051.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (139.67kB) [INFO] Fetching org.eclipse.emf.codegen_2.21.0.v20200708-0547.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (126.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.codegen_2.21.0.v20200708-0547.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (126.92kB) [INFO] Unpacking org.eclipse.emf.codegen_2.21.0.v20200708-0547... [INFO] Fetching org.eclipse.jdt.junit4.runtime_1.1.1500.v20210112-1623.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (13.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.junit4.runtime_1.1.1500.v20210112-1623.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (13.16kB) [INFO] Unpacking org.eclipse.jdt.junit4.runtime_1.1.1500.v20210112-1623... [INFO] Fetching org.eclipse.jem_2.0.600.v201903222024.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (92.87kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jem_2.0.600.v201903222024.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (92.87kB) [INFO] Unpacking org.eclipse.jem_2.0.600.v201903222024... [INFO] Fetching org.eclipse.jem.util_2.1.202.v202007142017.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (47.41kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jem.util_2.1.202.v202007142017.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (47.41kB) [INFO] Unpacking org.eclipse.jem.util_2.1.202.v202007142017... [INFO] Fetching org.eclipse.jem.workbench_2.1.0.v202101081429.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (37.61kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jem.workbench_2.1.0.v202101081429.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (37.61kB) [INFO] Unpacking org.eclipse.jem.workbench_2.1.0.v202101081429... [INFO] Fetching org.eclipse.jst.common.annotations.controller_1.1.300.v201903222024.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (22.2kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.common.annotations.controller_1.1.300.v201903222024.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (22.2kB) [INFO] Unpacking org.eclipse.jst.common.annotations.controller_1.1.300.v201903222024... [INFO] Fetching org.eclipse.jst.common.annotations.core_1.1.300.v201903222024.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (13.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.common.annotations.core_1.1.300.v201903222024.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (13.64kB) [INFO] Unpacking org.eclipse.jst.common.annotations.core_1.1.300.v201903222024... [INFO] Fetching org.eclipse.jst.common.frameworks_1.1.701.v201903222024.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (46.43kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.common.frameworks_1.1.701.v201903222024.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (46.43kB) [INFO] Unpacking org.eclipse.jst.common.frameworks_1.1.701.v201903222024... [INFO] Fetching org.eclipse.wst.common.modulecore_1.3.101.v202007161535.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (130.13kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.modulecore_1.3.101.v202007161535.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (130.13kB) [INFO] Unpacking org.eclipse.wst.common.modulecore_1.3.101.v202007161535... [INFO] Fetching org.eclipse.wst.common.emfworkbench.integration_1.2.102.v202007161535.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (53.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.emfworkbench.integration_1.2.102.v202007161535.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (53.03kB) [INFO] Unpacking org.eclipse.wst.common.emfworkbench.integration_1.2.102.v202007161535... [INFO] Fetching org.eclipse.wst.validation_1.2.801.v202007142017.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (134.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.validation_1.2.801.v202007142017.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (134.56kB) [INFO] Unpacking org.eclipse.wst.validation_1.2.801.v202007142017... [INFO] Fetching org.eclipse.wst.common.project.facet.core_1.4.401.v202007142017.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (119.17kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.project.facet.core_1.4.401.v202007142017.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (119.17kB) [INFO] Unpacking org.eclipse.wst.common.project.facet.core_1.4.401.v202007142017... [INFO] Fetching org.eclipse.jst.common.project.facet.core_1.10.0.v202101040919.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (65.41kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.common.project.facet.core_1.10.0.v202101040919.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (65.41kB) [INFO] Unpacking org.eclipse.jst.common.project.facet.core_1.10.0.v202101040919... [INFO] Fetching org.eclipse.jst.common.project.facet.ui_1.4.511.v202007142017.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (51.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.common.project.facet.ui_1.4.511.v202007142017.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (51.04kB) [INFO] Unpacking org.eclipse.jst.common.project.facet.ui_1.4.511.v202007142017... [INFO] Fetching org.eclipse.wst.common.project.facet.ui_1.4.602.v202007142017.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (91.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.project.facet.ui_1.4.602.v202007142017.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (91.72kB) [INFO] Unpacking org.eclipse.wst.common.project.facet.ui_1.4.602.v202007142017... [INFO] Fetching org.eclipse.jst.common.ui_1.0.301.v201903222024.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (30.95kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.common.ui_1.0.301.v201903222024.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (30.95kB) [INFO] Unpacking org.eclipse.jst.common.ui_1.0.301.v201903222024... [INFO] Fetching org.eclipse.wst.common.modulecore.ui_1.0.302.v202007142017.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (49.55kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.modulecore.ui_1.0.302.v202007142017.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (49.55kB) [INFO] Unpacking org.eclipse.wst.common.modulecore.ui_1.0.302.v202007142017... [INFO] Fetching org.eclipse.jst.ejb.ui_1.1.911.v201903222024.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (326.88kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.ejb.ui_1.1.911.v201903222024.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (326.88kB) [INFO] Unpacking org.eclipse.jst.ejb.ui_1.1.911.v201903222024... [INFO] Fetching org.eclipse.wst.common.frameworks.ui_1.2.401.v202007142017.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (53.31kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.frameworks.ui_1.2.401.v202007142017.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (53.31kB) [INFO] Unpacking org.eclipse.wst.common.frameworks.ui_1.2.401.v202007142017... [INFO] Fetching org.eclipse.jst.j2ee.ejb_1.1.901.v201903222024.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (119.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.j2ee.ejb_1.1.901.v201903222024.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (119.7kB) [INFO] Unpacking org.eclipse.jst.j2ee.ejb_1.1.901.v201903222024... [INFO] Fetching org.eclipse.jst.j2ee_1.2.500.v202101072335.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (856.86kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.j2ee_1.2.500.v202101072335.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (856.86kB) [INFO] Unpacking org.eclipse.jst.j2ee_1.2.500.v202101072335... [INFO] Fetching org.eclipse.jst.j2ee.core_1.4.3.v202101042017.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (590.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.j2ee.core_1.4.3.v202101042017.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (590.06kB) [INFO] Unpacking org.eclipse.jst.j2ee.core_1.4.3.v202101042017... [INFO] Fetching org.eclipse.jst.j2ee.ui_1.1.931.v202007170603.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (356.62kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.j2ee.ui_1.1.931.v202007170603.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (356.62kB) [INFO] Unpacking org.eclipse.jst.j2ee.ui_1.1.931.v202007170603... [INFO] Fetching org.eclipse.wst.web.ui_1.2.103.v202101180039.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (43.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.web.ui_1.2.103.v202101180039.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (43.66kB) [INFO] Unpacking org.eclipse.wst.web.ui_1.2.103.v202101180039... [INFO] Fetching org.eclipse.wst.validation.ui_1.2.601.v202007142017.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (49.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.validation.ui_1.2.601.v202007142017.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (49.06kB) [INFO] Unpacking org.eclipse.wst.validation.ui_1.2.601.v202007142017... [INFO] Fetching org.eclipse.wst.web_1.3.0.v202101070402.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (36.58kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.web_1.3.0.v202101070402.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (36.58kB) [INFO] Unpacking org.eclipse.wst.web_1.3.0.v202101070402... [INFO] Fetching org.eclipse.jst.jee.ui_1.0.901.v201903222025.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (72.91kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.jee.ui_1.0.901.v201903222025.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (72.91kB) [INFO] Unpacking org.eclipse.jst.jee.ui_1.0.901.v201903222025... [INFO] Fetching org.eclipse.jst.server.core_1.2.600.v202007170127.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (31.67kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.server.core_1.2.600.v202007170127.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (31.67kB) [INFO] Unpacking org.eclipse.jst.server.core_1.2.600.v202007170127... [INFO] Fetching org.eclipse.jst.jee_1.0.902.v201905281719.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (39.86kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.jee_1.0.902.v201905281719.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (39.86kB) [INFO] Unpacking org.eclipse.jst.jee_1.0.902.v201905281719... [INFO] Fetching org.eclipse.jst.j2ee.ejb.annotation.model_1.1.500.v201910291429.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (25.27kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.j2ee.ejb.annotation.model_1.1.500.v201910291429.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (25.27kB) [INFO] Unpacking org.eclipse.jst.j2ee.ejb.annotation.model_1.1.500.v201910291429... [INFO] Fetching org.eclipse.jst.j2ee.jca_1.1.1000.v201904091346.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (39.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.j2ee.jca_1.1.1000.v201904091346.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (39.11kB) [INFO] Unpacking org.eclipse.jst.j2ee.jca_1.1.1000.v201904091346... [INFO] Fetching org.eclipse.jst.j2ee.jca.ui_1.1.601.v201904091346.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (15.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.j2ee.jca.ui_1.1.601.v201904091346.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (15.98kB) [INFO] Unpacking org.eclipse.jst.j2ee.jca.ui_1.1.601.v201904091346... [INFO] Fetching org.eclipse.jst.j2ee.navigator.ui_1.1.800.v202007170603.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (172.13kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.j2ee.navigator.ui_1.1.800.v202007170603.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (172.13kB) [INFO] Unpacking org.eclipse.jst.j2ee.navigator.ui_1.1.800.v202007170603... [INFO] Fetching org.eclipse.jst.j2ee.web_1.1.1000.v202102050432.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (222.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.j2ee.web_1.1.1000.v202102050432.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (222.35kB) [INFO] Unpacking org.eclipse.jst.j2ee.web_1.1.1000.v202102050432... [INFO] Fetching org.eclipse.wst.common.ui_1.2.100.v202101112327.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (57.53kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.ui_1.2.100.v202101112327.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (57.53kB) [INFO] Unpacking org.eclipse.wst.common.ui_1.2.100.v202101112327... [INFO] Fetching org.eclipse.jst.servlet.ui_1.1.1000.v202101042017.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (78.74kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.servlet.ui_1.1.1000.v202101042017.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (78.74kB) [INFO] Unpacking org.eclipse.jst.servlet.ui_1.1.1000.v202101042017... [INFO] Fetching org.eclipse.wst.css.core_1.3.0.v202101180039.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (180.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.css.core_1.3.0.v202101180039.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (180.72kB) [INFO] Unpacking org.eclipse.wst.css.core_1.3.0.v202101180039... [INFO] Fetching org.eclipse.wst.css.ui_1.2.0.v202101180039.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (120.4kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.css.ui_1.2.0.v202101180039.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (120.4kB) [INFO] Unpacking org.eclipse.wst.css.ui_1.2.0.v202101180039... [INFO] Fetching org.eclipse.wst.xml.ui_1.2.600.v202102222242.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (335.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.xml.ui_1.2.600.v202102222242.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (335.96kB) [INFO] Unpacking org.eclipse.wst.xml.ui_1.2.600.v202102222242... [INFO] Fetching org.eclipse.wst.sse.ui_1.7.100.v202008192217.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (315.28kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.sse.ui_1.7.100.v202008192217.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (315.28kB) [INFO] Unpacking org.eclipse.wst.sse.ui_1.7.100.v202008192217... [INFO] Fetching org.eclipse.wst.html.core_1.4.0.v202101180039.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (210.43kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.html.core_1.4.0.v202101180039.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (210.43kB) [INFO] Unpacking org.eclipse.wst.html.core_1.4.0.v202101180039... [INFO] Fetching org.eclipse.wst.html.ui_1.1.501.v202101180039.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (116.54kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.html.ui_1.1.501.v202101180039.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (116.54kB) [INFO] Unpacking org.eclipse.wst.html.ui_1.1.501.v202101180039... [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef.test:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.gef.test/pom.xml [INFO] Fetching p2.index from http://download.eclipse.org/tools/gef/updates/legacy/releases/ (130B) [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 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.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.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.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.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.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.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.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.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.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.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] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef.test:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.gef.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef.test:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.gef.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti.test:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.graphiti.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti.test:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.graphiti.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti.test:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.graphiti.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.direct.test:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.direct.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.direct.test:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.direct.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.direct.test:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.direct.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit.test:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.junit.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit.test:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.junit.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit.test:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/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/R20210223232630/repository/plugins/ (634.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching net.bytebuddy.byte-buddy_1.9.0.v20181107-1410.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (634.79kB) [INFO] Unpacking net.bytebuddy.byte-buddy_1.9.0.v20181107-1410... [INFO] Fetching net.bytebuddy.byte-buddy-agent_1.9.0.v20181106-1534.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (23.9kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching net.bytebuddy.byte-buddy-agent_1.9.0.v20181106-1534.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (23.9kB) [INFO] Unpacking net.bytebuddy.byte-buddy-agent_1.9.0.v20181106-1534... [INFO] Fetching org.hamcrest.library_1.3.0.v20180524-2246.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (32.1kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.hamcrest.library_1.3.0.v20180524-2246.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (32.1kB) [INFO] Unpacking org.hamcrest.library_1.3.0.v20180524-2246... [INFO] Fetching org.mockito_2.23.0.v20200310-1642.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (170.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.mockito_2.23.0.v20200310-1642.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (170.66kB) [INFO] Unpacking org.mockito_2.23.0.v20200310-1642... [INFO] Fetching org.objenesis_2.6.0.v20180420-1519.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (27.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.objenesis_2.6.0.v20180420-1519.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (27.19kB) [INFO] Unpacking org.objenesis_2.6.0.v20180420-1519... [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.requirements.test:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.requirements.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.requirements.test:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.requirements.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.requirements.test:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.requirements.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui.test:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.ui.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui.test:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.ui.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui.test:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.ui.test/pom.xml [INFO] Fetching org.eclipse.pde.junit.runtime_3.5.1000.v20210110-1048.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (13.33kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.pde.junit.runtime_3.5.1000.v20210110-1048.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (13.33kB) [INFO] Unpacking org.eclipse.pde.junit.runtime_3.5.1000.v20210110-1048... [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench.test:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.e4.workbench.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench.test:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.e4.workbench.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench.test:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.e4.workbench.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.integration.test:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.integration.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.integration.test:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.integration.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.integration.test:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.integration.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.feature:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.e4.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.feature:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.e4.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.feature:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.e4.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse.feature:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.eclipse.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse.feature:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.eclipse.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse.feature:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.eclipse.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef.spy.feature:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.gef.spy.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef.spy.feature:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.gef.spy.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef.spy.feature:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.gef.spy.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt.feature:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.swt.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt.feature:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.swt.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt.feature:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.swt.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.tests.feature:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.tests.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.tests.feature:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.tests.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.tests.feature:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.tests.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui.feature:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.ui.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui.feature:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.ui.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui.feature:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.ui.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.recorder.feature:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.recorder.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.recorder.feature:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.recorder.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.recorder.feature:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.recorder.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti.feature:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.graphiti.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti.feature:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.graphiti.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti.feature:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.graphiti.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.spy.feature:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.spy.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.spy.feature:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.spy.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.spy.feature:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.spy.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.logparser.feature:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.logparser.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.logparser.feature:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.logparser.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.logparser.feature:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.logparser.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.codegen.feature:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.codegen.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.codegen.feature:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.codegen.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.codegen.feature:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.codegen.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.site:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/site/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.site:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/site/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.site:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/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 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 Integration and Eclipse Installation 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 CodeGen Feature [eclipse-feature] [INFO] RedDeer Site [eclipse-repository] [INFO] RedDeer Archetype [maven-archetype] [INFO] [INFO] ---------------------< org.eclipse.reddeer:parent >--------------------- [INFO] Building RedDeer Parent POM File 3.3.0-SNAPSHOT [1/58] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ parent --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ parent --- [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.verification.parametrized/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ parent --- [INFO] [INFO] --------------------< org.eclipse.reddeer:plugins >--------------------- [INFO] Building RedDeer Plugins 3.3.0-SNAPSHOT [2/58] [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.verification.parametrized/plugins/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ plugins --- [INFO] [INFO] -----------< org.eclipse.reddeer:org.eclipse.reddeer.common >----------- [INFO] Building RedDeer Common 3.3.0-SNAPSHOT [3/58] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.common --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.common --- [INFO] The project's OSGi version is 3.3.0.v20210310-1921 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.reddeer.common --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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.verification.parametrized/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 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.reddeer.common --- [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.common:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.common/pom.xml [INFO] Compiling 36 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/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.verification.parametrized/plugins/org.eclipse.reddeer.common/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.reddeer.common --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.common/target/org.eclipse.reddeer.common-3.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.reddeer.common --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.common --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.common/target/org.eclipse.reddeer.common-3.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.3.0-SNAPSHOT [4/58] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.workbench.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.workbench.core --- [INFO] The project's OSGi version is 3.3.0.v20210310-1921 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.reddeer.workbench.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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.verification.parametrized/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.verification.parametrized/plugins/org.eclipse.reddeer.workbench.core/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.reddeer.workbench.core --- [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench.core:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.workbench.core/pom.xml [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/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.verification.parametrized/plugins/org.eclipse.reddeer.workbench.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.reddeer.workbench.core --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.workbench.core/target/org.eclipse.reddeer.workbench.core-3.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.reddeer.workbench.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.workbench.core --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.workbench.core/target/org.eclipse.reddeer.workbench.core-3.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.3.0-SNAPSHOT [5/58] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] The project's OSGi version is 3.3.0.v20210310-1921 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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.verification.parametrized/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.verification.parametrized/plugins/org.eclipse.reddeer.e4.workbench.core/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.reddeer.e4.workbench.core --- [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench.core:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.e4.workbench.core/pom.xml [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/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.verification.parametrized/plugins/org.eclipse.reddeer.e4.workbench.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.e4.workbench.core/target/org.eclipse.reddeer.e4.workbench.core-3.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.e4.workbench.core/target/org.eclipse.reddeer.e4.workbench.core-3.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.3.0-SNAPSHOT [6/58] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.core --- [INFO] The project's OSGi version is 3.3.0.v20210310-1921 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.reddeer.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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.verification.parametrized/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.verification.parametrized/plugins/org.eclipse.reddeer.core/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.reddeer.core --- [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.core:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.core/pom.xml [INFO] Compiling 71 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/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.verification.parametrized/plugins/org.eclipse.reddeer.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.reddeer.core --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.core/target/org.eclipse.reddeer.core-3.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.reddeer.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.core --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.core/target/org.eclipse.reddeer.core-3.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.3.0-SNAPSHOT [7/58] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.swt --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.swt --- [INFO] The project's OSGi version is 3.3.0.v20210310-1921 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.reddeer.swt --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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.verification.parametrized/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.verification.parametrized/plugins/org.eclipse.reddeer.swt/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.reddeer.swt --- [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.swt/pom.xml [INFO] Compiling 159 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/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.verification.parametrized/plugins/org.eclipse.reddeer.swt/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.reddeer.swt --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.swt/target/org.eclipse.reddeer.swt-3.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.reddeer.swt --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.swt --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.swt/target/org.eclipse.reddeer.swt-3.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.3.0-SNAPSHOT [8/58] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.jface --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.jface --- [INFO] The project's OSGi version is 3.3.0.v20210310-1921 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.reddeer.jface --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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.verification.parametrized/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.verification.parametrized/plugins/org.eclipse.reddeer.jface/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.reddeer.jface --- [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jface:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.jface/pom.xml [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/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.verification.parametrized/plugins/org.eclipse.reddeer.jface/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.reddeer.jface --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.jface/target/org.eclipse.reddeer.jface-3.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.reddeer.jface --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.jface --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.jface/target/org.eclipse.reddeer.jface-3.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.3.0-SNAPSHOT [9/58] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.workbench --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.workbench --- [INFO] The project's OSGi version is 3.3.0.v20210310-1921 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.reddeer.workbench --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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.verification.parametrized/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.verification.parametrized/plugins/org.eclipse.reddeer.workbench/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.reddeer.workbench --- [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.workbench/pom.xml [INFO] Compiling 39 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/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.verification.parametrized/plugins/org.eclipse.reddeer.workbench/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.reddeer.workbench --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.workbench/target/org.eclipse.reddeer.workbench-3.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.reddeer.workbench --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.workbench --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.workbench/target/org.eclipse.reddeer.workbench-3.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.3.0-SNAPSHOT [10/58] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.e4.workbench --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.e4.workbench --- [INFO] The project's OSGi version is 3.3.0.v20210310-1921 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.reddeer.e4.workbench --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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.verification.parametrized/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.verification.parametrized/plugins/org.eclipse.reddeer.e4.workbench/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.reddeer.e4.workbench --- [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.e4.workbench/pom.xml [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/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.verification.parametrized/plugins/org.eclipse.reddeer.e4.workbench/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.reddeer.e4.workbench --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.e4.workbench/target/org.eclipse.reddeer.e4.workbench-3.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.reddeer.e4.workbench --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.e4.workbench --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.e4.workbench/target/org.eclipse.reddeer.e4.workbench-3.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.3.0-SNAPSHOT [11/58] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.uiforms --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.uiforms --- [INFO] The project's OSGi version is 3.3.0.v20210310-1921 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.reddeer.uiforms --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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.verification.parametrized/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.verification.parametrized/plugins/org.eclipse.reddeer.uiforms/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.reddeer.uiforms --- [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.uiforms:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.uiforms/pom.xml [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/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.verification.parametrized/plugins/org.eclipse.reddeer.uiforms/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.reddeer.uiforms --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.uiforms/target/org.eclipse.reddeer.uiforms-3.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.reddeer.uiforms --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.uiforms --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.uiforms/target/org.eclipse.reddeer.uiforms-3.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.3.0-SNAPSHOT [12/58] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.direct --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.direct --- [INFO] The project's OSGi version is 3.3.0.v20210310-1921 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.reddeer.direct --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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.verification.parametrized/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.verification.parametrized/plugins/org.eclipse.reddeer.direct/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.reddeer.direct --- [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.direct:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.direct/pom.xml [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/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.verification.parametrized/plugins/org.eclipse.reddeer.direct/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.reddeer.direct --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.direct/target/org.eclipse.reddeer.direct-3.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.reddeer.direct --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.direct --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.direct/target/org.eclipse.reddeer.direct-3.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.3.0-SNAPSHOT [13/58] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.junit --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.junit --- [INFO] The project's OSGi version is 3.3.0.v20210310-1921 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.reddeer.junit --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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.verification.parametrized/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.verification.parametrized/plugins/org.eclipse.reddeer.junit/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.reddeer.junit --- [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.junit/pom.xml [INFO] Compiling 66 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/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.verification.parametrized/plugins/org.eclipse.reddeer.junit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.reddeer.junit --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.junit/target/org.eclipse.reddeer.junit-3.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.reddeer.junit --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.junit --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.junit/target/org.eclipse.reddeer.junit-3.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.3.0-SNAPSHOT [14/58] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.eclipse --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.eclipse --- [INFO] The project's OSGi version is 3.3.0.v20210310-1921 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.reddeer.eclipse --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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.verification.parametrized/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.verification.parametrized/plugins/org.eclipse.reddeer.eclipse/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.reddeer.eclipse --- [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.eclipse/pom.xml [INFO] Compiling 249 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/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.verification.parametrized/plugins/org.eclipse.reddeer.eclipse/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.reddeer.eclipse --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.eclipse/target/org.eclipse.reddeer.eclipse-3.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.reddeer.eclipse --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.eclipse --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.eclipse/target/org.eclipse.reddeer.eclipse-3.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.3.0-SNAPSHOT [15/58] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.gef --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.gef --- [INFO] The project's OSGi version is 3.3.0.v20210310-1921 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.reddeer.gef --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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.verification.parametrized/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.verification.parametrized/plugins/org.eclipse.reddeer.gef/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.reddeer.gef --- [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.gef/pom.xml [INFO] Compiling 40 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/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.verification.parametrized/plugins/org.eclipse.reddeer.gef/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.reddeer.gef --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.gef/target/org.eclipse.reddeer.gef-3.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.reddeer.gef --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.gef --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.gef/target/org.eclipse.reddeer.gef-3.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.3.0-SNAPSHOT [16/58] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.gef.spy --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.gef.spy --- [INFO] The project's OSGi version is 3.3.0.v20210310-1921 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.reddeer.gef.spy --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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.verification.parametrized/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.verification.parametrized/plugins/org.eclipse.reddeer.gef.spy/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.reddeer.gef.spy --- [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef.spy:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.gef.spy/pom.xml [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/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.verification.parametrized/plugins/org.eclipse.reddeer.gef.spy/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.reddeer.gef.spy --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.gef.spy/target/org.eclipse.reddeer.gef.spy-3.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.reddeer.gef.spy --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.gef.spy --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.gef.spy/target/org.eclipse.reddeer.gef.spy-3.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.3.0-SNAPSHOT [17/58] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.graphiti --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.graphiti --- [INFO] The project's OSGi version is 3.3.0.v20210310-1921 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.reddeer.graphiti --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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.verification.parametrized/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.verification.parametrized/plugins/org.eclipse.reddeer.graphiti/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.reddeer.graphiti --- [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.graphiti/pom.xml [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/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.verification.parametrized/plugins/org.eclipse.reddeer.graphiti/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.reddeer.graphiti --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.graphiti/target/org.eclipse.reddeer.graphiti-3.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.reddeer.graphiti --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.graphiti --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.graphiti/target/org.eclipse.reddeer.graphiti-3.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.3.0-SNAPSHOT [18/58] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.jdt.junit --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.jdt.junit --- [INFO] The project's OSGi version is 3.3.0.v20210310-1921 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.reddeer.jdt.junit --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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.verification.parametrized/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.verification.parametrized/plugins/org.eclipse.reddeer.jdt.junit/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.reddeer.jdt.junit --- [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jdt.junit:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.jdt.junit/pom.xml [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/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.verification.parametrized/plugins/org.eclipse.reddeer.jdt.junit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.reddeer.jdt.junit --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.jdt.junit/target/org.eclipse.reddeer.jdt.junit-3.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.reddeer.jdt.junit --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.jdt.junit --- [WARNING] /home/jenkins/agent/workspace/reddeer.verification.parametrized/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.verification.parametrized/plugins/org.eclipse.reddeer.jdt.junit/target/org.eclipse.reddeer.jdt.junit-3.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.3.0-SNAPSHOT [19/58] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.junit.extension --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.junit.extension --- [INFO] The project's OSGi version is 3.3.0.v20210310-1921 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.reddeer.junit.extension --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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.verification.parametrized/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.verification.parametrized/plugins/org.eclipse.reddeer.junit.extension/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.reddeer.junit.extension --- [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit.extension:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.junit.extension/pom.xml [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/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.verification.parametrized/plugins/org.eclipse.reddeer.junit.extension/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.reddeer.junit.extension --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.junit.extension/target/org.eclipse.reddeer.junit.extension-3.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.reddeer.junit.extension --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.junit.extension --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.junit.extension/target/org.eclipse.reddeer.junit.extension-3.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.junit.extension --- [INFO] [INFO] --------< org.eclipse.reddeer:org.eclipse.reddeer.requirements >-------- [INFO] Building RedDeer Requirements 3.3.0-SNAPSHOT [20/58] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.requirements --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.requirements --- [INFO] The project's OSGi version is 3.3.0.v20210310-1921 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.reddeer.requirements --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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.verification.parametrized/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.verification.parametrized/plugins/org.eclipse.reddeer.requirements/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.reddeer.requirements --- [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.requirements:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.requirements/pom.xml [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/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.verification.parametrized/plugins/org.eclipse.reddeer.requirements/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.reddeer.requirements --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.requirements/target/org.eclipse.reddeer.requirements-3.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.reddeer.requirements --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.requirements --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.requirements/target/org.eclipse.reddeer.requirements-3.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.3.0-SNAPSHOT [21/58] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.ui --- [INFO] The project's OSGi version is 3.3.0.v20210310-1921 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.reddeer.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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.verification.parametrized/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:2.2.0:compile (default-compile) @ org.eclipse.reddeer.ui --- [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.ui/pom.xml [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/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.verification.parametrized/plugins/org.eclipse.reddeer.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.reddeer.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.ui/target/org.eclipse.reddeer.ui-3.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.reddeer.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.ui/target/org.eclipse.reddeer.ui-3.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.3.0-SNAPSHOT [22/58] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.spy --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.spy --- [INFO] The project's OSGi version is 3.3.0.v20210310-1921 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.reddeer.spy --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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.verification.parametrized/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:2.2.0:compile (default-compile) @ org.eclipse.reddeer.spy --- [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.spy:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.spy/pom.xml [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/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.verification.parametrized/plugins/org.eclipse.reddeer.spy/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.reddeer.spy --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.spy/target/org.eclipse.reddeer.spy-3.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.reddeer.spy --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.spy --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.spy/target/org.eclipse.reddeer.spy-3.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.3.0-SNAPSHOT [23/58] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.recorder --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.recorder --- [INFO] The project's OSGi version is 3.3.0.v20210310-1921 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.reddeer.recorder --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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.verification.parametrized/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.verification.parametrized/plugins/org.eclipse.reddeer.recorder/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.reddeer.recorder --- [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.recorder:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.recorder/pom.xml [INFO] Compiling 31 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/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.verification.parametrized/plugins/org.eclipse.reddeer.recorder/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.reddeer.recorder --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.recorder/target/org.eclipse.reddeer.recorder-3.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.reddeer.recorder --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.recorder --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.recorder/target/org.eclipse.reddeer.recorder-3.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.3.0-SNAPSHOT [24/58] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.go --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.go --- [INFO] The project's OSGi version is 3.3.0.v20210310-1921 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.reddeer.go --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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.verification.parametrized/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.verification.parametrized/plugins/org.eclipse.reddeer.go/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.reddeer.go --- [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.go:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.go/pom.xml [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/reddeer.verification.parametrized/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.verification.parametrized/plugins/org.eclipse.reddeer.go/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.reddeer.go --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.go/target/org.eclipse.reddeer.go-3.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.reddeer.go --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.go --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.go/target/org.eclipse.reddeer.go-3.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.3.0-SNAPSHOT [25/58] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.logparser --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.logparser --- [INFO] The project's OSGi version is 3.3.0.v20210310-1921 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.reddeer.logparser --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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.verification.parametrized/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.verification.parametrized/plugins/org.eclipse.reddeer.logparser/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.reddeer.logparser --- [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.logparser:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.logparser/pom.xml [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/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.verification.parametrized/plugins/org.eclipse.reddeer.logparser/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.reddeer.logparser --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.logparser/target/org.eclipse.reddeer.logparser-3.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.reddeer.logparser --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.logparser --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.logparser/target/org.eclipse.reddeer.logparser-3.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.3.0-SNAPSHOT [26/58] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.codegen --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.codegen --- [INFO] The project's OSGi version is 3.3.0.v20210310-1921 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.reddeer.codegen --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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.verification.parametrized/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.verification.parametrized/plugins/org.eclipse.reddeer.codegen/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.reddeer.codegen --- [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.codegen:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.codegen/pom.xml [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/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.verification.parametrized/plugins/org.eclipse.reddeer.codegen/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.reddeer.codegen --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.codegen/target/org.eclipse.reddeer.codegen-3.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.reddeer.codegen --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.codegen --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.codegen/target/org.eclipse.reddeer.codegen-3.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.codegen --- [INFO] [INFO] -------------------< org.eclipse.reddeer:test-apps >-------------------- [INFO] Building RedDeer Test-Apps 3.3.0-SNAPSHOT [27/58] [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.verification.parametrized/test-apps/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ test-apps --- [INFO] [INFO] -------------< org.eclipse.reddeer:org.eclipse.reddeer.e4 >------------- [INFO] Building RedDeer E4 Test App 3.3.0-SNAPSHOT [28/58] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.e4 --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.e4 --- [INFO] The project's OSGi version is 3.3.0.v20210310-1921 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.reddeer.e4 --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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.verification.parametrized/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.verification.parametrized/test-apps/org.eclipse.reddeer.e4/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.reddeer.e4 --- [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/test-apps/org.eclipse.reddeer.e4/pom.xml [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/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.verification.parametrized/test-apps/org.eclipse.reddeer.e4/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.reddeer.e4 --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/reddeer.verification.parametrized/test-apps/org.eclipse.reddeer.e4/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/test-apps/org.eclipse.reddeer.e4/target/org.eclipse.reddeer.e4-3.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.reddeer.e4 --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.e4 --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/test-apps/org.eclipse.reddeer.e4/target/org.eclipse.reddeer.e4-3.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.e4 --- [INFO] [INFO] ---------------------< org.eclipse.reddeer:tests >---------------------- [INFO] Building RedDeer Tests 3.3.0-SNAPSHOT [29/58] [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.verification.parametrized/tests/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-source-plugin:2.2.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 3.3.0-SNAPSHOT [30/58] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.common.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.common.test --- [INFO] The project's OSGi version is 3.3.0.v20210310-1921 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.reddeer.common.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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.verification.parametrized/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.verification.parametrized/tests/org.eclipse.reddeer.common.test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.reddeer.common.test --- [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.common.test:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/pom.xml [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/bin [WARNING] Source directory /home/jenkins/agent/workspace/reddeer.verification.parametrized/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.verification.parametrized/tests/org.eclipse.reddeer.common.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.reddeer.common.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/target/org.eclipse.reddeer.common.test-3.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.reddeer.common.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.common.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/target/org.eclipse.reddeer.common.test-3.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.common.test --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.reddeer.common.test --- [INFO] Fetching com.sun.jna_4.5.1.v20190425-1842.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (1.28MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.sun.jna_4.5.1.v20190425-1842.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (1.28MB) [INFO] Fetching com.sun.jna_4.5.1.v20190425-1842.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (723.55kB of 1.28MB at 719.55kB/s) [INFO] Unpacking com.sun.jna_4.5.1.v20190425-1842... [INFO] Fetching com.sun.jna.platform_4.5.1.v20190425-1842.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (328.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.sun.jna.platform_4.5.1.v20190425-1842.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (328.72kB) [INFO] Unpacking com.sun.jna.platform_4.5.1.v20190425-1842... [INFO] Fetching org.apache.felix.gogo.command_1.1.2.v20210111-1007.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (29.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.felix.gogo.command_1.1.2.v20210111-1007.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (29.94kB) [INFO] Unpacking org.apache.felix.gogo.command_1.1.2.v20210111-1007... [INFO] Fetching org.apache.felix.gogo.runtime_1.1.4.v20210111-1007.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (77.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.felix.gogo.runtime_1.1.4.v20210111-1007.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (77.96kB) [INFO] Unpacking org.apache.felix.gogo.runtime_1.1.4.v20210111-1007... [INFO] Fetching org.apache.felix.gogo.shell_1.1.4.v20210111-1007.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (35.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.felix.gogo.shell_1.1.4.v20210111-1007.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (35.42kB) [INFO] Unpacking org.apache.felix.gogo.shell_1.1.4.v20210111-1007... [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.600.v20200416-0656.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.600.v20200416-0656.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (16kB) [INFO] Unpacking org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.600.v20200416-0656... [INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.300.v20210212-1137.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (103.62kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.300.v20210212-1137.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (103.62kB) [INFO] Unpacking org.eclipse.osgi.compatibility.state_1.2.300.v20210212-1137... [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.100.v20210209-1541.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (39.24kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.100.v20210209-1541.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (39.24kB) [INFO] Unpacking org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.100.v20210209-1541... [INFO] Fetching org.eclipse.equinox.console_1.4.300.v20210211-2058.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (52.27kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.console_1.4.300.v20210211-2058.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (52.27kB) [INFO] Unpacking org.eclipse.equinox.console_1.4.300.v20210211-2058... [INFO] Fetching org.eclipse.swt.browser.chromium.cocoa.macosx.x86_64_3.116.0.v20210224-1103.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (651.61kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt.browser.chromium.cocoa.macosx.x86_64_3.116.0.v20210224-1103.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (651.61kB) [INFO] Unpacking org.eclipse.swt.browser.chromium.cocoa.macosx.x86_64_3.116.0.v20210224-1103... [INFO] Fetching org.eclipse.platform_4.19.0.v20210224-1800.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (425.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.platform_4.19.0.v20210224-1800.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (425.02kB) [INFO] Unpacking org.eclipse.platform_4.19.0.v20210224-1800... [INFO] Fetching org.eclipse.e4.ui.swt.win32_1.1.0.v20201119-1132.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (7.89kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.swt.win32_1.1.0.v20201119-1132.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (7.89kB) [INFO] Unpacking org.eclipse.e4.ui.swt.win32_1.1.0.v20201119-1132... [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.100.v20210209-1541.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (81.75kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.100.v20210209-1541.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (81.75kB) [INFO] Unpacking org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.100.v20210209-1541... [INFO] Fetching org.eclipse.swt.browser.chromium.win32.win32.x86_64_3.116.0.v20210224-1103.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (682.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt.browser.chromium.win32.win32.x86_64_3.116.0.v20210224-1103.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (682.92kB) [INFO] Unpacking org.eclipse.swt.browser.chromium.win32.win32.x86_64_3.116.0.v20210224-1103... [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.1.100.v20210108-1832.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (8.13kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.e4.ui.swt.gtk_1.1.100.v20210108-1832... [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.100.v20210209-1541.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (69.3kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.100.v20210209-1541... [INFO] Fetching org.eclipse.swt.browser.chromium.gtk.linux.x86_64_3.116.0.v20210224-1103.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (944.53kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.swt.browser.chromium.gtk.linux.x86_64_3.116.0.v20210224-1103... [INFO] Executing Test Runtime with timeout 9600, logs (if any) will be placed at: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/11.0.2+9/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.verification.parametrized/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.6.100.v20201223-0822/org.eclipse.equinox.launcher-1.6.100.v20201223-0822.jar, -data, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/target/work/data, -install, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/target/work, -configuration, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.platform.ide, -nouithread, -timeout, 9600000] Launching application org.eclipse.ui.ide.workbench... Running org.eclipse.reddeer.common.test.wait.GroupWaitTest 19:25:45.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 19:25:46.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition failed, an exception will be thrown 19:25:46.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 19:25:50.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition failed, an exception will be thrown 19:25:50.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 19:25:54.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 19:25:54.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 19:25:55.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 19:25:55.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 19:25:57.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition failed, an exception will be thrown 19:25:57.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 19:26:00.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition failed, an exception will be thrown 19:26:00.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 19:26:04.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 19:26:04.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 19:26:11.417 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: 26.107 s - in org.eclipse.reddeer.common.test.wait.GroupWaitTest test_groupWaitTimeoutMedium(org.eclipse.reddeer.common.test.wait.GroupWaitTest) Time elapsed: 1.026 s test_groupWaitNullWaitCondition(org.eclipse.reddeer.common.test.wait.GroupWaitTest) Time elapsed: 0 s test_groupWaitOneFailed(org.eclipse.reddeer.common.test.wait.GroupWaitTest) Time elapsed: 4.002 s test_groupWaitTimeoutDefault(org.eclipse.reddeer.common.test.wait.GroupWaitTest) Time elapsed: 4.001 s test_groupWaitWaitWhileFailed(org.eclipse.reddeer.common.test.wait.GroupWaitTest) Time elapsed: 3.503 s test_groupWaitBothConditionsFailed(org.eclipse.reddeer.common.test.wait.GroupWaitTest) Time elapsed: 2.5 s test_groupWaitWaitUntilAndWhileFulfilled(org.eclipse.reddeer.common.test.wait.GroupWaitTest) Time elapsed: 11.003 s test_groupWaitValidAndNullWaitCondition(org.eclipse.reddeer.common.test.wait.GroupWaitTest) Time elapsed: 0 s Running org.eclipse.reddeer.common.test.wait.TimePeriodTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.reddeer.common.test.wait.TimePeriodTest getSeconds_factor_gt1_periodmax(org.eclipse.reddeer.common.test.wait.TimePeriodTest) Time elapsed: 0.001 s getSeconds_factor1_periodmax(org.eclipse.reddeer.common.test.wait.TimePeriodTest) Time elapsed: 0.001 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 s Running org.eclipse.reddeer.common.test.wait.WaitWhileTest 19:26:11.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 19:26:18.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 19:26:18.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 19:26:25.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 19:26:25.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 19:26:27.965 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.506 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.001 s test_ThrowingException(org.eclipse.reddeer.common.test.wait.WaitWhileTest) Time elapsed: 2.501 s Running org.eclipse.reddeer.common.test.wait.WaitUntilTest 19:26:27.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 19:26:34.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 19:26:34.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 19:26:41.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 19:26:41.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 19:26:44.476 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.505 s - in org.eclipse.reddeer.common.test.wait.WaitUntilTest test_IllegalTimePeriod(org.eclipse.reddeer.common.test.wait.WaitUntilTest) Time elapsed: 0 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.001 s test_WaitUntilFulFilled(org.eclipse.reddeer.common.test.wait.WaitUntilTest) Time elapsed: 7.001 s test_NotThrowingException(org.eclipse.reddeer.common.test.wait.WaitUntilTest) Time elapsed: 7.001 s test_ThrowingException(org.eclipse.reddeer.common.test.wait.WaitUntilTest) Time elapsed: 2.501 s Running org.eclipse.reddeer.common.test.wait.WaitProviderTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.reddeer.common.test.wait.WaitProviderTest test_nullCondition(org.eclipse.reddeer.common.test.wait.WaitProviderTest) Time elapsed: 0 s test_WaitTypeUntil(org.eclipse.reddeer.common.test.wait.WaitProviderTest) Time elapsed: 0 s test_WaitTypeWhile(org.eclipse.reddeer.common.test.wait.WaitProviderTest) Time elapsed: 0 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.035 s testXPathWithAndWithoutNamespaces(org.eclipse.reddeer.common.test.util.XPathEvaluatorTest) Time elapsed: 0.002 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.001 s testXPathWithoutNamespaces(org.eclipse.reddeer.common.test.util.XPathEvaluatorTest) Time elapsed: 0 s Running org.eclipse.reddeer.common.adaptable.RedDeerAdaptableTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.reddeer.common.adaptable.RedDeerAdaptableTest testAdoptBottomClassAToMidClass(org.eclipse.reddeer.common.adaptable.RedDeerAdaptableTest) Time elapsed: 0.004 s testAdoptBottomClassBToMidClass(org.eclipse.reddeer.common.adaptable.RedDeerAdaptableTest) Time elapsed: 0.001 s Running org.eclipse.reddeer.common.properties.RedDeerPropertiesTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 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 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.properties.LoggerTest 19:26:44.552 DEBUG [WorkbenchTestable][LoggerTest] DEBUG testing RedDeer logger message 19:26:44.552 DUMP [WorkbenchTestable][LoggerTest] DUMP testing RedDeer logger message 19:26:44.552 ERROR [WorkbenchTestable][LoggerTest] ERROR testing RedDeer logger message 19:26:44.552 FATAL [WorkbenchTestable][LoggerTest] FATAL testing RedDeer logger message 19:26:44.552 INFO [WorkbenchTestable][LoggerTest] INFO testing RedDeer logger message 19:26:44.552 STEP [WorkbenchTestable][LoggerTest] STEP testing RedDeer logger message 19:26:44.552 TRACE [WorkbenchTestable][LoggerTest] TRACE testing RedDeer logger message Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.reddeer.common.properties.LoggerTest testLoggerMessageTypes(org.eclipse.reddeer.common.properties.LoggerTest) Time elapsed: 0 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.verification.parametrized/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 297 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 19 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 13 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 3.3.0-SNAPSHOT [31/58] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.swt.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.swt.test --- [INFO] The project's OSGi version is 3.3.0.v20210310-1921 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.reddeer.swt.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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.verification.parametrized/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.verification.parametrized/tests/org.eclipse.reddeer.swt.test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.reddeer.swt.test --- [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt.test:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/pom.xml [INFO] Compiling 70 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/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.verification.parametrized/tests/org.eclipse.reddeer.swt.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.reddeer.swt.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/target/org.eclipse.reddeer.swt.test-3.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.reddeer.swt.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.swt.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/target/org.eclipse.reddeer.swt.test-3.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.swt.test --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.reddeer.swt.test --- [INFO] Executing Test Runtime with timeout 9600, logs (if any) will be placed at: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/11.0.2+9/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.verification.parametrized/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.6.100.v20201223-0822/org.eclipse.equinox.launcher-1.6.100.v20201223-0822.jar, -data, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/target/work/data, -install, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/target/work, -configuration, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.platform.ide, -nouithread, -timeout, 9600000] Launching application org.eclipse.ui.ide.workbench... Running org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 19:26:58.134 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 19:26:58.135 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 19:26:58.147 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 19:26:58.148 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 19:26:58.186 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 19:26:58.209 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:26:58.212 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:26:58.213 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 19:26:58.217 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 19:26:58.217 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 19:26:58.226 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 19:26:58.235 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:26:58.235 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:26:58.245 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:26:58.245 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:26:58.248 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. 19:26:58.424 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:26:58.426 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 19:26:58.427 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 19:26:58.427 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:26:58.427 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:26:58.427 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:26:58.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 19:26:58.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 19:26:58.500 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 19:26:58.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:26:58.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:26:58.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 19:26:58.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 19:26:58.505 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 19:26:58.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:26:58.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:26:58.508 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 35 19:26:58.509 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:26:58.520 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellContextMenuItem" 19:26:58.528 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 19:26:58.529 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:26:58.531 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:26:58.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:26:58.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:26:58.595 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 19:26:58.595 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:26:58.596 INFO [WorkbenchTestable][RequirementsRunner] Started test: testErrorMessageForNonexistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 19:26:58.596 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 19:26:58.596 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:26:58.596 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:26:58.596 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:26:58.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 19:26:58.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 19:26:58.641 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 19:26:58.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:26:58.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:26:58.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 19:26:58.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 19:26:58.643 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 19:26:58.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:26:58.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:26:58.644 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell' 19:26:58.646 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem' 19:26:58.651 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 19:26:58.651 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:26:58.651 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:26:58.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:26:58.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:26:58.697 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testErrorMessageForNonexistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 19:26:58.697 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:26:58.697 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 19:26:58.697 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 19:26:58.697 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:26:58.697 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:26:58.697 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:26:58.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 19:26:58.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 19:26:58.724 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 19:26:58.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:26:58.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:26:58.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 19:26:58.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 19:26:58.726 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 19:26:58.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:26:58.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:26:58.726 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell' 19:26:58.727 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellMenuBarItem" 19:26:58.732 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 19:26:58.732 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:26:58.732 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:26:58.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:26:58.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:26:58.787 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 19:26:58.787 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:26:58.787 INFO [WorkbenchTestable][RequirementsRunner] Started test: shellMenuTest1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 19:26:58.788 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 19:26:58.788 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:26:58.788 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:26:58.788 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:26:58.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 19:26:58.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 19:26:58.819 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 19:26:58.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:26:58.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:26:58.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 19:26:58.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 19:26:58.821 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 19:26:58.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:26:58.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:26:58.822 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell' 19:26:58.824 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellMenuBarItem" 19:26:58.824 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem' 19:26:58.825 DEBUG [main][MenuItemLookup] Item match:ShellMenuBarItem 19:26:58.825 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem1' 19:26:58.825 DEBUG [main][MenuItemLookup] Item match:ShellMenuBarItem1 19:26:58.831 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 19:26:58.832 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:26:58.832 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:26:58.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:26:58.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:26:58.882 INFO [WorkbenchTestable][RequirementsRunner] Finished test: shellMenuTest1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 19:26:58.882 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:26:58.882 INFO [WorkbenchTestable][RequirementsRunner] Started test: testErrorMessageForNonexistingComplexMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 19:26:58.882 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 19:26:58.882 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:26:58.882 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:26:58.882 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:26:58.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 19:26:58.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 19:26:58.909 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 19:26:58.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:26:58.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:26:58.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 19:26:58.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 19:26:58.910 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 19:26:58.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:26:58.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:26:58.911 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell' 19:26:58.911 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem' 19:26:58.913 DEBUG [main][MenuItemLookup] Item match:ShellMenuBarItem 19:26:58.914 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem1' 19:26:58.918 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 19:26:58.918 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:26:58.918 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:26:58.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:26:58.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:26:58.942 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testErrorMessageForNonexistingComplexMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 19:26:58.943 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:26:58.943 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasExistingMenuItemWithPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 19:26:58.943 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 19:26:58.943 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:26:58.943 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:26:58.943 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:26:58.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 19:26:59.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 19:26:59.000 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 19:26:59.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:26:59.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:26:59.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 19:26:59.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 19:26:59.002 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 19:26:59.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:26:59.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:26:59.002 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell' 19:26:59.002 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellMenuBarItem" 19:26:59.003 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellMenuBarItem1" 19:26:59.009 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 19:26:59.009 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:26:59.009 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:26:59.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:26:59.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:26:59.034 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasExistingMenuItemWithPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 19:26:59.035 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:26:59.035 INFO [WorkbenchTestable][RequirementsRunner] Started test: shellMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 19:26:59.035 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 19:26:59.035 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:26:59.035 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:26:59.035 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:26:59.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 19:26:59.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 19:26:59.098 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 19:26:59.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:26:59.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:26:59.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 19:26:59.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 19:26:59.100 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 19:26:59.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:26:59.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:26:59.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:26:59.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:26:59.100 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell' 19:26:59.101 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellMenuBarItem" 19:26:59.101 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem' 19:26:59.101 DEBUG [main][MenuItemLookup] Item match:ShellMenuBarItem 19:26:59.101 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem1' 19:26:59.101 DEBUG [main][MenuItemLookup] Item match:ShellMenuBarItem1 19:26:59.108 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 19:26:59.108 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:26:59.108 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:26:59.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:26:59.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:26:59.132 INFO [WorkbenchTestable][RequirementsRunner] Finished test: shellMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 19:26:59.132 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 19:26:59.132 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:26:59.133 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:26:59.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:26:59.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.018 s - in org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.169 s testErrorMessageForNonexistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.101 s hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.09 s shellMenuTest1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.095 s testErrorMessageForNonexistingComplexMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.06 s hasExistingMenuItemWithPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.091 s shellMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.097 s Running org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 19:26:59.182 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 19:26:59.184 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:26:59.185 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:26:59.185 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 19:26:59.185 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:26:59.185 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:26:59.185 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:26:59.185 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:26:59.186 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:26:59.186 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:26:59.186 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemGetMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 19:26:59.186 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 19:26:59.186 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:26:59.186 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:26:59.186 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:26:59.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 19:26:59.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 19:26:59.214 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 19:26:59.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:26:59.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:26:59.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.shell.DefaultShell, index 0 and no matchers specified 19:26:59.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:26:59.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:26:59.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:26:59.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:26:59.232 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:26:59.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:26:59.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:26:59.242 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 19:26:59.243 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 19:26:59.243 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 19:26:59.245 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 19:26:59.245 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:26:59.246 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:26:59.246 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 19:26:59.246 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItem1 19:26:59.247 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItem1" 19:26:59.247 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItem2" 19:26:59.285 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 19:26:59.285 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:26:59.285 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:26:59.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:26:59.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:26:59.306 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemGetMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 19:26:59.306 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:26:59.306 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemGetText no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 19:26:59.306 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 19:26:59.307 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:26:59.307 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:26:59.307 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:26:59.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 19:26:59.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 19:26:59.338 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 19:26:59.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:26:59.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:26:59.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.shell.DefaultShell, index 0 and no matchers specified 19:26:59.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:26:59.382 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:26:59.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:26:59.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:26:59.383 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:26:59.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:26:59.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:26:59.384 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 19:26:59.384 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 19:26:59.385 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 19:26:59.386 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 19:26:59.386 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:26:59.386 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:26:59.387 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 19:26:59.387 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItem1 19:26:59.387 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItem1" 19:26:59.392 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 19:26:59.392 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:26:59.392 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:26:59.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:26:59.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:26:59.411 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemGetText no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 19:26:59.411 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:26:59.411 INFO [WorkbenchTestable][RequirementsRunner] Started test: radioMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 19:26:59.411 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 19:26:59.411 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:26:59.411 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:26:59.411 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:26:59.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 19:26:59.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 19:26:59.498 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 19:26:59.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:26:59.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:26:59.499 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 19:26:59.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:26:59.499 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:26:59.499 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:26:59.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:26:59.500 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:26:59.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:26:59.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:26:59.501 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 19:26:59.501 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 19:26:59.502 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 19:26:59.502 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 19:26:59.502 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:26:59.502 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:26:59.503 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 19:26:59.503 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 19:26:59.503 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 19:26:59.503 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemCheck' 19:26:59.503 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemRadio' 19:26:59.503 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemRadio 19:26:59.504 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemRadio" 19:26:59.504 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text TreeItem1MenuItemRadio 19:26:59.505 INFO [main][MenuItemHandler] Select menu item: TreeItem1MenuItemRadio 19:26:59.511 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 19:26:59.511 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:26:59.511 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:26:59.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:00.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:00.015 INFO [WorkbenchTestable][RequirementsRunner] Finished test: radioMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 19:27:00.015 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:00.015 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMenuItemByMatcher no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 19:27:00.015 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 19:27:00.015 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:00.015 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:00.015 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:27:00.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 19:27:00.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 19:27:00.086 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 19:27:00.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:27:00.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:27:00.088 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 19:27:00.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:00.088 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:00.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:00.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:00.088 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:27:00.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:27:00.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:27:00.090 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 19:27:00.090 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 19:27:00.092 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 19:27:00.092 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 19:27:00.092 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:27:00.092 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:27:00.093 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 19:27:00.093 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItem1 19:27:00.099 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 19:27:00.099 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:00.099 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:00.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:00.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:00.601 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMenuItemByMatcher no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 19:27:00.601 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:00.601 INFO [WorkbenchTestable][RequirementsRunner] Started test: disabledMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 19:27:00.601 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 19:27:00.601 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:00.601 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:00.601 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:27:00.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 19:27:00.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 19:27:00.630 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 19:27:00.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:27:00.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:27:00.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.shell.DefaultShell, index 0 and no matchers specified 19:27:00.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:00.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:00.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:00.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:00.632 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:27:00.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:27:00.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:27:00.634 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 19:27:00.635 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 19:27:00.637 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 19:27:00.637 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:27:00.637 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:27:00.638 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 19:27:00.638 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 19:27:00.638 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 19:27:00.638 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemCheck' 19:27:00.638 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemRadio' 19:27:00.638 DEBUG [main][MenuItemLookup] Found menu:'DisabledMenu' 19:27:00.638 DEBUG [main][MenuItemLookup] Item match:DisabledMenu 19:27:00.643 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 19:27:00.644 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:00.644 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:00.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:00.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:00.662 INFO [WorkbenchTestable][RequirementsRunner] Finished test: disabledMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 19:27:00.662 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:00.662 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 19:27:00.662 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 19:27:00.662 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:00.662 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:00.662 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:27:00.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 19:27:00.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 19:27:00.693 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 19:27:00.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:27:00.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:27:00.694 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 35 19:27:00.694 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:27:00.694 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellContextMenuItem" 19:27:00.698 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 19:27:00.698 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:00.698 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:00.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:00.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:00.711 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 19:27:00.711 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:00.711 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMenuItemByMatcherNonExisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 19:27:00.711 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 19:27:00.712 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:00.712 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:00.712 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:27:00.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 19:27:00.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 19:27:00.756 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 19:27:00.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:27:00.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:27:00.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.shell.DefaultShell, index 0 and no matchers specified 19:27:00.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:00.780 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:00.782 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:00.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:00.783 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:27:00.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:27:00.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:27:00.784 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 19:27:00.784 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 19:27:00.784 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 19:27:00.784 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 19:27:00.785 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:27:00.785 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:27:00.785 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 19:27:00.785 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 19:27:00.785 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 19:27:00.785 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemCheck' 19:27:00.785 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemRadio' 19:27:00.785 DEBUG [main][MenuItemLookup] Found menu:'DisabledMenu' 19:27:00.791 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 19:27:00.791 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:00.791 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:00.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:00.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:00.798 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMenuItemByMatcherNonExisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 19:27:00.798 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:00.798 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 19:27:00.798 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 19:27:00.798 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:00.798 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:00.798 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:27:00.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 19:27:00.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 19:27:00.841 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 19:27:00.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:27:00.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:27:00.842 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 35 19:27:00.842 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:27:00.842 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellContextMenuItem" 19:27:00.847 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 19:27:00.847 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:00.847 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:00.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:00.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:00.889 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 19:27:00.889 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:00.889 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemGetAllChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 19:27:00.889 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 19:27:00.889 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:00.889 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:00.889 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:27:00.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 19:27:00.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 19:27:00.921 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 19:27:00.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:27:00.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:27:00.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.shell.DefaultShell, index 0 and no matchers specified 19:27:00.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:00.921 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:00.922 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:00.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:00.922 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:27:00.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:27:00.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:27:00.923 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 19:27:00.923 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 19:27:00.923 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 19:27:00.923 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 19:27:00.923 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:27:00.923 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:27:00.924 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 19:27:00.924 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 19:27:00.924 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 19:27:00.924 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemWithMenu 19:27:00.927 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemWithMenuEnabledChild" 19:27:00.927 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemWithMenuDisabledChild" 19:27:00.931 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 19:27:00.932 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:00.932 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:00.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:00.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:00.951 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemGetAllChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 19:27:00.951 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:00.951 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMenuItemByPathNonexisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 19:27:00.951 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 19:27:00.951 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:00.951 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:00.951 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:27:00.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 19:27:01.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 19:27:01.005 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 19:27:01.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:27:01.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:27:01.006 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 19:27:01.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:01.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:01.006 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:01.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:01.006 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:27:01.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:27:01.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:27:01.007 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 19:27:01.007 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 19:27:01.008 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 19:27:01.008 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 19:27:01.008 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:27:01.008 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:27:01.008 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 19:27:01.008 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 19:27:01.008 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 19:27:01.008 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemCheck' 19:27:01.008 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemRadio' 19:27:01.008 DEBUG [main][MenuItemLookup] Found menu:'DisabledMenu' 19:27:01.012 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 19:27:01.013 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:01.013 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:01.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:01.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:01.020 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMenuItemByPathNonexisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 19:27:01.020 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:01.020 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 19:27:01.020 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 19:27:01.020 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:01.020 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:01.020 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:27:01.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 19:27:01.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 19:27:01.053 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 19:27:01.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:27:01.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:27:01.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.shell.DefaultShell, index 0 and no matchers specified 19:27:01.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:01.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:01.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:01.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:01.056 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:27:01.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:27:01.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:27:01.057 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 19:27:01.057 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 19:27:01.057 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 19:27:01.058 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 19:27:01.058 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:27:01.058 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:27:01.058 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 19:27:01.058 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItem1 19:27:01.058 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItem1" 19:27:01.058 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text TreeItem1MenuItem1 19:27:01.082 INFO [main][MenuItemHandler] Select menu item: TreeItem1MenuItem1 19:27:01.082 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItem1" 19:27:01.084 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 19:27:01.084 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:01.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:01.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:01.084 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "MenuShell" as the parent 19:27:01.084 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:01.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:01.084 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:01.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:01.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:01.085 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:27:01.085 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:27:01.092 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 19:27:01.092 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:01.092 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:01.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:01.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:01.099 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 19:27:01.099 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:01.099 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAllMenuItems_viaConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 19:27:01.099 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 19:27:01.099 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:01.099 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:01.099 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:27:01.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 19:27:01.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 19:27:01.139 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 19:27:01.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:27:01.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:27:01.139 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 19:27:01.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:01.139 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:01.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:01.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:01.140 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:27:01.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:27:01.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:27:01.141 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 19:27:01.141 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 19:27:01.141 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 19:27:01.141 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:27:01.141 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:27:01.146 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 19:27:01.146 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:01.146 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:01.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:01.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:01.153 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAllMenuItems_viaConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 19:27:01.154 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:01.154 INFO [WorkbenchTestable][RequirementsRunner] Started test: shellContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 19:27:01.154 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 19:27:01.154 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:01.154 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:01.154 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:27:01.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 19:27:01.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 19:27:01.213 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 19:27:01.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:27:01.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:27:01.213 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 35 19:27:01.213 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:27:01.213 DEBUG [main][MenuItemLookup] Found menu:'ShellContextMenuItem' 19:27:01.214 DEBUG [main][MenuItemLookup] Item match:ShellContextMenuItem 19:27:01.217 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 19:27:01.217 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:01.217 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:01.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:01.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:01.235 INFO [WorkbenchTestable][RequirementsRunner] Finished test: shellContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 19:27:01.235 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:01.235 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 19:27:01.235 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 19:27:01.235 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:01.235 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:01.235 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:27:01.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 19:27:01.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 19:27:01.288 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 19:27:01.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:27:01.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:27:01.288 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 19:27:01.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:01.288 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:01.288 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:01.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:01.288 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:27:01.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:27:01.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:27:01.289 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 19:27:01.289 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 19:27:01.290 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 19:27:01.290 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:27:01.290 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:27:01.290 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 19:27:01.290 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 19:27:01.290 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 19:27:01.290 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemWithMenu 19:27:01.290 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemWithMenu" 19:27:01.294 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 19:27:01.294 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:01.294 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:01.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:01.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:01.310 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 19:27:01.310 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:01.310 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAllMenuItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 19:27:01.310 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 19:27:01.310 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:01.310 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:01.310 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:27:01.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 19:27:01.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 19:27:01.329 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 19:27:01.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:27:01.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:27:01.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.shell.DefaultShell, index 0 and no matchers specified 19:27:01.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:01.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:01.330 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:01.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:01.330 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:27:01.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:27:01.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:27:01.339 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 19:27:01.339 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 19:27:01.339 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 19:27:01.339 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 19:27:01.339 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:27:01.339 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:27:01.343 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 19:27:01.343 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:01.343 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:01.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:01.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:01.385 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAllMenuItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 19:27:01.385 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:01.385 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemConstructor1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 19:27:01.385 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 19:27:01.386 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:01.386 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:01.386 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:27:01.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 19:27:01.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 19:27:01.412 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 19:27:01.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:27:01.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:27:01.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.shell.DefaultShell, index 0 and no matchers specified 19:27:01.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:01.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:01.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:01.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:01.413 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:27:01.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:27:01.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:27:01.416 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 19:27:01.417 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 19:27:01.417 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 19:27:01.417 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:27:01.417 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:27:01.418 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 19:27:01.418 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 19:27:01.418 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 19:27:01.418 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemWithMenu 19:27:01.418 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenuEnabledChild' 19:27:01.418 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemWithMenuEnabledChild 19:27:01.418 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemWithMenuEnabledChild" 19:27:01.422 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 19:27:01.422 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:01.422 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:01.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:01.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:01.429 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemConstructor1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 19:27:01.429 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:01.429 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMenuItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 19:27:01.429 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 19:27:01.430 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:01.430 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:01.430 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:27:01.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 19:27:01.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 19:27:01.487 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 19:27:01.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:27:01.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:27:01.488 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 19:27:01.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:01.488 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:01.488 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:01.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:01.488 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:27:01.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:27:01.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:27:01.489 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 19:27:01.489 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 19:27:01.489 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 19:27:01.489 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 19:27:01.489 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:27:01.489 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:27:01.490 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 19:27:01.490 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItem1 19:27:01.493 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 19:27:01.493 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:01.493 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:01.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:01.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:01.995 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMenuItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 19:27:01.995 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:01.995 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemGetAvailableChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 19:27:01.995 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 19:27:01.995 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:01.995 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:01.995 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:27:02.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 19:27:02.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 19:27:02.021 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 19:27:02.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:27:02.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:27:02.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.shell.DefaultShell, index 0 and no matchers specified 19:27:02.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:02.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:02.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:02.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:02.023 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:27:02.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:27:02.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:27:02.024 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 19:27:02.024 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 19:27:02.025 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 19:27:02.025 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 19:27:02.025 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:27:02.025 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:27:02.026 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 19:27:02.026 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 19:27:02.026 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 19:27:02.026 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemWithMenu 19:27:02.026 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemWithMenuEnabledChild" 19:27:02.030 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 19:27:02.030 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:02.030 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:02.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:02.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:02.048 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemGetAvailableChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 19:27:02.049 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:02.049 INFO [WorkbenchTestable][RequirementsRunner] Started test: checkMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 19:27:02.049 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 19:27:02.049 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:02.049 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:02.049 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:27:02.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 19:27:02.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 19:27:02.100 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 19:27:02.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:27:02.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:27:02.101 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 19:27:02.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:02.101 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:02.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:02.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:02.101 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:27:02.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:27:02.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:27:02.102 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 19:27:02.102 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 19:27:02.103 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 19:27:02.103 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 19:27:02.103 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:27:02.103 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:27:02.104 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 19:27:02.104 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 19:27:02.104 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 19:27:02.104 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemCheck' 19:27:02.104 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemCheck 19:27:02.104 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemCheck" 19:27:02.104 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text TreeItem1MenuItemCheck 19:27:02.104 INFO [main][MenuItemHandler] Select menu item: TreeItem1MenuItemCheck 19:27:02.110 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 19:27:02.110 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:02.110 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:02.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:02.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:02.617 INFO [WorkbenchTestable][RequirementsRunner] Finished test: checkMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 19:27:02.617 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 19:27:02.617 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:02.617 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:02.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:02.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.436 s - in org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest menuItemGetMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.12 s menuItemGetText no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.105 s radioMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.604 s getMenuItemByMatcher no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.586 s disabledMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.061 s hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.049 s getMenuItemByMatcherNonExisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.087 s hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.091 s menuItemGetAllChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.062 s getMenuItemByPathNonexisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.069 s selectMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.079 s getAllMenuItems_viaConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.054 s shellContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.081 s menuItemConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.075 s getAllMenuItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.075 s menuItemConstructor1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.044 s getMenuItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.566 s menuItemGetAvailableChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.053 s checkMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.568 s Running org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest 19:27:02.625 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest 19:27:02.626 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:27:02.626 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:02.626 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest 19:27:02.626 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:02.626 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:27:02.626 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:02.626 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:27:02.626 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:27:02.628 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 19:27:02.629 DEBUG [WorkbenchTestable][JavaPerspective] Trying to open perspective: 'Java' 19:27:02.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:02.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:02.630 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:27:02.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:27:02.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:27:02.631 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") 19:27:02.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:02.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:02.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:02.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:02.640 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:27:02.641 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 19:27:02.642 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 19:27:02.642 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:27:02.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 19:27:02.716 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 19:27:02.716 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 19:27:02.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:27:02.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:27:02.719 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 19:27:02.719 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:02.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:02.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:02.720 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 19:27:02.720 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:02.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:02.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:02.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:02.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:02.720 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:27:02.722 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Java') 19:27:02.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:27:02.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:27:02.724 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 19:27:02.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:27:02.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:27:02.725 TRACE [main][WidgetHandler] Notify Table with event 13 19:27:02.725 TRACE [main][WidgetHandler] Wait for synchronization 19:27:02.726 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:02.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:02.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:02.726 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 19:27:02.726 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:02.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:02.729 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:02.731 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:27:02.731 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:02.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:02.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:02.731 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 19:27:02.731 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:02.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:02.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:02.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:02.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:02.733 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:27:02.735 INFO [WorkbenchTestable][AbstractButton] Click button &Open 19:27:02.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:27:02.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:27:02.736 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:27:02.736 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:27:03.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:27:03.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:27:03.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 19:27:03.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:03.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:03.285 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:27:03.285 DEBUG [main][MenuItemLookup] Found menu:'File' 19:27:03.285 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:27:03.285 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:27:03.285 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 19:27:03.285 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:27:03.285 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:27:03.285 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:27:03.285 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:27:03.285 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:27:03.285 DEBUG [main][MenuItemLookup] Item match:Window 19:27:03.289 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:27:03.289 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:27:03.289 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:27:03.289 DEBUG [main][MenuItemLookup] Found menu:'' 19:27:03.289 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:27:03.289 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:27:03.289 DEBUG [main][MenuItemLookup] Found menu:'' 19:27:03.289 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 19:27:03.289 DEBUG [main][MenuItemLookup] Found menu:'' 19:27:03.289 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 19:27:03.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:03.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:03.292 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:27:03.292 DEBUG [main][MenuItemLookup] Found menu:'File' 19:27:03.292 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:27:03.292 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:27:03.292 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 19:27:03.292 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:27:03.292 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:27:03.292 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:27:03.292 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:27:03.292 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:27:03.292 DEBUG [main][MenuItemLookup] Item match:Window 19:27:03.293 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:27:03.293 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:27:03.293 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:27:03.293 DEBUG [main][MenuItemLookup] Found menu:'' 19:27:03.293 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:27:03.293 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:27:03.293 DEBUG [main][MenuItemLookup] Item match:Perspective 19:27:03.296 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 19:27:03.296 DEBUG [main][MenuItemLookup] Found menu:'' 19:27:03.296 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 19:27:03.296 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 19:27:03.296 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 19:27:03.296 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 19:27:03.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 19:27:03.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:03.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:03.297 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:27:03.298 DEBUG [main][MenuItemLookup] Found menu:'File' 19:27:03.298 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:27:03.298 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:27:03.298 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 19:27:03.298 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:27:03.298 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:27:03.298 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:27:03.298 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:27:03.298 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:27:03.298 DEBUG [main][MenuItemLookup] Item match:Window 19:27:03.298 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:27:03.298 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:27:03.298 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:27:03.298 DEBUG [main][MenuItemLookup] Found menu:'' 19:27:03.298 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:27:03.298 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:27:03.298 DEBUG [main][MenuItemLookup] Found menu:'' 19:27:03.298 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 19:27:03.298 DEBUG [main][MenuItemLookup] Found menu:'' 19:27:03.298 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 19:27:03.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:03.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:03.299 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:27:03.299 DEBUG [main][MenuItemLookup] Found menu:'File' 19:27:03.299 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:27:03.299 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:27:03.299 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 19:27:03.299 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:27:03.299 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:27:03.299 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:27:03.299 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:27:03.299 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:27:03.299 DEBUG [main][MenuItemLookup] Item match:Window 19:27:03.300 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:27:03.300 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:27:03.300 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:27:03.300 DEBUG [main][MenuItemLookup] Found menu:'' 19:27:03.300 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:27:03.300 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:27:03.300 DEBUG [main][MenuItemLookup] Item match:Perspective 19:27:03.300 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 19:27:03.300 DEBUG [main][MenuItemLookup] Found menu:'' 19:27:03.300 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 19:27:03.300 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 19:27:03.300 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 19:27:03.300 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 19:27:03.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:03.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:03.301 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:27:03.301 DEBUG [main][MenuItemLookup] Found menu:'File' 19:27:03.301 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:27:03.301 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:27:03.301 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 19:27:03.301 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:27:03.301 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:27:03.301 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:27:03.301 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:27:03.301 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:27:03.301 DEBUG [main][MenuItemLookup] Item match:Window 19:27:03.302 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:27:03.302 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:27:03.302 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:27:03.302 DEBUG [main][MenuItemLookup] Found menu:'' 19:27:03.302 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:27:03.302 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:27:03.303 DEBUG [main][MenuItemLookup] Found menu:'' 19:27:03.303 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 19:27:03.303 DEBUG [main][MenuItemLookup] Found menu:'' 19:27:03.303 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 19:27:03.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:03.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:03.303 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:27:03.303 DEBUG [main][MenuItemLookup] Found menu:'File' 19:27:03.303 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:27:03.303 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:27:03.303 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 19:27:03.303 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:27:03.303 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:27:03.304 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:27:03.304 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:27:03.304 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:27:03.304 DEBUG [main][MenuItemLookup] Item match:Window 19:27:03.304 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:27:03.304 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:27:03.304 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:27:03.304 DEBUG [main][MenuItemLookup] Found menu:'' 19:27:03.304 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:27:03.304 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:27:03.304 DEBUG [main][MenuItemLookup] Item match:Perspective 19:27:03.305 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 19:27:03.305 DEBUG [main][MenuItemLookup] Found menu:'' 19:27:03.305 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 19:27:03.305 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 19:27:03.305 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 19:27:03.305 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 19:27:03.305 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 19:27:03.305 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 19:27:03.305 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 19:27:03.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 19:27:03.354 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 19:27:03.354 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 19:27:03.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:27:03.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:27:03.355 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:03.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:03.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:03.355 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 19:27:03.355 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:03.355 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:03.356 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:03.356 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:27:03.356 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:03.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:03.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:03.357 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 19:27:03.357 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:03.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:03.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:03.358 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:03.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:03.358 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:27:03.358 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 19:27:03.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:27:03.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:27:03.359 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:27:03.359 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:27:03.691 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:03.691 INFO [WorkbenchTestable][RequirementsRunner] Started test: WorkbenchToolItemMultiLayeredMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest) 19:27:03.691 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest 19:27:03.691 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:03.691 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:03.691 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:27:03.692 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:27:03.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:27:03.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:27:03.693 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:27:03.693 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.*') 19:27:03.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:03.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:03.699 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:03.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:03.699 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:27:03.701 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 19:27:03.701 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:27:03.822 DEBUG [main][MenuItemLookup] Found menu:'(no launch history)' 19:27:03.822 DEBUG [main][MenuItemLookup] Found menu:'' 19:27:03.822 DEBUG [main][MenuItemLookup] Found menu:'Run As' 19:27:03.822 DEBUG [main][MenuItemLookup] Item match:Run As 19:27:03.825 DEBUG [main][MenuItemLookup] Found menu:'(none applicable)' 19:27:03.825 DEBUG [main][MenuItemLookup] Item match:(none applicable) 19:27:03.826 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"(none applicable)" 19:27:03.826 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest 19:27:03.826 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:03.826 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:03.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:03.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:03.827 INFO [WorkbenchTestable][RequirementsRunner] Finished test: WorkbenchToolItemMultiLayeredMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest) 19:27:03.827 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest 19:27:03.827 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:03.827 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:03.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:03.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.205 s - in org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest WorkbenchToolItemMultiLayeredMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest) Time elapsed: 0.136 s Running org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 19:27:03.834 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 19:27:03.835 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:27:03.835 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:03.835 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 19:27:03.835 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:03.835 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:27:03.844 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:03.844 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:27:03.844 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:27:03.844 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:03.844 INFO [WorkbenchTestable][RequirementsRunner] Started test: actionWithIdViewMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 19:27:03.844 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 19:27:03.844 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:03.844 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:03.844 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:27:03.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:03.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:27:03.858 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' view via menu. 19:27:03.858 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:27:03.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:27:03.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:27:03.858 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:27:03.858 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:27:03.858 DEBUG [main][MenuItemLookup] Found menu:'File' 19:27:03.859 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:27:03.859 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:27:03.859 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 19:27:03.859 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:27:03.859 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:27:03.859 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:27:03.859 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:27:03.859 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:27:03.859 DEBUG [main][MenuItemLookup] Item match:Window 19:27:03.860 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:27:03.860 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:27:03.860 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:27:03.860 DEBUG [main][MenuItemLookup] Found menu:'' 19:27:03.860 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:27:03.860 DEBUG [main][MenuItemLookup] Item match:Show View 19:27:03.881 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 19:27:03.882 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 19:27:03.882 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 19:27:03.882 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 19:27:03.882 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 19:27:03.882 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 19:27:03.882 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 19:27:03.882 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 19:27:03.882 DEBUG [main][MenuItemLookup] Found menu:'Progress' 19:27:03.882 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 19:27:03.882 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 19:27:03.882 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 19:27:03.882 DEBUG [main][MenuItemLookup] Found menu:'Templates' 19:27:03.882 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 19:27:03.882 DEBUG [main][MenuItemLookup] Found menu:'' 19:27:03.882 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 19:27:03.882 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 19:27:03.882 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 19:27:03.882 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 19:27:03.883 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 19:27:03.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 19:27:03.939 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 19:27:03.939 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 19:27:03.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:27:03.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:27:03.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 19:27:03.941 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:03.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:03.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:03.941 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:27:03.941 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:03.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:03.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:03.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:03.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:03.941 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:27:03.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:27:03.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:27:03.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children... 19:27:03.944 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 19:27:03.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:27:04.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:27:04.447 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 19:27:04.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children finished successfully 19:27:04.448 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 19:27:04.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:27:04.449 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 19:27:04.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:27:04.449 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 19:27:04.449 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer SWT 19:27:04.449 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer SWT 19:27:04.449 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer SWT about selection 19:27:04.450 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer SWT 19:27:04.450 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:04.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:04.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:04.451 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:27:04.451 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:04.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:04.452 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:04.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") 19:27:04.452 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:04.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:04.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:04.453 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:27:04.453 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:04.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:04.453 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:04.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:04.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:04.454 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:27:04.454 INFO [WorkbenchTestable][AbstractButton] Click button &Open 19:27:04.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:27:04.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:27:04.454 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:27:04.454 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:27:04.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:27:04.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:27:04.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 19:27:04.513 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:04.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:04.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 19:27:04.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:04.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:04.521 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:27:04.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:27:04.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:27:04.521 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:27:04.522 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:27:04.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:04.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:04.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:04.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:04.528 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:27:04.529 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT 19:27:04.529 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT 19:27:04.534 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:27:04.534 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:27:04.534 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:27:04.534 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:27:04.539 DEBUG [main][MenuItemLookup] Found menu:'submenu' 19:27:04.539 DEBUG [main][MenuItemLookup] Found menu:'' 19:27:04.539 DEBUG [main][MenuItemLookup] Found menu:'View Action with ID' 19:27:04.539 DEBUG [main][MenuItemLookup] Item match:View Action with ID 19:27:04.539 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"View Action with ID" 19:27:04.539 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text View Action with ID 19:27:04.539 INFO [main][MenuItemHandler] Select menu item: View Action with ID 19:27:04.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ViewWithActionIsToggled.... 19:27:04.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ViewWithActionIsToggled. finished successfully 19:27:04.549 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 19:27:04.549 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:04.549 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:04.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:04.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:04.550 INFO [WorkbenchTestable][RequirementsRunner] Finished test: actionWithIdViewMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 19:27:04.550 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:04.550 INFO [WorkbenchTestable][RequirementsRunner] Started test: parameterizedViewMenuItemTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 19:27:04.550 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 19:27:04.550 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:04.550 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:04.550 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:27:04.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:04.556 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:04.556 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' is already open. Activate. 19:27:04.557 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:04.585 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:04.585 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:27:04.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:27:04.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:27:04.586 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:27:04.586 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:27:04.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:04.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:04.602 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:04.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:04.602 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:27:04.603 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT 19:27:04.603 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT 19:27:04.603 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:27:04.604 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:27:04.604 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:27:04.604 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:27:04.613 DEBUG [main][MenuItemLookup] Found menu:'submenu' 19:27:04.614 DEBUG [main][MenuItemLookup] Item match:submenu 19:27:04.615 DEBUG [main][MenuItemLookup] Found menu:'parameterizedMenuA' 19:27:04.615 DEBUG [main][MenuItemLookup] Item match:parameterizedMenuA 19:27:04.616 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"parameterizedMenu&A" 19:27:04.616 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text parameterizedMenuA 19:27:04.616 INFO [main][MenuItemHandler] Select menu item: parameterizedMenu&A 19:27:04.616 DEBUG [main][MenuItemLookup] Found menu:'submenu' 19:27:04.616 DEBUG [main][MenuItemLookup] Item match:submenu 19:27:04.617 DEBUG [main][MenuItemLookup] Found menu:'parameterizedMenuA' 19:27:04.617 DEBUG [main][MenuItemLookup] Found menu:'parameterizedMenuB' 19:27:04.617 DEBUG [main][MenuItemLookup] Item match:parameterizedMenuB 19:27:04.617 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"parameterizedMenu&B" 19:27:04.617 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text parameterizedMenuB 19:27:04.618 INFO [main][MenuItemHandler] Select menu item: parameterizedMenu&B 19:27:04.618 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 19:27:04.618 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:04.618 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:04.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:04.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:04.619 INFO [WorkbenchTestable][RequirementsRunner] Finished test: parameterizedViewMenuItemTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 19:27:04.619 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:04.619 INFO [WorkbenchTestable][RequirementsRunner] Started test: testErrorLogMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 19:27:04.619 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 19:27:04.619 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:04.619 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:04.619 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:27:04.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:04.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:27:04.634 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' view via menu. 19:27:04.634 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:27:04.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:27:04.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:27:04.635 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:27:04.635 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:27:04.635 DEBUG [main][MenuItemLookup] Found menu:'File' 19:27:04.636 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:27:04.636 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:27:04.636 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:27:04.636 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:27:04.636 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:27:04.636 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:27:04.636 DEBUG [main][MenuItemLookup] Item match:Window 19:27:04.637 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:27:04.637 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:27:04.637 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:27:04.637 DEBUG [main][MenuItemLookup] Found menu:'' 19:27:04.637 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:27:04.637 DEBUG [main][MenuItemLookup] Item match:Show View 19:27:04.643 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 19:27:04.643 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 19:27:04.643 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 19:27:04.643 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 19:27:04.643 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 19:27:04.643 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 19:27:04.643 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 19:27:04.643 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 19:27:04.643 DEBUG [main][MenuItemLookup] Found menu:'Progress' 19:27:04.643 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 19:27:04.643 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 19:27:04.643 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 19:27:04.643 DEBUG [main][MenuItemLookup] Found menu:'Templates' 19:27:04.643 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 19:27:04.643 DEBUG [main][MenuItemLookup] Found menu:'' 19:27:04.643 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 19:27:04.643 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 19:27:04.650 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 19:27:04.650 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 19:27:04.651 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 19:27:04.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 19:27:04.716 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 19:27:04.716 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 19:27:04.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:27:04.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:27:04.720 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 19:27:04.720 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:04.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:04.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:04.721 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:27:04.721 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:04.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:04.721 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:04.721 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:04.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:04.721 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:27:04.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:27:04.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:27:04.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:27:04.723 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:27:04.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:27:05.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:27:05.227 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:27:05.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:27:05.228 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:27:05.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:27:05.229 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:27:05.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:27:05.229 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:27:05.229 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Error Log 19:27:05.229 DEBUG [main][TreeItemHandler] Selecting tree item: Error Log 19:27:05.230 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Error Log about selection 19:27:05.230 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Error Log 19:27:05.230 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:05.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:05.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:05.230 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:27:05.230 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:05.230 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:05.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:05.231 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:27:05.231 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:05.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:05.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:05.231 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:27:05.231 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:05.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:05.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:05.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:05.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:05.232 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:27:05.232 INFO [WorkbenchTestable][AbstractButton] Click button &Open 19:27:05.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:27:05.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:27:05.232 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:27:05.232 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:27:05.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:27:05.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:27:05.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 19:27:05.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:05.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:05.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 19:27:05.355 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:05.358 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:05.358 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:27:05.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:27:05.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:27:05.358 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:27:05.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 '\*?\QError Log\E') 19:27:05.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:05.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:05.385 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:05.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:05.385 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:27:05.385 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 19:27:05.385 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 19:27:05.386 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:27:05.386 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:27:05.386 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:27:05.386 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:27:05.388 DEBUG [main][MenuItemLookup] Found menu:'Group By' 19:27:05.388 DEBUG [main][MenuItemLookup] Found menu:'' 19:27:05.388 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 19:27:05.388 DEBUG [main][MenuItemLookup] Item match:Filters... 19:27:05.388 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Filters..." 19:27:05.388 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Filters... 19:27:05.388 INFO [main][MenuItemHandler] Select menu item: &Filters... 19:27:05.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Log Filters"] is available.... 19:27:05.447 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 19:27:05.448 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Log Filters 19:27:05.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:27:05.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:27:05.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: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 19:27:05.448 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:05.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:05.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:05.448 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Log Filters" as the parent 19:27:05.448 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:05.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:05.449 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:05.450 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:05.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:05.451 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:27:05.452 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:27:05.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:27:05.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:27:05.452 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:27:05.452 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:27:05.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Log Filters"] is available.... 19:27:05.534 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 19:27:05.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Progress Information"] is available.... 19:27:05.534 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 19:27:05.534 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 19:27:05.534 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:05.534 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:05.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:05.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:05.535 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testErrorLogMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 19:27:05.535 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:05.535 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCheckStyledMenus no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 19:27:05.535 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 19:27:05.535 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:05.535 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:05.535 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:27:05.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:05.539 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:05.539 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 19:27:05.539 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:05.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:05.550 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:27:05.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:27:05.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:27:05.551 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:27:05.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E') 19:27:05.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:05.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:05.553 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:05.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:05.553 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:27:05.553 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 19:27:05.553 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 19:27:05.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:27:05.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:27:05.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:27:05.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:27:05.555 DEBUG [main][MenuItemLookup] Found menu:'Group By' 19:27:05.555 DEBUG [main][MenuItemLookup] Found menu:'' 19:27:05.555 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 19:27:05.555 DEBUG [main][MenuItemLookup] Found menu:'' 19:27:05.555 DEBUG [main][MenuItemLookup] Found menu:'Activate on new events' 19:27:05.556 DEBUG [main][MenuItemLookup] Found menu:'Show text filter' 19:27:05.556 DEBUG [main][MenuItemLookup] Item match:Show text filter 19:27:05.556 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Show text filter" 19:27:05.556 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Show text filter 19:27:05.556 INFO [main][MenuItemHandler] Select menu item: &Show text filter 19:27:05.557 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 19:27:05.557 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:05.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:05.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:05.582 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Error Log (Workspace Log)"as the parent 19:27:05.582 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:05.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:05.582 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:05.583 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:27:06.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:06.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:27:06.583 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:06.584 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:27:06.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:27:06.590 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was not found 19:27:06.591 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 19:27:06.591 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:06.591 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:06.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:06.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:06.591 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCheckStyledMenus no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 19:27:06.591 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 19:27:06.591 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:06.591 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:06.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:06.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.758 s - in org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest actionWithIdViewMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) Time elapsed: 0.706 s parameterizedViewMenuItemTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) Time elapsed: 0.069 s testErrorLogMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) Time elapsed: 0.916 s testCheckStyledMenus no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) Time elapsed: 1.056 s Running org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 19:27:06.598 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 19:27:06.599 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:27:06.599 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:06.599 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 19:27:06.599 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:06.599 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:27:06.600 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:06.600 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:27:06.600 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:27:06.600 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:06.600 INFO [WorkbenchTestable][RequirementsRunner] Started test: toolItemMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 19:27:06.600 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 19:27:06.600 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:06.600 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:06.600 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:27:06.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 19:27:06.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 19:27:06.636 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 19:27:06.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:27:06.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:27:06.639 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") 19:27:06.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:06.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:06.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:06.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:06.640 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:27:06.640 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 19:27:06.640 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:27:06.648 DEBUG [main][MenuItemLookup] Found menu:'ToolItemMenuItem1' 19:27:06.648 DEBUG [main][MenuItemLookup] Item match:ToolItemMenuItem1 19:27:06.654 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 19:27:06.654 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:06.654 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:06.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:06.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:06.688 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toolItemMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 19:27:06.688 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:06.688 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 19:27:06.688 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 19:27:06.688 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:06.688 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:06.688 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:27:06.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 19:27:06.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 19:27:06.720 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 19:27:06.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:27:06.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:27:06.721 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") 19:27:06.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:06.721 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:06.721 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:06.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:06.721 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:27:06.722 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 19:27:06.722 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:27:06.732 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ToolItemMenuItem1" 19:27:06.732 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ToolItemMenuItem2" 19:27:06.732 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ToolItemMenuItem3" 19:27:06.737 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 19:27:06.737 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:06.737 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:06.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:06.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:06.758 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 19:27:06.758 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:06.758 INFO [WorkbenchTestable][RequirementsRunner] Started test: toolItemMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 19:27:06.758 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 19:27:06.758 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:06.758 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:06.758 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:27:06.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 19:27:06.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 19:27:06.802 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 19:27:06.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:27:06.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:27:06.803 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") 19:27:06.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:06.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:06.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:06.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:06.803 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:27:06.803 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 19:27:06.803 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:27:06.815 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 19:27:06.815 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:06.815 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:06.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:06.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:06.822 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toolItemMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 19:27:06.822 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:06.822 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 19:27:06.822 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 19:27:06.822 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:06.822 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:06.822 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:27:06.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 19:27:06.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 19:27:06.862 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 19:27:06.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:27:06.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:27:06.883 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") 19:27:06.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:06.883 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:06.884 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:06.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:06.884 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:27:06.884 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 19:27:06.884 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:27:06.893 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ToolItemMenuItem1" 19:27:06.898 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 19:27:06.898 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:06.898 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:06.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:06.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:06.904 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 19:27:06.904 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:06.904 INFO [WorkbenchTestable][RequirementsRunner] Started test: toolItemMenuWrongStyle no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 19:27:06.904 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 19:27:06.904 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:06.904 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:06.904 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:27:06.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 19:27:06.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 19:27:06.938 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 19:27:06.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:27:06.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:27:06.939 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") 19:27:06.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:06.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:06.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:06.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:06.940 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:27:06.944 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 19:27:06.944 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:06.944 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:06.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:06.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:06.951 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toolItemMenuWrongStyle no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 19:27:06.951 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 19:27:06.951 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:06.951 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:06.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:06.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.354 s - in org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest toolItemMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) Time elapsed: 0.088 s hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) Time elapsed: 0.07 s toolItemMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) Time elapsed: 0.064 s hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) Time elapsed: 0.082 s toolItemMenuWrongStyle no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) Time elapsed: 0.047 s Running org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 19:27:06.955 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 19:27:06.959 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:27:06.959 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:06.959 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 19:27:06.959 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:06.959 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:27:06.985 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:06.985 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:27:06.985 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:27:06.985 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:06.985 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 19:27:06.985 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 19:27:06.985 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:06.985 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:06.985 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:27:07.054 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.browser.Browser with no referenced composite specified, index 1 and no matchers specified 19:27:07.054 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:07.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:07.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:07.086 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:07.086 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:07.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:07.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:27:07.086 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 19:27:07.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:27:07.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 19:27:08.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:27:08.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 19:27:08.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:27:08.087 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 1 was not found 19:27:08.088 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:27:08.089 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 19:27:08.089 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:27:08.089 DEBUG [main][AbstractWait] Waiting until shell is active... 19:27:08.089 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:27:08.089 INFO [main][AbstractShell] Close shell Testing shell 19:27:08.089 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:27:08.097 DEBUG [main][AbstractWait] Waiting while shell is available... 19:27:08.097 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:27:08.098 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 19:27:08.098 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:08.098 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:08.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:08.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:08.599 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 19:27:08.599 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:08.599 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 19:27:08.599 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 19:27:08.599 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:08.599 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:08.599 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:27:08.621 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.browser.Browser with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "@#NON_EXISITNG_LABEL%$") 19:27:08.621 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:08.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:08.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:08.643 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:08.643 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:08.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:08.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:08.644 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:27:09.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:09.145 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:27:09.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:09.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:27:09.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:27:09.646 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was not found 19:27:09.647 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:27:09.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 19:27:09.647 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:27:09.647 DEBUG [main][AbstractWait] Waiting until shell is active... 19:27:09.647 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:27:09.647 INFO [main][AbstractShell] Close shell Testing shell 19:27:09.647 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:27:09.658 DEBUG [main][AbstractWait] Waiting while shell is available... 19:27:09.658 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:27:09.658 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 19:27:09.658 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:09.658 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:09.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:09.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:09.660 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 19:27:09.660 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:09.660 INFO [WorkbenchTestable][RequirementsRunner] Started test: executeTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 19:27:09.660 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 19:27:09.660 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:09.660 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:09.660 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt SWT WebKitGDBus: there was an error executing something synchronously with the extension. SWT WebKitGDBus: the error message is: The connection is closed 19:27:09.691 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.browser.Browser wiSWT webkit: failure registering BrowserFunction testExecute th no referenced composite specified, index 0 and no matchers specified SWT WebKitGDBus: there was an error executing something synchronously with the extension. SWT WebKitGDBus: the error message is: The connection is closed 19:27:09.691 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one SWT webkit: failure registering BrowserFunction testEvaluate 19:27:09.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:09.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:09.710 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:09.710 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:09.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:09.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:09.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:09.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:09.710 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 19:27:09.712 INFO [WorkbenchTestable][AbstractBrowser] Execute script: testExecute() 19:27:09.792 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:27:09.792 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 19:27:09.793 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:27:09.793 DEBUG [main][AbstractWait] Waiting until shell is active... 19:27:09.793 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:27:09.793 INFO [main][AbstractShell] Close shell Testing shell 19:27:09.793 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:27:09.803 DEBUG [main][AbstractWait] Waiting while shell is available... 19:27:09.803 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:27:09.807 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 19:27:09.807 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:09.807 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:09.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:09.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:09.819 INFO [WorkbenchTestable][RequirementsRunner] Finished test: executeTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 19:27:09.819 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:09.819 INFO [WorkbenchTestable][RequirementsRunner] Started test: evaluateTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 19:27:09.819 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 19:27:09.819 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:09.819 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:09.819 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt SWT WebKitGDBus: there was an error executing something synchronously with the extension. SWT WebKitGDBus: the error message is: The connection is closed SWT webkit: failure registering BrowserFunction testExecute SWT WebKitGDBus: there was an error executing something synchronously with the extension. SWT WebKitGDBus: the error message is: The connection is closed SWT webkit: failure registering BrowserFunction testEvaluate 19:27:09.842 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.browser.Browser with no referenced composite specified, index 0 and no matchers specified 19:27:09.842 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:09.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:09.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:09.862 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:09.862 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:09.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:09.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:09.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:09.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:09.862 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 19:27:09.880 INFO [WorkbenchTestable][AbstractBrowser] Evaluate script: testEvaluate();return "test"; 19:27:09.961 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:27:09.961 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 19:27:09.961 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:27:09.962 DEBUG [main][AbstractWait] Waiting until shell is active... 19:27:09.962 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:27:09.962 INFO [main][AbstractShell] Close shell Testing shell 19:27:09.962 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:27:09.972 DEBUG [main][AbstractWait] Waiting while shell is available... 19:27:09.972 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:27:09.972 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 19:27:09.972 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:09.972 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:09.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:09.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:09.988 INFO [WorkbenchTestable][RequirementsRunner] Finished test: evaluateTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 19:27:09.988 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:09.988 INFO [WorkbenchTestable][RequirementsRunner] Started test: findBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 19:27:09.988 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 19:27:09.988 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:09.988 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:09.988 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt SWT WebKitGDBus: there was an error executing something synchronously with the extension. SWT WebKitGDBus: the error message is: The connection is closed SWT webkit: failure registering BrowserFunction testExecute SWT WebKitGDBus: there was an error executing something synchronously with the extension. SWT WebKitGDBus: the error message is: The connection is closed SWT webkit: failure registering BrowserFunction testEvaluate 19:27:10.009 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.browser.Browser with no referenced composite specified, index 0 and no matchers specified 19:27:10.009 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:10.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:10.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:10.027 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:10.027 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:10.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:10.031 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:10.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:10.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:10.032 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 19:27:10.033 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:27:10.033 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 19:27:10.033 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:27:10.033 DEBUG [main][AbstractWait] Waiting until shell is active... 19:27:10.033 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:27:10.033 INFO [main][AbstractShell] Close shell Testing shell 19:27:10.034 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:27:10.195 DEBUG [main][AbstractWait] Waiting while shell is available... 19:27:10.195 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:27:10.195 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 19:27:10.195 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:10.195 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:10.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:10.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:10.197 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 19:27:10.197 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:10.197 INFO [WorkbenchTestable][RequirementsRunner] Started test: findBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 19:27:10.197 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 19:27:10.197 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:10.197 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:10.197 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt SWT WebKitGDBus: there was an error executing something synchronously with the extension. SWT WebKitGDBus: the error message is: The connection is closed SWT webkit: failure registering BrowserFunction testExecute SWT WebKitGDBus: there was an error executing something synchronously with the extension. SWT WebKitGDBus: the error message is: The connection is closed SWT webkit: failure registering BrowserFunction testEvaluate 19:27:10.217 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.browser.Browser with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test browser:") 19:27:10.217 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:10.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:10.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:10.236 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:10.236 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:10.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:10.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:10.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:10.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:10.237 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 19:27:10.238 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:27:10.238 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 19:27:10.238 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:27:10.238 DEBUG [main][AbstractWait] Waiting until shell is active... 19:27:10.238 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:27:10.238 INFO [main][AbstractShell] Close shell Testing shell 19:27:10.238 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:27:10.347 DEBUG [main][AbstractWait] Waiting while shell is available... 19:27:10.347 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:27:10.347 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 19:27:10.347 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:10.347 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:10.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:10.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:10.348 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 19:27:10.348 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:10.348 INFO [WorkbenchTestable][RequirementsRunner] Started test: navigate no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 19:27:10.348 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 19:27:10.348 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:10.348 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:10.348 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt SWT WebKitGDBus: there was an error executing something synchronously with the extension. SWT WebKitGDBus: the error message is: The connection is closed SWT webkit: failure registering BrowserFunction testExecute SWT WebKitGDBus: there was an error executing something synchronously with the extension. SWT WebKitGDBus: the error message is: The connection is closed SWT webkit: failure registering BrowserFunction testEvaluate 19:27:10.382 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.browser.Browser with no referenced composite specified, index 0 and no matchers specified 19:27:10.382 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:10.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:10.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:10.403 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:10.403 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:10.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:10.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:10.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:10.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:10.403 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 19:27:10.404 INFO [WorkbenchTestable][AbstractBrowser] Set browser URL to 'http://www.eclipse.org/swt/snippets/' 19:27:10.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 19:27:10.406 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 19:27:10.412 DEBUG [main][BrowserProgressListener] Calling chanded() 19:27:10.598 DEBUG [main][BrowserProgressListener] Calling chanded() 19:27:10.834 DEBUG [main][BrowserProgressListener] Calling chanded() 19:27:10.907 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 19:27:11.050 DEBUG [main][BrowserProgressListener] Calling chanded() failed to create drawable 19:27:11.191 DEBUG [main][BrowserProgressListener] Calling chanded() 19:27:11.407 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 19:27:11.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 19:27:11.407 DEBUG [WorkbenchTestable][AbstractWait] Wait for 10 seconds 19:27:21.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 19:27:21.408 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 19:27:21.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 19:27:21.416 INFO [WorkbenchTestable][AbstractBrowser] Set browser URL to 'http://www.eclipse.org/swt/widgets/' 19:27:21.417 DEBUG [main][BrowserProgressListener] Calling chanded() 19:27:21.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 19:27:21.417 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 19:27:21.457 DEBUG [main][BrowserProgressListener] Calling chanded() 19:27:21.530 DEBUG [main][BrowserProgressListener] Calling chanded() 19:27:21.917 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 19:27:21.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 19:27:21.917 DEBUG [WorkbenchTestable][AbstractWait] Wait for 10 seconds 19:27:31.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 19:27:31.917 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 19:27:31.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 19:27:31.918 INFO [WorkbenchTestable][AbstractBrowser] Browser back 19:27:31.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 19:27:31.919 DEBUG [main][BrowserProgressListener] Calling chanded() 19:27:31.919 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 19:27:32.021 DEBUG [main][BrowserProgressListener] Calling chanded() 19:27:32.419 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 19:27:32.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 19:27:32.419 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 19:27:33.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 19:27:33.420 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 19:27:33.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 19:27:33.423 INFO [WorkbenchTestable][AbstractBrowser] Browser forward 19:27:33.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 19:27:33.423 DEBUG [main][BrowserProgressListener] Calling chanded() 19:27:33.423 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 19:27:33.469 DEBUG [main][BrowserProgressListener] Calling chanded() 19:27:33.924 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 19:27:33.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 19:27:33.924 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 19:27:34.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 19:27:34.924 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 19:27:34.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 19:27:34.925 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:27:34.925 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 19:27:34.925 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:27:34.925 DEBUG [main][AbstractWait] Waiting until shell is active... 19:27:34.925 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:27:34.925 INFO [main][AbstractShell] Close shell Testing shell 19:27:34.925 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:27:34.933 DEBUG [main][AbstractWait] Waiting while shell is available... 19:27:34.933 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:27:34.933 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 19:27:34.933 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:34.933 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:34.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:34.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:34.945 INFO [WorkbenchTestable][RequirementsRunner] Finished test: navigate no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 19:27:34.945 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 19:27:34.945 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:34.945 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:34.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:34.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 27.99 s - in org.eclipse.reddeer.swt.test.impl.browser.BrowserTest findNonExistingBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 1.614 s findNonExistingBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 1.061 s executeTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 0.159 s evaluateTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 0.169 s findBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 0.209 s findBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 0.151 s navigate no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 24.596 s Running org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 19:27:34.951 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 19:27:34.952 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:27:34.952 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:34.952 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 19:27:34.952 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:34.952 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:27:34.953 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:34.953 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:27:34.953 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:27:34.953 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:34.953 INFO [WorkbenchTestable][RequirementsRunner] Started test: enabled no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 19:27:34.953 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 19:27:34.953 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:34.953 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:34.953 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:27:34.991 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 19:27:34.991 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:35.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:35.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:35.006 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:35.006 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:35.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:35.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:27:35.007 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:27:35.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:35.007 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 1 was found 19:27:35.008 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:") 19:27:35.008 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:35.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:35.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:35.009 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:35.009 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:35.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:35.009 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:35.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:35.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:35.012 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 19:27:35.012 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:27:35.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 19:27:35.013 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:27:35.013 DEBUG [main][AbstractWait] Waiting until shell is active... 19:27:35.013 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:27:35.013 INFO [main][AbstractShell] Close shell Testing shell 19:27:35.013 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:27:35.023 DEBUG [main][AbstractWait] Waiting while shell is available... 19:27:35.023 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:27:35.023 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 19:27:35.023 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:35.023 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:35.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:35.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:35.044 INFO [WorkbenchTestable][RequirementsRunner] Finished test: enabled no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 19:27:35.044 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:35.044 INFO [WorkbenchTestable][RequirementsRunner] Started test: findById no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 19:27:35.044 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 19:27:35.044 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:35.044 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:35.044 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:27:35.085 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') 19:27:35.085 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:35.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:35.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:35.101 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:35.102 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:35.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:35.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:35.102 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key coolId 19:27:35.102 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key coolId 19:27:35.103 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:35.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:35.103 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 19:27:35.105 INFO [WorkbenchTestable][AbstractCCombo] Set selection of CCombo to index: 1 19:27:35.108 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:27:35.108 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 19:27:35.108 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:27:35.109 DEBUG [main][AbstractWait] Waiting until shell is active... 19:27:35.109 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:27:35.109 INFO [main][AbstractShell] Close shell Testing shell 19:27:35.109 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:27:35.119 DEBUG [main][AbstractWait] Waiting while shell is available... 19:27:35.119 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:27:35.119 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 19:27:35.119 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:35.119 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:35.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:35.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:35.136 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findById no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 19:27:35.136 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:35.136 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 19:27:35.136 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 19:27:35.136 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:35.136 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:35.136 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:27:35.172 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") 19:27:35.172 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:35.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:35.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:35.189 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:35.189 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:35.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:35.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:35.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:35.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:35.190 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 19:27:35.192 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 19:27:35.192 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:35.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:35.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:35.192 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:35.192 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:35.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:35.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:35.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:35.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:35.193 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 19:27:35.193 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") 19:27:35.193 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:35.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:35.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:35.193 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:35.193 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:35.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:35.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:35.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:35.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:35.194 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 19:27:35.195 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 19:27:35.195 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:35.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:35.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:35.195 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:35.195 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:35.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:35.195 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:27:35.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:27:35.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:35.195 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 1 was found 19:27:35.195 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") 19:27:35.195 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:35.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:35.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:35.195 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:35.195 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:35.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:35.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:35.197 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:35.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:35.197 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 19:27:35.198 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 19:27:35.198 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:35.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:35.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:35.198 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:35.198 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:35.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:35.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 19:27:35.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 19:27:35.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:35.198 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 2 was found 19:27:35.199 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") 19:27:35.199 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:35.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:35.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:35.199 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:35.199 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:35.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:35.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:35.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:35.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:35.201 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 19:27:35.201 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 19:27:35.201 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:35.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:35.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:35.201 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:35.201 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:35.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:35.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 19:27:35.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found 19:27:35.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:35.202 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 3 was found 19:27:35.202 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:27:35.202 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 19:27:35.202 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:27:35.203 DEBUG [main][AbstractWait] Waiting until shell is active... 19:27:35.203 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:27:35.203 INFO [main][AbstractShell] Close shell Testing shell 19:27:35.203 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:27:35.213 DEBUG [main][AbstractWait] Waiting while shell is available... 19:27:35.213 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:27:35.213 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 19:27:35.213 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:35.213 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:35.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:35.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:35.219 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 19:27:35.219 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:35.219 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByName no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 19:27:35.219 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 19:27:35.219 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:35.219 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:35.219 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:27:35.257 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") 19:27:35.257 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:35.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:35.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:35.275 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:35.275 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:35.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:35.275 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:35.277 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:35.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:35.277 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 19:27:35.278 INFO [WorkbenchTestable][AbstractCCombo] Set selection of CCombo to index: 3 19:27:35.278 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:27:35.279 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 19:27:35.279 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:27:35.280 DEBUG [main][AbstractWait] Waiting until shell is active... 19:27:35.280 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:27:35.280 INFO [main][AbstractShell] Close shell Testing shell 19:27:35.280 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:27:35.289 DEBUG [main][AbstractWait] Waiting while shell is available... 19:27:35.289 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:27:35.289 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 19:27:35.289 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:35.290 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:35.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:35.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:35.304 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByName no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 19:27:35.304 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:35.304 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 19:27:35.304 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 19:27:35.304 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:35.304 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:35.304 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:27:35.340 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") 19:27:35.340 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:35.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:35.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:35.356 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:35.356 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:35.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:35.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:35.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:35.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:35.357 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 19:27:35.362 INFO [WorkbenchTestable][AbstractCCombo] Set selection of CCombo to index: 2 19:27:35.362 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 19:27:35.362 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:35.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:35.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:35.363 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:35.363 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:35.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:35.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:35.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:35.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:35.363 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:27:35.363 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:27:35.364 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:27:35.364 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 19:27:35.364 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:27:35.364 DEBUG [main][AbstractWait] Waiting until shell is active... 19:27:35.364 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:27:35.364 INFO [main][AbstractShell] Close shell Testing shell 19:27:35.364 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:27:35.376 DEBUG [main][AbstractWait] Waiting while shell is available... 19:27:35.376 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:27:35.376 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 19:27:35.376 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:35.376 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:35.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:35.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:35.393 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 19:27:35.393 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:35.393 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 19:27:35.393 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 19:27:35.393 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:35.393 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:35.393 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:27:35.433 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 19:27:35.433 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:35.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:35.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:35.457 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:35.457 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:35.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:35.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:27:35.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:27:35.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:35.457 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 1 was found 19:27:35.459 INFO [WorkbenchTestable][AbstractCCombo] Set selection of CCombo to index: 1 19:27:35.459 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:27:35.460 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 19:27:35.460 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:27:35.461 DEBUG [main][AbstractWait] Waiting until shell is active... 19:27:35.461 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:27:35.461 INFO [main][AbstractShell] Close shell Testing shell 19:27:35.461 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:27:35.473 DEBUG [main][AbstractWait] Waiting while shell is available... 19:27:35.473 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:27:35.473 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 19:27:35.473 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:35.473 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:35.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:35.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:35.480 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 19:27:35.480 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:35.480 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 19:27:35.480 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 19:27:35.480 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:35.480 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:35.480 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:27:35.530 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 19:27:35.530 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:35.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:35.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:35.549 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:35.549 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:35.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:35.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 19:27:35.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 19:27:36.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 19:27:36.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 19:27:36.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 19:27:36.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 19:27:36.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:27:36.553 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 5 was not found 19:27:36.553 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:27:36.553 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 19:27:36.553 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:27:36.553 DEBUG [main][AbstractWait] Waiting until shell is active... 19:27:36.553 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:27:36.553 INFO [main][AbstractShell] Close shell Testing shell 19:27:36.554 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:27:36.564 DEBUG [main][AbstractWait] Waiting while shell is available... 19:27:36.564 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:27:36.564 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 19:27:36.564 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:36.564 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:36.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:36.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:36.581 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 19:27:36.581 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:36.581 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 19:27:36.581 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 19:27:36.581 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:36.581 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:36.581 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:27:36.629 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_&*") 19:27:36.629 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:36.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:36.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:36.646 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:36.646 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:36.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:36.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:36.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:27:37.148 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:37.150 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:27:37.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:37.653 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:27:37.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:27:37.654 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was not found 19:27:37.654 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:27:37.655 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 19:27:37.655 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:27:37.656 DEBUG [main][AbstractWait] Waiting until shell is active... 19:27:37.656 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:27:37.656 INFO [main][AbstractShell] Close shell Testing shell 19:27:37.656 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:27:37.665 DEBUG [main][AbstractWait] Waiting while shell is available... 19:27:37.665 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:27:37.665 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 19:27:37.665 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:37.665 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:37.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:37.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:37.671 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 19:27:37.671 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:37.671 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 19:27:37.671 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 19:27:37.671 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:37.671 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:37.671 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:27:37.709 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") 19:27:37.709 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:37.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:37.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:37.734 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:37.734 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:37.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:37.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:37.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:37.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:37.735 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 19:27:37.736 INFO [WorkbenchTestable][AbstractCCombo] Set selection of CCombo to selection: Item23 19:27:37.737 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 19:27:37.737 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:37.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:37.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:37.738 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:37.738 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:37.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:37.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:37.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:37.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:37.738 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:27:37.738 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:27:37.739 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:27:37.739 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 19:27:37.739 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:27:37.740 DEBUG [main][AbstractWait] Waiting until shell is active... 19:27:37.740 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:27:37.740 INFO [main][AbstractShell] Close shell Testing shell 19:27:37.740 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:27:37.748 DEBUG [main][AbstractWait] Waiting while shell is available... 19:27:37.749 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:27:37.749 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 19:27:37.749 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:37.749 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:37.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:37.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:37.754 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 19:27:37.754 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 19:27:37.754 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:37.754 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:37.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:37.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.804 s - in org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest enabled no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 0.091 s findById no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 0.092 s getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 0.083 s findByName no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 0.085 s selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 0.089 s findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 0.087 s findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 1.101 s findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 1.09 s selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 0.083 s Running org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 19:27:37.760 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 19:27:37.761 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:27:37.761 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:37.761 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 19:27:37.761 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:37.761 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:27:37.762 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:37.762 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:27:37.762 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:27:37.762 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:37.762 INFO [WorkbenchTestable][RequirementsRunner] Started test: getItemsCount no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 19:27:37.762 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 19:27:37.762 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:37.762 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:37.762 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:919): Gtk-WARNING **: 19:27:37.792: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.799: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.800: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.801: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.802: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.808: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.808: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.809: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.809: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.810: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.811: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.812: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.820: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.826: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.827: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.828: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.829: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.834: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.834: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.835: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.835: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.836: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.837: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.837: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.842: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.843: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.843: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.844: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.844: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.844: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.845: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.846: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.846: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.846: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.851: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.852: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.852: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.852: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.853: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.853: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.853: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.854: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.855: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.855: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.856: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.856: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.856: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 19:27:37.860 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 19:27:37.860 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:37.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:37.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:37.872 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:37.872 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:37.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:37.872 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:37.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:37.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:37.872 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 0 was found 19:27:37.875 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 19:27:37.875 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:37.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:37.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:37.875 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:37.875 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:37.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:37.875 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:27:37.876 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:27:37.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:37.876 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 19:27:37.876 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:27:37.876 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 19:27:37.876 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:27:37.876 DEBUG [main][AbstractWait] Waiting until shell is active... 19:27:37.876 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:27:37.876 INFO [main][AbstractShell] Close shell Testing shell 19:27:37.876 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:27:37.900 DEBUG [main][AbstractWait] Waiting while shell is available... 19:27:37.900 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:27:37.900 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 19:27:37.900 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:37.900 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:37.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:37.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:37.905 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getItemsCount no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 19:27:37.905 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:37.905 INFO [WorkbenchTestable][RequirementsRunner] Started test: collapseAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 19:27:37.905 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 19:27:37.906 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:37.906 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:37.906 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:919): Gtk-WARNING **: 19:27:37.917: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.923: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.924: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.925: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.926: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.932: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.932: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.934: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.934: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.935: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.936: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.936: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.946: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.951: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.953: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.953: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.954: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.959: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.960: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.961: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.961: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.962: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.963: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.963: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.971: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.971: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.971: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.973: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.973: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.973: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.974: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.976: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.976: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.976: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.983: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.984: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.984: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.984: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.986: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.986: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.986: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.986: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.987: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.989: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.989: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.989: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:37.989: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 19:27:37.993 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 19:27:37.993 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:38.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:38.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:38.011 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:38.011 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:38.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:38.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:27:38.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:27:38.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:38.013 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 19:27:38.013 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 1 Expand Bar Item index: 0 19:27:38.013 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 19:27:38.013 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:38.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:38.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:38.013 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:38.013 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:38.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:38.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:27:38.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:27:38.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:38.014 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 19:27:38.014 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 0 19:27:38.018 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 19:27:39.018 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 0 has been expanded 19:27:39.018 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 1 Expand Bar Item index: 2 19:27:39.018 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 19:27:39.018 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:39.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:39.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:39.019 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:39.019 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:39.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:39.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:27:39.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:27:39.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:39.019 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 19:27:39.020 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 2 19:27:39.020 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 19:27:40.021 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 2 has been expanded 19:27:40.021 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 1 Expand Bar Item index: 4 19:27:40.021 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 19:27:40.021 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:40.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:40.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:40.021 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:40.021 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:40.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:40.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:27:40.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:27:40.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:40.021 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 19:27:40.022 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 4 19:27:40.022 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 19:27:41.022 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 4 has been expanded 19:27:41.022 INFO [WorkbenchTestable][AbstractExpandBar] Collapse all expand bar items 19:27:41.022 DEBUG [WorkbenchTestable][AbstractExpandItem] Collapse Expand Bar Item Expand Item: 0 19:27:41.025 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 0 has been collapsed 19:27:41.025 DEBUG [WorkbenchTestable][AbstractExpandItem] Collapse Expand Bar Item Expand Item: 1 19:27:41.025 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 1 is already collapsed. No action performed 19:27:41.025 DEBUG [WorkbenchTestable][AbstractExpandItem] Collapse Expand Bar Item Expand Item: 2 19:27:41.025 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 2 has been collapsed 19:27:41.025 DEBUG [WorkbenchTestable][AbstractExpandItem] Collapse Expand Bar Item Expand Item: 3 19:27:41.026 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 3 is already collapsed. No action performed 19:27:41.026 DEBUG [WorkbenchTestable][AbstractExpandItem] Collapse Expand Bar Item Expand Item: 4 19:27:41.026 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 4 has been collapsed 19:27:41.026 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:27:41.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 19:27:41.027 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:27:41.027 DEBUG [main][AbstractWait] Waiting until shell is active... 19:27:41.027 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:27:41.027 INFO [main][AbstractShell] Close shell Testing shell 19:27:41.027 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:27:41.045 DEBUG [main][AbstractWait] Waiting while shell is available... 19:27:41.045 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:27:41.045 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 19:27:41.045 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:41.045 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:41.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:41.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:41.050 INFO [WorkbenchTestable][RequirementsRunner] Finished test: collapseAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 19:27:41.050 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:41.051 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByIndexAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 19:27:41.051 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 19:27:41.051 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:41.051 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:41.051 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:919): Gtk-WARNING **: 19:27:41.064: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:41.070: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:41.071: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:41.072: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:41.073: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:41.077: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:41.077: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:41.078: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:41.079: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:41.079: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:41.080: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:41.080: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:41.088: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:41.094: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:41.095: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:41.096: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:41.097: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:41.101: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:41.102: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:41.103: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:41.103: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:41.104: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:41.105: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:41.105: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:41.111: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:41.111: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:41.112: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:41.113: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:41.113: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:41.113: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:41.114: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:41.115: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:41.116: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:41.116: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:41.122: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:41.122: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:41.122: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:41.123: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:41.124: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:41.124: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:41.124: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:41.124: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:41.125: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:41.126: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:41.127: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:41.127: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:41.127: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 19:27:41.129 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 1 Expand Bar Item index: 0 19:27:41.129 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 19:27:41.130 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:41.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:41.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:41.145 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:41.145 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:41.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:41.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:27:41.145 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:27:41.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:41.145 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 19:27:41.146 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 0 19:27:41.151 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 19:27:42.151 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 0 has been expanded 19:27:42.151 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 19:27:42.151 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:42.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:42.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:42.152 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:42.152 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:42.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:42.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:27:42.152 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:27:42.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:42.152 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 19:27:42.152 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:27:42.154 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:27:42.154 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 19:27:42.155 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:27:42.155 DEBUG [main][AbstractWait] Waiting until shell is active... 19:27:42.155 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:27:42.155 INFO [main][AbstractShell] Close shell Testing shell 19:27:42.155 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:27:42.173 DEBUG [main][AbstractWait] Waiting while shell is available... 19:27:42.173 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:27:42.173 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 19:27:42.173 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:42.173 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:42.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:42.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:42.178 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByIndexAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 19:27:42.178 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:42.178 INFO [WorkbenchTestable][RequirementsRunner] Started test: expandAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 19:27:42.178 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 19:27:42.178 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:42.178 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:42.178 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:919): Gtk-WARNING **: 19:27:42.189: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:42.194: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:42.195: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:42.196: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:42.196: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:42.202: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:42.202: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:42.204: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:42.204: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:42.204: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:42.205: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:42.206: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:42.213: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:42.219: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:42.220: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:42.221: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:42.222: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:42.227: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:42.227: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:42.229: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:42.229: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:42.230: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:42.230: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:42.231: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:42.235: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:42.235: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:42.235: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:42.236: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:42.237: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:42.237: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:42.238: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:42.238: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:42.239: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:42.239: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:42.244: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:42.244: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:42.245: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:42.245: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:42.246: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:42.246: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:42.246: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:42.246: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:42.247: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:42.248: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:42.248: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:42.249: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:42.249: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 19:27:42.251 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 19:27:42.251 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:42.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:42.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:42.272 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:42.272 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:42.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:42.272 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:42.272 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:42.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:42.272 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 0 was found 19:27:42.273 INFO [WorkbenchTestable][AbstractExpandBar] Expand all expand bar items 19:27:42.273 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 0 19:27:42.281 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 19:27:43.281 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 0 has been expanded 19:27:43.281 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 1 19:27:43.281 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 19:27:44.282 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 1 has been expanded 19:27:44.282 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 2 19:27:44.282 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 19:27:45.283 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 2 has been expanded 19:27:45.284 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:27:45.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 19:27:45.284 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:27:45.284 DEBUG [main][AbstractWait] Waiting until shell is active... 19:27:45.284 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:27:45.284 INFO [main][AbstractShell] Close shell Testing shell 19:27:45.284 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:27:45.301 DEBUG [main][AbstractWait] Waiting while shell is available... 19:27:45.301 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:27:45.301 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 19:27:45.301 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:45.301 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:45.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:45.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:45.306 INFO [WorkbenchTestable][RequirementsRunner] Finished test: expandAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 19:27:45.306 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:45.306 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByNameAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 19:27:45.306 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 19:27:45.306 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:45.306 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:45.306 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:919): Gtk-WARNING **: 19:27:45.318: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:45.324: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:45.326: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:45.327: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:45.328: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:45.334: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:45.334: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:45.335: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:45.335: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:45.336: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:45.337: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:45.337: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:45.345: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:45.350: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:45.351: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:45.352: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:45.353: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:45.359: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:45.359: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:45.360: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:45.360: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:45.361: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:45.362: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:45.362: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:45.367: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:45.367: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:45.367: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:45.369: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:45.369: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:45.369: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:45.370: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:45.371: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:45.371: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:45.371: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:45.376: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:45.376: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:45.376: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:45.377: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:45.378: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:45.378: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:45.378: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:45.378: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:45.379: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:45.380: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:45.380: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:45.380: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:45.380: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 19:27:45.383 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 1 Expand Bar Item text: Expand Item: 1 19:27:45.383 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 19:27:45.383 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:45.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:45.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:45.398 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:45.399 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:45.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:45.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:27:45.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:27:45.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:45.399 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 19:27:45.399 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 1 19:27:45.400 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 19:27:46.401 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 1 has been expanded 19:27:46.401 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 19:27:46.401 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:46.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:46.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:46.401 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:46.401 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:46.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:46.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 19:27:46.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 19:27:46.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:46.402 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 2 was found 19:27:46.402 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:27:46.404 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:27:46.404 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 19:27:46.404 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:27:46.404 DEBUG [main][AbstractWait] Waiting until shell is active... 19:27:46.404 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:27:46.404 INFO [main][AbstractShell] Close shell Testing shell 19:27:46.404 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:27:46.423 DEBUG [main][AbstractWait] Waiting while shell is available... 19:27:46.423 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:27:46.423 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 19:27:46.423 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:46.423 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:46.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:46.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:46.428 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByNameAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 19:27:46.428 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:46.428 INFO [WorkbenchTestable][RequirementsRunner] Started test: getBarItems no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 19:27:46.428 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 19:27:46.428 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:46.429 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:46.429 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:919): Gtk-WARNING **: 19:27:46.440: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.446: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.447: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.448: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.449: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.454: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.454: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.455: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.456: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.456: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.457: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.457: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.466: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.472: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.473: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.474: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.475: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.481: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.481: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.482: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.482: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.483: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.484: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.485: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.490: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.490: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.491: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.492: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.492: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.492: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.493: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.494: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.494: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.494: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.499: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.499: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.499: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.499: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.500: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.501: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.501: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.501: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.502: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.503: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.503: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.503: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.503: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 19:27:46.505 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 19:27:46.505 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:46.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:46.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:46.521 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:46.521 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:46.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:46.521 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:46.521 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:46.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:46.521 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 0 was found 19:27:46.521 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:27:46.521 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 19:27:46.521 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:27:46.522 DEBUG [main][AbstractWait] Waiting until shell is active... 19:27:46.522 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:27:46.522 INFO [main][AbstractShell] Close shell Testing shell 19:27:46.522 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:27:46.539 DEBUG [main][AbstractWait] Waiting while shell is available... 19:27:46.539 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:27:46.539 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 19:27:46.540 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:46.540 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:46.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:46.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:46.554 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getBarItems no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 19:27:46.554 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:46.554 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 19:27:46.554 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 19:27:46.554 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:46.554 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:46.554 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:919): Gtk-WARNING **: 19:27:46.564: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.569: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.570: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.571: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.572: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.577: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.577: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.578: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.578: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.579: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.579: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.579: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.587: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.593: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.594: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.595: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.596: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.600: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.601: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.602: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.602: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.602: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.603: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.603: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.608: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.608: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.609: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.610: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.610: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.610: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.611: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.611: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.612: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.612: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.616: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.616: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.617: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.617: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.618: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.618: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.618: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.618: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.619: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.620: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.620: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.620: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:46.620: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 19:27:46.622 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 3 Expand Bar Item index: 1 19:27:46.622 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 19:27:46.622 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:46.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:46.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:46.634 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:46.634 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:46.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:46.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 19:27:46.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 19:27:47.135 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 19:27:47.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 19:27:47.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 19:27:47.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 19:27:47.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:27:47.636 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 3 was not found 19:27:47.637 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:27:47.637 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 19:27:47.637 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:27:47.637 DEBUG [main][AbstractWait] Waiting until shell is active... 19:27:47.637 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:27:47.637 INFO [main][AbstractShell] Close shell Testing shell 19:27:47.637 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:27:47.653 DEBUG [main][AbstractWait] Waiting while shell is available... 19:27:47.653 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:27:47.653 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 19:27:47.653 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:47.653 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:47.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:47.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:47.658 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 19:27:47.658 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:47.658 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 19:27:47.658 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 19:27:47.658 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:47.658 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:47.658 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:919): Gtk-WARNING **: 19:27:47.676: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:47.681: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:47.682: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:47.683: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:47.684: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:47.689: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:47.689: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:47.690: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:47.690: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:47.691: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:47.692: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:47.692: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:47.700: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:47.705: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:47.706: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:47.707: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:47.707: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:47.712: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:47.712: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:47.713: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:47.713: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:47.714: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:47.715: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:47.715: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:47.720: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:47.720: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:47.720: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:47.721: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:47.721: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:47.722: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:47.722: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:47.723: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:47.723: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:47.723: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:47.728: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:47.729: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:47.729: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:47.729: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:47.730: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:47.730: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:47.730: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:47.730: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:47.731: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:47.732: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:47.732: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:47.732: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:919): Gtk-WARNING **: 19:27:47.733: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 19:27:47.735 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 0 Expand Bar Item text: NON_EXISTING_#$ 19:27:47.735 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 19:27:47.735 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:47.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:47.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:47.748 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:47.748 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:47.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:47.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:47.748 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:47.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:47.748 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 0 was found 19:27:47.749 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:27:47.749 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 19:27:47.749 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:27:47.749 DEBUG [main][AbstractWait] Waiting until shell is active... 19:27:47.749 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:27:47.749 INFO [main][AbstractShell] Close shell Testing shell 19:27:47.749 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:27:47.765 DEBUG [main][AbstractWait] Waiting while shell is available... 19:27:47.765 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:27:47.766 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 19:27:47.766 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:47.766 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:47.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:47.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:47.770 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 19:27:47.770 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 19:27:47.770 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:47.770 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:47.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:47.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.012 s - in org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest getItemsCount no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 0.143 s collapseAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 3.145 s findByIndexAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 1.127 s expandAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 3.128 s findByNameAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 1.122 s getBarItems no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 0.126 s findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 1.104 s findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 0.112 s Running org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 19:27:47.774 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 19:27:47.775 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:27:47.775 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:47.775 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 19:27:47.775 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:47.775 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:27:47.782 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:47.782 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:27:47.782 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:27:47.782 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:47.782 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCLabelById no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 19:27:47.782 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 19:27:47.783 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:47.783 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:47.783 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:27:47.788 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') 19:27:47.788 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:47.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:47.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:47.799 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:47.799 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:47.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:47.799 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:47.799 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:27:47.799 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:27:47.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:47.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:47.800 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 19:27:47.800 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:27:47.801 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 19:27:47.801 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:27:47.801 DEBUG [main][AbstractWait] Waiting until shell is active... 19:27:47.801 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:27:47.801 INFO [main][AbstractShell] Close shell Testing shell 19:27:47.801 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:27:47.803 DEBUG [main][AbstractWait] Waiting while shell is available... 19:27:47.803 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:27:47.803 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 19:27:47.803 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:47.803 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:47.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:47.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:47.820 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCLabelById no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 19:27:47.820 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:47.820 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 19:27:47.820 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 19:27:47.820 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:47.820 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:47.820 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:27:47.824 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 19:27:47.824 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:47.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:47.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:47.829 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:47.829 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:47.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:47.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:27:47.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:27:47.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:47.829 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 1 was found 19:27:47.830 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:27:47.830 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 19:27:47.830 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:27:47.830 DEBUG [main][AbstractWait] Waiting until shell is active... 19:27:47.830 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:27:47.830 INFO [main][AbstractShell] Close shell Testing shell 19:27:47.830 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:27:47.832 DEBUG [main][AbstractWait] Waiting while shell is available... 19:27:47.832 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:27:47.832 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 19:27:47.832 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:47.832 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:47.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:47.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:47.837 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 19:27:47.837 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:47.837 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasImage no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 19:27:47.837 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 19:27:47.837 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:47.837 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:47.837 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:27:47.850 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 19:27:47.850 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:47.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:47.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:47.862 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:47.862 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:47.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:47.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:47.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:47.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:47.862 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 19:27:47.863 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 19:27:47.863 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:47.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:47.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:47.863 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:47.863 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:47.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:47.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:27:47.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:27:47.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:47.863 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 1 was found 19:27:47.863 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 19:27:47.863 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:47.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:47.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:47.864 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:47.864 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:47.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:47.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 19:27:47.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 19:27:47.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:47.864 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 2 was found 19:27:47.864 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:27:47.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 19:27:47.864 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:27:47.864 DEBUG [main][AbstractWait] Waiting until shell is active... 19:27:47.864 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:27:47.864 INFO [main][AbstractShell] Close shell Testing shell 19:27:47.864 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:27:47.867 DEBUG [main][AbstractWait] Waiting while shell is available... 19:27:47.867 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:27:47.867 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 19:27:47.867 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:47.867 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:47.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:47.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:47.872 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasImage no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 19:27:47.872 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:47.872 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTooltipText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 19:27:47.872 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 19:27:47.872 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:47.872 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:47.872 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:27:47.885 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 19:27:47.885 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:47.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:47.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:47.903 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:47.903 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:47.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:47.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:27:47.904 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:27:47.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:47.904 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 1 was found 19:27:47.904 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:27:47.904 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 19:27:47.904 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:27:47.904 DEBUG [main][AbstractWait] Waiting until shell is active... 19:27:47.904 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:27:47.904 INFO [main][AbstractShell] Close shell Testing shell 19:27:47.904 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:27:47.906 DEBUG [main][AbstractWait] Waiting while shell is available... 19:27:47.906 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:27:47.907 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 19:27:47.907 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:47.907 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:47.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:47.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:47.915 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTooltipText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 19:27:47.915 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:47.915 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 19:27:47.915 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 19:27:47.915 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:47.915 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:47.915 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:27:47.921 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 19:27:47.921 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:47.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:47.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:47.936 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:47.936 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:47.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:47.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 11 with specified parent and matchers 19:27:47.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 11is not found 19:27:48.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 11 with specified parent and matchers 19:27:48.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 11is not found 19:27:48.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 11 with specified parent and matchers 19:27:48.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 11is not found 19:27:48.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:27:48.939 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 11 was not found 19:27:48.939 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:27:48.939 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 19:27:48.939 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:27:48.939 DEBUG [main][AbstractWait] Waiting until shell is active... 19:27:48.939 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:27:48.939 INFO [main][AbstractShell] Close shell Testing shell 19:27:48.939 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:27:48.942 DEBUG [main][AbstractWait] Waiting while shell is available... 19:27:48.942 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:27:48.942 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 19:27:48.942 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:48.942 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:48.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:48.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:48.947 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 19:27:48.947 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:48.947 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 19:27:48.947 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 19:27:48.947 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:48.947 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:48.947 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:27:48.951 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") 19:27:48.951 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:48.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:48.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:48.965 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:48.965 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:48.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:48.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:48.965 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:48.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:48.965 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 19:27:48.966 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:27:48.966 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 19:27:48.966 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:27:48.966 DEBUG [main][AbstractWait] Waiting until shell is active... 19:27:48.966 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:27:48.966 INFO [main][AbstractShell] Close shell Testing shell 19:27:48.966 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:27:48.968 DEBUG [main][AbstractWait] Waiting while shell is available... 19:27:48.968 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:27:48.968 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 19:27:48.968 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:48.968 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:48.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:48.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:48.982 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 19:27:48.982 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:48.982 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 19:27:48.982 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 19:27:48.983 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:48.983 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:48.983 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:27:48.987 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") 19:27:48.987 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:48.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:48.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:49.000 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:49.000 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:49.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:49.000 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:49.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:27:49.500 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:49.500 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:27:50.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:50.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:27:50.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:27:50.002 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was not found 19:27:50.002 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:27:50.003 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 19:27:50.003 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:27:50.003 DEBUG [main][AbstractWait] Waiting until shell is active... 19:27:50.003 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:27:50.003 INFO [main][AbstractShell] Close shell Testing shell 19:27:50.003 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:27:50.006 DEBUG [main][AbstractWait] Waiting while shell is available... 19:27:50.006 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:27:50.006 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 19:27:50.006 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:50.006 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:50.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:50.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:50.011 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 19:27:50.011 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:50.011 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAlignment no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 19:27:50.011 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 19:27:50.011 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:50.012 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:50.012 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:27:50.016 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 19:27:50.016 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:50.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:50.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:50.029 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:50.029 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:50.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:50.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:27:50.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:27:50.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:50.029 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 1 was found 19:27:50.030 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:27:50.030 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 19:27:50.030 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:27:50.030 DEBUG [main][AbstractWait] Waiting until shell is active... 19:27:50.030 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:27:50.030 INFO [main][AbstractShell] Close shell Testing shell 19:27:50.030 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:27:50.032 DEBUG [main][AbstractWait] Waiting while shell is available... 19:27:50.032 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:27:50.032 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 19:27:50.032 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:50.032 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:50.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:50.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:50.047 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAlignment no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 19:27:50.047 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 19:27:50.047 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:50.047 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:50.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:50.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.273 s - in org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest findCLabelById no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 0.038 s findCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 0.017 s hasImage no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 0.035 s getTooltipText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 0.043 s findNonExistingCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 1.032 s findCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 0.035 s findNonExistingCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 1.029 s getAlignment no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 0.036 s Running org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest 19:27:50.050 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest 19:27:50.051 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:27:50.051 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:50.051 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest 19:27:50.051 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:50.051 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:27:50.052 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:50.052 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:27:50.052 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:27:50.052 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:50.052 INFO [WorkbenchTestable][RequirementsRunner] Started test: labeledCheckBoxTest no-configuration(org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest) 19:27:50.052 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest 19:27:50.052 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:50.052 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:50.052 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:27:50.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: 32, Matcher matching widget with label: is "Label 1") 19:27:50.059 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:50.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:50.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:50.065 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:50.066 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:50.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:50.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:50.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:50.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:50.066 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:27:50.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, Matcher matching widget with label: is "Label 2") 19:27:50.067 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:50.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:50.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:50.067 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:50.067 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:50.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:50.067 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:50.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:50.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:50.068 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:27:50.068 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:27:50.068 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 19:27:50.068 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:27:50.068 DEBUG [main][AbstractWait] Waiting until shell is active... 19:27:50.068 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:27:50.069 INFO [main][AbstractShell] Close shell Testing shell 19:27:50.069 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:27:50.071 DEBUG [main][AbstractWait] Waiting while shell is available... 19:27:50.071 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:27:50.071 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest 19:27:50.071 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:50.071 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:50.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:50.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:50.097 INFO [WorkbenchTestable][RequirementsRunner] Finished test: labeledCheckBoxTest no-configuration(org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest) 19:27:50.097 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest 19:27:50.097 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:50.097 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:50.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:50.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s - in org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest labeledCheckBoxTest no-configuration(org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest) Time elapsed: 0.045 s Running org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest 19:27:50.100 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest 19:27:50.106 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:27:50.106 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:50.106 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest 19:27:50.106 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:50.106 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:27:50.107 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:50.107 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:27:50.107 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:27:50.107 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:50.107 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickOnRadioButtons no-configuration(org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest) 19:27:50.107 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest 19:27:50.107 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:50.107 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:50.107 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:27:50.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: 16) 19:27:50.186 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:50.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:50.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:50.199 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:50.199 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:50.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:50.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:50.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:50.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:50.200 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:27:50.200 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) 19:27:50.200 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:50.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:50.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:50.200 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:50.200 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:50.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:50.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:27:50.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:27:50.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:50.201 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 19:27:50.201 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) 19:27:50.202 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:50.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:50.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:50.202 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:50.202 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:50.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:50.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 19:27:50.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 19:27:50.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:50.202 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 19:27:50.203 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") 19:27:50.203 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:50.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:50.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:50.203 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:50.203 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:50.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:50.203 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:50.204 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:50.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:50.204 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:27:50.204 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:27:50.205 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") 19:27:50.205 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:50.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:50.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:50.205 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:50.205 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:50.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:50.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:50.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:50.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:50.206 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:27:50.206 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:27:50.206 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") 19:27:50.206 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:50.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:50.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:50.207 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:50.207 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:50.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:50.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:50.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:50.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:50.208 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:27:50.208 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:27:50.208 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTONB 19:27:50.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:27:50.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:27:50.208 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:27:50.209 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:27:50.209 TRACE [main][WidgetHandler] Notify Button with event 27 19:27:50.209 TRACE [main][WidgetHandler] Wait for synchronization 19:27:50.209 TRACE [main][WidgetHandler] Notify Button with event 13 19:27:50.209 TRACE [main][WidgetHandler] Wait for synchronization 19:27:50.209 TRACE [main][WidgetHandler] Notify Button with event 26 19:27:50.209 TRACE [main][WidgetHandler] Wait for synchronization 19:27:50.209 TRACE [main][WidgetHandler] Notify Button with event 3 19:27:50.209 TRACE [main][WidgetHandler] Wait for synchronization 19:27:50.209 TRACE [main][WidgetHandler] Notify Button with event 4 19:27:50.209 TRACE [main][WidgetHandler] Wait for synchronization 19:27:50.209 TRACE [main][WidgetHandler] Notify Button with event 13 19:27:50.209 TRACE [main][WidgetHandler] Wait for synchronization 19:27:50.211 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTONC 19:27:50.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:27:50.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:27:50.211 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:27:50.211 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:27:50.211 TRACE [main][WidgetHandler] Notify Button with event 27 19:27:50.211 TRACE [main][WidgetHandler] Wait for synchronization 19:27:50.211 TRACE [main][WidgetHandler] Notify Button with event 13 19:27:50.211 TRACE [main][WidgetHandler] Wait for synchronization 19:27:50.211 TRACE [main][WidgetHandler] Notify Button with event 26 19:27:50.211 TRACE [main][WidgetHandler] Wait for synchronization 19:27:50.211 TRACE [main][WidgetHandler] Notify Button with event 3 19:27:50.211 TRACE [main][WidgetHandler] Wait for synchronization 19:27:50.211 TRACE [main][WidgetHandler] Notify Button with event 4 19:27:50.211 TRACE [main][WidgetHandler] Wait for synchronization 19:27:50.211 TRACE [main][WidgetHandler] Notify Button with event 13 19:27:50.211 TRACE [main][WidgetHandler] Wait for synchronization 19:27:50.212 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:27:50.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 19:27:50.212 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:27:50.212 DEBUG [main][AbstractWait] Waiting until shell is active... 19:27:50.212 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:27:50.212 INFO [main][AbstractShell] Close shell Testing shell 19:27:50.212 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:27:50.217 DEBUG [main][AbstractWait] Waiting while shell is available... 19:27:50.217 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:27:50.217 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest 19:27:50.218 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:50.218 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:50.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:50.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:50.233 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickOnRadioButtons no-configuration(org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest) 19:27:50.233 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest 19:27:50.233 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:50.233 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:50.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:50.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 s - in org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest clickOnRadioButtons no-configuration(org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest) Time elapsed: 0.126 s Running org.eclipse.reddeer.swt.test.impl.button.ButtonTest 19:27:50.246 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 19:27:50.247 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:27:50.247 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:50.247 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 19:27:50.248 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:50.248 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:27:50.248 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:50.248 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:27:50.248 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:27:50.248 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:50.248 INFO [WorkbenchTestable][RequirementsRunner] Started test: toggleToggleButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 19:27:50.248 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 19:27:50.248 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:50.248 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:50.248 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:27:50.264 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) 19:27:50.264 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:50.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:50.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:50.298 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:50.298 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:50.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:50.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:27:50.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:27:50.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:50.299 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 19:27:50.299 INFO [WorkbenchTestable][ToggleButton] Checking Toggle Button TOOGLE-BUTTON1 19:27:50.299 INFO [WorkbenchTestable][AbstractButton] Click button TOOGLE-BUTTON1 19:27:50.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:27:50.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:27:50.299 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:27:50.299 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:27:50.300 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 19:27:50.300 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:50.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:50.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:50.300 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:50.300 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:50.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:50.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:50.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:50.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:50.300 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:27:50.300 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:27:50.301 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8) 19:27:50.301 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:50.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:50.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:50.301 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:50.301 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:50.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:50.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:50.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:50.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:50.302 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:27:50.302 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON0 19:27:50.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:27:50.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:27:50.302 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:27:50.302 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:27:50.303 DEBUG [WorkbenchTestable][ToggleButton] Toggle Button TOOGLE-BUTTON1 already checked, no action performed 19:27:50.303 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:27:50.303 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 19:27:50.303 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:27:50.304 DEBUG [main][AbstractWait] Waiting until shell is active... 19:27:50.304 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:27:50.304 INFO [main][AbstractShell] Close shell Testing shell 19:27:50.304 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:27:50.308 DEBUG [main][AbstractWait] Waiting while shell is available... 19:27:50.308 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:27:50.308 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 19:27:50.308 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:50.308 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:50.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:50.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:50.313 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toggleToggleButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 19:27:50.313 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:50.313 INFO [WorkbenchTestable][RequirementsRunner] Started test: findRadioButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 19:27:50.313 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 19:27:50.313 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:50.313 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:50.313 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:27:50.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: 16, Matcher matching widgets with text that without mnenomic matches: is "RADIO-BUTTON1") 19:27:50.341 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:50.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:50.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:50.359 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:50.359 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:50.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:50.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:50.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:50.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:50.359 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:27:50.360 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTON1 19:27:50.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:27:50.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:27:50.360 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:27:50.360 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:27:50.360 TRACE [main][WidgetHandler] Notify Button with event 27 19:27:50.360 TRACE [main][WidgetHandler] Wait for synchronization 19:27:50.360 TRACE [main][WidgetHandler] Notify Button with event 13 19:27:50.360 TRACE [main][WidgetHandler] Wait for synchronization 19:27:50.360 TRACE [main][WidgetHandler] Notify Button with event 26 19:27:50.360 TRACE [main][WidgetHandler] Wait for synchronization 19:27:50.360 TRACE [main][WidgetHandler] Notify Button with event 3 19:27:50.360 TRACE [main][WidgetHandler] Wait for synchronization 19:27:50.360 TRACE [main][WidgetHandler] Notify Button with event 4 19:27:50.360 TRACE [main][WidgetHandler] Wait for synchronization 19:27:50.361 TRACE [main][WidgetHandler] Notify Button with event 13 19:27:50.361 TRACE [main][WidgetHandler] Wait for synchronization 19:27:50.380 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 19:27:50.381 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:50.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:50.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:50.385 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:50.385 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:50.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:50.385 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:50.386 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:50.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:50.386 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:27:50.386 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:27:50.387 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:27:50.387 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 19:27:50.387 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:27:50.388 DEBUG [main][AbstractWait] Waiting until shell is active... 19:27:50.388 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:27:50.388 INFO [main][AbstractShell] Close shell Testing shell 19:27:50.388 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:27:50.393 DEBUG [main][AbstractWait] Waiting while shell is available... 19:27:50.393 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:27:50.393 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 19:27:50.393 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:50.393 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:50.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:50.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:50.399 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findRadioButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 19:27:50.399 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:50.399 INFO [WorkbenchTestable][RequirementsRunner] Started test: findToggleButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 19:27:50.399 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 19:27:50.399 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:50.399 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:50.399 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:27:50.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: 2, Matcher matching widgets with text that without mnenomic matches: is "TOOGLE-BUTTON2") 19:27:50.423 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:50.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:50.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:50.439 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:50.439 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:50.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:50.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:50.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:50.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:50.439 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:27:50.440 INFO [WorkbenchTestable][AbstractButton] Click button TOOGLE-BUTTON2 19:27:50.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:27:50.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:27:50.440 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:27:50.440 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:27:50.440 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 19:27:50.440 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:50.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:50.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:50.440 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:50.440 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:50.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:50.440 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:50.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:50.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:50.441 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:27:50.441 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:27:50.441 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:27:50.442 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 19:27:50.442 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:27:50.443 DEBUG [main][AbstractWait] Waiting until shell is active... 19:27:50.443 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:27:50.443 INFO [main][AbstractShell] Close shell Testing shell 19:27:50.443 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:27:50.447 DEBUG [main][AbstractWait] Waiting while shell is available... 19:27:50.447 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:27:50.447 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 19:27:50.447 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:50.447 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:50.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:50.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:50.461 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findToggleButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 19:27:50.461 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:50.461 INFO [WorkbenchTestable][RequirementsRunner] Started test: findArrowButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 19:27:50.461 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 19:27:50.461 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:50.461 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:50.461 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:27:50.476 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) 19:27:50.476 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:50.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:50.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:50.511 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:50.511 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:50.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:50.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 19:27:50.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 19:27:50.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:50.534 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 19:27:50.537 INFO [WorkbenchTestable][AbstractButton] Click button 19:27:50.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:27:50.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:27:50.537 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:27:50.537 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:27:50.538 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 19:27:50.538 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:50.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:50.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:50.538 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:50.538 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:50.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:50.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:50.539 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:50.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:50.539 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:27:50.539 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:27:50.540 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:27:50.541 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 19:27:50.541 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:27:50.542 DEBUG [main][AbstractWait] Waiting until shell is active... 19:27:50.542 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:27:50.542 INFO [main][AbstractShell] Close shell Testing shell 19:27:50.542 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:27:50.547 DEBUG [main][AbstractWait] Waiting while shell is available... 19:27:50.548 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:27:50.548 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 19:27:50.548 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:50.548 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:50.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:50.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:50.552 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findArrowButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 19:27:50.552 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:50.552 INFO [WorkbenchTestable][RequirementsRunner] Started test: findPushButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 19:27:50.552 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 19:27:50.552 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:50.552 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:50.552 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:27:50.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: 8, Matcher matching widgets with text that without mnenomic matches: is "PUSH-BUTTON0") 19:27:50.575 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:50.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:50.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:50.597 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:50.597 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:50.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:50.598 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:50.598 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:50.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:50.598 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:27:50.598 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON0 19:27:50.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:27:50.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:27:50.598 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:27:50.598 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:27:50.599 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 19:27:50.599 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:50.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:50.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:50.599 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:50.599 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:50.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:50.599 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:50.599 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:50.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:50.600 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:27:50.600 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:27:50.600 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:27:50.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 19:27:50.601 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:27:50.601 DEBUG [main][AbstractWait] Waiting until shell is active... 19:27:50.601 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:27:50.601 INFO [main][AbstractShell] Close shell Testing shell 19:27:50.601 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:27:50.607 DEBUG [main][AbstractWait] Waiting while shell is available... 19:27:50.607 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:27:50.607 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 19:27:50.607 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:50.607 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:50.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:50.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:50.613 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findPushButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 19:27:50.613 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:50.613 INFO [WorkbenchTestable][RequirementsRunner] Started test: toggleCheckBox no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 19:27:50.613 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 19:27:50.613 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:50.613 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:50.613 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:27:50.631 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) 19:27:50.631 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:50.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:50.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:50.689 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:50.689 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:50.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:50.689 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:27:50.689 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:27:50.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:50.689 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 19:27:50.690 INFO [WorkbenchTestable][CheckBox] Select checkbox CHECK-BOX1 19:27:50.690 INFO [WorkbenchTestable][CheckBox] Check checkbox CHECK-BOX1 19:27:50.690 INFO [WorkbenchTestable][AbstractButton] Click button CHECK-BOX1 19:27:50.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:27:50.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:27:50.690 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:27:50.690 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:27:50.691 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 19:27:50.691 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:50.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:50.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:50.691 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:50.691 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:50.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:50.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:50.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:50.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:50.691 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:27:50.691 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:27:50.692 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8) 19:27:50.692 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:50.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:50.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:50.692 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:50.692 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:50.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:50.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:50.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:50.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:50.692 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:27:50.693 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON0 19:27:50.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:27:50.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:27:50.693 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:27:50.693 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:27:50.693 INFO [WorkbenchTestable][CheckBox] Select checkbox CHECK-BOX1 19:27:50.693 DEBUG [WorkbenchTestable][CheckBox] Checkbox CHECK-BOX1 already selected, no action performed 19:27:50.693 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:27:50.693 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 19:27:50.693 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:27:50.694 DEBUG [main][AbstractWait] Waiting until shell is active... 19:27:50.694 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:27:50.694 INFO [main][AbstractShell] Close shell Testing shell 19:27:50.694 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:27:50.698 DEBUG [main][AbstractWait] Waiting while shell is available... 19:27:50.699 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:27:50.699 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 19:27:50.699 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:50.699 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:50.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:50.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:50.714 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toggleCheckBox no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 19:27:50.714 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:50.714 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingCheckBoxByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 19:27:50.714 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 19:27:50.714 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:50.714 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:50.714 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:27:50.728 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) 19:27:50.728 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:50.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:50.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:50.792 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:50.792 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:50.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:50.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 19:27:50.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 19:27:51.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 19:27:51.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 19:27:51.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 19:27:51.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 19:27:51.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:27:51.795 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 5 was not found 19:27:51.796 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:27:51.796 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 19:27:51.796 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:27:51.796 DEBUG [main][AbstractWait] Waiting until shell is active... 19:27:51.796 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:27:51.796 INFO [main][AbstractShell] Close shell Testing shell 19:27:51.796 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:27:51.800 DEBUG [main][AbstractWait] Waiting while shell is available... 19:27:51.800 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:27:51.800 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 19:27:51.800 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:51.800 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:51.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:51.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:51.804 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingCheckBoxByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 19:27:51.804 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:51.804 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingCheckBoxByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 19:27:51.804 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 19:27:51.804 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:51.804 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:51.804 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:27:51.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, Matcher matching widgets with text that without mnenomic matches: is "NON_EXISTING_DASLKJ") 19:27:51.827 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:51.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:51.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:51.850 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:51.850 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:51.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:51.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:51.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:27:52.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:52.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:27:52.851 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:52.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:27:52.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:27:52.853 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 19:27:52.853 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:27:52.853 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 19:27:52.854 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:27:52.854 DEBUG [main][AbstractWait] Waiting until shell is active... 19:27:52.854 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:27:52.854 INFO [main][AbstractShell] Close shell Testing shell 19:27:52.854 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:27:52.858 DEBUG [main][AbstractWait] Waiting while shell is available... 19:27:52.858 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:27:52.858 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 19:27:52.858 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:52.858 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:52.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:52.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:52.862 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingCheckBoxByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 19:27:52.862 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:52.863 INFO [WorkbenchTestable][RequirementsRunner] Started test: findOkButtonByAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 19:27:52.863 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 19:27:52.863 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:52.863 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:52.863 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:27:52.876 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:27:52.876 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:52.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:52.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:52.895 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:52.895 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:52.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:52.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:52.896 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:52.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:52.896 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:27:52.896 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON0 19:27:52.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:27:52.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:27:52.896 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:27:52.896 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:27:52.896 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 19:27:52.896 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:52.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:52.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:52.897 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:52.897 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:52.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:52.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:52.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:52.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:52.897 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:27:52.897 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:27:52.901 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:27:52.901 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 19:27:52.901 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:27:52.902 DEBUG [main][AbstractWait] Waiting until shell is active... 19:27:52.902 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:27:52.902 INFO [main][AbstractShell] Close shell Testing shell 19:27:52.902 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:27:52.906 DEBUG [main][AbstractWait] Waiting while shell is available... 19:27:52.906 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:27:52.906 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 19:27:52.906 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:52.906 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:52.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:52.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:52.910 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findOkButtonByAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 19:27:52.911 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:52.911 INFO [WorkbenchTestable][RequirementsRunner] Started test: findArrowButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 19:27:52.911 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 19:27:52.911 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:52.911 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:52.911 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:27:52.924 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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') 19:27:52.924 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:52.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:52.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:52.943 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:52.943 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:52.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:52.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:52.943 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 19:27:52.943 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 19:27:52.943 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 19:27:52.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:52.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:52.943 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:27:52.944 INFO [WorkbenchTestable][AbstractButton] Click button 19:27:52.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:27:52.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:27:52.944 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:27:52.944 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:27:52.944 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 19:27:52.944 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:52.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:52.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:52.944 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:52.944 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:52.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:52.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:52.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:52.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:52.945 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:27:52.945 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:27:52.948 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:27:52.948 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 19:27:52.949 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:27:52.949 DEBUG [main][AbstractWait] Waiting until shell is active... 19:27:52.949 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:27:52.949 INFO [main][AbstractShell] Close shell Testing shell 19:27:52.949 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:27:52.953 DEBUG [main][AbstractWait] Waiting while shell is available... 19:27:52.953 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:27:52.953 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 19:27:52.953 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:52.953 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:52.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:52.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:52.968 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findArrowButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 19:27:52.968 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:52.968 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCheckBoxByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 19:27:52.968 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 19:27:52.968 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:52.968 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:52.968 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:27:52.981 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) 19:27:52.981 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:52.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:52.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:52.996 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:52.996 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:52.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:52.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:27:52.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:27:52.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:52.997 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 19:27:52.997 INFO [WorkbenchTestable][AbstractButton] Click button CHECK-BOX1 19:27:52.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:27:52.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:27:52.998 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:27:52.998 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:27:52.998 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 19:27:52.998 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:52.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:52.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:52.998 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:52.998 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:52.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:52.998 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:52.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:52.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:52.999 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:27:52.999 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:27:52.999 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:27:52.999 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 19:27:52.999 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:27:53.000 DEBUG [main][AbstractWait] Waiting until shell is active... 19:27:53.000 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:27:53.000 INFO [main][AbstractShell] Close shell Testing shell 19:27:53.000 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:27:53.004 DEBUG [main][AbstractWait] Waiting while shell is available... 19:27:53.004 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:27:53.004 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 19:27:53.004 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:53.004 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:53.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:53.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:53.018 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCheckBoxByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 19:27:53.018 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:53.018 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingToggleButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 19:27:53.018 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 19:27:53.018 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:53.018 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:53.018 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:27:53.031 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) 19:27:53.031 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:53.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:53.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:53.046 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:53.046 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:53.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:53.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 19:27:53.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 19:27:53.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 19:27:53.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 19:27:54.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 19:27:54.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 19:27:54.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:27:54.049 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 4 was not found 19:27:54.049 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:27:54.049 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 19:27:54.049 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:27:54.049 DEBUG [main][AbstractWait] Waiting until shell is active... 19:27:54.049 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:27:54.049 INFO [main][AbstractShell] Close shell Testing shell 19:27:54.049 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:27:54.054 DEBUG [main][AbstractWait] Waiting while shell is available... 19:27:54.054 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:27:54.054 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 19:27:54.054 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:54.054 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:54.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:54.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:54.059 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingToggleButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 19:27:54.059 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:54.059 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingToggleButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 19:27:54.059 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 19:27:54.059 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:54.059 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:54.059 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:27:54.073 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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") 19:27:54.073 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:54.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:54.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:54.092 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:54.092 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:54.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:54.092 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:54.093 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:27:54.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:54.594 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:27:55.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:55.095 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:27:55.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:27:55.096 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 19:27:55.096 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:27:55.096 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 19:27:55.096 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:27:55.096 DEBUG [main][AbstractWait] Waiting until shell is active... 19:27:55.096 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:27:55.096 INFO [main][AbstractShell] Close shell Testing shell 19:27:55.096 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:27:55.101 DEBUG [main][AbstractWait] Waiting while shell is available... 19:27:55.101 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:27:55.101 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 19:27:55.101 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:55.101 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:55.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:55.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:55.117 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingToggleButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 19:27:55.117 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:55.117 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingPushButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 19:27:55.117 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 19:27:55.117 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:55.117 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:55.117 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:27:55.131 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) 19:27:55.131 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:55.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:55.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:55.147 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:55.147 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:55.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:55.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 19:27:55.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 19:27:55.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 19:27:55.648 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 19:27:56.148 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 19:27:56.150 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 19:27:56.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:27:56.150 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 5 was not found 19:27:56.150 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:27:56.151 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 19:27:56.151 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:27:56.151 DEBUG [main][AbstractWait] Waiting until shell is active... 19:27:56.151 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:27:56.151 INFO [main][AbstractShell] Close shell Testing shell 19:27:56.151 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:27:56.155 DEBUG [main][AbstractWait] Waiting while shell is available... 19:27:56.155 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:27:56.155 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 19:27:56.156 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:56.156 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:56.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:56.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:56.160 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingPushButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 19:27:56.160 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:56.160 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingPushButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 19:27:56.160 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 19:27:56.160 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:56.160 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:56.160 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:27:56.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 "NON_EXISTING_#$SDFF@S") 19:27:56.172 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:56.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:56.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:56.192 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:56.192 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:56.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:56.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:56.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:27:56.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:56.694 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:27:57.194 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:57.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:27:57.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:27:57.196 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 19:27: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.... 19:27: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 19:27:57.196 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:27:57.196 DEBUG [main][AbstractWait] Waiting until shell is active... 19:27:57.196 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:27:57.196 INFO [main][AbstractShell] Close shell Testing shell 19:27:57.196 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:27:57.200 DEBUG [main][AbstractWait] Waiting while shell is available... 19:27:57.200 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:27:57.200 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 19:27:57.200 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:57.200 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:57.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:57.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:57.205 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingPushButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 19:27:57.205 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:57.205 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCheckBoxByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 19:27:57.205 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 19:27:57.205 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:57.205 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:57.205 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:27:57.217 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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") 19:27:57.217 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:57.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:57.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:57.236 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:57.236 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:57.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:57.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:57.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:57.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:57.237 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:27:57.238 INFO [WorkbenchTestable][AbstractButton] Click button CHECK-BOX1 19:27:57.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:27:57.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:27:57.238 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:27:57.238 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:27:57.238 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 19:27:57.238 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:57.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:57.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:57.238 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:57.238 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:57.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:57.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:57.239 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:57.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:57.239 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:27:57.239 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:27:57.239 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:27:57.239 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 19:27:57.239 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:27:57.240 DEBUG [main][AbstractWait] Waiting until shell is active... 19:27:57.240 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:27:57.240 INFO [main][AbstractShell] Close shell Testing shell 19:27:57.240 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:27:57.244 DEBUG [main][AbstractWait] Waiting while shell is available... 19:27:57.244 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:27:57.244 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 19:27:57.244 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:57.244 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:57.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:57.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:57.248 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCheckBoxByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 19:27:57.248 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:57.248 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingArrowButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 19:27:57.248 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 19:27:57.248 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:57.248 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:57.248 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:27:57.269 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) 19:27:57.269 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:57.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:57.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:57.290 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:57.290 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:57.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:57.290 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 6 with specified parent and matchers 19:27:57.290 TRACE [WorkbenchTestable][WidgetLookup] widget with index 6is not found 19:27:57.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 6 with specified parent and matchers 19:27:57.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 6is not found 19:27:58.291 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 6 with specified parent and matchers 19:27:58.292 TRACE [WorkbenchTestable][WidgetLookup] widget with index 6is not found 19:27:58.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:27:58.292 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 6 was not found 19:27:58.292 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:27:58.293 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 19:27:58.293 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:27:58.293 DEBUG [main][AbstractWait] Waiting until shell is active... 19:27:58.293 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:27:58.293 INFO [main][AbstractShell] Close shell Testing shell 19:27:58.293 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:27:58.298 DEBUG [main][AbstractWait] Waiting while shell is available... 19:27:58.298 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:27:58.298 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 19:27:58.298 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:58.298 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:58.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:58.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:58.313 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingArrowButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 19:27:58.313 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:58.313 INFO [WorkbenchTestable][RequirementsRunner] Started test: toggleRadioButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 19:27:58.313 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 19:27:58.313 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:58.313 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:58.313 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:27:58.327 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) 19:27:58.327 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:58.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:58.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:58.344 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:58.344 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:58.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:58.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:27:58.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:27:58.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:58.345 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 19:27:58.345 INFO [WorkbenchTestable][RadioButton] Select radio button RADIO-BUTTON1 19:27:58.346 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTON1 19:27:58.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:27:58.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:27:58.346 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:27:58.346 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:27:58.346 TRACE [main][WidgetHandler] Notify Button with event 27 19:27:58.346 TRACE [main][WidgetHandler] Wait for synchronization 19:27:58.346 TRACE [main][WidgetHandler] Notify Button with event 13 19:27:58.346 TRACE [main][WidgetHandler] Wait for synchronization 19:27:58.346 TRACE [main][WidgetHandler] Notify Button with event 26 19:27:58.346 TRACE [main][WidgetHandler] Wait for synchronization 19:27:58.346 TRACE [main][WidgetHandler] Notify Button with event 3 19:27:58.346 TRACE [main][WidgetHandler] Wait for synchronization 19:27:58.346 TRACE [main][WidgetHandler] Notify Button with event 4 19:27:58.346 TRACE [main][WidgetHandler] Wait for synchronization 19:27:58.346 TRACE [main][WidgetHandler] Notify Button with event 13 19:27:58.346 TRACE [main][WidgetHandler] Wait for synchronization 19:27:58.347 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 19:27:58.347 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:58.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:58.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:58.347 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:58.347 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:58.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:58.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:58.347 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:58.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:58.351 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:27:58.351 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:27:58.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) 19:27:58.352 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:58.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:58.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:58.352 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:58.352 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:58.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:58.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:58.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:58.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:58.352 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:27:58.353 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON0 19:27:58.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:27:58.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:27:58.353 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:27:58.353 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:27:58.353 DEBUG [WorkbenchTestable][RadioButton] Radio Button RADIO-BUTTON1 already checked, no action performed 19:27:58.353 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:27:58.353 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 19:27:58.353 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:27:58.353 DEBUG [main][AbstractWait] Waiting until shell is active... 19:27:58.353 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:27:58.353 INFO [main][AbstractShell] Close shell Testing shell 19:27:58.353 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:27:58.358 DEBUG [main][AbstractWait] Waiting while shell is available... 19:27:58.358 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:27:58.358 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 19:27:58.358 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:58.358 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:58.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:58.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:58.363 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toggleRadioButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 19:27:58.363 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:58.363 INFO [WorkbenchTestable][RequirementsRunner] Started test: findPushButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 19:27:58.363 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 19:27:58.363 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:58.363 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:58.363 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:27:58.384 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class 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') 19:27:58.384 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:58.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:58.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:58.402 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:58.402 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:58.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:58.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:58.402 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 19:27:58.402 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 19:27:58.402 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 19:27:58.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:58.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:58.403 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:27:58.403 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON2 19:27:58.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:27:58.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:27:58.403 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:27:58.403 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:27:58.404 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 19:27:58.404 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:58.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:58.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:58.404 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:58.404 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:58.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:58.404 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:58.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:58.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:58.405 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:27:58.405 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:27:58.405 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:27:58.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 19:27:58.406 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:27:58.406 DEBUG [main][AbstractWait] Waiting until shell is active... 19:27:58.406 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:27:58.406 INFO [main][AbstractShell] Close shell Testing shell 19:27:58.406 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:27:58.411 DEBUG [main][AbstractWait] Waiting while shell is available... 19:27:58.411 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:27:58.411 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 19:27:58.411 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:58.411 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:58.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:58.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:58.425 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findPushButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 19:27:58.426 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:58.426 INFO [WorkbenchTestable][RequirementsRunner] Started test: findRadioButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 19:27:58.426 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 19:27:58.426 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:58.426 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:58.426 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:27:58.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: 16, with key 'buttonTestId' and value 'RADIO-BUTTON#1') 19:27:58.443 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:58.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:58.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:58.463 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:58.463 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:58.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:58.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:58.463 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 19:27:58.463 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 19:27:58.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:58.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:58.464 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:27:58.464 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTON1 19:27:58.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:27:58.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:27:58.464 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:27:58.464 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:27:58.465 TRACE [main][WidgetHandler] Notify Button with event 27 19:27:58.465 TRACE [main][WidgetHandler] Wait for synchronization 19:27:58.465 TRACE [main][WidgetHandler] Notify Button with event 13 19:27:58.465 TRACE [main][WidgetHandler] Wait for synchronization 19:27:58.465 TRACE [main][WidgetHandler] Notify Button with event 26 19:27:58.465 TRACE [main][WidgetHandler] Wait for synchronization 19:27:58.465 TRACE [main][WidgetHandler] Notify Button with event 3 19:27:58.465 TRACE [main][WidgetHandler] Wait for synchronization 19:27:58.465 TRACE [main][WidgetHandler] Notify Button with event 4 19:27:58.465 TRACE [main][WidgetHandler] Wait for synchronization 19:27:58.465 TRACE [main][WidgetHandler] Notify Button with event 13 19:27:58.465 TRACE [main][WidgetHandler] Wait for synchronization 19:27:58.465 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 19:27:58.465 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:58.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:58.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:58.465 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:58.465 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:58.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:58.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:58.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:58.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:58.466 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:27:58.466 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:27:58.467 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 19:27:58.467 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:58.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:58.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:58.467 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:58.467 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:58.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:58.467 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:58.467 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:58.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:58.467 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:27:58.468 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) 19:27:58.468 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:58.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:58.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:58.468 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:58.468 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:58.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:58.468 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 19:27:58.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 19:27:58.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:58.469 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 19:27:58.469 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:27:58.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 19:27:58.469 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:27:58.470 DEBUG [main][AbstractWait] Waiting until shell is active... 19:27:58.470 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:27:58.470 INFO [main][AbstractShell] Close shell Testing shell 19:27:58.470 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:27:58.482 DEBUG [main][AbstractWait] Waiting while shell is available... 19:27:58.482 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:27:58.482 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 19:27:58.482 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:58.482 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:58.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:58.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:58.487 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findRadioButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 19:27:58.487 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:58.487 INFO [WorkbenchTestable][RequirementsRunner] Started test: findRadioButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 19:27:58.487 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 19:27:58.487 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:58.487 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:58.487 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:27:58.500 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) 19:27:58.500 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:58.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:58.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:58.519 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:58.519 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:58.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:58.519 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:27:58.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:27:58.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:58.519 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 19:27:58.520 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTON1 19:27:58.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:27:58.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:27:58.520 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:27:58.520 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:27:58.520 TRACE [main][WidgetHandler] Notify Button with event 27 19:27:58.520 TRACE [main][WidgetHandler] Wait for synchronization 19:27:58.520 TRACE [main][WidgetHandler] Notify Button with event 13 19:27:58.520 TRACE [main][WidgetHandler] Wait for synchronization 19:27:58.520 TRACE [main][WidgetHandler] Notify Button with event 26 19:27:58.520 TRACE [main][WidgetHandler] Wait for synchronization 19:27:58.521 TRACE [main][WidgetHandler] Notify Button with event 3 19:27:58.521 TRACE [main][WidgetHandler] Wait for synchronization 19:27:58.521 TRACE [main][WidgetHandler] Notify Button with event 4 19:27:58.521 TRACE [main][WidgetHandler] Wait for synchronization 19:27:58.521 TRACE [main][WidgetHandler] Notify Button with event 13 19:27:58.521 TRACE [main][WidgetHandler] Wait for synchronization 19:27:58.521 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 19:27:58.521 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:58.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:58.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:58.521 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:58.521 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:58.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:58.521 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:58.525 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:58.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:58.525 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:27:58.525 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:27:58.526 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 19:27:58.526 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:58.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:58.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:58.526 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:58.526 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:58.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:58.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:58.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:58.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:58.526 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:27:58.527 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) 19:27:58.527 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:58.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:58.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:58.527 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:58.527 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:58.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:58.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 19:27:58.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 19:27:58.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:58.528 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 19:27:58.528 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:27:58.528 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 19:27:58.528 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:27:58.528 DEBUG [main][AbstractWait] Waiting until shell is active... 19:27:58.528 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:27:58.528 INFO [main][AbstractShell] Close shell Testing shell 19:27:58.528 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:27:58.533 DEBUG [main][AbstractWait] Waiting while shell is available... 19:27:58.533 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:27:58.534 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 19:27:58.534 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:58.534 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:58.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:58.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:58.539 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findRadioButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 19:27:58.539 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:58.539 INFO [WorkbenchTestable][RequirementsRunner] Started test: findToggleButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 19:27:58.539 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 19:27:58.539 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:58.539 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:58.539 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:27:58.552 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) 19:27:58.552 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:58.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:58.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:58.570 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:58.570 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:58.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:58.570 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 19:27:58.570 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 19:27:58.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:58.571 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 19:27:58.571 INFO [WorkbenchTestable][AbstractButton] Click button TOOGLE-BUTTON2 19:27:58.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:27:58.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:27:58.571 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:27:58.571 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:27:58.571 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 19:27:58.571 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:58.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:58.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:58.572 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:58.572 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:58.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:58.572 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:58.572 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:58.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:58.572 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:27:58.572 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:27:58.573 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:27:58.573 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 19:27:58.573 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:27:58.573 DEBUG [main][AbstractWait] Waiting until shell is active... 19:27:58.573 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:27:58.573 INFO [main][AbstractShell] Close shell Testing shell 19:27:58.573 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:27:58.577 DEBUG [main][AbstractWait] Waiting while shell is available... 19:27:58.577 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:27:58.577 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 19:27:58.577 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:58.577 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:58.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:58.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:58.591 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findToggleButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 19:27:58.591 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:58.591 INFO [WorkbenchTestable][RequirementsRunner] Started test: findPushButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 19:27:58.591 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 19:27:58.591 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:58.591 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:58.591 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:27:58.604 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) 19:27:58.604 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:58.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:58.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:58.620 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:58.620 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:58.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:58.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 19:27:58.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 19:27:58.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:58.621 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 19:27:58.621 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON2 19:27:58.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:27:58.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:27:58.621 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:27:58.621 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:27:58.621 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 19:27:58.621 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:58.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:58.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:58.622 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:58.622 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:58.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:58.622 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:58.622 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:58.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:58.622 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:27:58.622 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:27:58.623 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:27:58.623 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 19:27:58.623 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:27:58.623 DEBUG [main][AbstractWait] Waiting until shell is active... 19:27:58.623 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:27:58.623 INFO [main][AbstractShell] Close shell Testing shell 19:27:58.623 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:27:58.627 DEBUG [main][AbstractWait] Waiting while shell is available... 19:27:58.627 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:27:58.628 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 19:27:58.628 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:58.628 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:58.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:58.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:58.641 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findPushButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 19:27:58.641 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:58.641 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCheckBoxByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 19:27:58.641 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 19:27:58.641 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:58.641 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:58.641 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:27:58.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: 32, with key 'buttonTestId' and value 'CHECK-BOX#1') 19:27:58.655 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:58.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:58.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:58.671 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:58.671 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:58.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:58.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:58.672 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 19:27:58.672 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 19:27:58.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:58.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:58.672 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:27:58.672 INFO [WorkbenchTestable][AbstractButton] Click button CHECK-BOX1 19:27:58.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:27:58.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:27:58.672 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:27:58.672 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:27:58.673 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 19:27:58.673 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:58.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:58.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:58.673 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:58.673 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:58.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:58.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:58.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:27:58.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:27:58.673 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:27:58.673 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:27:58.674 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:27:58.674 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 19:27:58.674 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:27:58.675 DEBUG [main][AbstractWait] Waiting until shell is active... 19:27:58.675 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:27:58.675 INFO [main][AbstractShell] Close shell Testing shell 19:27:58.675 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:27:58.683 DEBUG [main][AbstractWait] Waiting while shell is available... 19:27:58.683 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:27:58.683 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 19:27:58.683 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:58.683 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:58.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:58.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:58.688 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCheckBoxByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 19:27:58.688 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:58.688 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingRadioButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 19:27:58.688 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 19:27:58.688 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:58.688 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:58.688 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:27:58.701 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) 19:27:58.701 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:58.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:58.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:58.721 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:58.721 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:58.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:58.721 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 19:27:58.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 19:27:59.222 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 19:27:59.222 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 19:27:59.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 19:27:59.723 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 19:27:59.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:27:59.724 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 4 was not found 19:27:59.724 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:27:59.724 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 19:27:59.724 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:27:59.724 DEBUG [main][AbstractWait] Waiting until shell is active... 19:27:59.724 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:27:59.724 INFO [main][AbstractShell] Close shell Testing shell 19:27:59.724 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:27:59.729 DEBUG [main][AbstractWait] Waiting while shell is available... 19:27:59.729 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:27:59.729 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 19:27:59.729 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:27:59.729 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:27:59.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:59.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:59.748 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingRadioButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 19:27:59.749 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:27:59.749 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingRadioButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 19:27:59.749 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 19:27:59.749 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:27:59.749 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:27:59.749 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:27:59.766 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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@") 19:27:59.766 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:27:59.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:27:59.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:27:59.789 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:27:59.789 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:27:59.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:27:59.789 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:27:59.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:28:00.290 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:00.291 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:28:00.791 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:00.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:28:00.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:28:00.793 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 19:28:00.793 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:00.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 19:28:00.793 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:00.793 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:00.793 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:00.793 INFO [main][AbstractShell] Close shell Testing shell 19:28:00.793 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:00.798 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:00.798 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:00.798 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 19:28:00.798 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:00.798 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:00.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:00.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:00.803 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingRadioButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 19:28:00.803 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:00.803 INFO [WorkbenchTestable][RequirementsRunner] Started test: findToggleButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 19:28:00.804 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 19:28:00.804 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:00.804 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:00.804 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:00.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: 2, with key 'buttonTestId' and value 'TOOGLE-BUTTON#2') 19:28:00.817 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:00.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:00.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:00.835 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:00.835 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:00.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:00.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:00.836 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 19:28:00.836 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 19:28:00.836 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 19:28:00.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:00.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:00.836 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:28:00.836 INFO [WorkbenchTestable][AbstractButton] Click button TOOGLE-BUTTON2 19:28:00.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:28:00.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:28:00.836 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:28:00.836 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:28:00.837 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 19:28:00.837 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:00.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:00.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:00.837 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:00.837 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:00.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:00.837 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:00.837 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:00.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:00.838 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:28:00.838 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:28:00.838 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:00.838 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 19:28:00.838 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:00.839 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:00.839 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:00.839 INFO [main][AbstractShell] Close shell Testing shell 19:28:00.839 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:00.844 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:00.844 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:00.844 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 19:28:00.844 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:00.844 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:00.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:00.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:00.860 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findToggleButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 19:28:00.860 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 19:28:00.860 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:00.860 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:00.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:00.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.616 s - in org.eclipse.reddeer.swt.test.impl.button.ButtonTest toggleToggleButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.065 s findRadioButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.086 s findToggleButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.062 s findArrowButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.091 s findPushButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.061 s toggleCheckBox no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.101 s findNonExistingCheckBoxByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.09 s findNonExistingCheckBoxByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.058 s findOkButtonByAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.047 s findArrowButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.057 s findCheckBoxByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.05 s findNonExistingToggleButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.041 s findNonExistingToggleButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.057 s findNonExistingPushButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.043 s findNonExistingPushButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.045 s findCheckBoxByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.043 s findNonExistingArrowButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.065 s toggleRadioButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.05 s findPushButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.062 s findRadioButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.061 s findRadioButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.052 s findToggleButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.052 s findPushButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.05 s findCheckBoxByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.047 s findNonExistingRadioButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.06 s findNonExistingRadioButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.054 s findToggleButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.057 s Running org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 19:28:00.864 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 19:28:00.865 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:28:00.865 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:00.865 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 19:28:00.865 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:00.865 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:28:00.865 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:00.865 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:28:00.865 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:00.865 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:00.865 INFO [WorkbenchTestable][RequirementsRunner] Started test: testPrescribedButtonsNotFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest) 19:28:00.865 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 19:28:00.866 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:00.866 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:00.866 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:00.902 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 19:28:00.902 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:00.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:00.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:00.902 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:00.902 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:00.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:00.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:00.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:28:01.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:01.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:28:01.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:01.903 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:28:01.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:28:01.904 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 19:28:01.904 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:01.905 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 19:28:01.905 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:01.905 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:01.905 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:01.905 INFO [main][AbstractShell] Close shell Testing shell 19:28:01.905 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:01.911 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:01.911 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:01.911 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 19:28:01.911 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:01.911 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:01.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:01.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:01.925 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testPrescribedButtonsNotFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest) 19:28:01.925 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:01.925 INFO [WorkbenchTestable][RequirementsRunner] Started test: testPresribedButtonsFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest) 19:28:01.925 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 19:28:01.925 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:01.925 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:01.925 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:01.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) 19:28:01.959 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:01.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:01.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:01.959 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:01.959 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:01.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:01.959 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:01.960 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:01.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:01.960 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:28:01.960 INFO [WorkbenchTestable][AbstractButton] Click button &OK 19:28:01.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:28:01.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:28:01.961 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:28:01.961 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:28:01.961 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 19:28:01.961 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:01.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:01.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:01.961 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:01.961 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:01.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:01.962 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:01.962 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:01.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:01.962 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:28:01.962 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:28:01.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 "Cancel", Widget matcher matching widgets with style: 8) 19:28:01.963 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:01.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:01.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:01.963 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:01.963 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:01.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:01.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:01.964 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:01.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:01.964 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:28:01.964 INFO [WorkbenchTestable][AbstractButton] Click button &Cancel 19:28:01.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:28:01.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:28:01.965 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:28:01.965 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:28:01.965 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 19:28:01.965 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:01.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:01.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:01.965 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:01.965 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:01.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:01.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:01.966 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:01.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:01.966 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:28:01.966 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:28:01.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:28:01.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:28:01.967 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:28:01.967 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:28:01.967 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 19:28:01.967 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:01.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:01.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:01.967 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:01.967 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:01.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:01.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:01.968 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:01.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:01.969 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:28:01.969 INFO [WorkbenchTestable][AbstractButton] Click button < &Back 19:28:01.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:28:01.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:28:01.969 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:28:01.969 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:28:01.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 "Yes", Widget matcher matching widgets with style: 8) 19:28:01.970 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:01.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:01.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:01.970 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:01.970 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:01.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:01.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:01.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:01.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:01.971 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:28:01.971 INFO [WorkbenchTestable][AbstractButton] Click button &Yes 19:28:01.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:28:01.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:28:01.971 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:28:01.971 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:28:01.972 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 19:28:01.972 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:01.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:01.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:01.972 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:01.972 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:01.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:01.972 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:01.973 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:01.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:01.973 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:28:01.973 INFO [WorkbenchTestable][AbstractButton] Click button &No 19:28:01.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:28:01.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:28:01.974 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:28:01.974 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:28:01.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: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 19:28:01.974 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:01.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:01.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:01.975 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:01.975 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:01.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:01.975 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:01.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:01.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:01.980 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:28:01.981 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:28:01.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:28:01.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:28:01.981 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:28:01.981 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:28:01.981 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:01.981 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 19:28:01.981 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:01.982 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:01.982 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:01.982 INFO [main][AbstractShell] Close shell Testing shell 19:28:01.982 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:01.988 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:01.988 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:01.988 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 19:28:01.988 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:01.988 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:01.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:01.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:01.992 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testPresribedButtonsFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest) 19:28:01.993 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 19:28:01.993 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:01.993 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:01.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:01.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.129 s - in org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest testPrescribedButtonsNotFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest) Time elapsed: 1.06 s testPresribedButtonsFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest) Time elapsed: 0.067 s Running org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 19:28:01.996 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 19:28:01.997 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:28:01.997 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:01.997 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 19:28:01.997 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:01.997 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:28:02.006 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:02.006 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:28:02.006 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:02.006 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:02.006 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 19:28:02.006 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 19:28:02.006 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:02.006 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:02.006 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:02.014 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 19:28:02.014 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:02.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:02.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:02.025 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:02.026 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:02.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:02.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:02.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:02.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:02.026 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:28:02.026 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:28:02.028 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") 19:28:02.028 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:02.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:02.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:02.029 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:02.029 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:02.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:02.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:02.031 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:02.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:02.031 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 19:28:02.031 INFO [WorkbenchTestable][AbstractLink] Click link with text 'link1' and index 0 19:28:02.032 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test1' 19:28:02.032 TRACE [main][WidgetHandler] Notify Link with event 3 19:28:02.032 TRACE [main][WidgetHandler] Wait for synchronization 19:28:02.032 TRACE [main][WidgetHandler] Notify Link with event 4 19:28:02.032 TRACE [main][WidgetHandler] Wait for synchronization 19:28:02.033 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") 19:28:02.033 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:02.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:02.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:02.033 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:02.033 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:02.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:02.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:02.033 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:02.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:02.033 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 19:28:02.034 INFO [WorkbenchTestable][AbstractLink] Click link with text 'link2' and index 0 19:28:02.034 INFO [WorkbenchTestable][AbstractLink] Click link's text 'link2' 19:28:02.034 TRACE [main][WidgetHandler] Notify Link with event 3 19:28:02.034 TRACE [main][WidgetHandler] Wait for synchronization 19:28:02.034 TRACE [main][WidgetHandler] Notify Link with event 4 19:28:02.034 TRACE [main][WidgetHandler] Wait for synchronization 19:28:02.034 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") 19:28:02.034 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:02.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:02.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:02.034 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:02.034 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:02.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:02.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:02.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:02.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:02.035 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 19:28:02.035 INFO [WorkbenchTestable][AbstractLink] Click link with text 'links' and index 0 19:28:02.035 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test2' 19:28:02.035 TRACE [main][WidgetHandler] Notify Link with event 3 19:28:02.035 TRACE [main][WidgetHandler] Wait for synchronization 19:28:02.035 TRACE [main][WidgetHandler] Notify Link with event 4 19:28:02.035 TRACE [main][WidgetHandler] Wait for synchronization 19:28:02.035 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") 19:28:02.035 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:02.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:02.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:02.036 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:02.036 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:02.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:02.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:02.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:02.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:02.036 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 19:28:02.036 INFO [WorkbenchTestable][AbstractLink] Click link with index 0 19:28:02.036 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test1' 19:28:02.036 TRACE [main][WidgetHandler] Notify Link with event 3 19:28:02.036 TRACE [main][WidgetHandler] Wait for synchronization 19:28:02.036 TRACE [main][WidgetHandler] Notify Link with event 4 19:28:02.036 TRACE [main][WidgetHandler] Wait for synchronization 19:28:02.037 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") 19:28:02.037 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:02.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:02.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:02.037 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:02.037 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:02.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:02.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:02.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:02.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:02.037 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 19:28:02.038 INFO [WorkbenchTestable][AbstractLink] Click link with index 0 19:28:02.038 INFO [WorkbenchTestable][AbstractLink] Click link's text 'link2' 19:28:02.038 TRACE [main][WidgetHandler] Notify Link with event 3 19:28:02.038 TRACE [main][WidgetHandler] Wait for synchronization 19:28:02.038 TRACE [main][WidgetHandler] Notify Link with event 4 19:28:02.038 TRACE [main][WidgetHandler] Wait for synchronization 19:28:02.038 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") 19:28:02.038 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:02.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:02.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:02.038 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:02.038 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:02.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:02.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:02.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:02.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:02.039 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 19:28:02.039 INFO [WorkbenchTestable][AbstractLink] Click link with index 1 19:28:02.039 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test2' 19:28:02.039 TRACE [main][WidgetHandler] Notify Link with event 3 19:28:02.039 TRACE [main][WidgetHandler] Wait for synchronization 19:28:02.040 TRACE [main][WidgetHandler] Notify Link with event 4 19:28:02.040 TRACE [main][WidgetHandler] Wait for synchronization 19:28:02.040 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:02.040 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 19:28:02.040 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:02.040 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:02.040 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:02.040 INFO [main][AbstractShell] Close shell Testing shell 19:28:02.040 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:02.043 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:02.043 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:02.043 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 19:28:02.043 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:02.043 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:02.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:02.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:02.057 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 19:28:02.057 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:02.057 INFO [WorkbenchTestable][RequirementsRunner] Started test: stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 19:28:02.057 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 19:28:02.057 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:02.057 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:02.057 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:02.085 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") 19:28:02.086 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:02.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:02.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:02.091 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:02.091 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:02.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:02.091 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:02.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:02.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:02.091 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 19:28:02.091 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") 19:28:02.091 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:02.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:02.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:02.092 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:02.092 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:02.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:02.092 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:02.092 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:02.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:02.092 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 19:28:02.092 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:02.093 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 19:28:02.093 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:02.093 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:02.093 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:02.093 INFO [main][AbstractShell] Close shell Testing shell 19:28:02.093 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:02.095 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:02.095 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:02.095 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 19:28:02.095 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:02.095 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:02.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:02.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:02.110 INFO [WorkbenchTestable][RequirementsRunner] Finished test: stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 19:28:02.110 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:02.110 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 19:28:02.110 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 19:28:02.110 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:02.110 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:02.110 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:02.115 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") 19:28:02.115 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:02.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:02.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:02.126 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:02.126 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:02.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:02.126 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:02.126 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:02.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:02.126 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 19:28:02.126 INFO [WorkbenchTestable][AbstractLink] Click link with text 'wrongText' and index 0 19:28:02.127 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:02.127 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 19:28:02.127 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:02.127 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:02.127 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:02.127 INFO [main][AbstractShell] Close shell Testing shell 19:28:02.127 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:02.129 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:02.129 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:02.129 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 19:28:02.129 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:02.129 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:02.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:02.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:02.144 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 19:28:02.144 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:02.144 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 19:28:02.144 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 19:28:02.144 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:02.144 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:02.144 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:02.150 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") 19:28:02.150 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:02.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:02.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:02.166 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:02.166 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:02.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:02.166 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:02.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:02.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:02.166 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 19:28:02.166 INFO [WorkbenchTestable][AbstractLink] Click link with index 1 19:28:02.167 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:02.167 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 19:28:02.167 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:02.167 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:02.167 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:02.167 INFO [main][AbstractShell] Close shell Testing shell 19:28:02.167 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:02.170 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:02.170 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:02.170 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 19:28:02.170 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:02.170 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:02.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:02.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:02.179 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 19:28:02.179 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:02.179 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 19:28:02.179 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 19:28:02.179 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:02.179 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:02.179 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:02.186 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") 19:28:02.186 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:02.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:02.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:02.205 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:02.205 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:02.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:02.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:02.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:02.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:02.205 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 19:28:02.206 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") 19:28:02.206 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:02.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:02.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:02.206 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:02.206 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:02.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:02.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:02.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:02.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:02.207 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 19:28:02.207 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:02.207 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 19:28:02.207 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:02.207 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:02.207 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:02.207 INFO [main][AbstractShell] Close shell Testing shell 19:28:02.207 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:02.210 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:02.210 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:02.210 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 19:28:02.210 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:02.211 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:02.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:02.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:02.215 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 19:28:02.215 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:02.215 INFO [WorkbenchTestable][RequirementsRunner] Started test: getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 19:28:02.215 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 19:28:02.215 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:02.215 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:02.215 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:02.231 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") 19:28:02.231 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:02.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:02.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:02.242 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:02.242 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:02.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:02.242 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:02.242 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:02.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:02.242 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 19:28:02.242 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") 19:28:02.242 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:02.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:02.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:02.243 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:02.243 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:02.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:02.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:02.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:02.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:02.243 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 19:28:02.244 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:02.244 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 19:28:02.244 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:02.244 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:02.244 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:02.244 INFO [main][AbstractShell] Close shell Testing shell 19:28:02.244 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:02.246 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:02.246 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:02.246 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 19:28:02.246 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:02.246 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:02.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:02.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:02.260 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 19:28:02.260 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:02.260 INFO [WorkbenchTestable][RequirementsRunner] Started test: sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 19:28:02.260 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 19:28:02.260 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:02.260 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:02.260 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:02.266 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 19:28:02.266 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:02.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:02.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:02.281 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:02.281 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:02.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:02.282 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:02.282 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:02.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:02.282 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:28:02.282 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:28:02.282 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") 19:28:02.282 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:02.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:02.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:02.282 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:02.282 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:02.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:02.282 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:02.283 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:02.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:02.283 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 19:28:02.284 INFO [WorkbenchTestable][AbstractLink] Click link with text 'same' and index 0 19:28:02.284 INFO [WorkbenchTestable][AbstractLink] Click link's text 'same1' 19:28:02.284 TRACE [main][WidgetHandler] Notify Link with event 3 19:28:02.284 TRACE [main][WidgetHandler] Wait for synchronization 19:28:02.284 TRACE [main][WidgetHandler] Notify Link with event 4 19:28:02.284 TRACE [main][WidgetHandler] Wait for synchronization 19:28:02.284 INFO [WorkbenchTestable][AbstractLink] Click link with text 'same' and index 1 19:28:02.284 INFO [WorkbenchTestable][AbstractLink] Click link's text 'same2' 19:28:02.284 TRACE [main][WidgetHandler] Notify Link with event 3 19:28:02.284 TRACE [main][WidgetHandler] Wait for synchronization 19:28:02.284 TRACE [main][WidgetHandler] Notify Link with event 4 19:28:02.284 TRACE [main][WidgetHandler] Wait for synchronization 19:28:02.284 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:02.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 19:28:02.284 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:02.284 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:02.285 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:02.285 INFO [main][AbstractShell] Close shell Testing shell 19:28:02.285 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:02.287 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:02.287 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:02.287 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 19:28:02.287 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:02.287 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:02.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:02.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:02.293 INFO [WorkbenchTestable][RequirementsRunner] Finished test: sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 19:28:02.293 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 19:28:02.293 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:02.293 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:02.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:02.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.297 s - in org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) Time elapsed: 0.051 s stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) Time elapsed: 0.052 s clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) Time elapsed: 0.034 s clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) Time elapsed: 0.035 s getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) Time elapsed: 0.036 s getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) Time elapsed: 0.045 s sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) Time elapsed: 0.032 s Running org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 19:28:02.296 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 19:28:02.296 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:28:02.297 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:02.297 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 19:28:02.297 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:02.297 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:28:02.297 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:02.297 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:28:02.297 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:02.297 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:02.297 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 19:28:02.297 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 19:28:02.297 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:02.297 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:02.297 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:02.313 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 19:28:02.313 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:02.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:02.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:02.324 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:02.324 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:02.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:02.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:02.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:02.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:02.325 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:28:02.325 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:28:02.326 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 19:28:02.326 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:02.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:02.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:02.326 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:02.326 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:02.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:02.326 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:02.326 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:02.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:02.326 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 19:28:02.327 INFO [WorkbenchTestable][AbstractLink] Click link with text 'link1' and index 0 19:28:02.327 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test1' 19:28:02.327 TRACE [main][WidgetHandler] Notify Link with event 3 19:28:02.327 TRACE [main][WidgetHandler] Wait for synchronization 19:28:02.327 TRACE [main][WidgetHandler] Notify Link with event 4 19:28:02.327 TRACE [main][WidgetHandler] Wait for synchronization 19:28:02.327 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 19:28:02.327 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:02.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:02.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:02.328 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:02.328 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:02.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:02.328 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:28:02.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:28:02.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:02.328 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found 19:28:02.328 INFO [WorkbenchTestable][AbstractLink] Click link with text 'link2' and index 0 19:28:02.328 INFO [WorkbenchTestable][AbstractLink] Click link's text 'link2' 19:28:02.328 TRACE [main][WidgetHandler] Notify Link with event 3 19:28:02.328 TRACE [main][WidgetHandler] Wait for synchronization 19:28:02.329 TRACE [main][WidgetHandler] Notify Link with event 4 19:28:02.329 TRACE [main][WidgetHandler] Wait for synchronization 19:28:02.329 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 19:28:02.329 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:02.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:02.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:02.329 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:02.329 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:02.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:02.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:28:02.329 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:28:02.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:02.329 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found 19:28:02.329 INFO [WorkbenchTestable][AbstractLink] Click link with text 'links' and index 0 19:28:02.329 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test2' 19:28:02.329 TRACE [main][WidgetHandler] Notify Link with event 3 19:28:02.329 TRACE [main][WidgetHandler] Wait for synchronization 19:28:02.329 TRACE [main][WidgetHandler] Notify Link with event 4 19:28:02.329 TRACE [main][WidgetHandler] Wait for synchronization 19:28:02.330 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 19:28:02.330 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:02.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:02.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:02.330 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:02.330 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:02.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:02.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:02.330 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:02.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:02.330 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 19:28:02.330 INFO [WorkbenchTestable][AbstractLink] Click link with index 0 19:28:02.330 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test1' 19:28:02.330 TRACE [main][WidgetHandler] Notify Link with event 3 19:28:02.330 TRACE [main][WidgetHandler] Wait for synchronization 19:28:02.330 TRACE [main][WidgetHandler] Notify Link with event 4 19:28:02.331 TRACE [main][WidgetHandler] Wait for synchronization 19:28:02.331 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 19:28:02.331 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:02.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:02.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:02.331 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:02.331 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:02.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:02.331 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:28:02.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:28:02.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:02.331 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found 19:28:02.331 INFO [WorkbenchTestable][AbstractLink] Click link with index 0 19:28:02.331 INFO [WorkbenchTestable][AbstractLink] Click link's text 'link2' 19:28:02.331 TRACE [main][WidgetHandler] Notify Link with event 3 19:28:02.331 TRACE [main][WidgetHandler] Wait for synchronization 19:28:02.331 TRACE [main][WidgetHandler] Notify Link with event 4 19:28:02.331 TRACE [main][WidgetHandler] Wait for synchronization 19:28:02.332 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 19:28:02.332 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:02.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:02.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:02.332 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:02.332 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:02.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:02.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:28:02.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:28:02.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:02.332 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found 19:28:02.332 INFO [WorkbenchTestable][AbstractLink] Click link with index 1 19:28:02.332 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test2' 19:28:02.332 TRACE [main][WidgetHandler] Notify Link with event 3 19:28:02.332 TRACE [main][WidgetHandler] Wait for synchronization 19:28:02.332 TRACE [main][WidgetHandler] Notify Link with event 4 19:28:02.332 TRACE [main][WidgetHandler] Wait for synchronization 19:28:02.334 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:02.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 19:28:02.334 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:02.334 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:02.334 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:02.334 INFO [main][AbstractShell] Close shell Testing shell 19:28:02.334 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:02.337 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:02.337 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:02.337 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 19:28:02.337 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:02.337 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:02.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:02.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:02.341 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 19:28:02.341 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:02.341 INFO [WorkbenchTestable][RequirementsRunner] Started test: stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 19:28:02.342 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 19:28:02.342 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:02.342 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:02.342 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:02.348 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") 19:28:02.348 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:02.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:02.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:02.383 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:02.383 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:02.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:02.383 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:02.384 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:02.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:02.384 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 19:28:02.384 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") 19:28:02.384 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:02.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:02.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:02.384 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:02.384 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:02.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:02.384 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:02.384 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:02.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:02.384 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 19:28:02.385 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:02.385 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 19:28:02.385 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:02.385 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:02.385 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:02.385 INFO [main][AbstractShell] Close shell Testing shell 19:28:02.385 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:02.387 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:02.387 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:02.387 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 19:28:02.387 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:02.387 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:02.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:02.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:02.393 INFO [WorkbenchTestable][RequirementsRunner] Finished test: stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 19:28:02.393 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:02.393 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 19:28:02.393 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 19:28:02.393 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:02.393 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:02.393 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:02.400 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 19:28:02.400 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:02.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:02.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:02.416 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:02.416 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:02.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:02.416 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:02.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:02.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:02.416 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 19:28:02.416 INFO [WorkbenchTestable][AbstractLink] Click link with text 'wrongText' and index 0 19:28:02.417 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:02.417 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 19:28:02.417 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:02.417 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:02.417 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:02.417 INFO [main][AbstractShell] Close shell Testing shell 19:28:02.417 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:02.419 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:02.420 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:02.420 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 19:28:02.420 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:02.420 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:02.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:02.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:02.425 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 19:28:02.425 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:02.425 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 19:28:02.425 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 19:28:02.425 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:02.425 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:02.425 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:02.430 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 19:28:02.430 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:02.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:02.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:02.445 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:02.445 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:02.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:02.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:02.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:02.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:02.445 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 19:28:02.445 INFO [WorkbenchTestable][AbstractLink] Click link with index 1 19:28:02.445 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:02.445 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 19:28:02.445 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:02.446 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:02.446 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:02.446 INFO [main][AbstractShell] Close shell Testing shell 19:28:02.446 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:02.448 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:02.448 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:02.448 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 19:28:02.448 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:02.448 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:02.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:02.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:02.462 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 19:28:02.462 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:02.462 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 19:28:02.462 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 19:28:02.462 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:02.462 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:02.462 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:02.468 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 19:28:02.468 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:02.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:02.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:02.480 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:02.480 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:02.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:02.480 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:02.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:02.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:02.481 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 19:28:02.481 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 19:28:02.481 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:02.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:02.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:02.481 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:02.481 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:02.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:02.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:28:02.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:28:02.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:02.481 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found 19:28:02.482 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:02.482 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 19:28:02.482 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:02.482 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:02.482 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:02.482 INFO [main][AbstractShell] Close shell Testing shell 19:28:02.482 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:02.485 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:02.485 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:02.485 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 19:28:02.485 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:02.485 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:02.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:02.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:02.491 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 19:28:02.491 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:02.491 INFO [WorkbenchTestable][RequirementsRunner] Started test: getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 19:28:02.491 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 19:28:02.491 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:02.491 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:02.491 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:02.496 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 19:28:02.496 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:02.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:02.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:02.516 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:02.516 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:02.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:02.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:02.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:02.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:02.516 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 19:28:02.516 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 19:28:02.516 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:02.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:02.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:02.517 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:02.517 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:02.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:02.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:28:02.517 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:28:02.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:02.517 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found 19:28:02.517 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:02.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 19:28:02.517 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:02.517 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:02.517 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:02.517 INFO [main][AbstractShell] Close shell Testing shell 19:28:02.517 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:02.520 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:02.520 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:02.521 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 19:28:02.521 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:02.521 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:02.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:02.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:02.526 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 19:28:02.526 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:02.526 INFO [WorkbenchTestable][RequirementsRunner] Started test: sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 19:28:02.526 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 19:28:02.526 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:02.526 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:02.526 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:02.537 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 19:28:02.537 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:02.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:02.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:02.551 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:02.551 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:02.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:02.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:02.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:02.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:02.551 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:28:02.551 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:28:02.551 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 19:28:02.551 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:02.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:02.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:02.552 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:02.552 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:02.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:02.552 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 19:28:02.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 19:28:02.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:02.552 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 2 was found 19:28:02.552 INFO [WorkbenchTestable][AbstractLink] Click link with text 'same' and index 0 19:28:02.552 INFO [WorkbenchTestable][AbstractLink] Click link's text 'same1' 19:28:02.552 TRACE [main][WidgetHandler] Notify Link with event 3 19:28:02.552 TRACE [main][WidgetHandler] Wait for synchronization 19:28:02.553 TRACE [main][WidgetHandler] Notify Link with event 4 19:28:02.553 TRACE [main][WidgetHandler] Wait for synchronization 19:28:02.553 INFO [WorkbenchTestable][AbstractLink] Click link with text 'same' and index 1 19:28:02.553 INFO [WorkbenchTestable][AbstractLink] Click link's text 'same2' 19:28:02.553 TRACE [main][WidgetHandler] Notify Link with event 3 19:28:02.553 TRACE [main][WidgetHandler] Wait for synchronization 19:28:02.553 TRACE [main][WidgetHandler] Notify Link with event 4 19:28:02.553 TRACE [main][WidgetHandler] Wait for synchronization 19:28:02.553 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:02.553 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 19:28:02.553 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:02.553 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:02.553 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:02.553 INFO [main][AbstractShell] Close shell Testing shell 19:28:02.554 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:02.556 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:02.556 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:02.556 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 19:28:02.556 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:02.556 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:02.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:02.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:02.561 INFO [WorkbenchTestable][RequirementsRunner] Finished test: sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 19:28:02.561 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 19:28:02.561 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:02.561 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:02.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:02.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.267 s - in org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 0.044 s stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 0.052 s clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 0.032 s clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 0.037 s getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 0.029 s getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 0.035 s sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 0.035 s Running org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 19:28:02.565 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 19:28:02.565 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:28:02.566 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:02.566 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 19:28:02.566 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:02.566 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:28:02.575 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:02.576 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:28:02.576 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:02.576 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:02.576 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 19:28:02.576 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 19:28:02.576 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:02.576 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:02.576 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:02.585 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 19:28:02.585 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:02.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:02.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:02.597 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:02.597 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:02.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:02.597 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:02.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:02.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:02.597 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:28:02.600 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 19:28:02.600 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:02.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:02.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:02.600 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:02.600 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:02.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:02.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:02.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:02.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:02.601 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:28:02.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:28:02.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:28:02.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 19:28:02.602 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 19:28:02.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:03.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:03.102 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 19:28:03.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 19:28:03.104 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 19:28:03.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:03.104 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 19:28:03.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:03.104 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 19:28:03.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 19:28:03.104 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 19:28:03.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:03.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:03.605 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 19:28:03.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 19:28:03.607 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 19:28:03.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:03.607 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 19:28:03.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:03.607 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 19:28:03.608 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:03.608 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 19:28:03.608 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:03.608 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:03.608 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:03.608 INFO [main][AbstractShell] Close shell Testing shell 19:28:03.608 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:03.612 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:03.612 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:03.612 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 19:28:03.612 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:03.612 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:03.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:03.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:03.627 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 19:28:03.628 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:03.628 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindUsingIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 19:28:03.628 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 19:28:03.628 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:03.628 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:03.628 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:03.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 19:28:03.636 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:03.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:03.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:03.648 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:03.648 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:03.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:03.648 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:03.648 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:03.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:03.648 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:28:03.650 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 19:28:03.650 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:03.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:03.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:03.650 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:03.650 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:03.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:03.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:03.650 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:03.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:03.650 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:28:03.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:28:03.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:28:03.650 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:03.651 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 19:28:03.651 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:03.651 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:03.651 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:03.651 INFO [main][AbstractShell] Close shell Testing shell 19:28:03.651 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:03.653 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:03.653 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:03.653 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 19:28:03.653 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:03.654 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:03.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:03.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:03.658 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindUsingIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 19:28:03.658 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:03.658 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindNonExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 19:28:03.658 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 19:28:03.658 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:03.658 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:03.658 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:03.666 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 19:28:03.667 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:03.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:03.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:03.682 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:03.682 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:03.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:03.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:03.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:03.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:03.682 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:28:03.684 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 19:28:03.684 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:03.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:03.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:03.684 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:03.684 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:03.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:03.684 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:03.684 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:03.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:03.684 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:28:03.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:28:03.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:28:03.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 19:28:03.684 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 19:28:03.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:04.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:04.185 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 19:28:04.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 19:28:04.187 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 19:28:04.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:04.187 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 19:28:04.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:04.187 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 19:28:04.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 19:28:04.187 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 19:28:04.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:04.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:04.688 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 19:28:04.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 19:28:04.690 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 19:28:04.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:04.690 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 19:28:04.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:04.690 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 19:28:04.691 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:04.691 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 19:28:04.691 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:04.691 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:04.691 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:04.691 INFO [main][AbstractShell] Close shell Testing shell 19:28:04.691 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:04.694 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:04.694 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:04.694 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 19:28:04.694 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:04.694 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:04.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:04.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:04.708 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindNonExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 19:28:04.708 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:04.709 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetCell no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 19:28:04.709 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 19:28:04.709 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:04.709 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:04.709 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:04.716 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 19:28:04.716 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:04.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:04.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:04.728 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:04.728 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:04.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:04.729 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:04.729 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:04.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:04.729 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:28:04.730 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 19:28:04.730 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:04.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:04.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:04.730 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:04.731 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:04.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:04.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:04.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:04.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:04.731 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:28:04.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:28:04.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:28:04.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 19:28:04.731 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 19:28:04.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:05.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:05.231 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 19:28:05.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 19:28:05.233 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 19:28:05.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:05.234 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 19:28:05.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:05.234 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 19:28:05.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 19:28:05.234 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 19:28:05.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:05.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:05.735 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 19:28:05.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 19:28:05.737 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 19:28:05.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:05.738 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 19:28:05.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:05.738 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 19:28:05.738 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:05.738 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 19:28:05.738 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:05.739 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:05.739 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:05.739 INFO [main][AbstractShell] Close shell Testing shell 19:28:05.739 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:05.741 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:05.741 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:05.741 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 19:28:05.741 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:05.741 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:05.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:05.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:05.756 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetCell no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 19:28:05.756 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:05.756 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 19:28:05.756 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 19:28:05.756 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:05.756 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:05.756 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:05.765 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 19:28:05.765 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:05.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:05.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:05.777 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:05.777 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:05.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:05.777 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:05.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:05.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:05.777 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:28:05.779 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 19:28:05.779 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:05.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:05.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:05.779 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:05.779 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:05.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:05.779 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:05.779 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:05.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:05.779 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:28:05.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:28:05.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:28:05.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 19:28:05.780 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 19:28:05.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:06.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:06.280 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 19:28:06.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 19:28:06.283 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 19:28:06.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:06.283 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 19:28:06.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:06.283 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 19:28:06.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 19:28:06.283 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 19:28:06.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:06.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:06.784 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 19:28:06.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 19:28:06.786 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 19:28:06.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:06.786 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 19:28:06.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:06.786 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 19:28:06.787 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:06.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 19:28:06.787 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:06.787 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:06.787 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:06.787 INFO [main][AbstractShell] Close shell Testing shell 19:28:06.787 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:06.790 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:06.790 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:06.790 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 19:28:06.790 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:06.790 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:06.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:06.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:06.794 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 19:28:06.794 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:06.794 INFO [WorkbenchTestable][RequirementsRunner] Started test: getItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 19:28:06.794 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 19:28:06.794 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:06.794 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:06.794 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:06.811 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 19:28:06.811 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:06.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:06.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:06.823 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:06.823 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:06.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:06.823 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:06.823 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:06.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:06.823 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:28:06.824 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 19:28:06.824 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:06.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:06.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:06.825 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:06.825 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:06.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:06.825 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:06.825 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:06.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:06.825 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:28:06.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:28:06.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:28:06.825 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item AA of tree item A 19:28:06.825 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 19:28:06.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:07.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:07.326 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 19:28:07.328 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:07.328 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 19:28:07.328 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:07.329 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:07.329 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:07.329 INFO [main][AbstractShell] Close shell Testing shell 19:28:07.329 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:07.331 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:07.331 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:07.331 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 19:28:07.331 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:07.332 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:07.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:07.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:07.336 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 19:28:07.336 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:07.336 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpandCollapse no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 19:28:07.336 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 19:28:07.337 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:07.337 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:07.337 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:07.345 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 19:28:07.345 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:07.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:07.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:07.359 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:07.359 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:07.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:07.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:07.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:07.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:07.359 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:28:07.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 19:28:07.361 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:07.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:07.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:07.361 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:07.361 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:07.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:07.361 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:07.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:07.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:07.361 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:28:07.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:28:07.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:28:07.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 19:28:07.361 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 19:28:07.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:07.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:07.862 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 19:28:07.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 19:28:07.864 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 19:28:07.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:07.864 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 19:28:07.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:07.864 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 19:28:07.867 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AA and wait with time period 1 19:28:07.867 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 19:28:07.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:07.867 DEBUG [main][TreeEventsListener] Calling method treeExpanded() 19:28:08.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:08.368 DEBUG [main][TreeEventsListener] Calling method treeExpanded() 19:28:08.368 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 19:28:08.370 INFO [WorkbenchTestable][AbstractTreeItem] Collapse tree item AA 19:28:08.370 DEBUG [WorkbenchTestable][TreeItemHandler] Collapse Tree Item AA 19:28:08.371 DEBUG [main][TreeItemHandler] Setting tree item AA collapsed 19:28:08.371 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about collapse event 19:28:08.371 DEBUG [main][TreeEventsListener] Calling method treeCollapsed() 19:28:08.371 INFO [WorkbenchTestable][TreeItemHandler] Collapsed: AA 19:28:08.372 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:08.372 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 19:28:08.372 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:08.372 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:08.372 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:08.372 INFO [main][AbstractShell] Close shell Testing shell 19:28:08.372 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:08.375 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:08.375 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:08.375 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 19:28:08.375 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:08.375 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:08.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:08.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:08.390 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpandCollapse no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 19:28:08.390 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:08.390 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCheckUncheck no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 19:28:08.390 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 19:28:08.390 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:08.391 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:08.391 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:08.399 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 19:28:08.399 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:08.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:08.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:08.411 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:08.411 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:08.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:08.411 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:08.411 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:08.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:08.411 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:28:08.412 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 19:28:08.412 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:08.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:08.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:08.412 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:08.412 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:08.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:08.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:08.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:08.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:08.413 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:28:08.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:28:08.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:28:08.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 19:28:08.413 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 19:28:08.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:08.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:08.914 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 19:28:08.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 19:28:08.916 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 19:28:08.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:08.916 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 19:28:08.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:08.916 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 19:28:08.916 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item AA 19:28:08.916 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item AA: 19:28:08.917 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 19:28:08.917 DEBUG [main][TreeEventsListener] Calling method widgetSelected() 19:28:08.917 DEBUG [main][TreeEventsListener] It was check event: true 19:28:08.917 INFO [WorkbenchTestable][TreeItemHandler] Checked: AA 19:28:08.918 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item AA 19:28:08.918 DEBUG [WorkbenchTestable][TreeItemHandler] UncheckTree Item AA: 19:28:08.918 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 19:28:08.918 DEBUG [main][TreeEventsListener] Calling method widgetSelected() 19:28:08.918 DEBUG [main][TreeEventsListener] It was check event: true 19:28:08.918 INFO [WorkbenchTestable][TreeItemHandler] Unchecked: AA 19:28:08.919 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:08.919 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 19:28:08.919 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:08.919 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:08.919 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:08.919 INFO [main][AbstractShell] Close shell Testing shell 19:28:08.919 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:08.922 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:08.922 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:08.922 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 19:28:08.922 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:08.922 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:08.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:08.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:08.941 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCheckUncheck no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 19:28:08.941 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:08.941 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindExistingItemByPathMatchers no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 19:28:08.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 19:28:08.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:08.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:08.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:08.949 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 19:28:08.949 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:08.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:08.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:08.955 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:08.955 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:08.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:08.955 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:08.955 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:08.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:08.955 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:28:08.957 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 19:28:08.957 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:08.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:08.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:08.957 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:08.957 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:08.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:08.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:08.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:08.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:08.957 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:28:08.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:28:08.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:28:08.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem has children... 19:28:08.958 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item 19:28:08.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:09.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:09.458 INFO [WorkbenchTestable][TreeItemHandler] Expanded: 19:28:09.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem has children finished successfully 19:28:09.460 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item 19:28:09.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:09.460 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item is already expanded. No action performed 19:28:09.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:09.460 INFO [WorkbenchTestable][TreeItemHandler] Expanded: 19:28:09.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem has children... 19:28:09.460 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item 19:28:09.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:09.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:09.961 INFO [WorkbenchTestable][TreeItemHandler] Expanded: 19:28:09.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem has children finished successfully 19:28:09.963 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item 19:28:09.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:09.964 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item is already expanded. No action performed 19:28:09.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:09.964 INFO [WorkbenchTestable][TreeItemHandler] Expanded: 19:28:09.964 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:09.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 19:28:09.964 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:09.965 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:09.965 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:09.965 INFO [main][AbstractShell] Close shell Testing shell 19:28:09.965 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:09.967 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:09.967 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:09.967 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 19:28:09.967 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:09.967 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:09.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:09.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:09.972 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindExistingItemByPathMatchers no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 19:28:09.972 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:09.972 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelectUnselectItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 19:28:09.972 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 19:28:09.972 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:09.972 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:09.972 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:09.981 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 19:28:09.981 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:09.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:09.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:09.996 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:09.996 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:09.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:09.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:09.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:09.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:09.996 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:28:09.998 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 19:28:09.998 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:09.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:09.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:09.998 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:09.998 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:09.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:09.998 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:09.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:09.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:09.998 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:28:09.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:28:09.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:28:09.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 19:28:09.999 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 19:28:09.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:10.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:10.499 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 19:28:10.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 19:28:10.501 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 19:28:10.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:10.502 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 19:28:10.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:10.502 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 19:28:10.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 19:28:10.502 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 19:28:10.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:11.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:11.002 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 19:28:11.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 19:28:11.005 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 19:28:11.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:11.005 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 19:28:11.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:11.005 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 19:28:11.006 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 19:28:11.006 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:11.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:11.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:11.006 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:11.006 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:11.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:11.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:11.006 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:11.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:11.006 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:28:11.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:28:11.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:28:11.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem B has children... 19:28:11.007 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 19:28:11.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:11.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:11.507 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 19:28:11.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem B has children finished successfully 19:28:11.508 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 19:28:11.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:11.508 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item B is already expanded. No action performed 19:28:11.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:11.508 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 19:28:11.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 19:28:11.508 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:11.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:11.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:11.509 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:11.509 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:11.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:11.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:11.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:11.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:11.509 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:28:11.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:28:11.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:28:11.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 19:28:11.509 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 19:28:11.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:11.509 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 19:28:11.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:11.509 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 19:28:11.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 19:28:11.509 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 19:28:11.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:11.510 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 19:28:11.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:11.510 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 19:28:11.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 19:28:11.510 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 19:28:11.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:11.510 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 19:28:11.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:11.510 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 19:28:11.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 19:28:11.510 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 19:28:11.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:11.510 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 19:28:11.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:11.510 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 19:28:11.511 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 19:28:11.511 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:11.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:11.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:11.511 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:11.511 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:11.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:11.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:11.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:11.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:11.512 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:28:11.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:28:11.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:28:11.512 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 19:28:11.512 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:11.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:11.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:11.512 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:11.512 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:11.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:11.512 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:11.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:11.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:11.512 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:28:11.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:28:11.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:28:11.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 19:28:11.513 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 19:28:11.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:11.513 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 19:28:11.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:11.513 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 19:28:11.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 19:28:11.513 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 19:28:11.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:11.514 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 19:28:11.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:11.514 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 19:28:11.514 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 19:28:11.514 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 19:28:11.515 DEBUG [main][TreeItemHandler] Set Tree selection 19:28:11.515 DEBUG [main][TreeHandler] Notify Tree about selection event 19:28:11.515 DEBUG [main][TreeEventsListener] Calling method widgetSelected() 19:28:11.515 DEBUG [main][TreeEventsListener] It was check event: false 19:28:11.515 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 19:28:11.515 DEBUG [WorkbenchTestable][TreeItemHandler] AAA 19:28:11.515 DEBUG [WorkbenchTestable][TreeItemHandler] BB 19:28:11.516 DEBUG [WorkbenchTestable][TreeItemHandler] AAB 19:28:11.516 DEBUG [WorkbenchTestable][TreeItemHandler] C 19:28:11.516 INFO [WorkbenchTestable][AbstractTree] Unselect all tree items 19:28:11.517 DEBUG [main][TreeHandler] Unselect all tree items 19:28:11.517 DEBUG [main][TreeHandler] Notify Tree about selection event 19:28:11.517 DEBUG [main][TreeEventsListener] Calling method widgetSelected() 19:28:11.517 DEBUG [main][TreeEventsListener] It was check event: false 19:28:11.517 INFO [WorkbenchTestable][TreeHandler] All tree items unselected 19:28:11.517 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:11.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 19:28:11.517 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:11.518 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:11.518 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:11.518 INFO [main][AbstractShell] Close shell Testing shell 19:28:11.518 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:11.520 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:11.520 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:11.520 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 19:28:11.520 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:11.520 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:11.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:11.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:11.535 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelectUnselectItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 19:28:11.535 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:11.535 INFO [WorkbenchTestable][RequirementsRunner] Started test: getItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 19:28:11.535 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 19:28:11.535 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:11.535 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:11.535 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:11.542 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 19:28:11.542 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:11.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:11.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:11.555 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:11.555 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:11.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:11.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:11.555 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:11.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:11.556 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:28:11.557 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 19:28:11.557 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:11.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:11.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:11.558 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:11.558 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:11.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:11.558 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:11.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:11.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:11.558 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:28:11.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:28:11.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:28:11.558 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 19:28:11.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:12.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:12.059 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 19:28:12.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 19:28:12.061 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 19:28:12.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:12.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:12.561 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 19:28:12.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 19:28:12.563 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 19:28:12.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:12.564 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 19:28:12.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:12.564 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 19:28:12.564 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:12.564 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 19:28:12.564 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:12.564 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:12.564 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:12.564 INFO [main][AbstractShell] Close shell Testing shell 19:28:12.564 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:12.567 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:12.567 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:12.567 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 19:28:12.567 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:12.567 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:12.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:12.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:12.581 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 19:28:12.581 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:12.582 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetParentItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 19:28:12.582 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 19:28:12.582 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:12.582 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:12.582 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:12.590 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 19:28:12.590 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:12.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:12.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:12.602 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:12.602 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:12.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:12.602 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:12.602 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:12.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:12.602 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:28: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 19:28:12.604 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:12.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:12.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:12.604 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:12.604 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:12.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:12.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:12.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:12.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:12.604 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:28:12.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:28:12.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:28:12.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 19:28:12.605 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 19:28:12.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:13.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:13.105 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 19:28:13.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 19:28:13.107 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 19:28:13.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:13.108 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 19:28:13.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:13.108 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 19:28:13.108 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:13.108 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 19:28:13.108 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:13.109 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:13.109 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:13.109 INFO [main][AbstractShell] Close shell Testing shell 19:28:13.109 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:13.111 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:13.111 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:13.111 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 19:28:13.111 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:13.111 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:13.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:13.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:13.116 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetParentItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 19:28:13.116 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:13.116 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelect no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 19:28:13.116 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 19:28:13.116 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:13.116 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:13.116 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:13.124 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 19:28:13.125 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:13.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:13.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:13.140 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:13.140 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:13.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:13.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:13.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:13.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:13.140 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:28:13.142 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 19:28:13.142 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:13.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:13.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:13.142 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:13.142 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:13.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:13.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:13.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:13.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:13.142 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:28:13.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:28:13.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:28:13.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 19:28:13.143 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 19:28:13.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:13.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:13.643 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 19:28:13.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 19:28:13.645 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 19:28:13.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:13.645 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 19:28:13.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:13.645 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 19:28:13.646 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item AA 19:28:13.646 DEBUG [main][TreeItemHandler] Selecting tree item: AA 19:28:13.646 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item AA about selection 19:28:13.646 DEBUG [main][TreeEventsListener] Calling method widgetSelected() 19:28:13.646 DEBUG [main][TreeEventsListener] It was check event: false 19:28:13.647 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: AA 19:28:13.647 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:13.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 19:28:13.647 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:13.647 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:13.647 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:13.647 INFO [main][AbstractShell] Close shell Testing shell 19:28:13.647 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:13.650 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:13.650 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:13.650 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 19:28:13.650 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:13.650 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:13.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:13.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:13.663 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelect no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 19:28:13.663 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:13.663 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindUsingRegexMatchersAndIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 19:28:13.663 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 19:28:13.663 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:13.663 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:13.663 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:13.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 19:28:13.671 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:13.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:13.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:13.684 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:13.684 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:13.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:13.684 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:13.684 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:13.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:13.684 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:28:13.686 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 19:28:13.686 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:13.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:13.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:13.686 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:13.686 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:13.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:13.686 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:13.687 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:13.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:13.687 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:28:13.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:28:13.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:28:13.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 19:28:13.687 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 19:28:13.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:14.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:14.188 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 19:28:14.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 19:28:14.190 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 19:28:14.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:14.190 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 19:28:14.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:14.190 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 19:28:14.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 19:28:14.191 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 19:28:14.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:14.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:14.691 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 19:28:14.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 19:28:14.693 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 19:28:14.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:14.693 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 19:28:14.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:14.693 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 19:28:14.694 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:14.694 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 19:28:14.694 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:14.694 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:14.694 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:14.694 INFO [main][AbstractShell] Close shell Testing shell 19:28:14.694 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:14.697 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:14.697 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:14.697 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 19:28:14.697 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:14.697 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:14.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:14.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:14.701 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindUsingRegexMatchersAndIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 19:28:14.701 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:14.701 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDoubleClick no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 19:28:14.701 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 19:28:14.701 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:14.701 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:14.701 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:14.718 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 19:28:14.718 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:14.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:14.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:14.729 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:14.729 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:14.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:14.729 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:14.729 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:14.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:14.729 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:28:14.731 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 19:28:14.731 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:14.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:14.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:14.731 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:14.731 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:14.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:14.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:14.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:14.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:14.731 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:28:14.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:28:14.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:28:14.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 19:28:14.732 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 19:28:14.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:15.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:15.232 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 19:28:15.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 19:28:15.235 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 19:28:15.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:15.235 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 19:28:15.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:15.235 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 19:28:15.236 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item AA 19:28:15.236 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item AA 19:28:15.236 DEBUG [main][TreeItemHandler] Selecting tree item: AA 19:28:15.236 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item AA about selection 19:28:15.236 DEBUG [main][TreeEventsListener] Calling method widgetSelected() 19:28:15.236 DEBUG [main][TreeEventsListener] It was check event: false 19:28:15.236 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: AA 19:28:15.236 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:28:15.236 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:28:15.236 DEBUG [main][TreeEventsListener] Calling method handleEvent() with event type: 8 19:28:15.236 DEBUG [main][TreeEventsListener] SWT.MouseDoubleClick event was fired 19:28:15.237 DEBUG [main][TreeEventsListener] Calling method widgetDefaultSelected() 19:28:15.237 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:28:15.237 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:15.237 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 19:28:15.237 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:15.237 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:15.237 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:15.238 INFO [main][AbstractShell] Close shell Testing shell 19:28:15.238 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:15.240 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:15.240 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:15.240 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 19:28:15.241 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:15.241 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:15.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:15.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:15.245 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDoubleClick no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 19:28:15.245 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:15.245 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDynamicExpand no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 19:28:15.245 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 19:28:15.245 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:15.245 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:15.245 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:15.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 19:28:15.254 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:15.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:15.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:15.270 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:15.270 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:15.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:15.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:15.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:15.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:15.270 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:28:15.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 19:28:15.272 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:15.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:15.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:15.272 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:15.272 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:15.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:15.272 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:15.272 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:15.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:15.272 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:28:15.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:28:15.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:28:15.272 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait for at least 3 items 19:28:15.273 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 19:28:15.273 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 19:28:15.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:15.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:15.774 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 19:28:15.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem 'A' has 3 children or more... 19:28:15.774 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 19:28:15.774 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 19:28:15.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:16.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:16.275 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 19:28:16.275 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 19:28:16.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:16.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:16.776 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 19:28:17.276 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 19:28:17.277 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 19:28:17.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:17.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:17.778 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 19:28:17.778 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 19:28:17.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:18.278 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 19:28:18.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:18.278 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 19:28:18.779 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 19:28:18.779 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 19:28:18.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:18.779 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 19:28:18.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:18.779 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 19:28:18.779 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 19:28:18.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:18.779 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 19:28:18.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:18.779 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 19:28:19.280 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 19:28:19.280 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 19:28:19.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:19.280 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 19:28:19.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:19.280 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 19:28:19.280 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 19:28:19.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:19.280 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 19:28:19.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:19.280 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 19:28:19.780 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 19:28:19.781 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 19:28:19.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:19.781 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 19:28:19.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:19.781 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 19:28:19.781 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 19:28:19.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:19.781 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 19:28:19.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:19.781 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 19:28:20.282 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 19:28:20.282 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 19:28:20.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:20.282 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 19:28:20.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:20.282 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 19:28:20.282 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 19:28:20.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:20.282 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 19:28:20.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:20.282 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 19:28:20.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem 'A' has 3 children or more finished successfully 19:28:20.282 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 19:28:20.282 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 19:28:20.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:20.283 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 19:28:20.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:20.283 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 19:28:20.283 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 19:28:20.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:20.283 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 19:28:20.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:20.283 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 19:28:20.284 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 19:28:20.284 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:20.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:20.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:20.284 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:20.284 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:20.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:20.284 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:20.284 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:20.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:20.284 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:28:20.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:28:20.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:28:20.285 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait for at least 3 items 19:28:20.285 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 19:28:20.285 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 19:28:20.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:20.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:20.785 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 19:28:20.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem 'A' has 3 children or more... 19:28:20.785 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 19:28:20.785 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 19:28:20.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:21.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:21.286 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 19:28:21.286 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 19:28:21.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:21.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:21.786 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 19:28:22.287 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 19:28:22.287 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 19:28:22.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:22.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:22.787 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 19:28:22.787 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 19:28:22.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:23.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:23.288 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 19:28:23.789 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 19:28:23.789 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 19:28:23.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:24.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:24.289 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 19:28:24.289 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 19:28:24.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:24.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:24.790 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 19:28:24.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem 'A' has 3 children or more failed, an exception will be thrown 19:28:24.791 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:24.791 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 19:28:24.791 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:24.791 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:24.791 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:24.791 INFO [main][AbstractShell] Close shell Testing shell 19:28:24.791 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:24.794 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:24.794 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:24.794 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 19:28:24.794 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:24.794 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:24.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:24.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:24.799 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDynamicExpand no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 19:28:24.799 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 19:28:24.799 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:24.799 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:24.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:24.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.235 s - in org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest testFindExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.051 s testFindUsingIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 0.03 s testFindNonExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.05 s testGetCell no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.047 s testGetPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.038 s getItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 0.542 s testExpandCollapse no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.054 s testCheckUncheck no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 0.551 s testFindExistingItemByPathMatchers no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.031 s testSelectUnselectItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.563 s getItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.046 s testGetParentItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 0.534 s testSelect no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 0.547 s testFindUsingRegexMatchersAndIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.038 s testDoubleClick no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 0.544 s testDynamicExpand no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 9.554 s Running org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 19:28:24.803 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 19:28:24.803 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:28:24.803 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:24.803 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 19:28:24.803 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:24.803 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:28:24.814 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:24.814 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:28:24.814 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:24.814 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:24.814 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 19:28:24.814 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 19:28:24.814 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:24.814 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:24.814 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:24.822 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 19:28:24.822 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:24.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:24.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:24.834 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:24.834 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:24.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:24.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:24.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:24.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:24.834 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:28:24.839 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:24.839 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 19:28:24.839 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:24.839 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:24.839 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:24.839 INFO [main][AbstractShell] Close shell Testing shell 19:28:24.839 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:24.842 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:24.842 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:24.842 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 19:28:24.842 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:24.842 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:24.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:24.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:24.847 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 19:28:24.848 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:24.848 INFO [WorkbenchTestable][RequirementsRunner] Started test: testColumnCount no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 19:28:24.848 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 19:28:24.848 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:24.848 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:24.848 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:24.857 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 19:28:24.857 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:24.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:24.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:24.872 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:24.872 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:24.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:24.872 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:24.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:24.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:24.872 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:28:24.874 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 19:28:24.874 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:24.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:24.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:24.880 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:24.880 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:24.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:24.880 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:24.881 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:24.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:24.881 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:28:24.881 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:24.881 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 19:28:24.881 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:24.882 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:24.882 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:24.882 INFO [main][AbstractShell] Close shell Testing shell 19:28:24.882 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:24.885 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:24.885 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:24.885 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 19:28:24.885 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:24.885 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:24.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:24.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:24.900 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testColumnCount no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 19:28:24.900 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:24.900 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 19:28:24.900 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 19:28:24.900 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:24.900 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:24.900 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:24.908 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 19:28:24.908 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:24.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:24.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:24.920 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:24.920 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:24.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:24.920 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:24.921 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:24.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:24.921 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:28:24.922 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 19:28:24.922 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 19:28:24.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:25.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:25.423 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 19:28:25.425 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 19:28:25.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:25.425 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 19:28:25.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:25.425 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 19:28:25.425 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AA and wait with time period 1 19:28:25.425 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 19:28:25.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:25.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:25.926 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 19:28:25.927 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 19:28:25.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:25.927 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 19:28:25.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:25.928 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 19:28:25.928 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAA and wait with time period 1 19:28:25.928 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAA 19:28:25.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:26.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:26.429 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAA 19:28:26.429 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAA 19:28:26.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:26.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:26.930 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAA 19:28:26.930 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAB and wait with time period 1 19:28:26.930 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAB 19:28:26.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:27.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:27.431 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAB 19:28:27.431 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAB 19:28:27.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:27.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:27.931 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAB 19:28:27.932 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item B and wait with time period 1 19:28:27.932 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 19:28:27.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:28.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:28.432 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 19:28:28.433 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 19:28:28.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:28.433 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item B is already expanded. No action performed 19:28:28.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:28.433 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 19:28:28.434 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item BB and wait with time period 1 19:28:28.434 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item BB 19:28:28.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:28.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:28.934 INFO [WorkbenchTestable][TreeItemHandler] Expanded: BB 19:28:28.934 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item BB 19:28:28.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:29.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:29.435 INFO [WorkbenchTestable][TreeItemHandler] Expanded: BB 19:28:29.435 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item C and wait with time period 1 19:28:29.435 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item C 19:28:29.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:29.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:29.936 INFO [WorkbenchTestable][TreeItemHandler] Expanded: C 19:28:29.936 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item C 19:28:29.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:30.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:30.437 INFO [WorkbenchTestable][TreeItemHandler] Expanded: C 19:28:30.438 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:30.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 19:28:30.438 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:30.438 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:30.438 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:30.438 INFO [main][AbstractShell] Close shell Testing shell 19:28:30.438 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:30.441 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:30.441 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:30.441 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 19:28:30.441 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:30.441 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:30.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:30.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:30.445 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 19:28:30.445 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:30.445 INFO [WorkbenchTestable][RequirementsRunner] Started test: testColumnHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 19:28:30.445 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 19:28:30.445 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:30.445 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:30.445 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:30.461 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 19:28:30.461 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:30.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:30.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:30.472 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:30.472 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:30.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:30.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:30.472 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:30.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:30.472 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:28:30.474 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 19:28:30.474 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:30.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:30.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:30.474 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:30.474 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:30.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:30.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:30.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:30.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:30.474 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:28:30.475 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:30.475 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 19:28:30.475 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:30.475 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:30.475 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:30.475 INFO [main][AbstractShell] Close shell Testing shell 19:28:30.475 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:30.478 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:30.478 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:30.478 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 19:28:30.478 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:30.478 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:30.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:30.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:30.488 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testColumnHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 19:28:30.488 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:30.488 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetAllItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 19:28:30.488 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 19:28:30.488 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:30.488 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:30.488 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:30.496 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 19:28:30.496 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:30.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:30.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:30.510 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:30.510 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:30.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:30.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:30.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:30.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:30.510 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:28:30.511 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:30.511 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 19:28:30.511 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:30.511 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:30.511 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:30.511 INFO [main][AbstractShell] Close shell Testing shell 19:28:30.511 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:30.513 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:30.513 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:30.513 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 19:28:30.513 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:30.513 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:30.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:30.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:30.517 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetAllItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 19:28:30.517 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:30.518 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindingTreeById no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 19:28:30.518 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 19:28:30.518 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:30.518 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:30.518 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:30.525 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 19:28:30.525 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:30.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:30.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:30.540 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:30.540 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:30.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:30.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:30.540 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:30.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:30.540 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:28:30.540 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') 19:28:30.540 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:30.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:30.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:30.541 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:30.541 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:30.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:30.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:30.541 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key id 19:28:30.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:30.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:30.541 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:28:30.541 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:30.541 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 19:28:30.541 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:30.541 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:30.541 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:30.541 INFO [main][AbstractShell] Close shell Testing shell 19:28:30.541 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:30.543 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:30.544 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:30.544 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 19:28:30.544 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:30.544 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:30.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:30.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:30.560 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindingTreeById no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 19:28:30.560 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:30.560 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 19:28:30.560 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 19:28:30.560 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:30.560 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:30.560 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:30.567 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 19:28:30.567 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:30.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:30.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:30.573 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:30.573 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:30.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:30.573 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:30.573 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:30.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:30.573 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:28:30.573 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:30.574 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 19:28:30.574 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:30.574 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:30.574 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:30.574 INFO [main][AbstractShell] Close shell Testing shell 19:28:30.574 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:30.582 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:30.583 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:30.583 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 19:28:30.583 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:30.583 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:30.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:30.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:30.594 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 19:28:30.594 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 19:28:30.594 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:30.594 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:30.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:30.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.792 s - in org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest testGetItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) Time elapsed: 0.033 s testColumnCount no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) Time elapsed: 0.052 s testGetAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) Time elapsed: 5.545 s testColumnHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) Time elapsed: 0.043 s testGetAllItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) Time elapsed: 0.029 s testFindingTreeById no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) Time elapsed: 0.042 s testGetItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) Time elapsed: 0.034 s Running org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 19:28:30.597 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 19:28:30.598 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:28:30.598 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:30.598 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 19:28:30.598 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:30.598 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:28:30.605 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:30.605 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:28:30.605 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:30.606 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:30.606 INFO [WorkbenchTestable][RequirementsRunner] Started test: openContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) 19:28:30.606 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 19:28:30.606 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:30.606 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:30.606 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:30.626 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 19:28:30.626 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:30.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:30.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:30.636 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:30.636 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:30.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:30.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:30.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:30.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:30.637 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:28:30.640 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: this is styled text 19:28:30.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 19:28:30.642 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:30.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:30.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:30.643 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:30.643 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:30.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:30.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:30.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:30.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:30.643 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:28:30.643 TRACE [WorkbenchTestable][WidgetHandler] Notify StyledText with event 35 19:28:30.643 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:28:30.643 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:30.643 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 19:28:30.643 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:30.644 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:30.644 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:30.644 INFO [main][AbstractShell] Close shell Testing shell 19:28:30.644 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:30.646 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:30.646 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:30.646 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 19:28:30.646 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:30.646 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:30.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:30.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:30.652 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) 19:28:30.652 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:30.652 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectText no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) 19:28:30.652 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 19:28:30.652 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:30.652 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:30.652 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:30.656 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 19:28:30.656 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:30.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:30.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:30.693 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:30.693 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:30.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:30.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:30.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:30.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:30.694 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:28:30.694 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: this is styled text 19:28:30.694 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 19:28:30.694 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:30.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:30.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:30.695 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:30.695 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:30.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:30.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:30.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:30.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:30.695 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:28:30.695 INFO [WorkbenchTestable][AbstractStyledText] Select text styled in styled text 19:28:30.697 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:30.697 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 19:28:30.697 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:30.697 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:30.697 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:30.697 INFO [main][AbstractShell] Close shell Testing shell 19:28:30.697 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:30.699 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:30.700 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:30.700 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 19:28:30.700 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:30.700 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:30.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:30.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:30.704 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectText no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) 19:28:30.704 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:30.705 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectPosition no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) 19:28:30.705 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 19:28:30.705 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:30.705 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:30.705 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:30.709 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 19:28:30.709 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:30.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:30.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:30.714 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:30.714 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:30.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:30.714 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:30.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:30.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:30.715 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:28:30.715 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: this is styled text 19:28:30.715 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 19:28:30.715 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:30.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:30.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:30.725 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:30.725 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:30.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:30.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:30.725 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:30.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:30.725 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:28:30.725 INFO [WorkbenchTestable][AbstractStyledText] Select position start: 8 end: 10 in styled text 19:28:30.726 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:30.726 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 19:28:30.726 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:30.727 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:30.727 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:30.727 INFO [main][AbstractShell] Close shell Testing shell 19:28:30.727 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:30.729 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:30.729 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:30.729 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 19:28:30.729 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:30.729 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:30.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:30.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:30.743 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectPosition no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) 19:28:30.743 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 19:28:30.743 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:30.743 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:30.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:30.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.147 s - in org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest openContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) Time elapsed: 0.046 s selectText no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) Time elapsed: 0.052 s selectPosition no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) Time elapsed: 0.038 s Running org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest 19:28:30.746 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest 19:28:30.747 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:28:30.747 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:30.747 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest 19:28:30.747 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:30.747 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:28:30.748 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:30.748 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:28:30.748 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:30.748 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:30.748 INFO [WorkbenchTestable][RequirementsRunner] Started test: okAndCancelButtonsTest no-configuration(org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest) 19:28:30.748 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest 19:28:30.748 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:30.748 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:30.748 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:30.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:30.789 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 19:28:30.789 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 19:28:30.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:28:30.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:28:30.789 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) 19:28:30.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:30.789 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:30.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:30.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:30.790 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:28:30.790 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:28:30.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:28:30.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:28:30.790 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:28:30.790 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:28:30.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until button heard click notification... 19:28:30.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until button heard click notification finished successfully 19:28:30.791 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) 19:28:30.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:30.791 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:30.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:30.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:30.791 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:28:30.792 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 19:28:30.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:28:30.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:28:30.792 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:28:30.792 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:28:30.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until button heard click notification... 19:28:30.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until button heard click notification finished successfully 19:28:30.792 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:30.792 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 19:28:30.792 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:30.793 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:30.793 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:30.793 INFO [main][AbstractShell] Close shell Testing shell 19:28:30.793 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:30.795 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:30.795 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:30.795 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest 19:28:30.795 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:30.795 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:30.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:30.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:30.799 INFO [WorkbenchTestable][RequirementsRunner] Finished test: okAndCancelButtonsTest no-configuration(org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest) 19:28:30.799 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest 19:28:30.799 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:30.799 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:30.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:30.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest okAndCancelButtonsTest no-configuration(org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest) Time elapsed: 0.051 s Running org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 19:28:30.811 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 19:28:30.812 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:28:30.812 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:30.812 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 19:28:30.813 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:30.813 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:28:30.813 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:30.813 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:28:30.813 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:30.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:30.816 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:28:30.816 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E'' view via menu. 19:28:30.817 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:28:30.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:28:30.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:28:30.817 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:28:30.817 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:28:30.817 DEBUG [main][MenuItemLookup] Found menu:'File' 19:28:30.817 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:28:30.817 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:28:30.817 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:28:30.817 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:28:30.817 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:28:30.817 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:28:30.817 DEBUG [main][MenuItemLookup] Item match:Window 19:28:30.817 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:28:30.817 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:28:30.817 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:28:30.817 DEBUG [main][MenuItemLookup] Found menu:'' 19:28:30.817 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:28:30.817 DEBUG [main][MenuItemLookup] Item match:Show View 19:28:30.823 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 19:28:30.823 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 19:28:30.823 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 19:28:30.823 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 19:28:30.823 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 19:28:30.823 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 19:28:30.823 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 19:28:30.823 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 19:28:30.823 DEBUG [main][MenuItemLookup] Found menu:'Progress' 19:28:30.823 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 19:28:30.823 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 19:28:30.823 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 19:28:30.823 DEBUG [main][MenuItemLookup] Found menu:'Templates' 19:28:30.823 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 19:28:30.823 DEBUG [main][MenuItemLookup] Found menu:'' 19:28:30.823 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 19:28:30.823 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 19:28:30.823 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 19:28:30.823 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 19:28:30.823 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 19:28:30.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 19:28:30.886 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 19:28:30.886 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 19:28:30.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:28:30.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:28:30.887 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 19:28:30.887 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:30.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:30.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:30.887 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:28:30.887 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:30.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:30.887 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:30.888 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:30.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:30.888 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:28:30.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:28:30.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:28:30.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children... 19:28:30.888 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 19:28:30.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:30.888 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 19:28:30.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:30.889 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 19:28:30.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children finished successfully 19:28:30.889 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 19:28:30.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:30.889 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 19:28:30.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:30.889 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 19:28:30.889 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer SWT Controls 19:28:30.889 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer SWT Controls 19:28:30.889 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer SWT Controls about selection 19:28:30.889 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer SWT Controls 19:28:30.889 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:30.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:30.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:30.896 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:28:30.896 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:30.896 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:30.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:30.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 "Open") 19:28:30.897 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:30.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:30.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:30.897 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:28:30.897 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:30.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:30.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:30.898 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:30.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:30.898 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:28:30.898 INFO [WorkbenchTestable][AbstractButton] Click button &Open 19:28:30.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:28:30.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:28:30.898 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:28:30.898 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:28:30.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:28:30.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:28:30.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 19:28:30.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:30.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:30.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 19:28:30.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:30.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:30.939 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:28:30.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:28:30.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:28:30.940 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:28:30.940 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:28:30.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:30.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:30.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:30.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:30.942 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:28:30.943 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 19:28:30.943 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 19:28:30.943 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:28:30.943 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:28:30.943 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:28:30.943 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:28:30.944 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:30.945 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest) 19:28:30.945 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 19:28:30.945 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:30.945 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:30.945 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:30.946 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') 19:28:30.946 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:30.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:30.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:30.946 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 19:28:30.946 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:30.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:30.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:30.946 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key org.eclipse.reddeer.widget.key 19:28:30.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:30.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:30.946 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 19:28:30.954 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 19:28:30.954 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:30.954 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:30.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:30.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:30.954 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest) 19:28:30.954 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:30.954 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultLabelTest no-configuration(org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest) 19:28:30.954 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 19:28:30.954 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:30.954 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:30.954 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:30.954 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:") 19:28:30.954 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:30.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:30.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:30.955 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 19:28:30.955 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:30.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:30.955 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:30.955 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:30.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:30.955 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 19:28:30.955 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 19:28:30.955 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:30.955 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:30.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:30.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:30.956 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultLabelTest no-configuration(org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest) 19:28:30.956 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 19:28:30.956 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:30.956 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:30.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:30.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.146 s - in org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest) Time elapsed: 0.009 s defaultLabelTest no-configuration(org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest) Time elapsed: 0.002 s Running org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest 19:28:30.959 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest 19:28:30.959 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:28:30.959 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:30.959 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest 19:28:30.959 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:30.959 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:28:30.960 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:30.960 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:28:30.960 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:30.960 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:30.960 INFO [WorkbenchTestable][RequirementsRunner] Started test: spinnerTest no-configuration(org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest) 19:28:30.960 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest 19:28:30.960 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:30.960 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:30.960 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:30.984 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 19:28:30.984 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:30.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:30.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:30.991 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:30.991 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:30.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:30.991 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:30.991 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:30.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:30.991 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 19:28:30.992 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 19:28:30.992 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:30.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:30.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:30.992 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:30.992 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:30.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:30.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:30.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:30.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:30.993 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 19:28:30.993 INFO [WorkbenchTestable][AbstractSpinner] Set spinner value to 1 19:28:30.994 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 19:28:30.994 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:30.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:30.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:30.994 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:30.994 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:30.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:30.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:30.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:30.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:30.994 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 19:28:30.994 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 19:28:30.994 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:30.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:30.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:30.994 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:30.994 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:30.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:30.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:28:30.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:28:30.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:30.994 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 1 was found 19:28:30.995 INFO [WorkbenchTestable][AbstractSpinner] Set spinner value to 2 19:28:30.995 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 19:28:30.995 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:30.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:30.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:30.995 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:30.995 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:30.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:30.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:28:30.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:28:30.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:30.996 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 1 was found 19:28:30.996 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:") 19:28:30.996 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:30.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:30.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:30.996 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:30.996 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:30.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:30.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:30.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:30.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:30.997 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 19:28:30.997 INFO [WorkbenchTestable][AbstractSpinner] Set spinner value to 11 19:28:30.998 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:") 19:28:30.998 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:30.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:30.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:30.998 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:30.998 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:30.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:30.998 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:30.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:30.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:30.998 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 19:28:30.998 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:") 19:28:30.998 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:30.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:30.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:30.999 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:30.999 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:30.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:30.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:30.999 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:30.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:30.999 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 19:28:31.000 INFO [WorkbenchTestable][AbstractSpinner] Set spinner value to 22 19:28:31.000 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:") 19:28:31.000 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:31.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:31.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:31.000 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:31.000 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:31.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:31.000 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:31.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:31.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:31.001 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 19:28:31.001 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:31.001 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 19:28:31.001 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:31.001 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:31.001 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:31.001 INFO [main][AbstractShell] Close shell Testing shell 19:28:31.001 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:31.004 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:31.004 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:31.004 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest 19:28:31.004 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:31.004 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:31.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:31.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:31.014 INFO [WorkbenchTestable][RequirementsRunner] Finished test: spinnerTest no-configuration(org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest) 19:28:31.014 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest 19:28:31.014 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:31.014 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:31.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:31.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s - in org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest spinnerTest no-configuration(org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest) Time elapsed: 0.054 s Running org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 19:28:31.017 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 19:28:31.018 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:28:31.018 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:31.018 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 19:28:31.018 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:31.018 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:28:31.018 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:31.018 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:28:31.018 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:31.018 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:31.018 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDeafaultTextWithId no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) 19:28:31.018 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 19:28:31.019 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:31.019 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:31.019 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:31.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:31.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:31.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:31.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:31.023 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:28:31.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:28:31.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:28:31.024 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:28:31.024 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:28:31.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:31.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:31.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:31.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:31.026 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:28:31.026 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 19:28:31.026 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 19:28:31.027 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:28:31.027 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:28:31.027 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:28:31.027 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:28:31.028 INFO [WorkbenchTestable][AbstractView] Close view 'RedDeer SWT Controls' 19:28:31.028 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem RedDeer SWT Controls 19:28:31.028 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 19:28:31.029 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 19:28:31.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:31.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:28:31.085 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E'' view via menu. 19:28:31.085 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:28:31.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:28:31.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:28:31.086 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:28:31.086 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:28:31.086 DEBUG [main][MenuItemLookup] Found menu:'File' 19:28:31.086 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:28:31.086 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:28:31.086 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:28:31.086 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:28:31.086 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:28:31.086 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:28:31.086 DEBUG [main][MenuItemLookup] Item match:Window 19:28:31.086 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:28:31.086 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:28:31.086 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:28:31.086 DEBUG [main][MenuItemLookup] Found menu:'' 19:28:31.086 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:28:31.086 DEBUG [main][MenuItemLookup] Item match:Show View 19:28:31.090 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 19:28:31.090 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 19:28:31.090 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 19:28:31.090 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 19:28:31.090 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 19:28:31.090 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 19:28:31.090 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 19:28:31.090 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 19:28:31.090 DEBUG [main][MenuItemLookup] Found menu:'Progress' 19:28:31.090 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 19:28:31.090 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 19:28:31.090 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 19:28:31.090 DEBUG [main][MenuItemLookup] Found menu:'Templates' 19:28:31.090 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 19:28:31.090 DEBUG [main][MenuItemLookup] Found menu:'' 19:28:31.090 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 19:28:31.090 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 19:28:31.091 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 19:28:31.091 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 19:28:31.091 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 19:28:31.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 19:28:31.135 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 19:28:31.135 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 19:28:31.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:28:31.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:28:31.136 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 19:28:31.136 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:31.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:31.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:31.136 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:28:31.136 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:31.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:31.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:31.136 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:31.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:31.136 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:28:31.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:28:31.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:28:31.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children... 19:28:31.137 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 19:28:31.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:31.137 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 19:28:31.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:31.137 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 19:28:31.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children finished successfully 19:28:31.137 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 19:28:31.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:31.137 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 19:28:31.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:31.137 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 19:28:31.138 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer SWT Controls 19:28:31.138 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer SWT Controls 19:28:31.138 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer SWT Controls about selection 19:28:31.138 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer SWT Controls 19:28:31.138 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:31.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:31.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:31.138 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:28:31.138 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:31.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:31.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:31.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") 19:28:31.138 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:31.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:31.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:31.138 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:28:31.138 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:31.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:31.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:31.139 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:31.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:31.139 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:28:31.139 INFO [WorkbenchTestable][AbstractButton] Click button &Open 19:28:31.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:28:31.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:28:31.139 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:28:31.139 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:28:31.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:28:31.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:28:31.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 19:28:31.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:31.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:31.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 19:28:31.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:31.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:31.198 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:28:31.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:28:31.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:28:31.199 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:28:31.199 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:28:31.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:31.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:31.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:31.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:31.203 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:28:31.203 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 19:28:31.203 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 19:28:31.203 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:28:31.204 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:28:31.204 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:28:31.204 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:28:31.212 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') 19:28:31.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:31.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:31.212 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key org.eclipse.reddeer.widget.key 19:28:31.212 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:31.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:31.212 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:28:31.212 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:28:31.213 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 19:28:31.213 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:31.213 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:31.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:31.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:31.213 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDeafaultTextWithId no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) 19:28:31.213 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:31.213 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInDialog no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) 19:28:31.213 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 19:28:31.213 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:31.213 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:31.213 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:31.214 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:31.222 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:31.222 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:31.226 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:31.226 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:28:31.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:28:31.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:28:31.227 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:28:31.227 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:28:31.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:31.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:31.235 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:31.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:31.235 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:28:31.235 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 19:28:31.235 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 19:28:31.236 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:28:31.236 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:28:31.236 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:28:31.236 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:28:31.237 INFO [WorkbenchTestable][AbstractView] Close view 'RedDeer SWT Controls' 19:28:31.237 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem RedDeer SWT Controls 19:28:31.237 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 19:28:31.237 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 19:28:31.257 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:31.282 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:28:31.282 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E'' view via menu. 19:28:31.282 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:28:31.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:28:31.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:28:31.283 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:28:31.283 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:28:31.283 DEBUG [main][MenuItemLookup] Found menu:'File' 19:28:31.283 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:28:31.283 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:28:31.283 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:28:31.283 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:28:31.283 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:28:31.283 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:28:31.283 DEBUG [main][MenuItemLookup] Item match:Window 19:28:31.284 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:28:31.284 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:28:31.284 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:28:31.284 DEBUG [main][MenuItemLookup] Found menu:'' 19:28:31.284 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:28:31.284 DEBUG [main][MenuItemLookup] Item match:Show View 19:28:31.288 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 19:28:31.288 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 19:28:31.288 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 19:28:31.288 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 19:28:31.288 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 19:28:31.288 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 19:28:31.288 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 19:28:31.288 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 19:28:31.288 DEBUG [main][MenuItemLookup] Found menu:'Progress' 19:28:31.288 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 19:28:31.288 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 19:28:31.288 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 19:28:31.288 DEBUG [main][MenuItemLookup] Found menu:'Templates' 19:28:31.288 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 19:28:31.288 DEBUG [main][MenuItemLookup] Found menu:'' 19:28:31.288 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 19:28:31.288 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 19:28:31.288 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 19:28:31.288 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 19:28:31.288 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 19:28:31.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 19:28:31.331 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 19:28:31.331 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 19:28:31.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:28:31.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:28:31.332 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 19:28:31.332 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:31.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:31.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:31.333 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:28:31.333 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:31.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:31.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:31.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:31.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:31.333 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:28:31.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:28:31.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:28:31.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children... 19:28:31.334 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 19:28:31.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:31.334 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 19:28:31.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:31.334 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 19:28:31.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children finished successfully 19:28:31.334 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 19:28:31.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:31.334 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 19:28:31.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:31.334 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 19:28:31.335 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer SWT Controls 19:28:31.335 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer SWT Controls 19:28:31.335 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer SWT Controls about selection 19:28:31.335 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer SWT Controls 19:28:31.335 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:31.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:31.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:31.335 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:28:31.335 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:31.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:31.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:31.336 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:28:31.336 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:31.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:31.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:31.336 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:28:31.336 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:31.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:31.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:31.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:31.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:31.336 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:28:31.337 INFO [WorkbenchTestable][AbstractButton] Click button &Open 19:28:31.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:28:31.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:28:31.337 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:28:31.337 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:28:31.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:28:31.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:28:31.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 19:28:31.384 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:31.386 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:31.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 19:28:31.386 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:31.387 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:31.388 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:28:31.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:28:31.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:28:31.388 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:28:31.389 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:28:31.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:31.389 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:31.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:31.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:31.390 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:28:31.390 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 19:28:31.390 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 19:28:31.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:28:31.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:28:31.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:28:31.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:28:31.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:31.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:31.392 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:28:31.392 DEBUG [main][MenuItemLookup] Found menu:'File' 19:28:31.392 DEBUG [main][MenuItemLookup] Item match:File 19:28:31.394 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:28:31.394 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:28:31.399 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 19:28:31.399 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:28:31.399 DEBUG [main][MenuItemLookup] Found menu:'' 19:28:31.399 DEBUG [main][MenuItemLookup] Found menu:'Package' 19:28:31.399 DEBUG [main][MenuItemLookup] Found menu:'Class' 19:28:31.399 DEBUG [main][MenuItemLookup] Found menu:'Interface' 19:28:31.399 DEBUG [main][MenuItemLookup] Found menu:'Enum' 19:28:31.399 DEBUG [main][MenuItemLookup] Found menu:'Record' 19:28:31.399 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 19:28:31.399 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 19:28:31.399 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 19:28:31.399 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:28:31.399 DEBUG [main][MenuItemLookup] Found menu:'File' 19:28:31.399 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:28:31.399 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 19:28:31.399 DEBUG [main][MenuItemLookup] Found menu:'' 19:28:31.399 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:28:31.399 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:28:31.405 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:28:31.405 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:28:31.405 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:28:31.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Select a wizard"] is available.... 19:28:31.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Select a wizard"] is available. finished successfully 19:28:31.459 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:28:31.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:28:31.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:28:31.460 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 19:28:31.460 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:31.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:31.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:31.460 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent 19:28:31.460 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:31.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:31.460 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:31.461 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:31.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:31.461 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:28:31.461 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:28:31.462 INFO [WorkbenchTestable][AbstractText] Text set to: myvalue 19:28:31.462 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:28:31.462 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:31.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:31.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:31.462 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent 19:28:31.462 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:31.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:31.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:31.463 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:31.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:31.463 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:28:31.464 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 19:28:31.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:28:31.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:28:31.464 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:28:31.464 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:28:31.487 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 19:28:31.487 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:31.487 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:31.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:31.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:31.487 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInDialog no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) 19:28:31.487 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:31.487 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) 19:28:31.487 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 19:28:31.487 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:31.487 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:31.487 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:31.488 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:31.494 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:31.494 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:31.496 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:31.497 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:28:31.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:28:31.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:28:31.498 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:28:31.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 '\*?\QRedDeer SWT Controls\E') 19:28:31.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:31.498 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:31.499 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:31.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:31.499 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:28:31.500 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 19:28:31.500 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 19:28:31.500 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:28:31.500 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:28:31.500 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:28:31.500 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:28:31.502 INFO [WorkbenchTestable][AbstractView] Close view 'RedDeer SWT Controls' 19:28:31.502 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem RedDeer SWT Controls 19:28:31.502 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 19:28:31.503 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 19:28:31.524 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:31.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:28:31.527 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E'' view via menu. 19:28:31.527 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:28:31.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:28:31.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:28:31.528 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:28:31.528 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:28:31.528 DEBUG [main][MenuItemLookup] Found menu:'File' 19:28:31.528 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:28:31.528 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:28:31.528 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:28:31.528 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:28:31.528 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:28:31.528 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:28:31.528 DEBUG [main][MenuItemLookup] Item match:Window 19:28:31.528 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:28:31.528 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:28:31.528 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:28:31.528 DEBUG [main][MenuItemLookup] Found menu:'' 19:28:31.528 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:28:31.528 DEBUG [main][MenuItemLookup] Item match:Show View 19:28:31.532 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 19:28:31.532 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 19:28:31.532 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 19:28:31.532 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 19:28:31.532 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 19:28:31.532 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 19:28:31.532 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 19:28:31.532 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 19:28:31.532 DEBUG [main][MenuItemLookup] Found menu:'Progress' 19:28:31.532 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 19:28:31.532 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 19:28:31.532 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 19:28:31.532 DEBUG [main][MenuItemLookup] Found menu:'Templates' 19:28:31.532 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 19:28:31.532 DEBUG [main][MenuItemLookup] Found menu:'' 19:28:31.532 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 19:28:31.532 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 19:28:31.533 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 19:28:31.533 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 19:28:31.533 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 19:28:31.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 19:28:31.611 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 19:28:31.611 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 19:28:31.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:28:31.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:28:31.612 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 19:28:31.612 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:31.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:31.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:31.612 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:28:31.612 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:31.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:31.612 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:31.613 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:31.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:31.613 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:28:31.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:28:31.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:28:31.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children... 19:28:31.613 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 19:28:31.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:31.613 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 19:28:31.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:31.613 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 19:28:31.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children finished successfully 19:28:31.617 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 19:28:31.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:28:31.617 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 19:28:31.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:28:31.617 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 19:28:31.618 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer SWT Controls 19:28:31.618 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer SWT Controls 19:28:31.618 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer SWT Controls about selection 19:28:31.618 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer SWT Controls 19:28:31.618 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:31.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:31.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:31.618 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:28:31.618 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:31.618 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:31.618 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:31.618 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:28:31.619 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:31.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:31.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:31.619 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:28:31.619 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:31.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:31.619 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:31.619 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:31.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:31.619 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:28:31.620 INFO [WorkbenchTestable][AbstractButton] Click button &Open 19:28:31.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:28:31.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:28:31.620 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:28:31.620 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:28:31.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:28:31.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:28:31.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 19:28:31.652 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:31.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:31.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 19:28:31.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:31.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:31.657 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:28:31.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:28:31.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:28:31.657 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:28:31.658 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:28:31.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:31.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:31.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:31.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:31.659 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:28:31.659 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 19:28:31.659 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 19:28:31.660 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:28:31.660 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:28:31.660 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:28:31.660 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:28:31.661 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 19:28:31.661 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:31.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:31.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:31.662 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 19:28:31.662 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:31.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:31.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:31.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:31.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:31.662 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:28:31.662 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:28:31.662 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") 19:28:31.662 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:31.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:31.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:31.662 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 19:28:31.662 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:31.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:31.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:31.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:31.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:31.669 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:28:31.669 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:28:31.669 INFO [WorkbenchTestable][AbstractText] Text set to: New text 19:28:31.669 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 19:28:31.669 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:31.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:31.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:31.669 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 19:28:31.669 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:31.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:31.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:31.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:31.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:31.669 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:28:31.669 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:28:31.669 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") 19:28:31.669 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:31.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:31.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:31.670 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 19:28:31.670 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:31.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:31.670 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:31.681 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:31.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:31.681 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:28:31.681 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:28:31.681 INFO [WorkbenchTestable][AbstractText] Text set to: Original text 19:28:31.682 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 19:28:31.682 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:31.682 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:31.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:31.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:31.682 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) 19:28:31.682 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 19:28:31.682 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:31.682 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:31.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:31.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.665 s - in org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest testDeafaultTextWithId no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) Time elapsed: 0.195 s testInDialog no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) Time elapsed: 0.274 s defaultTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) Time elapsed: 0.195 s Running org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 19:28:31.685 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 19:28:31.686 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:28:31.686 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:31.686 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 19:28:31.686 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:31.686 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:28:31.687 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:31.687 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:28:31.687 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:31.687 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:31.687 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 19:28:31.687 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 19:28:31.687 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:31.687 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:31.687 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:31.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:31.722 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 19:28:31.722 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 19:28:31.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:28:31.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:28:31.722 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") 19:28:31.722 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:31.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:31.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:31.722 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:31.722 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:31.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:31.722 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:31.725 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:31.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:31.726 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:28:31.726 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:28:31.726 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:31.726 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 19:28:31.726 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:31.727 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:31.727 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:31.727 INFO [main][AbstractShell] Close shell Testing shell 19:28:31.727 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:31.733 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:31.733 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:31.733 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 19:28:31.733 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:31.733 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:31.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:31.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:31.738 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 19:28:31.738 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:31.738 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithFormLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 19:28:31.738 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 19:28:31.738 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:31.738 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:31.738 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:31.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:31.772 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 19:28:31.773 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 19:28:31.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:28:31.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:28:31.773 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") 19:28:31.773 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:31.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:31.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:31.773 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:31.773 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:31.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:31.773 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:31.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:31.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:31.777 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:28:31.777 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:28:31.778 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:31.778 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 19:28:31.778 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:31.779 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:31.779 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:31.779 INFO [main][AbstractShell] Close shell Testing shell 19:28:31.779 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:31.787 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:31.787 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:31.787 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 19:28:31.787 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:31.787 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:31.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:31.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:31.794 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithFormLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 19:28:31.794 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:31.794 INFO [WorkbenchTestable][RequirementsRunner] Started test: setFocusTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 19:28:31.794 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 19:28:31.794 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:31.794 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:31.794 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:31.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:31.829 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 19:28:31.829 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 19:28:31.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:28:31.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:28:31.829 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 19:28:31.829 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:31.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:31.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:31.829 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:31.829 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:31.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:31.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:28:31.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:28:31.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:31.829 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 19:28:31.829 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:28:31.830 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") 19:28:31.830 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:31.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:31.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:31.830 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:31.830 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:31.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:31.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:31.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:31.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:31.831 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:28:31.831 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:28:31.832 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") 19:28:31.832 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:31.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:31.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:31.832 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:31.832 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:31.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:31.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:31.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:31.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:31.834 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:28:31.834 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:28:31.834 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") 19:28:31.834 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:31.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:31.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:31.834 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:31.834 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:31.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:31.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:31.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:31.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:31.835 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:28:31.835 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:28:31.836 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:31.836 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 19:28:31.836 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:31.836 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:31.836 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:31.836 INFO [main][AbstractShell] Close shell Testing shell 19:28:31.836 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:31.844 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:31.844 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:31.844 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 19:28:31.844 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:31.844 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:31.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:31.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:31.850 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setFocusTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 19:28:31.850 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:31.850 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithOutsideLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 19:28:31.850 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 19:28:31.850 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:31.850 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:31.850 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:31.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:31.882 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 19:28:31.882 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 19:28:31.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:28:31.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:28:31.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 "Test label4") 19:28:31.882 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:31.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:31.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:31.882 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:31.882 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:31.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:31.882 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:31.887 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:31.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:31.887 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:28:31.887 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:28:31.888 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:31.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 19:28:31.888 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:31.888 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:31.888 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:31.888 INFO [main][AbstractShell] Close shell Testing shell 19:28:31.888 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:31.895 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:31.895 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:31.895 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 19:28:31.895 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:31.895 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:31.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:31.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:31.900 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithOutsideLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 19:28:31.900 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:31.900 INFO [WorkbenchTestable][RequirementsRunner] Started test: setNonEditableTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 19:28:31.900 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 19:28:31.900 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:31.900 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:31.900 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:31.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:31.932 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 19:28:31.932 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 19:28:31.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:28:31.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:28:31.932 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") 19:28:31.932 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:31.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:31.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:31.933 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:31.933 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:31.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:31.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:31.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:31.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:31.935 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:28:31.935 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:28:31.935 INFO [WorkbenchTestable][AbstractText] Text set to: funny text 19:28:31.936 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:31.936 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 19:28:31.936 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:31.936 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:31.936 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:31.936 INFO [main][AbstractShell] Close shell Testing shell 19:28:31.936 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:31.942 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:31.942 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:31.942 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 19:28:31.942 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:31.942 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:31.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:31.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:31.951 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setNonEditableTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 19:28:31.951 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:31.951 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithAsterisk no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 19:28:31.951 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 19:28:31.951 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:31.951 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:31.951 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:31.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:31.980 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 19:28:31.980 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 19:28:31.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:28:31.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:28:31.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 "Required label1*") 19:28:31.980 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:31.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:31.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:31.980 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:31.980 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:31.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:31.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:31.986 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:31.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:31.986 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:28:31.986 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:28:31.987 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:31.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 19:28:31.987 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:31.987 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:31.987 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:31.987 INFO [main][AbstractShell] Close shell Testing shell 19:28:31.987 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:31.993 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:31.993 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:31.993 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 19:28:31.993 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:31.993 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:31.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:31.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:31.998 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithAsterisk no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 19:28:31.998 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:31.998 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTextMessage no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 19:28:31.998 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 19:28:31.998 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:31.998 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:31.998 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:32.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:32.030 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 19:28:32.030 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 19:28:32.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:28:32.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:28:32.030 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") 19:28:32.030 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:32.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:32.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:32.030 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:32.030 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:32.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:32.030 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:32.033 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:32.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:32.033 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:28:32.033 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:28:32.034 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:32.034 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 19:28:32.034 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:32.035 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:32.035 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:32.035 INFO [main][AbstractShell] Close shell Testing shell 19:28:32.035 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:32.041 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:32.041 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:32.041 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 19:28:32.041 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:32.041 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:32.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:32.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:32.049 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTextMessage no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 19:28:32.049 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:32.049 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextForRequiredField no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 19:28:32.049 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 19:28:32.049 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:32.049 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:32.049 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:32.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:32.098 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 19:28:32.098 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 19:28:32.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:28:32.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:28:32.098 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") 19:28:32.098 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:32.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:32.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:32.098 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:32.098 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:32.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:32.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:32.104 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:32.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:32.104 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:28:32.104 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:28:32.105 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:32.105 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 19:28:32.105 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:32.105 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:32.105 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:32.105 INFO [main][AbstractShell] Close shell Testing shell 19:28:32.105 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:32.113 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:32.113 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:32.113 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 19:28:32.113 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:32.113 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:32.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:32.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:32.120 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextForRequiredField no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 19:28:32.120 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:32.120 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 19:28:32.120 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 19:28:32.120 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:32.120 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:32.120 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:32.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:32.151 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 19:28:32.151 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 19:28:32.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:28:32.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:28:32.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 with label: is "Test label") 19:28:32.151 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:32.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:32.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:32.151 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:32.151 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:32.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:32.151 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:32.152 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:32.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:32.152 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:28:32.152 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:28:32.152 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:32.153 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 19:28:32.153 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:32.153 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:32.153 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:32.153 INFO [main][AbstractShell] Close shell Testing shell 19:28:32.153 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:32.161 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:32.161 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:32.161 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 19:28:32.161 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:32.161 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:32.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:32.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:32.190 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 19:28:32.190 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:32.190 INFO [WorkbenchTestable][RequirementsRunner] Started test: typeTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 19:28:32.190 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 19:28:32.190 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:32.190 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:32.190 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:32.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:32.220 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 19:28:32.220 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 19:28:32.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:28:32.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:28:32.220 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") 19:28:32.220 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:32.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:32.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:32.220 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:32.220 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:32.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:32.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:32.222 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:32.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:32.222 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:28:32.222 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:28:32.223 INFO [WorkbenchTestable][AbstractText] Type text not so funny text 19:28:32.223 INFO [WorkbenchTestable][AbstractText] Text set to: 19:28:32.223 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:28:32.223 DEBUG [WorkbenchTestable][AbstractText] Force focus to receive keyboard events 19:28:32.225 INFO [WorkbenchTestable][Keyboard] Type text "not so funny text" 19:28:32.681 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 19:28:32.681 INFO [WorkbenchTestable][Keyboard] As char:n, as int:110 19:28:33.283 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 19:28:33.283 INFO [WorkbenchTestable][Keyboard] As char:o, as int:111 19:28:33.884 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 19:28:33.884 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 19:28:34.485 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 19:28:34.485 INFO [WorkbenchTestable][Keyboard] As char: , as int:32 19:28:35.086 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 19:28:35.086 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 19:28:35.687 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 19:28:35.687 INFO [WorkbenchTestable][Keyboard] As char:o, as int:111 19:28:36.288 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 19:28:36.288 INFO [WorkbenchTestable][Keyboard] As char: , as int:32 19:28:36.889 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 19:28:36.889 INFO [WorkbenchTestable][Keyboard] As char:f, as int:102 19:28:37.490 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 19:28:37.490 INFO [WorkbenchTestable][Keyboard] As char:u, as int:117 19:28:38.091 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 19:28:38.091 INFO [WorkbenchTestable][Keyboard] As char:n, as int:110 19:28:38.692 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 19:28:38.692 INFO [WorkbenchTestable][Keyboard] As char:n, as int:110 19:28:39.293 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 19:28:39.293 INFO [WorkbenchTestable][Keyboard] As char:y, as int:121 19:28:39.894 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 19:28:39.894 INFO [WorkbenchTestable][Keyboard] As char: , as int:32 19:28:40.494 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 19:28:40.495 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 19:28:41.095 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 19:28:41.095 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 19:28:41.696 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 19:28:41.696 INFO [WorkbenchTestable][Keyboard] As char:x, as int:120 19:28:42.297 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 19:28:42.297 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 19:28:42.898 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") 19:28:42.898 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:42.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:42.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:42.898 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:42.898 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:42.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:42.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:42.900 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:42.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:42.900 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:28:42.900 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:28:42.901 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:42.901 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 19:28:42.901 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:42.901 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:42.901 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:42.901 INFO [main][AbstractShell] Close shell Testing shell 19:28:42.901 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:42.908 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:42.908 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:42.911 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 19:28:42.911 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:42.911 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:42.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:42.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:42.914 INFO [WorkbenchTestable][RequirementsRunner] Finished test: typeTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 19:28:42.914 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:42.914 INFO [WorkbenchTestable][RequirementsRunner] Started test: setTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 19:28:42.914 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 19:28:42.914 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:42.914 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:42.914 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:42.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:42.952 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 19:28:42.952 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 19:28:42.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:28:42.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:28:42.952 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") 19:28:42.952 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:42.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:42.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:42.952 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:42.952 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:42.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:42.952 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:42.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:42.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:42.955 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:28:42.955 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:28:42.955 INFO [WorkbenchTestable][AbstractText] Text set to: funny text 19:28:42.955 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") 19:28:42.955 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:42.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:42.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:42.955 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:42.955 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:42.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:42.955 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:42.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:42.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:42.957 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:28:42.957 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:28:42.958 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:42.958 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 19:28:42.958 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:42.958 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:42.958 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:42.958 INFO [main][AbstractShell] Close shell Testing shell 19:28:42.958 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:42.965 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:42.965 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:42.965 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 19:28:42.965 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:42.965 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:42.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:42.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:42.970 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 19:28:42.970 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:42.970 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithSpecialChar no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 19:28:42.970 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 19:28:42.970 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:42.970 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:42.970 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:42.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:43.003 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 19:28:43.003 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 19:28:43.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:28:43.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:28:43.004 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?") 19:28:43.004 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:43.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:43.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:43.004 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:43.004 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:43.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:43.004 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:43.010 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:43.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:43.010 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:28:43.010 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:28:43.011 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:43.011 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 19:28:43.011 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:43.012 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:43.012 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:43.012 INFO [main][AbstractShell] Close shell Testing shell 19:28:43.012 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:43.018 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:43.018 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:43.018 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 19:28:43.018 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:43.018 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:43.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:43.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:43.023 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithSpecialChar no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 19:28:43.024 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:43.024 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithAsteriskWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 19:28:43.024 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 19:28:43.024 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:43.024 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:43.024 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:43.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:43.057 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 19:28:43.057 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 19:28:43.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:28:43.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:28:43.057 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 *") 19:28:43.057 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:43.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:43.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:43.058 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:43.058 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:43.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:43.058 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:43.082 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:43.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:43.082 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:28:43.082 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:28:43.083 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:43.083 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 19:28:43.083 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:43.083 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:43.083 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:43.083 INFO [main][AbstractShell] Close shell Testing shell 19:28:43.083 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:43.090 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:43.090 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:43.091 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 19:28:43.091 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:43.091 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:43.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:43.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:43.098 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithAsteriskWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 19:28:43.098 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:43.098 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithTwoIcons no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 19:28:43.098 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 19:28:43.098 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:43.098 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:43.098 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:43.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:43.129 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 19:28:43.130 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 19:28:43.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:28:43.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:28:43.130 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") 19:28:43.130 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:43.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:43.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:43.130 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:43.130 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:43.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:43.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:43.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:43.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:43.133 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:28:43.133 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:28:43.134 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:43.134 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 19:28:43.134 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:43.134 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:43.134 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:43.134 INFO [main][AbstractShell] Close shell Testing shell 19:28:43.134 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:43.142 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:43.142 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:43.142 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 19:28:43.142 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:43.142 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:43.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:43.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:43.148 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithTwoIcons no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 19:28:43.148 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:43.148 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextForRequiredFieldWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 19:28:43.148 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 19:28:43.148 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:43.148 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:43.148 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:43.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:43.199 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 19:28:43.199 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 19:28:43.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:28:43.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:28:43.199 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") 19:28:43.199 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:43.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:43.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:43.199 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:43.199 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:43.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:43.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:43.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:43.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:43.206 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:28:43.206 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:28:43.207 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:43.207 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 19:28:43.207 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:43.207 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:43.207 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:43.207 INFO [main][AbstractShell] Close shell Testing shell 19:28:43.207 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:43.213 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:43.214 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:43.214 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 19:28:43.214 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:43.214 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:43.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:43.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:43.219 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextForRequiredFieldWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 19:28:43.220 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:43.220 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithoutIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 19:28:43.220 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 19:28:43.220 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:43.220 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:43.220 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:43.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:43.253 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 19:28:43.253 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 19:28:43.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:28:43.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:28:43.253 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") 19:28:43.253 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:43.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:43.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:43.254 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:43.254 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:43.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:43.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:43.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:43.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:43.256 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:28:43.256 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:28:43.257 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:43.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 19:28:43.257 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:43.257 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:43.257 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:43.257 INFO [main][AbstractShell] Close shell Testing shell 19:28:43.257 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:43.281 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:43.281 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:43.281 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 19:28:43.281 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:43.281 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:43.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:43.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:43.287 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithoutIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 19:28:43.287 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:43.287 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithFormCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 19:28:43.287 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 19:28:43.287 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:43.287 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:43.287 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:43.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:43.319 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 19:28:43.319 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 19:28:43.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:28:43.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:28:43.320 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") 19:28:43.320 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:43.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:43.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:43.320 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:43.320 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:43.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:43.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:43.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:43.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:43.324 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:28:43.324 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:28:43.325 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:43.325 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 19:28:43.325 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:43.325 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:43.325 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:43.325 INFO [main][AbstractShell] Close shell Testing shell 19:28:43.325 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:43.332 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:43.332 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:43.332 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 19:28:43.332 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:43.332 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:43.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:43.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:43.337 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithFormCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 19:28:43.337 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 19:28:43.337 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:43.337 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:43.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:43.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.653 s - in org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest findLabeledTextWithCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.051 s findLabeledTextWithFormLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.056 s setFocusTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.056 s findLabeledTextWithOutsideLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.05 s setNonEditableTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.051 s findLabeledTextWithAsterisk no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.047 s getTextMessage no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.051 s findLabeledTextForRequiredField no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.071 s findLabeledTextWithIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.07 s typeTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 10.724 s setTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.056 s findLabeledTextWithSpecialChar no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.053 s findLabeledTextWithAsteriskWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.074 s findLabeledTextWithTwoIcons no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.05 s findLabeledTextForRequiredFieldWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.071 s findLabeledTextWithoutIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.067 s findLabeledTextWithFormCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.05 s Running org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 19:28:43.343 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 19:28:43.343 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:28:43.343 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:43.343 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 19:28:43.343 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:43.343 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:28:43.344 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:43.344 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:28:43.344 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:43.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:43.347 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:43.347 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E'' is already open. Activate. 19:28:43.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:43.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:43.354 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:28:43.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:28:43.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:28:43.355 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:28:43.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E') 19:28:43.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:43.355 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:43.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:43.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:43.357 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:28:43.357 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 19:28:43.357 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 19:28:43.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:28:43.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:28:43.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:28:43.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:28:43.359 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:43.359 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultStyledTextGetPositionNonExistingTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) 19:28:43.359 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 19:28:43.359 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:43.359 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:43.359 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:43.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:43.401 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 19:28:43.401 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 19:28:43.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:28:43.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:28:43.402 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 19:28:43.402 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:43.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:43.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:43.402 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:43.402 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:43.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:43.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:43.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:43.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:43.402 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:28:43.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:43.411 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 19:28:43.411 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 19:28:43.411 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:43.411 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:43.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:43.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:43.411 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultStyledTextGetPositionNonExistingTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) 19:28:43.411 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:43.411 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultStyledTextGetPositionTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) 19:28:43.411 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 19:28:43.411 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:43.411 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:43.411 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:43.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:43.426 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 19:28:43.426 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 19:28:43.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:28:43.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:28:43.427 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 19:28:43.427 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:43.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:43.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:43.427 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:43.427 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:43.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:43.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:43.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:43.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:43.427 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:28:43.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:43.440 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 19:28:43.440 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 19:28:43.440 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:43.440 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:43.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:43.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:43.441 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultStyledTextGetPositionTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) 19:28:43.441 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:43.441 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultStyledTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) 19:28:43.441 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 19:28:43.441 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:43.441 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:43.441 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:43.441 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 19:28:43.441 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:43.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:43.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:43.441 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 19:28:43.441 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:43.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:43.441 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:43.442 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:43.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:43.442 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:28:43.442 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") 19:28:43.442 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:43.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:43.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:43.443 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 19:28:43.443 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:43.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:43.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:43.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:43.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:43.443 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:28:43.443 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: Modified styled text 19:28:43.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:43.444 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 19:28:43.444 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 19:28:43.444 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:43.444 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:43.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:43.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:43.444 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultStyledTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) 19:28:43.444 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 19:28:43.444 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:43.444 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:43.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:43.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 s - in org.eclipse.reddeer.swt.test.impl.text.StyledTextTest defaultStyledTextGetPositionNonExistingTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) Time elapsed: 0.052 s defaultStyledTextGetPositionTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) Time elapsed: 0.03 s defaultStyledTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) Time elapsed: 0.003 s Running org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 19:28:43.447 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 19:28:43.448 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:28:43.448 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:43.448 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 19:28:43.448 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:43.448 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:28:43.448 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:43.448 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:28:43.448 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:43.448 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:43.448 INFO [WorkbenchTestable][RequirementsRunner] Started test: nonExistinghorizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 19:28:43.448 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 19:28:43.448 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:43.448 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:43.448 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:43.486 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) 19:28:43.486 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:43.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:43.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:43.490 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:43.490 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:43.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:43.490 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 19:28:43.490 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2is not found 19:28:43.990 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 19:28:43.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2is not found 19:28:44.491 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 19:28:44.491 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2is not found 19:28:44.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:28:44.491 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 2 was not found 19:28:44.492 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:44.492 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 19:28:44.492 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:44.492 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:44.492 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:44.492 INFO [main][AbstractShell] Close shell Testing shell 19:28:44.492 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:44.494 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:44.494 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:44.494 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 19:28:44.494 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:44.494 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:44.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:44.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:44.502 INFO [WorkbenchTestable][RequirementsRunner] Finished test: nonExistinghorizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 19:28:44.502 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:44.502 INFO [WorkbenchTestable][RequirementsRunner] Started test: IndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 19:28:44.502 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 19:28:44.502 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:44.502 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:44.502 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:44.507 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) 19:28:44.507 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:44.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:44.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:44.511 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:44.511 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:44.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:44.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:44.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:44.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:44.512 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found 19:28:44.512 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) 19:28:44.512 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:44.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:44.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:44.512 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:44.512 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:44.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:44.512 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:44.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:44.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:44.512 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found 19:28:44.512 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:44.512 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 19:28:44.512 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:44.512 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:44.512 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:44.512 INFO [main][AbstractShell] Close shell Testing shell 19:28:44.512 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:44.514 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:44.514 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:44.514 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 19:28:44.514 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:44.514 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:44.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:44.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:44.522 INFO [WorkbenchTestable][RequirementsRunner] Finished test: IndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 19:28:44.522 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:44.522 INFO [WorkbenchTestable][RequirementsRunner] Started test: horizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 19:28:44.522 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 19:28:44.522 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:44.522 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:44.522 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:44.527 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) 19:28:44.527 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:44.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:44.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:44.533 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:44.533 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:44.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:44.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:44.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:44.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:44.534 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found 19:28:44.534 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) 19:28:44.534 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:44.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:44.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:44.534 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:44.534 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:44.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:44.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:44.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:44.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:44.534 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found 19:28:44.534 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) 19:28:44.534 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:44.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:44.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:44.534 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:44.534 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:44.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:44.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:28:44.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:28:44.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:44.534 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 1 was found 19:28:44.536 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:44.536 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 19:28:44.536 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:44.536 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:44.536 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:44.536 INFO [main][AbstractShell] Close shell Testing shell 19:28:44.536 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:44.538 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:44.538 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:44.538 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 19:28:44.538 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:44.538 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:44.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:44.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:44.543 INFO [WorkbenchTestable][RequirementsRunner] Finished test: horizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 19:28:44.543 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:44.543 INFO [WorkbenchTestable][RequirementsRunner] Started test: noonExistingIndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 19:28:44.543 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 19:28:44.543 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:44.543 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:44.543 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:44.547 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) 19:28:44.547 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:44.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:44.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:44.555 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:44.555 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:44.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:44.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:28:44.555 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 19:28:45.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:28:45.056 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 19:28:45.556 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:28:45.556 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 19:28:45.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:28:45.557 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 1 was not found 19:28:45.557 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:45.557 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 19:28:45.557 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:45.557 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:45.557 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:45.557 INFO [main][AbstractShell] Close shell Testing shell 19:28:45.557 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:45.559 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:45.559 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:45.559 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 19:28:45.559 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:45.559 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:45.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:45.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:45.563 INFO [WorkbenchTestable][RequirementsRunner] Finished test: noonExistingIndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 19:28:45.563 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:45.563 INFO [WorkbenchTestable][RequirementsRunner] Started test: verticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 19:28:45.563 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 19:28:45.563 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:45.563 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:45.563 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:45.573 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) 19:28:45.573 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:45.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:45.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:45.579 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:45.579 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:45.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:45.579 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:45.579 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:45.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:45.579 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found 19:28:45.579 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) 19:28:45.579 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:45.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:45.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:45.579 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:45.579 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:45.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:45.579 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:45.579 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:45.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:45.579 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found 19:28:45.580 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:45.580 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 19:28:45.580 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:45.580 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:45.580 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:45.580 INFO [main][AbstractShell] Close shell Testing shell 19:28:45.580 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:45.582 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:45.582 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:45.582 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 19:28:45.582 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:45.582 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:45.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:45.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:45.588 INFO [WorkbenchTestable][RequirementsRunner] Finished test: verticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 19:28:45.588 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:45.588 INFO [WorkbenchTestable][RequirementsRunner] Started test: nonExistingVerticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 19:28:45.588 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 19:28:45.588 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:45.588 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:45.588 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:45.594 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) 19:28:45.594 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:45.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:45.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:45.610 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:45.610 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:45.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:45.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:28:45.610 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 19:28:46.110 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:28:46.111 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 19:28:46.611 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:28:46.611 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 19:28:46.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:28:46.611 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 1 was not found 19:28:46.612 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:46.612 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 19:28:46.612 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:46.612 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:46.612 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:46.612 INFO [main][AbstractShell] Close shell Testing shell 19:28:46.612 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:46.614 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:46.614 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:46.614 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 19:28:46.614 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:46.614 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:46.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:46.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:46.635 INFO [WorkbenchTestable][RequirementsRunner] Finished test: nonExistingVerticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 19:28:46.635 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 19:28:46.635 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:46.635 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:46.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:46.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.188 s - in org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest nonExistinghorizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) Time elapsed: 1.054 s IndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) Time elapsed: 0.02 s horizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) Time elapsed: 0.021 s noonExistingIndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) Time elapsed: 1.02 s verticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) Time elapsed: 0.025 s nonExistingVerticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) Time elapsed: 1.047 s Running org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 19:28:46.637 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 19:28:46.638 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:28:46.638 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:46.638 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 19:28:46.638 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:46.638 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:28:46.638 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:46.638 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:28:46.639 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:46.639 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:46.639 INFO [WorkbenchTestable][RequirementsRunner] Started test: findScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 19:28:46.639 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 19:28:46.639 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:46.639 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:46.639 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:46.647 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 19:28:46.647 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:46.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:46.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:46.654 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:46.654 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:46.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:46.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:28:46.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:28:46.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:46.654 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 1 was found 19:28:46.656 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:46.656 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 19:28:46.656 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:46.656 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:46.656 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:46.656 INFO [main][AbstractShell] Close shell Testing shell 19:28:46.656 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:46.658 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:46.658 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:46.658 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 19:28:46.659 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:46.659 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:46.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:46.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:46.663 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 19:28:46.663 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:46.663 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 19:28:46.663 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 19:28:46.663 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:46.663 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:46.663 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:46.671 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 19:28:46.671 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:46.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:46.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:46.678 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:46.678 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:46.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:46.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 19:28:46.678 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 19:28:47.178 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 19:28:47.178 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 19:28:47.679 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 19:28:47.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 19:28:47.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:28:47.679 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 4 was not found 19:28:47.680 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:47.680 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 19:28:47.680 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:47.680 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:47.680 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:47.680 INFO [main][AbstractShell] Close shell Testing shell 19:28:47.680 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:47.682 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:47.682 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:47.682 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 19:28:47.682 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:47.682 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:47.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:47.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:47.687 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 19:28:47.687 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:47.687 INFO [WorkbenchTestable][RequirementsRunner] Started test: getSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 19:28:47.687 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 19:28:47.687 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:47.687 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:47.687 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:47.692 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 19:28:47.692 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:47.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:47.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:47.701 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:47.701 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:47.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:47.701 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:28:47.701 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:28:47.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:47.701 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 1 was found 19:28:47.702 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:47.702 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 19:28:47.702 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:47.702 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:47.703 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:47.703 INFO [main][AbstractShell] Close shell Testing shell 19:28:47.703 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:47.705 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:47.705 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:47.705 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 19:28:47.705 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:47.705 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:47.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:47.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:47.710 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 19:28:47.710 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:47.710 INFO [WorkbenchTestable][RequirementsRunner] Started test: setSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 19:28:47.710 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 19:28:47.710 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:47.710 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:47.710 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:47.715 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 19:28:47.715 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:47.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:47.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:47.724 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:47.724 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:47.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:47.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:47.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:47.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:47.724 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 0 was found 19:28:47.725 TRACE [WorkbenchTestable][WidgetHandler] Notify Scale with event 13 19:28:47.725 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:28:47.725 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 19:28:47.725 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:47.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:47.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:47.725 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:47.725 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:47.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:47.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:47.725 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:47.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:47.725 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:28:47.725 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:28:47.726 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:47.726 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 19:28:47.726 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:47.726 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:47.726 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:47.726 INFO [main][AbstractShell] Close shell Testing shell 19:28:47.726 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:47.729 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:47.729 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:47.729 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 19:28:47.729 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:47.729 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:47.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:47.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:47.737 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 19:28:47.737 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:47.737 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMaximum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 19:28:47.737 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 19:28:47.738 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:47.738 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:47.738 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:47.743 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 19:28:47.743 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:47.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:47.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:47.750 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:47.750 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:47.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:47.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:28:47.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:28:47.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:47.750 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 1 was found 19:28:47.751 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:47.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 19:28:47.751 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:47.751 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:47.751 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:47.751 INFO [main][AbstractShell] Close shell Testing shell 19:28:47.751 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:47.754 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:47.754 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:47.754 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 19:28:47.754 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:47.754 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:47.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:47.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:47.787 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMaximum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 19:28:47.787 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:47.787 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMinimum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 19:28:47.787 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 19:28:47.787 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:47.787 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:47.787 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:47.792 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 19:28:47.792 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:47.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:47.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:47.798 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:47.798 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:47.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:47.798 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:47.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:47.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:47.798 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 0 was found 19:28:47.799 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:47.799 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 19:28:47.799 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:47.799 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:47.799 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:47.799 INFO [main][AbstractShell] Close shell Testing shell 19:28:47.799 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:47.801 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:47.801 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:47.801 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 19:28:47.801 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:47.801 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:47.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:47.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:47.809 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMinimum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 19:28:47.809 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 19:28:47.809 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:47.809 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:47.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:47.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.173 s - in org.eclipse.reddeer.swt.test.impl.scale.ScaleTest findScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) Time elapsed: 0.024 s findNonExistingScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) Time elapsed: 1.024 s getSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) Time elapsed: 0.023 s setSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) Time elapsed: 0.027 s getMaximum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) Time elapsed: 0.05 s getMinimum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) Time elapsed: 0.022 s Running org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 19:28:47.814 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 19:28:47.815 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:28:47.815 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:47.815 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 19:28:47.815 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:47.815 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:28:47.821 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:47.821 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:28:47.821 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:47.821 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:47.821 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetItemsByStrings no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 19:28:47.821 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 19:28:47.821 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:47.821 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:47.821 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:48.166 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 19:28:48.166 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:48.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:48.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:48.387 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:48.387 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:48.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:48.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:48.387 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:48.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:48.387 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:28:48.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:28:48.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:28:48.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:28:48.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:28:48.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:28:48.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:28:48.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:28:48.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:28:48.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:28:48.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:28:48.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:28:48.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:28:48.419 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:48.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 19:28:48.419 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:48.419 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:48.419 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:48.420 INFO [main][AbstractShell] Close shell Testing shell 19:28:48.420 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:48.426 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:48.426 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:48.426 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 19:28:48.426 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:48.426 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:48.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:48.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:48.431 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetItemsByStrings no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 19:28:48.431 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:48.431 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetTooHighIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 19:28:48.431 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 19:28:48.431 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:48.431 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:48.431 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:48.687 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 19:28:48.687 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:48.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:48.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:48.914 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:48.914 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:48.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:48.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:48.914 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:48.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:48.914 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:28:48.915 DEBUG [WorkbenchTestable][AbstractTable] Available headers: [ , C, !, Description, Resource, In Folder, Location] 19:28:48.915 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:48.916 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 19:28:48.916 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:48.916 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:48.916 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:48.916 INFO [main][AbstractShell] Close shell Testing shell 19:28:48.916 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:48.922 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:48.922 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:48.923 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 19:28:48.923 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:48.923 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:48.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:48.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:48.927 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetTooHighIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 19:28:48.927 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:48.928 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetSelectedItemsMulti no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 19:28:48.928 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 19:28:48.928 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:48.928 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:48.928 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:49.156 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 19:28:49.156 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:49.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:49.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:49.358 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:49.359 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:49.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:49.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:49.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:49.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:49.359 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:28:49.359 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1, 3) 19:28:49.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:28:49.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:28:49.360 TRACE [main][WidgetHandler] Notify Table with event 13 19:28:49.360 TRACE [main][WidgetHandler] Wait for synchronization 19:28:49.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:28:49.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:28:49.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:28:49.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:28:49.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:28:49.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:28:49.364 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:49.364 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 19:28:49.364 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:49.364 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:49.364 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:49.364 INFO [main][AbstractShell] Close shell Testing shell 19:28:49.364 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:49.370 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:49.370 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:49.371 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 19:28:49.371 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:49.371 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:49.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:49.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:49.376 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetSelectedItemsMulti no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 19:28:49.376 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:49.376 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCheckTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 19:28:49.376 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 19:28:49.376 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:49.376 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:49.376 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:49.608 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 19:28:49.608 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:49.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:49.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:49.813 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:49.813 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:49.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:49.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 19:28:49.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 19:28:49.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:49.817 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 19:28:49.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:28:49.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:28:49.818 INFO [WorkbenchTestable][AbstractTableItem] Check table Item x: 19:28:49.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification... 19:28:49.820 TRACE [WorkbenchTestable][WidgetHandler] Notify Table with event 13 19:28:49.820 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:28:49.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification finished successfully 19:28:49.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:28:49.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:28:49.823 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:49.823 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 19:28:49.823 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:49.823 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:49.823 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:49.823 INFO [main][AbstractShell] Close shell Testing shell 19:28:49.823 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:49.830 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:49.830 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:49.830 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 19:28:49.830 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:49.830 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:49.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:49.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:49.839 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCheckTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 19:28:49.839 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:49.839 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetSelectedItemsSingle no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 19:28:49.839 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 19:28:49.840 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:49.840 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:49.840 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:50.070 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 19:28:50.070 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:50.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:50.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:50.274 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:50.274 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:50.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:50.274 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:50.274 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:50.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:50.274 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:28:50.275 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (2) 19:28:50.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:28:50.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:28:50.275 TRACE [main][WidgetHandler] Notify Table with event 13 19:28:50.275 TRACE [main][WidgetHandler] Wait for synchronization 19:28:50.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:28:50.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:28:50.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:28:50.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:28:50.277 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:50.277 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 19:28:50.277 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:50.277 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:50.277 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:50.277 INFO [main][AbstractShell] Close shell Testing shell 19:28:50.277 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:50.284 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:50.284 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:50.284 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 19:28:50.284 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:50.284 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:50.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:50.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:50.294 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetSelectedItemsSingle no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 19:28:50.294 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:50.294 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTableContainsItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 19:28:50.294 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 19:28:50.294 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:50.294 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:50.294 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:50.531 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 19:28:50.531 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:50.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:50.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:50.716 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:50.716 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:50.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:50.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:28:50.718 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:28:50.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:50.718 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 19:28:50.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:28:50.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:28:50.718 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 19:28:50.718 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:50.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:50.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:50.718 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:50.718 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:50.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:50.718 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:28:50.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:28:50.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:50.720 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 19:28:50.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:28:50.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:28:50.720 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 19:28:50.720 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:50.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:50.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:50.720 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:50.720 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:50.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:50.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:28:50.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:28:50.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:50.722 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 19:28:50.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:28:50.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:28:50.723 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:50.723 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 19:28:50.723 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:50.723 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:50.723 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:50.723 INFO [main][AbstractShell] Close shell Testing shell 19:28:50.723 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:50.729 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:50.729 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:50.729 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 19:28:50.729 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:50.729 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:50.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:50.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:50.737 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTableContainsItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 19:28:50.737 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:50.737 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSingleSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 19:28:50.737 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 19:28:50.737 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:50.737 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:50.737 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:50.954 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 19:28:50.954 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:51.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:51.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:51.149 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:51.149 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:51.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:51.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:28:51.151 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:28:51.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:51.151 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 19:28:51.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:28:51.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:28:51.152 INFO [WorkbenchTestable][AbstractTableItem] Check table Item x: 19:28:51.152 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:51.152 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 19:28:51.152 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:51.153 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:51.153 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:51.153 INFO [main][AbstractShell] Close shell Testing shell 19:28:51.153 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:51.159 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:51.159 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:51.159 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 19:28:51.159 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:51.159 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:51.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:51.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:51.168 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSingleSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 19:28:51.168 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:51.169 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSingleSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 19:28:51.169 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 19:28:51.169 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:51.169 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:51.169 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:51.389 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 19:28:51.389 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:51.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:51.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:51.589 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:51.589 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:51.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:51.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:28:51.591 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:28:51.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:51.591 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 19:28:51.592 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 19:28:51.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:28:51.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:28:51.592 TRACE [main][WidgetHandler] Notify Table with event 13 19:28:51.592 TRACE [main][WidgetHandler] Wait for synchronization 19:28:51.592 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:51.592 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 19:28:51.592 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:51.592 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:51.592 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:51.592 INFO [main][AbstractShell] Close shell Testing shell 19:28:51.592 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:51.598 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:51.599 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:51.599 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 19:28:51.599 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:51.599 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:51.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:51.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:51.603 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSingleSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 19:28:51.603 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:51.603 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCheckTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 19:28:51.603 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 19:28:51.603 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:51.603 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:51.603 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:51.835 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 19:28:51.835 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:52.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:52.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:52.037 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:52.037 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:52.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:52.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 19:28:52.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 19:28:52.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:52.041 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 19:28:52.042 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1, 2, 3, 4) 19:28:52.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:28:52.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:28:52.042 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:52.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 19:28:52.042 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:52.042 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:52.042 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:52.042 INFO [main][AbstractShell] Close shell Testing shell 19:28:52.042 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:52.048 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:52.048 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:52.048 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 19:28:52.048 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:52.048 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:52.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:52.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:52.053 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCheckTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 19:28:52.053 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:52.053 INFO [WorkbenchTestable][RequirementsRunner] Started test: waitForTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 19:28:52.053 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 19:28:52.053 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:52.053 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:52.053 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:52.284 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 19:28:52.284 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:52.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:52.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:52.496 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:52.496 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:52.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:52.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:28:52.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:28:52.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:52.498 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 19:28:52.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains item with text '!' in cell 2... 19:28:52.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:28:52.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:28:52.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains item with text '!' in cell 2 finished successfully 19:28:52.499 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:52.499 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 19:28:52.499 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:52.499 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:52.499 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:52.499 INFO [main][AbstractShell] Close shell Testing shell 19:28:52.499 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:52.507 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:52.507 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:52.507 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 19:28:52.507 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:52.507 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:52.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:53.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:53.008 INFO [WorkbenchTestable][RequirementsRunner] Finished test: waitForTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 19:28:53.008 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:53.008 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 19:28:53.008 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 19:28:53.009 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:53.009 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:53.009 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:53.235 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 19:28:53.235 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:53.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:53.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:53.429 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:53.429 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:53.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:53.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:53.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:53.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:53.430 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:28:53.431 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:53.431 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 19:28:53.431 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:53.431 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:53.431 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:53.431 INFO [main][AbstractShell] Close shell Testing shell 19:28:53.431 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:53.437 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:53.437 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:53.437 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 19:28:53.437 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:53.437 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:53.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:53.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:53.442 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 19:28:53.442 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:53.442 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindingTableBytId no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 19:28:53.442 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 19:28:53.442 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:53.442 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:53.442 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:53.672 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 19:28:53.672 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:53.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:53.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:53.886 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:53.886 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:53.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:53.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:28:53.888 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:28:53.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:53.888 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 19:28:53.889 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') 19:28:53.889 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:53.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:53.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:53.889 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:53.889 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:53.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:53.889 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:53.889 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key id 19:28:53.891 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key id 19:28:53.891 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:53.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:53.891 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:28:53.892 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:53.892 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 19:28:53.892 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:53.892 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:53.892 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:53.892 INFO [main][AbstractShell] Close shell Testing shell 19:28:53.892 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:53.898 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:53.898 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:53.898 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 19:28:53.898 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:53.898 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:53.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:53.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:53.902 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindingTableBytId no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 19:28:53.902 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:53.902 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetNegativeIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 19:28:53.902 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 19:28:53.902 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:53.902 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:53.902 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:54.130 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 19:28:54.130 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:54.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:54.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:54.327 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:54.327 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:54.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:54.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:54.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:54.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:54.327 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:28:54.328 DEBUG [WorkbenchTestable][AbstractTable] Available headers: [ , C, !, Description, Resource, In Folder, Location] 19:28:54.328 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:54.328 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 19:28:54.328 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:54.328 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:54.328 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:54.328 INFO [main][AbstractShell] Close shell Testing shell 19:28:54.328 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:54.336 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:54.336 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:54.336 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 19:28:54.336 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:54.336 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:54.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:54.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:54.340 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetNegativeIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 19:28:54.340 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:54.340 INFO [WorkbenchTestable][RequirementsRunner] Started test: testMultiSelectionTableWithSingleSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 19:28:54.340 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 19:28:54.340 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:54.340 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:54.340 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:54.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 19:28:54.568 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:54.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:54.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:54.777 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:54.777 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:54.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:54.777 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:54.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:54.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:54.777 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:28:54.778 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 19:28:54.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:28:54.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:28:54.778 TRACE [main][WidgetHandler] Notify Table with event 13 19:28:54.778 TRACE [main][WidgetHandler] Wait for synchronization 19:28:54.778 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:54.778 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 19:28:54.778 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:54.778 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:54.778 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:54.778 INFO [main][AbstractShell] Close shell Testing shell 19:28:54.778 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:54.788 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:54.788 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:54.788 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 19:28:54.788 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:54.788 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:54.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:54.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:54.794 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testMultiSelectionTableWithSingleSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 19:28:54.794 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:54.794 INFO [WorkbenchTestable][RequirementsRunner] Started test: testMultiSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 19:28:54.794 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 19:28:54.794 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:54.794 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:54.794 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:55.040 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 19:28:55.040 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:55.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:55.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:55.256 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:55.256 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:55.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:55.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:55.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:55.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:55.256 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:28:55.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:28:55.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:28:55.257 INFO [WorkbenchTestable][AbstractTableItem] Check table Item x: 19:28:55.257 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:55.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 19:28:55.257 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:55.258 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:55.258 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:55.258 INFO [main][AbstractShell] Close shell Testing shell 19:28:55.258 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:55.264 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:55.264 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:55.264 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 19:28:55.264 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:55.264 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:55.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:55.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:55.269 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testMultiSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 19:28:55.269 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:55.269 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetHeaderOnSpecifiedIndex no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 19:28:55.269 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 19:28:55.269 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:55.269 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:55.269 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:55.497 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 19:28:55.497 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:55.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:55.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:55.692 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:55.692 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:55.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:55.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:55.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:55.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:55.692 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:28:55.693 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:55.693 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 19:28:55.693 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:55.693 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:55.693 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:55.693 INFO [main][AbstractShell] Close shell Testing shell 19:28:55.693 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:55.700 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:55.700 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:55.700 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 19:28:55.700 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:55.700 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:55.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:55.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:55.705 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetHeaderOnSpecifiedIndex no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 19:28:55.705 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:55.705 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexOfTest no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 19:28:55.705 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 19:28:55.705 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:55.705 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:55.705 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:55.948 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 19:28:55.948 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:56.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:56.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:56.168 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:56.168 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:56.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:56.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:56.168 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:56.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:56.168 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:28:56.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:28:56.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:28:56.169 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:56.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 19:28:56.169 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:56.170 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:56.170 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:56.170 INFO [main][AbstractShell] Close shell Testing shell 19:28:56.170 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:56.179 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:56.179 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:56.179 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 19:28:56.179 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:56.179 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:56.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:56.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:56.191 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexOfTest no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 19:28:56.191 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:56.191 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCheckTableSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 19:28:56.191 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 19:28:56.191 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:56.191 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:56.191 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:56.428 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 19:28:56.428 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:56.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:56.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:56.623 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:56.623 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:56.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:56.623 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 19:28:56.626 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 19:28:56.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:56.626 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 19:28:56.627 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 19:28:56.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:28:56.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:28:56.627 TRACE [main][WidgetHandler] Notify Table with event 13 19:28:56.627 TRACE [main][WidgetHandler] Wait for synchronization 19:28:56.627 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:56.627 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 19:28:56.627 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:56.627 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:56.627 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:56.627 INFO [main][AbstractShell] Close shell Testing shell 19:28:56.627 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:56.634 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:56.634 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:56.634 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 19:28:56.634 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:56.634 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:56.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:56.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:56.638 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCheckTableSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 19:28:56.638 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:56.638 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetIndexOfHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 19:28:56.638 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 19:28:56.638 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:56.638 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:56.638 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:56.864 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 19:28:56.864 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:57.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:57.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:57.064 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:57.064 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:57.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:57.064 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:57.064 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:57.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:57.064 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:28:57.065 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:57.065 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 19:28:57.065 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:57.065 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:57.065 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:57.065 INFO [main][AbstractShell] Close shell Testing shell 19:28:57.065 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:57.072 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:57.072 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:57.072 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 19:28:57.072 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:57.072 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:57.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:57.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:57.081 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetIndexOfHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 19:28:57.081 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:57.081 INFO [WorkbenchTestable][RequirementsRunner] Started test: doubleClickOnTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 19:28:57.081 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 19:28:57.081 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:57.081 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:57.081 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:57.307 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 19:28:57.307 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:57.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:57.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:57.514 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:57.514 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:57.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:57.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:28:57.517 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:28:57.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:57.517 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 19:28:57.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:28:57.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:28:57.518 INFO [WorkbenchTestable][AbstractTableItem] Double click table item x 19:28:57.519 TRACE [main][WidgetHandler] Notify Table with event 13 19:28:57.519 TRACE [main][WidgetHandler] Wait for synchronization 19:28:57.519 TRACE [main][WidgetHandler] Notify Table with event 8 19:28:57.519 TRACE [main][WidgetHandler] Wait for synchronization 19:28:57.526 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:57.526 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 19:28:57.526 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:57.526 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:57.526 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:57.526 INFO [main][AbstractShell] Close shell Testing shell 19:28:57.526 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:57.533 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:57.533 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:57.533 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 19:28:57.533 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:57.533 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:57.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:57.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:57.538 INFO [WorkbenchTestable][RequirementsRunner] Finished test: doubleClickOnTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 19:28:57.538 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:57.538 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelectTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 19:28:57.538 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 19:28:57.538 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:57.538 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:57.538 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:57.756 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 19:28:57.756 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:57.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:57.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:57.960 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:57.960 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:57.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:57.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:28:57.962 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:28:57.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:57.962 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 19:28:57.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:28:57.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:28:57.964 TRACE [main][WidgetHandler] Notify Table with event 13 19:28:57.964 TRACE [main][WidgetHandler] Wait for synchronization 19:28:57.964 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 19:28:57.964 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:57.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:57.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:57.964 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:57.964 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:57.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:57.964 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:28:57.973 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:28:57.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:57.974 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 19:28:57.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:28:57.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:28:57.975 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:57.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 19:28:57.975 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:57.975 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:57.975 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:57.975 INFO [main][AbstractShell] Close shell Testing shell 19:28:57.975 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:57.982 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:57.982 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:57.982 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 19:28:57.982 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:57.982 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:57.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:57.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:57.986 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelectTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 19:28:57.986 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:57.986 INFO [WorkbenchTestable][RequirementsRunner] Started test: testMultiSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 19:28:57.986 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 19:28:57.986 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:57.986 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:57.986 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:58.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 19:28:58.211 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:58.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:58.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:58.413 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:58.413 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:58.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:58.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:58.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:58.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:58.413 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:28:58.414 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1, 2, 3, 4, 5) 19:28:58.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:28:58.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:28:58.414 TRACE [main][WidgetHandler] Notify Table with event 13 19:28:58.414 TRACE [main][WidgetHandler] Wait for synchronization 19:28:58.414 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:58.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 19:28:58.414 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:58.414 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:58.414 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:58.414 INFO [main][AbstractShell] Close shell Testing shell 19:28:58.414 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:58.423 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:58.423 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:58.423 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 19:28:58.423 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:58.423 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:58.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:58.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:58.427 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testMultiSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 19:28:58.427 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:58.427 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSingleSelectionTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 19:28:58.427 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 19:28:58.427 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:58.427 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:58.427 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:58.679 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 19:28:58.680 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:58.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:58.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:58.915 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:58.915 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:58.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:58.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:28:58.918 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:28:58.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:58.918 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 19:28:58.918 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1, 2, 3, 4) 19:28:58.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:28:58.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:28:58.918 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:58.919 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 19:28:58.919 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:58.919 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:58.919 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:58.919 INFO [main][AbstractShell] Close shell Testing shell 19:28:58.919 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:58.925 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:58.925 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:58.925 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 19:28:58.925 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:58.926 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:58.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:58.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:58.935 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSingleSelectionTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 19:28:58.935 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:58.935 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDeselect no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 19:28:58.935 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 19:28:58.935 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:58.935 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:58.935 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:59.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 19:28:59.163 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:59.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:59.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:59.364 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:59.364 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:59.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:59.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:59.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:59.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:59.364 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:28:59.365 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 19:28:59.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:28:59.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:28:59.365 TRACE [main][WidgetHandler] Notify Table with event 13 19:28:59.365 TRACE [main][WidgetHandler] Wait for synchronization 19:28:59.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:28:59.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:28:59.367 INFO [WorkbenchTestable][AbstractTable] Deselect all table rows 19:28:59.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:28:59.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:28:59.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:28:59.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:28:59.369 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:59.369 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 19:28:59.369 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:59.369 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:59.369 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:59.369 INFO [main][AbstractShell] Close shell Testing shell 19:28:59.369 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:59.376 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:59.376 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:59.376 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 19:28:59.376 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:59.376 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:59.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:59.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:59.381 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDeselect no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 19:28:59.381 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:59.381 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetIndexOfNonexistingHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 19:28:59.381 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 19:28:59.381 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:59.381 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:59.381 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:28:59.629 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 19:28:59.630 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:28:59.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:59.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:59.834 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:28:59.834 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:28:59.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:28:59.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:28:59.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:28:59.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:28:59.834 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:28:59.834 DEBUG [WorkbenchTestable][AbstractTable] Available headers: [ , C, !, Description, Resource, In Folder, Location] 19:28:59.835 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:28:59.835 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 19:28:59.835 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:28:59.837 DEBUG [main][AbstractWait] Waiting until shell is active... 19:28:59.837 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:28:59.837 INFO [main][AbstractShell] Close shell Testing shell 19:28:59.837 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:28:59.843 DEBUG [main][AbstractWait] Waiting while shell is available... 19:28:59.843 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:28:59.843 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 19:28:59.843 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:28:59.843 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:28:59.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:28:59.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:28:59.848 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetIndexOfNonexistingHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 19:28:59.848 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:28:59.848 INFO [WorkbenchTestable][RequirementsRunner] Started test: waitForNonExistingTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 19:28:59.848 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 19:28:59.848 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:28:59.848 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:28:59.848 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:00.093 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 19:29:00.093 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:00.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:00.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:00.343 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:29:00.343 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:00.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:00.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:29:00.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:29:00.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:00.345 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 19:29:00.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains item with text 'this does not exist' in cell 2... 19:29:00.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:29:00.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:29:00.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:29:00.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:29:01.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:29:01.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:29:01.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:29:01.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:29:02.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:29:02.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:29:02.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:29:02.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:29:03.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:29:03.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:29:03.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:29:03.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:29:04.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:29:04.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:29:04.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:29:04.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:29:05.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:29:05.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:29:05.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:29:05.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:29:06.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:29:06.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:29:06.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:29:06.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:29:07.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:29:07.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:29:07.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:29:07.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:29:08.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:29:08.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:29:08.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:29:08.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:29:09.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:29:09.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:29:09.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:29:09.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:29:10.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:29:10.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:29:10.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains item with text 'this does not exist' in cell 2 failed, an exception will be thrown 19:29:10.378 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:29:10.379 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 19:29:10.379 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:29:10.379 DEBUG [main][AbstractWait] Waiting until shell is active... 19:29:10.379 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:29:10.379 INFO [main][AbstractShell] Close shell Testing shell 19:29:10.379 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:29:10.387 DEBUG [main][AbstractWait] Waiting while shell is available... 19:29:10.387 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:29:10.387 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 19:29:10.387 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:10.387 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:10.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:10.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:10.392 INFO [WorkbenchTestable][RequirementsRunner] Finished test: waitForNonExistingTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 19:29:10.392 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 19:29:10.392 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:10.392 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:10.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:10.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.579 s - in org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest testGetItemsByStrings no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.61 s testGetTooHighIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.496 s testGetSelectedItemsMulti no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.448 s testCheckTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.463 s testGetSelectedItemsSingle no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.455 s testTableContainsItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.443 s testSingleSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.431 s testSingleSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.434 s testCheckTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.45 s waitForTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.955 s testHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.434 s testFindingTableBytId no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.46 s testGetNegativeIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.438 s testMultiSelectionTableWithSingleSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.454 s testMultiSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.475 s testGetHeaderOnSpecifiedIndex no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.436 s indexOfTest no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.486 s testCheckTableSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.447 s testGetIndexOfHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.443 s doubleClickOnTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.457 s testSelectTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.448 s testMultiSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.441 s testSingleSelectionTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.508 s testDeselect no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.446 s testGetIndexOfNonexistingHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.467 s waitForNonExistingTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 10.544 s Running org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 19:29:10.396 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 19:29:10.396 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:29:10.396 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:10.396 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 19:29:10.396 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:10.396 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:29:10.398 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:10.398 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:29:10.398 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:10.398 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:10.398 INFO [WorkbenchTestable][RequirementsRunner] Started test: referencedComposite_text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 19:29:10.398 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 19:29:10.398 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:10.398 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:10.398 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:10.561 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 19:29:10.561 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:10.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:10.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:10.712 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:29:10.712 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:10.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:10.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:29:10.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:29:10.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:10.714 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 19:29:10.715 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") 19:29:10.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:10.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:10.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:10.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:10.715 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 19:29:10.715 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:29:10.715 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 19:29:10.715 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:29:10.716 DEBUG [main][AbstractWait] Waiting until shell is active... 19:29:10.716 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:29:10.716 INFO [main][AbstractShell] Close shell Testing shell 19:29:10.716 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:29:10.722 DEBUG [main][AbstractWait] Waiting while shell is available... 19:29:10.722 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:29:10.722 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 19:29:10.722 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:10.722 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:10.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:10.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:10.728 INFO [WorkbenchTestable][RequirementsRunner] Finished test: referencedComposite_text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 19:29:10.728 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:10.728 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 19:29:10.728 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 19:29:10.728 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:10.728 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:10.728 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:10.898 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 19:29:10.898 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:11.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:11.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:11.036 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:29:11.036 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:11.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:11.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:11.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:11.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:11.036 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 19:29:11.036 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:29:11.037 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 19:29:11.037 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:29:11.037 DEBUG [main][AbstractWait] Waiting until shell is active... 19:29:11.037 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:29:11.037 INFO [main][AbstractShell] Close shell Testing shell 19:29:11.037 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:29:11.041 DEBUG [main][AbstractWait] Waiting while shell is available... 19:29:11.041 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:29:11.041 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 19:29:11.042 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:11.042 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:11.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:11.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:11.045 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 19:29:11.046 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:11.046 INFO [WorkbenchTestable][RequirementsRunner] Started test: text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 19:29:11.046 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 19:29:11.046 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:11.046 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:11.046 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:11.193 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") 19:29:11.193 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:11.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:11.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:11.329 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:29:11.329 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:11.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:11.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:11.329 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:11.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:11.329 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 19:29:11.330 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:29:11.330 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 19:29:11.330 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:29:11.330 DEBUG [main][AbstractWait] Waiting until shell is active... 19:29:11.330 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:29:11.330 INFO [main][AbstractShell] Close shell Testing shell 19:29:11.330 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:29:11.334 DEBUG [main][AbstractWait] Waiting while shell is available... 19:29:11.334 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:29:11.335 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 19:29:11.335 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:11.335 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:11.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:11.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:11.339 INFO [WorkbenchTestable][RequirementsRunner] Finished test: text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 19:29:11.339 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:11.339 INFO [WorkbenchTestable][RequirementsRunner] Started test: click no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 19:29:11.339 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 19:29:11.339 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:11.339 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:11.339 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:11.481 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 19:29:11.481 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:11.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:11.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:11.615 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:29:11.615 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:11.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:11.615 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:29:11.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:29:11.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:11.617 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 19:29:11.618 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") 19:29:11.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:11.618 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:11.618 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:11.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:11.618 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 19:29:11.618 INFO [WorkbenchTestable][AbstractTableItem] Double click table item 1 2 19:29:11.618 TRACE [main][WidgetHandler] Notify Table with event 13 19:29:11.618 TRACE [main][WidgetHandler] Wait for synchronization 19:29:11.619 TRACE [main][WidgetHandler] Notify Table with event 3 19:29:11.619 TRACE [main][WidgetHandler] Wait for synchronization 19:29:11.619 TRACE [main][WidgetHandler] Notify Table with event 4 19:29:11.619 TRACE [main][WidgetHandler] Wait for synchronization 19:29:11.620 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:29:11.620 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 19:29:11.620 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:29:11.620 DEBUG [main][AbstractWait] Waiting until shell is active... 19:29:11.620 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:29:11.620 INFO [main][AbstractShell] Close shell Testing shell 19:29:11.620 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:29:11.624 DEBUG [main][AbstractWait] Waiting while shell is available... 19:29:11.625 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:29:11.625 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 19:29:11.625 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:11.625 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:11.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:11.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:11.629 INFO [WorkbenchTestable][RequirementsRunner] Finished test: click no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 19:29:11.629 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:11.629 INFO [WorkbenchTestable][RequirementsRunner] Started test: index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 19:29:11.629 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 19:29:11.629 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:11.629 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:11.629 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:11.771 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 19:29:11.771 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:11.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:11.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:11.903 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:29:11.903 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:11.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:11.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:29:11.903 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:29:11.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:11.903 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 1 was found 19:29:11.904 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:29:11.904 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 19:29:11.904 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:29:11.904 DEBUG [main][AbstractWait] Waiting until shell is active... 19:29:11.904 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:29:11.904 INFO [main][AbstractShell] Close shell Testing shell 19:29:11.904 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:29:11.908 DEBUG [main][AbstractWait] Waiting while shell is available... 19:29:11.908 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:29:11.908 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 19:29:11.908 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:11.908 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:11.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:11.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:11.912 INFO [WorkbenchTestable][RequirementsRunner] Finished test: index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 19:29:11.912 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:11.913 INFO [WorkbenchTestable][RequirementsRunner] Started test: referencedComposite no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 19:29:11.913 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 19:29:11.913 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:11.913 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:11.913 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:12.061 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 19:29:12.061 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:12.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:12.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:12.210 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:29:12.210 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:12.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:12.210 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:29:12.212 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:29:12.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:12.212 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 19:29:12.213 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 19:29:12.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:12.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:12.213 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:12.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:12.213 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 19:29:12.213 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:29:12.213 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 19:29:12.213 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:29:12.213 DEBUG [main][AbstractWait] Waiting until shell is active... 19:29:12.213 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:29:12.213 INFO [main][AbstractShell] Close shell Testing shell 19:29:12.213 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:29:12.219 DEBUG [main][AbstractWait] Waiting while shell is available... 19:29:12.219 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:29:12.219 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 19:29:12.219 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:12.219 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:12.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:12.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:12.225 INFO [WorkbenchTestable][RequirementsRunner] Finished test: referencedComposite no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 19:29:12.225 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:12.225 INFO [WorkbenchTestable][RequirementsRunner] Started test: referencedComposite_index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 19:29:12.225 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 19:29:12.225 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:12.225 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:12.225 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:12.390 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 19:29:12.390 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:12.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:12.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:12.533 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:29:12.533 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:12.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:12.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:29:12.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:29:12.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:12.536 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 19:29:12.537 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 19:29:12.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:12.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:29:12.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:29:12.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:12.537 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 1 was found 19:29:12.537 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:29:12.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 19:29:12.537 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:29:12.537 DEBUG [main][AbstractWait] Waiting until shell is active... 19:29:12.537 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:29:12.537 INFO [main][AbstractShell] Close shell Testing shell 19:29:12.537 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:29:12.542 DEBUG [main][AbstractWait] Waiting while shell is available... 19:29:12.542 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:29:12.542 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 19:29:12.542 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:12.542 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:12.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:12.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:12.546 INFO [WorkbenchTestable][RequirementsRunner] Finished test: referencedComposite_index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 19:29:12.546 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 19:29:12.546 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:12.546 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:12.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:12.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.152 s - in org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest referencedComposite_text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.33 s defaultConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.317 s text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.293 s click no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.29 s index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.283 s referencedComposite no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.312 s referencedComposite_index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.321 s Running org.eclipse.reddeer.swt.test.impl.combo.ComboTest 19:29:12.550 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 19:29:12.550 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:29:12.550 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:12.550 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 19:29:12.550 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:12.550 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:29:12.555 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:12.555 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:29:12.555 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:12.555 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:12.555 INFO [WorkbenchTestable][RequirementsRunner] Started test: enabled no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 19:29:12.555 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 19:29:12.555 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:12.555 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:12.555 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:12.574 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 19:29:12.574 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:12.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:12.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:12.583 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:29:12.583 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:12.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:12.583 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:29:12.583 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:29:12.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:12.583 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 19:29:12.585 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:") 19:29:12.585 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:12.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:12.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:12.585 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:29:12.585 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:12.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:12.585 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:12.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:12.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:12.587 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 19:29:12.588 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:29:12.588 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 19:29:12.588 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:29:12.588 DEBUG [main][AbstractWait] Waiting until shell is active... 19:29:12.588 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:29:12.588 INFO [main][AbstractShell] Close shell Testing shell 19:29:12.588 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:29:12.594 DEBUG [main][AbstractWait] Waiting while shell is available... 19:29:12.594 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:29:12.594 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 19:29:12.594 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:12.594 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:12.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:12.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:12.598 INFO [WorkbenchTestable][RequirementsRunner] Finished test: enabled no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 19:29:12.599 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:12.599 INFO [WorkbenchTestable][RequirementsRunner] Started test: findById no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 19:29:12.599 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 19:29:12.599 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:12.599 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:12.599 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:12.619 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') 19:29:12.619 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:12.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:12.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:12.628 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:29:12.628 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:12.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:12.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:12.629 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key comboTestKey 19:29:12.629 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key comboTestKey 19:29:12.629 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key comboTestKey 19:29:12.629 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key comboTestKey 19:29:12.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:12.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:12.629 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 19:29:12.631 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to index: 3 19:29:12.633 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:29:12.633 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 19:29:12.633 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:29:12.633 DEBUG [main][AbstractWait] Waiting until shell is active... 19:29:12.633 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:29:12.633 INFO [main][AbstractShell] Close shell Testing shell 19:29:12.633 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:29:12.640 DEBUG [main][AbstractWait] Waiting while shell is available... 19:29:12.640 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:29:12.640 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 19:29:12.640 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:12.640 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:12.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:12.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:12.646 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findById no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 19:29:12.646 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:12.646 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 19:29:12.646 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 19:29:12.646 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:12.646 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:12.646 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:12.681 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") 19:29:12.681 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:12.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:12.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:12.695 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:29:12.695 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:12.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:12.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:12.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:12.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:12.695 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 19:29:12.696 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 19:29:12.696 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:12.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:12.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:12.696 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:29:12.696 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:12.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:12.696 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:12.697 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:12.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:12.697 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 19:29:12.697 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") 19:29:12.697 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:12.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:12.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:12.697 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:29:12.697 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:12.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:12.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:12.698 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:12.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:12.698 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 19:29:12.699 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 19:29:12.699 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:12.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:12.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:12.699 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:29:12.699 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:12.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:12.699 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:29:12.699 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:29:12.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:12.699 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 19:29:12.699 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") 19:29:12.699 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:12.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:12.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:12.700 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:29:12.700 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:12.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:12.700 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:12.701 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:12.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:12.701 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 19:29:12.702 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 19:29:12.702 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:12.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:12.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:12.702 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:29:12.702 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:12.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:12.702 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 19:29:12.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 19:29:12.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:12.702 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 2 was found 19:29:12.702 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") 19:29:12.702 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:12.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:12.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:12.703 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:29:12.703 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:12.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:12.703 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:12.704 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:12.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:12.704 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 19:29:12.705 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 19:29:12.705 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:12.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:12.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:12.705 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:29:12.705 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:12.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:12.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 19:29:12.705 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found 19:29:12.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:12.705 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 3 was found 19:29:12.706 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:29:12.706 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 19:29:12.706 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:29:12.707 DEBUG [main][AbstractWait] Waiting until shell is active... 19:29:12.707 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:29:12.707 INFO [main][AbstractShell] Close shell Testing shell 19:29:12.707 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:29:12.712 DEBUG [main][AbstractWait] Waiting while shell is available... 19:29:12.712 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:29:12.712 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 19:29:12.712 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:12.712 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:12.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:12.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:12.717 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 19:29:12.717 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:12.717 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByName no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 19:29:12.717 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 19:29:12.717 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:12.717 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:12.717 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:12.738 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") 19:29:12.738 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:12.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:12.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:12.749 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:29:12.749 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:12.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:12.749 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:12.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:12.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:12.751 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 19:29:12.751 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to index: 3 19:29:12.752 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:29:12.752 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 19:29:12.752 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:29:12.752 DEBUG [main][AbstractWait] Waiting until shell is active... 19:29:12.752 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:29:12.752 INFO [main][AbstractShell] Close shell Testing shell 19:29:12.752 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:29:12.757 DEBUG [main][AbstractWait] Waiting while shell is available... 19:29:12.757 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:29:12.758 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 19:29:12.758 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:12.758 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:12.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:12.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:12.789 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByName no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 19:29:12.789 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:12.789 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 19:29:12.789 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 19:29:12.789 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:12.789 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:12.789 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:12.805 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") 19:29:12.806 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:12.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:12.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:12.816 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:29:12.816 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:12.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:12.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:12.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:12.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:12.817 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 19:29:12.818 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to index: 2 19:29:12.818 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 19:29:12.818 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:12.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:12.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:12.818 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:29:12.818 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:12.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:12.818 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:12.819 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:12.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:12.819 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:29:12.819 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:29:12.819 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:29:12.819 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 19:29:12.819 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:29:12.820 DEBUG [main][AbstractWait] Waiting until shell is active... 19:29:12.820 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:29:12.820 INFO [main][AbstractShell] Close shell Testing shell 19:29:12.820 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:29:12.825 DEBUG [main][AbstractWait] Waiting while shell is available... 19:29:12.825 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:29:12.825 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 19:29:12.825 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:12.825 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:12.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:12.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:12.830 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 19:29:12.830 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:12.830 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 19:29:12.830 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 19:29:12.830 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:12.830 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:12.830 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:12.845 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 19:29:12.845 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:12.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:12.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:12.858 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:29:12.858 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:12.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:12.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:29:12.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:29:12.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:12.858 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 19:29:12.859 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to index: 1 19:29:12.859 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:29:12.859 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 19:29:12.859 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:29:12.860 DEBUG [main][AbstractWait] Waiting until shell is active... 19:29:12.860 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:29:12.860 INFO [main][AbstractShell] Close shell Testing shell 19:29:12.860 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:29:12.885 DEBUG [main][AbstractWait] Waiting while shell is available... 19:29:12.885 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:29:12.885 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 19:29:12.885 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:12.885 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:12.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:12.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:12.890 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 19:29:12.890 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:12.890 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 19:29:12.890 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 19:29:12.890 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:12.890 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:12.890 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:12.905 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 19:29:12.905 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:12.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:12.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:12.918 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:29:12.918 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:12.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:12.918 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 19:29:12.918 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 19:29:13.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 19:29:13.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 19:29:13.919 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 19:29:13.919 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 19:29:13.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:29:13.920 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 5 was not found 19:29:13.920 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:29:13.920 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 19:29:13.920 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:29:13.920 DEBUG [main][AbstractWait] Waiting until shell is active... 19:29:13.920 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:29:13.920 INFO [main][AbstractShell] Close shell Testing shell 19:29:13.920 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:29:13.926 DEBUG [main][AbstractWait] Waiting while shell is available... 19:29:13.926 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:29:13.926 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 19:29:13.926 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:13.926 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:13.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:13.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:13.931 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 19:29:13.931 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:13.931 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 19:29:13.931 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 19:29:13.931 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:13.931 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:13.931 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:13.944 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_&*") 19:29:13.944 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:13.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:13.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:13.957 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:29:13.957 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:13.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:13.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:13.959 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:29:14.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:14.461 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:29:14.961 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:14.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:29:14.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:29:14.963 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was not found 19:29:14.964 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:29:14.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 19:29:14.964 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:29:14.964 DEBUG [main][AbstractWait] Waiting until shell is active... 19:29:14.964 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:29:14.964 INFO [main][AbstractShell] Close shell Testing shell 19:29:14.964 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:29:14.968 DEBUG [main][AbstractWait] Waiting while shell is available... 19:29:14.968 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:29:14.968 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 19:29:14.969 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:14.969 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:14.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:14.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:14.972 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 19:29:14.972 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:14.973 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 19:29:14.973 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 19:29:14.973 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:14.973 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:14.973 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:14.986 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") 19:29:14.986 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:14.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:14.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:14.997 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:29:14.998 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:14.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:14.998 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:14.999 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:14.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:14.999 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 19:29:14.999 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to selection: Item23 19:29:15.001 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 19:29:15.001 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:15.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:15.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:15.001 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:29:15.001 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:15.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:15.003 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:15.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:15.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:15.003 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:29:15.003 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:29:15.003 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:29:15.003 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 19:29:15.003 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:29:15.004 DEBUG [main][AbstractWait] Waiting until shell is active... 19:29:15.004 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:29:15.004 INFO [main][AbstractShell] Close shell Testing shell 19:29:15.004 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:29:15.008 DEBUG [main][AbstractWait] Waiting while shell is available... 19:29:15.008 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:29:15.009 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 19:29:15.009 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:15.009 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:15.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:15.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:15.013 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 19:29:15.013 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 19:29:15.013 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:15.013 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:15.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:15.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.464 s - in org.eclipse.reddeer.swt.test.impl.combo.ComboTest enabled no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 0.043 s findById no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 0.047 s getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 0.071 s findByName no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 0.072 s selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 0.041 s findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 0.06 s findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 1.04 s findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 1.041 s selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 0.04 s Running org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 19:29:15.016 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 19:29:15.017 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:29:15.017 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:15.017 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 19:29:15.017 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:15.017 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:29:15.021 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:15.021 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:29:15.021 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:15.021 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:15.021 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 19:29:15.021 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 19:29:15.021 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:15.021 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:15.021 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:15.036 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 19:29:15.036 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:15.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:15.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:15.043 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:29:15.043 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:15.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:15.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 19:29:15.043 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 19:29:15.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:15.043 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 2 was found 19:29:15.043 INFO [WorkbenchTestable][AbstractTabItem] Activate Item 2 19:29:15.045 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 19:29:15.045 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:15.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:15.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:15.046 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:29:15.046 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:15.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:15.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:15.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:15.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:15.046 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:29:15.046 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:29:15.046 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:29:15.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 19:29:15.046 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:29:15.047 DEBUG [main][AbstractWait] Waiting until shell is active... 19:29:15.047 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:29:15.047 INFO [main][AbstractShell] Close shell Testing shell 19:29:15.047 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:29:15.050 DEBUG [main][AbstractWait] Waiting while shell is available... 19:29:15.050 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:29:15.050 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 19:29:15.050 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:15.050 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:15.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:15.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:15.054 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 19:29:15.054 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:15.054 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAllFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 19:29:15.054 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 19:29:15.055 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:15.055 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:15.055 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:15.068 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 19:29:15.068 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:15.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:15.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:15.076 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:29:15.076 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:15.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:15.076 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:15.076 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:15.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:15.077 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabFolder and index 0 was found 19:29:15.078 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:29:15.078 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 19:29:15.078 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:29:15.078 DEBUG [main][AbstractWait] Waiting until shell is active... 19:29:15.078 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:29:15.078 INFO [main][AbstractShell] Close shell Testing shell 19:29:15.078 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:29:15.082 DEBUG [main][AbstractWait] Waiting while shell is available... 19:29:15.082 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:29:15.083 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 19:29:15.083 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:15.083 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:15.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:15.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:15.087 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAllFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 19:29:15.087 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:15.087 INFO [WorkbenchTestable][RequirementsRunner] Started test: getSelectedFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 19:29:15.087 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 19:29:15.087 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:15.087 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:15.087 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:15.099 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 19:29:15.099 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:15.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:15.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:15.108 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:29:15.108 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:15.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:15.108 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:15.108 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:15.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:15.108 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 19:29:15.109 INFO [WorkbenchTestable][AbstractTabItem] Activate Item 0 19:29:15.109 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 19:29:15.109 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:15.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:15.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:15.109 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:29:15.109 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:15.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:15.109 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:15.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:15.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:15.109 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabFolder and index 0 was found 19:29:15.110 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:29:15.110 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 19:29:15.110 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:29:15.110 DEBUG [main][AbstractWait] Waiting until shell is active... 19:29:15.110 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:29:15.110 INFO [main][AbstractShell] Close shell Testing shell 19:29:15.110 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:29:15.113 DEBUG [main][AbstractWait] Waiting while shell is available... 19:29:15.113 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:29:15.113 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 19:29:15.114 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:15.114 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:15.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:15.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:15.121 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getSelectedFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 19:29:15.121 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:15.122 INFO [WorkbenchTestable][RequirementsRunner] Started test: isTabItemSelected no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 19:29:15.122 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 19:29:15.122 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:15.122 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:15.122 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:15.135 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") 19:29:15.135 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:15.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:15.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:15.142 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:29:15.142 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:15.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:15.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:15.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:15.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:15.143 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 19:29:15.143 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") 19:29:15.143 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:15.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:15.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:15.143 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:29:15.143 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:15.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:15.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:15.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:15.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:15.143 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 19:29:15.143 INFO [WorkbenchTestable][AbstractTabItem] Activate Item 1 19:29:15.144 INFO [WorkbenchTestable][AbstractTabItem] Activate Item 0 19:29:15.145 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:29:15.145 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 19:29:15.145 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:29:15.145 DEBUG [main][AbstractWait] Waiting until shell is active... 19:29:15.145 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:29:15.145 INFO [main][AbstractShell] Close shell Testing shell 19:29:15.145 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:29:15.148 DEBUG [main][AbstractWait] Waiting while shell is available... 19:29:15.148 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:29:15.148 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 19:29:15.148 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:15.148 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:15.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:15.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:15.158 INFO [WorkbenchTestable][RequirementsRunner] Finished test: isTabItemSelected no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 19:29:15.158 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:15.158 INFO [WorkbenchTestable][RequirementsRunner] Started test: tabFolderTest no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 19:29:15.158 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 19:29:15.158 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:15.158 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:15.158 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:15.172 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 19:29:15.172 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:15.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:15.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:15.179 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:29:15.179 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:15.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:15.179 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:15.179 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:15.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:15.180 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabFolder and index 0 was found 19:29:15.180 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:29:15.180 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 19:29:15.180 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:29:15.180 DEBUG [main][AbstractWait] Waiting until shell is active... 19:29:15.180 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:29:15.180 INFO [main][AbstractShell] Close shell Testing shell 19:29:15.180 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:29:15.184 DEBUG [main][AbstractWait] Waiting while shell is available... 19:29:15.184 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:29:15.184 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 19:29:15.184 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:15.184 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:15.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:15.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:15.685 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tabFolderTest no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 19:29:15.685 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:15.685 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 19:29:15.685 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 19:29:15.686 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:15.686 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:15.686 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:15.698 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 19:29:15.698 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:15.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:15.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:15.707 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:29:15.707 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:15.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:15.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 19:29:15.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 19:29:16.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 19:29:16.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 19:29:16.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 19:29:16.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 19:29:16.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:29:16.709 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 5 was not found 19:29:16.709 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:29:16.709 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 19:29:16.710 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:29:16.710 DEBUG [main][AbstractWait] Waiting until shell is active... 19:29:16.710 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:29:16.710 INFO [main][AbstractShell] Close shell Testing shell 19:29:16.710 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:29:16.713 DEBUG [main][AbstractWait] Waiting while shell is available... 19:29:16.713 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:29:16.713 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 19:29:16.713 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:16.713 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:16.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:16.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:16.723 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 19:29:16.724 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:16.724 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 19:29:16.724 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 19:29:16.724 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:16.724 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:16.724 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:16.738 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_#$") 19:29:16.738 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:16.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:16.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:16.746 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:29:16.746 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:16.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:16.746 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:16.746 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:29:17.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:17.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:29:17.747 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:17.748 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:29:17.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:29:17.749 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was not found 19:29:17.749 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:29:17.749 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 19:29:17.749 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:29:17.749 DEBUG [main][AbstractWait] Waiting until shell is active... 19:29:17.749 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:29:17.749 INFO [main][AbstractShell] Close shell Testing shell 19:29:17.749 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:29:17.753 DEBUG [main][AbstractWait] Waiting while shell is available... 19:29:17.753 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:29:17.753 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 19:29:17.753 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:17.753 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:17.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:17.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:17.758 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 19:29:17.758 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:17.759 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 19:29:17.759 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 19:29:17.759 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:17.759 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:17.759 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:17.773 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") 19:29:17.773 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:17.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:17.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:17.785 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:29:17.785 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:17.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:17.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:17.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:17.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:17.786 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 19:29:17.786 INFO [WorkbenchTestable][AbstractTabItem] Activate Item 1 19:29:17.786 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 19:29:17.786 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:17.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:17.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:17.786 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:29:17.786 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:17.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:17.787 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:17.787 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:17.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:17.787 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:29:17.787 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:29:17.787 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:29:17.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 19:29:17.787 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:29:17.787 DEBUG [main][AbstractWait] Waiting until shell is active... 19:29:17.787 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:29:17.787 INFO [main][AbstractShell] Close shell Testing shell 19:29:17.787 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:29:17.791 DEBUG [main][AbstractWait] Waiting while shell is available... 19:29:17.791 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:29:17.791 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 19:29:17.791 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:17.791 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:17.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:17.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:17.795 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 19:29:17.795 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 19:29:17.795 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:17.795 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:17.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:17.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.784 s - in org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 0.033 s getAllFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 0.033 s getSelectedFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 0.034 s isTabItemSelected no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 0.036 s tabFolderTest no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 0.527 s findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 1.038 s findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 1.034 s findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 0.036 s Running org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 19:29:17.803 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 19:29:17.803 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:29:17.803 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:17.804 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 19:29:17.804 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:17.804 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:29:17.804 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:17.804 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:29:17.804 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:17.804 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:17.804 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelectSpecificItem no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 19:29:17.804 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 19:29:17.804 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:17.804 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:17.804 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:17.813 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 19:29:17.813 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:17.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:17.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:17.820 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:29:17.820 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:17.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:17.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:17.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:17.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:17.820 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 19:29:17.821 TRACE [main][WidgetHandler] Notify List with event 13 19:29:17.821 TRACE [main][WidgetHandler] Wait for synchronization 19:29:17.822 TRACE [main][WidgetHandler] Notify List with event 13 19:29:17.822 TRACE [main][WidgetHandler] Wait for synchronization 19:29:17.822 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:29:17.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 19:29:17.822 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:29:17.822 DEBUG [main][AbstractWait] Waiting until shell is active... 19:29:17.822 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:29:17.822 INFO [main][AbstractShell] Close shell Testing shell 19:29:17.822 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:29:17.824 DEBUG [main][AbstractWait] Waiting while shell is available... 19:29:17.824 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:29:17.824 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 19:29:17.824 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:17.824 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:17.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:17.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:17.828 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelectSpecificItem no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 19:29:17.828 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:17.829 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetIndex no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 19:29:17.829 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 19:29:17.829 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:17.829 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:17.829 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:17.837 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 19:29:17.837 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:17.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:17.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:17.843 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:29:17.843 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:17.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:17.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:17.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:17.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:17.843 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 19:29:17.843 TRACE [main][WidgetHandler] Notify List with event 13 19:29:17.843 TRACE [main][WidgetHandler] Wait for synchronization 19:29:17.843 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:29:17.844 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 19:29:17.844 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:29:17.844 DEBUG [main][AbstractWait] Waiting until shell is active... 19:29:17.844 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:29:17.844 INFO [main][AbstractShell] Close shell Testing shell 19:29:17.844 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:29:17.846 DEBUG [main][AbstractWait] Waiting while shell is available... 19:29:17.846 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:29:17.846 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 19:29:17.846 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:17.846 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:17.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:17.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:17.854 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetIndex no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 19:29:17.854 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:17.854 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetListItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 19:29:17.854 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 19:29:17.854 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:17.854 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:17.854 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:17.860 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 19:29:17.860 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:17.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:17.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:17.870 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:29:17.870 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:17.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:17.870 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:17.870 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:17.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:17.870 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 19:29:17.871 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:29:17.871 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 19:29:17.872 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:29:17.872 DEBUG [main][AbstractWait] Waiting until shell is active... 19:29:17.872 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:29:17.872 INFO [main][AbstractShell] Close shell Testing shell 19:29:17.872 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:29:17.874 DEBUG [main][AbstractWait] Waiting while shell is available... 19:29:17.874 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:29:17.874 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 19:29:17.874 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:17.874 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:17.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:17.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:17.878 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetListItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 19:29:17.878 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:17.879 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDeselectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 19:29:17.879 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 19:29:17.879 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:17.879 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:17.879 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:17.887 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 19:29:17.887 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:17.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:17.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:17.893 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:29:17.894 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:17.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:17.894 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:17.894 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:17.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:17.894 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 19:29:17.894 INFO [WorkbenchTestable][AbstractList] Select list items with indices (0, 1, 2) 19:29:17.895 TRACE [main][WidgetHandler] Notify List with event 13 19:29:17.895 TRACE [main][WidgetHandler] Wait for synchronization 19:29:17.899 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:29:17.899 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 19:29:17.899 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:29:17.900 DEBUG [main][AbstractWait] Waiting until shell is active... 19:29:17.900 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:29:17.900 INFO [main][AbstractShell] Close shell Testing shell 19:29:17.900 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:29:17.902 DEBUG [main][AbstractWait] Waiting while shell is available... 19:29:17.902 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:29:17.902 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 19:29:17.902 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:17.902 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:17.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:17.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:17.907 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDeselectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 19:29:17.907 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:17.907 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 19:29:17.907 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 19:29:17.907 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:17.907 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:17.907 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:17.913 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 19:29:17.913 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:17.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:17.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:17.922 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:29:17.922 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:17.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:17.922 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:17.922 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:17.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:17.922 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 19:29:17.923 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') 19:29:17.923 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:17.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:17.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:17.923 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:29:17.923 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:17.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:17.923 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:17.923 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key id 19:29:17.923 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:17.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:17.924 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 19:29:17.924 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:29:17.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 19:29:17.924 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:29:17.924 DEBUG [main][AbstractWait] Waiting until shell is active... 19:29:17.924 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:29:17.924 INFO [main][AbstractShell] Close shell Testing shell 19:29:17.924 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:29:17.926 DEBUG [main][AbstractWait] Waiting while shell is available... 19:29:17.926 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:29:17.926 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 19:29:17.926 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:17.926 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:17.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:17.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:17.935 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 19:29:17.935 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:17.935 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelectSpecificItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 19:29:17.935 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 19:29:17.935 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:17.935 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:17.935 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:17.941 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 19:29:17.941 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:17.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:17.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:17.951 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:29:17.951 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:17.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:17.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:17.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:17.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:17.951 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 19:29:17.952 INFO [WorkbenchTestable][AbstractList] Select list items with indices (0, 1, 3) 19:29:17.952 TRACE [main][WidgetHandler] Notify List with event 13 19:29:17.952 TRACE [main][WidgetHandler] Wait for synchronization 19:29:17.953 TRACE [main][WidgetHandler] Notify List with event 13 19:29:17.953 TRACE [main][WidgetHandler] Wait for synchronization 19:29:17.953 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:29:17.953 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 19:29:17.953 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:29:17.953 DEBUG [main][AbstractWait] Waiting until shell is active... 19:29:17.953 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:29:17.953 INFO [main][AbstractShell] Close shell Testing shell 19:29:17.953 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:29:17.955 DEBUG [main][AbstractWait] Waiting while shell is available... 19:29:17.955 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:29:17.955 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 19:29:17.955 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:17.955 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:17.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:17.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:17.959 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelectSpecificItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 19:29:17.959 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:17.959 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 19:29:17.959 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 19:29:17.959 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:17.959 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:17.959 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:17.985 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 19:29:17.985 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:17.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:17.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:17.991 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:29:17.991 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:17.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:17.991 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:17.991 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:17.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:17.991 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 19:29:17.992 INFO [WorkbenchTestable][AbstractList] Select list items with indices (0, 1, 2) 19:29:17.992 TRACE [main][WidgetHandler] Notify List with event 13 19:29:17.992 TRACE [main][WidgetHandler] Wait for synchronization 19:29:17.992 TRACE [main][WidgetHandler] Notify List with event 13 19:29:17.992 TRACE [main][WidgetHandler] Wait for synchronization 19:29:17.992 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:29:17.993 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 19:29:17.993 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:29:17.993 DEBUG [main][AbstractWait] Waiting until shell is active... 19:29:17.993 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:29:17.993 INFO [main][AbstractShell] Close shell Testing shell 19:29:17.993 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:29:17.995 DEBUG [main][AbstractWait] Waiting while shell is available... 19:29:17.995 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:29:17.995 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 19:29:17.995 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:17.995 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:18.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:18.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:18.004 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 19:29:18.004 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 19:29:18.004 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:18.004 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:18.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:18.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.201 s - in org.eclipse.reddeer.swt.test.impl.list.DefaultListTest testSelectSpecificItem no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) Time elapsed: 0.024 s testGetIndex no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) Time elapsed: 0.025 s testGetListItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) Time elapsed: 0.024 s testDeselectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) Time elapsed: 0.028 s testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) Time elapsed: 0.028 s testSelectSpecificItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) Time elapsed: 0.024 s testSelectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) Time elapsed: 0.045 s Running org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 19:29:18.007 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 19:29:18.007 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:29:18.007 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:18.007 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 19:29:18.008 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:18.008 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:29:18.008 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:18.008 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:29:18.008 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:18.008 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:18.008 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 19:29:18.008 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 19:29:18.008 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:18.008 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:18.008 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:18.020 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 19:29:18.020 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:18.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:18.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:18.027 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:29:18.027 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:18.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:18.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 19:29:18.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 19:29:18.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:18.027 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 2 was found 19:29:18.027 INFO [WorkbenchTestable][AbstractCTabItem] Activate Item 2 19:29:18.028 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 19:29:18.028 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:18.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:18.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:18.028 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:29:18.028 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:18.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:18.028 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:18.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:18.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:18.029 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:29:18.029 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:29:18.030 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 19:29:18.030 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:18.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:18.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:18.030 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:29:18.030 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:18.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:18.030 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:18.030 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:18.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:18.030 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabFolder and index 0 was found 19:29:18.031 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:29:18.031 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 19:29:18.031 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:29:18.031 DEBUG [main][AbstractWait] Waiting until shell is active... 19:29:18.031 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:29:18.031 INFO [main][AbstractShell] Close shell Testing shell 19:29:18.031 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:29:18.034 DEBUG [main][AbstractWait] Waiting while shell is available... 19:29:18.034 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:29:18.034 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 19:29:18.034 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:18.034 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:18.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:18.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:18.038 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 19:29:18.038 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:18.039 INFO [WorkbenchTestable][RequirementsRunner] Started test: close no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 19:29:18.039 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 19:29:18.039 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:18.039 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:18.039 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:18.049 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 19:29:18.049 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:18.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:18.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:18.083 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:29:18.083 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:18.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:18.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 19:29:18.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found 19:29:18.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:18.083 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 3 was found 19:29:18.083 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Item 3 19:29:18.083 INFO [WorkbenchTestable][AbstractCTabItem] Activate Item 3 19:29:18.084 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 19:29:18.085 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 19:29:18.085 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:18.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:18.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:18.085 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:29:18.085 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:18.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:18.085 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 19:29:18.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 19:29:18.585 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 19:29:18.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 19:29:19.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 19:29:19.086 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 19:29:19.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:29:19.087 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 3 was not found 19:29:19.087 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:29:19.087 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 19:29:19.087 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:29:19.087 DEBUG [main][AbstractWait] Waiting until shell is active... 19:29:19.087 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:29:19.087 INFO [main][AbstractShell] Close shell Testing shell 19:29:19.087 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:29:19.090 DEBUG [main][AbstractWait] Waiting while shell is available... 19:29:19.090 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:29:19.090 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 19:29:19.090 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:19.090 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:19.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:19.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:19.094 INFO [WorkbenchTestable][RequirementsRunner] Finished test: close no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 19:29:19.094 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:19.094 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 19:29:19.094 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 19:29:19.094 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:19.094 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:19.094 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:19.105 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 19:29:19.105 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:19.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:19.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:19.116 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:29:19.116 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:19.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:19.116 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 19:29:19.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 19:29:19.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 19:29:19.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 19:29:20.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 19:29:20.117 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 19:29:20.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:29:20.117 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 5 was not found 19:29:20.118 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:29:20.118 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 19:29:20.118 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:29:20.118 DEBUG [main][AbstractWait] Waiting until shell is active... 19:29:20.118 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:29:20.118 INFO [main][AbstractShell] Close shell Testing shell 19:29:20.118 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:29:20.121 DEBUG [main][AbstractWait] Waiting while shell is available... 19:29:20.121 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:29:20.121 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 19:29:20.121 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:20.121 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:20.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:20.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:20.126 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 19:29:20.126 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:20.126 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 19:29:20.126 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 19:29:20.126 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:20.126 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:20.126 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:20.138 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_#$") 19:29:20.138 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:20.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:20.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:20.148 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:29:20.148 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:20.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:20.148 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:20.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:29:20.649 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:20.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:29:21.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:21.150 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:29:21.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:29:21.150 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was not found 19:29:21.151 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:29:21.151 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 19:29:21.151 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:29:21.151 DEBUG [main][AbstractWait] Waiting until shell is active... 19:29:21.151 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:29:21.151 INFO [main][AbstractShell] Close shell Testing shell 19:29:21.151 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:29:21.156 DEBUG [main][AbstractWait] Waiting while shell is available... 19:29:21.156 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:29:21.156 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 19:29:21.156 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:21.156 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:21.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:21.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:21.161 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 19:29:21.161 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:21.161 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 19:29:21.161 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 19:29:21.161 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:21.161 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:21.161 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:21.176 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") 19:29:21.176 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:21.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:21.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:21.183 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:29:21.183 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:21.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:21.183 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:21.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:21.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:21.183 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:29:21.184 INFO [WorkbenchTestable][AbstractCTabItem] Activate Item 1 19:29:21.184 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 19:29:21.184 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:21.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:21.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:21.184 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:29:21.184 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:21.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:21.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:21.185 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:21.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:21.185 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:29:21.185 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:29:21.185 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 19:29:21.185 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:21.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:21.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:21.185 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:29:21.185 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:21.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:21.185 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:21.186 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:21.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:21.186 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabFolder and index 0 was found 19:29:21.186 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:29:21.186 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 19:29:21.186 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:29:21.186 DEBUG [main][AbstractWait] Waiting until shell is active... 19:29:21.186 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:29:21.186 INFO [main][AbstractShell] Close shell Testing shell 19:29:21.186 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:29:21.189 DEBUG [main][AbstractWait] Waiting while shell is available... 19:29:21.189 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:29:21.189 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 19:29:21.189 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:21.189 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:21.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:21.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:21.193 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 19:29:21.193 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 19:29:21.193 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:21.193 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:21.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:21.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.187 s - in org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) Time elapsed: 0.03 s close no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) Time elapsed: 1.055 s findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) Time elapsed: 1.032 s findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) Time elapsed: 1.035 s findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) Time elapsed: 0.032 s Running org.eclipse.reddeer.swt.test.DummyTest 19:29:21.208 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.DummyTest 19:29:21.209 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:29:21.209 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:21.209 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.DummyTest 19:29:21.209 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:21.209 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:29:21.212 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:21.212 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:29:21.212 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:21.212 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:21.212 INFO [WorkbenchTestable][RequirementsRunner] Started test: dummy no-configuration(org.eclipse.reddeer.swt.test.DummyTest) 19:29:21.212 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.DummyTest 19:29:21.212 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:21.212 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:21.212 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:21.212 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.DummyTest 19:29:21.212 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:21.212 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:21.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:21.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:21.212 INFO [WorkbenchTestable][RequirementsRunner] Finished test: dummy no-configuration(org.eclipse.reddeer.swt.test.DummyTest) 19:29:21.212 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.DummyTest 19:29:21.212 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:21.212 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:21.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:21.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.reddeer.swt.test.DummyTest dummy no-configuration(org.eclipse.reddeer.swt.test.DummyTest) Time elapsed: 0 s Running org.eclipse.reddeer.swt.test.matcher.RegexMatcherTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 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 Running org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 19:29:21.219 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 19:29:21.219 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:29:21.220 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:21.220 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 19:29:21.220 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:21.220 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:29:21.220 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:21.220 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:29:21.220 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:21.220 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:21.220 INFO [WorkbenchTestable][RequirementsRunner] Started test: constructorWithIndex no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 19:29:21.220 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 19:29:21.220 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:21.220 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:21.220 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:21.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:21.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:21.232 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:29:21.233 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 19:29:21.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:21.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 19:29:21.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 19:29:21.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:21.233 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 2 was found 19:29:21.233 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:29:21.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 19:29:21.233 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:29:21.233 DEBUG [main][AbstractWait] Waiting until shell is active... 19:29:21.233 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:29:21.233 INFO [main][AbstractShell] Close shell Testing shell 19:29:21.233 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:29:21.235 DEBUG [main][AbstractWait] Waiting while shell is available... 19:29:21.235 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:29:21.235 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 19:29:21.235 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:21.235 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:21.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:21.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:21.239 INFO [WorkbenchTestable][RequirementsRunner] Finished test: constructorWithIndex no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 19:29:21.239 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:21.239 INFO [WorkbenchTestable][RequirementsRunner] Started test: constructorWithRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 19:29:21.239 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 19:29:21.239 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:21.239 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:21.239 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:21.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:21.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:21.284 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:29:21.284 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') 19:29:21.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:21.284 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:21.284 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:21.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:21.284 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:29:21.284 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:29:21.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 19:29:21.284 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:29:21.284 DEBUG [main][AbstractWait] Waiting until shell is active... 19:29:21.284 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:29:21.284 INFO [main][AbstractShell] Close shell Testing shell 19:29:21.284 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:29:21.286 DEBUG [main][AbstractWait] Waiting while shell is available... 19:29:21.286 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:29:21.286 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 19:29:21.286 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:21.286 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:21.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:21.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:21.291 INFO [WorkbenchTestable][RequirementsRunner] Finished test: constructorWithRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 19:29:21.291 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:21.291 INFO [WorkbenchTestable][RequirementsRunner] Started test: WorkbenchToolItemWithMnemonicTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 19:29:21.291 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 19:29:21.291 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:21.291 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:21.291 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:21.306 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:29:21.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:29:21.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:29:21.306 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:29:21.309 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") 19:29:21.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:21.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:21.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:21.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:21.312 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:29:21.312 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:29:21.312 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 19:29:21.312 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:29:21.312 DEBUG [main][AbstractWait] Waiting until shell is active... 19:29:21.312 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:29:21.312 INFO [main][AbstractShell] Close shell Testing shell 19:29:21.312 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:29:21.313 DEBUG [main][AbstractWait] Waiting while shell is available... 19:29:21.313 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:29:21.313 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 19:29:21.313 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:21.313 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:21.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:22.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 19:29:22.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 19:29:23.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 19:29:23.817 INFO [WorkbenchTestable][RequirementsRunner] Finished test: WorkbenchToolItemWithMnemonicTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 19:29:23.817 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:23.817 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemTooltip no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 19:29:23.817 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 19:29:23.817 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:23.817 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:23.817 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:23.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:23.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:23.828 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:29:23.828 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") 19:29:23.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:23.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:23.828 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:23.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:23.828 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:29:23.828 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:29:23.828 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 19:29:23.828 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:29:23.828 DEBUG [main][AbstractWait] Waiting until shell is active... 19:29:23.828 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:29:23.828 INFO [main][AbstractShell] Close shell Testing shell 19:29:23.828 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:29:23.830 DEBUG [main][AbstractWait] Waiting while shell is available... 19:29:23.830 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:29:23.830 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 19:29:23.830 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:23.830 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:23.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:23.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:23.838 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemTooltip no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 19:29:23.838 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:23.838 INFO [WorkbenchTestable][RequirementsRunner] Started test: constructorWithRegexWithReferencedComposite no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 19:29:23.838 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 19:29:23.838 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:23.838 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:23.838 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:23.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:23.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:23.855 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:29:23.855 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 19:29:23.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:23.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:23.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:23.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:23.855 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found PUSH tooltip 19:29:23.855 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:29:23.855 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 19:29:23.855 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:29:23.855 DEBUG [main][AbstractWait] Waiting until shell is active... 19:29:23.855 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:29:23.855 INFO [main][AbstractShell] Close shell Testing shell 19:29:23.855 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:29:23.857 DEBUG [main][AbstractWait] Waiting while shell is available... 19:29:23.857 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:29:23.857 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 19:29:23.857 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:23.857 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:23.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:23.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:23.861 INFO [WorkbenchTestable][RequirementsRunner] Finished test: constructorWithRegexWithReferencedComposite no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 19:29:23.861 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 19:29:23.861 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:23.861 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:23.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:23.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.642 s - in org.eclipse.reddeer.swt.test.toolitem.ToolItemTest constructorWithIndex no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) Time elapsed: 0.019 s constructorWithRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) Time elapsed: 0.052 s WorkbenchToolItemWithMnemonicTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) Time elapsed: 2.526 s testToolItemTooltip no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) Time elapsed: 0.021 s constructorWithRegexWithReferencedComposite no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) Time elapsed: 0.023 s Running org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 19:29:23.864 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 19:29:23.864 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:29:23.864 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:23.864 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 19:29:23.864 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:23.864 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:29:23.870 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:23.870 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:29:23.870 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:23.870 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:23.870 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItemFailNested no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 19:29:23.870 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 19:29:23.870 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:23.870 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:23.870 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:23.877 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 19:29:23.877 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:23.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:23.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:23.886 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:29:23.886 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:23.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:23.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:23.886 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:23.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:23.886 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:29:23.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, XXX]... 19:29:23.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:29:23.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:29:23.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 19:29:23.888 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 19:29:23.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:29:24.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:29:24.389 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 19:29:24.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 19:29:24.391 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 19:29:24.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:29:24.392 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 19:29:24.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:29:24.392 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 19:29:24.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:29:24.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:29:24.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 19:29:24.893 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 19:29:24.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:29:24.894 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 19:29:24.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:29:24.894 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 19:29:24.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 19:29:24.894 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 19:29:24.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:29:24.894 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 19:29:24.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:29:24.894 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 19:29:24.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, XXX] failed, an exception will be thrown 19:29:24.894 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:29:24.894 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 19:29:24.894 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:29:24.895 DEBUG [main][AbstractWait] Waiting until shell is active... 19:29:24.895 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:29:24.895 INFO [main][AbstractShell] Close shell Testing shell 19:29:24.895 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:29:24.898 DEBUG [main][AbstractWait] Waiting while shell is available... 19:29:24.898 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:29:24.898 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 19:29:24.898 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:24.898 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:24.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:24.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:24.903 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItemFailNested no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 19:29:24.903 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:24.903 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItemNested no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 19:29:24.903 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 19:29:24.903 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:24.903 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:24.903 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:24.910 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 19:29:24.910 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:24.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:24.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:24.922 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:29:24.922 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:24.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:24.922 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:24.922 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:24.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:24.922 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:29:24.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, AA, AAA]... 19:29:24.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:29:24.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:29:24.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 19:29:24.924 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 19:29:24.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:29:25.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:29:25.424 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 19:29:25.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 19:29:25.426 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 19:29:25.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:29:25.426 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 19:29:25.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:29:25.426 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 19:29:25.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 19:29:25.426 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 19:29:25.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:29:25.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:29:25.927 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 19:29:25.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 19:29:25.929 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 19:29:25.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:29:25.929 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 19:29:25.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:29:25.929 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 19:29:25.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, AA, AAA] finished successfully 19:29:25.930 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 19:29:25.930 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:25.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:25.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:25.930 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:29:25.930 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:25.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:25.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:25.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:25.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:25.930 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:29:25.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, AA, AAA]... 19:29:25.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:29:25.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:29:25.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 19:29:25.930 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 19:29:25.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:29:25.931 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 19:29:25.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:29:25.931 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 19:29:25.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 19:29:25.931 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 19:29:25.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:29:25.931 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 19:29:25.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:29:25.931 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 19:29:25.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 19:29:25.931 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 19:29:25.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:29:25.931 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 19:29:25.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:29:25.931 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 19:29:25.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 19:29:25.931 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 19:29:25.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:29:25.931 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 19:29:25.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:29:25.931 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 19:29:25.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, AA, AAA] finished successfully 19:29:25.932 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:29:25.932 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 19:29:25.932 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:29:25.932 DEBUG [main][AbstractWait] Waiting until shell is active... 19:29:25.932 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:29:25.932 INFO [main][AbstractShell] Close shell Testing shell 19:29:25.932 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:29:25.935 DEBUG [main][AbstractWait] Waiting while shell is available... 19:29:25.935 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:29:25.935 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 19:29:25.935 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:25.935 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:25.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:25.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:25.939 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItemNested no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 19:29:25.939 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:25.939 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItem no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 19:29:25.939 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 19:29:25.939 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:25.939 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:25.939 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:25.946 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 19:29:25.946 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:25.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:25.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:25.958 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:29:25.958 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:25.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:25.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:25.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:25.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:25.958 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:29:25.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A]... 19:29:25.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:29:25.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:29:25.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A] finished successfully 19:29:25.959 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 19:29:25.959 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:25.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:25.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:25.960 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:29:25.960 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:25.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:25.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:25.960 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:25.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:25.960 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:29:25.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A]... 19:29:25.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:29:25.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:29:25.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A] finished successfully 19:29:25.960 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:29:25.960 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 19:29:25.960 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:29:25.960 DEBUG [main][AbstractWait] Waiting until shell is active... 19:29:25.960 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:29:25.960 INFO [main][AbstractShell] Close shell Testing shell 19:29:25.960 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:29:25.963 DEBUG [main][AbstractWait] Waiting while shell is available... 19:29:25.963 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:29:25.963 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 19:29:25.963 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:25.963 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:25.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:25.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:25.967 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItem no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 19:29:25.967 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:25.967 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItemSecondLevel no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 19:29:25.967 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 19:29:25.967 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:25.967 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:25.967 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:25.974 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 19:29:25.974 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:25.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:25.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:25.986 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:29:25.986 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:25.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:25.986 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:25.986 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:25.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:25.986 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:29:25.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[AA]... 19:29:25.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:29:25.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:29:26.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:29:26.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:29:26.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:29:26.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:29:26.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[AA] failed, NO exception will be thrown 19:29:26.989 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:29:26.989 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 19:29:26.989 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:29:26.989 DEBUG [main][AbstractWait] Waiting until shell is active... 19:29:26.989 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:29:26.989 INFO [main][AbstractShell] Close shell Testing shell 19:29:26.989 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:29:26.992 DEBUG [main][AbstractWait] Waiting while shell is available... 19:29:26.992 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:29:26.992 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 19:29:26.992 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:26.992 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:26.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:26.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:26.996 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItemSecondLevel no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 19:29:26.996 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:26.996 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItemInvalid no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 19:29:26.996 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 19:29:26.996 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:26.996 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:26.996 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:27.003 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 19:29:27.003 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:27.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:27.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:27.015 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:29:27.015 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:27.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:27.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:27.016 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:27.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:27.016 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:29:27.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[XXX]... 19:29:27.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:29:27.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:29:27.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:29:27.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:29:28.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:29:28.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:29:28.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[XXX] failed, NO exception will be thrown 19:29:28.020 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 19:29:28.020 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:28.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:28.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:28.020 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:29:28.020 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:28.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:28.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:28.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:28.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:28.020 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:29:28.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[XXX]... 19:29:28.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:29:28.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:29:28.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:29:28.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:29:29.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:29:29.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:29:29.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[XXX] failed, NO exception will be thrown 19:29:29.022 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:29:29.022 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 19:29:29.022 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:29:29.023 DEBUG [main][AbstractWait] Waiting until shell is active... 19:29:29.023 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:29:29.023 INFO [main][AbstractShell] Close shell Testing shell 19:29:29.023 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:29:29.025 DEBUG [main][AbstractWait] Waiting while shell is available... 19:29:29.025 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:29:29.025 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 19:29:29.026 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:29.026 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:29.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:29.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:29.029 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItemInvalid no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 19:29:29.029 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:29.030 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItemNullItem no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 19:29:29.030 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 19:29:29.030 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:29.030 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:29.030 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:29.036 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 19:29:29.036 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:29.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:29.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:29.048 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:29:29.048 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:29.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:29.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:29.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:29.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:29.048 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:29:29.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item 'null... 19:29:30.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item 'null failed, an exception will be thrown 19:29:30.050 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:29:30.050 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 19:29:30.051 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:29:30.051 DEBUG [main][AbstractWait] Waiting until shell is active... 19:29:30.051 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:29:30.051 INFO [main][AbstractShell] Close shell Testing shell 19:29:30.051 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:29:30.053 DEBUG [main][AbstractWait] Waiting while shell is available... 19:29:30.053 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:29:30.053 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 19:29:30.054 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:30.054 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:30.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:30.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:30.065 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItemNullItem no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 19:29:30.065 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:30.066 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItemNullTree no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 19:29:30.066 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 19:29:30.066 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:30.066 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:30.066 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:30.073 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 19:29:30.073 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:30.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:30.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:30.083 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:29:30.083 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:30.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:30.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:30.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:30.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:30.083 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:29:30.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, AA, AAA]... 19:29:31.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, AA, AAA] failed, an exception will be thrown 19:29:31.085 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:29:31.085 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 19:29:31.085 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:29:31.086 DEBUG [main][AbstractWait] Waiting until shell is active... 19:29:31.086 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:29:31.086 INFO [main][AbstractShell] Close shell Testing shell 19:29:31.086 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:29:31.088 DEBUG [main][AbstractWait] Waiting while shell is available... 19:29:31.088 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:29:31.088 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 19:29:31.088 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:31.088 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:31.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:31.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:31.099 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItemNullTree no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 19:29:31.099 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 19:29:31.099 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:31.099 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:31.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:31.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.236 s - in org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest testTreeContainsItemFailNested no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) Time elapsed: 1.033 s testTreeContainsItemNested no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) Time elapsed: 1.036 s testTreeContainsItem no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) Time elapsed: 0.028 s testTreeContainsItemSecondLevel no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) Time elapsed: 1.029 s testTreeContainsItemInvalid no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) Time elapsed: 2.033 s testTreeContainsItemNullItem no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) Time elapsed: 1.035 s testTreeContainsItemNullTree no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) Time elapsed: 1.033 s Running org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest 19:29:31.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 19:29:31.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 19:29:31.110 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 19:29:31.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:29:31.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:29:31.110 INFO [WorkbenchTestable][AbstractShell] Close shell shell 19:29:31.110 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 19:29:31.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:29:31.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:29:31.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 19:29:31.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 19:29:31.136 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 19:29:31.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:29:31.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:29:31.136 INFO [WorkbenchTestable][AbstractShell] Close shell shell 19:29:31.136 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 19:29:31.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:29:31.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:29:31.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 19:29:31.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 19:29:31.160 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 19:29:31.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:29:31.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:29:31.161 INFO [WorkbenchTestable][ShellHandler] Minimize shell 'shell' 19:29:31.161 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'shell' 19:29:31.161 INFO [WorkbenchTestable][AbstractShell] Close shell shell 19:29:31.161 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 19:29:31.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:29:31.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:29:31.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 19:29:31.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 19:29:31.182 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 19:29:31.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:29:31.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:29:31.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 19:29:31.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 19:29:31.182 INFO [WorkbenchTestable][AbstractShell] Close shell shell 19:29:31.182 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 19:29:31.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:29:31.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:29:31.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 19:29:31.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 19:29:31.202 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 19:29:31.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:29:31.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:29:31.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 19:29:32.203 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 19:29:32.203 INFO [WorkbenchTestable][AbstractShell] Close shell shell 19:29:32.203 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 19:29:32.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:29:32.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:29:32.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 19:29:32.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 19:29:32.215 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 19:29:32.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:29:32.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:29:32.216 INFO [WorkbenchTestable][AbstractShell] Close shell shell 19:29:32.216 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 19:29:32.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:29:32.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:29:32.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 19:29:32.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 19:29:32.235 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 19:29:32.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:29:32.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:29:32.236 INFO [WorkbenchTestable][AbstractShell] Close shell shell 19:29:32.236 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 19:29:32.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:29:32.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:29:32.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 19:29:32.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 19:29:32.252 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 19:29:32.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:29:32.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:29:32.252 INFO [WorkbenchTestable][AbstractShell] Close shell shell 19:29:32.252 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 19:29:32.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:29:32.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:29:32.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 19:29:32.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 19:29:32.276 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 19:29:32.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:29:32.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:29:32.276 INFO [WorkbenchTestable][AbstractShell] Close shell shell 19:29:32.276 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 19:29:32.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:29:32.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:29:32.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 19:29:32.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 19:29:32.295 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 19:29:32.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:29:32.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:29:32.296 INFO [WorkbenchTestable][AbstractShell] Close shell shell 19:29:32.296 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 19:29:32.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:29:32.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:29:32.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 19:29:32.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 19:29:32.315 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 19:29:32.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:29:32.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:29:32.315 INFO [WorkbenchTestable][AbstractShell] Close shell shell 19:29:32.315 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 19:29:32.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:29:32.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:29:32.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 19:29:32.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 19:29:32.334 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 19:29:32.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:29:32.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:29:32.334 INFO [WorkbenchTestable][AbstractShell] Close shell shell 19:29:32.334 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 19:29:32.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:29:32.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.245 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.032 s testMinimizeMaximize(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.018 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.021 s testClosedShell(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.02 s testShellWithMatcherUnavailable(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.017 s testGetResultNull(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.019 s testShellWithTextUnavailable(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.017 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.026 s testGetResultShell(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.02 s Running org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 19:29:32.349 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 19:29:32.350 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:29:32.350 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:32.350 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 19:29:32.350 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:32.350 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:29:32.351 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:32.351 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:29:32.351 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:32.351 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:32.351 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableHasRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 19:29:32.351 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 19:29:32.351 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:32.351 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:32.351 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:32.425 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 19:29:32.425 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:32.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:32.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:32.489 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:29:32.490 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:32.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:32.490 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:32.490 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:32.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:32.490 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:29:32.490 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:29:32.490 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 19:29:32.490 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:29:32.491 DEBUG [main][AbstractWait] Waiting until shell is active... 19:29:32.491 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:29:32.491 INFO [main][AbstractShell] Close shell Testing shell 19:29:32.491 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:29:32.495 DEBUG [main][AbstractWait] Waiting while shell is available... 19:29:32.495 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:29:32.495 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 19:29:32.495 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:32.495 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:32.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:32.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:32.499 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableHasRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 19:29:32.499 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:32.499 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableHasRowOutOfBoundExceptionTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 19:29:32.499 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 19:29:32.499 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:32.499 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:32.499 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:32.572 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 19:29:32.572 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:32.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:32.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:32.639 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:29:32.639 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:32.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:32.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:32.641 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:32.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:32.641 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:29:32.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:29:32.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:29:32.643 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:29:32.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 19:29:32.644 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:29:32.644 DEBUG [main][AbstractWait] Waiting until shell is active... 19:29:32.644 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:29:32.644 INFO [main][AbstractShell] Close shell Testing shell 19:29:32.644 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:29:32.650 DEBUG [main][AbstractWait] Waiting while shell is available... 19:29:32.650 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:29:32.650 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 19:29:32.650 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:32.650 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:32.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:32.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:32.654 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableHasRowOutOfBoundExceptionTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 19:29:32.654 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:32.654 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableCellColumnNotTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 19:29:32.654 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 19:29:32.654 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:32.654 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:32.654 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:32.726 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 19:29:32.726 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:32.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:32.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:32.796 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:29:32.796 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:32.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:32.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:32.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:32.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:32.796 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:29:32.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:29:32.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:29:32.798 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:29:32.798 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 19:29:32.798 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:29:32.798 DEBUG [main][AbstractWait] Waiting until shell is active... 19:29:32.798 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:29:32.798 INFO [main][AbstractShell] Close shell Testing shell 19:29:32.798 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:29:32.802 DEBUG [main][AbstractWait] Waiting while shell is available... 19:29:32.802 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:29:32.803 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 19:29:32.803 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:32.803 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:32.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:32.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:32.807 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableCellColumnNotTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 19:29:32.807 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:32.807 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableHasNotRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 19:29:32.807 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 19:29:32.807 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:32.807 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:32.807 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:32.880 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 19:29:32.880 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:32.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:32.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:32.946 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:29:32.946 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:32.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:32.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:29:32.950 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:29:32.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:32.950 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 19:29:32.950 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:29:32.950 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 19:29:32.950 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:29:32.950 DEBUG [main][AbstractWait] Waiting until shell is active... 19:29:32.950 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:29:32.950 INFO [main][AbstractShell] Close shell Testing shell 19:29:32.950 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:29:32.954 DEBUG [main][AbstractWait] Waiting while shell is available... 19:29:32.954 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:29:32.954 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 19:29:32.954 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:32.955 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:32.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:32.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:32.958 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableHasNotRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 19:29:32.958 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:32.958 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableHasRowsGetResultNoMatcher no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 19:29:32.958 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 19:29:32.958 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:32.958 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:32.958 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:33.031 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 19:29:33.031 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:33.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:33.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:33.102 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:29:33.102 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:33.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:33.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:33.102 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:33.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:33.102 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:29:33.103 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:29:33.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 19:29:33.103 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:29:33.103 DEBUG [main][AbstractWait] Waiting until shell is active... 19:29:33.103 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:29:33.103 INFO [main][AbstractShell] Close shell Testing shell 19:29:33.103 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:29:33.108 DEBUG [main][AbstractWait] Waiting while shell is available... 19:29:33.108 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:29:33.108 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 19:29:33.108 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:33.108 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:33.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:33.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:33.111 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableHasRowsGetResultNoMatcher no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 19:29:33.111 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:33.112 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableContainsCellWithTextTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 19:29:33.112 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 19:29:33.112 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:33.112 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:33.112 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:33.184 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 19:29:33.184 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:33.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:33.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:33.251 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:29:33.251 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:33.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:33.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:33.251 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:33.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:33.252 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:29:33.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:29:33.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:29:33.265 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:29:33.265 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 19:29:33.265 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:29:33.265 DEBUG [main][AbstractWait] Waiting until shell is active... 19:29:33.265 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:29:33.265 INFO [main][AbstractShell] Close shell Testing shell 19:29:33.265 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:29:33.269 DEBUG [main][AbstractWait] Waiting while shell is available... 19:29:33.269 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:29:33.269 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 19:29:33.269 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:33.269 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:33.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:33.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:33.281 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableContainsCellWithTextTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 19:29:33.281 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:33.281 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableHasRowsGetResult no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 19:29:33.281 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 19:29:33.281 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:33.281 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:33.281 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:33.353 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 19:29:33.353 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:33.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:33.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:33.418 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:29:33.418 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:33.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:33.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:33.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:33.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:33.418 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:29:33.418 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 19:29:33.418 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:33.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:33.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:33.419 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:29:33.419 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:33.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:33.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:33.419 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:33.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:33.419 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:29:33.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:29:33.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:29:33.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:29:33.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:29:33.421 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:29:33.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 19:29:33.421 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:29:33.421 DEBUG [main][AbstractWait] Waiting until shell is active... 19:29:33.421 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:29:33.421 INFO [main][AbstractShell] Close shell Testing shell 19:29:33.421 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:29:33.425 DEBUG [main][AbstractWait] Waiting while shell is available... 19:29:33.425 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:29:33.425 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 19:29:33.425 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:33.425 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:33.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:33.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:33.429 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableHasRowsGetResult no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 19:29:33.429 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:33.429 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableCellColumnTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 19:29:33.429 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 19:29:33.429 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:33.429 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:33.429 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:33.501 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 19:29:33.501 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:33.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:33.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:33.569 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:29:33.569 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:33.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:33.569 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:33.569 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:33.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:33.569 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:29:33.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:29:33.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:29:33.577 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:29:33.577 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 19:29:33.577 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:29:33.577 DEBUG [main][AbstractWait] Waiting until shell is active... 19:29:33.577 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:29:33.577 INFO [main][AbstractShell] Close shell Testing shell 19:29:33.577 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:29:33.581 DEBUG [main][AbstractWait] Waiting while shell is available... 19:29:33.581 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:29:33.581 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 19:29:33.581 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:33.582 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:33.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:33.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:33.585 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableCellColumnTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 19:29:33.585 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 19:29:33.585 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:33.585 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:33.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:33.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.237 s - in org.eclipse.reddeer.swt.test.condition.TableHasRowsTest tableHasRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 0.148 s tableHasRowOutOfBoundExceptionTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 0.155 s tableCellColumnNotTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 0.153 s tableHasNotRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 0.151 s tableHasRowsGetResultNoMatcher no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 0.153 s tableContainsCellWithTextTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 0.169 s tableHasRowsGetResult no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 0.148 s tableCellColumnTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 0.156 s Running org.eclipse.reddeer.swt.test.shell.DefaultShellTest 19:29:33.588 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 19:29:33.588 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:29:33.588 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:33.588 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 19:29:33.588 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:33.588 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:29:33.596 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:33.596 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:29:33.596 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:33.596 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:33.596 INFO [WorkbenchTestable][RequirementsRunner] Started test: activateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 19:29:33.596 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 19:29:33.596 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:33.596 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:33.596 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:33.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Shell 2"] is available.... 19:29:33.615 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 19:29:33.616 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Shell 2 19:29:33.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:29:33.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:29:33.616 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") 19:29:33.616 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:33.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:33.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:33.616 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Shell 2" as the parent 19:29:33.616 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:33.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:33.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:33.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:33.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:33.616 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 19:29:33.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Shell 1"] is available.... 19:29:33.616 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 19:29:33.616 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Shell 1 19:29:33.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:29:33.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:29:33.617 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") 19:29:33.617 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:33.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:33.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:33.617 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Shell 1" as the parent 19:29:33.617 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:33.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:33.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:33.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:33.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:33.617 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 19:29:33.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Shell 2"] is available.... 19:29:33.618 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 19:29:33.618 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Shell 2 19:29:33.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:29:33.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:29:33.618 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") 19:29:33.618 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:33.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:33.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:33.618 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Shell 2" as the parent 19:29:33.618 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:33.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:33.618 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:33.619 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:33.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:33.619 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 19:29:33.619 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") 19:29:33.619 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:33.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:33.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:33.619 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Shell 2" as the parent 19:29:33.619 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:33.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:33.619 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:33.619 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:29:34.119 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:34.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:29:34.619 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:34.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:29:34.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:29:34.620 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was not found 19:29:34.620 INFO [WorkbenchTestable][AbstractShell] Close shell Shell 1 19:29:34.620 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Shell 1' 19:29:34.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:29:34.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:29:34.622 INFO [WorkbenchTestable][AbstractShell] Close shell Shell 2 19:29:34.622 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Shell 2' 19:29:34.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:29:34.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:29:34.628 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 19:29:34.628 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:34.628 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:34.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:34.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:34.629 INFO [WorkbenchTestable][RequirementsRunner] Finished test: activateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 19:29:34.629 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:34.629 INFO [WorkbenchTestable][RequirementsRunner] Started test: testEmptyTitleShell no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 19:29:34.629 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 19:29:34.629 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:34.629 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:34.629 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:34.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 19:29:34.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available. finished successfully 19:29:34.645 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 19:29:34.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:29:34.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:29:34.645 INFO [WorkbenchTestable][AbstractShell] Close shell 19:29:34.645 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 19:29:34.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:29:34.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:29:34.651 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 19:29:34.651 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:34.651 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:34.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:34.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:34.652 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testEmptyTitleShell no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 19:29:34.652 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:34.652 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 19:29:34.652 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 19:29:34.652 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:34.652 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:34.652 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:34.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:34.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:34.652 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:29:34.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:29:34.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:29:34.652 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 19:29:34.652 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:34.652 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:34.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:34.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:34.652 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 19:29:34.652 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:34.652 INFO [WorkbenchTestable][RequirementsRunner] Started test: manipulateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 19:29:34.652 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 19:29:34.653 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:34.653 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:34.653 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:34.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MaxMin"] is available.... 19:29:34.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MaxMin"] is available. finished successfully 19:29:34.668 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MaxMin 19:29:34.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:29:34.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:29:34.668 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'MaxMin' 19:29:34.669 INFO [WorkbenchTestable][ShellHandler] Restore shell 'MaxMin' 19:29:34.669 INFO [WorkbenchTestable][ShellHandler] Minimize shell 'MaxMin' 19:29:34.670 INFO [WorkbenchTestable][ShellHandler] Restore shell 'MaxMin' 19:29:34.670 INFO [WorkbenchTestable][AbstractShell] Close shell MaxMin 19:29:34.679 INFO [WorkbenchTestable][ShellHandler] Closing shell 'MaxMin' 19:29:34.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:29:34.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:29:34.681 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 19:29:34.681 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:34.681 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:34.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:34.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:34.681 INFO [WorkbenchTestable][RequirementsRunner] Finished test: manipulateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 19:29:34.681 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:34.681 INFO [WorkbenchTestable][RequirementsRunner] Started test: testEmptyTitleShellWithCondition no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 19:29:34.682 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 19:29:34.682 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:34.682 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:34.682 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:34.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 19:29:34.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available. finished successfully 19:29:34.699 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 19:29:34.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:29:34.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:29:34.699 INFO [WorkbenchTestable][AbstractShell] Close shell 19:29:34.699 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 19:29:34.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:29:34.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:29:34.711 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 19:29:34.711 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:34.711 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:34.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:34.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:34.712 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testEmptyTitleShellWithCondition no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 19:29:34.712 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:34.712 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 19:29:34.712 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 19:29:34.712 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:34.712 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:34.712 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:34.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Dummy shell"] is available.... 19:29:34.726 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 19:29:34.726 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Dummy shell 19:29:34.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:29:34.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:29:34.726 INFO [WorkbenchTestable][AbstractShell] Close shell Dummy shell 19:29:34.726 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Dummy shell' 19:29:34.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:29:34.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:29:34.732 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 19:29:34.732 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:34.732 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:34.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:34.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:34.732 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 19:29:34.732 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 19:29:34.732 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:34.732 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:34.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:34.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.144 s - in org.eclipse.reddeer.swt.test.shell.DefaultShellTest activateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) Time elapsed: 1.033 s testEmptyTitleShell no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) Time elapsed: 0.023 s defaultShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) Time elapsed: 0 s manipulateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) Time elapsed: 0.029 s testEmptyTitleShellWithCondition no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) Time elapsed: 0.031 s closeShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) Time elapsed: 0.02 s Running org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 19:29:34.736 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 19:29:34.737 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:29:34.737 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:34.737 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 19:29:34.737 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:34.737 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:29:34.745 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:34.745 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:29:34.745 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:34.745 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:34.745 INFO [WorkbenchTestable][RequirementsRunner] Started test: workbenchShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest) 19:29:34.745 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 19:29:34.745 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:34.745 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:34.745 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:34.746 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:29:34.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:29:34.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:29:34.746 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:29:34.746 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 19:29:34.746 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:34.746 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:34.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:34.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:34.746 INFO [WorkbenchTestable][RequirementsRunner] Finished test: workbenchShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest) 19:29:34.746 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:34.746 INFO [WorkbenchTestable][RequirementsRunner] Started test: maximizeWorkbenshShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest) 19:29:34.746 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 19:29:34.746 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:34.746 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:34.746 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:34.746 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:29:34.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:29:34.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:29:34.746 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:29:34.746 INFO [WorkbenchTestable][ShellHandler] Restore shell 'data - Eclipse Platform' 19:29:34.746 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 19:29:34.747 INFO [WorkbenchTestable][ShellHandler] Restore shell 'data - Eclipse Platform' 19:29:34.747 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 19:29:34.747 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:34.747 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:34.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:34.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:34.747 INFO [WorkbenchTestable][RequirementsRunner] Finished test: maximizeWorkbenshShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest) 19:29:34.747 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 19:29:34.747 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:34.747 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:34.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:34.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 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.001 s Running org.eclipse.reddeer.swt.test.widgets.DefaultControlTest 19:29:34.751 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.widgets.DefaultControlTest 19:29:34.751 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:29:34.751 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:34.751 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultControlTest 19:29:34.751 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:34.751 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:29:34.751 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:34.751 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:29:34.751 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:34.752 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:34.752 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultControlTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultControlTest) 19:29:34.752 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultControlTest 19:29:34.752 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:34.752 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:34.752 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:34.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:29:34.804 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 19:29:34.804 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 19:29:34.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:29:34.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:29:34.805 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) 19:29:34.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:34.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:34.805 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:34.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:34.805 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:29:34.806 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:29:34.806 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 19:29:34.806 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:29:34.806 DEBUG [main][AbstractWait] Waiting until shell is active... 19:29:34.806 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:29:34.806 INFO [main][AbstractShell] Close shell Testing shell 19:29:34.806 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:29:34.808 DEBUG [main][AbstractWait] Waiting while shell is available... 19:29:34.808 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:29:34.809 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultControlTest 19:29:34.809 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:34.809 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:34.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:34.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:34.813 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultControlTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultControlTest) 19:29:34.825 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultControlTest 19:29:34.825 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:34.825 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:34.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:34.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s - in org.eclipse.reddeer.swt.test.widgets.DefaultControlTest defaultControlTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultControlTest) Time elapsed: 0.061 s Running org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest 19:29:34.837 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest 19:29:34.838 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:29:34.838 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:34.838 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest 19:29:34.838 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:34.838 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:29:34.838 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:34.838 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:29:34.838 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:34.838 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:34.838 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultWidgetTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest) 19:29:34.838 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest 19:29:34.838 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:34.838 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:34.838 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:34.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:29:34.847 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 19:29:34.886 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 19:29:34.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:29:34.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:29:34.886 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) 19:29:34.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:34.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:34.886 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:34.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:34.886 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:29:34.886 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'Testing shell' 19:29:34.887 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:29:34.887 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 19:29:34.887 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:29:34.887 DEBUG [main][AbstractWait] Waiting until shell is active... 19:29:34.887 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:29:34.887 INFO [main][AbstractShell] Close shell Testing shell 19:29:34.887 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:29:34.889 DEBUG [main][AbstractWait] Waiting while shell is available... 19:29:34.889 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:29:34.889 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest 19:29:34.889 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:34.889 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:34.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:34.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:34.893 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultWidgetTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest) 19:29:34.893 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest 19:29:34.893 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:34.893 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:34.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:34.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s - in org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest defaultWidgetTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest) Time elapsed: 0.055 s Running org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 19:29:34.896 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 19:29:34.896 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:29:34.896 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:34.896 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 19:29:34.897 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:34.897 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:29:34.897 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:34.897 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:29:34.897 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:34.897 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:34.897 INFO [WorkbenchTestable][RequirementsRunner] Started test: testViewToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 19:29:34.897 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 19:29:34.897 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:34.897 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:34.897 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:34.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:34.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:34.899 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' is already open. Activate. 19:29:34.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:34.900 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:34.900 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:29:34.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:29:34.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:29:34.900 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:29:34.900 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:29:34.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:34.900 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:34.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:34.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:34.909 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:29:34.909 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT 19:29:34.909 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT 19:29:34.916 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:29:34.916 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:29:34.916 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:29:34.916 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:29:34.916 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:29:34.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:29:34.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:29:34.917 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:29:34.924 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 19:29:34.924 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:34.924 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:34.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:34.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:34.925 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testViewToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 19:29:34.925 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:34.925 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInViewToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 19:29:34.925 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 19:29:34.925 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:34.925 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:34.925 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:34.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:34.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:34.927 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' is already open. Activate. 19:29:34.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:34.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:34.928 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:29:34.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:29:34.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:29:34.929 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:29:34.929 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:29:34.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:34.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:34.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:34.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:34.930 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:29:34.930 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT 19:29:34.930 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT 19:29:34.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:29:34.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:29:34.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:29:34.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:29:34.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:34.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:34.931 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT"as the parent 19:29:34.932 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") 19:29:34.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:34.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:34.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:34.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:34.932 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:29:34.932 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 19:29:34.932 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:34.932 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:34.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:34.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:34.933 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInViewToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 19:29:34.933 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:34.933 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInViewToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 19:29:34.933 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 19:29:34.933 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:34.933 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:34.933 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:34.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:34.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:34.934 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' is already open. Activate. 19:29:34.934 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:34.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:34.941 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:29:34.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:29:34.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:29:34.942 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:29:34.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 '\*?\QRedDeer SWT\E') 19:29:34.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:34.942 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:34.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:34.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:34.943 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:29:34.943 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT 19:29:34.943 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT 19:29:34.944 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:29:34.944 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:29:34.944 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:29:34.944 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:29:34.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:34.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:34.944 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT"as the parent 19:29:34.944 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") 19:29:34.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:34.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:34.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:34.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:34.945 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:29:34.945 INFO [WorkbenchTestable][AbstractToolItem] Click tool item RedDeer SWT ViewToolItem 19:29:34.945 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 19:29:34.945 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:29:34.945 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 19:29:34.945 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:34.945 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:34.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:34.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:34.945 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInViewToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 19:29:34.945 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:34.945 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInViewToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 19:29:34.945 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 19:29:34.945 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:34.945 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:34.945 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:34.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:34.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:34.947 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' is already open. Activate. 19:29:34.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:34.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:34.948 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:29:34.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:29:34.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:29:34.948 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:29:34.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 '\*?\QRedDeer SWT\E') 19:29:34.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:34.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:34.950 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:34.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:34.950 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:29:34.950 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT 19:29:34.950 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT 19:29:34.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:29:34.951 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:29:34.951 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:29:34.951 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:29:34.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:34.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:34.951 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT"as the parent 19:29:34.951 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.*') 19:29:34.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:34.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:34.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:34.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:34.957 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:29:34.957 INFO [WorkbenchTestable][AbstractToolItem] Click tool item RedDeer SWT ViewToolItem 19:29:34.957 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 19:29:34.957 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:29:34.957 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 19:29:34.957 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:34.957 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:34.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:34.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:34.958 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInViewToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 19:29:34.958 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 19:29:34.958 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:34.958 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:34.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:34.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest testViewToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) Time elapsed: 0.028 s testToolItemInViewToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) Time elapsed: 0.008 s testToolItemInViewToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) Time elapsed: 0.012 s testToolItemInViewToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) Time elapsed: 0.013 s Running org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 19:29:34.960 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 19:29:34.961 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:29:34.961 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:34.961 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 19:29:34.961 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:34.961 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:29:34.961 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:34.961 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:29:34.961 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:34.961 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:34.961 INFO [WorkbenchTestable][RequirementsRunner] Started test: workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 19:29:34.961 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 19:29:34.961 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:34.961 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:34.961 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:34.962 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:29:34.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:29:34.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:29:34.962 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:29:34.962 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") 19:29:34.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:34.962 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:34.964 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:34.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:34.964 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:29:34.964 INFO [WorkbenchTestable][AbstractToolItem] Click tool item RedDeer SWT WorkbenchToolItem 19:29:34.964 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 19:29:34.964 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:29:34.964 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 19:29:34.964 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:34.964 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:34.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:34.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:34.965 INFO [WorkbenchTestable][RequirementsRunner] Finished test: workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 19:29:34.965 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:34.965 INFO [WorkbenchTestable][RequirementsRunner] Started test: workbenchToolBarRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 19:29:34.965 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 19:29:34.965 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:34.965 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:34.965 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:34.965 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:29:34.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:29:34.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:29:34.965 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:29:34.965 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.*') 19:29:34.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:34.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:34.987 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:34.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:34.987 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:29:34.987 INFO [WorkbenchTestable][AbstractToolItem] Click tool item RedDeer SWT WorkbenchToolItem 19:29:34.987 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 19:29:34.987 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:29:34.988 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 19:29:34.988 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:34.988 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:34.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:34.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:34.988 INFO [WorkbenchTestable][RequirementsRunner] Finished test: workbenchToolBarRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 19:29:34.988 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:34.988 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInShellToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 19:29:34.988 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 19:29:34.988 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:34.988 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:34.988 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:34.993 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:29:34.993 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:29:34.993 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:29:34.993 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:29:34.993 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:29:34.993 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:29:34.994 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:29:34.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:29:34.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:29:34.994 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:29:34.994 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:29:34.994 DEBUG [main][MenuItemLookup] Found menu:'File' 19:29:34.994 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:29:34.994 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:29:34.994 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:29:34.994 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:29:34.994 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:29:34.994 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:29:34.994 DEBUG [main][MenuItemLookup] Item match:Window 19:29:34.994 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:29:34.994 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:29:34.994 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:29:34.994 DEBUG [main][MenuItemLookup] Found menu:'' 19:29:34.994 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:29:34.994 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:29:34.994 DEBUG [main][MenuItemLookup] Found menu:'' 19:29:34.994 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 19:29:34.994 DEBUG [main][MenuItemLookup] Found menu:'' 19:29:34.994 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 19:29:34.995 DEBUG [main][MenuItemLookup] Item match:Preferences 19:29:34.995 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 19:29:34.995 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 19:29:34.995 INFO [main][MenuItemHandler] Select menu item: &Preferences 19:29:35.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.... 19:29:35.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 19:29:35.089 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 19:29:35.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:29:35.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:29:35.090 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 19:29:35.090 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:29:35.090 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 19:29:35.090 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:35.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:35.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:35.091 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 19:29:35.091 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:35.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:35.091 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:35.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:35.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:35.091 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:29:35.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:29:35.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:29:35.092 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 19:29:35.092 DEBUG [main][TreeItemHandler] Selecting tree item: General 19:29:35.092 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 19:29:35.092 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 19:29:35.092 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 19:29:35.092 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:35.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:35.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:35.092 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 19:29:35.092 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:35.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:35.092 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:35.093 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:35.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:35.093 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 19:29:35.093 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 19:29:35.093 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:35.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:35.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:35.093 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 19:29:35.093 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:35.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:35.093 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:35.093 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:35.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:35.093 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:29:35.093 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java 19:29:35.093 DEBUG [main][TreeItemHandler] Selecting tree item: Java 19:29:35.093 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java about selection 19:29:35.094 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java 19:29:35.094 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 19:29:35.094 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:35.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:35.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:35.121 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 19:29:35.121 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:35.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:35.121 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:35.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:35.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:35.127 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 19:29:35.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:35.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:35.128 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 19:29:35.128 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 19:29:35.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:35.128 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:35.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:35.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:35.129 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:29:35.129 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Back to General 19:29:35.129 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 19:29:35.129 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:29:35.131 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 19:29:35.131 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:35.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:35.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:35.131 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 19:29:35.131 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:35.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:35.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:35.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:35.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:35.131 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 19:29:35.131 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 19:29:35.131 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:35.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:35.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:35.131 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 19:29:35.131 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:35.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:35.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:35.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:35.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:35.132 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:29:35.132 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 19:29:35.132 DEBUG [main][TreeItemHandler] Selecting tree item: General 19:29:35.132 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 19:29:35.132 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 19:29:35.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 "Cancel") 19:29:35.132 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:35.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:35.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:35.132 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 19:29:35.132 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:35.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:35.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:35.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:35.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:35.134 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:29:35.134 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 19:29:35.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:29:35.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:29:35.135 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:29:35.135 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:29:35.159 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 19:29:35.159 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:35.159 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:35.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:35.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:35.181 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInShellToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 19:29:35.181 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:35.181 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInShellToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 19:29:35.181 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 19:29:35.181 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:35.181 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:35.181 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:35.181 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:29:35.181 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:29:35.181 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:29:35.181 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:29:35.182 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:29:35.182 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:29:35.182 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:29:35.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:29:35.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:29:35.182 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:29:35.182 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:29:35.182 DEBUG [main][MenuItemLookup] Found menu:'File' 19:29:35.182 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:29:35.182 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:29:35.182 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:29:35.182 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:29:35.182 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:29:35.182 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:29:35.182 DEBUG [main][MenuItemLookup] Item match:Window 19:29:35.182 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:29:35.182 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:29:35.182 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:29:35.182 DEBUG [main][MenuItemLookup] Found menu:'' 19:29:35.182 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:29:35.182 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:29:35.182 DEBUG [main][MenuItemLookup] Found menu:'' 19:29:35.182 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 19:29:35.182 DEBUG [main][MenuItemLookup] Found menu:'' 19:29:35.182 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 19:29:35.182 DEBUG [main][MenuItemLookup] Item match:Preferences 19:29:35.183 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 19:29:35.183 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 19:29:35.183 INFO [main][MenuItemHandler] Select menu item: &Preferences 19:29:35.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 19:29:35.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 19:29:35.238 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 19:29:35.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:29:35.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:29:35.239 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 19:29:35.239 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:29:35.239 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 19:29:35.239 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:35.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:35.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:35.240 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 19:29:35.240 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:35.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:35.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:35.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:35.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:35.240 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:29:35.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:29:35.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:29:35.241 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 19:29:35.241 DEBUG [main][TreeItemHandler] Selecting tree item: General 19:29:35.241 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 19:29:35.241 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 19:29:35.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:35.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:35.241 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 19:29:35.241 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 19:29:35.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:35.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:35.242 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:35.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:35.242 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:29:35.242 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 19:29:35.242 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:35.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:35.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:35.242 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 19:29:35.242 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:35.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:35.242 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:35.242 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:35.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:35.242 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:29:35.242 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 19:29:35.242 DEBUG [main][TreeItemHandler] Selecting tree item: General 19:29:35.242 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 19:29:35.242 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 19:29:35.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 "Cancel") 19:29:35.242 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:35.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:35.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:35.242 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 19:29:35.242 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:35.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:35.242 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:35.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:35.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:35.243 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:29:35.244 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 19:29:35.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:29:35.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:29:35.244 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:29:35.244 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:29:35.289 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 19:29:35.289 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:35.289 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:35.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:35.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:35.290 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInShellToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 19:29:35.290 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:35.290 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInShellToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 19:29:35.290 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 19:29:35.290 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:35.290 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:35.290 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:35.290 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:29:35.290 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:29:35.290 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:29:35.290 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:29:35.291 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:29:35.291 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:29:35.291 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:29:35.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:29:35.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:29:35.291 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:29:35.291 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:29:35.291 DEBUG [main][MenuItemLookup] Found menu:'File' 19:29:35.291 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:29:35.291 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:29:35.291 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:29:35.291 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:29:35.291 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:29:35.291 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:29:35.291 DEBUG [main][MenuItemLookup] Item match:Window 19:29:35.292 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:29:35.292 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:29:35.292 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:29:35.292 DEBUG [main][MenuItemLookup] Found menu:'' 19:29:35.292 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:29:35.292 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:29:35.292 DEBUG [main][MenuItemLookup] Found menu:'' 19:29:35.292 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 19:29:35.292 DEBUG [main][MenuItemLookup] Found menu:'' 19:29:35.292 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 19:29:35.292 DEBUG [main][MenuItemLookup] Item match:Preferences 19:29:35.292 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 19:29:35.292 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 19:29:35.292 INFO [main][MenuItemHandler] Select menu item: &Preferences 19:29:35.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 19:29:35.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 19:29:35.347 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 19:29:35.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:29:35.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:29:35.348 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 19:29:35.348 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:29:35.348 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 19:29:35.348 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:35.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:35.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:35.348 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 19:29:35.348 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:35.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:35.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:35.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:35.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:35.349 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:29:35.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:29:35.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:29:35.349 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 19:29:35.350 DEBUG [main][TreeItemHandler] Selecting tree item: General 19:29:35.350 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 19:29:35.350 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 19:29:35.350 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 19:29:35.350 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:35.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:35.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:35.350 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 19:29:35.350 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:35.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:35.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:35.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:35.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:35.350 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:29:35.350 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java 19:29:35.350 DEBUG [main][TreeItemHandler] Selecting tree item: Java 19:29:35.350 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java about selection 19:29:35.351 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java 19:29:35.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:35.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:35.376 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 19:29:35.376 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.*') 19:29:35.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:35.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:35.385 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:35.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:35.386 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:29:35.386 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 19:29:35.386 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:35.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:35.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:35.386 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 19:29:35.386 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:35.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:35.386 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:35.386 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:35.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:35.386 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:29:35.386 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 19:29:35.386 DEBUG [main][TreeItemHandler] Selecting tree item: General 19:29:35.386 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 19:29:35.387 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 19:29:35.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 "Cancel") 19:29:35.387 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:35.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:35.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:35.388 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 19:29:35.388 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:35.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:35.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:35.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:35.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:35.389 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:29:35.390 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 19:29:35.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:29:35.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:29:35.390 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:29:35.390 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:29:35.411 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 19:29:35.411 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:35.411 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:35.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:35.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:35.412 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInShellToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 19:29:35.412 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:35.412 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDefaultToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 19:29:35.412 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 19:29:35.412 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:35.412 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:35.412 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:35.412 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:29:35.412 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:29:35.412 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:29:35.413 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:29:35.413 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:29:35.413 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:29:35.413 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:29:35.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:29:35.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:29:35.413 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:29:35.413 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:29:35.413 DEBUG [main][MenuItemLookup] Found menu:'File' 19:29:35.413 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:29:35.413 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:29:35.413 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:29:35.413 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:29:35.413 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:29:35.413 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:29:35.413 DEBUG [main][MenuItemLookup] Item match:Window 19:29:35.413 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:29:35.413 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:29:35.413 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:29:35.413 DEBUG [main][MenuItemLookup] Found menu:'' 19:29:35.413 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:29:35.413 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:29:35.413 DEBUG [main][MenuItemLookup] Found menu:'' 19:29:35.413 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 19:29:35.413 DEBUG [main][MenuItemLookup] Found menu:'' 19:29:35.414 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 19:29:35.414 DEBUG [main][MenuItemLookup] Item match:Preferences 19:29:35.414 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 19:29:35.414 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 19:29:35.414 INFO [main][MenuItemHandler] Select menu item: &Preferences 19:29:35.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 'Preferences.*'] is available.... 19:29:35.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. finished successfully 19:29:35.493 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 19:29:35.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:29:35.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:29:35.494 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 19:29:35.494 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:29:35.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 19:29:35.494 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:35.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:35.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:35.494 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 19:29:35.494 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:35.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:35.494 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:35.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:35.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:35.495 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:29:35.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:29:35.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:29:35.495 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 19:29:35.495 DEBUG [main][TreeItemHandler] Selecting tree item: General 19:29:35.496 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 19:29:35.496 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 19:29:35.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:35.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:35.496 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 19:29:35.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:29:35.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:29:35.497 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 19:29:35.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:35.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:35.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:35.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:35.497 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolBar and index 0 was found 19:29:35.497 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 19:29:35.497 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:35.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:35.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:35.498 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 19:29:35.498 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:35.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:35.498 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:35.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:35.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:35.498 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:29:35.498 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 19:29:35.498 DEBUG [main][TreeItemHandler] Selecting tree item: General 19:29:35.499 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 19:29:35.499 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 19:29:35.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 "Cancel") 19:29:35.499 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:35.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:35.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:35.499 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 19:29:35.499 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:35.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:35.499 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:35.500 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:35.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:35.500 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:29:35.500 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 19:29:35.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:29:35.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:29:35.500 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:29:35.500 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:29:35.521 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 19:29:35.521 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:35.521 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:35.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:35.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:35.522 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDefaultToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 19:29:35.522 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 19:29:35.522 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:35.522 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:35.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:35.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.562 s - in org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) Time elapsed: 0.004 s workbenchToolBarRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) Time elapsed: 0.023 s testToolItemInShellToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) Time elapsed: 0.193 s testToolItemInShellToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) Time elapsed: 0.109 s testToolItemInShellToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) Time elapsed: 0.122 s testDefaultToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) Time elapsed: 0.11 s Running org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 19:29:35.525 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 19:29:35.525 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:29:35.525 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:35.525 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 19:29:35.525 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:35.525 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:29:35.525 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:35.525 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:29:35.526 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:35.526 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:35.526 INFO [WorkbenchTestable][RequirementsRunner] Started test: typingTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 19:29:35.526 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 19:29:35.526 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:35.526 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:35.526 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:35.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 19:29:35.537 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 19:29:35.537 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Keyboard testing shell 19:29:35.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:29:35.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:29:35.537 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 19:29:35.537 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:35.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:35.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:35.538 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Keyboard testing shell" as the parent 19:29:35.538 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:35.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:35.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:35.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:35.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:35.538 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:29:35.538 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:29:35.538 INFO [WorkbenchTestable][Keyboard] Type text "test123" 19:29:35.538 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 19:29:35.538 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 19:29:36.139 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 19:29:36.139 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 19:29:36.741 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 19:29:36.741 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 19:29:37.342 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 19:29:37.342 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 19:29:37.944 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 19:29:37.944 INFO [WorkbenchTestable][Keyboard] As char:1, as int:49 19:29:38.545 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 19:29:38.545 INFO [WorkbenchTestable][Keyboard] As char:2, as int:50 19:29:39.148 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 19:29:39.148 INFO [WorkbenchTestable][Keyboard] As char:3, as int:51 19:29:39.750 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 19:29:39.750 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 19:29:39.750 DEBUG [main][AbstractShell] Set focus to Shell Keyboard testing shell 19:29:39.751 DEBUG [main][AbstractWait] Waiting until shell is active... 19:29:39.751 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:29:39.751 INFO [main][AbstractShell] Close shell Keyboard testing shell 19:29:39.751 INFO [main][ShellHandler] Closing shell 'Keyboard testing shell' 19:29:39.753 DEBUG [main][AbstractWait] Waiting while shell is available... 19:29:39.753 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:29:39.753 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 19:29:39.753 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:39.753 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:39.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:39.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:39.757 INFO [WorkbenchTestable][RequirementsRunner] Finished test: typingTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 19:29:39.757 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:39.757 INFO [WorkbenchTestable][RequirementsRunner] Started test: cutPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 19:29:39.757 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 19:29:39.757 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:39.757 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:39.757 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:39.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 19:29:39.773 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 19:29:39.773 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Keyboard testing shell 19:29:39.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:29:39.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:29:39.773 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 19:29:39.773 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:39.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:39.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:39.773 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Keyboard testing shell" as the parent 19:29:39.773 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:39.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:39.773 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:39.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:39.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:39.773 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:29:39.773 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:29:39.774 INFO [WorkbenchTestable][Keyboard] Type text "test" 19:29:39.774 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 19:29:39.774 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 19:29:40.376 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 19:29:40.376 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 19:29:40.977 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 19:29:40.977 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 19:29:41.579 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 19:29:41.579 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 19:29:42.180 INFO [WorkbenchTestable][Keyboard] Select 2 characters to the left 19:29:42.180 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:131072 19:29:42.381 INFO [WorkbenchTestable][Keyboard] Move cursor 19:29:42.581 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 19:29:42.581 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 19:29:42.782 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 19:29:43.184 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 19:29:43.184 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 19:29:43.385 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 19:29:43.586 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:131072 19:29:43.787 INFO [WorkbenchTestable][DefaultKeyboard] Write to clipboard 19:29:43.787 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:262144 19:29:43.987 INFO [WorkbenchTestable][Keyboard] Type character 'x', as int:120 19:29:43.987 DEBUG [WorkbenchTestable][Keyboard] Press character 'x', as int:120 19:29:44.187 DEBUG [WorkbenchTestable][Keyboard] Release character 'x', as int:120 19:29:44.389 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:262144 19:29:44.590 INFO [WorkbenchTestable][Keyboard] Move cursor 19:29:44.790 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 19:29:44.790 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 19:29:44.991 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 19:29:45.392 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 19:29:45.392 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 19:29:45.592 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 19:29:45.994 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 19:29:45.994 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 19:29:46.194 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 19:29:46.595 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 19:29:46.595 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 19:29:46.796 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 19:29:47.197 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 19:29:47.197 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 19:29:47.397 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 19:29:47.598 INFO [WorkbenchTestable][DefaultKeyboard] Paste from clipboard 19:29:47.598 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:262144 19:29:47.799 INFO [WorkbenchTestable][Keyboard] Type character 'v', as int:118 19:29:47.799 DEBUG [WorkbenchTestable][Keyboard] Press character 'v', as int:118 19:29:48.000 DEBUG [WorkbenchTestable][Keyboard] Release character 'v', as int:118 19:29:48.201 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:262144 19:29:48.402 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 19:29:48.403 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 19:29:48.403 DEBUG [main][AbstractShell] Set focus to Shell Keyboard testing shell 19:29:48.403 DEBUG [main][AbstractWait] Waiting until shell is active... 19:29:48.403 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:29:48.403 INFO [main][AbstractShell] Close shell Keyboard testing shell 19:29:48.403 INFO [main][ShellHandler] Closing shell 'Keyboard testing shell' 19:29:48.406 DEBUG [main][AbstractWait] Waiting while shell is available... 19:29:48.406 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:29:48.406 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 19:29:48.406 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:48.406 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:48.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:48.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:48.409 INFO [WorkbenchTestable][RequirementsRunner] Finished test: cutPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 19:29:48.409 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:48.409 INFO [WorkbenchTestable][RequirementsRunner] Started test: typingWithShiftTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 19:29:48.409 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 19:29:48.409 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:48.409 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:48.409 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:48.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 19:29:48.424 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 19:29:48.424 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Keyboard testing shell 19:29:48.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:29:48.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:29:48.424 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 19:29:48.424 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:48.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:48.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:48.425 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Keyboard testing shell" as the parent 19:29:48.425 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:48.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:48.425 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:48.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:48.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:48.425 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:29:48.425 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:29:48.425 INFO [WorkbenchTestable][Keyboard] Type text "{@Test}" 19:29:48.425 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 19:29:48.425 INFO [WorkbenchTestable][Keyboard] As char:, as int:131072 19:29:48.626 INFO [WorkbenchTestable][Keyboard] As char:[, as int:91 19:29:49.627 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 19:29:49.627 INFO [WorkbenchTestable][Keyboard] As char:, as int:131072 19:29:49.828 INFO [WorkbenchTestable][Keyboard] As char:2, as int:50 19:29:50.829 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 19:29:50.829 INFO [WorkbenchTestable][Keyboard] As char:, as int:131072 19:29:51.029 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 19:29:52.031 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 19:29:52.031 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 19:29:52.632 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 19:29:52.632 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 19:29:53.233 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 19:29:53.233 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 19:29:53.833 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 19:29:53.833 INFO [WorkbenchTestable][Keyboard] As char:, as int:131072 19:29:54.034 INFO [WorkbenchTestable][Keyboard] As char:], as int:93 19:29:55.035 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 19:29:55.035 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 19:29:55.035 DEBUG [main][AbstractShell] Set focus to Shell Keyboard testing shell 19:29:55.036 DEBUG [main][AbstractWait] Waiting until shell is active... 19:29:55.036 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:29:55.036 INFO [main][AbstractShell] Close shell Keyboard testing shell 19:29:55.036 INFO [main][ShellHandler] Closing shell 'Keyboard testing shell' 19:29:55.039 DEBUG [main][AbstractWait] Waiting while shell is available... 19:29:55.039 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:29:55.039 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 19:29:55.039 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:55.039 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:55.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:55.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:55.043 INFO [WorkbenchTestable][RequirementsRunner] Finished test: typingWithShiftTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 19:29:55.043 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:55.043 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectionTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 19:29:55.043 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 19:29:55.043 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:55.043 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:55.043 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:55.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 19:29:55.052 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 19:29:55.052 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Keyboard testing shell 19:29:55.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:29:55.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:29:55.052 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 19:29:55.052 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:29:55.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:55.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:55.052 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Keyboard testing shell" as the parent 19:29:55.052 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:29:55.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:29:55.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:29:55.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:29:55.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:29:55.052 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:29:55.052 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:29:55.052 INFO [WorkbenchTestable][Keyboard] Type text "test" 19:29:55.053 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 19:29:55.053 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 19:29:55.654 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 19:29:55.654 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 19:29:56.255 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 19:29:56.255 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 19:29:56.857 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 19:29:56.857 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 19:29:57.458 INFO [WorkbenchTestable][Keyboard] Select 2 characters to the left 19:29:57.458 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:131072 19:29:57.658 INFO [WorkbenchTestable][Keyboard] Move cursor 19:29:57.859 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 19:29:57.859 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 19:29:58.059 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 19:29:58.461 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 19:29:58.461 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 19:29:58.662 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 19:29:58.864 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:131072 19:29:59.064 INFO [WorkbenchTestable][Keyboard] Type character '', as int:127 19:29:59.064 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:127 19:29:59.265 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:127 19:29:59.466 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 19:29:59.466 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 19:29:59.466 DEBUG [main][AbstractShell] Set focus to Shell Keyboard testing shell 19:29:59.467 DEBUG [main][AbstractWait] Waiting until shell is active... 19:29:59.467 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:29:59.467 INFO [main][AbstractShell] Close shell Keyboard testing shell 19:29:59.467 INFO [main][ShellHandler] Closing shell 'Keyboard testing shell' 19:29:59.469 DEBUG [main][AbstractWait] Waiting while shell is available... 19:29:59.469 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:29:59.469 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 19:29:59.469 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:29:59.469 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:29:59.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:59.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:59.473 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectionTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 19:29:59.473 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:29:59.473 INFO [WorkbenchTestable][RequirementsRunner] Started test: keyCombinationTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 19:29:59.473 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 19:29:59.473 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:29:59.473 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:29:59.473 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:29:59.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:29:59.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:29:59.473 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:29:59.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:29:59.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:29:59.473 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 19:29:59.473 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 19:29:59.674 INFO [WorkbenchTestable][Keyboard] As char:h, as int:104 19:30:00.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Search"] is available.... 19:30:00.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Search"] is available. finished successfully 19:30:00.676 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Search 19:30:00.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:30:00.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:30:00.683 INFO [WorkbenchTestable][AbstractShell] Close shell Search 19:30:00.683 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Search' 19:30:00.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:30:00.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:30:00.696 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 19:30:00.696 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 19:30:00.696 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:30:00.696 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:30:00.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:30:00.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:30:00.696 INFO [WorkbenchTestable][RequirementsRunner] Finished test: keyCombinationTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 19:30:00.696 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:30:00.696 INFO [WorkbenchTestable][RequirementsRunner] Started test: copyPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 19:30:00.696 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 19:30:00.696 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:30:00.696 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:30:00.696 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:30:00.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 19:30:00.711 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 19:30:00.711 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Keyboard testing shell 19:30:00.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:30:00.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:30:00.711 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 19:30:00.711 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:30:00.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:30:00.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:30:00.711 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Keyboard testing shell" as the parent 19:30:00.711 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:30:00.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:30:00.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:30:00.711 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:30:00.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:30:00.711 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:30:00.711 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:30:00.712 INFO [WorkbenchTestable][Keyboard] Type text "test" 19:30:00.712 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 19:30:00.712 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 19:30:01.313 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 19:30:01.313 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 19:30:01.914 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 19:30:01.914 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 19:30:02.517 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 19:30:02.517 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 19:30:03.118 INFO [WorkbenchTestable][Keyboard] Select 2 characters to the left 19:30:03.118 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:131072 19:30:03.318 INFO [WorkbenchTestable][Keyboard] Move cursor 19:30:03.519 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 19:30:03.519 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 19:30:03.720 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 19:30:04.121 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 19:30:04.121 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 19:30:04.322 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 19:30:04.523 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:131072 19:30:04.724 INFO [WorkbenchTestable][DefaultKeyboard] Write to clipboard 19:30:04.724 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:262144 19:30:04.925 INFO [WorkbenchTestable][Keyboard] Type character 'c', as int:99 19:30:04.925 DEBUG [WorkbenchTestable][Keyboard] Press character 'c', as int:99 19:30:05.125 DEBUG [WorkbenchTestable][Keyboard] Release character 'c', as int:99 19:30:05.326 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:262144 19:30:05.527 INFO [WorkbenchTestable][Keyboard] Move cursor 19:30:05.727 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 19:30:05.727 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 19:30:05.928 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 19:30:06.330 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 19:30:06.330 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 19:30:06.531 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 19:30:06.932 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 19:30:06.932 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 19:30:07.133 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 19:30:07.534 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 19:30:07.534 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 19:30:07.735 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 19:30:08.136 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 19:30:08.136 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 19:30:08.337 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 19:30:08.537 INFO [WorkbenchTestable][DefaultKeyboard] Paste from clipboard 19:30:08.537 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:262144 19:30:08.738 INFO [WorkbenchTestable][Keyboard] Type character 'v', as int:118 19:30:08.738 DEBUG [WorkbenchTestable][Keyboard] Press character 'v', as int:118 19:30:08.939 DEBUG [WorkbenchTestable][Keyboard] Release character 'v', as int:118 19:30:09.140 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:262144 19:30:09.341 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 19:30:09.341 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 19:30:09.341 DEBUG [main][AbstractShell] Set focus to Shell Keyboard testing shell 19:30:09.341 DEBUG [main][AbstractWait] Waiting until shell is active... 19:30:09.341 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:30:09.341 INFO [main][AbstractShell] Close shell Keyboard testing shell 19:30:09.341 INFO [main][ShellHandler] Closing shell 'Keyboard testing shell' 19:30:09.344 DEBUG [main][AbstractWait] Waiting while shell is available... 19:30:09.344 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:30:09.344 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 19:30:09.344 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:30:09.344 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:30:09.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:30:09.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:30:09.347 INFO [WorkbenchTestable][RequirementsRunner] Finished test: copyPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 19:30:09.347 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 19:30:09.347 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:30:09.347 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:30:09.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:30:09.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 33.824 s - in org.eclipse.reddeer.swt.test.keyboard.KeyboardTest typingTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) Time elapsed: 4.231 s cutPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) Time elapsed: 8.652 s typingWithShiftTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) Time elapsed: 6.634 s selectionTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) Time elapsed: 4.43 s keyCombinationTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) Time elapsed: 1.223 s copyPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) Time elapsed: 8.651 s Running org.eclipse.reddeer.swt.test.WidgetResolverTest 19:30:09.350 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.WidgetResolverTest 19:30:09.350 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:30:09.350 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:30:09.350 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.WidgetResolverTest 19:30:09.350 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:30:09.350 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:30:09.351 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:30:09.351 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:30:09.351 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:30:09.351 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:30:09.351 INFO [WorkbenchTestable][RequirementsRunner] Started test: parentMatchesChildrenTest no-configuration(org.eclipse.reddeer.swt.test.WidgetResolverTest) 19:30:09.351 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.WidgetResolverTest 19:30:09.351 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:30:09.351 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:30:09.351 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:30:09.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:30:09.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:30:09.351 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:30:09.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:30:09.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:30:09.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widgets with specified parent and matchers 19:30:09.355 TRACE [WorkbenchTestable][WidgetLookup] 130 widget(s) found 19:30:09.355 INFO [WorkbenchTestable][WidgetResolverTest] Testing 130 widgets for matching children to parent. 19:30:09.363 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget Shell {data - Eclipse Platform} 19:30:09.364 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget Shell {data - Eclipse Platform} 19:30:09.364 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget Shell {data - Eclipse Platform} 19:30:09.364 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget Shell {data - Eclipse Platform} 19:30:09.364 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget Shell {data - Eclipse Platform} 19:30:09.364 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget Composite {} 19:30:09.365 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget Composite {} 19:30:09.365 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget Composite {} 19:30:09.365 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget Composite {} 19:30:09.365 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabFolder {} matches to its parent widget Composite {} 19:30:09.365 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget Composite {} 19:30:09.365 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabFolder {} matches to its parent widget Composite {} 19:30:09.365 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabFolder {} matches to its parent widget Composite {} 19:30:09.365 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget CTabFolder {} 19:30:09.366 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget CTabFolder {} 19:30:09.366 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget CTabFolder {} 19:30:09.366 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget CTabFolder {} 19:30:09.366 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Package Explorer} matches to its parent widget CTabFolder {} 19:30:09.366 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} 19:30:09.366 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} 19:30:09.366 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget Composite {} 19:30:09.366 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget Composite {} 19:30:09.367 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=null, visible=true)} matches to its parent widget ToolBar {} 19:30:09.367 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=null, visible=true)} matches to its parent widget ToolBar {} 19:30:09.367 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} 19:30:09.367 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ContributedPartRenderer$1 {} matches to its parent widget Composite {} 19:30:09.367 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget ContributedPartRenderer$1 {} 19:30:09.367 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget Composite {} 19:30:09.367 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget Composite {} 19:30:09.368 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Tree {} matches to its parent widget Composite {} 19:30:09.368 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget Composite {} 19:30:09.368 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Link {There are no projects in your workspace. To add a project:} matches to its parent widget Composite {} 19:30:09.368 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget Composite {} 19:30:09.368 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {} matches to its parent widget Composite {} 19:30:09.368 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Hyperlink {} matches to its parent widget Composite {} 19:30:09.368 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {} matches to its parent widget Composite {} 19:30:09.369 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Hyperlink {} matches to its parent widget Composite {} 19:30:09.369 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {} matches to its parent widget Composite {} 19:30:09.369 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Hyperlink {} matches to its parent widget Composite {} 19:30:09.369 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget CTabItem {Package Explorer} 19:30:09.369 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget Composite {} 19:30:09.369 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabFolder {} matches to its parent widget Composite {} 19:30:09.369 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget CTabFolder {} 19:30:09.370 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget CTabFolder {} 19:30:09.370 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget CTabFolder {} 19:30:09.370 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} 19:30:09.370 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} 19:30:09.370 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget CTabFolder {} 19:30:09.370 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget CTabFolder {} 19:30:09.370 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget CTabFolder {} 19:30:09.370 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget CTabFolder {} 19:30:09.371 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Outline} matches to its parent widget CTabFolder {} 19:30:09.371 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget Composite {} 19:30:09.371 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget Composite {} 19:30:09.371 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} 19:30:09.371 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} 19:30:09.371 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ContributedPartRenderer$1 {} matches to its parent widget Composite {} 19:30:09.371 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget ContributedPartRenderer$1 {} 19:30:09.371 INFO [WorkbenchTestable][WidgetResolverTest] Child widget PageBook {} matches to its parent widget Composite {} 19:30:09.371 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget PageBook {} 19:30:09.372 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {There is no active editor that provides an outline.} matches to its parent widget Composite {} 19:30:09.372 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget CTabItem {Outline} 19:30:09.372 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget CTabFolder {} 19:30:09.372 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget CTabFolder {} 19:30:09.372 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget CTabFolder {} 19:30:09.372 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget CTabFolder {} 19:30:09.372 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget CTabFolder {} 19:30:09.372 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget CTabFolder {} 19:30:09.372 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget CTabFolder {} 19:30:09.372 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Problems} matches to its parent widget CTabFolder {} 19:30:09.373 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Javadoc} matches to its parent widget CTabFolder {} 19:30:09.373 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Declaration} matches to its parent widget CTabFolder {} 19:30:09.373 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {RedDeer SWT} matches to its parent widget CTabFolder {} 19:30:09.373 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Error Log} matches to its parent widget CTabFolder {} 19:30:09.373 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {RedDeer SWT Controls} matches to its parent widget CTabFolder {} 19:30:09.373 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} 19:30:09.373 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} 19:30:09.374 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget Composite {} 19:30:09.374 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget Composite {} 19:30:09.374 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: HandledContributionItem(id=org.eclipse.reddeer.swt.test.command.testCommand, visible=true)} matches to its parent widget ToolBar {} 19:30:09.374 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} 19:30:09.374 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ContributedPartRenderer$1 {} matches to its parent widget Composite {} 19:30:09.374 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget ContributedPartRenderer$1 {} 19:30:09.374 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget CTabItem {Problems} 19:30:09.375 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget CTabItem {RedDeer SWT} 19:30:09.375 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget CTabItem {Error Log} 19:30:09.375 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget CTabItem {RedDeer SWT Controls} 19:30:09.375 INFO [WorkbenchTestable][WidgetResolverTest] Child widget StatusLine {} matches to its parent widget Composite {} 19:30:09.375 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} matches to its parent widget Composite {} 19:30:09.375 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CLabel {} matches to its parent widget StatusLine {} 19:30:09.375 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget StatusLine {} 19:30:09.375 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget StatusLine {} 19:30:09.376 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} 19:30:09.376 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ProgressIndicator {} matches to its parent widget Composite {} 19:30:09.376 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ProgressBar {} matches to its parent widget ProgressIndicator {} 19:30:09.376 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ProgressBar {} matches to its parent widget ProgressIndicator {} 19:30:09.376 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ProgressRegion$1 {} matches to its parent widget ImageBasedFrame {} 19:30:09.376 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Canvas {} matches to its parent widget ProgressRegion$1 {} 19:30:09.376 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget ProgressRegion$1 {} 19:30:09.376 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ProgressBar {} matches to its parent widget Composite {} 19:30:09.377 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget Composite {} 19:30:09.377 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} matches to its parent widget Composite {} 19:30:09.377 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} matches to its parent widget Composite {} 19:30:09.377 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} matches to its parent widget Composite {} 19:30:09.377 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} matches to its parent widget Composite {} 19:30:09.377 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} matches to its parent widget Composite {} 19:30:09.377 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} matches to its parent widget Composite {} 19:30:09.377 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} matches to its parent widget Composite {} 19:30:09.377 INFO [WorkbenchTestable][WidgetResolverTest] Child widget LayoutModifierToolControl$1 {} matches to its parent widget Composite {} 19:30:09.377 INFO [WorkbenchTestable][WidgetResolverTest] Child widget LayoutModifierToolControl$1 {} matches to its parent widget Composite {} 19:30:09.377 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget Composite {} 19:30:09.378 INFO [WorkbenchTestable][WidgetResolverTest] Child widget LayoutModifierToolControl$1 {} matches to its parent widget Composite {} 19:30:09.378 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} matches to its parent widget Composite {} 19:30:09.378 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget ImageBasedFrame {} 19:30:09.378 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=newWizardDropDown, visible=true)} matches to its parent widget ToolBar {} 19:30:09.378 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=save, visible=true)} matches to its parent widget ToolBar {} 19:30:09.378 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=saveAll, visible=true)} matches to its parent widget ToolBar {} 19:30:09.378 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget ImageBasedFrame {} 19:30:09.378 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 {} 19:30:09.378 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 {} 19:30:09.379 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget ImageBasedFrame {} 19:30:09.379 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.jdt.ui.actions.OpenPackageWizard, visible=true)} matches to its parent widget ToolBar {} 19:30:09.379 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.jdt.ui.actions.NewTypeDropDown, visible=true)} matches to its parent widget ToolBar {} 19:30:09.379 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget ImageBasedFrame {} 19:30:09.379 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 {} 19:30:09.379 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 {} 19:30:09.379 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget ImageBasedFrame {} 19:30:09.379 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.debug.ui.actions.SkipAllBreakpoints, visible=true)} matches to its parent widget ToolBar {} 19:30:09.380 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget ImageBasedFrame {} 19:30:09.380 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=openType, visible=true)} matches to its parent widget ToolBar {} 19:30:09.380 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.search.OpenSearchDialogPage, visible=true)} matches to its parent widget ToolBar {} 19:30:09.380 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget ImageBasedFrame {} 19:30:09.380 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.ui.edit.text.gotoNextAnnotation, visible=true)} matches to its parent widget ToolBar {} 19:30:09.380 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.ui.edit.text.gotoPreviousAnnotation, visible=true)} matches to its parent widget ToolBar {} 19:30:09.380 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.ui.edit.text.gotoLastEditPosition, visible=true)} matches to its parent widget ToolBar {} 19:30:09.380 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.ui.edit.text.gotoNextEditPosition, visible=true)} matches to its parent widget ToolBar {} 19:30:09.380 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=backardHistory, visible=true)} matches to its parent widget ToolBar {} 19:30:09.380 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=forwardHistory, visible=true)} matches to its parent widget ToolBar {} 19:30:09.380 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: Separator(id=pin.group, visible=true)} matches to its parent widget ToolBar {} 19:30:09.381 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: HandledContributionItem(id=org.eclipse.ui.window.pinEditor, visible=true)} matches to its parent widget ToolBar {} 19:30:09.381 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget Composite {} 19:30:09.381 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget Composite {} 19:30:09.381 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} 19:30:09.381 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget ImageBasedFrame {} 19:30:09.381 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget Composite {} 19:30:09.381 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} 19:30:09.381 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} 19:30:09.382 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: org.eclipse.ui.resourcePerspective=org.eclipse.e4.ui.model.application.ui.advanced.impl.PerspectiveImpl@f4f843f (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@38e00b47, 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 {} 19:30:09.382 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: org.eclipse.jdt.ui.JavaPerspective=org.eclipse.e4.ui.model.application.ui.advanced.impl.PerspectiveImpl@74919649 (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.NewRecordCreationWizard, 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@38e00b47, 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 {} 19:30:09.382 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.WidgetResolverTest 19:30:09.382 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:30:09.382 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:30:09.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:30:09.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:30:09.382 INFO [WorkbenchTestable][RequirementsRunner] Finished test: parentMatchesChildrenTest no-configuration(org.eclipse.reddeer.swt.test.WidgetResolverTest) 19:30:09.382 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.WidgetResolverTest 19:30:09.382 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:30:09.382 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:30:09.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:30:09.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.reddeer.swt.test.WidgetResolverTest parentMatchesChildrenTest no-configuration(org.eclipse.reddeer.swt.test.WidgetResolverTest) Time elapsed: 0.031 s Running org.eclipse.reddeer.swt.test.EditorBarTest 19:30:09.385 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.EditorBarTest 19:30:09.385 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:30:09.385 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:30:09.385 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.EditorBarTest 19:30:09.385 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:30:09.385 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:30:09.386 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:30:09.386 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:30:09.386 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:30:09.386 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:30:09.386 INFO [WorkbenchTestable][RequirementsRunner] Started test: workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.EditorBarTest) 19:30:09.386 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.EditorBarTest 19:30:09.386 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:30:09.386 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:30:09.386 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:30:09.386 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:30:09.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:30:09.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:30:09.386 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:30:09.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:30:09.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:30:09.386 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:30:09.386 DEBUG [main][MenuItemLookup] Found menu:'File' 19:30:09.386 DEBUG [main][MenuItemLookup] Item match:File 19:30:09.387 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:30:09.387 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:30:09.392 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 19:30:09.392 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:30:09.392 DEBUG [main][MenuItemLookup] Found menu:'' 19:30:09.392 DEBUG [main][MenuItemLookup] Found menu:'Package' 19:30:09.392 DEBUG [main][MenuItemLookup] Found menu:'Class' 19:30:09.392 DEBUG [main][MenuItemLookup] Found menu:'Interface' 19:30:09.392 DEBUG [main][MenuItemLookup] Found menu:'Enum' 19:30:09.392 DEBUG [main][MenuItemLookup] Found menu:'Record' 19:30:09.392 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 19:30:09.392 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 19:30:09.392 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 19:30:09.392 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:30:09.392 DEBUG [main][MenuItemLookup] Found menu:'File' 19:30:09.392 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:30:09.392 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 19:30:09.392 DEBUG [main][MenuItemLookup] Found menu:'' 19:30:09.392 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:30:09.392 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:30:09.392 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:30:09.392 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:30:09.392 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:30:09.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Select a wizard"] is available.... 19:30:09.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Select a wizard"] is available. finished successfully 19:30:09.433 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:30:09.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:30:09.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:30:09.434 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 19:30:09.434 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:30:09.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:30:09.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:30:09.435 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent 19:30:09.435 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:30:09.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:30:09.435 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:30:09.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:30:09.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:30:09.435 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:30:09.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:30:09.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:30:09.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:30:09.437 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:30:09.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:30:09.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:30:09.939 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:30:09.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:30:09.939 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:30:09.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:30:09.940 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:30:09.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:30:09.940 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:30:09.940 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 19:30:09.940 DEBUG [main][TreeItemHandler] Selecting tree item: Project 19:30:09.940 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 19:30:09.942 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 19:30:09.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 "Next >") 19:30:09.943 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:30:09.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:30:09.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:30:09.943 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent 19:30:09.943 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:30:09.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:30:09.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:30:09.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:30:09.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:30:09.944 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:30:09.944 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:30:09.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:30:09.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:30:09.944 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:30:09.944 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:30:09.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 19:30:09.972 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 19:30:09.972 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 19:30:09.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:30:09.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:30:09.972 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:") 19:30:09.973 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:30:09.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:30:09.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:30:09.973 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent 19:30:09.973 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:30:09.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:30:09.973 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:30:09.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:30:09.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:30:09.974 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:30:09.974 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:30:09.975 INFO [WorkbenchTestable][AbstractText] Text set to: EditorBarTest-test 19:30:09.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 "Finish") 19:30:09.976 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:30:09.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:30:09.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:30:09.976 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent 19:30:09.976 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:30:09.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:30:09.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:30:09.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:30:09.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:30:09.977 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:30:09.978 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:30:09.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:30:09.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:30:09.978 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:30:09.978 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:30:09.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:30:10.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:30:10.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:30:10.483 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:30:10.483 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 19:30:10.483 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:30:10.483 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:30:10.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:30:10.485 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:30:10.488 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:30:10.488 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 19:30:10.488 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:30:10.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:30:10.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:30:10.488 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:30:10.488 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:30:10.489 DEBUG [main][MenuItemLookup] Found menu:'File' 19:30:10.489 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:30:10.489 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:30:10.489 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:30:10.489 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:30:10.489 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:30:10.489 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:30:10.489 DEBUG [main][MenuItemLookup] Item match:Window 19:30:10.489 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:30:10.489 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:30:10.489 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:30:10.489 DEBUG [main][MenuItemLookup] Found menu:'' 19:30:10.489 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:30:10.489 DEBUG [main][MenuItemLookup] Item match:Show View 19:30:10.493 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 19:30:10.493 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 19:30:10.493 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 19:30:10.493 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 19:30:10.493 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 19:30:10.493 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 19:30:10.493 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 19:30:10.493 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 19:30:10.493 DEBUG [main][MenuItemLookup] Found menu:'Progress' 19:30:10.493 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 19:30:10.493 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 19:30:10.493 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 19:30:10.493 DEBUG [main][MenuItemLookup] Found menu:'Templates' 19:30:10.493 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 19:30:10.493 DEBUG [main][MenuItemLookup] Found menu:'' 19:30:10.493 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 19:30:10.493 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 19:30:10.493 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 19:30:10.493 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 19:30:10.494 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 19:30:10.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 19:30:10.535 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 19:30:10.535 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 19:30:10.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:30:10.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:30:10.536 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 19:30:10.536 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:30:10.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:30:10.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:30:10.536 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:30:10.536 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:30:10.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:30:10.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:30:10.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:30:10.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:30:10.537 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:30:10.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:30:10.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:30:10.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:30:10.538 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:30:10.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:30:10.538 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:30:10.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:30:10.538 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:30:10.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:30:10.538 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:30:10.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:30:10.538 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:30:10.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:30:10.538 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:30:10.540 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 19:30:10.540 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 19:30:10.540 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 19:30:10.540 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 19:30:10.540 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:30:10.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:30:10.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:30:10.540 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:30:10.540 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:30:10.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:30:10.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:30:10.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") 19:30:10.541 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:30:10.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:30:10.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:30:10.541 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:30:10.541 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:30:10.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:30:10.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:30:10.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:30:10.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:30:10.541 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:30:10.541 INFO [WorkbenchTestable][AbstractButton] Click button &Open 19:30:10.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:30:10.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:30:10.542 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:30:10.542 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:30:10.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:30:10.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:30:10.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 19:30:10.572 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:30:10.572 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:30:10.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 19:30:10.572 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:30:10.573 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:30:10.573 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:30:10.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:30:10.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:30:10.573 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:30:10.573 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:30:10.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:30:10.573 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:30:10.574 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:30:10.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:30:10.574 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:30:10.574 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:30:10.574 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:30:10.575 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:30:10.575 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:30:10.575 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:30:10.575 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:30:10.581 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:30:10.581 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:30:10.582 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:30:10.582 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:30:10.582 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:30:10.582 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:30:10.583 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:30:10.583 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:30:10.584 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:30:10.584 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:30:10.585 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:30:10.585 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:30:10.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:30:10.585 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:30:10.585 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:30:11.085 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:30:11.086 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:30:11.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:30:11.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:30:11.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:30:11.587 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:30:11.587 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:30:11.588 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:30:11.588 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:30:11.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 19:30:11.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:30:11.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:30:11.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:30:11.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:30:11.588 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:30:11.590 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EditorBarTest-test 19:30:11.595 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:30:11.595 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:30:11.595 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:30:11.596 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:30:11.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 19:30:11.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:30:11.596 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:30:11.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:30:11.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:30:11.596 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:30:11.596 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 19:30:11.596 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 19:30:11.596 DEBUG [main][TreeItemHandler] Set Tree selection 19:30:11.596 DEBUG [main][TreeHandler] Notify Tree about selection event 19:30:11.604 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 19:30:11.608 DEBUG [WorkbenchTestable][TreeItemHandler] EditorBarTest-test 19:30:11.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:30:11.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:30:11.608 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:30:11.608 DEBUG [main][MenuItemLookup] Found menu:'File' 19:30:11.608 DEBUG [main][MenuItemLookup] Item match:File 19:30:11.609 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:30:11.609 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:30:11.613 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 19:30:11.613 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:30:11.613 DEBUG [main][MenuItemLookup] Found menu:'' 19:30:11.613 DEBUG [main][MenuItemLookup] Found menu:'Package' 19:30:11.613 DEBUG [main][MenuItemLookup] Found menu:'Class' 19:30:11.613 DEBUG [main][MenuItemLookup] Found menu:'Interface' 19:30:11.613 DEBUG [main][MenuItemLookup] Found menu:'Enum' 19:30:11.613 DEBUG [main][MenuItemLookup] Found menu:'Record' 19:30:11.613 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 19:30:11.613 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 19:30:11.613 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 19:30:11.613 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:30:11.613 DEBUG [main][MenuItemLookup] Found menu:'File' 19:30:11.613 DEBUG [main][MenuItemLookup] Item match:File 19:30:11.613 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"File" 19:30:11.613 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text File 19:30:11.613 INFO [main][MenuItemHandler] Select menu item: File 19:30:11.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 19:30:11.665 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 19:30:11.665 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 19:30:11.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:30:11.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:30:11.666 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:") 19:30:11.666 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:30:11.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:30:11.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:30:11.666 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Create New File" as the parent 19:30:11.666 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:30:11.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:30:11.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:30:11.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:30:11.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:30:11.668 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:30:11.668 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:30:11.668 INFO [WorkbenchTestable][AbstractText] Text set to: test.tlb 19:30:11.669 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:30:11.669 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:30:11.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:30:11.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:30:11.669 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Create New File" as the parent 19:30:11.669 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:30:11.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:30:11.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:30:11.670 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:30:11.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:30:11.670 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:30:11.671 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:30:11.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:30:11.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:30:11.671 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:30:11.671 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:30:11.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:30:12.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:30:12.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@175ef253 is found... 19:30:12.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@175ef253 is found finished successfully 19:30:12.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 '\*?\Qeditor-with-toolbar\E') 19:30:12.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:30:12.178 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:30:12.179 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:30:12.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:30:12.179 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:30:12.181 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:30:12.181 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=Editor with toolbar example TooltipText=null 19:30:12.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:30:12.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:30:12.181 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editor-with-toolbar"as the parent 19:30:12.181 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") 19:30:12.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:30:12.181 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:30:12.182 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:30:12.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:30:12.182 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:30:12.182 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Execute task 19:30:12.182 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 19:30:12.182 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:30:12.183 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:30:12.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:30:12.183 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 19:30:12.183 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:30:12.184 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:30:12.184 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - editor-with-toolbar - Eclipse Platform 19:30:12.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:30:12.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:30:12.184 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - editor-with-toolbar - Eclipse Platform' 19:30:12.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 '\*?\QProject Explorer\E') 19:30:12.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:30:12.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:30:12.185 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:30:12.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:30:12.185 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:30:12.185 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:30:12.185 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:30:12.191 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:30:12.191 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:30:12.191 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:30:12.191 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:30:12.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:30:12.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:30:12.192 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:30:12.192 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:30:12.193 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:30:12.193 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:30:12.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:30:12.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:30:12.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:30:12.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:30:12.694 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:30:13.194 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:30:13.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:30:13.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:30:13.195 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:30:13.195 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:30:13.196 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:30:13.196 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:30:13.196 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:30:13.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:30:13.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:30:13.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:30:13.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:30:13.196 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:30:13.196 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EditorBarTest-test 19:30:13.198 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item EditorBarTest-test 19:30:13.198 DEBUG [main][TreeItemHandler] Selecting tree item: EditorBarTest-test 19:30:13.198 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item EditorBarTest-test about selection 19:30:13.205 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: EditorBarTest-test 19:30:13.205 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:30:13.205 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:30:13.236 DEBUG [main][MenuItemLookup] Found menu:'New' 19:30:13.236 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:30:13.236 DEBUG [main][MenuItemLookup] Found menu:'' 19:30:13.236 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:30:13.236 DEBUG [main][MenuItemLookup] Found menu:'' 19:30:13.236 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:30:13.236 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:30:13.236 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:30:13.236 DEBUG [main][MenuItemLookup] Found menu:'Move...' 19:30:13.236 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 19:30:13.236 DEBUG [main][MenuItemLookup] Found menu:'' 19:30:13.236 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:30:13.236 DEBUG [main][MenuItemLookup] Found menu:'Export...' 19:30:13.236 DEBUG [main][MenuItemLookup] Found menu:'' 19:30:13.236 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:30:13.236 DEBUG [main][MenuItemLookup] Item match:Refresh F5 19:30:13.237 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 19:30:13.237 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 19:30:13.237 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 19:30:13.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:30:13.238 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 19:30:13.738 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 19:30:13.738 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:30:13.738 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:30:13.738 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:30:13.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:30:13.738 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'EditorBarTest-test' via Explorer 19:30:13.739 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item EditorBarTest-test 19:30:13.739 DEBUG [main][TreeItemHandler] Selecting tree item: EditorBarTest-test 19:30:13.739 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item EditorBarTest-test about selection 19:30:13.743 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: EditorBarTest-test 19:30:13.744 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:30:13.744 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:30:13.761 DEBUG [main][MenuItemLookup] Found menu:'New' 19:30:13.761 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:30:13.761 DEBUG [main][MenuItemLookup] Found menu:'' 19:30:13.761 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:30:13.761 DEBUG [main][MenuItemLookup] Found menu:'' 19:30:13.761 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:30:13.761 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:30:13.761 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:30:13.761 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:30:13.761 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:30:13.761 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:30:13.761 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 19:30:13.793 DEBUG [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.... 19:30:14.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 'Delete.*'] is available. finished successfully 19:30:14.354 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 19:30:14.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:30:14.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:30:14.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:30:14.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:30:14.357 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 19:30:14.357 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:30:14.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:30:14.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:30:14.357 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:30:14.357 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:30:14.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:30:14.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:30:14.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:30:14.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:30:14.357 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:30:14.357 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 19:30:14.358 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 19:30:14.358 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 19:30:14.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:30:14.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:30:14.358 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:30:14.358 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:30:14.358 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 19:30:14.358 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:30:14.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:30:14.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:30:14.358 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:30:14.358 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:30:14.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:30:14.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:30:14.358 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:30:14.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:30:14.358 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:30:14.359 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:30:14.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:30:14.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:30:14.359 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:30:14.359 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:30:14.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 19:30:14.364 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 19:30:14.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 19:30:14.865 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 19:30:14.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:30:14.865 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 19:30:14.865 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:30:14.865 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:30:14.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:30:14.865 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.EditorBarTest 19:30:14.865 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:30:14.865 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:30:14.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:30:14.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:30:14.865 INFO [WorkbenchTestable][RequirementsRunner] Finished test: workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.EditorBarTest) 19:30:14.865 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.EditorBarTest 19:30:14.865 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:30:14.865 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:30:14.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:30:14.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.481 s - in org.eclipse.reddeer.swt.test.EditorBarTest workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.EditorBarTest) Time elapsed: 5.479 s Results: Tests run: 304, 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.swt.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/reddeer.verification.parametrized/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 297 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 19 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 13 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 3.3.0-SNAPSHOT [32/58] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.core.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.core.test --- [INFO] The project's OSGi version is 3.3.0.v20210310-1921 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.reddeer.core.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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.verification.parametrized/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.verification.parametrized/tests/org.eclipse.reddeer.core.test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.reddeer.core.test --- [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.core.test:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/pom.xml [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/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.verification.parametrized/tests/org.eclipse.reddeer.core.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.reddeer.core.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/target/org.eclipse.reddeer.core.test-3.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.reddeer.core.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.core.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/target/org.eclipse.reddeer.core.test-3.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.core.test --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.reddeer.core.test --- [INFO] Executing Test Runtime with timeout 9600, logs (if any) will be placed at: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/11.0.2+9/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.verification.parametrized/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.6.100.v20201223-0822/org.eclipse.equinox.launcher-1.6.100.v20201223-0822.jar, -data, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/target/work/data, -install, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/target/work, -configuration, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.platform.ide, -nouithread, -timeout, 9600000] Launching application org.eclipse.ui.ide.workbench... Running org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest 19:30:25.318 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 19:30:25.319 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:30:25.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:30:25.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:30:25.513 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:30:25.513 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:30:25.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:30:25.514 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 19:30:25.528 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 19:30:25.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:30:25.529 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 19:30:25.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:30:25.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:30:25.538 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 19:30:25.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:30:25.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:30:25.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:30:25.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:30:25.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:30:25.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:30:25.542 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 19:30:25.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:30:25.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:30:25.542 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:30:25.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:30:25.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:30:25.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:30:25.543 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 19:30:25.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:30:25.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:30:25.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 19:30:25.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 19:30:25.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:30:25.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:30:25.544 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 19:30:25.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:30:25.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:30:25.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 19:30:25.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found 19:30:25.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:30:25.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:30:25.545 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 19:30:25.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:30:25.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:30:25.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 19:30:25.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4 is found 19:30:25.549 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:30:25.552 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 19:30:25.552 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:30:25.552 DEBUG [main][AbstractWait] Waiting until shell is active... 19:30:25.552 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:30:25.552 INFO [main][AbstractShell] Close shell Testing shell 19:30:25.553 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:30:25.584 DEBUG [main][AbstractWait] Waiting while shell is available... 19:30:25.584 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:30:25.830 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 19:30:25.830 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:30:26.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:30:26.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:30:26.020 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:30:26.020 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:30:26.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:30:26.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 19:30:26.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 19:30:26.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:30:26.027 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 19:30:26.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:30:26.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:30:26.028 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 19:30:26.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:30:26.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:30:26.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:30:26.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:30:26.029 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 19:30:26.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:30:26.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:30:26.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:30:26.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:30:26.029 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 19:30:26.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:30:26.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:30:26.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:30:26.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:30:26.030 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 19:30:26.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:30:26.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:30:26.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:30:26.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:30:26.030 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 19:30:26.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:30:26.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:30:26.030 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:30:26.031 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 19:30:26.031 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:30:26.031 DEBUG [main][AbstractWait] Waiting until shell is active... 19:30:26.031 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:30:26.031 INFO [main][AbstractShell] Close shell Testing shell 19:30:26.031 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:30:26.038 DEBUG [main][AbstractWait] Waiting while shell is available... 19:30:26.038 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:30:26.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:30:26.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:30:26.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:30:26.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 19:30:26.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 19:30:26.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2is not found 19:30:26.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 19:30:26.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 19:30:26.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 19:30:26.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 19:30:26.274 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 19:30:26.274 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:30:26.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:30:26.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:30:26.481 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:30:26.481 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:30:26.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:30:26.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 19:30:26.485 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 19:30:26.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:30:26.485 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 19:30:26.487 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:30:26.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:30:26.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:30:26.488 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:30:26.488 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:30:26.488 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:30:26.488 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:30:26.488 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:30:26.489 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 19:30:26.489 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:30:26.489 DEBUG [main][AbstractWait] Waiting until shell is active... 19:30:26.490 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:30:26.490 INFO [main][AbstractShell] Close shell Testing shell 19:30:26.490 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:30:26.496 DEBUG [main][AbstractWait] Waiting while shell is available... 19:30:26.497 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:30:26.724 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 19:30:26.724 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:30:26.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:30:26.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:30:26.911 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:30:26.911 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:30:26.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:30:26.911 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 19:30:26.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 19:30:26.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:30:26.916 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 19:30:26.917 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:30:26.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:30:26.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:30:26.917 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:30:26.917 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:30:26.917 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:30:26.917 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:30:26.919 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:30:26.919 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 19:30:26.919 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:30:26.920 DEBUG [main][AbstractWait] Waiting until shell is active... 19:30:26.920 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:30:26.920 INFO [main][AbstractShell] Close shell Testing shell 19:30:26.920 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:30:26.926 DEBUG [main][AbstractWait] Waiting while shell is available... 19:30:26.926 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:30:26.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:30:26.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:30:27.149 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 19:30:27.149 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:30:27.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:30:27.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:30:27.341 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:30:27.341 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:30:27.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:30:27.341 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 19:30:27.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 19:30:27.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:30:27.347 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 19:30:27.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 19:30:27.348 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:30:27.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:30:27.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:30:27.348 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:30:27.348 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:30:27.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:30:27.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:30:27.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:30:27.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:30:27.348 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:30:27.349 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 19:30:27.349 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:30:27.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:30:27.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:30:27.349 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:30:27.349 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:30:27.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:30:27.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:30:27.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:30:27.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:30:27.352 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 19:30:27.352 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 19:30:27.352 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:30:27.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:30:27.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:30:27.352 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:30:27.353 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:30:27.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:30:27.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 19:30:27.356 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 19:30:27.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:30:27.356 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 19:30:27.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:30:27.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:30:27.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:30:27.358 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:30:27.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:30:27.358 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:30:27.358 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:30:27.359 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 19:30:27.359 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:30:27.359 DEBUG [main][AbstractWait] Waiting until shell is active... 19:30:27.359 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:30:27.359 INFO [main][AbstractShell] Close shell Testing shell 19:30:27.359 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:30:27.365 DEBUG [main][AbstractWait] Waiting while shell is available... 19:30:27.380 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:30:27.599 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 19:30:27.599 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:30:27.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:30:27.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:30:27.786 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:30:27.786 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:30:27.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:30:27.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 19:30:27.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 19:30:27.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:30:27.790 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 19:30:27.791 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:30:27.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:30:27.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:30:27.792 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:30:27.792 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:30:27.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:30:27.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:30:27.792 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:30:27.792 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 19:30:27.792 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:30:27.793 DEBUG [main][AbstractWait] Waiting until shell is active... 19:30:27.793 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:30:27.793 INFO [main][AbstractShell] Close shell Testing shell 19:30:27.793 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:30:27.799 DEBUG [main][AbstractWait] Waiting while shell is available... 19:30:27.799 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.889 s - in org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest testIndex(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest) Time elapsed: 0.599 s testNotFoundAfterClose(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest) Time elapsed: 0.453 s testMatcher(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest) Time elapsed: 0.458 s testGetResult(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest) Time elapsed: 0.429 s testParent(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest) Time elapsed: 0.454 s testSimple(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest) Time elapsed: 0.418 s Running org.eclipse.reddeer.core.test.condition.JobIsRunningTest 19:30:27.825 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 19:30:27.825 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 19:30:27.832 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 19:30:27.832 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 19:30:27.843 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 19:30:27.886 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:30:27.887 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:30:27.889 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 19:30:27.890 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 19:30:27.891 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 19:30:27.891 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 19:30:27.892 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:30:27.892 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:30:27.921 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:30:27.921 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:30:27.924 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. 19:30:28.016 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:30:28.017 INFO [WorkbenchTestable][RequirementsRunner] Started test: testConsidered no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 19:30:28.017 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 19:30:28.017 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:30:28.017 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:30:28.017 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:30:28.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 19:30:28.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 19:30:28.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 19:30:28.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 19:30:28.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 19:30:28.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 19:30:28.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:30:28.021 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is not listed in considered jobs, ignore it 19:30:28.021 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 19:30:28.521 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is not listed in considered jobs, ignore it 19:30:28.521 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 19:30:29.021 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is not listed in considered jobs, ignore it 19:30:29.022 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 19:30:29.522 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is not listed in considered jobs, ignore it 19:30:29.522 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 19:30:30.022 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is not listed in considered jobs, ignore it 19:30:30.022 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is not listed in considered jobs, ignore it 19:30:30.022 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is not listed in considered jobs, ignore it 19:30:30.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:30:31.023 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' was successfully killed 19:30:31.024 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 19:30:31.024 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:30:31.027 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:30:31.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:30:31.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:30:31.028 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testConsidered no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 19:30:31.028 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:30:31.028 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShorterTimeOutThanJobDuration no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 19:30:31.028 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 19:30:31.029 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:30:31.029 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:30:31.029 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:30:31.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 19:30:31.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 19:30:31.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:30:31.029 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 19:30:31.529 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 19:30:32.029 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 19:30:32.530 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 19:30:33.030 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 19:30:33.530 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 19:30:34.031 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 19:30:34.531 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 19:30:35.031 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 19:30:35.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running failed, an exception will be thrown 19:30:36.034 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' was successfully killed 19:30:36.034 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 19:30:36.034 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:30:36.034 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:30:36.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:30:36.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:30:36.035 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShorterTimeOutThanJobDuration no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 19:30:36.035 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:30:36.036 INFO [WorkbenchTestable][RequirementsRunner] Started test: testConsideredExcluded no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 19:30:36.036 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 19:30:36.036 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:30:36.036 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:30:36.036 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:30:36.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 19:30:36.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 19:30:36.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 19:30:36.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 19:30:36.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:30:36.536 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 19:30:37.037 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 19:30:37.537 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 19:30:38.038 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 19:30:38.538 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 19:30:39.038 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 19:30:39.539 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 19:30:40.039 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 19:30:40.540 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 19:30:41.040 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 19:30:41.540 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 19:30:42.041 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 19:30:42.041 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is not listed in considered jobs, ignore it 19:30:42.041 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is not listed in considered jobs, ignore it 19:30:42.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:30:43.041 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' was successfully killed 19:30:43.041 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 19:30:43.041 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:30:43.041 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:30:43.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:30:43.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:30:43.042 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testConsideredExcluded no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 19:30:43.043 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:30:43.043 INFO [WorkbenchTestable][RequirementsRunner] Started test: testNotIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 19:30:43.043 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 19:30:43.043 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:30:43.043 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:30:43.043 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:30:43.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 19:30:43.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 19:30:43.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 19:30:43.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 19:30:43.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 19:30:43.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 19:30:43.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 19:30:43.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 19:30:43.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:30:43.044 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped 19:30:43.044 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 19:30:43.544 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped 19:30:43.544 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 19:30:44.044 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped 19:30:44.045 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 19:30:44.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped 19:30:44.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 19:30:45.045 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped 19:30:45.046 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 19:30:45.546 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped 19:30:45.546 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 19:30:46.046 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 19:30:46.546 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 19:30:47.047 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 19:30:47.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 19:30:48.048 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 19:30:48.548 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 19:30:49.048 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 19:30:49.548 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 19:30:50.049 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 19:30:50.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 19:30:51.049 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 19:30:51.550 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 19:30:52.050 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 19:30:52.050 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is not listed in considered jobs, ignore it 19:30:52.050 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is not listed in considered jobs, ignore it 19:30:52.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:30:53.050 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' was successfully killed 19:30:53.050 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 19:30:53.050 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:30:53.050 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:30:53.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:30:53.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:30:53.051 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testNotIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 19:30:53.051 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:30:53.051 INFO [WorkbenchTestable][RequirementsRunner] Started test: testIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 19:30:53.051 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 19:30:53.052 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:30:53.052 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:30:53.052 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:30:53.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 19:30:53.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 19:30:53.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 19:30:53.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 19:30:53.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 19:30:53.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 19:30:53.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 19:30:53.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 19:30:53.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:30:53.552 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped 19:30:53.552 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 19:30:53.553 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 19:30:54.053 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped 19:30:54.053 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 19:30:54.053 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 19:30:54.553 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped 19:30:54.553 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 19:30:54.554 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 19:30:55.054 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped 19:30:55.054 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 19:30:55.054 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 19:30:55.554 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped 19:30:55.554 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 19:30:55.554 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 19:30:56.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 19:30:56.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 19:30:56.555 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 19:30:56.555 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 19:30:57.056 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 19:30:57.056 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 19:30:57.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 19:30:57.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 19:30:58.057 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 19:30:58.057 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 19:30:58.557 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 19:30:58.557 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 19:30:59.058 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 19:30:59.058 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is a system job, skipped 19:30:59.058 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is not listed in considered jobs, ignore it 19:30:59.058 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is not listed in considered jobs, ignore it 19:30:59.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:31:00.058 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' was successfully killed 19:31:01.059 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' was successfully killed 19:31:01.059 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 19:31:01.059 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:31:01.059 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:31:01.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:31:01.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:31:01.060 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 19:31:01.060 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:31:01.060 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSimple no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 19:31:01.060 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 19:31:01.060 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:31:01.060 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:31:01.060 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:31:01.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 19:31:01.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 19:31:01.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:31:01.061 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 19:31:01.561 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 19:31:02.061 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 19:31:02.561 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 19:31:03.062 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:31:03.062 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:31:03.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:31:03.062 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 19:31:03.062 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:31:03.062 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:31:03.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:31:03.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:31:03.063 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSimple no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 19:31:03.063 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 19:31:03.063 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:31:03.063 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:31:03.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:31:03.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 35.241 s - in org.eclipse.reddeer.core.test.condition.JobIsRunningTest testConsidered no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) Time elapsed: 3.011 s testShorterTimeOutThanJobDuration no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) Time elapsed: 5.007 s testConsideredExcluded no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) Time elapsed: 7.006 s testNotIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) Time elapsed: 10.008 s testIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) Time elapsed: 8.009 s testSimple no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) Time elapsed: 2.003 s Running org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 19:31:03.070 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 19:31:03.072 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:31:03.072 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:31:03.072 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 19:31:03.073 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:31:03.073 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:31:03.073 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:31:03.073 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:31:03.073 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:31:03.073 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:31:03.073 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDisposedTable no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest) 19:31:03.073 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 19:31:03.073 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:31:03.073 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:31:03.073 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:31:03.284 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 19:31:03.284 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:31:03.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:31:03.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:31:03.474 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:31:03.474 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:31:03.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:31:03.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 19:31:03.479 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 19:31:03.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:31:03.480 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 19:31:03.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:31:03.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:31:03.481 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 19:31:03.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:31:03.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:31:03.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:31:03.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:31:03.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:31:03.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:31:03.488 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:31:03.488 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 19:31:03.488 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:31:03.488 DEBUG [main][AbstractWait] Waiting until shell is active... 19:31:03.488 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:31:03.488 INFO [main][AbstractShell] Close shell Testing shell 19:31:03.488 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:31:03.494 DEBUG [main][AbstractWait] Waiting while shell is available... 19:31:03.495 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:31:03.495 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 19:31:03.495 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:31:03.495 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:31:03.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:31:03.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:31:03.509 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDisposedTable no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest) 19:31:03.509 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:31:03.509 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDisposedTree no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest) 19:31:03.509 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 19:31:03.510 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:31:03.510 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:31:03.510 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:31:03.520 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 19:31:03.520 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:31:03.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:31:03.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:31:03.529 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:31:03.529 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:31:03.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:31:03.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:03.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:31:03.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:31:03.529 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:31:03.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:31:03.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:31:03.533 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 19:31:03.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:31:03.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:31:03.538 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item C and wait with time period 1 19:31:03.538 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item C 19:31:03.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:31:04.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:31:04.041 INFO [WorkbenchTestable][TreeItemHandler] Expanded: C 19:31:04.043 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item C 19:31:04.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:31:04.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:31:04.543 INFO [WorkbenchTestable][TreeItemHandler] Expanded: C 19:31:04.544 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item C and wait with time period 1 19:31:04.544 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item C 19:31:04.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:31:05.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:31:05.045 INFO [WorkbenchTestable][TreeItemHandler] Expanded: C 19:31:05.045 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item B and wait with time period 1 19:31:05.046 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 19:31:05.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:31:05.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:31:05.547 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 19:31:05.550 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 19:31:05.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:31:05.550 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item B is already expanded. No action performed 19:31:05.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:31:05.550 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 19:31:05.550 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item B and wait with time period 1 19:31:05.550 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 19:31:05.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:31:05.550 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item B is already expanded. No action performed 19:31:05.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:31:05.550 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 19:31:05.550 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item BB and wait with time period 1 19:31:05.551 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item BB 19:31:05.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:31:06.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:31:06.051 INFO [WorkbenchTestable][TreeItemHandler] Expanded: BB 19:31:06.052 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item BB 19:31:06.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:31:06.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:31:06.552 INFO [WorkbenchTestable][TreeItemHandler] Expanded: BB 19:31:06.553 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item BB and wait with time period 1 19:31:06.553 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item BB 19:31:06.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:31:07.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:31:07.054 INFO [WorkbenchTestable][TreeItemHandler] Expanded: BB 19:31:07.054 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 19:31:07.054 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 19:31:07.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:31:07.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:31:07.555 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 19:31:07.557 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 19:31:07.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:31:07.557 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 19:31:07.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:31:07.557 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 19:31:07.557 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 19:31:07.557 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 19:31:07.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:31:07.558 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 19:31:07.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:31:07.558 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 19:31:07.558 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AA and wait with time period 1 19:31:07.558 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 19:31:07.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:31:08.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:31:08.059 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 19:31:08.061 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 19:31:08.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:31:08.062 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 19:31:08.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:31:08.062 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 19:31:08.062 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AA and wait with time period 1 19:31:08.062 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 19:31:08.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:31:08.062 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 19:31:08.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:31:08.062 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 19:31:08.062 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAB and wait with time period 1 19:31:08.062 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAB 19:31:08.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:31:08.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:31:08.563 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAB 19:31:08.563 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAB 19:31:08.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:31:09.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:31:09.065 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAB 19:31:09.065 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAB and wait with time period 1 19:31:09.065 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAB 19:31:09.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:31:09.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:31:09.566 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAB 19:31:09.566 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAA and wait with time period 1 19:31:09.566 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAA 19:31:09.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:31:10.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:31:10.067 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAA 19:31:10.067 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAA 19:31:10.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:31:10.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:31:10.568 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAA 19:31:10.568 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAA and wait with time period 1 19:31:10.568 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAA 19:31:10.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:31:11.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:31:11.069 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAA 19:31:11.070 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:31:11.071 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 19:31:11.071 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:31:11.071 DEBUG [main][AbstractWait] Waiting until shell is active... 19:31:11.071 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:31:11.071 INFO [main][AbstractShell] Close shell Testing shell 19:31:11.071 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:31:11.075 DEBUG [main][AbstractWait] Waiting while shell is available... 19:31:11.075 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:31:11.075 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 19:31:11.075 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:31:11.075 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:31:11.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:31:11.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:31:11.080 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDisposedTree no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest) 19:31:11.080 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 19:31:11.080 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:31:11.080 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:31:11.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:31:11.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.012 s - in org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest testDisposedTable no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest) Time elapsed: 0.436 s testDisposedTree no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest) Time elapsed: 7.571 s Running org.eclipse.reddeer.core.test.condition.ActiveShellExistsTest 19:31:11.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Test shell"] is available.... 19:31:11.101 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 19:31:11.101 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Test shell 19:31:11.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:31:11.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:31:11.101 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Test shell 19:31:11.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:31:11.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:31:11.102 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Test shell 19:31:11.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:31:11.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:31:11.102 INFO [WorkbenchTestable][AbstractShell] Close shell Test shell 19:31:11.102 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Test shell' 19:31:11.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:31:11.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.eclipse.reddeer.core.test.condition.ActiveShellExistsTest testActiveShellExistsGetResult(org.eclipse.reddeer.core.test.condition.ActiveShellExistsTest) Time elapsed: 0.033 s Running org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 19:31:11.120 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 19:31:11.121 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:31:11.121 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:31:11.121 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 19:31:11.121 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:31:11.121 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:31:11.121 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:31:11.121 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:31:11.121 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:31:11.122 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:31:11.122 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShellContainsStyledText no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest) 19:31:11.122 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 19:31:11.122 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:31:11.122 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:31:11.122 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:31:11.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 19:31:11.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 19:31:11.130 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 19:31:11.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:31:11.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:31:11.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 19:31:11.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 19:31:11.136 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 19:31:11.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:31:11.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:31:11.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 19:31:11.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 19:31:11.147 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 19:31:11.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:31:11.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:31:11.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 19:31:11.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 19:31:11.185 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 19:31:11.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:31:11.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:31:11.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 19:31:11.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 19:31:11.190 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 19:31:11.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:31:11.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:31:11.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 19:31:11.192 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 19:31:11.192 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:31:11.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:31:11.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:31:11.197 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 19:31:11.197 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:31:11.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:31:11.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:31:11.198 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 19:31:11.207 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:31:11.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:31:11.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:11.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:11.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:11.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:12.209 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:12.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:12.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:31:12.214 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:31:12.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 19:31:12.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 19:31:12.214 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 19:31:12.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:31:12.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:31:12.215 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 19:31:12.215 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:31:12.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:31:12.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:31:12.219 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 19:31:12.219 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:31:12.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:31:12.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:12.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:12.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:12.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:13.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:13.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:13.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:31:13.221 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:31:13.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 19:31:13.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 19:31:13.221 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 19:31:13.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:31:13.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:31:13.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 19:31:13.222 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:31:13.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:31:13.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:31:13.222 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 19:31:13.222 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:31:13.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:31:13.222 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:13.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:13.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:13.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:14.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:14.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:14.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:31:14.225 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:31:14.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 19:31:14.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 19:31:14.226 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 19:31:14.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:31:14.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:31:14.227 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 19:31:14.227 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:31:14.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:31:14.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:31:14.227 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 19:31:14.227 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:31:14.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:31:14.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:14.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:14.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:14.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:15.228 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:15.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:15.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:31:15.228 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:31:15.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 19:31:15.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 19:31:15.229 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 19:31:15.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:31:15.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:31:15.229 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 19:31:15.229 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:31:15.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:31:15.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:31:15.230 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 19:31:15.230 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:31:15.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:31:15.230 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:15.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:15.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:15.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:16.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:16.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:16.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:31:16.233 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:31:16.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 19:31:16.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 19:31:16.233 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 19:31:16.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:31:16.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:31:16.233 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 19:31:16.233 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:31:16.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:31:16.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:31:16.234 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 19:31:16.234 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:31:16.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:31:16.234 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:16.235 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:16.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:16.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:17.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:17.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:17.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:31:17.237 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:31:17.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 19:31:17.238 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 19:31:17.238 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:31:17.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:31:17.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:31:17.238 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 19:31:17.238 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:31:17.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:31:17.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:31:17.252 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 19:31:17.252 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:31:17.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:31:17.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:17.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:17.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:17.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:18.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:18.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:18.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:31:18.257 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:31:18.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 19:31:18.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 19:31:18.257 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 19:31:18.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:31:18.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:31:18.257 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 19:31:18.257 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:31:18.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:31:18.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:31:18.262 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 19:31:18.262 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:31:18.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:31:18.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:18.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:18.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:18.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:19.263 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:19.263 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:19.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:31:19.263 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:31:19.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 19:31:19.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 19:31:19.264 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 19:31:19.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:31:19.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:31:19.264 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 19:31:19.264 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:31:19.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:31:19.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:31:19.266 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 19:31:19.266 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:31:19.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:31:19.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:19.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:19.767 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:19.767 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:20.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:20.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:20.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:31:20.268 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:31:20.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 19:31:20.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 19:31:20.268 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 19:31:20.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:31:20.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:31:20.269 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 19:31:20.269 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:31:20.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:31:20.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:31:20.269 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 19:31:20.269 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:31:20.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:31:20.269 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:20.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:20.770 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:20.771 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:21.271 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:21.271 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:21.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:31:21.272 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:31:21.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 19:31:21.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 19:31:21.272 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 19:31:21.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:31:21.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:31:21.273 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 19:31:21.273 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:31:21.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:31:21.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:31:21.275 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 19:31:21.275 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:31:21.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:31:21.275 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:21.275 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:21.775 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:21.775 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:22.276 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:22.276 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:22.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:31:22.276 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:31:22.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 19:31:22.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 19:31:22.277 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 19:31:22.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:31:22.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:31:22.277 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 19:31:22.277 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:31:22.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:31:22.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:31:22.279 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 19:31:22.279 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:31:22.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:31:22.279 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:22.279 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:22.779 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:22.779 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:23.280 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:23.280 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:23.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:31:23.280 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:31:23.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 19:31:23.281 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 19:31:23.281 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:31:23.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:31:23.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:31:23.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 19:31:23.281 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:31:23.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:31:23.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:31:23.294 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 19:31:23.294 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:31:23.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:31:23.294 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:23.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:23.795 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:23.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:24.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:24.296 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:24.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:31:24.297 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:31:24.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 19:31:24.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 19:31:24.298 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 19:31:24.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:31:24.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:31:24.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 19:31:24.298 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:31:24.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:31:24.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:31:24.299 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 19:31:24.299 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:31:24.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:31:24.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:24.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:24.799 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:24.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:25.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:25.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:25.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:31:25.300 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:31:25.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 19:31:25.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 19:31:25.301 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 19:31:25.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:31:25.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:31:25.301 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 19:31:25.301 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:31:25.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:31:25.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:31:25.301 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 19:31:25.301 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:31:25.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:31:25.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:25.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:25.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:25.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:26.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:26.304 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:26.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:31:26.304 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:31:26.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 19:31:26.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 19:31:26.305 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 19:31:26.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:31:26.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:31:26.305 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 19:31:26.305 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:31:26.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:31:26.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:31:26.307 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 19:31:26.307 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:31:26.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:31:26.307 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:26.307 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:26.807 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:26.807 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:27.308 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:27.308 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:27.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:31:27.308 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:31:27.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 19:31:27.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 19:31:27.309 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 19:31:27.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:31:27.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:31:27.309 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 19:31:27.309 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:31:27.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:31:27.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:31:27.310 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 19:31:27.310 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:31:27.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:31:27.310 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:27.310 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:27.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:27.810 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:28.310 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:28.311 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:28.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:31:28.311 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:31:28.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 19:31:28.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 19:31:28.312 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 19:31:28.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:31:28.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:31:28.312 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 19:31:28.312 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:31:28.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:31:28.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:31:28.312 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 19:31:28.312 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:31:28.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:31:28.312 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:28.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:28.814 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:28.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:29.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:29.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:29.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:31:29.315 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:31:29.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 19:31:29.315 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 19:31:29.316 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:31:29.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:31:29.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:31:29.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 19:31:29.316 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:31:29.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:31:29.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:31:29.320 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 19:31:29.320 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:31:29.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:31:29.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:29.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:29.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:29.821 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:30.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:30.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:30.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:31:30.324 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:31:30.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 19:31:30.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 19:31:30.324 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 19:31:30.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:31:30.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:31:30.324 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 19:31:30.324 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:31:30.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:31:30.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:31:30.333 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 19:31:30.333 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:31:30.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:31:30.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:30.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:30.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:30.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:31.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:31.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:31.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:31:31.335 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:31:31.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 19:31:31.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 19:31:31.336 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 19:31:31.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:31:31.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:31:31.336 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 19:31:31.336 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:31:31.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:31:31.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:31:31.337 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 19:31:31.337 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:31:31.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:31:31.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:31.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:31.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:31.838 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:32.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:32.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:32.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:31:32.339 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:31:32.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 19:31:32.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 19:31:32.340 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 19:31:32.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:31:32.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:31:32.340 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 19:31:32.340 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:31:32.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:31:32.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:31:32.340 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 19:31:32.340 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:31:32.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:31:32.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:32.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:32.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:32.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:33.341 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:33.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:33.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:31:33.342 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:31:33.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 19:31:33.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 19:31:33.342 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 19:31:33.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:31:33.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:31:33.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 19:31:33.343 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:31:33.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:31:33.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:31:33.343 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 19:31:33.343 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:31:33.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:31:33.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:33.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:33.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:33.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:34.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:34.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:34.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:31:34.346 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:31:34.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 19:31:34.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 19:31:34.346 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 19:31:34.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:31:34.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:31:34.348 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 19:31:34.348 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:31:34.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:31:34.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:31:34.349 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 19:31:34.349 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:31:34.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:31:34.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:34.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:34.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:34.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:35.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:35.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:35.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:31:35.350 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:31:35.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 19:31:35.351 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 19:31:35.351 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:31:35.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:31:35.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:31: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 19:31:35.351 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:31:35.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:31:35.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:31:35.364 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 19:31:35.365 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:31:35.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:31:35.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:35.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:35.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:35.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:36.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:36.367 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:36.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:31:36.368 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:31:36.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 19:31:36.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 19:31:36.369 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 19:31:36.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:31:36.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:31:36.369 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 19:31:36.369 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:31:36.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:31:36.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:31:36.378 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 19:31:36.378 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:31:36.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:31:36.378 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:36.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:36.878 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:36.879 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:37.379 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:37.379 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:37.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:31:37.379 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:31:37.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 19:31:37.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 19:31:37.380 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 19:31:37.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:31:37.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:31:37.380 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 19:31:37.380 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:31:37.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:31:37.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:31:37.381 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 19:31:37.381 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:31:37.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:31:37.381 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:37.382 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:37.882 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:37.882 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:38.382 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:38.382 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:38.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:31:38.383 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:31:38.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 19:31:38.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 19:31:38.383 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 19:31:38.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:31:38.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:31:38.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 19:31:38.384 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:31:38.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:31:38.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:31:38.385 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 19:31:38.385 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:31:38.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:31:38.385 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:38.386 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:38.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:38.886 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:39.386 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:39.387 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:39.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:31:39.387 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:31:39.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 19:31:39.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 19:31:39.388 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 19:31:39.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:31:39.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:31:39.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 19:31:39.388 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:31:39.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:31:39.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:31:39.388 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 19:31:39.388 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:31:39.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:31:39.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:39.388 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:39.889 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:39.889 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:40.389 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:40.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:40.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:31:40.390 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:31:40.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 19:31:40.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 19:31:40.390 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 19:31:40.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:31:40.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:31:40.390 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 19:31:40.391 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:31:40.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:31:40.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:31:40.391 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 19:31:40.391 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:31:40.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:31:40.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:40.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:40.892 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:40.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:41.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:41.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:41.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:31:41.394 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:31:41.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 19:31:41.408 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 19:31:41.408 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:31:41.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:31:41.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:31:41.408 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 19:31:41.408 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:31:41.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:31:41.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:31:41.409 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 19:31:41.409 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:31:41.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:31:41.409 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:41.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:41.913 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:41.913 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:42.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:42.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:42.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:31:42.415 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:31:42.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 19:31:42.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 19:31:42.416 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 19:31:42.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:31:42.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:31:42.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 19:31:42.416 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:31:42.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:31:42.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:31:42.420 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 19:31:42.420 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:31:42.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:31:42.421 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:42.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:31:42.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:31:42.421 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:31:42.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 19:31:42.425 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 19:31:42.425 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:31:42.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:31:42.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:31:42.425 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 19:31:42.425 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:31:42.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:31:42.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:31:42.430 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 19:31:42.430 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:31:42.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:31:42.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:42.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:42.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:42.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:43.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:43.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:43.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:31:43.434 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:31:43.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 19:31:43.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 19:31:43.434 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 19:31:43.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:31:43.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:31:43.435 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 19:31:43.435 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:31:43.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:31:43.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:31:43.439 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 19:31:43.439 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:31:43.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:31:43.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:43.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:31:43.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:31:43.439 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:31:43.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 19:31:43.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 19:31:43.440 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 19:31:43.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:31:43.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:31:43.440 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 19:31:43.440 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:31:43.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:31:43.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:31:43.441 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 19:31:43.441 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:31:43.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:31:43.441 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:43.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:43.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:43.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:44.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:44.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:44.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:31:44.444 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:31:44.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 19:31:44.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 19:31:44.445 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 19:31:44.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:31:44.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:31:44.445 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 19:31:44.445 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:31:44.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:31:44.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:31:44.448 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 19:31:44.448 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:31:44.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:31:44.448 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:44.448 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:44.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:44.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:45.449 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:45.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:45.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:31:45.449 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:31:45.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 19:31:45.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 19:31:45.450 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 19:31:45.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:31:45.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:31:45.450 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 19:31:45.450 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:31:45.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:31:45.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:31:45.450 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 19:31:45.450 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:31:45.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:31:45.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:45.452 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:45.952 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:45.953 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:46.453 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:46.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:46.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:31:46.453 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:31:46.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 19:31:46.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 19:31:46.454 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 19:31:46.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:31:46.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:31:46.454 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 19:31:46.454 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:31:46.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:31:46.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:31:46.456 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 19:31:46.456 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:31:46.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:31:46.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:46.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:46.956 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:46.956 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:47.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:47.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:47.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:31:47.458 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:31:47.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 19:31:47.458 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 19:31:47.458 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:31:47.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:31:47.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:31:47.459 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 19:31:47.459 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:31:47.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:31:47.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:31:47.462 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 19:31:47.462 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:31:47.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:31:47.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:47.463 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:47.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:47.964 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:48.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:48.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:48.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:31:48.466 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:31:48.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 19:31:48.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 19:31:48.467 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 19:31:48.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:31:48.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:31:48.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 19:31:48.467 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:31:48.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:31:48.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:31:48.467 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 19:31:48.467 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:31:48.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:31:48.467 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:48.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:31:48.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:31:48.471 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:31:48.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 19:31:48.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 19:31:48.472 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 19:31:48.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:31:48.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:31:48.472 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 19:31:48.472 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:31:48.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:31:48.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:31:48.472 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 19:31:48.472 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:31:48.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:31:48.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:48.479 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:48.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:48.979 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:49.479 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:49.480 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:49.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:31:49.480 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:31:49.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 19:31:49.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 19:31:49.480 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 19:31:49.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:31:49.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:31:49.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 19:31:49.480 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:31:49.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:31:49.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:31:49.481 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 19:31:49.481 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:31:49.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:31:49.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:49.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:49.981 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:49.981 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:50.482 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:50.482 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:50.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:31:50.482 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:31:50.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 19:31:50.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 19:31:50.483 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 19:31:50.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:31:50.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:31:50.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 19:31:50.483 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:31:50.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:31:50.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:31:50.483 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 19:31:50.483 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:31:50.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:31:50.483 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:50.485 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:50.985 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:50.985 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:51.486 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:51.486 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:51.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:31:51.486 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:31:51.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 19:31:51.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 19:31:51.487 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 19:31:51.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:31:51.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:31:51.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 19:31:51.487 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:31:51.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:31:51.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:31:51.487 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 19:31:51.487 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:31:51.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:31:51.488 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:51.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:51.989 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:51.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:52.490 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:52.490 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:52.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:31:52.491 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:31:52.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.... 19:31:52.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 19:31:52.491 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:31:52.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:31:52.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:31:52.491 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 19:31:52.491 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:31:52.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:31:52.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:31:52.495 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 19:31:52.495 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:31:52.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:31:52.495 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:52.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:52.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:52.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:53.498 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:53.499 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:53.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:31:53.500 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:31:53.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 19:31:53.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 19:31:53.500 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 19:31:53.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:31:53.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:31:53.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 19:31:53.500 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:31:53.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:31:53.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:31:53.510 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 19:31:53.510 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:31:53.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:31:53.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:53.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:31:53.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:31:53.510 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:31:53.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 19:31:53.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 19:31:53.510 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 19:31:53.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:31:53.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:31:53.511 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 19:31:53.511 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:31:53.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:31:53.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:31:53.513 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 19:31:53.513 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:31:53.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:31:53.513 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:53.513 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:54.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:54.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:54.514 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:54.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:54.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:31:54.514 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:31:54.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 19:31:54.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 19:31:54.515 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 19:31:54.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:31:54.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:31:54.515 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 19:31:54.515 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:31:54.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:31:54.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:31:54.515 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 19:31:54.515 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:31:54.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:31:54.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:54.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:55.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:55.016 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:55.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:55.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:55.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:31:55.517 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:31:55.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 19:31:55.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 19:31:55.517 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 19:31:55.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:31:55.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:31:55.518 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 19:31:55.518 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:31:55.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:31:55.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:31:55.518 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 19:31:55.518 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:31:55.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:31:55.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:55.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:56.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:56.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:56.520 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:56.520 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:56.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:31:56.521 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:31:56.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 19:31:56.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 19:31:56.521 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 19:31:56.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:31:56.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:31:56.522 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 19:31:56.522 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:31:56.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:31:56.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:31:56.523 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 19:31:56.523 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:31:56.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:31:56.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:56.523 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:57.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:57.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:57.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:57.525 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:57.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:31:57.525 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:31:57.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 19:31:57.526 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 19:31:57.526 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:31:57.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:31:57.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:31:57.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 19:31:57.526 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:31:57.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:31:57.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:31:57.546 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 19:31:57.546 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:31:57.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:31:57.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:57.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:58.047 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:58.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:58.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:58.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:58.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:31:58.550 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:31:58.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 19:31:58.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 19:31:58.550 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 19:31:58.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:31:58.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:31:58.551 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 19:31:58.551 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:31:58.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:31:58.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:31:58.554 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 19:31:58.554 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:31:58.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:31:58.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:58.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:31:58.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:31:58.554 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:31:58.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 19:31:58.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 19:31:58.555 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 19:31:58.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:31:58.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:31:58.555 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 19:31:58.555 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:31:58.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:31:58.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:31:58.555 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 19:31:58.555 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:31:58.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:31:58.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:58.555 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:59.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:59.056 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:59.556 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:59.556 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:31:59.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:31:59.557 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:31:59.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 19:31:59.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 19:31:59.557 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 19:31:59.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:31:59.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:31:59.558 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 19:31:59.558 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:31:59.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:31:59.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:31:59.558 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 19:31:59.558 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:31:59.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:31:59.558 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:31:59.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:00.058 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:00.058 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:00.558 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:00.559 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:00.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:32:00.559 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:32:00.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 19:32:00.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 19:32:00.560 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 19:32:00.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:00.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:00.560 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 19:32:00.560 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:00.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:00.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:00.562 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 19:32:00.562 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:00.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:00.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:00.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:01.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:01.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:01.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:01.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:01.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:32:01.563 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:32:01.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 19:32:01.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 19:32:01.564 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 19:32:01.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:01.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:01.564 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 19:32:01.564 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:01.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:01.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:01.566 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 19:32:01.566 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:01.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:01.566 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:01.566 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:02.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:02.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:02.567 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:02.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:02.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:32:02.567 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:32:02.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 19:32:02.570 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 19:32:02.570 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:32:02.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:02.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:02.570 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 19:32:02.570 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:02.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:02.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:02.571 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 19:32:02.583 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:02.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:02.583 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:02.583 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:03.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:03.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:03.584 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:03.584 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:03.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:32:03.585 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:32:03.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 19:32:03.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 19:32:03.586 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 19:32:03.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:03.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:03.586 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 19:32:03.586 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:03.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:03.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:03.586 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 19:32:03.586 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:03.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:03.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:03.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:32:03.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:32:03.587 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:32:03.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 19:32:03.599 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 19:32:03.599 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:32:03.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:03.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:03.599 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 19:32:03.599 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:03.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:03.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:03.605 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 19:32:03.605 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:03.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:03.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:03.618 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:04.118 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:04.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:04.619 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:04.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:04.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:32:04.621 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:32:04.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 19:32:04.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 19:32:04.621 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 19:32:04.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:04.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:04.621 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 19:32:04.621 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:04.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:04.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:04.622 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 19:32:04.622 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:04.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:04.622 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:04.625 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:32:04.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:32:04.625 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:32:04.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 19:32:04.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 19:32:04.626 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 19:32:04.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:04.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:04.626 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 19:32:04.626 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:04.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:04.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:04.628 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 19:32:04.628 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:04.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:04.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:04.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:05.128 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:05.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:05.629 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:05.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:05.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:32:05.629 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:32:05.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 19:32:05.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 19:32:05.630 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 19:32:05.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:05.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:05.631 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 19:32:05.631 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:05.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:05.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:05.632 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 19:32:05.632 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:05.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:05.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:05.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:06.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:06.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:06.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:06.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:06.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:32:06.634 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:32:06.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 19:32:06.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 19:32:06.634 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 19:32:06.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:06.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:06.634 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 19:32:06.634 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:06.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:06.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:06.634 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 19:32:06.634 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:06.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:06.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:06.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:32:06.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:32:06.634 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:32:06.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 19:32:06.636 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 19:32:06.636 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:32:06.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:06.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:06.636 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 19:32:06.636 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:06.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:06.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:06.637 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 19:32:06.637 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:06.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:06.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:06.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:07.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:07.139 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:07.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:07.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:07.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:32:07.641 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:32:07.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 19:32:07.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 19:32:07.641 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 19:32:07.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:07.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:07.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 19:32:07.641 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:07.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:07.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:07.645 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 19:32:07.645 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:07.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:07.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:07.645 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:32:07.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:32:07.645 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:32:07.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 19:32:07.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 19:32:07.646 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 19:32:07.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:07.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:07.646 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 19:32:07.646 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:07.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:07.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:07.648 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 19:32:07.648 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:07.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:07.648 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:07.648 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:08.148 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:08.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:08.649 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:08.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:08.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:32:08.649 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:32:08.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 19:32:08.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 19:32:08.650 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 19:32:08.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:08.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:08.652 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 19:32:08.652 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:08.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:08.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:08.652 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 19:32:08.652 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:08.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:08.652 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:08.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:09.153 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:09.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:09.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:09.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:09.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:32:09.654 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:32:09.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 19:32:09.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 19:32:09.655 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 19:32:09.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:09.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:09.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 19:32:09.655 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:09.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:09.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:09.655 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 19:32:09.655 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:09.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:09.655 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:09.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:32:09.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:32:09.657 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:32:09.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 19:32:09.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 19:32:09.658 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 19:32:09.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:09.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:09.658 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 19:32:09.658 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:09.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:09.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:09.658 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 19:32:09.658 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:09.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:09.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:09.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:10.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:10.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:10.659 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:10.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:10.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:32:10.659 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:32:10.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 19:32:10.659 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 19:32:10.659 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:32:10.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:10.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:10.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 19:32:10.660 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:10.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:10.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:10.673 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 19:32:10.673 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:10.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:10.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:10.674 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:11.174 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:11.175 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:11.675 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:11.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:11.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:32:11.676 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:32:11.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 19:32:11.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 19:32:11.677 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 19:32:11.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:11.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:11.677 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 19:32:11.677 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:11.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:11.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:11.686 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 19:32:11.686 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:11.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:11.686 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:11.686 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:32:11.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:32:11.686 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:32:11.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 19:32:11.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 19:32:11.687 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 19:32:11.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:11.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:11.687 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 19:32:11.687 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:11.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:11.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:11.687 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 19:32:11.687 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:11.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:11.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:11.689 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:12.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:12.189 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:12.689 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:12.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:12.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:32:12.690 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:32:12.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 19:32:12.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 19:32:12.690 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 19:32:12.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:12.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:12.691 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 19:32:12.691 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:12.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:12.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:12.692 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 19:32:12.692 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:12.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:12.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:12.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:13.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:13.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:13.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:13.694 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:13.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:32:13.694 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:32:13.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 19:32:13.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 19:32:13.695 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 19:32:13.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:13.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:13.695 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 19:32:13.695 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:13.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:13.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:13.695 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 19:32:13.695 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:13.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:13.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:13.697 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:32:13.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:32:13.697 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:32:13.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 19:32:13.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 19:32:13.698 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 19:32:13.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:13.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:13.698 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 19:32:13.698 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:13.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:13.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:13.698 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 19:32:13.698 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:13.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:13.698 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:13.698 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:14.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:14.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:14.699 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:14.699 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:14.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:32:14.699 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:32:14.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 19:32:14.700 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 19:32:14.700 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:32:14.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:14.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:14.700 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 19:32:14.700 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:14.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:14.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:14.705 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 19:32:14.705 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:14.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:14.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:14.705 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:15.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:15.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:15.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:15.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:15.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:32:15.709 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:32:15.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 19:32:15.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 19:32:15.709 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 19:32:15.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:15.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:15.709 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 19:32:15.709 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:15.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:15.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:15.710 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 19:32:15.710 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:15.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:15.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:15.713 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:32:15.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:32:15.713 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:32:15.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 19:32:15.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 19:32:15.714 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 19:32:15.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:15.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:15.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 19:32:15.714 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:15.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:15.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:15.714 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 19:32:15.714 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:15.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:15.714 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:15.716 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:16.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:16.217 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:16.717 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:16.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:16.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:32:16.718 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:32:16.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 19:32:16.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 19:32:16.718 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 19:32:16.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:16.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:16.719 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 19:32:16.719 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:16.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:16.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:16.719 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 19:32:16.719 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:16.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:16.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:16.719 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:17.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:17.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:17.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:17.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:17.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:32:17.720 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:32:17.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 19:32:17.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 19:32:17.721 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 19:32:17.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:17.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:17.721 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 19:32:17.721 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:17.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:17.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:17.721 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 19:32:17.721 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:17.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:17.721 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:17.721 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:32:17.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:32:17.721 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:32:17.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 19:32:17.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 19:32:17.723 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 19:32:17.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:17.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:17.723 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 19:32:17.723 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:17.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:17.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:17.723 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 19:32:17.723 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:17.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:17.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:17.723 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:18.224 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:18.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:18.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:18.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:18.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:32:18.725 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:32:18.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 19:32:18.727 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 19:32:18.727 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:32:18.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:18.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:18.727 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 19:32:18.727 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:18.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:18.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:18.731 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 19:32:18.731 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:18.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:18.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:18.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:19.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:19.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:19.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:19.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:19.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:32:19.735 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:32:19.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 19:32:19.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 19:32:19.735 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 19:32:19.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:19.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:19.735 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 19:32:19.735 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:19.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:19.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:19.744 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 19:32:19.744 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:19.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:19.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:19.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:32:19.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:32:19.744 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:32:19.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 19:32:19.745 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 19:32:19.745 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:32:19.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:19.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:19.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 19:32:19.745 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:19.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:19.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:19.748 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 19:32:19.748 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:19.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:19.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:19.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:20.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:20.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:20.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:20.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:20.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:32:20.751 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:32:20.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 19:32:20.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 19:32:20.751 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 19:32:20.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:20.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:20.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 19:32:20.752 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:20.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:20.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:20.752 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 19:32:20.752 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:20.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:20.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:20.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:32:20.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:32:20.756 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:32:20.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 19:32:20.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 19:32:20.757 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 19:32:20.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:20.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:20.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 19:32:20.757 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:20.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:20.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:20.759 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 19:32:20.759 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:20.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:20.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:20.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:21.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:21.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:21.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:21.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:21.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:32:21.760 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:32:21.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 19:32:21.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 19:32:21.761 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 19:32:21.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:21.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:21.761 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 19:32:21.761 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:21.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:21.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:21.761 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 19:32:21.761 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:21.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:21.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:21.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:32:21.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:32:21.763 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:32:21.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 19:32:21.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 19:32:21.764 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 19:32:21.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:21.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:21.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 19:32:21.764 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:21.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:21.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:21.766 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 19:32:21.766 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:21.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:21.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:21.766 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:32:21.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:32:21.766 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:32:21.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 19:32:21.767 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 19:32:21.767 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:32:21.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:21.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:21.767 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 19:32:21.767 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:21.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:21.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:21.771 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 19:32:21.771 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:21.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:21.771 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:21.772 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:22.272 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:22.273 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:22.773 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:22.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:22.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:32:22.774 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:32:22.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 19:32:22.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 19:32:22.775 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 19:32:22.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:22.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:22.775 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 19:32:22.775 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:22.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:22.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:22.778 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 19:32:22.778 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:22.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:22.778 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:22.778 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:32:22.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:32:22.778 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:32:22.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 19:32:22.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 19:32:22.779 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 19:32:22.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:22.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:22.779 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 19:32:22.779 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:22.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:22.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:22.779 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 19:32:22.779 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:22.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:22.779 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:22.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:23.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:23.282 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:23.782 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:23.782 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:23.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:32:23.783 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:32:23.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 19:32:23.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 19:32:23.784 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 19:32:23.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:23.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:23.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 19:32:23.784 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:23.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:23.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:23.784 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 19:32:23.784 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:23.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:23.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:23.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:32:23.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:32:23.786 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:32:23.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 19:32:23.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 19:32:23.787 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:32:23.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:23.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:23.787 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 19:32:23.787 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:23.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:23.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:23.787 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 19:32:23.787 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:23.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:23.787 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:23.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:24.291 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:24.293 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:24.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:24.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:24.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:32:24.794 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:32:24.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 19:32:24.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 19:32:24.795 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 19:32:24.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:24.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:24.795 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 19:32:24.795 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:24.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:24.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:24.795 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 19:32:24.795 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:24.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:24.795 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:24.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:32:24.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:32:24.803 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:32:24.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 19:32:24.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 19:32:24.804 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 19:32:24.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:24.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:24.804 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 19:32:24.804 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:24.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:24.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:24.806 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 19:32:24.806 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:24.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:24.806 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:24.807 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:25.307 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:25.307 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:25.807 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:25.807 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:25.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:32:25.808 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:32:25.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 19:32:25.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 19:32:25.808 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 19:32:25.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:25.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:25.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 19:32:25.808 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:25.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:25.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:25.808 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 19:32:25.808 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:25.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:25.809 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:25.810 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:32:25.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:32:25.810 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:32:25.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 19:32:25.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 19:32:25.811 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 19:32:25.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:25.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:25.811 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 19:32:25.811 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:25.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:25.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:25.813 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 19:32:25.813 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:25.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:25.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:25.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:32:25.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:32:25.813 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:32:25.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 19:32:25.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 19:32:25.814 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 19:32:25.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:25.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:25.814 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 19:32:25.814 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:25.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:25.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:25.814 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 19:32:25.814 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:25.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:25.814 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:25.816 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:26.316 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:26.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:26.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:26.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:26.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:32:26.817 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:32:26.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 19:32:26.817 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 19:32:26.817 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:32:26.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:26.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:26.818 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 19:32:26.818 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:26.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:26.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:26.821 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 19:32:26.821 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:26.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:26.821 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:26.822 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:27.322 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:27.323 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:27.823 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:27.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:27.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:32:27.825 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:32:27.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 19:32:27.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 19:32:27.825 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 19:32:27.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:27.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:27.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 19:32:27.825 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:27.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:27.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:27.834 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 19:32:27.834 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:27.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:27.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:27.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:32:27.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:32:27.834 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:32:27.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 19:32:27.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 19:32:27.835 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 19:32:27.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:27.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:27.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 19:32:27.835 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:27.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:27.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:27.835 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 19:32:27.835 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:27.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:27.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:27.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:28.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:28.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:28.837 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:28.837 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:28.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:32:28.837 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:32:28.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 19:32:28.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 19:32:28.838 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 19:32:28.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:28.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:28.838 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 19:32:28.838 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:28.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:28.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:28.838 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 19:32:28.838 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:28.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:28.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:28.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:32:28.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:32:28.840 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:32:28.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 19:32:28.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 19:32:28.840 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 19:32:28.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:28.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:28.840 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 19:32:28.840 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:28.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:28.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:28.841 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 19:32:28.841 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:28.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:28.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:28.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:32:28.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:32:28.841 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:32:28.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 19:32:28.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 19:32:28.841 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 19:32:28.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:28.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:28.841 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 19:32:28.841 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:28.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:28.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:28.841 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 19:32:28.841 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:28.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:28.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:28.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:29.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:29.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:29.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:29.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:29.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:32:29.847 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:32:29.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.... 19:32:29.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 19:32:29.849 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:32:29.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:29.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:29.849 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 19:32:29.849 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:29.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:29.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:29.853 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 19:32:29.853 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:29.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:29.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:29.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:30.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:30.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:30.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:30.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:30.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:32:30.856 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:32:30.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 19:32:30.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 19:32:30.856 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 19:32:30.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:30.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:30.857 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 19:32:30.857 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:30.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:30.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:30.860 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 19:32:30.860 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:30.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:30.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:30.860 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:32:30.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:32:30.860 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:32:30.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 19:32:30.861 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 19:32:30.861 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:32:30.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:30.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:30.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 19:32:30.861 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:30.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:30.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:30.865 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 19:32:30.865 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:30.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:30.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:30.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:31.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:31.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:31.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:31.867 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:31.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:32:31.868 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:32:31.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 19:32:31.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 19:32:31.868 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 19:32:31.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:31.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:31.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 19:32:31.868 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:31.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:31.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:31.877 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 19:32:31.877 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:31.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:31.877 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:31.877 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:32:31.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:32:31.877 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:32:31.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 19:32:31.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 19:32:31.877 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 19:32:31.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:31.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:31.878 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 19:32:31.878 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:31.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:31.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:31.878 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 19:32:31.878 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:31.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:31.878 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:31.878 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:32:31.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:32:31.879 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:32:31.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 19:32:31.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 19:32:31.880 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 19:32:31.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:31.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:31.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 19:32:31.880 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:31.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:31.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:31.880 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 19:32:31.880 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:31.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:31.880 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:31.880 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:32:31.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:32:31.880 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:32:31.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 19:32:31.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 19:32:31.881 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 19:32:31.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:31.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:31.881 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 19:32:31.881 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:31.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:31.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:31.883 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 19:32:31.884 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:31.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:31.884 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:31.884 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:32:31.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:32:31.884 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:32:31.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 19:32:31.884 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 19:32:31.884 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:32:31.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:31.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32: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 19:32:31.885 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:31.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:31.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:31.897 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 19:32:31.897 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:31.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:31.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:31.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:32.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:32.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:32.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:32.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:32.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:32:32.900 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:32:32.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 19:32:32.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 19:32:32.901 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 19:32:32.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:32.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:32.901 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 19:32:32.901 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:32.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:32.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:32.909 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 19:32:32.909 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:32.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:32.909 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:32.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:32:32.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:32:32.909 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:32:32.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 19:32:32.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 19:32:32.910 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 19:32:32.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:32.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:32.910 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 19:32:32.910 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:32.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:32.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:32.910 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 19:32:32.910 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:32.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:32.910 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:32.912 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:32:32.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:32:32.912 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:32:32.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 19:32:32.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 19:32:32.913 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 19:32:32.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:32.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:32.913 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 19:32:32.913 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:32.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:32.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:32.914 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 19:32:32.914 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:32.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:32.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:32.915 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:32:32.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:32:32.915 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:32:32.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 19:32:32.915 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 19:32:32.915 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:32:32.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:32.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:32.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 19:32:32.915 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:32.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:32.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:32.916 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 19:32:32.919 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:32.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:32.919 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:32.919 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:33.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:33.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:33.921 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:33.922 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:33.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:32:33.922 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:32:33.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 19:32:33.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 19:32:33.923 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 19:32:33.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:33.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:33.923 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 19:32:33.923 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:33.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:33.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:33.923 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 19:32:33.923 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:33.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:33.923 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:33.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:32:33.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:32:33.926 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:32:33.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 19:32:33.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 19:32:33.927 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 19:32:33.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:33.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32: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 19:32:33.927 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:33.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:33.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:33.927 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 19:32:33.927 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:33.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:33.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:33.929 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:32:33.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:32:33.929 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:32:33.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 19:32:33.930 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 19:32:33.930 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:32:33.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:33.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:33.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 19:32:33.930 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:33.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:33.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:33.930 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 19:32:33.930 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:33.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:33.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:33.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:34.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:34.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:34.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:34.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:34.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:32:34.934 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:32:34.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 19:32:34.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 19:32:34.934 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 19:32:34.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:34.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:34.934 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 19:32:34.934 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:34.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:34.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:34.935 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 19:32:34.935 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:34.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:34.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:34.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:32:34.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:32:34.938 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:32:34.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 19:32:34.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 19:32:34.939 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 19:32:34.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:34.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:34.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 19:32:34.939 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:34.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:34.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:34.939 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 19:32:34.939 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:34.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:34.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:34.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:32:34.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:32:34.940 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:32:34.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 19:32:34.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 19:32:34.941 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 19:32:34.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:34.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:34.941 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 19:32:34.941 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:34.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:34.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:34.941 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 19:32:34.941 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:34.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:34.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:34.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:32:34.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:32:34.941 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:32:34.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 19:32:34.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 19:32:34.942 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 19:32:34.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:34.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:34.945 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 19:32:34.945 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:34.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:34.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:34.945 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 19:32:34.945 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:34.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:34.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:34.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:32:34.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:32:34.945 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:32:34.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 19:32:34.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 19:32:34.946 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 19:32:34.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:34.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:34.946 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 19:32:34.946 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:34.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:34.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:34.946 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 19:32:34.946 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:34.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:34.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:34.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:35.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:35.447 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:35.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:35.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:35.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:32:35.948 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:32:35.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 19:32:35.950 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 19:32:35.950 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:32:35.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:35.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:35.950 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 19:32:35.950 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:35.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:35.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:35.954 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 19:32:35.954 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:35.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:35.954 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:35.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:36.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:36.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:36.955 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:36.956 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:36.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:32:36.957 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:32:36.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 19:32:36.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 19:32:36.957 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 19:32:36.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:36.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:36.957 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 19:32:36.957 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:36.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:36.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:36.957 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 19:32:36.957 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:36.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:36.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:36.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:32:36.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:32:36.960 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:32:36.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 19:32:36.961 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 19:32:36.961 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:32:36.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:36.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:36.961 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 19:32:36.961 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:36.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:36.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:36.961 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 19:32:36.961 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:36.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:36.961 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:36.965 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:37.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:37.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:37.966 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:37.967 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:37.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:32:37.968 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:32:37.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 19:32:37.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 19:32:37.968 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 19:32:37.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:37.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:37.968 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 19:32:37.968 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:37.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:37.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:37.968 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 19:32:37.968 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:37.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:37.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:37.969 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:32:37.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:32:37.972 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:32:37.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 19:32:37.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 19:32:37.972 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 19:32:37.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:37.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:37.972 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 19:32:37.972 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:37.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:37.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:37.973 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 19:32:37.973 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:37.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:37.973 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:37.973 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:32:37.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:32:37.973 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:32:37.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 19:32:37.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 19:32:37.975 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 19:32:37.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:37.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:37.975 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 19:32:37.975 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:37.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:37.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:37.975 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 19:32:37.975 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:37.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:37.975 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:37.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:32:37.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:32:37.975 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:32:37.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 19:32:37.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 19:32:37.977 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 19:32:37.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:37.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:37.977 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 19:32:37.977 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:37.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:37.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:37.977 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 19:32:37.977 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:37.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:37.977 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:37.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:32:37.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:32:37.977 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:32:37.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 19:32:37.978 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 19:32:37.978 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:32:37.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:37.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:37.978 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 19:32:37.978 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:37.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:37.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:37.978 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 19:32:37.978 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:37.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:37.978 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:37.978 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:38.479 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:38.480 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:38.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:38.981 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:38.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:32:38.982 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:32:38.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 19:32:38.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 19:32:38.982 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 19:32:38.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:38.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:38.982 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 19:32:38.982 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:38.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:38.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:38.986 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 19:32:38.986 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:38.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:38.986 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:38.986 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:32:38.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:32:38.986 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:32:38.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 19:32:38.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 19:32:38.987 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 19:32:38.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:38.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:38.987 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 19:32:38.987 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:38.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:38.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:38.987 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 19:32:38.987 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:38.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:38.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:38.989 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:32:38.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:32:38.989 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:32:38.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 19:32:38.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 19:32:38.990 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 19:32:38.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:38.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:38.990 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 19:32:38.990 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:38.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:38.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:38.990 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 19:32:38.990 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:38.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:38.990 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:38.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:32:38.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:32:38.990 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:32:38.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 19:32:38.992 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 19:32:38.992 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:32:38.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:38.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:38.992 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 19:32:38.992 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:38.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:38.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:38.992 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 19:32:38.993 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:38.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:38.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:38.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:39.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:39.494 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:39.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:39.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:39.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:32:39.996 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:32:39.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 19:32:39.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 19:32:39.996 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 19:32:39.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:39.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:39.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 19:32:39.996 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:39.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:39.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:39.996 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 19:32:39.996 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:39.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:39.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:40.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:32:40.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:32:40.000 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:32:40.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 19:32:40.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 19:32:40.001 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 19:32:40.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:40.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:40.001 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 19:32:40.001 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:40.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:40.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:40.001 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 19:32:40.001 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:40.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:40.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:40.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:32:40.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:32:40.004 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:32:40.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 19:32:40.004 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 19:32:40.004 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:32:40.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:40.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:40.005 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 19:32:40.005 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:40.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:40.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:40.009 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 19:32:40.009 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:40.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:40.009 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:40.009 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:40.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:40.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:41.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:41.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:41.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:32:41.012 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:32:41.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 19:32:41.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 19:32:41.012 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 19:32:41.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:41.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:41.012 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 19:32:41.012 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:41.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:41.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:41.016 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 19:32:41.016 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:41.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:41.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:41.016 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:32:41.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:32:41.017 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:32:41.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 19:32:41.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 19:32:41.017 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 19:32:41.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:41.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:41.017 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 19:32:41.017 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:41.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:41.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:41.017 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 19:32:41.017 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:41.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:41.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:41.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:32:41.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:32:41.019 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:32:41.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 19:32:41.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 19:32:41.020 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 19:32:41.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:41.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:41.020 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 19:32:41.020 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:41.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:41.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:41.020 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 19:32:41.020 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:41.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:41.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:41.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:32:41.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:32:41.020 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:32:41.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 19:32:41.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 19:32:41.022 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 19:32:41.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:41.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:41.023 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 19:32:41.023 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:41.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:41.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:41.023 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 19:32:41.023 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:41.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:41.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:41.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:32:41.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:32:41.023 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:32:41.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 19:32:41.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 19:32:41.025 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 19:32:41.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:41.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:41.025 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 19:32:41.025 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:41.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:41.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:41.025 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 19:32:41.025 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:41.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:41.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:41.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:32:41.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:32:41.032 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:32:41.033 INFO [WorkbenchTestable][AbstractShell] Close shell shell1 19:32:41.033 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell1' 19:32:41.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:32:41.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:32:41.035 INFO [WorkbenchTestable][AbstractShell] Close shell shell2 19:32:41.035 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell2' 19:32:41.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:32:41.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:32:41.036 INFO [WorkbenchTestable][AbstractShell] Close shell shell3 19:32:41.037 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell3' 19:32:41.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:32:41.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:32:41.038 INFO [WorkbenchTestable][AbstractShell] Close shell shell4 19:32:41.038 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell4' 19:32:41.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:32:41.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:32:41.040 INFO [WorkbenchTestable][AbstractShell] Close shell shell5 19:32:41.040 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell5' 19:32:41.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:32:41.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:32:41.047 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 19:32:41.047 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:32:41.047 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:32:41.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:41.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:41.047 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShellContainsStyledText no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest) 19:32:41.047 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:32:41.048 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShellGetResult no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest) 19:32:41.048 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 19:32:41.048 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:32:41.048 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:32:41.048 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:32:41.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 19:32:41.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 19:32:41.054 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 19:32:41.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:41.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:41.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 19:32:41.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 19:32:41.066 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 19:32:41.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:41.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:41.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 19:32:41.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 19:32:41.081 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 19:32:41.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:41.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:41.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 19:32:41.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 19:32:41.087 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 19:32:41.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:41.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:41.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 19:32:41.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 19:32:41.093 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 19:32:41.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:41.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:41.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 19:32:41.093 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 19:32:41.093 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:32:41.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:41.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:41.093 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 19:32:41.093 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:41.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:41.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:41.094 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 19:32:41.094 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:41.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:41.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:41.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:41.597 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:41.598 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:42.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:42.100 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:42.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:32:42.101 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:32:42.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 19:32:42.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 19:32:42.101 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 19:32:42.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:42.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:42.101 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 19:32:42.101 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:42.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:42.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:42.105 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 19:32:42.105 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:42.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:42.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:42.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:42.606 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:42.606 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:43.106 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:43.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:43.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:32:43.107 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:32:43.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 19:32:43.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 19:32:43.107 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 19:32:43.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:43.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:43.108 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 19:32:43.108 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:43.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:43.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:43.108 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 19:32:43.108 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:43.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:43.108 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:43.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:43.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:43.610 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:44.110 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:44.111 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:44.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:32:44.111 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:32:44.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 19:32:44.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 19:32:44.112 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 19:32:44.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:44.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:44.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 19:32:44.112 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:44.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:44.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:44.112 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 19:32:44.112 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:44.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:44.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:44.112 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:44.612 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:44.613 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:45.113 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:45.113 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:45.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:32:45.114 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:32:45.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 19:32:45.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 19:32:45.114 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 19:32:45.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:45.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:45.115 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 19:32:45.115 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:45.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:45.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:45.116 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 19:32:45.117 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:45.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:45.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:45.117 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:45.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:45.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:46.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:46.118 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:46.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:32:46.118 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:32:46.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 19:32:46.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 19:32:46.119 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 19:32:46.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:46.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:46.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 19:32:46.119 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:46.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:46.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:46.119 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 19:32:46.119 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:46.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:46.119 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:46.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:46.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:46.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:47.121 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:47.121 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:47.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:32:47.122 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:32:47.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 19:32:47.124 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 19:32:47.124 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:32:47.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:47.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:47.124 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 19:32:47.124 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:47.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:47.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:47.128 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 19:32:47.128 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:47.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:47.128 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:47.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:47.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:47.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:48.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:48.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:48.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:32:48.130 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:32:48.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 19:32:48.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 19:32:48.131 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 19:32:48.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:48.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:48.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 19:32:48.131 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:48.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:48.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:48.139 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 19:32:48.139 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:48.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:48.139 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:48.139 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:48.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:48.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:49.139 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:49.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:49.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:32:49.140 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:32:49.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 19:32:49.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 19:32:49.141 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 19:32:49.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:49.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:49.141 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 19:32:49.141 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:49.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:49.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:49.143 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 19:32:49.143 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:49.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:49.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:49.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:49.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:49.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:50.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:50.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:50.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:50.644 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:50.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:32:50.644 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:32:50.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 19:32:50.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 19:32:50.644 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 19:32:50.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:50.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:50.645 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 19:32:50.645 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:50.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:50.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:50.646 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 19:32:50.646 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:50.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:50.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:50.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:51.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:51.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:51.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:51.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:51.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:32:51.648 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:32:51.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 19:32:51.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 19:32:51.648 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 19:32:51.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:51.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:51.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 19:32:51.648 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:51.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:51.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:51.650 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 19:32:51.650 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:51.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:51.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:51.650 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:52.150 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:52.151 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:52.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:52.651 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:52.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:32:52.652 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:32:52.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 19:32:52.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 19:32:52.652 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 19:32:52.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:52.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:52.652 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 19:32:52.652 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:52.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:52.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:52.653 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 19:32:52.653 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:52.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:52.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:52.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:32:52.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:32:52.654 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:32:52.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 19:32:52.655 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 19:32:52.655 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:32:52.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:52.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:52.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 19:32:52.655 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:52.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:52.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:52.655 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 19:32:52.655 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:52.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:52.655 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:52.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:53.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:53.161 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:53.661 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:53.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:53.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:32:53.663 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:32:53.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 19:32:53.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 19:32:53.663 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 19:32:53.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:53.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:53.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 19:32:53.663 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:53.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:53.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:53.667 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 19:32:53.667 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:53.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:53.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:53.667 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:54.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:54.167 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:54.668 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:54.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:54.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:32:54.668 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:32:54.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 19:32:54.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 19:32:54.669 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 19:32:54.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:54.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:54.669 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 19:32:54.669 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:54.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:54.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:54.670 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 19:32:54.670 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:54.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:54.670 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:54.671 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:55.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:55.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:55.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:55.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:55.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:32:55.672 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:32:55.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 19:32:55.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 19:32:55.673 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 19:32:55.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:55.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:55.673 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 19:32:55.673 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:55.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:55.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:55.673 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 19:32:55.673 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:55.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:55.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:55.674 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:56.174 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:56.175 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:56.675 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:56.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:56.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:32:56.675 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:32:56.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 19:32:56.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 19:32:56.676 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 19:32:56.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:56.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:56.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 19:32:56.676 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:56.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:56.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:56.677 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 19:32:56.677 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:56.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:56.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:56.678 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:57.178 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:57.178 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:57.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:57.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:57.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:32:57.679 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:32:57.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 19:32:57.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 19:32:57.680 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 19:32:57.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:57.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:57.680 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 19:32:57.680 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:57.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:57.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:57.680 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 19:32:57.680 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:57.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:57.680 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:57.681 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:32:57.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:32:57.682 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:32:57.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 19:32:57.684 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 19:32:57.684 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:32:57.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:57.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:57.684 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 19:32:57.684 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:57.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:57.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:57.687 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 19:32:57.687 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:57.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:57.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:57.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:58.188 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:58.189 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:58.689 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:58.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:58.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:32:58.691 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:32:58.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 19:32:58.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 19:32:58.691 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 19:32:58.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:58.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:58.691 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 19:32:58.691 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:58.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:58.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:58.692 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 19:32:58.692 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:58.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:58.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:58.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:59.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:59.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:59.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:59.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:32:59.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:32:59.693 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:32:59.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 19:32:59.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 19:32:59.694 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 19:32:59.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:32:59.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:32:59.694 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 19:32:59.694 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:32:59.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:32:59.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:32:59.694 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 19:32:59.694 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:32:59.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:32:59.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:32:59.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:00.195 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:00.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:00.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:00.696 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:00.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:33:00.696 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:33:00.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 19:33:00.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 19:33:00.697 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 19:33:00.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:00.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:00.697 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 19:33:00.697 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:33:00.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:00.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:00.697 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 19:33:00.697 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:33:00.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:00.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:00.698 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:01.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:01.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:01.699 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:01.699 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:01.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:33:01.700 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:33:01.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 19:33:01.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 19:33:01.700 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 19:33:01.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:01.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:01.700 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 19:33:01.700 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:33:01.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:01.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:01.701 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 19:33:01.701 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:33:01.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:01.701 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:01.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:01.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:33:01.702 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:33:01.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 19:33:01.703 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 19:33:01.703 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:33:01.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:01.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:01.703 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 19:33:01.703 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:33:01.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:01.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:01.703 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 19:33:01.703 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:33:01.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:01.704 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:01.704 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:02.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:02.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:02.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:02.706 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:02.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:33:02.706 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:33:02.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 19:33:02.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 19:33:02.707 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 19:33:02.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:02.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:02.707 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 19:33:02.707 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:33:02.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:02.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:02.707 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 19:33:02.707 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:33:02.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:02.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:02.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:03.211 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:03.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:03.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:03.711 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:03.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:33:03.712 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:33:03.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 19:33:03.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 19:33:03.712 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 19:33:03.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:03.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:03.713 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 19:33:03.713 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:33:03.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:03.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:03.714 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 19:33:03.714 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:33:03.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:03.714 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:03.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:04.214 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:04.215 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:04.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:04.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:04.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:33:04.716 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:33:04.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 19:33:04.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 19:33:04.716 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 19:33:04.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:04.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:04.716 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 19:33:04.716 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:33:04.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:04.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:04.717 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 19:33:04.717 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:33:04.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:04.717 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:04.718 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:05.218 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:05.218 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:05.718 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:05.719 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:05.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:33:05.719 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:33:05.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 19:33:05.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 19:33:05.720 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 19:33:05.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:05.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:05.720 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 19:33:05.720 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:33:05.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:05.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:05.721 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 19:33:05.721 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:33:05.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:05.721 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:05.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:05.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:33:05.722 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:33:05.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 19:33:05.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 19:33:05.722 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 19:33:05.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:05.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:05.723 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 19:33:05.723 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:33:05.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:05.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:05.723 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 19:33:05.723 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:33:05.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:05.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:05.723 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:05.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:33:05.723 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:33:05.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 19:33:05.726 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 19:33:05.726 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:33:05.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:05.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:05.726 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 19:33:05.726 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:33:05.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:05.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:05.730 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 19:33:05.730 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:33:05.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:05.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:05.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:06.230 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:06.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:06.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:06.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:06.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:33:06.733 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:33:06.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 19:33:06.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 19:33:06.734 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 19:33:06.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:06.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:06.734 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 19:33:06.734 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:33:06.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:06.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:06.734 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 19:33:06.734 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:33:06.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:06.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:06.737 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:06.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:33:06.737 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:33:06.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 19:33:06.737 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 19:33:06.737 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:33:06.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:06.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:06.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 19:33:06.738 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:33:06.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:06.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:06.741 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 19:33:06.741 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:33:06.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:06.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:06.741 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:07.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:07.242 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:07.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:07.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:07.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:33:07.744 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:33:07.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 19:33:07.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 19:33:07.744 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 19:33:07.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:07.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:07.744 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 19:33:07.744 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:33:07.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:07.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:07.744 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 19:33:07.744 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:33:07.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:07.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:07.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:07.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:33:07.753 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:33:07.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 19:33:07.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 19:33:07.753 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 19:33:07.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:07.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:07.754 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 19:33:07.754 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:33:07.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:07.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:07.754 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 19:33:07.754 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:33:07.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:07.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:07.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:08.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:08.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:08.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:08.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:08.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:33:08.757 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:33:08.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 19:33:08.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 19:33:08.758 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 19:33:08.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:08.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:08.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 19:33:08.758 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:33:08.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:08.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:08.758 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 19:33:08.758 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:33:08.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:08.758 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:08.758 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:09.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:09.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:09.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:09.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:09.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:33:09.761 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:33:09.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 19:33:09.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 19:33:09.762 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 19:33:09.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:09.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:09.762 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 19:33:09.762 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:33:09.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:09.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:09.764 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 19:33:09.764 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:33:09.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:09.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:09.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:09.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:33:09.764 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:33:09.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 19:33:09.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 19:33:09.765 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 19:33:09.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:09.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:09.765 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 19:33:09.765 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:33:09.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:09.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:09.765 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 19:33:09.765 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:33:09.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:09.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:09.765 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:09.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:33:09.765 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:33:09.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 19:33:09.769 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 19:33:09.769 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:33:09.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:09.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:09.769 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 19:33:09.769 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:33:09.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:09.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:09.773 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 19:33:09.773 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:33:09.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:09.773 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:09.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:10.273 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:10.274 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:10.775 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:10.775 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:10.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:33:10.776 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:33:10.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 19:33:10.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 19:33:10.776 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 19:33:10.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:10.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:10.776 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 19:33:10.776 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:33:10.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:10.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:10.777 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 19:33:10.777 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:33:10.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:10.777 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:10.780 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:10.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:33:10.780 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:33:10.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 19:33:10.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 19:33:10.781 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 19:33:10.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:10.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:10.781 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 19:33:10.781 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:33:10.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:10.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:10.783 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 19:33:10.783 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:33:10.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:10.783 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:10.783 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:10.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:33:10.783 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:33:10.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 19:33:10.784 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 19:33:10.784 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:33:10.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:10.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:10.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 19:33:10.784 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:33:10.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:10.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:10.784 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 19:33:10.784 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:33:10.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:10.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:10.788 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:11.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:11.290 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:11.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:11.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:11.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:33:11.792 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:33:11.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 19:33:11.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 19:33:11.792 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 19:33:11.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:11.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:11.793 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 19:33:11.793 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:33:11.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:11.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:11.793 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 19:33:11.793 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:33:11.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:11.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:11.794 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:11.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:33:11.794 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:33:11.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 19:33:11.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 19:33:11.797 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 19:33:11.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:11.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:11.797 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 19:33:11.797 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:33:11.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:11.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:11.797 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 19:33:11.797 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:33:11.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:11.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:11.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:11.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:33:11.799 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:33:11.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 19:33:11.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 19:33:11.799 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 19:33:11.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:11.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:11.800 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 19:33:11.800 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:33:11.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:11.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:11.800 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 19:33:11.800 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:33:11.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:11.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:11.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:12.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:12.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:12.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:12.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:12.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:33:12.802 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:33:12.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 19:33:12.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 19:33:12.803 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 19:33:12.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:12.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:12.803 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 19:33:12.803 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:33:12.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:12.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:12.803 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 19:33:12.803 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:33:12.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:12.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:12.805 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:12.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:33:12.805 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:33:12.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 19:33:12.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 19:33:12.805 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 19:33:12.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:12.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:12.805 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 19:33:12.805 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:33:12.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:12.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:12.806 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 19:33:12.806 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:33:12.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:12.806 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:12.806 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:12.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:33:12.806 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:33:12.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 19:33:12.809 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 19:33:12.809 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:33:12.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:12.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:12.809 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 19:33:12.809 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:33:12.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:12.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:12.813 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 19:33:12.813 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:33:12.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:12.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:12.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:13.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:13.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:13.815 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:13.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:13.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:33:13.816 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 19:33:13.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 19:33:13.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 19:33:13.816 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 19:33:13.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:13.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:13.816 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 19:33:13.816 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:33:13.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:13.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:13.817 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 19:33:13.817 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:33:13.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:13.817 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:13.819 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:13.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:33:13.819 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:33:13.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 19:33:13.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 19:33:13.820 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 19:33:13.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:13.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:13.820 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 19:33:13.820 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:33:13.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:13.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:13.820 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 19:33:13.820 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:33:13.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:13.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:13.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:13.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:33:13.827 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:33:13.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 19:33:13.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 19:33:13.828 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 19:33:13.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:13.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:13.828 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 19:33:13.828 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:33:13.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:13.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:13.828 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 19:33:13.828 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:33:13.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:13.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:13.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:13.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:33:13.830 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:33:13.830 INFO [WorkbenchTestable][AbstractShell] Close shell shell1 19:33:13.830 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell1' 19:33:13.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:33:13.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:33:13.832 INFO [WorkbenchTestable][AbstractShell] Close shell shell2 19:33:13.832 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell2' 19:33:13.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:33:13.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:33:13.833 INFO [WorkbenchTestable][AbstractShell] Close shell shell3 19:33:13.834 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell3' 19:33:13.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:33:13.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:33:13.835 INFO [WorkbenchTestable][AbstractShell] Close shell shell4 19:33:13.835 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell4' 19:33:13.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:33:13.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:33:13.836 INFO [WorkbenchTestable][AbstractShell] Close shell shell5 19:33:13.836 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell5' 19:33:13.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:33:13.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:33:13.848 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 19:33:13.848 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:33:13.848 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:33:13.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:13.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:13.849 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShellGetResult no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest) 19:33:13.849 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 19:33:13.849 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:33:13.849 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:33:13.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:13.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 122.729 s - in org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest testShellContainsStyledText no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest) Time elapsed: 89.925 s testShellGetResult no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest) Time elapsed: 32.802 s Running org.eclipse.reddeer.core.test.DummyTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 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.verification.parametrized/tests/org.eclipse.reddeer.core.test/target/jacoco.exec [INFO] Loading execution data file /home/jenkins/agent/workspace/reddeer.verification.parametrized/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 136 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 297 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 19 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 13 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 3.3.0-SNAPSHOT [33/58] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.workbench.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.workbench.test --- [INFO] The project's OSGi version is 3.3.0.v20210310-1921 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.reddeer.workbench.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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.verification.parametrized/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:2.2.0:compile (default-compile) @ org.eclipse.reddeer.workbench.test --- [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench.test:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/pom.xml [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/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.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.reddeer.workbench.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/target/org.eclipse.reddeer.workbench.test-3.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.reddeer.workbench.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.workbench.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/target/org.eclipse.reddeer.workbench.test-3.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.workbench.test --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.reddeer.workbench.test --- [INFO] Executing Test Runtime with timeout 9600, logs (if any) will be placed at: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/11.0.2+9/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.verification.parametrized/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.6.100.v20201223-0822/org.eclipse.equinox.launcher-1.6.100.v20201223-0822.jar, -data, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/target/work/data, -install, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/target/work, -configuration, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.platform.ide, -nouithread, -timeout, 9600000] Launching application org.eclipse.ui.ide.workbench... Running org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 19:33:23.031 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 19:33:23.033 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 19:33:23.083 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 19:33:23.084 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 19:33:23.106 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 19:33:23.125 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:33:23.127 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:33:23.129 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 19:33:23.131 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 19:33:23.132 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 19:33:23.139 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 19:33:23.201 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:33:23.201 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:33:23.203 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:33:23.203 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:33:23.206 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:33:23.208 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 19:33:23.219 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:33:23.221 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:33:23.222 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:33:23.222 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:33:23.223 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:33:23.223 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:33:23.228 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:33:23.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:23.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:23.233 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:33:23.236 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:33:23.239 DEBUG [main][MenuItemLookup] Found menu:'File' 19:33:23.240 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:33:23.241 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:33:23.241 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:33:23.241 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:33:23.241 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:33:23.241 DEBUG [main][MenuItemLookup] Item match:Window 19:33:23.283 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:33:23.283 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:33:23.283 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:33:23.283 DEBUG [main][MenuItemLookup] Found menu:'' 19:33:23.284 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:33:23.284 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:33:23.284 DEBUG [main][MenuItemLookup] Found menu:'' 19:33:23.284 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 19:33:23.284 DEBUG [main][MenuItemLookup] Found menu:'' 19:33:23.284 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 19:33:23.284 DEBUG [main][MenuItemLookup] Item match:Preferences 19:33:23.286 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 19:33:23.286 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 19:33:23.288 INFO [main][MenuItemHandler] Select menu item: &Preferences 19:33:23.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 'Preferences.*'] is available.... 19:33:23.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 19:33:23.419 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 19:33:23.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:23.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:23.421 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 19:33:23.421 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:33:23.428 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 19:33:23.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:23.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:23.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:23.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:33:23.441 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:33:23.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:33:23.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:33:23.492 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) 19:33:23.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:23.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:23.496 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:23.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:33:23.497 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:33:23.499 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 19:33:23.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:33:23.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:33:23.500 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:33:23.501 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:33:23.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:33:23.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:33:23.529 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:33:23.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:23.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:23.531 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:33:23.532 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCloseNonInstantiatedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) 19:33:23.532 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 19:33:23.532 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:33:23.532 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:33:23.532 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:33:23.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:23.542 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:23.542 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:23.581 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:23.582 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:33:23.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:23.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:23.583 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:33:23.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 '\*?\QProject Explorer\E') 19:33:23.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:23.583 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:23.585 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:23.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:33:23.585 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:33:23.586 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:33:23.586 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:33:23.597 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:33:23.598 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:33:23.598 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:33:23.598 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:33:23.607 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 19:33:23.607 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 19:33:23.607 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:33:23.609 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 19:33:23.638 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:23.642 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:23.644 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 19:33:23.644 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:33:23.646 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:33:23.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:23.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:23.682 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCloseNonInstantiatedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) 19:33:23.682 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:33:23.683 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCloseClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) 19:33:23.683 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 19:33:23.683 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:33:23.683 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:33:23.683 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:33:23.683 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:23.686 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:23.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:23.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:23.690 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:23.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:23.693 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E'' view via menu. 19:33:23.695 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:33:23.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:23.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:23.700 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:33:23.700 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:33:23.700 DEBUG [main][MenuItemLookup] Found menu:'File' 19:33:23.701 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:33:23.701 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:33:23.701 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:33:23.701 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:33:23.701 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:33:23.701 DEBUG [main][MenuItemLookup] Item match:Window 19:33:23.702 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:33:23.702 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:33:23.702 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:33:23.702 DEBUG [main][MenuItemLookup] Found menu:'' 19:33:23.702 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:33:23.702 DEBUG [main][MenuItemLookup] Item match:Show View 19:33:23.713 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 19:33:23.713 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 19:33:23.713 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 19:33:23.713 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 19:33:23.713 DEBUG [main][MenuItemLookup] Found menu:'Progress' 19:33:23.713 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 19:33:23.713 DEBUG [main][MenuItemLookup] Found menu:'Properties' 19:33:23.713 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 19:33:23.713 DEBUG [main][MenuItemLookup] Found menu:'' 19:33:23.713 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 19:33:23.713 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 19:33:23.714 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 19:33:23.714 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 19:33:23.714 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 19:33:23.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 19:33:23.789 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 19:33:23.789 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 19:33:23.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:23.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:23.791 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 19:33:23.791 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:33:23.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:23.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:23.791 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:33:23.791 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:33:23.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:23.791 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:23.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:23.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:33:23.792 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:33:23.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:33:23.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:33:23.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:33:23.794 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:33:23.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:33:24.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:33:24.301 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:33:24.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:33:24.303 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:33:24.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:33:24.304 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:33:24.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:33:24.304 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:33:24.304 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Markers 19:33:24.305 DEBUG [main][TreeItemHandler] Selecting tree item: Markers 19:33:24.305 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Markers about selection 19:33:24.306 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Markers 19:33:24.306 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:33:24.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:24.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:24.307 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:33:24.307 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:33:24.307 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:24.307 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:24.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: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 19:33:24.308 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:33:24.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:24.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:24.308 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:33:24.308 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:33:24.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:24.308 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:24.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:24.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:33:24.309 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:33:24.309 INFO [WorkbenchTestable][AbstractButton] Click button &Open 19:33:24.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:33:24.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:33:24.310 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:33:24.310 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:33:24.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:33:24.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:33:24.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 19:33:24.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:24.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:24.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 19:33:24.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:24.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:24.397 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:33:24.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:24.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:24.398 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:33:24.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 '\*?\QMarkers\E') 19:33:24.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:24.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:24.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:24.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:33:24.399 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:33:24.399 INFO [WorkbenchTestable][AbstractView] Activate view Markers 19:33:24.399 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 19:33:24.400 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:33:24.400 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:33:24.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:33:24.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:33:24.401 INFO [WorkbenchTestable][AbstractView] Activate view Markers 19:33:24.401 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 19:33:24.402 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:33:24.402 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:33:24.402 INFO [WorkbenchTestable][AbstractView] Close view 'Markers' 19:33:24.402 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Markers 19:33:24.403 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 19:33:24.403 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 19:33:24.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:24.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:24.435 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 19:33:24.435 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:33:24.435 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:33:24.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:24.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:24.437 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCloseClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) 19:33:24.437 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:33:24.437 INFO [WorkbenchTestable][RequirementsRunner] Started test: testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) 19:33:24.437 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 19:33:24.437 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:33:24.437 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:33:24.437 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:33:24.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:24.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:24.440 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:24.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:24.442 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:24.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:24.443 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 19:33:24.443 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:33:24.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:24.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:24.444 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:33:24.444 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:33:24.485 DEBUG [main][MenuItemLookup] Found menu:'File' 19:33:24.486 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:33:24.486 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:33:24.486 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:33:24.486 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:33:24.486 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:33:24.486 DEBUG [main][MenuItemLookup] Item match:Window 19:33:24.486 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:33:24.486 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:33:24.486 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:33:24.486 DEBUG [main][MenuItemLookup] Found menu:'' 19:33:24.487 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:33:24.487 DEBUG [main][MenuItemLookup] Item match:Show View 19:33:24.490 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 19:33:24.490 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 19:33:24.490 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 19:33:24.490 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 19:33:24.490 DEBUG [main][MenuItemLookup] Found menu:'Progress' 19:33:24.490 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 19:33:24.490 DEBUG [main][MenuItemLookup] Found menu:'Properties' 19:33:24.490 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 19:33:24.490 DEBUG [main][MenuItemLookup] Found menu:'' 19:33:24.490 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 19:33:24.490 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 19:33:24.491 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 19:33:24.491 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 19:33:24.491 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 19:33:24.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 19:33:24.533 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 19:33:24.533 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 19:33:24.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:24.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:24.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 19:33:24.534 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:33:24.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:24.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:24.534 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:33:24.534 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:33:24.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:24.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:24.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:24.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:33:24.535 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:33:24.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:33:24.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:33:24.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:33:24.536 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:33:24.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:33:24.536 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:33:24.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:33:24.537 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:33:24.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:33:24.537 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:33:24.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:33:24.537 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:33:24.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:33:24.537 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:33:24.537 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 19:33:24.538 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 19:33:24.538 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 19:33:24.538 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 19:33:24.538 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:33:24.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:24.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:24.538 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:33:24.538 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:33:24.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:24.539 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:24.539 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:33:24.539 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:33:24.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:24.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:24.539 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:33:24.539 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:33:24.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:24.539 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:24.540 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:24.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:33:24.540 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:33:24.541 INFO [WorkbenchTestable][AbstractButton] Click button &Open 19:33:24.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:33:24.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:33:24.541 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:33:24.541 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:33:24.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:33:24.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:33:24.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 19:33:24.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:24.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:24.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 19:33:24.640 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:24.641 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:24.641 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:33:24.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:24.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:24.641 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:33:24.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 '\*?\QProject Explorer\E') 19:33:24.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:24.641 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:24.642 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:24.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:33:24.642 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:33:24.642 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:33:24.643 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:33:24.643 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:33:24.643 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:33:24.643 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:33:24.643 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:33:24.644 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:33:24.644 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:33:24.645 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:33:24.645 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 19:33:24.645 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 19:33:24.645 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 19:33:24.645 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:33:24.682 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 19:33:24.701 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 19:33:24.701 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:33:24.701 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:33:24.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:24.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:24.708 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) 19:33:24.709 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 19:33:24.709 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:33:24.709 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:33:24.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:24.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.695 s - in org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest testCloseNonInstantiatedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) Time elapsed: 0.15 s testCloseClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) Time elapsed: 0.754 s testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) Time elapsed: 0.271 s Running org.eclipse.reddeer.workbench.test.view.ViewTest 19:33:24.728 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.view.ViewTest 19:33:24.730 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:33:24.730 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:33:24.730 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 19:33:24.730 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:33:24.730 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:33:24.730 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:33:24.730 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:33:24.730 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:33:24.730 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 19:33:24.731 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:33:24.731 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:33:24.731 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:33:24.731 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:33:24.731 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:33:24.731 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:33:24.732 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:33:24.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:24.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:24.732 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:33:24.732 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:33:24.732 DEBUG [main][MenuItemLookup] Found menu:'File' 19:33:24.732 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:33:24.733 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:33:24.733 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:33:24.733 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:33:24.733 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:33:24.733 DEBUG [main][MenuItemLookup] Item match:Window 19:33:24.733 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:33:24.733 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:33:24.733 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:33:24.733 DEBUG [main][MenuItemLookup] Found menu:'' 19:33:24.733 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:33:24.733 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:33:24.733 DEBUG [main][MenuItemLookup] Found menu:'' 19:33:24.733 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 19:33:24.733 DEBUG [main][MenuItemLookup] Found menu:'' 19:33:24.733 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 19:33:24.733 DEBUG [main][MenuItemLookup] Item match:Preferences 19:33:24.739 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 19:33:24.739 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 19:33:24.739 INFO [main][MenuItemHandler] Select menu item: &Preferences 19:33:24.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 'Preferences.*'] is available.... 19:33:24.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 19:33:24.827 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 19:33:24.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:24.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:24.829 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 19:33:24.829 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:33:24.829 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 19:33:24.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:24.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:24.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:24.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:33:24.830 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:33:24.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:33:24.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:33:24.831 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) 19:33:24.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:24.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:24.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:24.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:33:24.832 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:33:24.833 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 19:33:24.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:33:24.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:33:24.833 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:33:24.833 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:33:24.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:33:24.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:33:24.855 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:33:24.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:24.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:24.855 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:33:24.855 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 19:33:24.855 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 19:33:24.855 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:33:24.855 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:33:24.855 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:33:24.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:24.882 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:24.882 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 19:33:24.882 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:33:24.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:24.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:24.882 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:33:24.883 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:33:24.883 DEBUG [main][MenuItemLookup] Found menu:'File' 19:33:24.883 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:33:24.883 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:33:24.883 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:33:24.883 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:33:24.883 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:33:24.883 DEBUG [main][MenuItemLookup] Item match:Window 19:33:24.883 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:33:24.884 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:33:24.884 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:33:24.884 DEBUG [main][MenuItemLookup] Found menu:'' 19:33:24.884 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:33:24.884 DEBUG [main][MenuItemLookup] Item match:Show View 19:33:24.887 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 19:33:24.887 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 19:33:24.887 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 19:33:24.887 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 19:33:24.887 DEBUG [main][MenuItemLookup] Found menu:'Progress' 19:33:24.887 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 19:33:24.887 DEBUG [main][MenuItemLookup] Found menu:'Properties' 19:33:24.887 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 19:33:24.887 DEBUG [main][MenuItemLookup] Found menu:'' 19:33:24.887 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 19:33:24.887 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 19:33:24.888 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 19:33:24.888 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 19:33:24.888 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 19:33:24.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 19:33:24.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 19:33:24.928 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 19:33:24.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:24.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:24.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 19:33:24.929 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:33:24.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:24.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:24.930 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:33:24.930 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:33:24.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:24.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:24.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:24.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:33:24.930 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:33:24.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:33:24.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:33:24.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 19:33:24.932 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 19:33:24.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:33:25.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:33:25.434 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 19:33:25.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 19:33:25.434 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 19:33:25.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:33:25.434 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 19:33:25.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:33:25.434 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 19:33:25.435 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 19:33:25.435 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 19:33:25.435 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 19:33:25.435 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 19:33:25.435 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:33:25.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:25.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:25.436 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:33:25.436 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:33:25.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:25.436 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:25.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: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 19:33:25.436 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:33:25.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:25.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:25.437 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:33:25.437 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:33:25.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:25.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:25.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:25.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:33:25.438 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:33:25.438 INFO [WorkbenchTestable][AbstractButton] Click button &Open 19:33:25.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:33:25.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:33:25.438 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:33:25.438 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:33:25.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:33:25.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:33:25.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 19:33:25.468 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:25.470 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:25.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 19:33:25.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:25.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:25.471 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:33:25.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:25.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:25.471 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:33:25.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 19:33:25.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:25.471 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:25.472 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:25.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:33:25.472 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:33:25.473 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 19:33:25.473 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 19:33:25.473 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:33:25.473 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:33:25.473 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:33:25.473 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:33:25.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:25.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:25.476 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:25.477 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:25.477 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:33:25.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:25.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:25.477 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:33:25.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 19:33:25.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:25.477 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:25.478 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:25.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:33:25.478 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:33:25.478 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 19:33:25.478 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 19:33:25.479 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:33:25.479 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:33:25.479 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:33:25.479 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:33:25.484 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 19:33:25.484 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 19:33:25.484 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 19:33:25.484 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 19:33:25.497 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 19:33:25.497 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:33:25.497 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:33:25.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:25.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:25.503 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 19:33:25.503 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:33:25.503 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTitleImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 19:33:25.503 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 19:33:25.503 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:33:25.503 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:33:25.503 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:33:25.504 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:25.505 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:25.505 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 19:33:25.506 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:33:25.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:25.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:25.506 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:33:25.506 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:33:25.506 DEBUG [main][MenuItemLookup] Found menu:'File' 19:33:25.507 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:33:25.507 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:33:25.507 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:33:25.507 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:33:25.507 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:33:25.507 DEBUG [main][MenuItemLookup] Item match:Window 19:33:25.507 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:33:25.507 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:33:25.507 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:33:25.507 DEBUG [main][MenuItemLookup] Found menu:'' 19:33:25.507 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:33:25.507 DEBUG [main][MenuItemLookup] Item match:Show View 19:33:25.510 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 19:33:25.510 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 19:33:25.510 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 19:33:25.510 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 19:33:25.510 DEBUG [main][MenuItemLookup] Found menu:'Progress' 19:33:25.510 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 19:33:25.510 DEBUG [main][MenuItemLookup] Found menu:'Properties' 19:33:25.510 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 19:33:25.510 DEBUG [main][MenuItemLookup] Found menu:'' 19:33:25.510 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 19:33:25.510 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 19:33:25.511 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 19:33:25.511 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 19:33:25.511 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 19:33:25.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 19:33:25.552 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 19:33:25.552 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 19:33:25.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:25.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:25.553 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 19:33:25.553 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:33:25.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:25.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:25.583 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:33:25.583 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:33:25.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:25.583 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:25.583 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:25.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:33:25.583 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:33:25.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:33:25.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:33:25.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 19:33:25.584 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 19:33:25.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:33:25.585 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 19:33:25.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:33:25.585 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 19:33:25.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 19:33:25.585 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 19:33:25.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:33:25.585 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 19:33:25.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:33:25.585 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 19:33:25.585 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 19:33:25.585 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 19:33:25.585 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 19:33:25.585 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 19:33:25.585 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:33:25.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:25.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:25.586 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:33:25.586 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:33:25.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:25.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:25.586 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:33:25.586 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:33:25.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:25.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:25.586 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:33:25.586 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:33:25.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:25.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:25.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:25.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:33:25.587 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:33:25.587 INFO [WorkbenchTestable][AbstractButton] Click button &Open 19:33:25.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:33:25.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:33:25.587 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:33:25.587 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:33:25.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:33:25.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:33:25.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 19:33:25.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:25.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:25.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 19:33:25.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:25.618 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:25.618 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:33:25.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:25.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:25.618 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:33:25.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 19:33:25.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:25.618 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:25.619 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:25.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:33:25.619 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:33:25.619 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 19:33:25.619 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 19:33:25.620 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:33:25.620 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:33:25.620 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:33:25.620 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:33:25.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:25.622 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:25.622 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:25.623 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:25.623 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:33:25.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:25.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:25.624 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:33:25.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 '\*?\QWorkbench Test\E') 19:33:25.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:25.624 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:25.625 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:25.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:33:25.625 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:33:25.625 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 19:33:25.625 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 19:33:25.626 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:33:25.626 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:33:25.626 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:33:25.626 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:33:25.626 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 19:33:25.626 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 19:33:25.626 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 19:33:25.627 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 19:33:25.638 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 19:33:25.638 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:33:25.638 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:33:25.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:25.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:25.646 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTitleImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 19:33:25.646 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:33:25.646 INFO [WorkbenchTestable][RequirementsRunner] Started test: testActivateNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 19:33:25.646 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 19:33:25.646 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:33:25.646 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:33:25.646 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:33:25.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:25.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:25.683 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:25.684 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:25.684 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 19:33:25.685 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:33:25.685 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:33:25.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:25.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:25.685 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testActivateNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 19:33:25.685 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:33:25.685 INFO [WorkbenchTestable][RequirementsRunner] Started test: testClosedGetToolTip no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 19:33:25.685 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 19:33:25.685 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:33:25.685 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:33:25.685 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:33:25.686 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:25.687 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:25.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:25.689 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:25.689 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 19:33:25.689 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:33:25.689 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:33:25.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:25.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:25.690 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testClosedGetToolTip no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 19:33:25.690 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:33:25.690 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOpenAndCloseDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 19:33:25.690 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 19:33:25.690 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:33:25.690 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:33:25.690 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:33:25.690 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:25.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:25.692 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Dirty Test\E'' view via menu. 19:33:25.692 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:33:25.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:25.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:25.697 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:33:25.697 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:33:25.698 DEBUG [main][MenuItemLookup] Found menu:'File' 19:33:25.698 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:33:25.698 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:33:25.698 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:33:25.698 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:33:25.698 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:33:25.698 DEBUG [main][MenuItemLookup] Item match:Window 19:33:25.698 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:33:25.699 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:33:25.699 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:33:25.699 DEBUG [main][MenuItemLookup] Found menu:'' 19:33:25.699 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:33:25.699 DEBUG [main][MenuItemLookup] Item match:Show View 19:33:25.702 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 19:33:25.702 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 19:33:25.702 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 19:33:25.702 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 19:33:25.702 DEBUG [main][MenuItemLookup] Found menu:'Progress' 19:33:25.702 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 19:33:25.702 DEBUG [main][MenuItemLookup] Found menu:'Properties' 19:33:25.702 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 19:33:25.702 DEBUG [main][MenuItemLookup] Found menu:'' 19:33:25.702 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 19:33:25.702 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 19:33:25.702 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 19:33:25.702 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 19:33:25.702 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 19:33:25.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 19:33:25.741 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 19:33:25.741 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 19:33:25.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:25.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:25.742 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 19:33:25.742 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:33:25.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:25.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:25.742 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:33:25.742 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:33:25.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:25.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:25.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:25.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:33:25.742 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:33:25.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:33:25.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:33:25.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 19:33:25.743 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 19:33:25.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:33:25.743 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 19:33:25.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:33:25.744 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 19:33:25.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 19:33:25.744 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 19:33:25.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:33:25.744 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 19:33:25.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:33:25.744 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 19:33:25.744 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Dirty Test 19:33:25.744 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Dirty Test 19:33:25.744 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Dirty Test about selection 19:33:25.744 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Dirty Test 19:33:25.744 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:33:25.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:25.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:25.744 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:33:25.744 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:33:25.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:25.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:25.745 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:33:25.745 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:33:25.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:25.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:25.745 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:33:25.745 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:33:25.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:25.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:25.746 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:25.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:33:25.746 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:33:25.746 INFO [WorkbenchTestable][AbstractButton] Click button &Open 19:33:25.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:33:25.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:33:25.746 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:33:25.746 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:33:25.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:33:25.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:33:25.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 19:33:25.812 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:25.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:25.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 19:33:25.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:25.814 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:25.814 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:33:25.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:25.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:25.814 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:33:25.814 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:33:25.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:25.814 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:25.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:25.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:33:25.815 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:33:25.816 INFO [WorkbenchTestable][AbstractView] Activate view *Workbench Dirty Test 19:33:25.816 INFO [WorkbenchTestable][AbstractCTabItem] Activate *Workbench Dirty Test 19:33:25.816 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:33:25.816 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:33:25.816 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:33:25.816 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:33:25.817 INFO [WorkbenchTestable][AbstractView] Activate view *Workbench Dirty Test 19:33:25.818 INFO [WorkbenchTestable][AbstractCTabItem] Activate *Workbench Dirty Test 19:33:25.818 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:33:25.818 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text= TooltipText=null 19:33:25.818 INFO [WorkbenchTestable][AbstractView] Close view '*Workbench Dirty Test' 19:33:25.818 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem *Workbench Dirty Test 19:33:25.818 INFO [WorkbenchTestable][AbstractCTabItem] Activate *Workbench Dirty Test 19:33:25.819 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 19:33:25.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:25.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:25.843 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 19:33:25.843 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:33:25.843 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:33:25.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:25.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:25.843 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOpenAndCloseDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 19:33:25.843 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:33:25.843 INFO [WorkbenchTestable][RequirementsRunner] Started test: testClosedGetImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 19:33:25.843 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 19:33:25.843 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:33:25.843 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:33:25.843 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:33:25.844 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:25.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:25.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:25.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:25.848 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 19:33:25.848 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:33:25.848 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:33:25.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:25.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:25.849 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testClosedGetImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 19:33:25.849 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:33:25.849 INFO [WorkbenchTestable][RequirementsRunner] Started test: testClosedGetTitle no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 19:33:25.849 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 19:33:25.849 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:33:25.849 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:33:25.849 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:33:25.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:25.883 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:25.883 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:25.885 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:25.885 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 19:33:25.885 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:33:25.885 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:33:25.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:25.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:25.885 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testClosedGetTitle no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 19:33:25.885 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:33:25.885 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTitleToolTipTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 19:33:25.885 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 19:33:25.885 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:33:25.885 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:33:25.885 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:33:25.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:25.887 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:25.887 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 19:33:25.887 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:33:25.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:25.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:25.888 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:33:25.888 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:33:25.888 DEBUG [main][MenuItemLookup] Found menu:'File' 19:33:25.888 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:33:25.888 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:33:25.888 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:33:25.888 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:33:25.888 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:33:25.888 DEBUG [main][MenuItemLookup] Item match:Window 19:33:25.889 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:33:25.889 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:33:25.889 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:33:25.889 DEBUG [main][MenuItemLookup] Found menu:'' 19:33:25.889 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:33:25.889 DEBUG [main][MenuItemLookup] Item match:Show View 19:33:25.892 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 19:33:25.892 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 19:33:25.893 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 19:33:25.893 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 19:33:25.893 DEBUG [main][MenuItemLookup] Found menu:'Progress' 19:33:25.893 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 19:33:25.893 DEBUG [main][MenuItemLookup] Found menu:'Properties' 19:33:25.893 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 19:33:25.893 DEBUG [main][MenuItemLookup] Found menu:'' 19:33:25.893 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 19:33:25.893 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 19:33:25.893 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 19:33:25.893 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 19:33:25.893 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 19:33:25.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 19:33:25.931 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 19:33:25.931 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 19:33:25.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:25.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:25.932 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 19:33:25.932 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:33:25.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:25.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:25.932 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:33:25.932 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:33:25.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:25.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:25.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:25.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:33:25.933 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:33:25.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:33:25.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:33:25.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 19:33:25.933 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 19:33:25.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:33:25.933 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 19:33:25.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:33:25.934 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 19:33:25.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 19:33:25.934 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 19:33:25.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:33:25.934 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 19:33:25.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:33:25.934 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 19:33:25.934 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 19:33:25.934 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 19:33:25.934 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 19:33:25.934 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 19:33:25.934 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:33:25.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:25.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:25.935 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:33:25.935 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:33:25.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:25.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:25.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 "Open") 19:33:25.935 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:33:25.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:25.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:25.935 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:33:25.935 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:33:25.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:25.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:25.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:25.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:33:25.936 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:33:25.936 INFO [WorkbenchTestable][AbstractButton] Click button &Open 19:33:25.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:33:25.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:33:25.936 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:33:25.936 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:33:25.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:33:25.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:33:25.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 19:33:25.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:25.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:25.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 19:33:25.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:25.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:25.997 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:33:25.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:25.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:25.997 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:33:25.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 '\*?\QWorkbench Test\E') 19:33:25.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:25.997 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:25.999 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:25.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:33:25.999 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:33:25.999 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 19:33:25.999 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 19:33:25.999 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:33:25.999 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:33:25.999 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:33:25.999 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:33:26.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:26.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:26.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:26.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:26.003 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:33:26.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:26.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:26.004 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:33:26.004 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:33:26.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:26.004 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:26.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:26.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:33:26.005 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:33:26.005 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 19:33:26.005 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 19:33:26.005 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:33:26.005 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:33:26.005 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:33:26.005 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:33:26.006 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 19:33:26.006 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 19:33:26.006 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 19:33:26.006 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 19:33:26.021 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 19:33:26.021 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:33:26.021 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:33:26.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:26.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:26.031 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTitleToolTipTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 19:33:26.031 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:33:26.032 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInitializeRegisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 19:33:26.032 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 19:33:26.032 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:33:26.032 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:33:26.032 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:33:26.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:26.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:26.034 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 19:33:26.034 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:33:26.034 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:33:26.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:26.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:26.034 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInitializeRegisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 19:33:26.034 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:33:26.034 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCloseNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 19:33:26.034 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 19:33:26.034 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:33:26.034 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:33:26.034 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:33:26.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:26.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:26.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:26.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:26.039 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 19:33:26.039 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:33:26.039 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:33:26.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:26.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:26.039 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCloseNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 19:33:26.039 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:33:26.039 INFO [WorkbenchTestable][RequirementsRunner] Started test: viewAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 19:33:26.039 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 19:33:26.039 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:33:26.039 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:33:26.039 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:33:26.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:26.081 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:26.081 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Dirty Test\E'' view via menu. 19:33:26.081 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:33:26.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:26.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:26.086 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:33:26.086 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:33:26.086 DEBUG [main][MenuItemLookup] Found menu:'File' 19:33:26.087 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:33:26.087 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:33:26.087 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:33:26.087 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:33:26.087 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:33:26.087 DEBUG [main][MenuItemLookup] Item match:Window 19:33:26.087 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:33:26.087 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:33:26.087 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:33:26.087 DEBUG [main][MenuItemLookup] Found menu:'' 19:33:26.087 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:33:26.087 DEBUG [main][MenuItemLookup] Item match:Show View 19:33:26.090 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 19:33:26.090 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 19:33:26.090 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 19:33:26.090 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 19:33:26.090 DEBUG [main][MenuItemLookup] Found menu:'Progress' 19:33:26.090 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 19:33:26.090 DEBUG [main][MenuItemLookup] Found menu:'Properties' 19:33:26.090 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 19:33:26.090 DEBUG [main][MenuItemLookup] Found menu:'' 19:33:26.090 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 19:33:26.090 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 19:33:26.090 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 19:33:26.090 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 19:33:26.090 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 19:33:26.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 19:33:26.128 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 19:33:26.128 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 19:33:26.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:26.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:26.130 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 19:33:26.130 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:33:26.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:26.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:26.130 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:33:26.130 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:33:26.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:26.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:26.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:26.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:33:26.130 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:33:26.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:33:26.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:33:26.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 19:33:26.131 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 19:33:26.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:33:26.131 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 19:33:26.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:33:26.131 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 19:33:26.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 19:33:26.131 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 19:33:26.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:33:26.131 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 19:33:26.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:33:26.132 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 19:33:26.132 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Dirty Test 19:33:26.132 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Dirty Test 19:33:26.132 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Dirty Test about selection 19:33:26.132 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Dirty Test 19:33:26.132 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:33:26.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:26.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:26.132 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:33:26.132 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:33:26.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:26.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:26.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: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 19:33:26.133 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:33:26.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:26.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:26.133 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:33:26.133 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:33:26.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:26.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:26.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:26.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:33:26.133 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:33:26.134 INFO [WorkbenchTestable][AbstractButton] Click button &Open 19:33:26.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:33:26.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:33:26.134 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:33:26.134 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:33:26.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:33:26.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:33:26.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 19:33:26.163 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:26.164 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:26.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 19:33:26.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:26.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:26.165 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:33:26.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:26.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:26.165 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:33:26.165 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:33:26.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:26.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:26.181 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:26.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:33:26.182 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:33:26.182 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Dirty Test 19:33:26.182 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Dirty Test 19:33:26.182 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:33:26.182 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:33:26.182 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:33:26.182 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:33:26.186 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: ") 19:33:26.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:26.186 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:26.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:26.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:33:26.188 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:33:26.188 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:33:26.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:26.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:26.195 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 19:33:26.195 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:33:26.195 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:33:26.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:26.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:26.195 INFO [WorkbenchTestable][RequirementsRunner] Finished test: viewAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 19:33:26.195 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:33:26.195 INFO [WorkbenchTestable][RequirementsRunner] Started test: testClosedActivate no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 19:33:26.195 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 19:33:26.195 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:33:26.195 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:33:26.195 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:33:26.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:26.197 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:26.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:26.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:26.199 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 19:33:26.199 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:33:26.199 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:33:26.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:26.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:26.199 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testClosedActivate no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 19:33:26.199 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:33:26.199 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOpenClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 19:33:26.199 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 19:33:26.199 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:33:26.199 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:33:26.199 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:33:26.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:26.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:26.201 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 19:33:26.201 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:33:26.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:26.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:26.202 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:33:26.202 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:33:26.202 DEBUG [main][MenuItemLookup] Found menu:'File' 19:33:26.203 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:33:26.203 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:33:26.203 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:33:26.203 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:33:26.203 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:33:26.203 DEBUG [main][MenuItemLookup] Item match:Window 19:33:26.203 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:33:26.203 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:33:26.203 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:33:26.203 DEBUG [main][MenuItemLookup] Found menu:'' 19:33:26.203 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:33:26.203 DEBUG [main][MenuItemLookup] Item match:Show View 19:33:26.206 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 19:33:26.206 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 19:33:26.206 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 19:33:26.206 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 19:33:26.206 DEBUG [main][MenuItemLookup] Found menu:'Progress' 19:33:26.206 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 19:33:26.206 DEBUG [main][MenuItemLookup] Found menu:'Properties' 19:33:26.206 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 19:33:26.206 DEBUG [main][MenuItemLookup] Found menu:'' 19:33:26.206 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 19:33:26.206 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 19:33:26.211 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 19:33:26.211 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 19:33:26.211 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 19:33:26.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 19:33:26.248 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 19:33:26.248 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 19:33:26.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:26.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:26.249 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 19:33:26.249 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:33:26.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:26.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:26.249 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:33:26.249 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:33:26.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:26.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:26.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:26.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:33:26.249 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:33:26.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:33:26.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:33:26.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 19:33:26.250 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 19:33:26.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:33:26.251 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 19:33:26.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:33:26.251 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 19:33:26.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 19:33:26.251 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 19:33:26.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:33:26.251 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 19:33:26.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:33:26.251 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 19:33:26.251 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 19:33:26.251 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 19:33:26.251 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 19:33:26.252 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 19:33:26.252 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:33:26.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:26.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:26.252 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:33:26.252 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:33:26.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:26.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:26.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 "Open") 19:33:26.252 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:33:26.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:26.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:26.252 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:33:26.252 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:33:26.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:26.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:26.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:26.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:33:26.253 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:33:26.253 INFO [WorkbenchTestable][AbstractButton] Click button &Open 19:33:26.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:33:26.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:33:26.253 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:33:26.253 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:33:26.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:33:26.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:33:26.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 19:33:26.305 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:26.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:26.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 19:33:26.306 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:26.307 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:26.307 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:33:26.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:26.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:26.308 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:33:26.308 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:33:26.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:26.308 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:26.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:26.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:33:26.309 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:33:26.309 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 19:33:26.309 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 19:33:26.309 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:33:26.309 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:33:26.310 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:33:26.310 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:33:26.310 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 19:33:26.310 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 19:33:26.311 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:33:26.311 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 19:33:26.311 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 19:33:26.311 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 19:33:26.311 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 19:33:26.311 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 19:33:26.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:26.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:26.327 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 19:33:26.327 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:33:26.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:26.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:26.328 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:33:26.328 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:33:26.328 DEBUG [main][MenuItemLookup] Found menu:'File' 19:33:26.328 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:33:26.328 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:33:26.328 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:33:26.328 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:33:26.328 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:33:26.328 DEBUG [main][MenuItemLookup] Item match:Window 19:33:26.328 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:33:26.328 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:33:26.328 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:33:26.329 DEBUG [main][MenuItemLookup] Found menu:'' 19:33:26.329 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:33:26.329 DEBUG [main][MenuItemLookup] Item match:Show View 19:33:26.331 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 19:33:26.331 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 19:33:26.331 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 19:33:26.332 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 19:33:26.332 DEBUG [main][MenuItemLookup] Found menu:'Progress' 19:33:26.332 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 19:33:26.332 DEBUG [main][MenuItemLookup] Found menu:'Properties' 19:33:26.332 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 19:33:26.332 DEBUG [main][MenuItemLookup] Found menu:'' 19:33:26.332 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 19:33:26.332 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 19:33:26.332 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 19:33:26.332 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 19:33:26.332 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 19:33:26.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 19:33:26.395 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 19:33:26.395 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 19:33:26.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:26.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:26.396 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 19:33:26.396 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:33:26.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:26.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:26.396 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:33:26.397 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:33:26.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:26.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:26.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:26.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:33:26.397 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:33:26.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:33:26.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:33:26.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 19:33:26.398 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 19:33:26.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:33:26.398 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 19:33:26.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:33:26.398 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 19:33:26.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 19:33:26.398 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 19:33:26.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:33:26.398 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 19:33:26.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:33:26.398 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 19:33:26.398 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 19:33:26.399 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 19:33:26.399 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 19:33:26.399 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 19:33:26.399 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:33:26.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:26.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:26.399 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:33:26.399 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:33:26.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:26.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:26.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 "Open") 19:33:26.399 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:33:26.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:26.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:26.400 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:33:26.400 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:33:26.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:26.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:26.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:26.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:33:26.400 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:33:26.401 INFO [WorkbenchTestable][AbstractButton] Click button &Open 19:33:26.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:33:26.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:33:26.401 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:33:26.401 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:33:26.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:33:26.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:33:26.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 19:33:26.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:26.428 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:26.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 19:33:26.428 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:26.429 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:26.429 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:33:26.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:26.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:26.429 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:33:26.429 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:33:26.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:26.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:26.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:26.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:33:26.431 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:33:26.431 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 19:33:26.431 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 19:33:26.431 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:33:26.431 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:33:26.431 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:33:26.431 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:33:26.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:26.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:26.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:26.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:26.434 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:33:26.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:26.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:26.435 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:33:26.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 '\*?\QWorkbench Test\E') 19:33:26.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:26.435 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:26.436 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:26.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:33:26.436 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:33:26.436 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 19:33:26.436 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 19:33:26.437 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:33:26.437 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:33:26.437 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:33:26.437 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:33:26.438 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 19:33:26.438 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 19:33:26.438 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 19:33:26.438 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 19:33:26.445 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 19:33:26.445 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:33:26.445 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:33:26.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:26.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:26.452 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOpenClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 19:33:26.452 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:33:26.452 INFO [WorkbenchTestable][RequirementsRunner] Started test: testClosedIsActive no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 19:33:26.452 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 19:33:26.452 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:33:26.452 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:33:26.452 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:33:26.452 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:26.482 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:26.482 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:26.484 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:26.484 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 19:33:26.484 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:33:26.484 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:33:26.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:26.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:26.484 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testClosedIsActive no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 19:33:26.484 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:33:26.484 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInitializeRegisteredViewWithRegex no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 19:33:26.484 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 19:33:26.485 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:33:26.485 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:33:26.485 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:33:26.485 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:26.487 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:26.487 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 19:33:26.487 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:33:26.487 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:33:26.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:26.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:26.487 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInitializeRegisteredViewWithRegex no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 19:33:26.487 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:33:26.487 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOpenAndCloseView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 19:33:26.487 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 19:33:26.488 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:33:26.488 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:33:26.488 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:33:26.488 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:26.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:26.489 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 19:33:26.489 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:33:26.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:26.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:26.493 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:33:26.493 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:33:26.493 DEBUG [main][MenuItemLookup] Found menu:'File' 19:33:26.493 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:33:26.494 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:33:26.494 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:33:26.494 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:33:26.494 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:33:26.494 DEBUG [main][MenuItemLookup] Item match:Window 19:33:26.494 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:33:26.494 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:33:26.494 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:33:26.494 DEBUG [main][MenuItemLookup] Found menu:'' 19:33:26.494 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:33:26.494 DEBUG [main][MenuItemLookup] Item match:Show View 19:33:26.497 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 19:33:26.497 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 19:33:26.497 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 19:33:26.497 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 19:33:26.497 DEBUG [main][MenuItemLookup] Found menu:'Progress' 19:33:26.497 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 19:33:26.497 DEBUG [main][MenuItemLookup] Found menu:'Properties' 19:33:26.497 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 19:33:26.497 DEBUG [main][MenuItemLookup] Found menu:'' 19:33:26.497 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 19:33:26.497 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 19:33:26.498 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 19:33:26.498 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 19:33:26.498 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 19:33:26.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 19:33:26.542 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 19:33:26.542 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 19:33:26.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:26.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:26.544 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 19:33:26.544 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:33:26.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:26.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:26.544 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:33:26.544 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:33:26.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:26.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:26.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:26.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:33:26.544 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:33:26.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:33:26.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:33:26.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 19:33:26.545 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 19:33:26.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:33:26.545 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 19:33:26.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:33:26.545 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 19:33:26.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 19:33:26.545 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 19:33:26.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:33:26.545 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 19:33:26.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:33:26.545 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 19:33:26.545 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 19:33:26.545 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 19:33:26.546 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 19:33:26.546 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 19:33:26.546 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:33:26.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:26.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:26.546 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:33:26.546 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:33:26.546 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:26.546 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:26.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 "Open") 19:33:26.547 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:33:26.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:26.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:26.547 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:33:26.547 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:33:26.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:26.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:26.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:26.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:33:26.547 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:33:26.548 INFO [WorkbenchTestable][AbstractButton] Click button &Open 19:33:26.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:33:26.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:33:26.548 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:33:26.548 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:33:26.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:33:26.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:33:26.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 19:33:26.603 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:26.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:26.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 19:33:26.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:26.605 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:26.605 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:33:26.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:26.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:26.605 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:33:26.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 '\*?\QWorkbench Test\E') 19:33:26.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:26.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:26.606 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:26.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:33:26.606 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:33:26.606 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 19:33:26.606 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 19:33:26.607 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:33:26.607 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:33:26.607 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:33:26.607 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:33:26.608 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 19:33:26.608 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 19:33:26.608 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:33:26.608 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 19:33:26.608 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 19:33:26.608 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 19:33:26.608 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 19:33:26.609 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 19:33:26.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:26.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:26.628 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 19:33:26.628 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:33:26.628 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:33:26.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:26.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:26.628 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOpenAndCloseView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 19:33:26.628 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:33:26.628 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOpenAndCloseViewFullPath no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 19:33:26.628 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 19:33:26.628 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:33:26.628 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:33:26.628 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:33:26.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:26.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:26.630 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 19:33:26.631 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:33:26.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:26.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:26.631 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:33:26.631 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:33:26.631 DEBUG [main][MenuItemLookup] Found menu:'File' 19:33:26.631 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:33:26.631 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:33:26.631 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:33:26.631 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:33:26.631 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:33:26.631 DEBUG [main][MenuItemLookup] Item match:Window 19:33:26.632 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:33:26.632 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:33:26.632 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:33:26.632 DEBUG [main][MenuItemLookup] Found menu:'' 19:33:26.632 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:33:26.632 DEBUG [main][MenuItemLookup] Item match:Show View 19:33:26.636 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 19:33:26.636 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 19:33:26.636 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 19:33:26.636 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 19:33:26.636 DEBUG [main][MenuItemLookup] Found menu:'Progress' 19:33:26.636 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 19:33:26.636 DEBUG [main][MenuItemLookup] Found menu:'Properties' 19:33:26.636 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 19:33:26.636 DEBUG [main][MenuItemLookup] Found menu:'' 19:33:26.636 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 19:33:26.636 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 19:33:26.636 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 19:33:26.636 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 19:33:26.636 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 19:33:26.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 19:33:26.707 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 19:33:26.707 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 19:33:26.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:26.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:26.708 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 19:33:26.708 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:33:26.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:26.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:26.709 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:33:26.709 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:33:26.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:26.709 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:26.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:26.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:33:26.709 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:33:26.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:33:26.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:33:26.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 19:33:26.710 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 19:33:26.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:33:26.710 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 19:33:26.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:33:26.710 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 19:33:26.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 19:33:26.710 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 19:33:26.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:33:26.711 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 19:33:26.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:33:26.711 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 19:33:26.711 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 19:33:26.711 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 19:33:26.711 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 19:33:26.711 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 19:33:26.711 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:33:26.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:26.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:26.711 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:33:26.711 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:33:26.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:26.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:26.712 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:33:26.712 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:33:26.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:26.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:26.712 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:33:26.712 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:33:26.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:26.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:26.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:26.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:33:26.712 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:33:26.713 INFO [WorkbenchTestable][AbstractButton] Click button &Open 19:33:26.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:33:26.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:33:26.713 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:33:26.713 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:33:26.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:33:26.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:33:26.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 19:33:26.749 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:26.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:26.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 19:33:26.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:26.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:26.752 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:33:26.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:26.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:26.752 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:33:26.752 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:33:26.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:26.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:26.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:26.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:33:26.753 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:33:26.753 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 19:33:26.753 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 19:33:26.756 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:33:26.756 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:33:26.756 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:33:26.756 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:33:26.757 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 19:33:26.757 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 19:33:26.757 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:33:26.757 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 19:33:26.757 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 19:33:26.757 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 19:33:26.757 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 19:33:26.758 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 19:33:26.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:26.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:26.789 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 19:33:26.789 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:33:26.789 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:33:26.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:26.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:26.789 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOpenAndCloseViewFullPath no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 19:33:26.789 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:33:26.789 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInitializeNonregisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 19:33:26.789 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 19:33:26.789 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:33:26.789 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:33:26.789 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:33:26.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:26.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:26.792 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 19:33:26.792 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:33:26.792 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:33:26.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:26.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:26.792 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInitializeNonregisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 19:33:26.792 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:33:26.792 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCloseNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 19:33:26.792 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 19:33:26.792 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:33:26.792 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:33:26.792 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:33:26.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:26.794 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:26.794 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 19:33:26.794 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:33:26.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:26.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:26.795 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:33:26.795 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:33:26.795 DEBUG [main][MenuItemLookup] Found menu:'File' 19:33:26.795 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:33:26.795 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:33:26.795 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:33:26.795 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:33:26.795 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:33:26.795 DEBUG [main][MenuItemLookup] Item match:Window 19:33:26.796 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:33:26.796 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:33:26.796 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:33:26.796 DEBUG [main][MenuItemLookup] Found menu:'' 19:33:26.796 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:33:26.796 DEBUG [main][MenuItemLookup] Item match:Show View 19:33:26.799 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 19:33:26.799 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 19:33:26.799 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 19:33:26.799 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 19:33:26.799 DEBUG [main][MenuItemLookup] Found menu:'Progress' 19:33:26.799 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 19:33:26.799 DEBUG [main][MenuItemLookup] Found menu:'Properties' 19:33:26.799 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 19:33:26.799 DEBUG [main][MenuItemLookup] Found menu:'' 19:33:26.799 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 19:33:26.799 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 19:33:26.799 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 19:33:26.799 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 19:33:26.799 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 19:33:26.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 19:33:26.835 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 19:33:26.835 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 19:33:26.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:26.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:26.836 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 19:33:26.836 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:33:26.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:26.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:26.836 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:33:26.836 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:33:26.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:26.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:26.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:26.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:33:26.836 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:33:26.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:33:26.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:33:26.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 19:33:26.837 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 19:33:26.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:33:26.837 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 19:33:26.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:33:26.837 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 19:33:26.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 19:33:26.838 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 19:33:26.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:33:26.838 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 19:33:26.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:33:26.838 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 19:33:26.838 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 19:33:26.838 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 19:33:26.838 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 19:33:26.838 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 19:33:26.838 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:33:26.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:26.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:26.838 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:33:26.838 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:33:26.839 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:26.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:26.839 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:33:26.839 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:33:26.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:26.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:26.840 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:33:26.840 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:33:26.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:26.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:26.840 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:26.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:33:26.840 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:33:26.841 INFO [WorkbenchTestable][AbstractButton] Click button &Open 19:33:26.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:33:26.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:33:26.841 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:33:26.841 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:33:26.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:33:26.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:33:26.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 19:33:26.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:26.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:26.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 19:33:26.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:26.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:26.906 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:33:26.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:26.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:26.906 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:33:26.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 '\*?\QWorkbench Test\E') 19:33:26.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:26.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:26.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:26.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:33:26.907 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:33:26.907 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 19:33:26.907 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 19:33:26.908 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:33:26.908 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:33:26.908 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:33:26.908 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:33:26.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:26.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:26.910 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E'' view via menu. 19:33:26.910 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:33:26.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:26.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:26.910 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:33:26.910 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:33:26.910 DEBUG [main][MenuItemLookup] Found menu:'File' 19:33:26.911 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:33:26.911 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:33:26.911 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:33:26.911 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:33:26.911 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:33:26.911 DEBUG [main][MenuItemLookup] Item match:Window 19:33:26.911 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:33:26.911 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:33:26.911 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:33:26.911 DEBUG [main][MenuItemLookup] Found menu:'' 19:33:26.911 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:33:26.911 DEBUG [main][MenuItemLookup] Item match:Show View 19:33:26.914 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 19:33:26.914 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 19:33:26.914 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 19:33:26.914 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 19:33:26.914 DEBUG [main][MenuItemLookup] Found menu:'Progress' 19:33:26.914 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 19:33:26.914 DEBUG [main][MenuItemLookup] Found menu:'Properties' 19:33:26.914 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 19:33:26.914 DEBUG [main][MenuItemLookup] Found menu:'' 19:33:26.914 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 19:33:26.914 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 19:33:26.915 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 19:33:26.915 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 19:33:26.915 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 19:33:26.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 19:33:26.984 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 19:33:26.985 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 19:33:26.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:26.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:26.986 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 19:33:26.986 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:33:26.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:26.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:26.986 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:33:26.986 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:33:26.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:26.986 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:26.986 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:26.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:33:26.986 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:33:26.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:33:26.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:33:26.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:33:26.987 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:33:26.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:33:26.987 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:33:26.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:33:26.987 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:33:26.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:33:26.988 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:33:26.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:33:26.988 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:33:26.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:33:26.988 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:33:26.988 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Markers 19:33:26.988 DEBUG [main][TreeItemHandler] Selecting tree item: Markers 19:33:26.988 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Markers about selection 19:33:26.988 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Markers 19:33:26.988 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:33:26.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:26.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:26.989 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:33:26.989 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:33:26.989 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:26.989 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:26.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 "Open") 19:33:26.989 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:33:26.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:26.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:26.989 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:33:26.989 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:33:26.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:26.989 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:26.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:26.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:33:26.990 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:33:26.990 INFO [WorkbenchTestable][AbstractButton] Click button &Open 19:33:26.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:33:26.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:33:26.990 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:33:26.990 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:33:27.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:33:27.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:33:27.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 19:33:27.031 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:27.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:27.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 19:33:27.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:27.033 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:27.033 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:33:27.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:27.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:27.034 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:33:27.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 '\*?\QMarkers\E') 19:33:27.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:27.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:27.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:27.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:33:27.034 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:33:27.035 INFO [WorkbenchTestable][AbstractView] Activate view Markers 19:33:27.035 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 19:33:27.035 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:33:27.035 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:33:27.035 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:33:27.035 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:33:27.036 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 19:33:27.036 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 19:33:27.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:33:27.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 19:33:27.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:33:27.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:33:27.043 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 19:33:27.043 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 19:33:27.048 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 19:33:27.048 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 19:33:27.084 INFO [WorkbenchTestable][AbstractView] Activate view Markers 19:33:27.084 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 19:33:27.085 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:33:27.085 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:33:27.085 INFO [WorkbenchTestable][AbstractView] Close view 'Markers' 19:33:27.085 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Markers 19:33:27.085 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 19:33:27.085 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 19:33:27.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:27.104 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:27.104 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 19:33:27.104 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:33:27.104 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:33:27.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:27.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:27.104 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCloseNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 19:33:27.104 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:33:27.104 INFO [WorkbenchTestable][RequirementsRunner] Started test: testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 19:33:27.104 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 19:33:27.104 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:33:27.104 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:33:27.104 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:33:27.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:27.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:27.106 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 19:33:27.106 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:33:27.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:27.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:27.106 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:33:27.107 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:33:27.107 DEBUG [main][MenuItemLookup] Found menu:'File' 19:33:27.107 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:33:27.107 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:33:27.107 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:33:27.107 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:33:27.107 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:33:27.107 DEBUG [main][MenuItemLookup] Item match:Window 19:33:27.108 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:33:27.108 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:33:27.108 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:33:27.108 DEBUG [main][MenuItemLookup] Found menu:'' 19:33:27.108 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:33:27.108 DEBUG [main][MenuItemLookup] Item match:Show View 19:33:27.111 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 19:33:27.112 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 19:33:27.112 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 19:33:27.112 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 19:33:27.112 DEBUG [main][MenuItemLookup] Found menu:'Progress' 19:33:27.112 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 19:33:27.112 DEBUG [main][MenuItemLookup] Found menu:'Properties' 19:33:27.112 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 19:33:27.112 DEBUG [main][MenuItemLookup] Found menu:'' 19:33:27.112 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 19:33:27.112 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 19:33:27.112 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 19:33:27.112 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 19:33:27.112 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 19:33:27.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 19:33:27.152 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 19:33:27.152 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 19:33:27.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:27.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:27.153 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 19:33:27.153 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:33:27.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:27.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:27.153 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:33:27.153 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:33:27.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:27.153 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:27.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:27.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:33:27.153 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:33:27.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:33:27.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:33:27.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 19:33:27.183 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 19:33:27.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:33:27.183 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 19:33:27.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:33:27.183 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 19:33:27.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 19:33:27.183 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 19:33:27.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:33:27.183 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 19:33:27.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:33:27.184 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 19:33:27.184 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 19:33:27.184 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 19:33:27.184 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 19:33:27.184 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 19:33:27.184 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:33:27.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:27.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:27.184 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:33:27.184 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:33:27.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:27.185 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:27.185 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:33:27.185 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:33:27.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:27.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:27.185 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:33:27.185 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:33:27.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:27.185 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:27.186 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:27.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:33:27.186 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:33:27.186 INFO [WorkbenchTestable][AbstractButton] Click button &Open 19:33:27.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:33:27.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:33:27.186 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:33:27.186 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:33:27.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:33:27.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:33:27.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 19:33:27.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:27.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:27.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 19:33:27.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:27.217 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:27.217 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:33:27.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:27.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:27.217 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:33:27.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') 19:33:27.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:27.217 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:27.218 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:27.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:33:27.218 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:33:27.218 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 19:33:27.218 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 19:33:27.219 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:33:27.219 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:33:27.219 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:33:27.219 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:33:27.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:27.222 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:27.222 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E'' view via menu. 19:33:27.222 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:33:27.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:27.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:27.222 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:33:27.222 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:33:27.222 DEBUG [main][MenuItemLookup] Found menu:'File' 19:33:27.222 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:33:27.222 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:33:27.222 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:33:27.222 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:33:27.222 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:33:27.222 DEBUG [main][MenuItemLookup] Item match:Window 19:33:27.223 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:33:27.223 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:33:27.223 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:33:27.223 DEBUG [main][MenuItemLookup] Found menu:'' 19:33:27.223 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:33:27.223 DEBUG [main][MenuItemLookup] Item match:Show View 19:33:27.225 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 19:33:27.225 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 19:33:27.225 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 19:33:27.225 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 19:33:27.225 DEBUG [main][MenuItemLookup] Found menu:'Progress' 19:33:27.225 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 19:33:27.225 DEBUG [main][MenuItemLookup] Found menu:'Properties' 19:33:27.225 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 19:33:27.225 DEBUG [main][MenuItemLookup] Found menu:'' 19:33:27.226 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 19:33:27.226 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 19:33:27.226 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 19:33:27.226 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 19:33:27.226 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 19:33:27.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 19:33:27.289 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 19:33:27.289 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 19:33:27.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:27.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:27.290 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 19:33:27.290 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:33:27.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:27.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:27.290 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:33:27.290 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:33:27.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:27.290 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:27.290 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:27.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:33:27.290 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:33:27.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:33:27.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:33:27.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:33:27.291 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:33:27.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:33:27.291 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:33:27.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:33:27.291 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:33:27.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:33:27.291 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:33:27.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:33:27.291 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:33:27.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:33:27.291 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:33:27.292 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Markers 19:33:27.292 DEBUG [main][TreeItemHandler] Selecting tree item: Markers 19:33:27.292 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Markers about selection 19:33:27.292 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Markers 19:33:27.292 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:33:27.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:27.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:27.292 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:33:27.292 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:33:27.292 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:27.293 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:27.293 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:33:27.293 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:33:27.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:27.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:27.293 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:33:27.293 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:33:27.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:27.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:27.293 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:27.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:33:27.293 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:33:27.294 INFO [WorkbenchTestable][AbstractButton] Click button &Open 19:33:27.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:33:27.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:33:27.294 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:33:27.294 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:33:27.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:33:27.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:33:27.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 19:33:27.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:27.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:27.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 19:33:27.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:27.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:27.335 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:33:27.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:27.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:27.335 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:33:27.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 '\*?\QMarkers\E') 19:33:27.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:27.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:27.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:27.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:33:27.337 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:33:27.337 INFO [WorkbenchTestable][AbstractView] Activate view Markers 19:33:27.337 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 19:33:27.337 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:33:27.337 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:33:27.337 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:33:27.337 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:33:27.338 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 19:33:27.338 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 19:33:27.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:33:27.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 19:33:27.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:33:27.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:33:27.345 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 19:33:27.345 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 19:33:27.350 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:33:27.350 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 19:33:27.350 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 19:33:27.350 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 19:33:27.350 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 19:33:27.350 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 19:33:27.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:27.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:27.389 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 19:33:27.389 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:33:27.389 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:33:27.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:27.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:27.389 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 19:33:27.389 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:33:27.389 INFO [WorkbenchTestable][RequirementsRunner] Started test: testViewIsOpen no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 19:33:27.389 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 19:33:27.389 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:33:27.389 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:33:27.389 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:33:27.389 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:27.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:27.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:27.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:27.393 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 19:33:27.393 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:33:27.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:27.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:27.394 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:33:27.394 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:33:27.394 DEBUG [main][MenuItemLookup] Found menu:'File' 19:33:27.394 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:33:27.394 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:33:27.394 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:33:27.394 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:33:27.394 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:33:27.394 DEBUG [main][MenuItemLookup] Item match:Window 19:33:27.395 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:33:27.395 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:33:27.395 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:33:27.395 DEBUG [main][MenuItemLookup] Found menu:'' 19:33:27.395 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:33:27.395 DEBUG [main][MenuItemLookup] Item match:Show View 19:33:27.397 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 19:33:27.397 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 19:33:27.397 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 19:33:27.397 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 19:33:27.397 DEBUG [main][MenuItemLookup] Found menu:'Progress' 19:33:27.397 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 19:33:27.397 DEBUG [main][MenuItemLookup] Found menu:'Properties' 19:33:27.397 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 19:33:27.397 DEBUG [main][MenuItemLookup] Found menu:'' 19:33:27.397 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 19:33:27.397 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 19:33:27.398 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 19:33:27.398 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 19:33:27.398 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 19:33:27.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 19:33:27.435 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 19:33:27.435 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 19:33:27.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:27.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:27.436 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 19:33:27.436 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:33:27.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:27.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:27.436 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:33:27.436 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:33:27.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:27.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:27.436 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:27.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:33:27.436 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:33:27.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:33:27.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:33:27.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 19:33:27.437 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 19:33:27.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:33:27.437 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 19:33:27.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:33:27.437 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 19:33:27.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 19:33:27.437 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 19:33:27.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:33:27.438 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 19:33:27.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:33:27.438 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 19:33:27.438 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 19:33:27.438 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 19:33:27.438 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 19:33:27.438 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 19:33:27.438 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:33:27.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:27.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:27.438 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:33:27.438 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:33:27.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:27.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:27.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: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 19:33:27.439 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:33:27.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:27.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:27.439 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:33:27.439 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:33:27.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:27.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:27.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:27.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:33:27.439 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:33:27.440 INFO [WorkbenchTestable][AbstractButton] Click button &Open 19:33:27.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:33:27.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:33:27.440 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:33:27.440 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:33:27.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:33:27.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:33:27.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 19:33:27.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:27.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:27.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 19:33:27.498 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:27.499 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:27.499 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:33:27.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:27.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:27.499 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:33:27.499 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:33:27.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:27.499 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:27.500 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:27.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:33:27.500 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:33:27.500 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 19:33:27.500 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 19:33:27.500 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:33:27.501 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:33:27.501 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:33:27.501 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:33:27.501 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 19:33:27.501 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 19:33:27.501 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:33:27.502 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 19:33:27.502 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 19:33:27.502 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 19:33:27.502 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 19:33:27.502 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 19:33:27.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:27.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:27.519 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:27.521 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:27.521 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 19:33:27.521 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:33:27.521 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:33:27.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:27.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:27.521 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testViewIsOpen no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 19:33:27.521 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:33:27.521 INFO [WorkbenchTestable][RequirementsRunner] Started test: testActivateDirtyAndNonDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 19:33:27.521 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 19:33:27.521 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:33:27.521 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:33:27.521 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:33:27.521 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:27.522 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:27.522 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Dirty Test\E'' is already open. Activate. 19:33:27.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:27.523 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:27.523 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:33:27.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:27.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:27.525 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:33:27.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 '\*?\QWorkbench Dirty Test\E') 19:33:27.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:27.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:27.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:27.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:33:27.526 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:33:27.526 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Dirty Test 19:33:27.526 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Dirty Test 19:33:27.537 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:33:27.537 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:33:27.537 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:33:27.537 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:33: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 "Test field: ") 19:33:27.538 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:33:27.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:27.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:27.539 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Workbench Dirty Test"as the parent 19:33:27.539 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:33:27.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:27.539 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:27.539 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:27.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:33:27.539 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:33:27.539 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:33:27.539 INFO [WorkbenchTestable][AbstractText] Text set to: hello 19:33:27.542 INFO [WorkbenchTestable][AbstractView] Activate view *Workbench Dirty Test 19:33:27.542 INFO [WorkbenchTestable][AbstractCTabItem] Activate *Workbench Dirty Test 19:33:27.542 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:33:27.542 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=hello TooltipText=null 19:33:27.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:27.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:27.543 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:33:27.543 DEBUG [main][MenuItemLookup] Found menu:'File' 19:33:27.543 DEBUG [main][MenuItemLookup] Item match:File 19:33:27.544 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:33:27.544 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:33:27.544 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:33:27.544 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:33:27.544 DEBUG [main][MenuItemLookup] Found menu:'' 19:33:27.544 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:33:27.545 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:33:27.545 DEBUG [main][MenuItemLookup] Found menu:'' 19:33:27.545 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:33:27.545 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 19:33:27.545 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 19:33:27.545 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 19:33:27.545 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 19:33:27.583 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Dirty Test 19:33:27.584 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Dirty Test 19:33:27.586 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:33:27.586 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=hello TooltipText=null 19:33:27.586 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Dirty Test 19:33:27.586 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Dirty Test 19:33:27.587 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:33:27.587 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=hello TooltipText=null 19:33:27.587 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Dirty Test' 19:33:27.587 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Dirty Test 19:33:27.587 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Dirty Test 19:33:27.587 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 19:33:27.598 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:27.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:27.600 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 19:33:27.600 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:33:27.600 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:33:27.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:27.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:27.600 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testActivateDirtyAndNonDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 19:33:27.600 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:33:27.600 INFO [WorkbenchTestable][RequirementsRunner] Started test: testActivateNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 19:33:27.600 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 19:33:27.600 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:33:27.600 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:33:27.600 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:33:27.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:27.605 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:33:27.605 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 19:33:27.605 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:33:27.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:27.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:27.606 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:33:27.606 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:33:27.606 DEBUG [main][MenuItemLookup] Found menu:'File' 19:33:27.606 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:33:27.606 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:33:27.606 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:33:27.606 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:33:27.606 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:33:27.606 DEBUG [main][MenuItemLookup] Item match:Window 19:33:27.607 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:33:27.607 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:33:27.607 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:33:27.607 DEBUG [main][MenuItemLookup] Found menu:'' 19:33:27.607 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:33:27.607 DEBUG [main][MenuItemLookup] Item match:Show View 19:33:27.609 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 19:33:27.609 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 19:33:27.609 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 19:33:27.609 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 19:33:27.609 DEBUG [main][MenuItemLookup] Found menu:'Progress' 19:33:27.609 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 19:33:27.609 DEBUG [main][MenuItemLookup] Found menu:'Properties' 19:33:27.609 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 19:33:27.609 DEBUG [main][MenuItemLookup] Found menu:'' 19:33:27.609 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 19:33:27.609 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 19:33:27.610 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 19:33:27.610 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 19:33:27.610 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 19:33:27.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 19:33:27.646 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 19:33:27.646 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 19:33:27.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:27.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:27.647 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 19:33:27.647 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:33:27.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:27.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:27.647 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:33:27.647 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:33:27.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:27.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:27.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:27.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:33:27.647 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:33:27.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:33:27.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:33:27.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 19:33:27.648 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 19:33:27.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:33:27.648 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 19:33:27.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:33:27.648 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 19:33:27.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 19:33:27.648 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 19:33:27.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:33:27.648 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 19:33:27.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:33:27.649 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 19:33:27.649 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 19:33:27.649 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 19:33:27.649 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 19:33:27.649 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 19:33:27.649 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:33:27.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:27.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:27.649 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:33:27.649 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:33:27.649 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:27.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33: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 "Open") 19:33:27.650 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:33:27.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:27.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:27.650 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:33:27.650 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:33:27.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:27.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:27.650 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:27.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:33:27.650 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:33:27.651 INFO [WorkbenchTestable][AbstractButton] Click button &Open 19:33:27.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:33:27.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:33:27.651 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:33:27.651 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:33:27.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:33:27.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:33:27.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 19:33:27.701 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:27.701 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:27.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 19:33:27.702 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:27.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:27.703 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:33:27.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:27.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:27.703 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:33:27.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 '\*?\QWorkbench Test\E') 19:33:27.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:27.703 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:27.704 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:27.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:33:27.704 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:33:27.704 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 19:33:27.704 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 19:33:27.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:33:27.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:33:27.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:33:27.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:33:27.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:27.706 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:27.706 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E'' is already open. Activate. 19:33:27.706 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:27.707 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:27.707 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:33:27.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:27.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:27.707 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:33:27.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 '\*?\QMarkers\E') 19:33:27.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:27.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:27.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:27.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:33:27.708 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:33:27.708 INFO [WorkbenchTestable][AbstractView] Activate view Markers 19:33:27.708 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 19:33:27.720 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:33:27.720 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:33:27.721 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 19:33:27.721 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 19:33:27.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:33:27.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 19:33:27.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:33:27.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:33:27.727 INFO [WorkbenchTestable][AbstractView] Activate view Markers 19:33:27.727 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 19:33:27.733 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:33:27.733 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:33:27.733 INFO [WorkbenchTestable][AbstractView] Close view 'Markers' 19:33:27.733 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Markers 19:33:27.733 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 19:33:27.733 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 19:33:27.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:27.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:27.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:27.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:27.752 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:33:27.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:27.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:27.753 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:33:27.753 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:33:27.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:27.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:27.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:27.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:33:27.754 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:33:27.754 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 19:33:27.754 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 19:33:27.755 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:33:27.755 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:33:27.755 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:33:27.755 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:33:27.755 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 19:33:27.755 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 19:33:27.755 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 19:33:27.755 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 19:33:27.789 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 19:33:27.789 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:33:27.789 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:33:27.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:27.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:27.797 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testActivateNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 19:33:27.797 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 19:33:27.797 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:33:27.797 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:33:27.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:27.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.07 s - in org.eclipse.reddeer.workbench.test.view.ViewTest getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.648 s getTitleImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.143 s testActivateNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.039 s testClosedGetToolTip no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.005 s testOpenAndCloseDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.153 s testClosedGetImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.006 s testClosedGetTitle no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.036 s getTitleToolTipTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.146 s testInitializeRegisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.002 s testCloseNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.005 s viewAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.156 s testClosedActivate no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.004 s testOpenClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.253 s testClosedIsActive no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.032 s testInitializeRegisteredViewWithRegex no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.003 s testOpenAndCloseView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.141 s testOpenAndCloseViewFullPath no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.161 s testInitializeNonregisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.003 s testCloseNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.312 s testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.285 s testViewIsOpen no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.132 s testActivateDirtyAndNonDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.079 s testActivateNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.197 s Running org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 19:33:27.803 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 19:33:27.803 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:33:27.803 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:33:27.803 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 19:33:27.804 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:33:27.804 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:33:27.804 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:33:27.804 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:33:27.804 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:33:27.804 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 19:33:27.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.*'] 19:33:27.804 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:33:27.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.*'] 19:33:27.804 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:33:27.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.*'] 19:33:27.804 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:33:27.804 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:33:27.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:27.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:27.805 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:33:27.805 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:33:27.805 DEBUG [main][MenuItemLookup] Found menu:'File' 19:33:27.805 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:33:27.805 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:33:27.805 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:33:27.805 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:33:27.805 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:33:27.805 DEBUG [main][MenuItemLookup] Item match:Window 19:33:27.806 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:33:27.806 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:33:27.806 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:33:27.806 DEBUG [main][MenuItemLookup] Found menu:'' 19:33:27.806 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:33:27.806 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:33:27.806 DEBUG [main][MenuItemLookup] Found menu:'' 19:33:27.806 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 19:33:27.806 DEBUG [main][MenuItemLookup] Found menu:'' 19:33:27.806 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 19:33:27.806 DEBUG [main][MenuItemLookup] Item match:Preferences 19:33:27.806 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 19:33:27.806 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 19:33:27.806 INFO [main][MenuItemHandler] Select menu item: &Preferences 19:33:27.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 19:33:27.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. finished successfully 19:33:27.860 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 19:33:27.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:27.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:27.861 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 19:33:27.861 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:33:27.861 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 19:33:27.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:27.861 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:27.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:27.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:33:27.861 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:33:27.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:33:27.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:33:27.863 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) 19:33:27.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:33:27.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:33:27.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:33:27.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:33:27.864 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:33:27.864 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 19:33:27.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:33:27.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:33:27.864 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:33:27.864 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:33:27.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:33:27.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:33:27.893 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:33:27.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:33:27.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:33:27.893 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:33:27.893 INFO [WorkbenchTestable][RequirementsRunner] Started test: testKillJob no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest) 19:33:27.893 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 19:33:27.893 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:33:27.893 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:33:27.893 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:33:27.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 19:33:27.894 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job' will be killed 19:33:27.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 19:33:27.895 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 19:33:27.895 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:33:27.895 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:33:27.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:33:27.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:33:27.895 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testKillJob no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest) 19:33:27.895 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:33:27.895 INFO [WorkbenchTestable][RequirementsRunner] Started test: testKillJobException no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest) 19:33:27.895 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 19:33:27.895 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:33:27.895 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:33:27.895 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:33:27.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest.JobHasState... 19:33:27.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest.JobHasState finished successfully 19:33:27.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 19:33:27.896 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 19:33:27.896 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 19:33:28.396 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 19:33:28.396 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 19:33:28.896 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 19:33:28.896 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 19:33:29.396 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 19:33:29.396 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 19:33:29.896 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 19:33:29.897 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 19:33:30.397 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 19:33:30.397 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 19:33:30.897 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 19:33:30.897 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 19:33:31.397 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 19:33:31.397 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 19:33:31.897 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 19:33:31.897 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 19:33:32.397 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 19:33:32.397 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 19:33:32.898 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 19:33:32.898 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 19:33:33.398 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 19:33:33.398 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 19:33:33.898 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 19:33:33.898 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 19:33:34.398 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 19:33:34.398 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 19:33:34.898 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 19:33:34.898 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 19:33:35.398 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 19:33:35.398 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 19:33:35.899 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 19:33:35.899 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 19:33:36.399 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 19:33:36.399 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 19:33:36.899 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 19:33:36.899 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 19:33:37.399 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 19:33:37.399 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 19:33:37.899 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 19:33:37.899 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 19:33:37.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing failed, an exception will be thrown 19:33:37.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:33:37.901 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:33:38.401 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:33:38.901 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:33:39.401 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:33:39.902 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:33:40.402 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:33:40.902 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:33:41.402 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:33:41.902 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:33:42.403 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:33:42.903 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:33:43.403 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:33:43.903 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:33:44.403 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:33:44.903 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:33:45.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:33:45.904 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:33:46.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:33:46.904 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:33:47.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:33:47.905 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:33:48.405 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:33:48.905 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:33:49.405 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:33:49.905 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:33:50.406 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:33:50.906 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:33:51.406 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:33:51.906 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:33:52.406 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:33:52.907 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:33:53.407 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:33:53.907 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:33:54.407 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:33:54.907 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:33:55.408 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:33:55.908 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:33:56.408 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:33:56.908 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:33:57.408 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:33:57.909 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:33:58.409 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:33:58.909 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:33:59.409 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:33:59.909 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:34:00.410 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:34:00.910 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:34:01.410 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:34:01.910 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:34:02.410 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:34:02.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:34:03.411 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:34:03.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:34:04.411 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:34:04.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:34:05.411 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:34:05.912 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:34:06.412 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:34:06.912 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:34:07.412 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:34:07.912 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:34:08.413 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:34:08.913 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:34:09.413 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:34:09.913 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:34:10.413 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:34:10.914 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:34:11.414 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:34:11.914 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:34:12.414 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:34:12.914 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:34:13.415 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:34:13.915 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:34:14.415 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:34:14.915 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:34:15.415 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:34:15.916 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:34:16.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:34:16.916 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:34:17.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:34:17.916 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:34:18.417 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:34:18.917 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:34:19.417 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:34:19.917 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:34:20.417 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:34:20.917 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:34:21.418 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:34:21.918 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:34:22.418 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:34:22.918 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:34:23.418 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:34:23.919 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:34:24.419 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:34:24.919 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:34:25.419 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:34:25.919 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:34:26.420 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:34:26.920 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:34:27.420 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 19:34:27.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:34:27.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:34:27.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:34:27.921 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 19:34:27.921 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:34:27.921 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:34:27.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:34:27.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:34:27.922 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testKillJobException no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest) 19:34:27.922 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 19:34:27.922 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:34:27.922 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:34:27.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:34:27.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 60.12 s - in org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest testKillJob no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest) Time elapsed: 0.002 s testKillJobException no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest) Time elapsed: 60.027 s Running org.eclipse.reddeer.workbench.test.editor.EditorFileTest 19:34:27.928 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 19:34:27.929 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:34:27.929 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:34:27.929 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 19:34:27.929 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:34:27.930 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:34:27.930 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:34:27.930 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:34:27.930 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:34:27.930 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 19:34:27.930 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:34:27.930 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:34:27.930 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:34:27.931 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:34:27.931 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:34:27.931 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:34:27.931 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:34:27.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:34:27.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:34:27.931 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:34:27.931 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:34:27.931 DEBUG [main][MenuItemLookup] Found menu:'File' 19:34:27.931 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:34:27.931 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:34:27.931 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:34:27.931 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:34:27.931 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:34:27.931 DEBUG [main][MenuItemLookup] Item match:Window 19:34:27.932 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:34:27.932 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:34:27.932 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:34:27.932 DEBUG [main][MenuItemLookup] Found menu:'' 19:34:27.932 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:34:27.932 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:34:27.932 DEBUG [main][MenuItemLookup] Found menu:'' 19:34:27.932 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 19:34:27.932 DEBUG [main][MenuItemLookup] Found menu:'' 19:34:27.932 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 19:34:27.932 DEBUG [main][MenuItemLookup] Item match:Preferences 19:34:27.932 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 19:34:27.932 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 19:34:27.932 INFO [main][MenuItemHandler] Select menu item: &Preferences 19:34:27.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 19:34:27.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 19:34:27.987 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 19:34:27.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:34:27.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:34:27.988 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 19:34:27.988 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:34:27.988 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 19:34:27.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:27.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:27.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:27.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:27.988 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:34:27.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:34:27.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:34:27.989 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) 19:34:27.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:27.989 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:27.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:27.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:27.990 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:34:27.991 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 19:34:27.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:34:27.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:34:27.991 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:34:27.991 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:34:28.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:34:28.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:34:28.003 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:34:28.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:34:28.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:34:28.004 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:34:28.005 DEBUG [main][EditorHandler] 0 editor(s) found 19:34:28.007 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:28.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:34:28.020 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 19:34:28.021 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:34:28.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:34:28.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:34:28.021 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:34:28.021 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:34:28.021 DEBUG [main][MenuItemLookup] Found menu:'File' 19:34:28.021 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:34:28.021 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:34:28.021 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:34:28.021 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:34:28.021 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:34:28.021 DEBUG [main][MenuItemLookup] Item match:Window 19:34:28.021 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:34:28.021 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:34:28.021 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:34:28.021 DEBUG [main][MenuItemLookup] Found menu:'' 19:34:28.021 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:34:28.021 DEBUG [main][MenuItemLookup] Item match:Show View 19:34:28.025 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 19:34:28.025 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 19:34:28.025 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 19:34:28.025 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 19:34:28.025 DEBUG [main][MenuItemLookup] Found menu:'Progress' 19:34:28.025 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 19:34:28.025 DEBUG [main][MenuItemLookup] Found menu:'Properties' 19:34:28.025 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 19:34:28.025 DEBUG [main][MenuItemLookup] Found menu:'' 19:34:28.025 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 19:34:28.025 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 19:34:28.025 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 19:34:28.025 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 19:34:28.025 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 19:34:28.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 19:34:28.085 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 19:34:28.085 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 19:34:28.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:34:28.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:34:28.086 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 19:34:28.086 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:34:28.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:34:28.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:34:28.086 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:34:28.086 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:34:28.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:28.087 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:28.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:28.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:28.087 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:34:28.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:34:28.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:34:28.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:34:28.088 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:34:28.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:34:28.088 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:34:28.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:34:28.088 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:34:28.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:34:28.089 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:34:28.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:34:28.089 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:34:28.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:34:28.089 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:34:28.089 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 19:34:28.089 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 19:34:28.089 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 19:34:28.089 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 19:34:28.089 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:34:28.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:34:28.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:34:28.090 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:34:28.090 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:34:28.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:28.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:28.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 "Open") 19:34:28.090 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:34:28.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:34:28.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:34:28.090 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:34:28.090 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:34:28.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:28.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:28.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:28.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:28.091 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:34:28.091 INFO [WorkbenchTestable][AbstractButton] Click button &Open 19:34:28.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:34:28.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:34:28.091 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:34:28.091 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:34:28.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:34:28.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:34:28.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 19:34:28.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:28.145 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:28.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 19:34:28.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:28.145 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:28.145 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:34:28.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:34:28.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:34:28.146 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:34:28.146 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:34:28.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:28.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:28.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:28.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:28.147 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:34:28.147 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:34:28.147 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:34:28.147 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:28.147 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:34:28.147 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:34:28.147 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:34:28.148 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:34:28.148 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:34:28.148 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:28.149 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 19:34:28.186 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:34:28.186 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:34:28.187 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:28.187 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 19:34:28.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:28.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:28.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:28.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:28.188 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:34:28.188 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:34:28.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:28.189 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 19:34:28.218 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:34:28.218 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGettingRelativePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest) 19:34:28.218 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 19:34:28.218 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:34:28.218 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:34:28.218 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:34:28.219 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 19:34:28.219 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:34:28.219 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:34:28.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:34:28.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:34:28.313 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGettingRelativePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest) 19:34:28.313 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:34:28.314 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGettingAbsolutePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest) 19:34:28.314 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 19:34:28.314 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:34:28.314 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:34:28.314 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:34:28.314 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 19:34:28.314 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:34:28.314 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:34:28.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:34:28.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:34:28.314 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGettingAbsolutePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest) 19:34:28.314 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:34:28.314 DEBUG [main][EditorHandler] 0 editor(s) found 19:34:28.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:28.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:28.316 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 19:34:28.316 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:28.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:28.316 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:34:28.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:34:28.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:34:28.317 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:34:28.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 '\*?\QProject Explorer\E') 19:34:28.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:28.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:28.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:28.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:28.318 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:34:28.318 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:34:28.318 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:34:28.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:28.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:34:28.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:34:28.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:34:28.319 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:34:28.319 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:34:28.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:28.319 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 19:34:28.319 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:34:28.320 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:34:28.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:28.320 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 19:34:28.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:28.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:28.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:28.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:28.321 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:34:28.321 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:34:28.321 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:28.321 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 19:34:28.321 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 19:34:28.321 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:34:28.321 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:34:28.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:34:28.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.396 s - in org.eclipse.reddeer.workbench.test.editor.EditorFileTest testGettingRelativePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest) Time elapsed: 0.095 s testGettingAbsolutePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest) Time elapsed: 0 s Running org.eclipse.reddeer.workbench.test.editor.EditorTest 19:34:28.327 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.editor.EditorTest 19:34:28.328 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:34:28.328 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:34:28.328 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 19:34:28.329 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:34:28.329 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:34:28.335 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:34:28.335 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:34:28.335 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:34:28.335 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 19:34:28.335 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:34:28.335 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:34:28.335 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:34:28.335 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:34:28.335 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:34:28.335 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:34:28.335 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:34:28.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:34:28.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:34:28.336 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:34:28.336 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:34:28.336 DEBUG [main][MenuItemLookup] Found menu:'File' 19:34:28.336 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:34:28.336 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:34:28.336 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:34:28.336 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:34:28.336 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:34:28.337 DEBUG [main][MenuItemLookup] Item match:Window 19:34:28.337 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:34:28.337 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:34:28.337 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:34:28.337 DEBUG [main][MenuItemLookup] Found menu:'' 19:34:28.337 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:34:28.337 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:34:28.337 DEBUG [main][MenuItemLookup] Found menu:'' 19:34:28.337 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 19:34:28.337 DEBUG [main][MenuItemLookup] Found menu:'' 19:34:28.337 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 19:34:28.337 DEBUG [main][MenuItemLookup] Item match:Preferences 19:34:28.337 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 19:34:28.337 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 19:34:28.337 INFO [main][MenuItemHandler] Select menu item: &Preferences 19:34:28.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.... 19:34:28.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 'Preferences.*'] is available. finished successfully 19:34:28.409 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 19:34:28.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:34:28.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:34:28.410 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 19:34:28.410 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:34:28.410 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 19:34:28.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:28.411 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:28.411 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:28.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:28.411 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:34:28.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:34:28.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:34:28.412 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) 19:34:28.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:28.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:28.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:28.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:28.413 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:34:28.422 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 19:34:28.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:34:28.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:34:28.422 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:34:28.422 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:34:28.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:34:28.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:34:28.445 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:34:28.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:34:28.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:34:28.445 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:34:28.445 DEBUG [main][EditorHandler] 0 editor(s) found 19:34:28.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:28.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:28.446 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 19:34:28.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:28.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:28.446 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:34:28.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:34:28.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:34:28.446 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:34:28.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 '\*?\QProject Explorer\E') 19:34:28.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:28.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:28.448 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:28.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:28.448 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:34:28.448 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:34:28.448 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:34:28.449 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:28.449 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:34:28.449 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:34:28.449 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:34:28.450 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:34:28.450 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:34:28.451 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:28.451 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:34:28.451 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:34:28.451 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:34:28.451 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:28.451 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:34:28.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:28.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:28.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:34:28.952 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:28.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:34:29.452 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:29.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:34:29.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:34:29.453 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:34:29.453 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:34:29.454 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:29.454 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:34:29.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 19:34:29.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:29.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:29.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:29.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:29.455 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:34:29.456 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name MyProject 19:34:29.460 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:34:29.460 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:34:29.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:29.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:34:29.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:29.461 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:29.461 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:34:29.961 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:29.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:34:30.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:30.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:34:30.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:34:30.462 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:34:30.462 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:34:30.463 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:30.463 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:34:30.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 19:34:30.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:30.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:30.463 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:30.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:30.463 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:34:30.463 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name MyProject 19:34:30.463 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:34:30.463 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:34:30.464 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:30.464 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:34:30.464 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:34:30.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:30.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:30.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:30.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:30.464 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:34:30.464 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 19:34:30.464 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 19:34:30.465 DEBUG [main][TreeItemHandler] Set Tree selection 19:34:30.466 DEBUG [main][TreeHandler] Notify Tree about selection event 19:34:30.478 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 19:34:30.481 DEBUG [WorkbenchTestable][TreeItemHandler] MyProject 19:34:30.481 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:34:30.481 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:34:30.531 DEBUG [main][MenuItemLookup] Found menu:'New' 19:34:30.531 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:34:30.531 DEBUG [main][MenuItemLookup] Found menu:'' 19:34:30.531 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:34:30.531 DEBUG [main][MenuItemLookup] Found menu:'' 19:34:30.531 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:34:30.531 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:34:30.531 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:34:30.531 DEBUG [main][MenuItemLookup] Found menu:'Move...' 19:34:30.531 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 19:34:30.531 DEBUG [main][MenuItemLookup] Found menu:'' 19:34:30.531 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:34:30.531 DEBUG [main][MenuItemLookup] Found menu:'Export...' 19:34:30.531 DEBUG [main][MenuItemLookup] Found menu:'' 19:34:30.531 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:34:30.531 DEBUG [main][MenuItemLookup] Item match:Refresh F5 19:34:30.531 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 19:34:30.531 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 19:34:30.532 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 19:34:30.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:34:30.533 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:34:30.533 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 19:34:31.033 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:34:31.033 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:34:31.033 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:34:31.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:34:31.033 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:34:31.033 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:34:31.050 DEBUG [main][MenuItemLookup] Found menu:'New' 19:34:31.051 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:34:31.051 DEBUG [main][MenuItemLookup] Found menu:'' 19:34:31.051 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:34:31.051 DEBUG [main][MenuItemLookup] Found menu:'' 19:34:31.051 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:34:31.051 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:34:31.051 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:34:31.051 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:34:31.051 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:34:31.051 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:34:31.051 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 19:34:31.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 19:34:31.671 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 19:34:31.671 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 19:34:31.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:34:31.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:34:31.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: 32) 19:34:31.674 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:34:31.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:34:31.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:34:31.675 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:34:31.675 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:34:31.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:31.675 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:31.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:31.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:31.675 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:34:31.675 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 19:34:31.676 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 19:34:31.676 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 19:34:31.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:34:31.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:34:31.676 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:34:31.676 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:34:31.676 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:34:31.676 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:34:31.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:34:31.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:34:31.676 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:34:31.676 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:34:31.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:31.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:31.677 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:31.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:31.677 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:34:31.677 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:34:31.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:34:31.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:34:31.677 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:34:31.677 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:34:31.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 19:34:31.683 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 19:34:32.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 19:34:32.185 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 19:34:32.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:34:32.185 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 19:34:32.185 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:34:32.185 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:34:32.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:34:32.185 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:34:32.185 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:34:32.186 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:32.186 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 19:34:32.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:34:32.191 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:34:32.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:34:32.191 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:34:32.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 Project"] 19:34:32.191 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:34:32.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:34:32.192 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:34:32.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:34:32.192 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:34:32.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:34:32.192 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:34:32.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 Project"] 19:34:32.192 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:34:32.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:34:32.192 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:34:32.193 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:34:32.193 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:34:32.193 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:34:32.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:34:32.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:34:32.193 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:34:32.193 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:34:32.193 DEBUG [main][MenuItemLookup] Found menu:'File' 19:34:32.193 DEBUG [main][MenuItemLookup] Item match:File 19:34:32.195 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:34:32.195 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:34:32.197 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:34:32.197 DEBUG [main][MenuItemLookup] Found menu:'' 19:34:32.197 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:34:32.197 DEBUG [main][MenuItemLookup] Found menu:'File' 19:34:32.197 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:34:32.197 DEBUG [main][MenuItemLookup] Found menu:'' 19:34:32.197 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:34:32.197 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:34:32.197 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:34:32.197 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:34:32.197 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:34:32.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 19:34:32.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 19:34:32.251 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:34:32.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:34:32.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:34:32.252 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:34:32.252 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:34:32.252 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 19:34:32.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:32.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:32.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:32.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:32.253 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:34:32.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:34:32.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:34:32.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:34:32.254 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:34:32.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:34:32.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:34:32.756 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:34:32.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:34:32.757 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:34:32.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:34:32.757 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:34:32.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:34:32.757 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:34:32.757 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 19:34:32.757 DEBUG [main][TreeItemHandler] Selecting tree item: Project 19:34:32.758 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 19:34:32.762 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 19:34:32.762 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:34:32.762 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:34:32.762 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) 19:34:32.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:32.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:32.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:32.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:32.763 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:34:32.764 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:34:32.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:34:32.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:34:32.764 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:34:32.764 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:34:32.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:34:32.806 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:34:32.806 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:34:32.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 19:34:32.806 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 19:34:32.806 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 19:34:32.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:34:32.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:34:32.807 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 19:34:32.807 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:34:32.808 DEBUG [WorkbenchTestable][BasicNewProjectResourceWizardFirstPage] Set General Project name to 'testProject' 19:34:32.808 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:") 19:34:32.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:32.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:32.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:32.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:32.809 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:34:32.809 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:34:32.809 INFO [WorkbenchTestable][AbstractText] Text set to: testProject 19:34:32.811 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 19:34:32.811 INFO [WorkbenchTestable][BasicNewProjectResourceWizard] Finish wizard 19:34:32.811 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) 19:34:32.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:32.811 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:32.812 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:32.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:32.812 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:34:32.813 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:34:32.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:34:32.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:34:32.813 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:34:32.813 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:34:32.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:34:33.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:34:33.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:34:33.317 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:34:33.317 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:34:33.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:34:33.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:34:33.318 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:34:33.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:34:33.318 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:34:33.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: "Create New File"] 19:34:33.318 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:34:33.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:34:33.319 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:34:33.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:34:33.319 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:34:33.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:34:33.319 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:34:33.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: "Create New File"] 19:34:33.319 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:34:33.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:34:33.320 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:34:33.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:34:33.320 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:34:33.320 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:34:33.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:34:33.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:34:33.320 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:34:33.320 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:34:33.320 DEBUG [main][MenuItemLookup] Found menu:'File' 19:34:33.320 DEBUG [main][MenuItemLookup] Item match:File 19:34:33.321 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:34:33.321 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:34:33.322 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:34:33.322 DEBUG [main][MenuItemLookup] Found menu:'' 19:34:33.322 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:34:33.322 DEBUG [main][MenuItemLookup] Found menu:'File' 19:34:33.322 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:34:33.322 DEBUG [main][MenuItemLookup] Found menu:'' 19:34:33.322 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:34:33.322 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:34:33.323 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:34:33.323 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:34:33.323 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:34:33.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 'New|Select a wizard'] is available.... 19:34:33.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 19:34:33.366 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:34:33.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:34:33.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:34:33.367 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:34:33.367 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:34:33.367 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 19:34:33.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:33.367 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:33.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:33.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:33.368 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:34:33.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:34:33.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:34:33.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:34:33.369 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:34:33.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:34:33.369 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:34:33.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:34:33.369 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:34:33.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:34:33.369 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:34:33.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:34:33.369 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:34:33.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:34:33.369 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:34:33.369 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 19:34:33.369 DEBUG [main][TreeItemHandler] Selecting tree item: File 19:34:33.370 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 19:34:33.372 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 19:34:33.372 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:34:33.372 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:34:33.373 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) 19:34:33.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:33.373 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:33.373 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:33.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:33.373 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:34:33.374 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:34:33.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:34:33.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:34:33.374 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:34:33.374 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:34:33.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:34:33.406 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:34:33.406 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:34:33.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 19:34:33.406 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 19:34:33.406 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 19:34:33.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:34:33.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:34:33.407 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 19:34:33.407 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:34:33.408 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:") 19:34:33.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:33.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:33.411 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:33.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:33.411 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:34:33.411 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:34:33.412 INFO [WorkbenchTestable][AbstractText] Text set to: editorTest.min 19:34:33.413 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:") 19:34:33.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:33.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:33.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:33.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:33.414 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:34:33.414 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:34:33.415 INFO [WorkbenchTestable][AbstractText] Text set to: testProject/ 19:34:33.415 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 19:34:33.415 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 19:34:33.415 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) 19:34:33.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:33.415 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:33.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:33.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:33.416 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:34:33.417 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:34:33.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:34:33.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:34:33.417 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:34:33.417 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:34:33.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:34:33.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:34:33.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:34:33.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 19:34:33.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:34:33.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:34:33.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:34:33.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:34:33.924 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') 19:34:33.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:33.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:33.925 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:33.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:33.925 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:34:33.926 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:33.926 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - titleToolTip - Eclipse Platform TooltipText=null 19:34:33.926 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 19:34:33.926 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 19:34:33.927 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:33.927 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 19:34:33.927 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 19:34:33.927 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 19:34:33.940 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 19:34:33.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:34:33.941 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:34:33.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:34:33.941 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:34:33.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: "Create New File"] 19:34:33.941 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:34:33.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:34:33.941 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:34:33.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:34:33.942 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:34:33.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:34:33.942 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:34:33.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: "Create New File"] 19:34:33.942 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:34:33.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:34:33.942 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:34:33.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:34:33.943 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:34:33.943 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:34:33.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:34:33.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:34:33.952 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:34:33.952 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:34:33.952 DEBUG [main][MenuItemLookup] Found menu:'File' 19:34:33.952 DEBUG [main][MenuItemLookup] Item match:File 19:34:33.953 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:34:33.953 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:34:33.954 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:34:33.954 DEBUG [main][MenuItemLookup] Found menu:'' 19:34:33.954 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:34:33.954 DEBUG [main][MenuItemLookup] Found menu:'File' 19:34:33.954 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:34:33.954 DEBUG [main][MenuItemLookup] Found menu:'' 19:34:33.954 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:34:33.954 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:34:33.954 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:34:33.954 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:34:33.954 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:34:33.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 19:34:33.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 19:34:33.997 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:34:33.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:34:33.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:34:33.998 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:34:33.998 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:34:33.998 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 19:34:33.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:33.998 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:33.999 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:33.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:33.999 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:34:33.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:34:33.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:34:34.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:34:34.000 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:34:34.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:34:34.000 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:34:34.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:34:34.000 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:34:34.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:34:34.000 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:34:34.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:34:34.000 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:34:34.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:34:34.000 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:34:34.000 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 19:34:34.000 DEBUG [main][TreeItemHandler] Selecting tree item: File 19:34:34.000 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 19:34:34.001 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 19:34:34.001 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:34:34.001 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:34:34.001 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) 19:34:34.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:34.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:34.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:34.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:34.001 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:34:34.002 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:34:34.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:34:34.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:34:34.002 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:34:34.002 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:34:34.025 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:34:34.025 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:34:34.025 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:34:34.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 19:34:34.026 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 19:34:34.026 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 19:34:34.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:34:34.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:34:34.027 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 19:34:34.027 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:34:34.027 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:") 19:34:34.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:34.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:34.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:34.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:34.029 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:34:34.029 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:34:34.030 INFO [WorkbenchTestable][AbstractText] Text set to: editorTest1.min 19:34:34.030 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:") 19:34:34.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:34.030 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:34.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:34.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:34.032 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:34:34.032 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:34:34.033 INFO [WorkbenchTestable][AbstractText] Text set to: testProject/ 19:34:34.033 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 19:34:34.033 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 19:34:34.034 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) 19:34:34.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:34.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:34.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:34.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:34.035 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:34:34.036 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:34:34.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:34:34.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:34:34.036 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:34:34.036 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:34:34.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:34:34.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:34:34.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:34:34.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 19:34:34.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:34:34.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:34:34.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:34:34.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:34:34.550 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:34:34.550 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:34:34.550 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:34:34.550 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:34:34.550 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:34:34.551 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:34:34.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:34:34.551 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:34:34.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:34:34.551 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:34:34.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:34:34.551 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:34:34.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: "Create New File"] 19:34:34.551 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:34:34.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:34:34.551 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:34:34.552 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:34:34.552 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:34:34.552 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 19:34:34.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:34:34.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:34:34.552 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 19:34:34.552 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - titleToolTip - Eclipse Platform' 19:34:34.552 DEBUG [main][MenuItemLookup] Found menu:'File' 19:34:34.552 DEBUG [main][MenuItemLookup] Item match:File 19:34:34.553 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:34:34.553 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:34:34.554 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:34:34.554 DEBUG [main][MenuItemLookup] Found menu:'' 19:34:34.554 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:34:34.554 DEBUG [main][MenuItemLookup] Found menu:'File' 19:34:34.554 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:34:34.554 DEBUG [main][MenuItemLookup] Found menu:'' 19:34:34.554 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:34:34.554 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:34:34.555 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:34:34.555 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:34:34.555 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:34:34.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 'New|Select a wizard'] is available.... 19:34:34.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 19:34:34.598 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:34:34.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:34:34.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:34:34.599 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:34:34.599 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:34:34.599 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 19:34:34.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:34.599 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:34.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:34.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:34.600 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:34:34.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:34:34.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:34:34.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:34:34.601 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:34:34.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:34:34.601 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:34:34.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:34:34.601 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:34:34.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:34:34.601 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:34:34.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:34:34.601 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:34:34.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:34:34.601 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:34:34.602 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 19:34:34.602 DEBUG [main][TreeItemHandler] Selecting tree item: File 19:34:34.602 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 19:34:34.602 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 19:34:34.602 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:34:34.602 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:34:34.602 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) 19:34:34.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:34.602 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:34.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:34.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:34.603 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:34:34.603 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:34:34.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:34:34.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:34:34.604 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:34:34.604 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:34:34.626 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:34:34.626 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:34:34.626 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:34:34.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 19:34:34.626 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 19:34:34.627 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 19:34:34.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:34:34.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:34:34.627 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 19:34:34.627 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:34:34.628 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:") 19:34:34.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:34.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:34.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:34.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:34.630 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:34:34.630 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:34:34.631 INFO [WorkbenchTestable][AbstractText] Text set to: editorTest+.min 19:34:34.631 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:") 19:34:34.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:34.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:34.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:34.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:34.632 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:34:34.632 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:34:34.633 INFO [WorkbenchTestable][AbstractText] Text set to: testProject/ 19:34:34.633 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 19:34:34.633 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 19:34:34.633 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) 19:34:34.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:34.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:34.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:34.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:34.634 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:34:34.635 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:34:34.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:34:34.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:34:34.635 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:34:34.635 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:34:34.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:34:35.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:34:35.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:34:35.147 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 19:34:35.147 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 19:34:35.147 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:34:35.147 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:34:35.147 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:34:35.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:34:35.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 '\*?\QeditorTest+.min\E') 19:34:35.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:35.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:35.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:35.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:35.149 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:34:35.149 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:35.149 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - titleToolTip - Eclipse Platform TooltipText=null 19:34:35.149 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 19:34:35.149 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 19:34:35.150 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:35.150 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 19:34:35.150 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 19:34:35.150 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest+.min 19:34:35.166 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest+.min is closed 19:34:35.166 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:34:35.166 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 19:34:35.166 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 19:34:35.166 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:34:35.166 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:34:35.166 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:34:35.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:35.169 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:34:35.169 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 19:34:35.170 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 19:34:35.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:34:35.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:34:35.170 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 19:34:35.170 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - titleToolTip - Eclipse Platform' 19:34:35.170 DEBUG [main][MenuItemLookup] Found menu:'File' 19:34:35.170 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:34:35.170 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:34:35.170 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:34:35.170 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:34:35.170 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:34:35.170 DEBUG [main][MenuItemLookup] Item match:Window 19:34:35.171 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:34:35.171 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:34:35.171 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:34:35.171 DEBUG [main][MenuItemLookup] Found menu:'' 19:34:35.171 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:34:35.171 DEBUG [main][MenuItemLookup] Item match:Show View 19:34:35.173 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 19:34:35.173 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 19:34:35.173 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 19:34:35.173 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 19:34:35.173 DEBUG [main][MenuItemLookup] Found menu:'Progress' 19:34:35.173 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 19:34:35.173 DEBUG [main][MenuItemLookup] Found menu:'Properties' 19:34:35.173 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 19:34:35.173 DEBUG [main][MenuItemLookup] Found menu:'' 19:34:35.173 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 19:34:35.173 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 19:34:35.174 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 19:34:35.174 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 19:34:35.174 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 19:34:35.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 19:34:35.222 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 19:34:35.222 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 19:34:35.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:34:35.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:34:35.223 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 19:34:35.223 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:34:35.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:34:35.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:34:35.223 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:34:35.223 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:34:35.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:35.223 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:35.223 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:35.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:35.223 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:34:35.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:34:35.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:34:35.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 19:34:35.224 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:34:35.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:34:35.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:34:35.726 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:34:35.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 19:34:35.727 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:34:35.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:34:35.727 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:34:35.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:34:35.727 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:34:35.727 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 19:34:35.727 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 19:34:35.727 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 19:34:35.728 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 19:34:35.728 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:34:35.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:34:35.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:34:35.728 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:34:35.728 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:34:35.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:35.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:35.728 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:34:35.728 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:34:35.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:34:35.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:34:35.729 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:34:35.729 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:34:35.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:35.729 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:35.729 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:35.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:35.729 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:34:35.729 INFO [WorkbenchTestable][AbstractButton] Click button &Open 19:34:35.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:34:35.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:34:35.729 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:34:35.729 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:34:35.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:34:35.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:34:35.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 19:34:35.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:35.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:35.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 19:34:35.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:35.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:35.932 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 19:34:35.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:34:35.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:34:35.932 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 19:34:35.932 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:34:35.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:35.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:35.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:35.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:35.934 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:34:35.934 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:34:35.934 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:34:35.935 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:35.935 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - titleToolTip - Eclipse Platform TooltipText=null 19:34:35.935 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:34:35.935 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:34:35.936 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:34:35.936 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:34:35.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:35.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:34:35.936 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:34:35.936 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:34:35.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:35.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:34:35.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:35.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:35.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:34:36.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:36.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:34:36.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:36.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:34:36.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:34:36.939 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:34:36.939 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:34:36.940 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:36.940 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:34:36.940 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:34:36.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:36.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:36.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:36.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:36.940 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:34:36.940 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:34:36.942 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 19:34:36.943 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 19:34:36.943 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 19:34:36.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:34:37.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:34:37.444 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 19:34:37.446 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 19:34:37.446 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 19:34:37.446 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 19:34:37.449 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 19:34:37.449 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 19:34:37.449 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 19:34:37.449 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 19:34:37.449 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 19:34:37.451 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 19:34:37.451 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:34:37.451 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:34:37.472 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:34:37.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:34:37.472 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:34:37.472 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:34:37.472 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:34:37.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:34:37.475 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') 19:34:37.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:37.475 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:37.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:37.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:37.476 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:34:37.477 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:37.477 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:34:37.477 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 19:34:37.477 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 19:34:37.478 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:34:37.478 DEBUG [main][EditorHandler] 2 editor(s) found 19:34:37.478 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest1.min 19:34:37.482 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest1.min is closed 19:34:37.482 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 19:34:37.504 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 19:34:37.504 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 19:34:37.504 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:34:37.504 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:34:37.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:34:37.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:34:37.504 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 19:34:37.504 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:34:37.504 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeDirtyEditorsWithoutSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 19:34:37.504 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 19:34:37.505 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:34:37.505 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:34:37.505 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:34:37.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:37.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:37.506 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:34:37.506 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:37.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:37.507 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:34:37.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:34:37.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:34:37.508 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:34:37.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 '\*?\QPackage Explorer\E') 19:34:37.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:37.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:37.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:37.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:37.509 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:34:37.509 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:34:37.509 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:34:37.510 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:37.510 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:34:37.510 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:34:37.510 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:34:37.511 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:34:37.511 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:34:37.511 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:37.511 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:34:37.511 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:34:37.511 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:34:37.512 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:37.512 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:34:37.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:37.512 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:37.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:34:38.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:38.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:34:38.513 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:38.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:34:38.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:34:38.514 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:34:38.515 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:34:38.515 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:38.515 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:34:38.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 19:34:38.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:38.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:38.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:38.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:38.516 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:34:38.516 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:34:38.516 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 19:34:38.517 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 19:34:38.517 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 19:34:38.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:34:38.517 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 19:34:38.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:34:38.517 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 19:34:38.517 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 19:34:38.517 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 19:34:38.517 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 19:34:38.520 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 19:34:38.520 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 19:34:38.520 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 19:34:38.520 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 19:34:38.520 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 19:34:38.522 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 19:34:38.522 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:34:38.522 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:34:38.533 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:34:38.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:34:38.533 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:34:38.533 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:34:38.533 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:34:38.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:34:38.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 19:34:38.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:38.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:38.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:38.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:38.535 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:34:38.539 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:38.539 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:34:38.539 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 19:34:38.539 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 19:34:38.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: 8, Matcher matching widgets with text that without mnenomic matches: is "Make Dirty") 19:34:38.540 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:34:38.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:34:38.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:34:38.540 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 19:34:38.540 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:34:38.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:38.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:38.540 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:38.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:38.540 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:34:38.541 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 19:34:38.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:34:38.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:34:38.541 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:34:38.541 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:34:38.542 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:34:38.542 DEBUG [main][EditorHandler] 1 editor(s) found 19:34:38.542 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 19:34:38.563 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 19:34:38.563 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:34:38.563 DEBUG [main][EditorHandler] 0 editor(s) found 19:34:38.563 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 19:34:38.563 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:34:38.563 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:34:38.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:34:38.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:34:38.564 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeDirtyEditorsWithoutSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 19:34:38.564 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:34:38.564 INFO [WorkbenchTestable][RequirementsRunner] Started test: getEditorFileTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 19:34:38.564 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 19:34:38.564 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:34:38.564 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:34:38.564 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:34:38.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:38.565 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:38.565 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:34:38.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:38.566 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:38.566 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:34:38.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:34:38.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:34:38.567 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:34:38.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 '\*?\QPackage Explorer\E') 19:34:38.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:38.567 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:38.568 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:38.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:38.568 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:34:38.568 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:34:38.568 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:34:38.568 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:38.568 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:34:38.568 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:34:38.568 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:34:38.569 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:34:38.569 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:34:38.570 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:38.570 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:34:38.570 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:34:38.570 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:34:38.571 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:38.571 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:34:38.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:38.571 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:38.571 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:34:39.071 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:39.071 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:34:39.572 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:39.572 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:34:39.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:34:39.573 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:34:39.573 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:34:39.574 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:39.574 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:34:39.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 19:34:39.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:39.574 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:39.575 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:39.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:39.575 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:34:39.575 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:34:39.575 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 19:34:39.576 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 19:34:39.576 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 19:34:39.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:34:39.576 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 19:34:39.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:34:39.576 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 19:34:39.576 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 19:34:39.576 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 19:34:39.576 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 19:34:39.579 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 19:34:39.579 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 19:34:39.579 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 19:34:39.579 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 19:34:39.579 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 19:34:39.581 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 19:34:39.581 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:34:39.581 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:34:39.592 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:34:39.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:34:39.592 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:34:39.592 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:34:39.592 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:34:39.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:34:39.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:39.594 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:39.594 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:34:39.594 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:39.595 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:39.595 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 19:34:39.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:34:39.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:34:39.605 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 19:34:39.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') 19:34:39.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:39.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:39.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:39.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:39.607 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:34:39.608 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:34:39.608 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:34:39.626 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:39.627 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:34:39.627 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:34:39.627 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:34:39.627 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:39.627 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:34:39.627 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:34:39.627 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:34:39.628 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:39.628 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:34:39.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:39.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:39.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:34:40.128 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:40.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:34:40.629 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:40.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:34:40.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:34:40.630 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:34:40.630 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:34:40.630 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:40.630 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:34:40.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 19:34:40.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:40.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:40.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:40.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:40.631 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:34:40.631 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:34:40.632 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 19:34:40.632 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 19:34:40.632 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 19:34:40.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:34:40.632 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 19:34:40.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:34:40.632 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 19:34:40.632 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 19:34:40.632 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 19:34:40.633 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 19:34:40.634 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 19:34:40.634 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 19:34:40.634 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 19:34:40.634 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 19:34:40.634 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 19:34:40.635 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 19:34:40.635 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:34:40.635 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:34:40.643 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:34:40.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:34:40.643 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:34:40.643 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:34:40.643 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:34:40.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:34:40.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@68669733 is found... 19:34:40.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@68669733 is found finished successfully 19:34:40.646 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') 19:34:40.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:40.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:40.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:40.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:40.647 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:34:40.647 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:40.647 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:34:40.647 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 19:34:40.647 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 19:34:40.648 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:40.650 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:40.650 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:34:40.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:40.651 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:40.651 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 19:34:40.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:34:40.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:34:40.651 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 19:34: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 '\*?\QPackage Explorer\E') 19:34:40.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:40.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:40.653 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:40.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:40.653 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:34:40.653 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:34:40.653 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:34:40.674 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:40.674 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:34:40.674 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:34:40.674 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:34:40.675 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:40.675 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:34:40.675 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:34:40.675 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:34:40.675 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:40.675 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:34:40.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:40.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:40.676 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:34:41.176 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:41.176 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:34:41.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:41.677 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:34:41.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:34:41.677 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:34:41.677 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:34:41.678 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:41.678 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:34:41.678 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:34:41.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:41.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:41.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:41.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:41.679 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:34:41.679 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:34:41.679 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 19:34:41.679 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest1.min of tree item testProject 19:34:41.679 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 19:34:41.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:34:41.679 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 19:34:41.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:34:41.679 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 19:34:41.680 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 19:34:41.680 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 19:34:41.680 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 19:34:41.682 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 19:34:41.682 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest1.min 19:34:41.682 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 19:34:41.682 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 19:34:41.682 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 19:34:41.684 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 19:34:41.684 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:34:41.684 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:34:41.703 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:34:41.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:34:41.703 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:34:41.703 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:34:41.703 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:34:41.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:34:41.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@250de88a is found... 19:34:41.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@250de88a is found finished successfully 19:34:41.704 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') 19:34:41.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:41.704 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:41.705 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:41.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:41.705 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:34:41.706 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:41.706 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:34:41.706 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 19:34:41.706 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 19:34:41.706 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:34:41.706 DEBUG [main][EditorHandler] 2 editor(s) found 19:34:41.707 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 19:34:41.710 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 19:34:41.710 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest1.min 19:34:41.731 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest1.min is closed 19:34:41.731 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 19:34:41.731 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:34:41.731 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:34:41.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:34:41.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:34:41.731 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getEditorFileTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 19:34:41.731 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:34:41.731 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeNotDirty no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 19:34:41.731 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 19:34:41.731 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:34:41.731 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:34:41.731 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:34:41.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:41.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:41.733 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:34:41.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:41.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:41.734 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:34:41.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:34:41.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:34:41.735 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:34:41.735 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:34:41.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:41.735 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:41.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:41.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:41.736 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:34:41.736 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:34:41.736 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:34:41.737 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:41.737 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:34:41.737 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:34:41.737 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:34:41.738 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:34:41.738 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:34:41.738 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:41.738 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:34:41.738 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:34:41.738 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:34:41.739 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:41.739 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:34:41.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:41.739 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:41.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:34:42.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:42.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:34:42.740 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:42.741 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:34:42.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:34:42.741 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:34:42.741 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:34:42.742 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:42.742 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:34:42.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 19:34:42.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:42.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:42.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:42.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:42.742 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:34:42.742 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:34:42.743 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 19:34:42.743 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 19:34:42.743 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 19:34:42.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:34:42.743 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 19:34:42.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:34:42.743 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 19:34:42.743 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 19:34:42.743 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 19:34:42.744 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 19:34:42.748 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 19:34:42.748 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 19:34:42.748 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 19:34:42.748 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 19:34:42.748 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 19:34:42.749 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 19:34:42.749 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:34:42.749 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:34:42.761 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:34:42.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:34:42.761 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:34:42.761 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:34:42.761 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:34:42.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:34:42.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 19:34:42.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:42.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:42.767 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:42.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:42.767 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:34:42.767 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:42.767 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:34:42.767 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 19:34:42.767 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 19:34:42.768 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:42.768 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 19:34:42.768 INFO [WorkbenchTestable][AbstractEditor] Close editor and save it 19:34:42.768 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 19:34:42.790 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 19:34:42.790 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:34:42.790 DEBUG [main][EditorHandler] 0 editor(s) found 19:34:42.790 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 19:34:42.790 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:34:42.790 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:34:42.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:34:42.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:34:42.790 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeNotDirty no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 19:34:42.790 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:34:42.790 INFO [WorkbenchTestable][RequirementsRunner] Started test: testEditorAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 19:34:42.790 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 19:34:42.791 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:34:42.791 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:34:42.791 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:34:42.791 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:42.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:42.792 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:34:42.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:42.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:42.793 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:34:42.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:34:42.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:34:42.793 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:34:42.793 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:34:42.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:42.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:42.794 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:42.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:42.794 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:34:42.795 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:34:42.795 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:34:42.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:42.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:34:42.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:34:42.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:34:42.796 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:34:42.796 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:34:42.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:42.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:34:42.797 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:34:42.797 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:34:42.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:42.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:34:42.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:42.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:42.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:34:43.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:43.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:34:43.799 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:43.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:34:43.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:34:43.800 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:34:43.800 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:34:43.800 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:43.801 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:34:43.801 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:34:43.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:43.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:43.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:43.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:43.801 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:34:43.801 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:34:43.801 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 19:34:43.802 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 19:34:43.802 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 19:34:43.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:34:43.802 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 19:34:43.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:34:43.802 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 19:34:43.802 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 19:34:43.802 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 19:34:43.802 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 19:34:43.805 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 19:34:43.805 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 19:34:43.805 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 19:34:43.805 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 19:34:43.806 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 19:34:43.807 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 19:34:43.807 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:34:43.807 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:34:43.819 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:34:43.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:34:43.820 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:34:43.820 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:34:43.820 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:34:43.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:34:43.824 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') 19:34:43.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:43.825 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:43.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:43.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:43.827 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:34:43.827 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:43.827 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:34:43.827 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 19:34:43.827 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 19:34:43.828 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) 19:34:43.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:43.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:43.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:43.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:43.829 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:34:43.829 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:34:43.829 DEBUG [main][EditorHandler] 1 editor(s) found 19:34:43.829 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 19:34:43.852 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 19:34:43.852 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 19:34:43.852 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:34:43.852 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:34:43.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:34:43.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:34:43.853 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testEditorAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 19:34:43.853 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:34:43.853 INFO [WorkbenchTestable][RequirementsRunner] Started test: getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 19:34:43.853 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 19:34:43.853 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:34:43.853 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:34:43.853 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:34:43.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:43.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:43.857 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:34:43.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:43.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:43.861 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:34:43.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:34:43.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:34:43.862 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:34:43.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 '\*?\QPackage Explorer\E') 19:34:43.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:43.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:43.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:43.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:43.865 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:34:43.865 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:34:43.865 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:34:43.867 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:43.877 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:34:43.877 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:34:43.877 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:34:43.878 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:34:43.878 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:34:43.879 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:43.879 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:34:43.879 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:34:43.879 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:34:43.881 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:43.881 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:34:43.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:43.881 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:43.881 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:34:44.381 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:44.382 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:34:44.882 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:44.882 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:34:44.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:34:44.882 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:34:44.883 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:34:44.883 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:44.883 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:34:44.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 19:34:44.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:44.884 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:44.884 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:44.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:44.884 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:34:44.884 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:34:44.884 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 19:34:44.885 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 19:34:44.885 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 19:34:44.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:34:44.885 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 19:34:44.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:34:44.885 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 19:34:44.885 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 19:34:44.885 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 19:34:44.885 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 19:34:44.886 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 19:34:44.886 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 19:34:44.886 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 19:34:44.886 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 19:34:44.887 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 19:34:44.888 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 19:34:44.888 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:34:44.888 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:34:44.902 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:34:44.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:34:44.902 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:34:44.902 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:34:44.902 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:34:44.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:34:44.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:44.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:44.905 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:34:44.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:44.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:44.906 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 19:34:44.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:34:44.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:34:44.907 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 19:34:44.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 '\*?\QPackage Explorer\E') 19:34:44.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:44.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:44.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:44.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:44.908 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:34:44.908 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:34:44.908 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:34:44.928 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:44.928 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:34:44.929 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:34:44.929 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:34:44.929 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:44.929 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:34:44.929 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:34:44.929 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:34:44.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:44.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:34:44.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:44.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:44.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:34:45.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:45.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:34:45.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:45.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:34:45.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:34:45.932 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:34:45.932 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:34:45.933 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:45.933 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:34:45.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 19:34:45.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:45.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:45.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:45.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:45.933 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:34:45.934 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:34:45.934 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 19:34:45.934 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 19:34:45.934 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 19:34:45.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:34:45.934 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 19:34:45.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:34:45.934 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 19:34:45.935 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 19:34:45.935 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 19:34:45.935 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 19:34:45.936 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 19:34:45.936 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 19:34:45.936 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 19:34:45.936 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 19:34:45.936 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 19:34:45.937 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 19:34:45.937 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:34:45.937 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:34:45.945 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:34:45.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:34:45.945 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:34:45.945 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:34:45.945 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:34:45.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:34:45.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@56b9ab6b is found... 19:34:45.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@56b9ab6b is found finished successfully 19:34:45.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 '\*?\QeditorTest.min\E') 19:34:45.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:45.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:45.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:45.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:45.947 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:34:45.947 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:45.947 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:34:45.947 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 19:34:45.947 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 19:34:45.948 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:34:45.948 DEBUG [main][EditorHandler] 1 editor(s) found 19:34:45.948 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 19:34:45.968 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 19:34:45.968 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 19:34:45.968 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:34:45.968 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:34:45.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:34:45.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:34:45.968 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 19:34:45.968 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:34:45.969 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeDirtyWithoutSave no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 19:34:45.969 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 19:34:45.969 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:34:45.969 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:34:45.969 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:34:45.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:45.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:45.970 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:34:45.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:45.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:45.971 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:34:45.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:34:45.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:34:45.972 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:34:45.972 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:34:45.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:45.972 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:45.973 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:45.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:45.973 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:34:45.973 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:34:45.973 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:34:45.974 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:45.974 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:34:45.974 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:34:45.974 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:34:45.975 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:34:45.975 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:34:45.975 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:45.975 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:34:45.975 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:34:45.975 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:34:45.975 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:45.976 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:34:45.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:45.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:45.976 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:34:46.476 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:46.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:34:46.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:46.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:34:46.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:34:46.977 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:34:46.977 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:34:46.978 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:46.978 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:34:46.978 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:34:46.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:46.978 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:46.978 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:46.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:46.978 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:34:46.978 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:34:46.979 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 19:34:46.979 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 19:34:46.979 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 19:34:46.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:34:46.980 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 19:34:46.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:34:46.980 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 19:34:46.980 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 19:34:46.980 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 19:34:46.980 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 19:34:46.981 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 19:34:46.981 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 19:34:46.981 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 19:34:46.981 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 19:34:46.981 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 19:34:46.983 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 19:34:46.983 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:34:46.983 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:34:46.998 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:34:46.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:34:46.998 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:34:46.998 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:34:46.998 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:34:46.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:34:46.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 19:34:46.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:46.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:47.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:47.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:47.000 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:34:47.001 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:47.001 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:34:47.001 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 19:34:47.001 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 19:34:47.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 "Make Dirty") 19:34:47.001 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:34:47.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:34:47.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:34:47.002 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 19:34:47.002 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:34:47.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:47.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:47.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:47.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:47.002 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:34:47.002 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 19:34:47.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:34:47.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:34:47.002 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:34:47.002 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:34:47.003 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:47.003 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 19:34:47.003 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 19:34:47.003 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 19:34:47.023 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 19:34:47.023 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:34:47.023 DEBUG [main][EditorHandler] 0 editor(s) found 19:34:47.023 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 19:34:47.023 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:34:47.023 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:34:47.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:34:47.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:34:47.023 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeDirtyWithoutSave no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 19:34:47.023 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:34:47.023 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeDirtyWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 19:34:47.023 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 19:34:47.023 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:34:47.023 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:34:47.023 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:34:47.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:47.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:47.025 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:34:47.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:47.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:47.026 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:34:47.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:34:47.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:34:47.026 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:34:47.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 19:34:47.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:47.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:47.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:47.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:47.027 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:34:47.028 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:34:47.028 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:34:47.028 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:47.028 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:34:47.028 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:34:47.028 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:34:47.029 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:34:47.029 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:34:47.029 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:47.029 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:34:47.030 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:34:47.030 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:34:47.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:47.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:34:47.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:47.030 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:47.030 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:34:47.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:47.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:34:48.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:48.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:34:48.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:34:48.032 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:34:48.032 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:34:48.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:48.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:34:48.033 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:34:48.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:48.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:48.033 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:48.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:48.033 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:34:48.033 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:34:48.034 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 19:34:48.034 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 19:34:48.034 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 19:34:48.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:34:48.034 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 19:34:48.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:34:48.034 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 19:34:48.034 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 19:34:48.034 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 19:34:48.034 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 19:34:48.036 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 19:34:48.036 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 19:34:48.036 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 19:34:48.036 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 19:34:48.036 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 19:34:48.038 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 19:34:48.038 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:34:48.038 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:34:48.049 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:34:48.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:34:48.049 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:34:48.049 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:34:48.049 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:34:48.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:34:48.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 19:34:48.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:48.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:48.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:48.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:48.051 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:34:48.051 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:48.051 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:34:48.051 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 19:34:48.051 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 19:34:48.052 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:34:48.052 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:34:48.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:34:48.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:34:48.052 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 19:34:48.052 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:34:48.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:48.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:48.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:48.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:48.052 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:34:48.052 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 19:34:48.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:34:48.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:34:48.053 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:34:48.053 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:34:48.060 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:48.060 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 19:34:48.060 INFO [WorkbenchTestable][AbstractEditor] Close editor and save it 19:34:48.060 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 19:34:48.061 DEBUG [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.... 19:34:48.579 DEBUG [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 19:34:48.579 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Save Resource 19:34:48.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:34:48.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:34:48.580 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:34:48.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:34:48.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:34:48.580 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 19:34:48.580 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:34:48.580 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:48.581 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:48.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 "Save") 19:34:48.581 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:34:48.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:34:48.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:34:48.581 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 19:34:48.581 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:34:48.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:48.581 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:48.582 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:48.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:48.582 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:34:48.582 INFO [WorkbenchTestable][AbstractButton] Click button &Save 19:34:48.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:34:48.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:34:48.582 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:34:48.582 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:34:48.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:34:48.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:34:48.620 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 19:34:48.620 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:34:48.620 DEBUG [main][EditorHandler] 0 editor(s) found 19:34:48.620 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 19:34:48.620 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:34:48.620 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:34:48.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:34:48.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:34:48.621 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeDirtyWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 19:34:48.621 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:34:48.621 INFO [WorkbenchTestable][RequirementsRunner] Started test: noEditorsOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 19:34:48.621 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 19:34:48.621 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:34:48.621 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:34:48.621 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:34:48.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:48.622 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:48.622 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:34:48.622 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:48.623 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:48.623 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:34:48.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:34:48.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:34:48.624 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:34:48.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 '\*?\QPackage Explorer\E') 19:34:48.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:48.624 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:48.625 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:48.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:48.625 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:34:48.625 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:34:48.625 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:34:48.626 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:48.626 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:34:48.626 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:34:48.626 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:34:48.626 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:34:48.627 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:34:48.627 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:48.627 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:34:48.627 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:34:48.627 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:34:48.635 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:48.635 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:34:48.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:48.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:48.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:34:49.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:49.136 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:34:49.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:49.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:34:49.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:34:49.637 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:34:49.637 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:34:49.638 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:49.638 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:34:49.638 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:34:49.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:49.638 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:49.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:49.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:49.638 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:34:49.638 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:34:49.638 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 19:34:49.639 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 19:34:49.639 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 19:34:49.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:34:49.639 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 19:34:49.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:34:49.639 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 19:34:49.639 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 19:34:49.639 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 19:34:49.639 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 19:34:49.640 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 19:34:49.640 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 19:34:49.641 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 19:34:49.641 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 19:34:49.641 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 19:34:49.642 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 19:34:49.642 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:34:49.642 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:34:49.657 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:34:49.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:34:49.657 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:34:49.657 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:34:49.657 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:34:49.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:34:49.657 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:34:49.658 DEBUG [main][EditorHandler] 1 editor(s) found 19:34:49.658 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 19:34:49.670 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 19:34:49.671 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:34:49.671 DEBUG [main][EditorHandler] 0 editor(s) found 19:34:49.671 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 19:34:49.671 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:34:49.671 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:34:49.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:34:49.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:34:49.672 INFO [WorkbenchTestable][RequirementsRunner] Finished test: noEditorsOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 19:34:49.672 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:34:49.672 INFO [WorkbenchTestable][RequirementsRunner] Started test: getEditorByTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 19:34:49.672 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 19:34:49.672 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:34:49.672 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:34:49.672 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:34:49.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:49.677 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:49.677 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:34:49.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:49.678 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:49.678 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:34:49.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:34:49.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:34:49.678 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:34:49.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') 19:34:49.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:49.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:49.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:49.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:49.679 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:34:49.679 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:34:49.680 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:34:49.680 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:49.680 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:34:49.680 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:34:49.680 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:34:49.681 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:34:49.681 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:34:49.681 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:49.681 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:34:49.682 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:34:49.682 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:34:49.682 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:49.682 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:34:49.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:49.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:49.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:34:50.183 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:50.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:34:50.683 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:50.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:34:50.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:34:50.683 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:34:50.683 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:34:50.684 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:50.684 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:34:50.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 19:34:50.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:50.685 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:50.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:50.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:50.685 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:34:50.685 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:34:50.685 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 19:34:50.686 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 19:34:50.686 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 19:34:50.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:34:50.686 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 19:34:50.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:34:50.686 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 19:34:50.686 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 19:34:50.686 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 19:34:50.686 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 19:34:50.687 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 19:34:50.687 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 19:34:50.687 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 19:34:50.687 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 19:34:50.687 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 19:34:50.689 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 19:34:50.689 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:34:50.690 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:34:50.701 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:34:50.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:34:50.701 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:34:50.701 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:34:50.701 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:34:50.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:34:50.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@15eaab53 is found... 19:34:50.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@15eaab53 is found finished successfully 19:34:50.702 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') 19:34:50.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:50.702 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:50.703 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:50.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:50.703 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:34:50.704 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:50.704 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:34:50.704 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 19:34:50.704 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 19:34:50.704 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:50.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:50.714 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:34:50.714 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:50.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:50.715 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 19:34:50.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:34:50.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:34:50.716 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 19:34:50.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 '\*?\QPackage Explorer\E') 19:34:50.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:50.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:50.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:50.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:50.717 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:34:50.717 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:34:50.717 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:34:50.740 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:50.740 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:34:50.741 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:34:50.741 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:34:50.741 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:50.741 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:34:50.741 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:34:50.741 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:34:50.742 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:50.742 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:34:50.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:50.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:50.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:34:51.242 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:51.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:34:51.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:51.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:34:51.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:34:51.743 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:34:51.743 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:34:51.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:51.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:34:51.744 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:34:51.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:51.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:51.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:51.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:51.744 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:34:51.744 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:34:51.745 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 19:34:51.745 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest1.min of tree item testProject 19:34:51.745 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 19:34:51.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:34:51.745 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 19:34:51.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:34:51.745 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 19:34:51.745 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 19:34:51.745 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 19:34:51.746 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 19:34:51.747 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 19:34:51.747 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest1.min 19:34:51.747 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 19:34:51.747 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 19:34:51.747 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 19:34:51.748 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 19:34:51.748 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:34:51.748 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:34:51.764 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:34:51.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:34:51.764 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:34:51.764 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:34:51.764 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:34:51.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:34:51.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1a2d2400 is found... 19:34:51.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1a2d2400 is found finished successfully 19:34:51.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 19:34:51.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:51.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:51.766 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:51.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:51.766 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:34:51.766 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part editorTest.min 19:34:51.771 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:51.771 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:34:51.771 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 19:34:51.771 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 19:34:51.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@15257243 is found... 19:34:51.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@15257243 is found finished successfully 19:34:51.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 '\*?\QeditorTest1.min\E') 19:34:51.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:51.772 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:51.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:51.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:51.773 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:34:51.773 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part editorTest1.min 19:34:51.778 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:51.778 DEBUG [WorkbenchTestable][EditorHandler] Focused control=null 19:34:51.778 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 19:34:51.778 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 19:34:51.778 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:34:51.778 DEBUG [main][EditorHandler] 2 editor(s) found 19:34:51.778 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 19:34:51.786 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 19:34:51.787 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest1.min 19:34:51.808 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest1.min is closed 19:34:51.808 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 19:34:51.808 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:34:51.808 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:34:51.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:34:51.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:34:51.808 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getEditorByTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 19:34:51.808 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:34:51.808 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTitleToolTip no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 19:34:51.808 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 19:34:51.808 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:34:51.808 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:34:51.808 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:34:51.809 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:51.810 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:51.810 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:34:51.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:51.811 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:51.811 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:34:51.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:34:51.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:34:51.811 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:34:51.811 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:34:51.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:51.811 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:51.812 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:51.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:51.812 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:34:51.813 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:34:51.813 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:34:51.813 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:51.813 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:34:51.813 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:34:51.813 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:34:51.814 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:34:51.814 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:34:51.814 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:51.814 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:34:51.814 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:34:51.814 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:34:51.815 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:51.815 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:34:51.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:51.815 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:51.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:34:52.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:52.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:34:52.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:52.816 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:34:52.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:34:52.816 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:34:52.816 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:34:52.817 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:52.817 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:34:52.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 19:34:52.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:52.817 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:52.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:52.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:52.817 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:34:52.817 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:34:52.818 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 19:34:52.818 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 19:34:52.818 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 19:34:52.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:34:52.818 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 19:34:52.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:34:52.818 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 19:34:52.818 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 19:34:52.818 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 19:34:52.819 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 19:34:52.820 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 19:34:52.820 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 19:34:52.820 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 19:34:52.820 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 19:34:52.820 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 19:34:52.821 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 19:34:52.821 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:34:52.821 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:34:52.839 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:34:52.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:34:52.839 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:34:52.839 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:34:52.839 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:34:52.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:34:52.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 '\*?\QeditorTest.min\E') 19:34:52.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:52.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:52.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:52.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:52.841 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:34:52.841 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:52.841 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:34:52.841 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 19:34:52.841 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 19:34:52.842 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:34:52.842 DEBUG [main][EditorHandler] 1 editor(s) found 19:34:52.842 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 19:34:52.864 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 19:34:52.864 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 19:34:52.864 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:34:52.864 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:34:52.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:34:52.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:34:52.864 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTitleToolTip no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 19:34:52.864 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:34:52.864 INFO [WorkbenchTestable][RequirementsRunner] Started test: saveEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 19:34:52.864 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 19:34:52.865 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:34:52.865 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:34:52.865 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:34:52.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:52.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:52.866 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:34:52.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:52.867 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:52.867 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:34:52.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:34:52.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:34:52.875 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:34:52.875 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:34:52.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:52.875 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:52.876 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:52.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:52.876 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:34:52.876 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:34:52.876 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:34:52.877 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:52.877 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:34:52.877 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:34:52.877 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:34:52.878 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:34:52.878 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:34:52.878 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:52.878 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:34:52.878 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:34:52.878 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:34:52.879 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:52.879 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:34:52.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:52.879 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:52.887 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:34:53.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:53.387 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:34:53.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:53.889 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:34:53.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:34:53.889 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:34:53.889 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:34:53.890 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:53.890 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:34:53.890 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:34:53.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:53.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:53.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:53.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:53.890 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:34:53.891 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:34:53.891 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 19:34:53.892 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 19:34:53.892 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 19:34:53.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:34:53.892 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 19:34:53.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:34:53.892 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 19:34:53.892 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 19:34:53.892 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 19:34:53.892 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 19:34:53.893 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 19:34:53.893 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 19:34:53.893 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 19:34:53.893 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 19:34:53.893 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 19:34:53.896 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 19:34:53.896 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:34:53.896 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:34:53.908 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:34:53.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:34:53.908 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:34:53.908 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:34:53.908 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:34:53.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:34:53.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 '\*?\QeditorTest.min\E') 19:34:53.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:53.909 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:53.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:53.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:53.910 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:34:53.910 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:53.910 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:34:53.910 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 19:34:53.910 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 19:34:53.917 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:34:53.917 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:34:53.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:34:53.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:34:53.917 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 19:34:53.917 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:34:53.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:53.917 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:53.918 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:53.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:53.918 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:34:53.918 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 19:34:53.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:34:53.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:34:53.918 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:34:53.918 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:34:53.920 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:53.920 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 19:34:53.920 INFO [WorkbenchTestable][AbstractEditor] Save editor 19:34:53.920 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 19:34:53.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:34:53.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:34:53.921 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 19:34:53.921 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - titleToolTip - Eclipse Platform' 19:34:53.921 DEBUG [main][MenuItemLookup] Found menu:'File' 19:34:53.921 DEBUG [main][MenuItemLookup] Item match:File 19:34:53.921 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:34:53.921 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:34:53.921 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:34:53.921 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:34:53.921 DEBUG [main][MenuItemLookup] Found menu:'' 19:34:53.921 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:34:53.921 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:34:53.921 DEBUG [main][MenuItemLookup] Found menu:'' 19:34:53.921 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:34:53.921 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 19:34:53.922 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 19:34:53.922 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 19:34:53.922 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 19:34:53.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 19:34:53.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 19:34:53.925 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:53.925 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - titleToolTip - Eclipse Platform TooltipText=null 19:34:53.925 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 19:34:53.925 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 19:34:53.925 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:34:53.925 DEBUG [main][EditorHandler] 1 editor(s) found 19:34:53.925 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 19:34:53.952 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 19:34:53.952 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 19:34:53.952 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:34:53.952 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:34:53.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:34:53.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:34:53.953 INFO [WorkbenchTestable][RequirementsRunner] Finished test: saveEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 19:34:53.953 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:34:53.953 INFO [WorkbenchTestable][RequirementsRunner] Started test: isDirtyTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 19:34:53.953 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 19:34:53.953 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:34:53.953 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:34:53.953 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:34:53.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:53.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:53.954 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:34:53.954 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:53.955 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:53.955 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:34:53.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:34:53.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:34:53.955 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:34:53.956 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:34:53.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:53.956 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:53.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:53.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:53.957 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:34:53.957 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:34:53.957 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:34:53.957 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:53.957 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:34:53.957 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:34:53.957 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:34:53.958 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:34:53.958 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:34:53.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:53.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:34:53.959 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:34:53.959 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:34:53.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:53.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:34:53.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:53.959 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:53.959 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:34:54.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:54.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:34:54.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:54.960 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:34:54.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:34:54.961 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:34:54.961 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:34:54.961 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:54.961 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:34:54.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 19:34:54.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:54.961 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:54.962 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:54.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:54.962 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:34:54.962 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:34:54.962 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 19:34:54.962 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 19:34:54.962 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 19:34:54.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:34:54.962 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 19:34:54.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:34:54.962 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 19:34:54.963 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 19:34:54.963 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 19:34:54.963 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 19:34:54.964 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 19:34:54.964 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 19:34:54.964 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 19:34:54.964 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 19:34:54.964 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 19:34:54.965 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 19:34:54.965 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:34:54.965 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:34:54.982 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:34:54.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:34:54.982 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:34:54.982 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:34:54.982 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:34:54.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:34:54.983 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') 19:34:54.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:54.983 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:54.984 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:54.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:54.984 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:34:54.984 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:54.984 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:34:54.985 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 19:34:54.985 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 19:34:54.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 "Make Dirty") 19:34:54.985 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:34:54.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:34:54.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:34:54.986 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 19:34:54.986 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:34:54.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:54.986 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:54.986 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:54.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:54.986 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:34:54.986 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 19:34:54.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:34:54.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:34:54.986 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:34:54.986 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:34:54.987 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:34:54.987 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:34:54.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:34:54.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:34:54.988 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 19:34:54.988 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:34:54.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:54.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:54.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:54.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:54.988 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:34:54.988 INFO [WorkbenchTestable][AbstractButton] Click button Save 19:34:54.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:34:54.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:34:54.988 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:34:54.989 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:34:54.990 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:34:54.990 DEBUG [main][EditorHandler] 1 editor(s) found 19:34:54.990 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 19:34:55.009 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 19:34:55.009 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 19:34:55.009 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:34:55.009 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:34:55.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:34:55.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:34:55.009 INFO [WorkbenchTestable][RequirementsRunner] Finished test: isDirtyTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 19:34:55.009 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:34:55.009 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeNotActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 19:34:55.009 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 19:34:55.010 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:34:55.010 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:34:55.010 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:34:55.010 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:55.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:55.011 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:34:55.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:55.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:55.012 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:34:55.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:34:55.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:34:55.012 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:34:55.012 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:34:55.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:55.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:55.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:55.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:55.013 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:34:55.014 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:34:55.014 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:34:55.014 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:55.014 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:34:55.014 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:34:55.014 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:34:55.015 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:34:55.015 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:34:55.015 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:55.016 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:34:55.016 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:34:55.016 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:34:55.016 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:55.016 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:34:55.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:55.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:55.016 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:34:55.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:55.517 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:34:56.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:56.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:34:56.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:34:56.018 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:34:56.018 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:34:56.018 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:56.019 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:34:56.019 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:34:56.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:56.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:56.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:56.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:56.019 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:34:56.019 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:34:56.019 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 19:34:56.020 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 19:34:56.020 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 19:34:56.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:34:56.020 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 19:34:56.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:34:56.020 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 19:34:56.020 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 19:34:56.020 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 19:34:56.020 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 19:34:56.023 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 19:34:56.023 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 19:34:56.023 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 19:34:56.023 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 19:34:56.023 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 19:34:56.024 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 19:34:56.024 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:34:56.025 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:34:56.036 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:34:56.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:34:56.036 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:34:56.036 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:34:56.036 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:34:56.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:34: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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 19:34:56.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:56.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:56.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:56.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:56.038 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:34:56.038 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:56.038 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:34:56.038 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 19:34:56.038 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 19:34:56.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:56.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:56.047 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:34:56.047 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:56.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:56.048 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 19:34:56.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:34:56.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:34:56.049 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 19:34:56.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') 19:34:56.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:56.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:56.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:56.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:56.051 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:34:56.051 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:34:56.051 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:34:56.077 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:56.077 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:34:56.077 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:34:56.077 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:34:56.078 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:56.078 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:34:56.078 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:34:56.078 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:34:56.078 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:56.078 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:34:56.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:56.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:56.078 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:34:56.579 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:56.580 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:34:57.080 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:57.080 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:34:57.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:34:57.080 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:34:57.080 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:34:57.081 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:57.081 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:34:57.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 19:34:57.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:34:57.081 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:34:57.082 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:34:57.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:34:57.082 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:34:57.083 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:34:57.083 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 19:34:57.084 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest1.min of tree item testProject 19:34:57.084 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 19:34:57.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:34:57.084 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 19:34:57.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:34:57.084 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 19:34:57.084 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 19:34:57.084 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 19:34:57.084 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 19:34:57.086 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 19:34:57.086 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest1.min 19:34:57.086 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 19:34:57.086 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 19:34:57.086 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 19:34:57.090 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 19:34:57.090 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:34:57.090 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:34:57.104 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:34:57.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:34:57.104 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:34:57.104 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:34:57.104 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:34:57.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:34:57.108 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part editorTest.min 19:34:57.115 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:34:57.115 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:34:57.115 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 19:34:57.115 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 19:34:57.116 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 19:34:57.116 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 19:34:57.132 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 19:34:57.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7d7a8b48 is found... 19:35:07.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7d7a8b48 is found failed, an exception will be thrown 19:35:07.142 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:35:07.143 DEBUG [main][EditorHandler] 1 editor(s) found 19:35:07.143 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest1.min 19:35:07.157 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest1.min is closed 19:35:07.157 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 19:35:07.157 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:35:07.157 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:35:07.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:35:07.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:35:07.157 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeNotActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 19:35:07.157 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:35:07.157 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeDirtyEditorsWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 19:35:07.157 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 19:35:07.157 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:35:07.157 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:35:07.157 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:35:07.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:07.159 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:07.159 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:35:07.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:07.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:07.166 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:35:07.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:35:07.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:35:07.166 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:35:07.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 '\*?\QPackage Explorer\E') 19:35:07.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:07.166 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:07.167 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:07.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:07.167 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:35:07.167 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:35:07.167 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:35:07.168 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:07.168 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:35:07.168 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:35:07.168 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:35:07.169 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:35:07.169 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:35:07.169 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:07.169 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:35:07.170 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:35:07.170 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:35:07.170 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:07.170 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:35:07.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:07.170 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:07.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:35:07.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:07.671 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:35:08.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:08.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:35:08.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:35:08.171 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:35:08.171 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:35:08.172 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:08.172 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:35:08.172 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:35:08.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:08.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:08.172 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:08.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:08.172 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:35:08.173 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:35:08.173 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 19:35:08.173 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 19:35:08.173 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 19:35:08.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:35:08.173 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 19:35:08.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:35:08.174 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 19:35:08.174 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 19:35:08.174 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 19:35:08.174 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 19:35:08.177 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 19:35:08.177 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 19:35:08.177 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 19:35:08.177 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 19:35:08.178 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 19:35:08.179 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 19:35:08.179 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:35:08.179 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:35:08.197 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:35:08.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:35:08.197 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:35:08.197 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:35:08.197 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:35:08.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:35: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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 19:35:08.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:08.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:08.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:08.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:08.200 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:35:08.200 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:08.200 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:35:08.200 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 19:35:08.200 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 19:35:08.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 "Make Dirty") 19:35:08.201 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:35:08.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:35:08.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:35:08.201 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 19:35:08.201 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:35:08.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:08.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:08.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:08.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:08.201 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:35:08.201 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 19:35:08.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:35:08.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:35:08.201 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:35:08.201 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:35:08.203 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:35:08.203 DEBUG [main][EditorHandler] 1 editor(s) found 19:35:08.203 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 19:35:08.203 DEBUG [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.... 19:35:08.730 DEBUG [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 19:35:08.730 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Save Resource 19:35:08.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:35:08.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:35:08.731 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:35:08.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:35:08.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:35:08.731 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 19:35:08.731 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:35:08.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:08.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:08.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 "Save") 19:35:08.732 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:35:08.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:35:08.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:35:08.733 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 19:35:08.733 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:35:08.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:08.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:08.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:08.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:08.733 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:35:08.733 INFO [WorkbenchTestable][AbstractButton] Click button &Save 19:35:08.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:35:08.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:35:08.733 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:35:08.733 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:35:08.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:35:08.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:35:08.760 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 19:35:08.760 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:35:08.760 DEBUG [main][EditorHandler] 0 editor(s) found 19:35:08.760 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 19:35:08.760 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:35:08.760 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:35:08.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:35:08.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:35:08.761 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeDirtyEditorsWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 19:35:08.761 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:35:08.761 INFO [WorkbenchTestable][RequirementsRunner] Started test: findDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 19:35:08.761 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 19:35:08.761 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:35:08.761 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:35:08.761 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:35:08.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:08.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:08.763 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:35:08.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:08.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:08.764 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:35:08.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:35:08.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:35:08.764 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:35:08.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') 19:35:08.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:08.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:08.766 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:08.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:08.766 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:35:08.766 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:35:08.766 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:35:08.766 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:08.766 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:35:08.766 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:35:08.766 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:35:08.767 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:35:08.767 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:35:08.768 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:08.768 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:35:08.768 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:35:08.768 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:35:08.768 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:08.768 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:35:08.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:08.768 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:08.768 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:35:09.269 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:09.269 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:35:09.769 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:09.769 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:35:09.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:35:09.769 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:35:09.769 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:35:09.770 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:09.770 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:35:09.770 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:35:09.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:09.770 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:09.770 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:09.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:09.770 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:35:09.771 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:35:09.771 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 19:35:09.771 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 19:35:09.771 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 19:35:09.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:35:09.772 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 19:35:09.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:35:09.772 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 19:35:09.772 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 19:35:09.772 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 19:35:09.772 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 19:35:09.774 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 19:35:09.774 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 19:35:09.774 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 19:35:09.774 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 19:35:09.774 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 19:35:09.776 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 19:35:09.776 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:35:09.776 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:35:09.786 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:35:09.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:35:09.786 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:35:09.786 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:35:09.786 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:35:09.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:35:09.787 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') 19:35:09.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:09.787 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:09.788 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:09.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:09.788 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:35:09.788 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:09.788 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:35:09.788 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 19:35:09.788 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 19:35:09.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 "Make Dirty") 19:35:09.789 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:35:09.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:35:09.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:35:09.789 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 19:35:09.789 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:35:09.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:09.789 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:09.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:09.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:09.789 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:35:09.789 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 19:35:09.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:35:09.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:35:09.789 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:35:09.789 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:35:09.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7f1e1c71 is found... 19:35:09.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7f1e1c71 is found finished successfully 19:35:09.796 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') 19:35:09.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:09.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:09.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:09.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:09.797 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:35:09.798 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:09.798 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 19:35:09.798 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:35:09.798 DEBUG [main][EditorHandler] 1 editor(s) found 19:35:09.798 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 19:35:09.798 DEBUG [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.... 19:35:10.316 DEBUG [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 19:35:10.316 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Save Resource 19:35:10.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:35:10.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:35:10.317 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:35:10.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:35:10.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:35:10.317 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 19:35:10.317 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:35:10.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:10.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:10.318 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:35:10.318 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:35:10.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:35:10.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:35:10.318 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 19:35:10.318 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:35:10.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:10.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:10.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:10.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:10.318 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:35:10.319 INFO [WorkbenchTestable][AbstractButton] Click button &Save 19:35:10.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:35:10.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:35:10.319 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:35:10.319 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:35:10.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:35:10.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:35:10.345 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 19:35:10.345 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 19:35:10.345 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:35:10.345 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:35:10.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:35:10.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:35:10.346 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 19:35:10.346 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:35:10.346 INFO [WorkbenchTestable][RequirementsRunner] Started test: saveNotDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 19:35:10.346 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 19:35:10.346 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:35:10.346 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:35:10.346 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:35:10.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:10.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:10.348 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:35:10.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:10.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:10.349 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:35:10.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:35:10.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:35:10.350 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:35:10.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 '\*?\QPackage Explorer\E') 19:35:10.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:10.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:10.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:10.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:10.351 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:35:10.351 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:35:10.351 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:35:10.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:10.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:35:10.352 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:35:10.352 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:35:10.352 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:35:10.352 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:35:10.353 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:10.353 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:35:10.353 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:35:10.353 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:35:10.353 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:10.353 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:35:10.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:10.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:10.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:35:10.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:10.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:35:11.355 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:11.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:35:11.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:35:11.356 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:35:11.356 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:35:11.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:11.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:35:11.356 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:35:11.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:11.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:11.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:11.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:11.357 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:35:11.357 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:35:11.357 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 19:35:11.357 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 19:35:11.358 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 19:35:11.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:35:11.358 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 19:35:11.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:35:11.358 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 19:35:11.358 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 19:35:11.358 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 19:35:11.358 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 19:35:11.359 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 19:35:11.359 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 19:35:11.359 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 19:35:11.359 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 19:35:11.359 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 19:35:11.360 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 19:35:11.360 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:35:11.360 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:35:11.370 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:35:11.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:35:11.370 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:35:11.371 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:35:11.371 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:35:11.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:35:11.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 19:35:11.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:11.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:11.372 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:11.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:11.372 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:35:11.373 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:11.373 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:35:11.373 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 19:35:11.373 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 19:35:11.374 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:11.374 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 19:35:11.374 INFO [WorkbenchTestable][AbstractEditor] Save editor 19:35:11.374 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 19:35:11.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:35:11.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:35:11.374 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 19:35:11.374 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - titleToolTip - Eclipse Platform' 19:35:11.374 DEBUG [main][MenuItemLookup] Found menu:'File' 19:35:11.374 DEBUG [main][MenuItemLookup] Item match:File 19:35:11.375 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:35:11.375 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:35:11.375 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:35:11.375 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:35:11.375 DEBUG [main][MenuItemLookup] Found menu:'' 19:35:11.375 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:35:11.375 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:35:11.375 DEBUG [main][MenuItemLookup] Found menu:'' 19:35:11.375 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:35:11.375 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 19:35:11.385 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:35:11.385 DEBUG [main][EditorHandler] 1 editor(s) found 19:35:11.385 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 19:35:11.408 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 19:35:11.408 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 19:35:11.408 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:35:11.408 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:35:11.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:35:11.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:35:11.408 INFO [WorkbenchTestable][RequirementsRunner] Finished test: saveNotDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 19:35:11.409 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:35:11.409 INFO [WorkbenchTestable][RequirementsRunner] Started test: getEditorByTitleWrongTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 19:35:11.409 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 19:35:11.409 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:35:11.409 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:35:11.409 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:35:11.409 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:11.410 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:11.410 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:35:11.410 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:11.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:11.412 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:35:11.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:35:11.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:35:11.412 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:35:11.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') 19:35:11.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:11.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:11.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:11.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:11.413 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:35:11.413 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:35:11.413 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:35:11.414 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:11.414 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:35:11.414 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:35:11.414 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:35:11.415 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:35:11.415 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:35:11.415 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:11.415 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:35:11.415 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:35:11.415 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:35:11.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:11.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:35:11.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:11.416 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:11.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:35:11.916 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:11.917 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:35:12.417 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:12.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:35:12.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:35:12.417 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:35:12.417 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:35:12.418 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:12.418 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:35:12.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 19:35:12.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:12.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:12.419 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:12.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:12.419 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:35:12.419 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:35:12.419 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 19:35:12.419 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 19:35:12.419 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 19:35:12.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:35:12.420 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 19:35:12.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:35:12.420 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 19:35:12.420 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 19:35:12.420 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 19:35:12.420 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 19:35:12.422 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 19:35:12.422 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 19:35:12.422 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 19:35:12.422 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 19:35:12.422 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 19:35:12.423 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 19:35:12.423 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:35:12.423 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:35:12.434 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:35:12.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:35:12.434 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:35:12.434 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:35:12.434 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:35:12.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:35:12.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@57cb9f8a is found... 19:35:22.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@57cb9f8a is found failed, an exception will be thrown 19:35:22.445 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:35:22.445 DEBUG [main][EditorHandler] 1 editor(s) found 19:35:22.445 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 19:35:22.458 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 19:35:22.458 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 19:35:22.458 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:35:22.458 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:35:22.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:35:22.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:35:22.459 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getEditorByTitleWrongTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 19:35:22.459 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:35:22.459 INFO [WorkbenchTestable][RequirementsRunner] Started test: noEditorOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 19:35:22.459 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 19:35:22.459 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:35:22.459 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:35:22.459 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:35:22.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:22.463 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:22.463 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:35:22.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:22.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:22.464 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:35:22.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:35:22.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:35:22.464 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:35:22.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 '\*?\QPackage Explorer\E') 19:35:22.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:22.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:22.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:22.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:22.466 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:35:22.466 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:35:22.466 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:35:22.466 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:22.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:35:22.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:35:22.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:35:22.468 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:35:22.468 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:35:22.468 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:22.468 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:35:22.469 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:35:22.469 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:35:22.469 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:22.469 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:35:22.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:22.469 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:22.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:35:22.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:22.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:35:23.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:23.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:35:23.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:35:23.471 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:35:23.471 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:35:23.472 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:23.472 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:35:23.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 19:35:23.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:23.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:23.472 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:23.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:23.472 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:35:23.472 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:35:23.472 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 19:35:23.473 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 19:35:23.473 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 19:35:23.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:35:23.473 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 19:35:23.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:35:23.473 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 19:35:23.473 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 19:35:23.473 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 19:35:23.474 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 19:35:23.475 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 19:35:23.475 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 19:35:23.475 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 19:35:23.475 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 19:35:23.475 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 19:35:23.477 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 19:35:23.477 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:35:23.477 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:35:23.488 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:35:23.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:35:23.488 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:35:23.488 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:35:23.488 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:35:23.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:35:23.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 19:35:23.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:23.489 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:23.490 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:23.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:23.490 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:35:23.490 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:23.491 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:35:23.491 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 19:35:23.491 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 19:35:23.497 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:23.497 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 19:35:23.497 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 19:35:23.497 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 19:35:23.516 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 19:35:23.516 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:35:23.516 DEBUG [main][EditorHandler] 0 editor(s) found 19:35:23.516 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 19:35:23.516 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:35:23.516 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:35:23.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:35:23.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:35:23.516 INFO [WorkbenchTestable][RequirementsRunner] Finished test: noEditorOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 19:35:23.516 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:35:23.516 INFO [WorkbenchTestable][RequirementsRunner] Started test: switchEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 19:35:23.516 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 19:35:23.516 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:35:23.516 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:35:23.516 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:35:23.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:23.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:23.518 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:35:23.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:23.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:23.519 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:35:23.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:35:23.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:35:23.519 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:35:23.519 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:35:23.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:23.519 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:23.520 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:23.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:23.520 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:35:23.520 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:35:23.520 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:35:23.521 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:23.521 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:35:23.521 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:35:23.521 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:35:23.522 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:35:23.522 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:35:23.522 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:23.522 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:35:23.522 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:35:23.522 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:35:23.522 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:23.523 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:35:23.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:23.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:23.523 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:35:24.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:24.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:35:24.524 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:24.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:35:24.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:35:24.524 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:35:24.524 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:35:24.524 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:24.525 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:35:24.525 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:35:24.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:24.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:24.525 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:24.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:24.525 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:35:24.525 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:35:24.525 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 19:35:24.526 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 19:35:24.526 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 19:35:24.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:35:24.526 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 19:35:24.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:35:24.526 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 19:35:24.526 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 19:35:24.526 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 19:35:24.526 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 19:35:24.527 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 19:35:24.527 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 19:35:24.527 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 19:35:24.527 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 19:35:24.527 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 19:35:24.529 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 19:35:24.529 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:35:24.529 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:35:24.540 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:35:24.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:35:24.540 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:35:24.540 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:35:24.540 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:35:24.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:35:24.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:24.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:24.543 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:35:24.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:24.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:24.549 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 19:35:24.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:35:24.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:35:24.549 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 19:35:24.549 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:35:24.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:24.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:24.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:24.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:24.551 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:35:24.551 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:35:24.551 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:35:24.576 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:24.576 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:35:24.576 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:35:24.576 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:35:24.576 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:24.577 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:35:24.577 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:35:24.577 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:35:24.577 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:24.577 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:35:24.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:24.577 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:24.577 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:35:25.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:25.078 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:35:25.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:25.579 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:35:25.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:35:25.579 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:35:25.579 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:35:25.579 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:25.580 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:35:25.580 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:35:25.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:25.580 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:25.580 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:25.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:25.580 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:35:25.580 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:35:25.581 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 19:35:25.581 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest1.min of tree item testProject 19:35:25.581 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 19:35:25.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:35:25.581 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 19:35:25.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:35:25.581 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 19:35:25.581 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 19:35:25.581 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 19:35:25.581 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 19:35:25.582 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 19:35:25.582 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest1.min 19:35:25.582 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 19:35:25.582 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 19:35:25.582 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 19:35:25.584 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 19:35:25.584 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:35:25.584 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:35:25.605 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:35:25.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:35:25.605 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:35:25.605 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:35:25.605 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:35:25.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:35:25.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest1.min\E') 19:35:25.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:25.606 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:25.608 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:25.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:25.608 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:35:25.608 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:25.608 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:35:25.608 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 19:35:25.608 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 19:35:25.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5839ec96 is found... 19:35:25.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5839ec96 is found finished successfully 19:35:25.609 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') 19:35:25.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:25.609 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:25.610 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:25.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:25.610 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:35:25.610 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part editorTest.min 19:35:25.616 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:25.616 DEBUG [WorkbenchTestable][EditorHandler] Focused control=null 19:35:25.616 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 19:35:25.616 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 19:35:25.616 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:35:25.616 DEBUG [main][EditorHandler] 2 editor(s) found 19:35:25.617 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 19:35:25.629 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 19:35:25.630 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest1.min 19:35:25.651 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest1.min is closed 19:35:25.651 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 19:35:25.651 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:35:25.651 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:35:25.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:35:25.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:35:25.652 INFO [WorkbenchTestable][RequirementsRunner] Finished test: switchEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 19:35:25.652 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:35:25.652 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTitleImage no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 19:35:25.652 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 19:35:25.652 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:35:25.652 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:35:25.652 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:35:25.652 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:25.653 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:25.653 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:35:25.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:25.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:25.654 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:35:25.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:35:25.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:35:25.655 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:35:25.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') 19:35:25.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:25.655 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:25.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:25.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:25.656 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:35:25.656 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:35:25.656 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:35:25.657 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:25.657 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:35:25.657 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:35:25.657 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:35:25.658 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:35:25.658 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:35:25.658 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:25.658 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:35:25.658 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:35:25.658 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:35:25.659 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:25.659 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:35:25.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:25.659 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:25.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:35:26.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:26.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:35:26.661 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:26.661 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:35:26.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:35:26.662 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:35:26.662 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:35:26.662 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:26.662 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:35:26.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 19:35:26.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:26.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:26.663 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:26.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:26.663 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:35:26.663 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:35:26.663 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 19:35:26.664 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 19:35:26.664 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 19:35:26.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:35:26.664 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 19:35:26.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:35:26.664 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 19:35:26.664 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 19:35:26.664 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 19:35:26.664 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 19:35:26.665 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 19:35:26.665 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 19:35:26.667 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 19:35:26.667 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 19:35:26.668 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 19:35:26.669 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 19:35:26.669 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:35:26.669 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:35:26.679 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:35:26.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:35:26.679 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:35:26.679 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:35:26.679 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:35:26.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:35:26.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 19:35:26.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:26.680 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:26.681 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:26.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:26.681 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:35:26.682 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:26.682 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:35:26.682 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 19:35:26.682 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 19:35:26.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 19:35:26.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:26.689 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:26.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:26.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:26.691 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:35:26.691 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:26.691 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 19:35:26.691 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:35:26.691 DEBUG [main][EditorHandler] 1 editor(s) found 19:35:26.691 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 19:35:26.710 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 19:35:26.710 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 19:35:26.710 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:35:26.710 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:35:26.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:35:26.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:35:26.711 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTitleImage no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 19:35:26.711 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:35:26.711 INFO [WorkbenchTestable][RequirementsRunner] Started test: getActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 19:35:26.711 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 19:35:26.711 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:35:26.711 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:35:26.711 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:35:26.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:26.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:26.712 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:35:26.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:26.713 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:26.713 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:35:26.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:35:26.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:35:26.714 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:35:26.714 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:35:26.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:26.714 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:26.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:26.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:26.715 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:35:26.715 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:35:26.715 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:35:26.715 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:26.716 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:35:26.716 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:35:26.716 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:35:26.716 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:35:26.716 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:35:26.717 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:26.717 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:35:26.717 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:35:26.717 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:35:26.717 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:26.717 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:35:26.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:26.717 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:26.718 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:35:27.218 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:27.218 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:35:27.718 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:27.718 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:35:27.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:35:27.719 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:35:27.719 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:35:27.719 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:27.719 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:35:27.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 19:35:27.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:27.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:27.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:27.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:27.720 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:35:27.720 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:35:27.720 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 19:35:27.720 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 19:35:27.720 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 19:35:27.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:35:27.720 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 19:35:27.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:35:27.721 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 19:35:27.721 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 19:35:27.721 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 19:35:27.721 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 19:35:27.722 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 19:35:27.722 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 19:35:27.722 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 19:35:27.722 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 19:35:27.722 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 19:35:27.723 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 19:35:27.723 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:35:27.723 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:35:27.737 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:35:27.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:35:27.737 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:35:27.737 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:35:27.737 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:35:27.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:35:27.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 19:35:27.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:27.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:27.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:27.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:27.739 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:35:27.739 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:27.739 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:35:27.739 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 19:35:27.739 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 19:35:27.740 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:35:27.740 DEBUG [main][EditorHandler] 1 editor(s) found 19:35:27.740 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 19:35:27.758 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 19:35:27.758 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 19:35:27.758 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:35:27.758 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:35:27.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:35:27.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:35:27.759 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 19:35:27.759 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:35:27.759 INFO [WorkbenchTestable][RequirementsRunner] Started test: getEditorByTitleRegexTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 19:35:27.759 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 19:35:27.759 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:35:27.759 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:35:27.759 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:35:27.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:27.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:27.760 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:35:27.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:27.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:27.761 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:35:27.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:35:27.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:35:27.762 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:35:27.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 '\*?\QPackage Explorer\E') 19:35:27.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:27.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:27.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:27.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:27.763 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:35:27.763 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:35:27.763 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:35:27.764 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:27.764 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:35:27.764 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:35:27.764 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:35:27.765 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:35:27.765 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:35:27.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:27.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:35:27.765 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:35:27.765 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:35:27.766 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:27.766 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:35:27.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:27.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:27.767 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:35:28.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:28.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:35:28.768 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:28.769 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:35:28.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:35:28.769 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:35:28.769 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:35:28.770 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:28.770 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:35:28.770 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:35:28.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:28.770 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:28.770 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:28.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:28.770 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:35:28.770 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:35:28.770 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 19:35:28.771 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 19:35:28.771 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 19:35:28.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:35:28.771 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 19:35:28.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:35:28.771 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 19:35:28.771 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 19:35:28.771 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 19:35:28.771 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 19:35:28.772 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 19:35:28.772 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 19:35:28.772 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 19:35:28.772 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 19:35:28.772 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 19:35:28.774 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 19:35:28.774 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:35:28.774 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:35:28.784 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:35:28.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:35:28.784 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:35:28.784 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:35:28.784 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:35:28.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:35:28.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:28.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:28.786 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:35:28.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:28.787 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:28.787 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 19:35:28.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:35:28.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:35:28.788 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 19:35:28.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 '\*?\QPackage Explorer\E') 19:35:28.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:28.788 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:28.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:28.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:28.789 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:35:28.789 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:35:28.789 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:35:28.808 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:28.808 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:35:28.808 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:35:28.808 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:35:28.809 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:28.809 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:35:28.809 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:35:28.809 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:35:28.809 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:28.809 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:35:28.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:28.809 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:28.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:35:29.310 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:29.310 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:35:29.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:29.810 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:35:29.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:35:29.810 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:35:29.810 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:35:29.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:29.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:35:29.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 19:35:29.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:29.811 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:29.811 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:29.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:29.811 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:35:29.811 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:35:29.811 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 19:35:29.812 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest+.min of tree item testProject 19:35:29.812 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 19:35:29.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:35:29.812 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 19:35:29.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:35:29.812 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 19:35:29.812 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest+.min 19:35:29.812 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest+.min 19:35:29.812 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest+.min about selection 19:35:29.813 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest+.min 19:35:29.813 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest+.min 19:35:29.813 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest+.min 19:35:29.814 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest+.min 19:35:29.814 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest+.min about selection 19:35:29.815 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest+.min 19:35:29.815 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:35:29.815 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:35:29.829 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:35:29.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:35:29.829 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:35:29.829 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:35:29.829 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:35:29.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:35:29.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@62cc5930 is found... 19:35:29.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@62cc5930 is found finished successfully 19:35:29.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest+.min\E') 19:35:29.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:29.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:29.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:29.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:29.831 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:35:29.832 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:29.832 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:35:29.832 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 19:35:29.832 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 19:35:29.832 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:35:29.832 DEBUG [main][EditorHandler] 2 editor(s) found 19:35:29.832 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 19:35:29.836 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 19:35:29.836 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest+.min 19:35:29.854 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest+.min is closed 19:35:29.854 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 19:35:29.854 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:35:29.854 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:35:29.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:35:29.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:35:29.854 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getEditorByTitleRegexTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 19:35:29.854 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:35:29.855 DEBUG [main][EditorHandler] 0 editor(s) found 19:35:29.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:29.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:29.855 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 19:35:29.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:29.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:29.856 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:35:29.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:35:29.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:35:29.856 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:35:29.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') 19:35:29.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:29.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:29.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:29.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:29.856 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:35:29.856 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:35:29.857 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:35:29.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:29.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:35:29.863 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:35:29.863 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:35:29.864 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:29.864 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:35:29.864 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:35:29.864 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:35:29.864 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:29.864 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:35:29.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:29.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:29.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:35:30.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:30.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:35:30.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:30.867 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:35:30.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:35:30.867 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:35:30.867 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:35:30.867 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:30.867 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:35:30.867 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:35:30.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:30.867 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:30.868 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:30.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:30.868 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:35:30.868 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:35:30.868 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:35:30.868 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:35:30.868 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:30.868 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:35:30.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:30.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:30.869 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:35:31.370 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:31.371 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:35:31.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:31.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:35:31.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:35:31.871 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:35:31.871 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:35:31.872 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:31.872 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:35:31.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 19:35:31.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:31.872 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:31.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:31.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:31.872 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:35:31.872 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:35:31.872 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:35:31.872 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:35:31.873 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:31.873 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:35:31.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 19:35:31.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:31.873 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:31.873 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:31.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:31.873 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:35:31.873 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 19:35:31.873 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 19:35:31.873 DEBUG [main][TreeItemHandler] Set Tree selection 19:35:31.873 DEBUG [main][TreeHandler] Notify Tree about selection event 19:35:31.877 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 19:35:31.878 DEBUG [WorkbenchTestable][TreeItemHandler] testProject 19:35:31.878 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:35:31.878 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:35:31.900 DEBUG [main][MenuItemLookup] Found menu:'New' 19:35:31.900 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:35:31.900 DEBUG [main][MenuItemLookup] Found menu:'' 19:35:31.900 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:35:31.900 DEBUG [main][MenuItemLookup] Found menu:'' 19:35:31.900 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:35:31.900 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:35:31.900 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:35:31.900 DEBUG [main][MenuItemLookup] Found menu:'Move...' 19:35:31.900 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 19:35:31.900 DEBUG [main][MenuItemLookup] Found menu:'' 19:35:31.900 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:35:31.900 DEBUG [main][MenuItemLookup] Found menu:'Export...' 19:35:31.900 DEBUG [main][MenuItemLookup] Found menu:'' 19:35:31.900 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:35:31.900 DEBUG [main][MenuItemLookup] Item match:Refresh F5 19:35:31.900 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 19:35:31.900 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 19:35:31.900 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 19:35:31.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:35:31.901 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:35:31.901 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 19:35:32.401 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:35:32.401 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:35:32.401 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:35:32.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:35:32.401 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:35:32.401 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:35:32.420 DEBUG [main][MenuItemLookup] Found menu:'New' 19:35:32.421 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:35:32.421 DEBUG [main][MenuItemLookup] Found menu:'' 19:35:32.421 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:35:32.421 DEBUG [main][MenuItemLookup] Found menu:'' 19:35:32.421 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:35:32.421 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:35:32.421 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:35:32.421 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:35:32.421 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:35:32.421 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:35:32.421 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 19:35:32.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 19:35:32.976 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 19:35:32.977 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 19:35:32.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:35:32.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:35:32.979 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 19:35:32.979 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:35:32.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:35:32.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:35:32.979 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:35:32.979 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:35:32.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:32.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:32.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:32.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:32.980 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:35:32.980 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 19:35:32.980 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 19:35:32.980 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 19:35:32.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:35:32.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:35:32.980 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:35:32.980 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:35:32.980 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:35:32.980 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:35:32.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:35:32.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:35:32.981 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:35:32.981 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:35:32.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:32.981 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:32.981 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:32.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:32.981 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:35:32.981 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:35:32.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:35:32.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:35:32.981 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:35:32.981 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:35:32.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 19:35:32.984 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 19:35:33.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 19:35:33.485 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 19:35:33.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:35:33.485 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 19:35:33.485 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:35:33.485 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:35:33.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:35:33.485 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:35:33.485 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:35:33.486 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:33.486 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 19:35:33.486 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 19:35:33.486 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:35:33.486 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:35:33.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:35:33.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 65.161 s - in org.eclipse.reddeer.workbench.test.editor.EditorTest getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 2.338 s closeDirtyEditorsWithoutSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.06 s getEditorFileTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 3.167 s closeNotDirty no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.059 s testEditorAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.063 s getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 2.115 s closeDirtyWithoutSave no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.054 s closeDirtyWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.598 s noEditorsOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.051 s getEditorByTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 2.136 s testTitleToolTip no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.056 s saveEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.089 s isDirtyTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.056 s closeNotActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 12.148 s closeDirtyEditorsWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.604 s findDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.585 s saveNotDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.062 s getEditorByTitleWrongTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 11.05 s noEditorOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.057 s switchEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 2.136 s testTitleImage no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.059 s getActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.048 s getEditorByTitleRegexTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 2.095 s Running org.eclipse.reddeer.workbench.test.editor.TextEditorTest 19:35:33.501 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 19:35:33.502 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:35:33.502 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:35:33.502 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 19:35:33.502 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:35:33.502 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:35:33.502 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:35:33.502 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:35:33.502 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:35:33.502 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 19:35:33.502 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:35:33.502 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:35:33.503 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:35:33.503 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:35:33.503 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:35:33.503 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:35:33.503 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:35:33.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:35:33.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:35:33.503 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:35:33.504 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:35:33.504 DEBUG [main][MenuItemLookup] Found menu:'File' 19:35:33.504 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:35:33.504 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:35:33.504 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:35:33.504 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:35:33.504 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:35:33.504 DEBUG [main][MenuItemLookup] Item match:Window 19:35:33.504 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:35:33.504 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:35:33.504 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:35:33.504 DEBUG [main][MenuItemLookup] Found menu:'' 19:35:33.504 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:35:33.504 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:35:33.504 DEBUG [main][MenuItemLookup] Found menu:'' 19:35:33.504 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 19:35:33.504 DEBUG [main][MenuItemLookup] Found menu:'' 19:35:33.504 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 19:35:33.504 DEBUG [main][MenuItemLookup] Item match:Preferences 19:35:33.505 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 19:35:33.505 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 19:35:33.505 INFO [main][MenuItemHandler] Select menu item: &Preferences 19:35:33.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 'Preferences.*'] is available.... 19:35:33.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 'Preferences.*'] is available. finished successfully 19:35:33.584 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 19:35:33.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:35:33.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:35:33.585 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 19:35:33.585 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:35:33.585 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 19:35:33.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:33.585 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:33.585 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:33.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:33.585 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:35:33.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:35:33.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:35:33.586 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) 19:35:33.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:33.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:33.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:33.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:33.588 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:35:33.588 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 19:35:33.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:35:33.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:35:33.588 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:35:33.588 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:35:33.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:35:33.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:35:33.607 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:35:33.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:35:33.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:35:33.607 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:35:33.607 DEBUG [main][EditorHandler] 0 editor(s) found 19:35:33.607 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:33.608 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:33.608 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 19:35:33.608 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:33.609 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:33.609 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:35:33.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:35:33.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:35:33.609 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:35:33.609 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:35:33.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:33.609 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:33.609 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:33.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:33.609 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:35:33.610 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:35:33.610 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:35:33.610 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:33.610 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:35:33.610 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:35:33.610 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:35:33.611 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:35:33.611 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:35:33.611 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:33.611 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 19:35:33.611 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:35:33.611 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:35:33.612 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:33.612 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 19:35:33.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:33.612 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:33.612 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:33.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:33.612 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:35:33.612 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:35:33.613 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:33.613 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 19:35:33.614 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:35:33.614 DEBUG [main][EditorHandler] 0 editor(s) found 19:35:33.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:35:33.614 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:35:33.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:35:33.614 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:35:33.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 Project"] 19:35:33.615 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:35:33.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:35:33.615 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:35:33.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:35:33.615 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:35:33.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:35:33.621 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:35:33.621 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 19:35:33.621 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:35:33.621 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:35:33.621 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:35:33.622 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:35:33.622 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:35:33.622 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:35:33.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:35:33.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:35:33.622 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:35:33.622 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:35:33.622 DEBUG [main][MenuItemLookup] Found menu:'File' 19:35:33.622 DEBUG [main][MenuItemLookup] Item match:File 19:35:33.623 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:35:33.623 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:35:33.625 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:35:33.625 DEBUG [main][MenuItemLookup] Found menu:'' 19:35:33.625 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:35:33.625 DEBUG [main][MenuItemLookup] Found menu:'File' 19:35:33.625 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:35:33.625 DEBUG [main][MenuItemLookup] Found menu:'' 19:35:33.625 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:35:33.625 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:35:33.625 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:35:33.625 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:35:33.625 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:35:33.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 19:35:33.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 19:35:33.699 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:35:33.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:35:33.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:35:33.700 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:35:33.700 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:35:33.700 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 19:35:33.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:33.701 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:33.701 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:33.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:33.701 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:35:33.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:35:33.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:35:33.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:35:33.702 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:35:33.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:35:33.702 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:35:33.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:35:33.702 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:35:33.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:35:33.702 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:35:33.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:35:33.702 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:35:33.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:35:33.702 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:35:33.702 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 19:35:33.703 DEBUG [main][TreeItemHandler] Selecting tree item: Project 19:35:33.703 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 19:35:33.705 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 19:35:33.705 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:35:33.705 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:35:33.705 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) 19:35:33.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:33.706 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:33.706 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:33.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:33.706 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:35:33.707 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:35:33.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:35:33.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:35:33.707 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:35:33.707 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:35:33.725 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:35:33.725 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:35:33.725 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:35:33.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 19:35:33.725 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 19:35:33.725 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 19:35:33.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:35:33.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:35:33.726 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 19:35:33.726 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:35:33.726 DEBUG [WorkbenchTestable][BasicNewProjectResourceWizardFirstPage] Set General Project name to 'testProject' 19:35:33.726 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:") 19:35:33.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:33.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:33.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:33.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:33.728 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:35:33.728 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:35:33.728 INFO [WorkbenchTestable][AbstractText] Text set to: testProject 19:35:33.729 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 19:35:33.729 INFO [WorkbenchTestable][BasicNewProjectResourceWizard] Finish wizard 19:35:33.729 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) 19:35:33.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:33.729 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:33.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:33.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:33.730 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:35:33.730 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:35:33.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:35:33.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:35:33.731 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:35:33.731 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:35:33.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:35:34.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:35:34.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:35:34.234 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 19:35:34.234 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:35:34.234 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:35:34.234 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:35:34.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:35:34.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: "Import"] 19:35:34.236 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:35:34.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: "Import"] 19:35:34.236 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:35:34.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: "Import"] 19:35:34.236 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:35:34.237 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:35:34.237 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:35:34.237 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:35:34.237 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:35:34.237 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:35:34.237 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:35:34.237 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:35:34.237 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:35:34.237 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:35:34.237 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:35:34.237 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:35:34.238 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:35:34.238 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:35:34.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:35:34.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:35:34.238 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:35:34.238 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:35:34.238 DEBUG [main][MenuItemLookup] Found menu:'File' 19:35:34.238 DEBUG [main][MenuItemLookup] Item match:File 19:35:34.239 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:35:34.239 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:35:34.239 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:35:34.239 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:35:34.239 DEBUG [main][MenuItemLookup] Found menu:'' 19:35:34.239 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:35:34.239 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:35:34.239 DEBUG [main][MenuItemLookup] Found menu:'' 19:35:34.239 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:35:34.239 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 19:35:34.239 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 19:35:34.239 DEBUG [main][MenuItemLookup] Found menu:'Revert' 19:35:34.239 DEBUG [main][MenuItemLookup] Found menu:'' 19:35:34.239 DEBUG [main][MenuItemLookup] Found menu:'Move...' 19:35:34.239 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 19:35:34.239 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:35:34.239 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 19:35:34.239 DEBUG [main][MenuItemLookup] Found menu:'' 19:35:34.239 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 19:35:34.239 DEBUG [main][MenuItemLookup] Found menu:'' 19:35:34.239 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:35:34.239 DEBUG [main][MenuItemLookup] Item match:Import... 19:35:34.239 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 19:35:34.239 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 19:35:34.239 INFO [main][MenuItemHandler] Select menu item: &Import... 19:35:34.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 19:35:34.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 19:35:34.283 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 19:35:34.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:35:34.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:35:34.284 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 19:35:34.284 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:35:34.284 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 19:35:34.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:34.284 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:34.285 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:34.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:34.285 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:35:34.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:35:34.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:35:34.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:35:34.286 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:35:34.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:35:34.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:35:34.787 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:35:34.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:35:34.788 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:35:34.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:35:34.788 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:35:34.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:35:34.788 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:35:34.788 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 19:35:34.788 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 19:35:34.788 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 19:35:34.791 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 19:35:34.791 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 19:35:34.791 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 19:35:34.791 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) 19:35:34.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:34.791 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:34.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:34.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:34.792 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:35:34.792 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:35:34.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:35:34.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:35:34.792 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:35:34.792 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:35:34.826 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:35:34.850 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:35:34.850 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:35:34.850 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 19:35:34.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:35:34.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:35:34.851 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 19:35:34.851 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:35:34.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 19:35:34.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 19:35:34.851 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 19:35:34.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:35:34.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:35:34.851 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 19:35:34.851 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:35:34.852 INFO [WorkbenchTestable][WizardProjectsImportPage] Setting root directory to '/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/resources/TextEditorTestProject/' 19:35:34.853 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:") 19:35:34.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:34.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:34.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:34.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:34.853 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:35:34.854 INFO [WorkbenchTestable][AbstractButton] Click button Select roo&t directory: 19:35:34.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:35:34.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:35:34.854 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:35:34.854 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:35:34.856 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 19:35:34.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:34.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:34.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:34.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:34.856 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 19:35:34.857 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/target/work/data/testProject to:/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/resources/TextEditorTestProject/ 19:35:34.858 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") 19:35:34.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:34.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:34.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:34.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:34.858 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:35:34.879 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 19:35:34.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:35:34.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:35:34.879 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:35:34.879 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:35:34.887 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 19:35:34.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:34.887 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:34.888 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:34.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:34.888 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:35:34.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 19:35:34.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 19:35:34.888 INFO [WorkbenchTestable][WizardProjectsImportPage] Setting copy checkbox to true 19:35:34.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 root directory:") 19:35:34.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:34.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:34.889 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:34.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:34.889 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:35:34.889 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") 19:35:34.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:34.889 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:34.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:34.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:34.890 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:35:34.890 INFO [WorkbenchTestable][CheckBox] Select checkbox &Copy projects into workspace 19:35:34.890 INFO [WorkbenchTestable][CheckBox] Check checkbox &Copy projects into workspace 19:35:34.890 INFO [WorkbenchTestable][AbstractButton] Click button &Copy projects into workspace 19:35:34.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:35:34.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:35:34.890 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:35:34.890 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:35:34.891 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 19:35:34.891 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Finish wizard 19:35:34.891 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) 19:35:34.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:34.891 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:34.892 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:34.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:34.892 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:35:34.892 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:35:34.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:35:34.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:35:34.892 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:35:34.892 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:35:34.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:35:35.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:35:35.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:35:35.908 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' has no excuses, wait for it 19:35:36.409 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 19:35:36.409 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' has no excuses, wait for it 19:35:36.909 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 19:35:36.909 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:35:36.909 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:35:36.909 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:35:36.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:35:36.909 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:36.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:36.910 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 19:35:36.910 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:36.911 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:36.911 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:35:36.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:35:36.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:35:36.911 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:35:36.911 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:35:36.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:36.911 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:36.912 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:36.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:36.912 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:35:36.912 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:35:36.912 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:35:36.912 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:36.912 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:35:36.912 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:35:36.912 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:35:36.913 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:35:36.913 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:35:36.914 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:36.914 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:35:36.920 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:35:36.920 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:35:36.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:36.921 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:35:36.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:36.921 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:36.921 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:35:37.421 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:37.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:35:37.921 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:37.922 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:35:37.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:35:37.922 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:35:37.922 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:35:37.923 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:37.923 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:35:37.934 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:35:37.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:37.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:37.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:37.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:37.935 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:35:37.935 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:35:37.935 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 19:35:37.936 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 19:35:37.936 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 19:35:37.936 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 19:35:37.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:35:38.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:35:38.441 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 19:35:38.441 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 19:35:38.442 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:35:38.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:35:38.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:35:38.981 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:35:38.982 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 19:35:38.982 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 19:35:38.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:35:39.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:35:39.483 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 19:35:39.483 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:35:39.483 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:35:39.484 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:35:39.527 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:35:39.528 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 19:35:39.528 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:35:39.528 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:35:39.529 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:35:39.596 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:35:39.596 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:35:39.597 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:35:40.821 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:35:40.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:35:40.821 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:35:40.822 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 19:35:40.822 DEBUG [WorkbenchTestable][JobIsRunning] job 'Implicit Job' is a system job, skipped 19:35:40.822 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:35:40.822 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:35:40.822 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:35:40.822 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:35:40.822 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:35:40.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:35:40.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@56ee922a is found... 19:35:40.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@56ee922a is found finished successfully 19:35:40.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 19:35:40.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:40.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:40.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:40.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:40.890 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:35:40.891 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:40.891 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 19:35:40.892 INFO [WorkbenchTestable][TextEditor] Set cursor position to [0, 13] 19:35:40.906 INFO [WorkbenchTestable][Keyboard] Type text "a" 19:35:41.188 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 19:35:41.188 INFO [WorkbenchTestable][Keyboard] As char:a, as int:97 19:35:41.796 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:41.797 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 19:35:41.797 INFO [WorkbenchTestable][AbstractEditor] Save editor 19:35:41.797 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 19:35:41.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:35:41.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:35:41.798 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:35:41.798 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:35:41.798 DEBUG [main][MenuItemLookup] Found menu:'File' 19:35:41.798 DEBUG [main][MenuItemLookup] Item match:File 19:35:41.799 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:35:41.799 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:35:41.799 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:35:41.799 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:35:41.799 DEBUG [main][MenuItemLookup] Found menu:'' 19:35:41.799 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:35:41.799 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:35:41.799 DEBUG [main][MenuItemLookup] Found menu:'' 19:35:41.799 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:35:41.799 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 19:35:41.799 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 19:35:41.800 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 19:35:41.800 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 19:35:41.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 19:35:41.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 19:35:41.905 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:41.905 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 19:35:41.905 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:41.905 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 19:35:41.905 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 19:35:41.906 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 19:35:42.020 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 19:35:42.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:42.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:42.021 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 19:35:42.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:42.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:42.022 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:35:42.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:35:42.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:35:42.023 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:35:42.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 '\*?\QProject Explorer\E') 19:35:42.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:42.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:42.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:42.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:42.023 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:35:42.023 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:35:42.023 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:35:42.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:42.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:35:42.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:35:42.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:35:42.026 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:35:42.026 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:35:42.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:42.027 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:35:42.027 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:35:42.027 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:35:42.027 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:42.027 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:35:42.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:42.100 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:42.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:35:42.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:42.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:35:43.101 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:43.102 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:35:43.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:35:43.102 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:35:43.102 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:35:43.103 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:43.103 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:35: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 19:35:43.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:43.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:43.103 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:43.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:43.103 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:35:43.104 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:35:43.104 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 19:35:43.104 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 19:35:43.104 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 19:35:43.105 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 19:35:43.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:35:43.105 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 19:35:43.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:35:43.105 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 19:35:43.105 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 19:35:43.105 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:35:43.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:35:43.105 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:35:43.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:35:43.105 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:35:43.105 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 19:35:43.106 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 19:35:43.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:35:43.106 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 19:35:43.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:35:43.106 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 19:35:43.106 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:35:43.106 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:35:43.106 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:35:43.111 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:35:43.111 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 19:35:43.111 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:35:43.111 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:35:43.111 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:35:43.116 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:35:43.116 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:35:43.116 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:35:43.324 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:35:43.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:35:43.324 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:35:43.324 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 3 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 19:35:43.324 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:35:43.324 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:35:43.324 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:35:43.324 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:35:43.324 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:35:43.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:35:43.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2194699a is found... 19:35:43.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2194699a is found finished successfully 19:35:43.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 19:35:43.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:43.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:43.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:43.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:43.337 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:35:43.337 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:43.337 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 19:35:43.337 INFO [WorkbenchTestable][TextEditor] Set text to editor 19:35:43.392 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:43.392 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 19:35:43.392 INFO [WorkbenchTestable][AbstractEditor] Save editor 19:35:43.392 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 19:35:43.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:35:43.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:35:43.393 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:35:43.393 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:35:43.393 DEBUG [main][MenuItemLookup] Found menu:'File' 19:35:43.393 DEBUG [main][MenuItemLookup] Item match:File 19:35:43.393 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:35:43.393 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:35:43.393 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:35:43.393 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:35:43.393 DEBUG [main][MenuItemLookup] Found menu:'' 19:35:43.393 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:35:43.393 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:35:43.393 DEBUG [main][MenuItemLookup] Found menu:'' 19:35:43.393 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:35:43.393 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 19:35:43.394 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 19:35:43.394 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 19:35:43.394 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 19:35:43.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 19:35:43.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 19:35:43.421 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:43.421 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 19:35:43.421 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:35:43.421 DEBUG [main][EditorHandler] 1 editor(s) found 19:35:43.421 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 19:35:43.509 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 19:35:43.509 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:35:43.510 INFO [WorkbenchTestable][RequirementsRunner] Started test: setCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 19:35:43.510 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 19:35:43.510 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:35:43.510 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:35:43.510 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:35:43.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:43.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:43.510 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 19:35:43.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:43.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:43.511 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:35:43.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:35:43.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:35:43.512 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:35:43.512 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:35:43.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:43.512 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:43.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:43.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:43.512 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:35:43.513 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:35:43.513 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:35:43.513 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:43.513 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:35:43.513 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:35:43.513 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:35:43.514 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:35:43.514 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:35:43.515 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:43.515 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:35:43.515 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:35:43.515 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:35:43.525 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:43.525 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:35:43.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:43.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:43.525 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:35:44.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:44.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:35:44.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:44.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:35:44.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:35:44.526 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:35:44.526 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:35:44.527 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:44.527 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:35:44.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 19:35:44.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:44.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:44.528 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:44.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:44.528 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:35:44.528 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:35:44.528 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 19:35:44.528 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 19:35:44.528 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 19:35:44.529 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 19:35:44.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:35:44.529 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 19:35:44.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:35:44.529 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 19:35:44.529 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 19:35:44.529 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:35:44.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:35:44.529 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:35:44.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:35:44.529 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:35:44.529 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 19:35:44.529 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 19:35:44.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:35:44.529 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 19:35:44.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:35:44.529 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 19:35:44.529 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:35:44.529 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:35:44.530 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:35:44.536 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:35:44.536 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 19:35:44.536 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:35:44.536 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:35:44.536 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:35:44.540 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:35:44.540 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:35:44.541 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:35:44.652 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:35:44.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:35:44.652 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:35:44.652 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:35:44.652 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:35:44.652 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:35:44.652 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:35:44.652 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:35:44.652 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:35:44.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:35:44.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2238c586 is found... 19:35:44.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2238c586 is found finished successfully 19:35:44.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 19:35:44.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:44.690 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:44.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:44.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:44.691 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:35:44.691 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:44.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 19:35:44.691 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:44.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 19:35:44.693 INFO [WorkbenchTestable][TextEditor] Set cursor position to [11, 13] 19:35:44.704 INFO [WorkbenchTestable][Keyboard] Type text "testtext" 19:35:44.712 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 19:35:44.712 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 19:35:45.313 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 19:35:45.313 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 19:35:45.915 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 19:35:45.915 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 19:35:46.517 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 19:35:46.517 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 19:35:47.119 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 19:35:47.119 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 19:35:47.721 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 19:35:47.721 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 19:35:48.323 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 19:35:48.323 INFO [WorkbenchTestable][Keyboard] As char:x, as int:120 19:35:48.925 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 19:35:48.925 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 19:35:49.527 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:49.527 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 19:35:49.528 INFO [WorkbenchTestable][AbstractEditor] Save editor 19:35:49.528 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 19:35:49.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:35:49.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:35:49.528 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:35:49.529 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:35:49.529 DEBUG [main][MenuItemLookup] Found menu:'File' 19:35:49.529 DEBUG [main][MenuItemLookup] Item match:File 19:35:49.529 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:35:49.529 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:35:49.529 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:35:49.529 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:35:49.529 DEBUG [main][MenuItemLookup] Found menu:'' 19:35:49.529 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:35:49.529 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:35:49.529 DEBUG [main][MenuItemLookup] Found menu:'' 19:35:49.529 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:35:49.529 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 19:35:49.530 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 19:35:49.530 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 19:35:49.530 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 19:35:49.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 19:35:49.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 19:35:49.559 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:49.559 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 19:35:49.571 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:49.572 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:49.572 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 19:35:49.572 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:49.572 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:49.573 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 19:35:49.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:35:49.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:35:49.573 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:35:49.573 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:35:49.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:49.573 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:49.574 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:49.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:49.574 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:35:49.574 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:35:49.574 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:35:49.597 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:49.597 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:35:49.598 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:35:49.598 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:35:49.598 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:49.598 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:35:49.598 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:35:49.598 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:35:49.599 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:49.599 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:35:49.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:49.599 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:49.599 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:35:50.099 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:50.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:35:50.599 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:50.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:35:50.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:35:50.601 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:35:50.601 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:35:50.601 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:50.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:35:50.602 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:35:50.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:50.602 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:50.602 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:50.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:50.602 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:35:50.602 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:35:50.602 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 19:35:50.602 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 19:35:50.603 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 19:35:50.603 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 19:35:50.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:35:50.603 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 19:35:50.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:35:50.603 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 19:35:50.603 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 19:35:50.603 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:35:50.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:35:50.603 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:35:50.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:35:50.603 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:35:50.603 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 19:35:50.603 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 19:35:50.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:35:50.603 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 19:35:50.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:35:50.603 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 19:35:50.603 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:35:50.603 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:35:50.604 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:35:50.612 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:35:50.612 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 19:35:50.612 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:35:50.612 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:35:50.612 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:35:50.617 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:35:50.617 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:35:50.618 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:35:50.642 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:35:50.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:35:50.642 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:35:50.642 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:35:50.642 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:35:50.642 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:35:50.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:35:50.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@59116a9a is found... 19:35:50.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@59116a9a is found finished successfully 19:35:50.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 19:35:50.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:50.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:50.644 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:50.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:50.644 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:35:50.644 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:50.644 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 19:35:50.645 INFO [WorkbenchTestable][TextEditor] Set text to editor 19:35:50.654 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:50.654 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 19:35:50.654 INFO [WorkbenchTestable][AbstractEditor] Save editor 19:35:50.654 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 19:35:50.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:35:50.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:35:50.655 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:35:50.655 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:35:50.655 DEBUG [main][MenuItemLookup] Found menu:'File' 19:35:50.655 DEBUG [main][MenuItemLookup] Item match:File 19:35:50.655 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:35:50.655 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:35:50.655 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:35:50.655 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:35:50.655 DEBUG [main][MenuItemLookup] Found menu:'' 19:35:50.655 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:35:50.655 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:35:50.655 DEBUG [main][MenuItemLookup] Found menu:'' 19:35:50.655 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:35:50.655 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 19:35:50.656 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 19:35:50.656 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 19:35:50.656 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 19:35:50.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 19:35:50.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 19:35:50.697 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:50.697 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 19:35:50.697 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:35:50.697 DEBUG [main][EditorHandler] 1 editor(s) found 19:35:50.697 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 19:35:50.744 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 19:35:50.744 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 19:35:50.744 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:35:50.744 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:35:50.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:35:50.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:35:50.744 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 19:35:50.744 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:35:50.745 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAvailableContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 19:35:50.745 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 19:35:50.745 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:35:50.745 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:35:50.745 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:35:50.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:50.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:50.745 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 19:35:50.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:50.746 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:50.746 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:35:50.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:35:50.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:35:50.746 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:35:50.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 '\*?\QProject Explorer\E') 19:35:50.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:50.746 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:50.747 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:50.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:50.747 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:35:50.747 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:35:50.747 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:35:50.747 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:50.748 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:35:50.748 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:35:50.748 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:35:50.749 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:35:50.749 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:35:50.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:50.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:35:50.749 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:35:50.749 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:35:50.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:50.750 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:35:50.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:50.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:50.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:35:51.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:51.251 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:35:51.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:51.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:35:51.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:35:51.753 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:35:51.753 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:35:51.754 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:51.754 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:35:51.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 19:35:51.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:51.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:51.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:51.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:51.754 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:35:51.754 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:35:51.754 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 19:35:51.755 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 19:35:51.755 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 19:35:51.755 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 19:35:51.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:35:51.755 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 19:35:51.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:35:51.755 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 19:35:51.755 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 19:35:51.755 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:35:51.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:35:51.756 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:35:51.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:35:51.756 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:35:51.756 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 19:35:51.756 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 19:35:51.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:35:51.756 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 19:35:51.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:35:51.756 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 19:35:51.756 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:35:51.756 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:35:51.756 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:35:51.760 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:35:51.760 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 19:35:51.760 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:35:51.761 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:35:51.761 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:35:51.764 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:35:51.764 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:35:51.765 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:35:51.862 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:35:51.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:35:51.863 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:35:51.863 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:35:51.863 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:35:51.863 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:35:51.863 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:35:51.863 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:35:51.863 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:35:51.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:35:51.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1838e5a is found... 19:35:51.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1838e5a is found finished successfully 19:35:51.889 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') 19:35:51.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:51.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:51.891 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:51.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:51.891 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:35:51.892 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:51.892 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 19:35:51.892 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:51.892 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 19:35:51.892 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 19:35:52.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:35:52.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:35:52.893 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:35:52.894 DEBUG [main][MenuItemLookup] Found menu:'File' 19:35:52.894 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:35:52.894 DEBUG [main][MenuItemLookup] Item match:Edit 19:35:52.895 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 19:35:52.895 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 19:35:52.895 DEBUG [main][MenuItemLookup] Found menu:'' 19:35:52.895 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 19:35:52.895 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:35:52.895 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:35:52.895 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:35:52.895 DEBUG [main][MenuItemLookup] Found menu:'' 19:35:52.895 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:35:52.895 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 19:35:52.895 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 19:35:52.895 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 19:35:52.895 DEBUG [main][MenuItemLookup] Found menu:'' 19:35:52.895 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 19:35:52.895 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 19:35:52.895 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 19:35:52.895 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 19:35:52.895 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 19:35:52.895 DEBUG [main][MenuItemLookup] Found menu:'' 19:35:52.895 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 19:35:52.895 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 19:35:52.895 DEBUG [main][MenuItemLookup] Found menu:'' 19:35:52.895 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 19:35:52.895 DEBUG [main][MenuItemLookup] Found menu:'' 19:35:52.895 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 19:35:52.895 DEBUG [main][MenuItemLookup] Found menu:'' 19:35:52.895 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 19:35:52.895 DEBUG [main][MenuItemLookup] Item match:Content Assist 19:35:52.897 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Default Ctrl+Space" 19:35:52.898 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Java Non-Type Proposals" 19:35:52.898 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"J&ava Proposals" 19:35:52.898 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Te&mplate Proposals" 19:35:52.898 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Word Proposals" 19:35:52.898 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Chain Template Proposals" 19:35:52.898 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"" 19:35:52.898 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Parameter &Hints Shift+Ctrl+Space" 19:35:52.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:52.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:52.899 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 19:35:52.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:52.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:52.899 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 19:35:52.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:35:52.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:35:52.900 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:35:52.900 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:35:52.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:52.900 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:52.900 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:52.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:52.900 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:35:52.900 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:35:52.900 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:35:52.907 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:52.908 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:35:52.908 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:35:52.908 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:35:52.908 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:52.908 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:35:52.909 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:35:52.909 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:35:52.909 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:52.909 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:35:52.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:52.909 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:52.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:35:53.409 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:53.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:35:53.909 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:53.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:35:53.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:35:53.910 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:35:53.910 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:35:53.911 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:53.911 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:35:53.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 19:35:53.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:53.911 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:53.911 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:53.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:53.911 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:35:53.911 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:35:53.911 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 19:35:53.912 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 19:35:53.912 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 19:35:53.912 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 19:35:53.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:35:53.912 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 19:35:53.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:35:53.912 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 19:35:53.912 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 19:35:53.912 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:35:53.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:35:53.912 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:35:53.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:35:53.912 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:35:53.912 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 19:35:53.912 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 19:35:53.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:35:53.912 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 19:35:53.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:35:53.912 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 19:35:53.912 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:35:53.912 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:35:53.913 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:35:53.917 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:35:53.917 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 19:35:53.917 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:35:53.917 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:35:53.917 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:35:53.921 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:35:53.921 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:35:53.921 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:35:53.944 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:35:53.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:35:53.944 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:35:53.944 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:35:53.944 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:35:53.944 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:35:53.944 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:35:53.944 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:35:53.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:35:53.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@33675a52 is found... 19:35:53.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@33675a52 is found finished successfully 19:35:53.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') 19:35:53.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:53.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:53.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:53.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:53.948 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:35:53.948 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:53.948 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 19:35:53.948 INFO [WorkbenchTestable][TextEditor] Set text to editor 19:35:53.965 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:53.965 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 19:35:53.965 INFO [WorkbenchTestable][AbstractEditor] Save editor 19:35:53.965 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 19:35:53.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:35:53.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:35:53.966 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:35:53.966 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:35:53.966 DEBUG [main][MenuItemLookup] Found menu:'File' 19:35:53.966 DEBUG [main][MenuItemLookup] Item match:File 19:35:53.966 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:35:53.966 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:35:53.966 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:35:53.966 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:35:53.966 DEBUG [main][MenuItemLookup] Found menu:'' 19:35:53.966 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:35:53.966 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:35:53.967 DEBUG [main][MenuItemLookup] Found menu:'' 19:35:53.967 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:35:53.967 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 19:35:53.967 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 19:35:53.967 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 19:35:53.967 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 19:35:53.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 19:35:53.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 19:35:53.995 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:53.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 19:35:53.995 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:35:53.995 DEBUG [main][EditorHandler] 1 editor(s) found 19:35:53.995 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 19:35:54.040 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 19:35:54.040 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 19:35:54.040 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:35:54.040 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:35:54.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:35:54.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:35:54.041 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAvailableContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 19:35:54.041 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:35:54.041 INFO [WorkbenchTestable][RequirementsRunner] Started test: notTextEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 19:35:54.041 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 19:35:54.041 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:35:54.041 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:35:54.041 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:35:54.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:35:54.041 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:35:54.042 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:35:54.042 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:35:54.042 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:35:54.042 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:35:54.042 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:35:54.042 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:35:54.042 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:35:54.042 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:35:54.042 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:35:54.042 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:35:54.042 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:35:54.042 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:35:54.042 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:35:54.042 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:35:54.042 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:35:54.042 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:35:54.043 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:35:54.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:35:54.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:35:54.043 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:35:54.043 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:35:54.043 DEBUG [main][MenuItemLookup] Found menu:'File' 19:35:54.043 DEBUG [main][MenuItemLookup] Item match:File 19:35:54.044 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:35:54.044 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:35:54.045 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:35:54.045 DEBUG [main][MenuItemLookup] Found menu:'' 19:35:54.045 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:35:54.045 DEBUG [main][MenuItemLookup] Found menu:'File' 19:35:54.045 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:35:54.045 DEBUG [main][MenuItemLookup] Found menu:'' 19:35:54.045 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:35:54.045 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:35:54.045 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:35:54.045 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:35:54.045 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:35:54.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 19:35:54.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 19:35:54.112 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:35:54.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:35:54.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:35:54.113 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:35:54.113 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:35: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.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 19:35:54.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:54.113 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:54.113 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:54.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:54.113 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:35:54.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:35:54.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:35:54.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:35:54.118 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:35:54.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:35:54.118 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:35:54.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:35:54.118 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:35:54.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:35:54.118 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:35:54.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:35:54.119 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:35:54.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:35:54.119 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:35:54.119 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 19:35:54.119 DEBUG [main][TreeItemHandler] Selecting tree item: File 19:35:54.119 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 19:35:54.121 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 19:35:54.121 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:35:54.121 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:35:54.121 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) 19:35:54.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:54.121 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:54.121 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:54.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:54.122 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:35:54.122 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:35:54.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:35:54.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:35:54.122 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:35:54.122 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:35:54.145 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:35:54.145 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:35:54.145 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:35:54.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 19:35:54.145 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 19:35:54.145 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 19:35:54.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:35:54.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:35:54.146 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 19:35:54.146 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:35:54.146 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:") 19:35:54.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:54.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:54.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:54.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:54.148 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:35:54.148 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:35:54.149 INFO [WorkbenchTestable][AbstractText] Text set to: editorTest.min 19:35:54.149 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:") 19:35:54.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:54.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:54.150 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:54.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:54.151 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:35:54.151 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:35:54.151 INFO [WorkbenchTestable][AbstractText] Text set to: testProject/ 19:35:54.151 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 19:35:54.151 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 19:35:54.151 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) 19:35:54.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:54.151 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:54.152 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:54.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:54.152 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:35:54.153 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:35:54.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:35:54.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:35:54.153 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:35:54.153 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:35:54.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:35:54.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:35:54.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:35:54.658 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 1 files to index (/TextEditorTestProject)' is a system job, skipped 19:35:54.658 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 19:35:54.658 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:35:54.658 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:35:54.658 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:35:54.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:35:54.658 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') 19:35:54.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:54.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:54.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:54.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:54.659 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:35:54.660 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:54.660 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - titleToolTip - Eclipse Platform TooltipText=null 19:35:54.660 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 19:35:54.660 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 19:35:54.660 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:54.661 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:54.661 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 19:35:54.661 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:54.661 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:54.661 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 19:35:54.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:35:54.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:35:54.661 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 19:35:54.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 '\*?\QProject Explorer\E') 19:35:54.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:54.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:54.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:54.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:54.662 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:35:54.662 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:35:54.662 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:35:54.676 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:54.676 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:35:54.676 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:35:54.676 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:35:54.676 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:54.676 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:35:54.676 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:35:54.676 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:35:54.677 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:54.677 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:35:54.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:54.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:54.677 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:35:55.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:55.178 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:35:55.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:55.678 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:35:55.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:35:55.679 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:35:55.679 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:35:55.679 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:55.679 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:35:55.679 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:35:55.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:55.679 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:55.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:55.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:55.679 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:35:55.680 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:35:55.680 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 19:35:55.680 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 19:35:55.680 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 19:35:55.680 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 19:35:55.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:35:55.680 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 19:35:55.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:35:55.680 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 19:35:55.680 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 19:35:55.680 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:35:55.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:35:55.681 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:35:55.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:35:55.681 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:35:55.681 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 19:35:55.681 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 19:35:55.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:35:55.681 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 19:35:55.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:35:55.681 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 19:35:55.681 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:35:55.681 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:35:55.681 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:35:55.685 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:35:55.685 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 19:35:55.685 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:35:55.685 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:35:55.685 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:35:55.689 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:35:55.689 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:35:55.689 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:35:55.804 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:35:55.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:35:55.804 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:35:55.804 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:35:55.804 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:35:55.804 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:35:55.804 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:35:55.804 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:35:55.804 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:35:55.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:35:55.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3f85a42a is found... 19:35:55.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3f85a42a is found finished successfully 19:35:55.809 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') 19:35:55.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:55.809 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:55.810 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:55.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:55.810 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:35:55.811 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:55.811 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 19:35:55.811 INFO [WorkbenchTestable][TextEditor] Set text to editor 19:35:55.829 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:55.829 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 19:35:55.829 INFO [WorkbenchTestable][AbstractEditor] Save editor 19:35:55.829 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 19:35:55.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:35:55.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:35:55.830 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:35:55.830 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:35:55.830 DEBUG [main][MenuItemLookup] Found menu:'File' 19:35:55.830 DEBUG [main][MenuItemLookup] Item match:File 19:35:55.830 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:35:55.830 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:35:55.830 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:35:55.830 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:35:55.830 DEBUG [main][MenuItemLookup] Found menu:'' 19:35:55.831 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:35:55.831 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:35:55.831 DEBUG [main][MenuItemLookup] Found menu:'' 19:35:55.831 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:35:55.831 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 19:35:55.831 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 19:35:55.831 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 19:35:55.831 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 19:35:55.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 19:35:55.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 19:35:55.855 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:55.855 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 19:35:55.855 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:35:55.855 DEBUG [main][EditorHandler] 2 editor(s) found 19:35:55.855 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 19:35:55.892 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 19:35:55.893 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 19:35:55.938 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 19:35:55.938 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 19:35:55.938 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:35:55.938 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:35:55.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:35:55.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:35:55.938 INFO [WorkbenchTestable][RequirementsRunner] Finished test: notTextEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 19:35:55.938 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:35:55.938 INFO [WorkbenchTestable][RequirementsRunner] Started test: insertLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 19:35:55.938 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 19:35:55.939 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:35:55.939 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:35:55.939 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:35:55.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:55.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:55.939 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 19:35:55.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:55.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:55.940 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:35:55.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:35:55.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:35:55.940 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:35:55.940 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:35:55.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:55.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:55.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:55.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:55.941 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:35:55.941 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:35:55.941 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:35:55.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:55.942 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:35:55.942 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:35:55.942 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:35:55.942 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:35:55.942 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:35:55.943 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:55.943 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:35:55.943 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:35:55.943 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:35:55.943 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:55.943 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:35:55.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:55.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:55.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:35:56.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:56.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:35:56.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:56.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:35:56.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:35:56.945 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:35:56.946 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:35:56.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:56.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:35:56.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 19:35:56.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:56.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:56.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:56.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:56.947 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:35:56.947 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:35:56.947 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 19:35:56.947 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 19:35:56.947 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 19:35:56.947 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 19:35:56.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:35:56.948 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 19:35:56.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:35:56.948 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 19:35:56.948 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 19:35:56.948 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:35:56.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:35:56.948 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:35:56.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:35:56.948 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:35:56.948 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 19:35:56.948 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 19:35:56.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:35:56.948 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 19:35:56.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:35:56.948 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 19:35:56.948 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:35:56.948 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:35:56.948 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:35:56.953 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:35:56.954 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 19:35:56.954 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:35:56.954 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:35:56.954 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:35:56.957 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:35:56.957 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:35:56.958 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:35:57.052 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:35:57.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:35:57.052 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:35:57.052 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:35:57.053 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:35:57.053 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:35:57.053 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:35:57.053 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:35:57.053 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:35:57.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:35:57.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@24c99f6b is found... 19:35:57.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@24c99f6b is found finished successfully 19:35:57.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 19:35:57.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:57.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:57.058 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:57.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:57.058 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:35:57.058 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:57.058 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 19:35:57.058 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 5 19:35:57.058 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 5, offser 0 19:35:57.067 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:57.067 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:57.067 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 19:35:57.067 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:57.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:57.083 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 19:35:57.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:35:57.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:35:57.084 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:35:57.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 '\*?\QProject Explorer\E') 19:35:57.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:57.084 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:57.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:57.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:57.084 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:35:57.084 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:35:57.084 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:35:57.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:57.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:35:57.111 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:35:57.111 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:35:57.111 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:57.111 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:35:57.111 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:35:57.111 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:35:57.112 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:57.112 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:35:57.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:57.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:57.112 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:35:57.612 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:57.612 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:35:58.113 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:58.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:35:58.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:35:58.114 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:35:58.114 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:35:58.115 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:58.115 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:35:58.115 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:35:58.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:58.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:58.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:58.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:58.115 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:35:58.115 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:35:58.115 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 19:35:58.115 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 19:35:58.116 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 19:35:58.116 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 19:35:58.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:35:58.116 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 19:35:58.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:35:58.116 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 19:35:58.116 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 19:35:58.116 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:35:58.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:35:58.116 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:35:58.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:35:58.116 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:35:58.116 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 19:35:58.116 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 19:35:58.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:35:58.116 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 19:35:58.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:35:58.116 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 19:35:58.116 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:35:58.116 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:35:58.117 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:35:58.120 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:35:58.121 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 19:35:58.121 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:35:58.121 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:35:58.121 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:35:58.127 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:35:58.127 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:35:58.127 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:35:58.161 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:35:58.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:35:58.161 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:35:58.161 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:35:58.161 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:35:58.161 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:35:58.161 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:35:58.161 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:35:58.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:35:58.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2f00c4d3 is found... 19:35:58.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2f00c4d3 is found finished successfully 19:35:58.162 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') 19:35:58.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:58.162 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:58.164 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:58.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:58.164 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:35:58.164 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:58.164 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 19:35:58.164 INFO [WorkbenchTestable][TextEditor] Set text to editor 19:35:58.180 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:58.180 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 19:35:58.180 INFO [WorkbenchTestable][AbstractEditor] Save editor 19:35:58.180 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 19:35:58.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:35:58.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:35:58.181 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:35:58.181 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:35:58.181 DEBUG [main][MenuItemLookup] Found menu:'File' 19:35:58.181 DEBUG [main][MenuItemLookup] Item match:File 19:35:58.181 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:35:58.181 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:35:58.181 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:35:58.181 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:35:58.181 DEBUG [main][MenuItemLookup] Found menu:'' 19:35:58.181 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:35:58.181 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:35:58.181 DEBUG [main][MenuItemLookup] Found menu:'' 19:35:58.181 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:35:58.182 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 19:35:58.182 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 19:35:58.182 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 19:35:58.182 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 19:35:58.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 19:35:58.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 19:35:58.206 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:58.206 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 19:35:58.206 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:35:58.206 DEBUG [main][EditorHandler] 1 editor(s) found 19:35:58.206 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 19:35:58.247 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 19:35:58.247 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 19:35:58.247 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:35:58.247 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:35:58.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:35:58.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:35:58.248 INFO [WorkbenchTestable][RequirementsRunner] Finished test: insertLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 19:35:58.248 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:35:58.248 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectTextTest1 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 19:35:58.248 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 19:35:58.248 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:35:58.248 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:35:58.248 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:35:58.248 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:58.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:58.249 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 19:35:58.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:58.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:58.249 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:35:58.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:35:58.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:35:58.250 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:35:58.250 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:35:58.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:58.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:58.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:58.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:58.250 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:35:58.251 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:35:58.251 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:35:58.251 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:58.251 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:35:58.251 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:35:58.251 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:35:58.252 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:35:58.252 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:35:58.253 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:58.253 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:35:58.253 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:35:58.253 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:35:58.253 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:58.253 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:35:58.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:58.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:58.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:35:58.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:58.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:35:59.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:59.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:35:59.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:35:59.256 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:35:59.256 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:35:59.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:59.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:35:59.257 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:35:59.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:59.257 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:59.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:59.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:59.257 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:35:59.257 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:35:59.257 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 19:35:59.257 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 19:35:59.258 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 19:35:59.258 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 19:35:59.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:35:59.258 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 19:35:59.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:35:59.258 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 19:35:59.258 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 19:35:59.258 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:35:59.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:35:59.258 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:35:59.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:35:59.258 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:35:59.258 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 19:35:59.258 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 19:35:59.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:35:59.258 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 19:35:59.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:35:59.258 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 19:35:59.258 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:35:59.258 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:35:59.259 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:35:59.262 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:35:59.262 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 19:35:59.262 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:35:59.262 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:35:59.263 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:35:59.266 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:35:59.266 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:35:59.266 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:35:59.359 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:35:59.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:35:59.359 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:35:59.359 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:35:59.359 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:35:59.359 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:35:59.359 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:35:59.359 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:35:59.359 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:35:59.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:35:59.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@cee8600 is found... 19:35:59.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@cee8600 is found finished successfully 19:35:59.363 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') 19:35:59.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:35:59.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:35:59.381 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:35:59.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:35:59.381 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:35:59.381 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:35:59.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 19:35:59.381 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 19:35:59.381 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 19:35:59.582 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 19:35:59.785 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 19:35:59.786 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 19:35:59.986 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 19:36:00.189 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 19:36:00.189 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 19:36:00.389 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 19:36:00.591 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 19:36:00.591 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 19:36:00.792 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 19:36:00.994 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 19:36:00.994 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 19:36:01.195 INFO [WorkbenchTestable][Keyboard] As char:-, as int:16777261 19:36:02.197 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() { 19:36:02.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:02.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:02.207 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 19:36:02.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:02.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:02.208 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 19:36:02.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:36:02.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:36:02.208 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:36: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 '\*?\QProject Explorer\E') 19:36:02.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:02.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:02.209 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:02.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:02.209 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:36:02.209 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:02.209 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:02.238 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:02.238 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:02.238 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:02.238 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:02.251 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:02.251 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:02.251 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:02.251 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:02.252 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:02.252 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:02.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:02.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:02.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:02.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:02.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:03.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:03.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:03.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:36:03.255 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:03.255 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:03.256 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:03.256 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:03.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 19:36:03.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:03.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:03.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:03.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:03.256 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:36:03.256 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:36:03.256 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 19:36:03.257 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 19:36:03.257 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 19:36:03.257 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 19:36:03.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:03.257 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 19:36:03.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:03.257 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 19:36:03.257 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 19:36:03.257 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:36:03.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:03.257 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:36:03.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:03.257 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:36:03.257 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 19:36:03.257 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 19:36:03.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:03.257 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 19:36:03.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:03.257 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 19:36:03.258 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:36:03.258 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:36:03.258 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:36:03.261 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:36:03.261 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 19:36:03.262 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:36:03.262 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:36:03.262 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:36:03.266 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:36:03.266 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:36:03.267 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:36:03.280 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:36:03.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:36:03.280 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:36:03.280 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:36:03.280 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:36:03.280 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:36:03.280 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:36:03.280 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:36:03.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:36:03.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1619c404 is found... 19:36:03.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1619c404 is found finished successfully 19:36:03.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 19:36:03.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:03.292 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:03.293 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:03.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:03.293 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:36:03.294 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:03.294 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 19:36:03.294 INFO [WorkbenchTestable][TextEditor] Set text to editor 19:36:03.309 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:03.309 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 19:36:03.309 INFO [WorkbenchTestable][AbstractEditor] Save editor 19:36:03.309 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 19:36:03.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:36:03.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:36:03.310 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:36:03.310 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:36:03.310 DEBUG [main][MenuItemLookup] Found menu:'File' 19:36:03.310 DEBUG [main][MenuItemLookup] Item match:File 19:36:03.310 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:36:03.310 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:36:03.310 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:36:03.310 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:36:03.310 DEBUG [main][MenuItemLookup] Found menu:'' 19:36:03.310 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:36:03.310 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:36:03.310 DEBUG [main][MenuItemLookup] Found menu:'' 19:36:03.310 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:36:03.310 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 19:36:03.311 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 19:36:03.311 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 19:36:03.311 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 19:36:03.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 19:36:03.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 19:36:03.336 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:03.337 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 19:36:03.337 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:36:03.337 DEBUG [main][EditorHandler] 1 editor(s) found 19:36:03.337 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 19:36:03.402 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 19:36:03.402 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 19:36:03.402 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:36:03.402 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:36:03.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:36:03.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:36:03.402 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectTextTest1 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 19:36:03.402 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:36:03.402 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectTextTest2 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 19:36:03.402 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 19:36:03.402 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:36:03.402 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:36:03.402 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:36:03.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:03.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:03.403 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 19:36:03.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:03.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:03.404 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:36:03.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:36:03.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:36:03.404 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:36:03.404 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:36:03.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:03.404 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:03.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:03.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:03.405 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:36:03.405 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:03.405 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:03.405 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:03.405 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:36:03.405 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:36:03.405 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:36:03.406 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:03.406 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:03.407 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:03.407 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:03.407 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:03.407 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:03.407 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:03.407 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:03.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:03.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:03.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:03.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:03.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:04.409 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:04.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:04.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:36:04.410 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:04.410 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:04.410 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:04.410 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:04.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 19:36:04.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:04.411 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:04.411 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:04.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:04.411 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:36:04.411 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:36:04.411 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 19:36:04.411 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 19:36:04.412 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 19:36:04.412 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 19:36:04.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:04.412 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 19:36:04.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:04.412 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 19:36:04.412 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 19:36:04.412 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:36:04.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:04.412 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:36:04.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:04.412 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:36:04.412 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 19:36:04.412 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 19:36:04.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:04.412 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 19:36:04.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:04.412 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 19:36:04.413 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:36:04.413 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:36:04.414 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:36:04.417 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:36:04.418 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 19:36:04.418 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:36:04.418 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:36:04.418 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:36:04.421 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:36:04.421 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:36:04.422 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:36:04.515 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:36:04.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:36:04.515 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:36:04.515 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:36:04.515 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:36:04.515 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:36:04.515 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:36:04.515 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:36:04.515 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:36:04.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:36:04.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3894fe45 is found... 19:36:04.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3894fe45 is found finished successfully 19:36:04.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') 19:36:04.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:04.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:04.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:04.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:04.526 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:36:04.526 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:04.526 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 19:36:04.526 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 19:36:04.526 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 19:36:04.727 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 19:36:04.929 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 19:36:04.929 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 19:36:05.130 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 19:36:05.332 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 19:36:05.332 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 19:36:05.533 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 19:36:05.737 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 19:36:05.737 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 19:36:05.938 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 19:36:06.140 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 19:36:06.140 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 19:36:06.341 INFO [WorkbenchTestable][Keyboard] As char:-, as int:16777261 19:36:07.344 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(""); } } 19:36:07.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:07.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:07.345 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 19:36:07.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:07.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:07.346 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 19:36:07.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:36:07.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:36:07.346 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:36:07.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 '\*?\QProject Explorer\E') 19:36:07.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:07.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:07.347 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:07.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:07.347 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:36:07.347 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:07.347 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:07.367 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:07.368 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:07.368 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:07.368 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:07.368 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:07.368 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:07.368 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:07.368 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:07.369 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:07.369 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:07.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:07.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:07.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:07.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:07.870 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:08.370 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:08.371 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:08.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:36:08.371 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:08.371 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:08.372 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:08.372 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:08.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 19:36:08.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:08.372 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:08.373 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:08.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:08.373 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:36:08.373 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:36:08.373 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 19:36:08.373 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 19:36:08.374 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 19:36:08.374 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 19:36:08.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:08.374 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 19:36:08.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:08.374 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 19:36:08.374 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 19:36:08.374 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:36:08.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:08.374 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:36:08.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:08.374 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:36:08.375 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 19:36:08.375 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 19:36:08.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:08.375 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 19:36:08.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:08.375 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 19:36:08.375 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:36:08.375 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:36:08.375 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:36:08.380 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:36:08.380 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 19:36:08.380 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:36:08.380 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:36:08.381 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:36:08.386 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:36:08.386 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:36:08.386 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:36:08.409 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:36:08.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:36:08.409 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:36:08.409 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:36:08.409 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:36:08.409 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:36:08.409 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:36:08.409 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:36:08.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:36:08.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5ffae06b is found... 19:36:08.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5ffae06b is found finished successfully 19:36:08.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 19:36:08.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:08.411 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:08.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:08.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:08.412 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:36:08.412 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:08.412 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 19:36:08.412 INFO [WorkbenchTestable][TextEditor] Set text to editor 19:36:08.426 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:08.430 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 19:36:08.430 INFO [WorkbenchTestable][AbstractEditor] Save editor 19:36:08.430 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 19:36:08.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:36:08.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:36:08.431 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:36:08.431 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:36:08.431 DEBUG [main][MenuItemLookup] Found menu:'File' 19:36:08.431 DEBUG [main][MenuItemLookup] Item match:File 19:36:08.432 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:36:08.432 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:36:08.432 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:36:08.432 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:36:08.432 DEBUG [main][MenuItemLookup] Found menu:'' 19:36:08.432 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:36:08.432 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:36:08.432 DEBUG [main][MenuItemLookup] Found menu:'' 19:36:08.432 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:36:08.432 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 19:36:08.432 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 19:36:08.432 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 19:36:08.432 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 19:36:08.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 19:36:08.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 19:36:08.456 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:08.456 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 19:36:08.457 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:36:08.457 DEBUG [main][EditorHandler] 1 editor(s) found 19:36:08.457 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 19:36:08.519 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 19:36:08.519 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 19:36:08.519 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:36:08.519 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:36:08.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:36:08.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:36:08.520 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectTextTest2 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 19:36:08.520 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:36:08.520 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAYTMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 19:36:08.520 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 19:36:08.520 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:36:08.520 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:36:08.520 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:36:08.520 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:08.521 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:08.521 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 19:36:08.521 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:08.521 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:08.521 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:36:08.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:36:08.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:36:08.522 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:36:08.522 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:36:08.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:08.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:08.522 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:08.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:08.522 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:36:08.522 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:08.522 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:08.523 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:08.523 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:36:08.523 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:36:08.523 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:36:08.524 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:08.524 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:08.524 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:08.524 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:08.524 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:08.524 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:08.525 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:08.525 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:08.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:08.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:08.525 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:09.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:09.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:09.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:09.528 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:09.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:36:09.528 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:09.528 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:09.529 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:09.529 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:09.529 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:36:09.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:09.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:09.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:09.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:09.529 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:36:09.530 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:36:09.530 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 19:36:09.530 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 19:36:09.531 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 19:36:09.531 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 19:36:09.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:09.531 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 19:36:09.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:09.531 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 19:36:09.531 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 19:36:09.531 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:36:09.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:09.531 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:36:09.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:09.531 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:36:09.531 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 19:36:09.531 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 19:36:09.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:09.531 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 19:36:09.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:09.531 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 19:36:09.531 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:36:09.531 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:36:09.531 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:36:09.535 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:36:09.535 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 19:36:09.535 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:36:09.535 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:36:09.535 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:36:09.538 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:36:09.538 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:36:09.539 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:36:09.634 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:36:09.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:36:09.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:36:09.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:36:09.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:36:09.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:36:09.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:36:09.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:36:09.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:36:09.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:36:09.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@72708db7 is found... 19:36:09.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@72708db7 is found finished successfully 19:36:09.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 19:36:09.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:09.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:09.645 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:09.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:09.645 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:36:09.645 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:09.645 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 19:36:09.645 INFO [WorkbenchTestable][TextEditor] Set text to editor 19:36:09.660 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:09.660 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 19:36:09.660 INFO [WorkbenchTestable][AbstractEditor] Save editor 19:36:09.660 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 19:36:09.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:36:09.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:36:09.661 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:36:09.661 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:36:09.661 DEBUG [main][MenuItemLookup] Found menu:'File' 19:36:09.661 DEBUG [main][MenuItemLookup] Item match:File 19:36:09.662 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:36:09.662 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:36:09.662 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:36:09.662 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:36:09.662 DEBUG [main][MenuItemLookup] Found menu:'' 19:36:09.662 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:36:09.662 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:36:09.662 DEBUG [main][MenuItemLookup] Found menu:'' 19:36:09.662 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:36:09.662 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 19:36:09.662 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 19:36:09.662 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 19:36:09.662 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 19:36:09.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 19:36:09.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 19:36:09.698 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:09.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 19:36:09.698 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 19:36:10.698 INFO [WorkbenchTestable][TextEditor] Set text to editor 19:36:10.705 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 19:36:11.706 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:11.706 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 19:36:11.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:11.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:11.708 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 19:36:11.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:11.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:11.709 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 19:36:11.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:36:11.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:36:11.709 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:36:11.709 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:36:11.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:11.709 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:11.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:11.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:11.710 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:36:11.710 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:11.710 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:11.730 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:11.730 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:11.731 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:11.731 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:11.731 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:11.731 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:11.731 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:11.731 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:11.732 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:11.732 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:11.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:11.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:11.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:12.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:12.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:12.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:12.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:12.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:36:12.733 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:12.733 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:12.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:12.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:12.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 19:36:12.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:12.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:12.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:12.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:12.734 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:36:12.734 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:36:12.734 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 19:36:12.735 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 19:36:12.735 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 19:36:12.735 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 19:36:12.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:12.735 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 19:36:12.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:12.735 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 19:36:12.735 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 19:36:12.735 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:36:12.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:12.736 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:36:12.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:12.736 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:36:12.736 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 19:36:12.736 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 19:36:12.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:12.736 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 19:36:12.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:12.736 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 19:36:12.736 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:36:12.736 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:36:12.736 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:36:12.740 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:36:12.740 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 19:36:12.740 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:36:12.740 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:36:12.740 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:36:12.743 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:36:12.743 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:36:12.744 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:36:12.767 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:36:12.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:36:12.767 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:36:12.767 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:36:12.767 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:36:12.767 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:36:12.767 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:36:12.767 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:36:12.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:36:12.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@51659206 is found... 19:36:12.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@51659206 is found finished successfully 19:36:12.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 '\*?\QJavaClass.java\E') 19:36:12.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:12.769 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:12.770 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:12.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:12.770 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:36:12.770 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:12.770 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 19:36:12.770 INFO [WorkbenchTestable][TextEditor] Set text to editor 19:36:12.775 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:12.775 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 19:36:12.775 INFO [WorkbenchTestable][AbstractEditor] Save editor 19:36:12.775 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 19:36:12.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:36:12.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:36:12.776 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:36:12.776 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:36:12.776 DEBUG [main][MenuItemLookup] Found menu:'File' 19:36:12.776 DEBUG [main][MenuItemLookup] Item match:File 19:36:12.776 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:36:12.776 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:36:12.776 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:36:12.776 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:36:12.776 DEBUG [main][MenuItemLookup] Found menu:'' 19:36:12.776 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:36:12.776 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:36:12.776 DEBUG [main][MenuItemLookup] Found menu:'' 19:36:12.776 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:36:12.776 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 19:36:12.776 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 19:36:12.776 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 19:36:12.776 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 19:36:12.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 19:36:12.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 19:36:12.799 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:12.799 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 19:36:12.799 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:36:12.799 DEBUG [main][EditorHandler] 1 editor(s) found 19:36:12.799 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 19:36:12.840 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 19:36:12.840 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 19:36:12.840 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:36:12.840 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:36:12.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:36:12.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:36:12.841 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAYTMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 19:36:12.841 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:36:12.841 INFO [WorkbenchTestable][RequirementsRunner] Started test: getCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 19:36:12.841 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 19:36:12.841 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:36:12.841 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:36:12.841 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:36:12.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:12.842 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:12.842 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 19:36:12.842 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:12.842 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:12.842 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:36:12.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:36:12.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:36:12.843 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:36: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 '\*?\QProject Explorer\E') 19:36:12.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:12.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:12.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:12.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:12.843 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:36:12.843 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:12.843 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:12.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:12.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:36:12.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:36:12.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:36:12.844 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:12.844 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:12.845 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:12.845 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:12.845 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:12.845 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:12.845 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:12.845 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:12.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:12.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:12.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:13.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:13.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:13.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:13.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:13.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:36:13.846 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:13.846 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:13.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:13.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:13.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 19:36:13.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:13.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:13.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:13.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:13.847 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:36:13.847 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:36:13.848 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 19:36:13.848 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 19:36:13.848 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 19:36:13.848 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 19:36:13.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:13.848 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 19:36:13.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:13.848 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 19:36:13.849 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 19:36:13.849 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:36:13.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:13.849 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:36:13.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:13.849 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:36:13.849 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 19:36:13.849 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 19:36:13.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:13.849 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 19:36:13.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:13.849 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 19:36:13.849 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:36:13.849 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:36:13.849 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:36:13.852 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:36:13.853 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 19:36:13.853 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:36:13.853 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:36:13.853 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:36:13.856 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:36:13.856 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:36:13.856 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:36:13.996 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:36:13.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:36:13.997 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:36:13.997 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:36:13.997 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:36:13.997 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:36:13.997 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:36:13.997 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:36:13.997 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:36:13.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:36:13.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@317c97a8 is found... 19:36:14.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@317c97a8 is found finished successfully 19:36:14.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 19:36:14.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:14.007 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:14.009 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:14.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:14.009 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:36:14.009 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:14.009 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 19:36:14.009 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:14.009 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 19:36:14.010 INFO [WorkbenchTestable][TextEditor] Set cursor position to [11, 13] 19:36:14.027 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:14.027 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 19:36:14.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:14.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:14.029 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 19:36:14.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:14.030 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:14.030 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 19:36:14.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:36:14.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:36:14.030 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:36:14.030 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:36:14.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:14.030 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:14.031 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:14.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:14.031 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:36:14.031 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:14.031 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:14.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:14.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:14.055 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:14.055 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:14.056 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:14.056 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:14.056 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:14.056 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:14.056 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:14.056 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:14.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:14.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:14.056 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:14.556 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:14.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:15.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:15.058 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:15.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:36:15.058 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:15.058 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:15.059 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:15.059 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:15.059 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:36:15.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:15.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:15.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:15.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:15.059 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:36:15.059 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:36:15.059 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 19:36:15.060 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 19:36:15.060 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 19:36:15.060 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 19:36:15.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:15.060 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 19:36:15.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:15.060 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 19:36:15.060 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 19:36:15.060 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:36:15.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:15.060 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:36:15.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:15.060 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:36:15.060 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 19:36:15.060 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 19:36:15.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:15.060 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 19:36:15.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:15.060 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 19:36:15.061 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:36:15.061 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:36:15.061 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:36:15.064 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:36:15.065 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 19:36:15.065 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:36:15.065 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:36:15.065 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:36:15.068 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:36:15.068 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:36:15.068 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:36:15.091 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:36:15.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:36:15.091 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:36:15.091 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:36:15.091 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:36:15.091 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:36:15.091 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:36:15.091 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:36:15.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:36:15.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@38788f5 is found... 19:36:15.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@38788f5 is found finished successfully 19:36:15.092 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') 19:36:15.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:15.092 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:15.093 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:15.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:15.093 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:36:15.094 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:15.094 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 19:36:15.094 INFO [WorkbenchTestable][TextEditor] Set text to editor 19:36:15.101 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:15.101 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 19:36:15.101 INFO [WorkbenchTestable][AbstractEditor] Save editor 19:36:15.101 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 19:36:15.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:36:15.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:36:15.101 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:36:15.101 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:36:15.101 DEBUG [main][MenuItemLookup] Found menu:'File' 19:36:15.101 DEBUG [main][MenuItemLookup] Item match:File 19:36:15.102 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:36:15.102 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:36:15.102 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:36:15.102 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:36:15.102 DEBUG [main][MenuItemLookup] Found menu:'' 19:36:15.102 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:36:15.102 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:36:15.102 DEBUG [main][MenuItemLookup] Found menu:'' 19:36:15.102 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:36:15.102 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 19:36:15.102 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 19:36:15.102 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 19:36:15.102 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 19:36:15.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 19:36:15.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 19:36:15.131 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:15.131 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 19:36:15.131 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:36:15.131 DEBUG [main][EditorHandler] 1 editor(s) found 19:36:15.131 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 19:36:15.195 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 19:36:15.195 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 19:36:15.195 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:36:15.195 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:36:15.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:36:15.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:36:15.196 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 19:36:15.196 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:36:15.196 INFO [WorkbenchTestable][RequirementsRunner] Started test: insertLineIntoLastEditorLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 19:36:15.196 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 19:36:15.196 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:36:15.196 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:36:15.196 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:36:15.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:15.197 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:15.197 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 19:36:15.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:15.197 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:15.197 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:36:15.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:36:15.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:36:15.198 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:36:15.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') 19:36:15.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:15.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:15.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:15.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:15.198 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:36:15.198 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:15.198 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:15.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:15.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:36:15.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:36:15.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:36:15.200 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:15.200 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:15.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:15.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:15.201 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:15.201 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:15.201 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:15.201 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:15.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:15.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:15.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:15.701 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:15.701 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:16.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:16.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:16.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:36:16.202 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:16.203 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:16.203 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:16.203 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36: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 19:36:16.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:16.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:16.204 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:16.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:16.204 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:36:16.204 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:36:16.205 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 19:36:16.205 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 19:36:16.205 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 19:36:16.205 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 19:36:16.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:16.205 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 19:36:16.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:16.205 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 19:36:16.205 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 19:36:16.205 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:36:16.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:16.206 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:36:16.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:16.206 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:36:16.206 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 19:36:16.206 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 19:36:16.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:16.206 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 19:36:16.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:16.206 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 19:36:16.206 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:36:16.206 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:36:16.206 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:36:16.211 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:36:16.211 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 19:36:16.211 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:36:16.211 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:36:16.212 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:36:16.215 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:36:16.215 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:36:16.215 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:36:16.307 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:36:16.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:36:16.307 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:36:16.307 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:36:16.307 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:36:16.307 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:36:16.307 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:36:16.307 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:36:16.307 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:36:16.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:36:16.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@b0c0ad is found... 19:36:16.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@b0c0ad is found finished successfully 19:36:16.310 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') 19:36:16.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:16.311 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:16.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:16.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:16.312 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:36:16.312 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:16.312 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 19:36:16.312 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 19 19:36:16.312 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 19, offser 0 19:36:16.322 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') 19:36:16.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:16.322 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:16.323 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:16.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:16.323 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:36:16.323 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:16.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(""); } } newText TooltipText=null 19:36:16.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:16.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:16.324 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 19:36:16.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:16.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:16.324 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 19:36:16.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:36:16.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:36:16.325 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:36:16.325 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:36:16.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:16.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:16.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:16.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:16.325 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:36:16.325 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:16.325 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:16.346 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:16.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:16.347 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:16.347 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:16.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:16.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:16.347 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:16.347 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:16.348 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:16.348 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:16.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:16.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:16.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:16.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:16.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:17.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:17.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:17.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:36:17.349 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:17.349 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:17.350 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:17.350 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:17.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 19:36:17.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:17.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:17.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:17.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:17.350 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:36:17.351 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:36:17.351 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 19:36:17.351 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 19:36:17.351 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 19:36:17.351 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 19:36:17.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:17.351 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 19:36:17.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:17.351 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 19:36:17.351 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 19:36:17.351 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:36:17.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:17.351 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:36:17.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:17.351 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:36:17.352 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 19:36:17.352 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 19:36:17.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:17.352 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 19:36:17.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:17.352 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 19:36:17.352 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:36:17.352 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:36:17.352 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:36:17.355 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:36:17.355 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 19:36:17.355 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:36:17.355 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:36:17.356 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:36:17.359 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:36:17.359 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:36:17.359 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:36:17.381 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:36:17.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:36:17.381 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:36:17.381 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:36:17.381 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:36:17.381 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:36:17.381 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:36:17.381 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:36:17.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:36:17.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@56e7c58d is found... 19:36:17.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@56e7c58d is found finished successfully 19:36:17.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 19:36:17.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:17.382 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:17.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:17.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:17.383 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:36:17.383 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:17.384 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 19:36:17.384 INFO [WorkbenchTestable][TextEditor] Set text to editor 19:36:17.393 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:17.393 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 19:36:17.393 INFO [WorkbenchTestable][AbstractEditor] Save editor 19:36:17.393 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 19:36:17.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:36:17.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:36:17.394 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:36:17.394 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:36:17.394 DEBUG [main][MenuItemLookup] Found menu:'File' 19:36:17.394 DEBUG [main][MenuItemLookup] Item match:File 19:36:17.394 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:36:17.394 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:36:17.394 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:36:17.394 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:36:17.394 DEBUG [main][MenuItemLookup] Found menu:'' 19:36:17.394 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:36:17.394 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:36:17.394 DEBUG [main][MenuItemLookup] Found menu:'' 19:36:17.394 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:36:17.394 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 19:36:17.395 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 19:36:17.395 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 19:36:17.395 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 19:36:17.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 19:36:17.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 19:36:17.417 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:17.417 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 19:36:17.417 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:36:17.417 DEBUG [main][EditorHandler] 1 editor(s) found 19:36:17.417 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 19:36:17.457 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 19:36:17.457 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 19:36:17.457 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:36:17.457 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:36:17.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:36:17.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:36:17.458 INFO [WorkbenchTestable][RequirementsRunner] Finished test: insertLineIntoLastEditorLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 19:36:17.458 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:36:17.458 INFO [WorkbenchTestable][RequirementsRunner] Started test: contentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 19:36:17.458 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 19:36:17.458 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:36:17.458 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:36:17.458 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:36:17.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:17.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:17.459 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 19:36:17.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:17.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:17.459 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:36:17.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:36:17.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:36:17.460 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:36:17.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 '\*?\QProject Explorer\E') 19:36:17.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:17.460 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:17.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:17.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:17.460 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:36:17.460 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:17.460 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:17.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:17.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:36:17.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:36:17.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:36:17.462 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:17.462 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:17.462 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:17.462 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:17.462 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:17.462 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:17.462 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:17.463 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:17.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:17.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:17.463 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:17.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:17.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:18.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:18.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:18.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:36:18.464 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:18.464 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:18.465 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:18.465 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:18.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 19:36:18.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:18.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:18.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:18.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:18.465 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:36:18.465 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:36:18.465 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 19:36:18.465 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 19:36:18.466 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 19:36:18.466 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 19:36:18.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:18.466 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 19:36:18.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:18.466 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 19:36:18.466 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 19:36:18.466 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:36:18.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:18.466 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:36:18.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:18.466 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:36:18.466 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 19:36:18.466 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 19:36:18.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:18.466 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 19:36:18.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:18.466 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 19:36:18.466 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:36:18.466 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:36:18.466 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:36:18.470 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:36:18.470 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 19:36:18.470 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:36:18.470 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:36:18.471 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:36:18.474 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:36:18.474 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:36:18.474 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:36:18.587 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:36:18.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:36:18.587 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:36:18.587 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:36:18.587 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:36:18.587 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:36:18.587 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:36:18.587 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:36:18.587 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:36:18.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:36:18.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2445e605 is found... 19:36:18.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2445e605 is found finished successfully 19:36: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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 19:36:18.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:18.595 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:18.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:18.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:18.596 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:36:18.596 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:18.596 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 19:36:18.596 INFO [WorkbenchTestable][TextEditor] Set cursor position to [0, 0] 19:36:18.602 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 0 19:36:18.602 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 0, offser 0 19:36:18.605 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:18.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 19:36:18.605 INFO [WorkbenchTestable][AbstractEditor] Save editor 19:36:18.605 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 19:36:18.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:36:18.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:36:18.605 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:36:18.606 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:36:18.606 DEBUG [main][MenuItemLookup] Found menu:'File' 19:36:18.606 DEBUG [main][MenuItemLookup] Item match:File 19:36:18.606 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:36:18.606 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:36:18.606 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:36:18.606 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:36:18.606 DEBUG [main][MenuItemLookup] Found menu:'' 19:36:18.606 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:36:18.606 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:36:18.606 DEBUG [main][MenuItemLookup] Found menu:'' 19:36:18.606 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:36:18.606 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 19:36:18.617 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 19:36:18.617 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 19:36:18.617 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 19:36:18.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 19:36:18.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 19:36:18.634 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:18.634 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 19:36:18.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:36:18.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:36:18.634 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:36:18.634 DEBUG [main][MenuItemLookup] Found menu:'File' 19:36:18.634 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:36:18.634 DEBUG [main][MenuItemLookup] Item match:Edit 19:36:18.635 DEBUG [main][MenuItemLookup] Found menu:'Undo Typing Ctrl+Z' 19:36:18.635 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 19:36:18.635 DEBUG [main][MenuItemLookup] Found menu:'' 19:36:18.635 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 19:36:18.635 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:36:18.635 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:36:18.635 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:36:18.635 DEBUG [main][MenuItemLookup] Found menu:'' 19:36:18.635 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:36:18.635 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 19:36:18.635 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 19:36:18.635 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 19:36:18.635 DEBUG [main][MenuItemLookup] Found menu:'' 19:36:18.635 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 19:36:18.635 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 19:36:18.635 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 19:36:18.635 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 19:36:18.635 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 19:36:18.635 DEBUG [main][MenuItemLookup] Found menu:'' 19:36:18.635 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 19:36:18.635 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 19:36:18.635 DEBUG [main][MenuItemLookup] Found menu:'' 19:36:18.635 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 19:36:18.635 DEBUG [main][MenuItemLookup] Found menu:'' 19:36:18.635 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 19:36:18.635 DEBUG [main][MenuItemLookup] Found menu:'' 19:36:18.635 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 19:36:18.635 DEBUG [main][MenuItemLookup] Item match:Content Assist 19:36:18.636 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:18.636 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 19:36:18.636 INFO [WorkbenchTestable][AbstractEditor] Open editor's Default content assistant 19:36:18.636 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 19:36:19.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:36:19.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:36:19.637 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:36:19.637 DEBUG [main][MenuItemLookup] Found menu:'File' 19:36:19.637 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:36:19.637 DEBUG [main][MenuItemLookup] Item match:Edit 19:36:19.637 DEBUG [main][MenuItemLookup] Found menu:'Undo Typing Ctrl+Z' 19:36:19.638 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 19:36:19.638 DEBUG [main][MenuItemLookup] Found menu:'' 19:36:19.638 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 19:36:19.638 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:36:19.638 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:36:19.638 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:36:19.638 DEBUG [main][MenuItemLookup] Found menu:'' 19:36:19.638 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:36:19.638 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 19:36:19.638 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 19:36:19.638 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 19:36:19.638 DEBUG [main][MenuItemLookup] Found menu:'' 19:36:19.638 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 19:36:19.638 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 19:36:19.638 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 19:36:19.638 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 19:36:19.638 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 19:36:19.638 DEBUG [main][MenuItemLookup] Found menu:'' 19:36:19.638 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 19:36:19.638 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 19:36:19.638 DEBUG [main][MenuItemLookup] Found menu:'' 19:36:19.638 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 19:36:19.638 DEBUG [main][MenuItemLookup] Found menu:'' 19:36:19.638 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 19:36:19.638 DEBUG [main][MenuItemLookup] Found menu:'' 19:36:19.638 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 19:36:19.638 DEBUG [main][MenuItemLookup] Item match:Content Assist 19:36:19.638 DEBUG [main][MenuItemLookup] Found menu:'Default Ctrl+Space' 19:36:19.638 DEBUG [main][MenuItemLookup] Item match:Default Ctrl+Space 19:36:19.639 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Default Ctrl+Space" 19:36:19.639 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Default Ctrl+Space 19:36:19.639 INFO [main][MenuItemHandler] Select menu item: &Default Ctrl+Space 19:36:19.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 19:36:19.745 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 19:36:19.745 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:36:19.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:36:19.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:36:19.753 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 19:36:19.753 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:36:19.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:19.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:19.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:19.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:19.753 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:36:19.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:36:19.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:36:19.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 19:36:19.791 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 19:36:19.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:36:19.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:36:19.792 DEBUG [WorkbenchTestable][ContentAssistant] Getting content assist proposals 19:36:19.792 DEBUG [WorkbenchTestable][ContentAssistant] Content assist proposals: 19:36:19.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:36:19.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:36:19.793 DEBUG [WorkbenchTestable][ContentAssistant] abstract 19:36:19.793 DEBUG [WorkbenchTestable][ContentAssistant] class 19:36:19.793 DEBUG [WorkbenchTestable][ContentAssistant] enum 19:36:19.793 DEBUG [WorkbenchTestable][ContentAssistant] final 19:36:19.793 DEBUG [WorkbenchTestable][ContentAssistant] import 19:36:19.793 DEBUG [WorkbenchTestable][ContentAssistant] interface 19:36:19.793 DEBUG [WorkbenchTestable][ContentAssistant] public 19:36:19.793 DEBUG [WorkbenchTestable][ContentAssistant] new - create new object 19:36:19.793 DEBUG [WorkbenchTestable][ContentAssistant] nls - non-externalized string marker 19:36:19.793 DEBUG [WorkbenchTestable][ContentAssistant] runnable - runnable 19:36:19.793 DEBUG [WorkbenchTestable][ContentAssistant] toarray - convert collection to array 19:36:19.793 DEBUG [WorkbenchTestable][ContentAssistant] Choose content assist proposal - enum 19:36:19.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:36:19.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:36:19.795 TRACE [main][WidgetHandler] Notify Table with event 13 19:36:19.795 TRACE [main][WidgetHandler] Wait for synchronization 19:36:19.795 TRACE [main][WidgetHandler] Notify Table with event 14 19:36:19.795 TRACE [main][WidgetHandler] Wait for synchronization 19:36:19.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:36:19.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:36:19.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:19.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:19.813 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 19:36:19.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:19.814 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:19.814 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 19:36:19.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:36:19.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:36:19.814 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:36:19.814 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:36:19.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:19.814 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:19.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:19.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:19.815 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:36:19.815 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:19.815 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:19.822 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:19.822 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:19.823 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:19.823 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:19.823 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:19.823 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:19.823 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:19.823 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:19.823 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:19.823 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:19.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:19.823 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:19.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:20.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:20.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:20.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:20.825 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:20.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:36:20.825 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:20.825 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:20.826 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:20.826 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:20.826 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:36:20.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:20.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:20.826 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:20.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:20.826 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:36:20.826 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:36:20.826 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 19:36:20.827 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 19:36:20.827 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 19:36:20.827 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 19:36:20.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:20.827 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 19:36:20.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:20.827 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 19:36:20.827 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 19:36:20.827 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:36:20.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:20.827 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:36:20.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:20.827 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:36:20.827 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 19:36:20.827 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 19:36:20.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:20.827 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 19:36:20.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:20.827 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 19:36:20.828 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:36:20.828 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:36:20.828 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:36:20.831 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:36:20.831 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 19:36:20.831 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:36:20.831 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:36:20.832 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:36:20.835 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:36:20.835 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:36:20.835 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:36:20.857 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:36:20.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:36:20.858 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:36:20.858 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:36:20.858 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:36:20.858 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:36:20.858 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:36:20.858 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:36:20.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:36:20.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2746a7ce is found... 19:36:20.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2746a7ce is found finished successfully 19:36:20.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 19:36:20.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:20.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:20.860 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:20.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:20.860 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:36:20.860 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:20.860 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 19:36:20.860 INFO [WorkbenchTestable][TextEditor] Set text to editor 19:36:20.867 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:20.867 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 19:36:20.867 INFO [WorkbenchTestable][AbstractEditor] Save editor 19:36:20.867 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 19:36:20.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:36:20.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:36:20.867 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:36:20.867 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:36:20.867 DEBUG [main][MenuItemLookup] Found menu:'File' 19:36:20.867 DEBUG [main][MenuItemLookup] Item match:File 19:36:20.868 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:36:20.868 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:36:20.868 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:36:20.868 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:36:20.868 DEBUG [main][MenuItemLookup] Found menu:'' 19:36:20.868 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:36:20.868 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:36:20.868 DEBUG [main][MenuItemLookup] Found menu:'' 19:36:20.868 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:36:20.868 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 19:36:20.868 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 19:36:20.868 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 19:36:20.868 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 19:36:20.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 19:36:20.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 19:36:20.893 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:20.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 19:36:20.893 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:36:20.893 DEBUG [main][EditorHandler] 1 editor(s) found 19:36:20.893 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 19:36:20.934 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 19:36:20.935 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 19:36:20.935 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:36:20.935 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:36:20.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:36:20.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:36:20.935 INFO [WorkbenchTestable][RequirementsRunner] Finished test: contentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 19:36:20.935 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:36:20.935 INFO [WorkbenchTestable][RequirementsRunner] Started test: openFileWithRegexInName no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 19:36:20.935 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 19:36:20.935 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:36:20.935 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:36:20.935 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:36:20.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:20.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:20.936 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 19:36:20.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:20.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:20.937 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:36:20.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:36:20.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:36:20.938 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:36:20.938 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:36:20.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:20.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:20.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:20.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:20.938 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:36:20.938 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:20.938 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:20.939 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:20.939 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:36:20.939 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:36:20.939 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:36:20.940 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:20.940 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:20.940 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:20.940 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:20.940 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:20.940 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:20.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:20.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:20.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:20.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:20.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:21.441 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:21.442 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:21.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:21.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:21.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:36:21.944 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:21.944 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:21.944 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:21.944 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:21.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 19:36:21.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:21.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:21.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:21.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:21.944 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:36:21.945 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:36:21.945 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 19:36:21.945 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 19:36:21.945 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 19:36:21.945 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 19:36:21.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:21.945 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 19:36:21.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:21.945 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 19:36:21.945 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 19:36:21.945 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:36:21.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:21.945 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:36:21.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:21.945 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:36:21.945 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass+.java of tree item test 19:36:21.946 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 19:36:21.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:21.946 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 19:36:21.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:21.946 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 19:36:21.946 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass+.java 19:36:21.946 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass+.java 19:36:21.946 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass+.java about selection 19:36:21.951 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass+.java 19:36:21.951 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass+.java 19:36:21.951 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass+.java 19:36:21.951 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass+.java 19:36:21.951 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass+.java about selection 19:36:21.956 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass+.java 19:36:21.956 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:36:21.956 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:36:22.046 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:36:22.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:36:22.046 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:36:22.046 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:36:22.046 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:36:22.046 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:36:22.046 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:36:22.046 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:36:22.046 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:36:22.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:36:22.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4d8bd23a is found... 19:36:22.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4d8bd23a is found finished successfully 19:36:22.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass+.java\E') 19:36:22.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:22.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:22.058 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:22.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:22.058 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:36:22.058 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:22.059 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 19:36:22.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:22.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:22.059 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 19:36:22.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:22.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:22.060 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass+.java - Eclipse Platform 19:36:22.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:36:22.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:36:22.060 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass+.java - Eclipse Platform' 19:36:22.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 '\*?\QProject Explorer\E') 19:36:22.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:22.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:22.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:22.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:22.061 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:36:22.061 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:22.061 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:22.094 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:22.094 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:22.094 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:22.094 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:22.095 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:22.095 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:22.095 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:22.095 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:22.095 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:22.095 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:22.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:22.095 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:22.095 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:22.596 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:22.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:23.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:23.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:23.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:36:23.097 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:23.098 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:23.098 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:23.098 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:23.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 19:36:23.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:23.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:23.098 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:23.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:23.098 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:36:23.098 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:36:23.099 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 19:36:23.099 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 19:36:23.099 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 19:36:23.099 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 19:36:23.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:23.099 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 19:36:23.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:23.099 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 19:36:23.099 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 19:36:23.099 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:36:23.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:23.099 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:36:23.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:23.099 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:36:23.099 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 19:36:23.099 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 19:36:23.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:23.099 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 19:36:23.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:23.099 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 19:36:23.100 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:36:23.100 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:36:23.100 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:36:23.103 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:36:23.103 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 19:36:23.103 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:36:23.103 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:36:23.104 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:36:23.107 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:36:23.107 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:36:23.107 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:36:23.172 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:36:23.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:36:23.172 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:36:23.172 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:36:23.172 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:36:23.172 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:36:23.172 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:36:23.172 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:36:23.172 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:36:23.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:36:23.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1df7cadf is found... 19:36:23.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1df7cadf is found finished successfully 19:36:23.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') 19:36:23.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:23.176 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:23.178 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:23.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:23.178 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:36:23.178 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:23.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 19:36:23.178 INFO [WorkbenchTestable][TextEditor] Set text to editor 19:36:23.193 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:23.193 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 19:36:23.193 INFO [WorkbenchTestable][AbstractEditor] Save editor 19:36:23.193 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 19:36:23.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:36:23.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:36:23.194 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:36:23.194 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:36:23.194 DEBUG [main][MenuItemLookup] Found menu:'File' 19:36:23.194 DEBUG [main][MenuItemLookup] Item match:File 19:36:23.194 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:36:23.194 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:36:23.194 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:36:23.194 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:36:23.194 DEBUG [main][MenuItemLookup] Found menu:'' 19:36:23.194 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:36:23.194 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:36:23.194 DEBUG [main][MenuItemLookup] Found menu:'' 19:36:23.194 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:36:23.194 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 19:36:23.194 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 19:36:23.194 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 19:36:23.195 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 19:36:23.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 19:36:23.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 19:36:23.219 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:23.219 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 19:36:23.219 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:36:23.219 DEBUG [main][EditorHandler] 2 editor(s) found 19:36:23.219 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass+.java 19:36:23.243 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass+.java is closed 19:36:23.243 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 19:36:23.307 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 19:36:23.307 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 19:36:23.307 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:36:23.307 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:36:23.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:36:23.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:36:23.308 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openFileWithRegexInName no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 19:36:23.308 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:36:23.308 INFO [WorkbenchTestable][RequirementsRunner] Started test: getFoldedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 19:36:23.308 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 19:36:23.308 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:36:23.308 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:36:23.308 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:36:23.308 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:23.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:23.309 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 19:36:23.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:23.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:23.309 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:36:23.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:36:23.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:36:23.310 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:36:23.310 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:36:23.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:23.310 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:23.310 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:23.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:23.310 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:36:23.310 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:23.310 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:23.311 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:23.311 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:36:23.311 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:36:23.311 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:36:23.312 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:23.312 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:23.313 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:23.313 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:23.313 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:23.313 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:23.313 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:23.313 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:23.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:23.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:23.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:23.814 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:23.814 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:24.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:24.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:24.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:36:24.315 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:24.315 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:24.316 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:24.316 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:24.316 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:36:24.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:24.316 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:24.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:24.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:24.317 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:36:24.317 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:36:24.317 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 19:36:24.317 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 19:36:24.317 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 19:36:24.317 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 19:36:24.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:24.317 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 19:36:24.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:24.317 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 19:36:24.318 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 19:36:24.318 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:36:24.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:24.318 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:36:24.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:24.318 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:36:24.318 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 19:36:24.318 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 19:36:24.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:24.318 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 19:36:24.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:24.318 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 19:36:24.318 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:36:24.318 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:36:24.318 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:36:24.321 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:36:24.322 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 19:36:24.322 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:36:24.322 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:36:24.322 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:36:24.325 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:36:24.325 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:36:24.325 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:36:24.416 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:36:24.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:36:24.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:36:24.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:36:24.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:36:24.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:36:24.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:36:24.417 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:36:24.417 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:36:24.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:36:24.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1dc45f9e is found... 19:36:24.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1dc45f9e is found finished successfully 19:36:24.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 '\*?\QJavaClass.java\E') 19:36:24.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:24.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:24.422 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:24.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:24.422 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:36:24.427 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:24.427 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 19:36:24.427 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 19:36:24.427 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 19:36:24.628 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 19:36:24.830 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 19:36:24.830 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 19:36:25.030 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 19:36:25.233 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 19:36:25.233 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 19:36:25.434 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 19:36:25.636 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 19:36:25.636 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 19:36:25.837 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 19:36:26.040 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 19:36:26.040 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 19:36:26.241 INFO [WorkbenchTestable][Keyboard] As char:-, as int:16777261 19:36:27.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:27.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:27.245 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 19:36:27.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:27.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:27.245 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 19:36:27.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:36:27.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:36:27.246 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:36:27.246 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:36:27.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:27.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:27.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:27.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:27.246 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:36:27.246 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:27.246 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:27.266 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:27.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:27.267 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:27.267 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:27.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:27.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:27.267 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:27.267 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:27.268 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:27.268 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:27.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:27.268 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:27.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:27.768 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:27.768 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:28.268 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:28.269 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:28.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:36:28.269 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:28.269 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:28.270 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:28.270 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:28.270 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:36:28.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:28.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:28.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:28.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:28.270 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:36:28.270 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:36:28.270 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 19:36:28.271 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 19:36:28.271 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 19:36:28.271 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 19:36:28.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:28.271 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 19:36:28.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:28.271 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 19:36:28.271 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 19:36:28.271 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:36:28.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:28.271 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:36:28.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:28.271 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:36:28.271 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 19:36:28.271 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 19:36:28.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:28.271 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 19:36:28.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:28.271 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 19:36:28.272 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:36:28.272 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:36:28.272 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:36:28.275 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:36:28.275 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 19:36:28.275 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:36:28.275 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:36:28.275 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:36:28.278 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:36:28.278 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:36:28.279 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:36:28.300 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:36:28.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:36:28.300 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:36:28.300 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:36:28.300 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:36:28.300 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:36:28.300 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:36:28.300 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:36:28.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:36:28.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@faee33f is found... 19:36:28.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@faee33f is found finished successfully 19:36:28.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') 19:36:28.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:28.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:28.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:28.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:28.303 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:36:28.303 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:28.303 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 19:36:28.303 INFO [WorkbenchTestable][TextEditor] Set text to editor 19:36:28.315 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:28.315 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 19:36:28.315 INFO [WorkbenchTestable][AbstractEditor] Save editor 19:36:28.315 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 19:36:28.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:36:28.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:36:28.315 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:36:28.315 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:36:28.315 DEBUG [main][MenuItemLookup] Found menu:'File' 19:36:28.315 DEBUG [main][MenuItemLookup] Item match:File 19:36:28.316 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:36:28.316 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:36:28.316 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:36:28.316 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:36:28.316 DEBUG [main][MenuItemLookup] Found menu:'' 19:36:28.316 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:36:28.316 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:36:28.316 DEBUG [main][MenuItemLookup] Found menu:'' 19:36:28.316 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:36:28.316 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 19:36:28.316 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 19:36:28.316 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 19:36:28.316 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 19:36:28.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 19:36:28.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 19:36:28.338 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:28.339 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 19:36:28.339 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:36:28.339 DEBUG [main][EditorHandler] 1 editor(s) found 19:36:28.339 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 19:36:28.399 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 19:36:28.399 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 19:36:28.399 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:36:28.399 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:36:28.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:36:28.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:36:28.400 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getFoldedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 19:36:28.400 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:36:28.400 INFO [WorkbenchTestable][RequirementsRunner] Started test: getLineOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 19:36:28.400 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 19:36:28.400 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:36:28.400 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:36:28.400 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:36:28.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:28.401 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:28.401 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 19:36:28.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:28.401 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:28.401 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:36:28.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:36:28.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:36:28.402 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:36:28.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') 19:36:28.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:28.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:28.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:28.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:28.402 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:36:28.402 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:28.402 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:28.402 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:28.403 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:36:28.403 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:36:28.403 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:36:28.403 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:28.404 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:28.404 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:28.404 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:28.404 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:28.404 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:28.404 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:28.404 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:28.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:28.404 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:28.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:28.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:28.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:29.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:29.406 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:29.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:36:29.407 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:29.407 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:29.407 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:29.407 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:29.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 19:36:29.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:29.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:29.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:29.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:29.408 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:36:29.408 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:36:29.408 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 19:36:29.408 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 19:36:29.408 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 19:36:29.408 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 19:36:29.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:29.409 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 19:36:29.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:29.409 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 19:36:29.409 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 19:36:29.409 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:36:29.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:29.409 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:36:29.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:29.409 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:36:29.409 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 19:36:29.409 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 19:36:29.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:29.409 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 19:36:29.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:29.409 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 19:36:29.409 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:36:29.409 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:36:29.409 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:36:29.414 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:36:29.414 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 19:36:29.414 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:36:29.414 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:36:29.414 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:36:29.417 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:36:29.417 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:36:29.418 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:36:29.507 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:36:29.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:36:29.508 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:36:29.508 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:36:29.508 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:36:29.508 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:36:29.508 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:36:29.508 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:36:29.508 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:36:29.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:36:29.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1ca7eaf2 is found... 19:36:29.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1ca7eaf2 is found finished successfully 19:36:29.511 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') 19:36:29.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:29.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:29.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:29.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:29.512 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:36:29.513 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:29.513 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 19:36:29.513 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:29.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:29.514 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 19:36:29.514 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:29.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:29.514 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 19:36:29.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:36:29.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:36:29.515 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:36:29.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 '\*?\QProject Explorer\E') 19:36:29.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:29.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:29.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:29.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:29.516 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:36:29.516 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:29.532 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:29.552 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:29.553 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:29.553 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:29.553 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:29.553 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:29.553 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:29.553 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:29.553 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:29.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:29.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:29.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:29.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:29.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:30.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:30.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:30.556 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:30.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:30.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:36:30.557 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:30.557 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:30.557 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:30.557 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:30.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 19:36:30.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:30.558 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:30.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:30.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:30.558 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:36:30.558 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:36:30.558 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 19:36:30.558 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 19:36:30.559 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 19:36:30.559 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 19:36:30.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:30.559 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 19:36:30.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:30.559 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 19:36:30.559 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 19:36:30.559 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:36:30.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:30.559 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:36:30.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:30.559 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:36:30.559 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 19:36:30.559 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 19:36:30.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:30.559 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 19:36:30.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:30.559 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 19:36:30.559 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:36:30.559 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:36:30.559 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:36:30.563 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:36:30.563 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 19:36:30.563 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:36:30.563 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:36:30.563 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:36:30.566 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:36:30.566 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:36:30.566 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:36:30.588 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:36:30.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:36:30.588 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:36:30.588 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:36:30.588 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:36:30.588 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:36:30.588 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:36:30.588 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:36:30.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:36:30.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3fa56a8b is found... 19:36:30.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3fa56a8b is found finished successfully 19:36:30.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 19:36:30.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:30.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:30.591 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:30.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:30.591 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:36:30.591 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:30.592 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 19:36:30.592 INFO [WorkbenchTestable][TextEditor] Set text to editor 19:36:30.603 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:30.604 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 19:36:30.604 INFO [WorkbenchTestable][AbstractEditor] Save editor 19:36:30.604 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 19:36:30.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:36:30.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:36:30.604 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:36:30.604 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:36:30.604 DEBUG [main][MenuItemLookup] Found menu:'File' 19:36:30.604 DEBUG [main][MenuItemLookup] Item match:File 19:36:30.605 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:36:30.605 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:36:30.605 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:36:30.605 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:36:30.605 DEBUG [main][MenuItemLookup] Found menu:'' 19:36:30.605 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:36:30.605 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:36:30.605 DEBUG [main][MenuItemLookup] Found menu:'' 19:36:30.605 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:36:30.605 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 19:36:30.615 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 19:36:30.615 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 19:36:30.616 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 19:36:30.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 19:36:30.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 19:36:30.630 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:30.630 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 19:36:30.630 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:36:30.630 DEBUG [main][EditorHandler] 1 editor(s) found 19:36:30.630 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 19:36:30.686 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 19:36:30.686 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 19:36:30.686 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:36:30.686 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:36:30.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:36:30.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:36:30.687 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getLineOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 19:36:30.687 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:36:30.687 INFO [WorkbenchTestable][RequirementsRunner] Started test: getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 19:36:30.687 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 19:36:30.687 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:36:30.687 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:36:30.687 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:36:30.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:30.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:30.688 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 19:36:30.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:30.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:30.689 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:36:30.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:36:30.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:36:30.689 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:36:30.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 '\*?\QProject Explorer\E') 19:36:30.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:30.689 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:30.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:30.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:30.690 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:36:30.690 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:30.690 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:30.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:30.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:36:30.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:36:30.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:36:30.691 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:30.691 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:30.691 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:30.691 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:30.692 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:30.692 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:30.692 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:30.692 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:30.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:30.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:30.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:31.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:31.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:31.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:31.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:31.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:36:31.693 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:31.693 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:31.694 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:31.694 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:31.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 19:36:31.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:31.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:31.694 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:31.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:31.694 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:36:31.694 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:36:31.694 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 19:36:31.694 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 19:36:31.695 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 19:36:31.695 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 19:36:31.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:31.695 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 19:36:31.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:31.695 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 19:36:31.695 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 19:36:31.695 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:36:31.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:31.695 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:36:31.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:31.695 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:36:31.695 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 19:36:31.695 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 19:36:31.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:31.695 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 19:36:31.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:31.695 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 19:36:31.696 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:36:31.696 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:36:31.696 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:36:31.700 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:36:31.701 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 19:36:31.701 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:36:31.701 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:36:31.701 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:36:31.704 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:36:31.704 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:36:31.704 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:36:31.793 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:36:31.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:36:31.793 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:36:31.793 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:36:31.794 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:36:31.794 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:36:31.794 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:36:31.794 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:36:31.794 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:36:31.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:36:31.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@22fa4e is found... 19:36:31.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@22fa4e is found finished successfully 19:36:31.797 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') 19:36:31.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:31.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:31.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:31.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:31.798 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:36:31.799 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:31.799 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 19:36:31.800 TRACE [WorkbenchTestable][WidgetHandler] Notify StyledText with event 35 19:36:31.800 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:36:31.945 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 19:36:31.945 DEBUG [main][MenuItemLookup] Found menu:'Revert File' 19:36:31.945 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:36:31.945 DEBUG [main][MenuItemLookup] Found menu:'' 19:36:31.945 DEBUG [main][MenuItemLookup] Found menu:'Open Declaration F3' 19:36:31.945 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 19:36:31.945 DEBUG [main][MenuItemLookup] Found menu:'Open Call Hierarchy Ctrl+Alt+H' 19:36:31.945 DEBUG [main][MenuItemLookup] Found menu:'Show in Breadcrumb Shift+Alt+B' 19:36:31.945 DEBUG [main][MenuItemLookup] Found menu:'Quick Outline Ctrl+O' 19:36:31.945 DEBUG [main][MenuItemLookup] Found menu:'Quick Type Hierarchy Ctrl+T' 19:36:31.945 DEBUG [main][MenuItemLookup] Found menu:'Open With' 19:36:31.945 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:36:31.945 DEBUG [main][MenuItemLookup] Found menu:'' 19:36:31.945 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 19:36:31.945 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:36:31.945 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:36:31.945 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:36:31.945 DEBUG [main][MenuItemLookup] Found menu:'' 19:36:31.945 DEBUG [main][MenuItemLookup] Found menu:'Quick Fix Ctrl+1' 19:36:31.945 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 19:36:31.945 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 19:36:31.945 DEBUG [main][MenuItemLookup] Found menu:'Local History' 19:36:31.945 DEBUG [main][MenuItemLookup] Found menu:'' 19:36:31.945 DEBUG [main][MenuItemLookup] Found menu:'References' 19:36:31.945 DEBUG [main][MenuItemLookup] Found menu:'Declarations' 19:36:31.945 DEBUG [main][MenuItemLookup] Found menu:'' 19:36:31.945 DEBUG [main][MenuItemLookup] Found menu:'Run As' 19:36:31.945 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 19:36:31.945 DEBUG [main][MenuItemLookup] Found menu:'Team' 19:36:31.945 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 19:36:31.945 DEBUG [main][MenuItemLookup] Found menu:'Replace With' 19:36:31.945 DEBUG [main][MenuItemLookup] Found menu:'' 19:36:31.945 DEBUG [main][MenuItemLookup] Found menu:'Preferences...' 19:36:31.945 DEBUG [main][MenuItemLookup] Item match:Preferences... 19:36:31.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:31.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:31.946 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 19:36:31.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:31.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:31.947 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 19:36:31.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:36:31.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:36:31.947 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:36:31.947 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:36:31.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:31.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:31.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:31.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:31.948 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:36:31.948 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:31.948 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:31.998 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:31.998 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:31.998 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:31.998 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:31.999 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:31.999 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:31.999 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:31.999 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:31.999 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:31.999 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:31.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:31.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:31.999 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:32.500 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:32.500 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:33.000 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:33.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:33.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:36:33.001 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:33.001 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:33.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:33.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:33.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 19:36:33.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:33.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:33.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:33.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:33.002 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:36:33.002 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:36:33.002 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 19:36:33.002 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 19:36:33.002 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 19:36:33.002 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 19:36:33.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:33.002 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 19:36:33.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:33.002 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 19:36:33.002 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 19:36:33.002 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:36:33.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:33.003 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:36:33.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:33.003 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:36:33.003 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 19:36:33.003 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 19:36:33.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:33.003 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 19:36:33.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:33.003 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 19:36:33.003 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:36:33.003 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:36:33.003 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:36:33.006 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:36:33.006 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 19:36:33.006 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:36:33.006 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:36:33.007 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:36:33.009 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:36:33.009 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:36:33.010 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:36:33.033 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:36:33.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:36:33.033 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:36:33.033 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:36:33.033 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:36:33.033 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:36:33.033 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:36:33.033 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:36:33.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:36:33.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2552d187 is found... 19:36:33.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2552d187 is found finished successfully 19:36:33.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 19:36:33.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:33.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:33.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:33.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:33.036 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:36:33.036 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:33.036 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 19:36:33.036 INFO [WorkbenchTestable][TextEditor] Set text to editor 19:36:33.046 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:33.046 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 19:36:33.046 INFO [WorkbenchTestable][AbstractEditor] Save editor 19:36:33.046 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 19:36:33.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:36:33.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:36:33.046 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:36:33.046 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:36:33.046 DEBUG [main][MenuItemLookup] Found menu:'File' 19:36:33.046 DEBUG [main][MenuItemLookup] Item match:File 19:36:33.047 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:36:33.047 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:36:33.047 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:36:33.047 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:36:33.047 DEBUG [main][MenuItemLookup] Found menu:'' 19:36:33.047 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:36:33.047 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:36:33.047 DEBUG [main][MenuItemLookup] Found menu:'' 19:36:33.047 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:36:33.047 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 19:36:33.047 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 19:36:33.047 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 19:36:33.047 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 19:36:33.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 19:36:33.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 19:36:33.071 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:33.072 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 19:36:33.072 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:36:33.072 DEBUG [main][EditorHandler] 1 editor(s) found 19:36:33.072 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 19:36:33.118 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 19:36:33.118 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 19:36:33.118 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:36:33.118 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:36:33.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:36:33.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:36:33.118 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 19:36:33.118 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:36:33.118 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeContentAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 19:36:33.118 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 19:36:33.118 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:36:33.118 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:36:33.118 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:36:33.119 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:33.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:33.119 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 19:36:33.119 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:33.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:33.120 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:36:33.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:36:33.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:36:33.120 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:36:33.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') 19:36:33.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:33.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:33.121 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:33.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:33.121 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:36:33.121 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:33.121 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:33.121 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:33.121 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:36:33.121 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:36:33.121 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:36:33.122 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:33.122 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:33.122 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:33.122 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:33.122 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:33.123 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:33.123 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:33.123 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:33.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:33.123 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:33.123 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:33.624 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:33.624 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:34.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:34.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:34.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:36:34.125 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:34.125 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:34.125 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:34.126 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:34.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 19:36:34.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:34.126 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:34.126 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:34.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:34.126 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:36:34.126 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:36:34.126 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 19:36:34.126 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 19:36:34.127 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 19:36:34.127 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 19:36:34.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:34.127 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 19:36:34.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:34.127 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 19:36:34.127 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 19:36:34.127 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:36:34.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:34.127 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:36:34.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:34.127 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:36:34.127 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 19:36:34.127 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 19:36:34.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:34.127 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 19:36:34.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:34.127 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 19:36:34.127 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:36:34.127 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:36:34.127 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:36:34.130 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:36:34.131 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 19:36:34.131 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:36:34.131 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:36:34.131 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:36:34.134 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:36:34.134 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:36:34.134 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:36:34.224 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:36:34.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:36:34.224 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:36:34.224 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:36:34.224 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:36:34.224 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:36:34.224 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:36:34.224 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:36:34.224 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:36:34.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:36:34.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@39f39c44 is found... 19:36:34.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@39f39c44 is found finished successfully 19:36:34.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 19:36:34.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:34.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:34.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:34.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:34.237 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:36:34.237 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:34.238 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 19:36:34.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:36:34.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:36:34.238 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:36:34.238 DEBUG [main][MenuItemLookup] Found menu:'File' 19:36:34.238 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:36:34.238 DEBUG [main][MenuItemLookup] Item match:Edit 19:36:34.238 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 19:36:34.238 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 19:36:34.238 DEBUG [main][MenuItemLookup] Found menu:'' 19:36:34.239 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 19:36:34.239 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:36:34.239 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:36:34.239 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:36:34.239 DEBUG [main][MenuItemLookup] Found menu:'' 19:36:34.239 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:36:34.239 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 19:36:34.239 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 19:36:34.239 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 19:36:34.239 DEBUG [main][MenuItemLookup] Found menu:'' 19:36:34.239 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 19:36:34.239 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 19:36:34.239 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 19:36:34.239 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 19:36:34.239 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 19:36:34.239 DEBUG [main][MenuItemLookup] Found menu:'' 19:36:34.239 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 19:36:34.239 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 19:36:34.239 DEBUG [main][MenuItemLookup] Found menu:'' 19:36:34.239 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 19:36:34.239 DEBUG [main][MenuItemLookup] Found menu:'' 19:36:34.239 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 19:36:34.239 DEBUG [main][MenuItemLookup] Found menu:'' 19:36:34.239 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 19:36:34.239 DEBUG [main][MenuItemLookup] Item match:Content Assist 19:36:34.239 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:34.239 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 19:36:34.239 INFO [WorkbenchTestable][AbstractEditor] Open editor's Default content assistant 19:36:34.239 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 19:36:35.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:36:35.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:36:35.240 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:36:35.240 DEBUG [main][MenuItemLookup] Found menu:'File' 19:36:35.240 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:36:35.240 DEBUG [main][MenuItemLookup] Item match:Edit 19:36:35.241 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 19:36:35.241 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 19:36:35.241 DEBUG [main][MenuItemLookup] Found menu:'' 19:36:35.241 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 19:36:35.241 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:36:35.241 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:36:35.241 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:36:35.241 DEBUG [main][MenuItemLookup] Found menu:'' 19:36:35.241 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:36:35.241 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 19:36:35.241 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 19:36:35.241 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 19:36:35.241 DEBUG [main][MenuItemLookup] Found menu:'' 19:36:35.241 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 19:36:35.241 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 19:36:35.241 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 19:36:35.241 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 19:36:35.241 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 19:36:35.241 DEBUG [main][MenuItemLookup] Found menu:'' 19:36:35.241 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 19:36:35.241 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 19:36:35.241 DEBUG [main][MenuItemLookup] Found menu:'' 19:36:35.241 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 19:36:35.241 DEBUG [main][MenuItemLookup] Found menu:'' 19:36:35.241 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 19:36:35.241 DEBUG [main][MenuItemLookup] Found menu:'' 19:36:35.241 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 19:36:35.241 DEBUG [main][MenuItemLookup] Item match:Content Assist 19:36:35.241 DEBUG [main][MenuItemLookup] Found menu:'Default Ctrl+Space' 19:36:35.241 DEBUG [main][MenuItemLookup] Item match:Default Ctrl+Space 19:36:35.242 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Default Ctrl+Space" 19:36:35.242 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Default Ctrl+Space 19:36:35.242 INFO [main][MenuItemHandler] Select menu item: &Default Ctrl+Space 19:36:35.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 19:36:35.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 19:36:35.256 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:36:35.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:36:35.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:36:35.264 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 19:36:35.264 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:36:35.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:35.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:35.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:35.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:35.264 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:36:35.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:36:35.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:36:35.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 19:36:35.265 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 19:36:35.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:36:35.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:36:35.265 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:36:35.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:36:35.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:36:35.266 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell 19:36:35.266 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 19:36:35.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:36:35.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:36:35.266 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") 19:36:35.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:35.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:35.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:35.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:35.767 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:36.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:36.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:36.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:36:36.270 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 19:36:36.270 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21 19:36:36.270 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:36:36.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 19:36:36.783 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 19:36:36.783 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:36.784 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:36.784 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 19:36:36.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:36.784 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:36.784 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 19:36:36.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:36:36.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:36:36.785 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:36:36.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 '\*?\QProject Explorer\E') 19:36:36.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:36.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:36.785 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:36.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:36.785 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:36:36.786 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:36.786 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:36.805 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:36.805 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:36.805 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:36.805 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:36.806 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:36.806 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:36.806 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:36.806 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:36.806 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:36.806 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:36.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:36.806 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:36.806 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:37.307 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:37.307 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:37.807 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:37.807 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:37.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:36:37.808 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:37.808 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:37.808 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:37.808 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:37.808 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:36:37.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:37.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:37.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:37.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:37.809 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:36:37.809 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:36:37.809 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 19:36:37.809 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 19:36:37.809 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 19:36:37.809 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 19:36:37.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:37.810 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 19:36:37.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:37.810 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 19:36:37.810 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 19:36:37.810 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:36:37.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:37.810 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:36:37.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:37.810 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:36:37.810 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 19:36:37.810 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 19:36:37.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:37.810 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 19:36:37.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:37.810 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 19:36:37.810 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:36:37.811 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:36:37.811 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:36:37.814 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:36:37.814 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 19:36:37.814 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:36:37.814 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:36:37.815 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:36:37.818 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:36:37.818 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:36:37.818 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:36:37.839 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:36:37.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:36:37.839 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:36:37.839 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:36:37.839 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:36:37.839 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:36:37.839 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:36:37.839 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:36:37.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:36:37.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@45863412 is found... 19:36:37.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@45863412 is found finished successfully 19:36:37.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') 19:36:37.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:37.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:37.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:37.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:37.841 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:36:37.841 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:37.842 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 19:36:37.842 INFO [WorkbenchTestable][TextEditor] Set text to editor 19:36:37.851 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:37.851 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 19:36:37.851 INFO [WorkbenchTestable][AbstractEditor] Save editor 19:36:37.851 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 19:36:37.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:36:37.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:36:37.852 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:36:37.852 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:36:37.852 DEBUG [main][MenuItemLookup] Found menu:'File' 19:36:37.852 DEBUG [main][MenuItemLookup] Item match:File 19:36:37.852 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:36:37.852 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:36:37.852 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:36:37.852 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:36:37.852 DEBUG [main][MenuItemLookup] Found menu:'' 19:36:37.852 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:36:37.852 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:36:37.852 DEBUG [main][MenuItemLookup] Found menu:'' 19:36:37.852 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:36:37.852 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 19:36:37.853 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 19:36:37.853 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 19:36:37.853 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 19:36:37.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 19:36:37.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 19:36:37.875 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:37.875 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 19:36:37.875 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:36:37.875 DEBUG [main][EditorHandler] 1 editor(s) found 19:36:37.875 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 19:36:37.916 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 19:36:37.916 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 19:36:37.916 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:36:37.916 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:36:37.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:36:37.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:36:37.916 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeContentAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 19:36:37.917 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:36:37.917 INFO [WorkbenchTestable][RequirementsRunner] Started test: quickFixAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 19:36:37.917 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 19:36:37.917 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:36:37.917 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:36:37.917 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:36:37.917 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:37.917 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:37.918 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 19:36:37.918 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:37.918 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:37.918 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:36:37.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:36:37.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:36:37.918 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:36:37.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') 19:36:37.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:37.918 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:37.919 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:37.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:37.919 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:36:37.919 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:37.919 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:37.919 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:37.919 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:36:37.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:36:37.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:36:37.920 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:37.920 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:37.921 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:37.921 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:37.921 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:37.921 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:37.921 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:37.921 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:37.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:37.921 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:37.921 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:38.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:38.422 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:38.923 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:38.923 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:38.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:36:38.923 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:38.923 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:38.924 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:38.924 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:38.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 19:36:38.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:38.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:38.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:38.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:38.924 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:36:38.925 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:36:38.925 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 19:36:38.925 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 19:36:38.926 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 19:36:38.926 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 19:36:38.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:38.926 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 19:36:38.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:38.926 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 19:36:38.926 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 19:36:38.926 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:36:38.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:38.926 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:36:38.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:38.926 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:36:38.926 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 19:36:38.926 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 19:36:38.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:38.926 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 19:36:38.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:38.926 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 19:36:38.926 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:36:38.926 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:36:38.927 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:36:38.930 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:36:38.930 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 19:36:38.930 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:36:38.930 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:36:38.930 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:36:38.933 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:36:38.933 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:36:38.934 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:36:39.021 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:36:39.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:36:39.021 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:36:39.021 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:36:39.021 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:36:39.021 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:36:39.021 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:36:39.021 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:36:39.021 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:36:39.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:36:39.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7ac4ad14 is found... 19:36:39.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7ac4ad14 is found finished successfully 19:36:39.024 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') 19:36:39.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:39.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:39.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:39.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:39.026 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:36:39.026 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:39.026 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 19:36:39.026 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 { 19:36:39.037 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:39.037 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 19:36:39.037 INFO [WorkbenchTestable][AbstractEditor] Open editor's quick fix assistant 19:36:39.037 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 19:36:40.038 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 19:36:40.038 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 19:36:40.238 INFO [WorkbenchTestable][Keyboard] As char:1, as int:49 19:36:41.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 19:36:41.241 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 19:36:41.241 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:36:41.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:36:41.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:36:41.247 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 19:36:41.247 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:36:41.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:41.247 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:41.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:41.747 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:41.748 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:42.248 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:42.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:42.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:36:42.249 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was not found 19:36:42.249 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 19:36:42.249 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:36:42.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:36:42.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:36:42.253 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 19:36:42.253 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:36:42.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:42.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:42.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:42.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:42.253 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:36:42.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:36:42.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:36:42.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 19:36:42.254 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 19:36:42.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:36:42.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:36:42.254 DEBUG [WorkbenchTestable][ContentAssistant] Getting content assist proposals 19:36:42.254 DEBUG [WorkbenchTestable][ContentAssistant] Content assist proposals: 19:36:42.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:36:42.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:36:42.254 DEBUG [WorkbenchTestable][ContentAssistant] Rename in file (Ctrl+2 R) 19:36:42.254 DEBUG [WorkbenchTestable][ContentAssistant] Rename in workspace (Shift+Alt+R) 19:36:42.254 DEBUG [WorkbenchTestable][ContentAssistant] Create new JUnit test case for 'JavaClass.java' 19:36:42.254 DEBUG [WorkbenchTestable][ContentAssistant] Getting content assist proposals 19:36:42.254 DEBUG [WorkbenchTestable][ContentAssistant] Content assist proposals: 19:36:42.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:36:42.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:36:42.254 DEBUG [WorkbenchTestable][ContentAssistant] Rename in file (Ctrl+2 R) 19:36:42.254 DEBUG [WorkbenchTestable][ContentAssistant] Rename in workspace (Shift+Alt+R) 19:36:42.254 DEBUG [WorkbenchTestable][ContentAssistant] Create new JUnit test case for 'JavaClass.java' 19:36:42.254 INFO [WorkbenchTestable][AbstractShell] Close shell 19:36:42.254 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 19:36:42.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:36:42.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:36:42.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:42.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:42.266 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 19:36:42.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:42.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:42.266 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 19:36:42.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:36:42.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:36:42.266 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:36:42.266 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:36:42.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:42.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:42.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:42.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:42.267 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:36:42.267 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:42.267 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:42.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:42.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:42.288 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:42.288 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:42.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:42.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:42.288 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:42.288 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:42.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:42.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:42.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:42.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:42.289 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:42.789 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:42.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:43.290 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:43.290 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:43.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:36:43.291 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:43.291 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:43.291 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:43.291 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:43.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 19:36:43.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:43.292 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:43.292 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:43.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:43.292 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:36:43.292 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:36:43.292 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 19:36:43.292 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 19:36:43.292 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 19:36:43.292 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 19:36:43.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:43.292 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 19:36:43.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:43.293 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 19:36:43.293 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 19:36:43.293 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:36:43.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:43.293 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:36:43.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:43.293 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:36:43.293 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 19:36:43.293 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 19:36:43.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:43.293 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 19:36:43.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:43.293 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 19:36:43.293 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:36:43.293 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:36:43.293 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:36:43.296 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:36:43.297 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 19:36:43.297 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:36:43.297 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:36:43.297 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:36:43.300 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:36:43.300 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:36:43.300 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:36:43.321 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:36:43.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:36:43.321 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:36:43.321 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:36:43.321 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:36:43.321 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:36:43.321 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:36:43.321 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:36:43.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:36:43.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@238f2450 is found... 19:36:43.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@238f2450 is found finished successfully 19:36:43.322 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') 19:36:43.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:43.322 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:43.323 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:43.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:43.323 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:36:43.324 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:43.324 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 19:36:43.324 INFO [WorkbenchTestable][TextEditor] Set text to editor 19:36:43.335 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:43.335 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 19:36:43.335 INFO [WorkbenchTestable][AbstractEditor] Save editor 19:36:43.335 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 19:36:43.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:36:43.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:36:43.335 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:36:43.335 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:36:43.336 DEBUG [main][MenuItemLookup] Found menu:'File' 19:36:43.336 DEBUG [main][MenuItemLookup] Item match:File 19:36:43.336 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:36:43.336 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:36:43.336 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:36:43.336 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:36:43.336 DEBUG [main][MenuItemLookup] Found menu:'' 19:36:43.336 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:36:43.336 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:36:43.336 DEBUG [main][MenuItemLookup] Found menu:'' 19:36:43.336 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:36:43.336 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 19:36:43.337 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 19:36:43.337 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 19:36:43.337 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 19:36:43.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 19:36:43.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 19:36:43.360 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:43.360 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 19:36:43.360 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:36:43.360 DEBUG [main][EditorHandler] 1 editor(s) found 19:36:43.360 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 19:36:43.404 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 19:36:43.404 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 19:36:43.404 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:36:43.404 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:36:43.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:36:43.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:36:43.404 INFO [WorkbenchTestable][RequirementsRunner] Finished test: quickFixAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 19:36:43.404 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:36:43.404 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTextAtLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 19:36:43.404 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 19:36:43.404 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:36:43.404 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:36:43.404 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:36:43.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:43.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:43.405 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 19:36:43.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:43.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:43.406 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:36:43.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:36:43.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:36:43.406 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:36:43.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 '\*?\QProject Explorer\E') 19:36:43.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:43.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:43.406 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:43.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:43.406 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:36:43.407 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:43.407 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:43.407 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:43.407 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:36:43.407 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:36:43.407 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:36:43.408 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:43.408 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:43.408 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:43.408 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:43.409 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:43.409 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:43.409 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:43.409 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:43.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:43.409 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:43.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:43.910 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:43.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:44.411 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:44.411 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:44.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:36:44.411 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:44.411 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:44.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:44.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:44.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 19:36:44.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:44.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:44.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:44.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:44.412 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:36:44.413 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:36:44.413 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 19:36:44.413 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 19:36:44.413 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 19:36:44.413 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 19:36:44.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:44.414 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 19:36:44.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:44.414 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 19:36:44.414 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 19:36:44.414 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:36:44.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:44.414 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:36:44.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:44.414 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:36:44.414 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 19:36:44.414 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 19:36:44.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:44.414 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 19:36:44.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:44.414 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 19:36:44.414 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:36:44.414 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:36:44.414 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:36:44.417 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:36:44.418 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 19:36:44.418 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:36:44.418 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:36:44.418 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:36:44.421 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:36:44.421 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:36:44.421 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:36:44.506 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:36:44.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:36:44.507 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:36:44.507 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:36:44.507 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:36:44.507 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:36:44.507 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:36:44.507 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:36:44.507 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:36:44.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:36:44.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7cfc8138 is found... 19:36:44.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7cfc8138 is found finished successfully 19:36:44.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 19:36:44.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:44.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:44.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:44.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:44.511 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:36:44.511 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:44.511 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 19:36:44.511 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 19:36:44.512 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 19:36:44.712 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 19:36:44.914 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 19:36:44.914 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 19:36:45.115 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 19:36:45.318 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 19:36:45.318 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 19:36:45.519 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 19:36:45.721 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 19:36:45.721 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 19:36:45.921 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 19:36:46.123 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 19:36:46.123 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 19:36:46.324 INFO [WorkbenchTestable][Keyboard] As char:-, as int:16777261 19:36:47.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:47.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:47.328 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 19:36:47.328 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:47.329 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:47.329 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 19:36:47.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:36:47.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:36:47.337 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:36:47.338 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:36:47.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:47.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:47.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:47.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:47.338 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:36:47.338 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:47.338 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:47.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:47.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:47.345 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:47.345 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:47.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:47.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:47.356 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:47.356 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:47.357 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:47.357 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:47.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:47.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:47.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:47.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:47.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:48.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:48.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:48.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:36:48.359 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:48.359 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:48.359 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:48.359 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:48.360 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:36:48.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:48.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:48.360 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:48.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:48.360 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:36:48.360 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:36:48.360 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 19:36:48.361 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 19:36:48.361 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 19:36:48.361 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 19:36:48.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:48.361 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 19:36:48.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:48.361 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 19:36:48.361 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 19:36:48.361 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:36:48.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:48.361 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:36:48.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:48.361 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:36:48.361 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 19:36:48.361 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 19:36:48.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:48.361 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 19:36:48.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:48.361 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 19:36:48.361 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:36:48.361 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:36:48.362 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:36:48.364 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:36:48.365 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 19:36:48.365 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:36:48.365 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:36:48.365 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:36:48.368 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:36:48.368 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:36:48.368 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:36:48.389 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:36:48.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:36:48.389 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:36:48.389 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:36:48.389 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:36:48.389 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:36:48.389 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:36:48.389 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:36:48.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:36:48.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5f7e7bfe is found... 19:36:48.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5f7e7bfe is found finished successfully 19:36:48.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 '\*?\QJavaClass.java\E') 19:36:48.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:48.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:48.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:48.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:48.391 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:36:48.391 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:48.391 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 19:36:48.391 INFO [WorkbenchTestable][TextEditor] Set text to editor 19:36:48.402 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:48.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 19:36:48.403 INFO [WorkbenchTestable][AbstractEditor] Save editor 19:36:48.403 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 19:36:48.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:36:48.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:36:48.403 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:36:48.403 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:36:48.403 DEBUG [main][MenuItemLookup] Found menu:'File' 19:36:48.403 DEBUG [main][MenuItemLookup] Item match:File 19:36:48.404 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:36:48.404 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:36:48.404 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:36:48.404 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:36:48.404 DEBUG [main][MenuItemLookup] Found menu:'' 19:36:48.404 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:36:48.404 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:36:48.404 DEBUG [main][MenuItemLookup] Found menu:'' 19:36:48.404 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:36:48.404 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 19:36:48.404 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 19:36:48.404 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 19:36:48.404 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 19:36:48.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 19:36:48.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 19:36:48.427 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:48.427 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 19:36:48.427 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:36:48.427 DEBUG [main][EditorHandler] 1 editor(s) found 19:36:48.427 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 19:36:48.467 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 19:36:48.467 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 19:36:48.467 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:36:48.467 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:36:48.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:36:48.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:36:48.467 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTextAtLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 19:36:48.467 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:36:48.467 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 19:36:48.467 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 19:36:48.467 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:36:48.467 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:36:48.467 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:36:48.467 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:48.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:48.468 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 19:36:48.468 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:48.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:48.468 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:36:48.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:36:48.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:36:48.469 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:36:48.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 19:36:48.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:48.469 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:48.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:48.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:48.469 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:36:48.469 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:48.470 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:48.470 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:48.470 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:36:48.470 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:36:48.470 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:36:48.471 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:48.471 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:48.471 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:48.471 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:48.471 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:48.471 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:48.472 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:48.472 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:48.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:48.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:48.472 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:48.972 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:48.973 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:49.473 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:49.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:49.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:36:49.474 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:49.474 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:49.475 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:49.475 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:49.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 19:36:49.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:49.475 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:49.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:49.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:49.475 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:36:49.475 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:36:49.475 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 19:36:49.475 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 19:36:49.476 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 19:36:49.476 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 19:36:49.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:49.476 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 19:36:49.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:49.476 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 19:36:49.476 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 19:36:49.476 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:36:49.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:49.476 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:36:49.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:49.476 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:36:49.477 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 19:36:49.477 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 19:36:49.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:49.477 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 19:36:49.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:49.477 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 19:36:49.477 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:36:49.477 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:36:49.477 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:36:49.480 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:36:49.480 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 19:36:49.480 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:36:49.480 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:36:49.480 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:36:49.483 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:36:49.483 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:36:49.484 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:36:49.595 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:36:49.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:36:49.595 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:36:49.595 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:36:49.595 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:36:49.595 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:36:49.595 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:36:49.595 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:36:49.595 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:36:49.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:36:49.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5f298d1f is found... 19:36:49.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5f298d1f is found finished successfully 19:36:49.598 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') 19:36:49.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:49.598 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:49.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:49.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:49.603 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:36:49.604 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:49.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 19:36:49.604 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 19:36:49.604 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 19:36:49.804 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 19:36:50.006 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 19:36:50.006 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 19:36:50.207 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 19:36:50.409 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 19:36:50.409 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 19:36:50.610 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 19:36:50.812 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 19:36:50.812 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 19:36:51.012 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 19:36:51.215 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 19:36:51.215 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 19:36:51.415 INFO [WorkbenchTestable][Keyboard] As char:-, as int:16777261 19:36:52.416 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 { 19:36:52.421 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:52.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:52.421 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 19:36:52.421 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:52.422 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:52.422 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 19:36:52.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:36:52.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:36:52.422 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:36:52.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 '\*?\QProject Explorer\E') 19:36:52.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:52.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:52.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:52.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:52.423 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:36:52.423 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:52.423 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:52.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:52.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:52.430 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:52.430 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:52.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:52.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:52.430 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:52.430 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:52.451 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:52.451 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:52.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:52.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:52.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:52.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:52.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:53.452 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:53.452 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:53.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:36:53.452 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:53.452 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:53.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:53.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:53.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 19:36:53.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:53.453 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:53.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:53.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:53.453 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:36:53.453 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:36:53.453 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 19:36:53.454 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 19:36:53.454 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 19:36:53.454 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 19:36:53.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:53.454 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 19:36:53.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:53.454 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 19:36:53.454 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 19:36:53.454 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:36:53.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:53.454 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:36:53.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:53.454 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:36:53.454 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 19:36:53.454 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 19:36:53.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:53.454 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 19:36:53.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:53.454 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 19:36:53.454 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:36:53.455 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:36:53.455 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:36:53.458 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:36:53.458 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 19:36:53.458 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:36:53.458 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:36:53.459 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:36:53.462 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:36:53.462 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:36:53.462 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:36:53.484 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:36:53.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:36:53.484 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:36:53.484 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:36:53.484 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:36:53.484 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:36:53.484 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:36:53.484 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:36:53.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:36:53.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@18dc7545 is found... 19:36:53.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@18dc7545 is found finished successfully 19:36:53.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 19:36:53.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:53.486 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:53.487 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:53.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:53.487 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:36:53.487 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:53.487 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 19:36:53.487 INFO [WorkbenchTestable][TextEditor] Set text to editor 19:36:53.497 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:53.498 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 19:36:53.498 INFO [WorkbenchTestable][AbstractEditor] Save editor 19:36:53.498 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 19:36:53.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:36:53.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:36:53.498 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:36:53.498 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:36:53.498 DEBUG [main][MenuItemLookup] Found menu:'File' 19:36:53.498 DEBUG [main][MenuItemLookup] Item match:File 19:36:53.499 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:36:53.499 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:36:53.499 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:36:53.499 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:36:53.499 DEBUG [main][MenuItemLookup] Found menu:'' 19:36:53.499 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:36:53.499 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:36:53.499 DEBUG [main][MenuItemLookup] Found menu:'' 19:36:53.499 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:36:53.499 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 19:36:53.499 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 19:36:53.499 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 19:36:53.499 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 19:36:53.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 19:36:53.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 19:36:53.521 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:53.521 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 19:36:53.521 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:36:53.521 DEBUG [main][EditorHandler] 1 editor(s) found 19:36:53.521 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 19:36:53.563 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 19:36:53.563 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 19:36:53.563 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:36:53.563 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:36:53.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:36:53.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:36:53.563 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 19:36:53.564 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:36:53.564 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetPositionOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 19:36:53.564 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 19:36:53.564 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:36:53.564 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:36:53.564 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:36:53.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:53.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:53.564 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 19:36:53.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:53.565 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:53.565 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:36:53.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:36:53.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:36:53.565 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:36:53.565 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:36:53.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:53.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:53.566 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:53.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:53.566 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:36:53.566 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:53.566 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:53.566 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:53.566 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:36:53.566 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:36:53.566 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:36:53.593 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:53.593 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:53.594 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:53.594 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:53.594 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:53.594 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:53.594 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:53.595 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:53.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:53.595 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:53.595 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:54.095 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:54.096 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:54.597 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:54.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:54.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:36:54.597 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:54.597 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:54.598 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:54.598 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:54.598 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:36:54.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:54.598 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:54.598 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:54.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:54.598 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:36:54.598 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:36:54.598 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 19:36:54.598 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 19:36:54.599 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 19:36:54.599 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 19:36:54.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:54.599 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 19:36:54.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:54.599 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 19:36:54.599 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 19:36:54.599 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:36:54.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:54.599 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:36:54.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:54.599 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:36:54.599 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 19:36:54.599 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 19:36:54.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:54.599 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 19:36:54.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:54.599 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 19:36:54.599 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:36:54.599 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:36:54.600 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:36:54.604 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:36:54.604 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 19:36:54.604 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:36:54.604 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:36:54.605 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:36:54.607 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:36:54.607 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:36:54.608 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:36:54.701 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:36:54.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:36:54.701 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:36:54.701 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:36:54.701 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:36:54.702 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:36:54.702 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:36:54.702 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:36:54.702 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:36:54.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:36:54.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@38768226 is found... 19:36:54.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@38768226 is found finished successfully 19:36:54.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 19:36:54.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:54.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:54.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:54.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:54.712 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:36:54.713 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:54.713 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 19:36:54.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:54.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:54.714 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 19:36:54.714 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:54.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:54.714 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 19:36:54.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:36:54.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:36:54.715 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:36:54.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 '\*?\QProject Explorer\E') 19:36:54.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:54.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:54.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:54.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:54.715 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:36:54.715 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:54.716 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:54.735 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:54.736 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:54.736 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:54.736 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:54.736 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:54.736 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:54.736 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:54.736 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:54.737 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:54.737 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:54.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:54.737 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:54.737 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:55.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:55.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:55.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:55.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:55.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:36:55.738 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:55.738 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:55.739 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:55.739 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:55.739 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:36:55.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:55.739 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:55.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:55.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:55.739 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:36:55.740 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:36:55.740 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 19:36:55.740 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 19:36:55.740 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 19:36:55.740 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 19:36:55.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:55.740 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 19:36:55.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:55.740 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 19:36:55.740 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 19:36:55.740 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:36:55.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:55.740 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:36:55.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:55.740 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:36:55.741 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 19:36:55.741 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 19:36:55.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:55.741 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 19:36:55.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:55.741 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 19:36:55.741 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:36:55.741 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:36:55.741 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:36:55.744 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:36:55.744 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 19:36:55.744 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:36:55.744 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:36:55.744 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:36:55.747 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:36:55.747 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:36:55.747 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:36:55.768 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:36:55.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:36:55.768 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:36:55.768 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:36:55.768 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:36:55.768 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:36:55.768 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:36:55.768 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:36:55.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:36:55.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@14fbbf5d is found... 19:36:55.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@14fbbf5d is found finished successfully 19:36:55.769 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') 19:36:55.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:55.769 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:55.770 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:55.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:55.770 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:36:55.770 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:55.770 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 19:36:55.770 INFO [WorkbenchTestable][TextEditor] Set text to editor 19:36:55.779 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:55.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() { System.out.println(""); } } TooltipText=null 19:36:55.779 INFO [WorkbenchTestable][AbstractEditor] Save editor 19:36:55.779 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 19:36:55.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:36:55.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:36:55.780 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:36:55.780 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:36:55.780 DEBUG [main][MenuItemLookup] Found menu:'File' 19:36:55.780 DEBUG [main][MenuItemLookup] Item match:File 19:36:55.780 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:36:55.780 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:36:55.780 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:36:55.780 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:36:55.780 DEBUG [main][MenuItemLookup] Found menu:'' 19:36:55.780 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:36:55.780 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:36:55.780 DEBUG [main][MenuItemLookup] Found menu:'' 19:36:55.780 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:36:55.780 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 19:36:55.781 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 19:36:55.781 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 19:36:55.781 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 19:36:55.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 19:36:55.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 19:36:55.803 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:55.803 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 19:36:55.803 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:36:55.803 DEBUG [main][EditorHandler] 1 editor(s) found 19:36:55.803 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 19:36:55.844 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 19:36:55.844 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 19:36:55.844 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:36:55.844 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:36:55.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:36:55.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:36:55.844 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetPositionOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 19:36:55.844 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:36:55.844 INFO [WorkbenchTestable][RequirementsRunner] Started test: openSpecificContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 19:36:55.844 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 19:36:55.844 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:36:55.844 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:36:55.844 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:36:55.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:55.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:55.845 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 19:36:55.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:55.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:55.845 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:36:55.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:36:55.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:36:55.846 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:36:55.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 '\*?\QProject Explorer\E') 19:36:55.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:55.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:55.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:55.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:55.846 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:36:55.846 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:55.846 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:55.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:55.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:36:55.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:36:55.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:36:55.848 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:55.848 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:55.848 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:55.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:55.849 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:55.849 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:55.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:55.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:55.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:55.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:55.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:56.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:56.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:56.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:56.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:56.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:36:56.851 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:56.851 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:56.852 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:56.852 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:56.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 19:36:56.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:56.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:56.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:56.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:56.852 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:36:56.853 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:36:56.853 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 19:36:56.853 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 19:36:56.853 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 19:36:56.853 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 19:36:56.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:56.853 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 19:36:56.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:56.853 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 19:36:56.853 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 19:36:56.853 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:36:56.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:56.854 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:36:56.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:56.854 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:36:56.854 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 19:36:56.854 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 19:36:56.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:56.854 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 19:36:56.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:56.854 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 19:36:56.854 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:36:56.854 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:36:56.854 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:36:56.857 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:36:56.858 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 19:36:56.858 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:36:56.858 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:36:56.858 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:36:56.861 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:36:56.861 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:36:56.861 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:36:56.946 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:36:56.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:36:56.946 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:36:56.946 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:36:56.946 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:36:56.946 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:36:56.946 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:36:56.946 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:36:56.946 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:36:56.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:36:56.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7a999a8 is found... 19:36:56.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7a999a8 is found finished successfully 19:36:56.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 '\*?\QJavaClass.java\E') 19:36:56.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:56.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:56.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:56.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:56.951 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:36:56.951 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:56.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 19:36:56.951 INFO [WorkbenchTestable][TextEditor] Set cursor position to [12, 0] 19:36:56.965 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:56.965 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 19:36:56.965 INFO [WorkbenchTestable][AbstractEditor] Open editor's Java Proposals content assistant 19:36:56.965 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 19:36:57.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:36:57.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:36:57.966 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:36:57.966 DEBUG [main][MenuItemLookup] Found menu:'File' 19:36:57.966 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:36:57.966 DEBUG [main][MenuItemLookup] Item match:Edit 19:36:57.967 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 19:36:57.967 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 19:36:57.967 DEBUG [main][MenuItemLookup] Found menu:'' 19:36:57.967 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 19:36:57.967 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:36:57.967 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:36:57.967 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:36:57.967 DEBUG [main][MenuItemLookup] Found menu:'' 19:36:57.967 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:36:57.967 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 19:36:57.967 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 19:36:57.967 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 19:36:57.967 DEBUG [main][MenuItemLookup] Found menu:'' 19:36:57.967 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 19:36:57.967 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 19:36:57.967 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 19:36:57.967 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 19:36:57.967 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 19:36:57.967 DEBUG [main][MenuItemLookup] Found menu:'' 19:36:57.967 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 19:36:57.967 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 19:36:57.967 DEBUG [main][MenuItemLookup] Found menu:'' 19:36:57.967 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 19:36:57.967 DEBUG [main][MenuItemLookup] Found menu:'' 19:36:57.967 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 19:36:57.967 DEBUG [main][MenuItemLookup] Found menu:'' 19:36:57.967 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 19:36:57.967 DEBUG [main][MenuItemLookup] Item match:Content Assist 19:36:57.968 DEBUG [main][MenuItemLookup] Found menu:'Default Ctrl+Space' 19:36:57.968 DEBUG [main][MenuItemLookup] Found menu:'Java Type Proposals' 19:36:57.968 DEBUG [main][MenuItemLookup] Found menu:'Java Non-Type Proposals' 19:36:57.968 DEBUG [main][MenuItemLookup] Found menu:'Java Proposals' 19:36:57.968 DEBUG [main][MenuItemLookup] Item match:Java Proposals 19:36:57.968 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"J&ava Proposals" 19:36:57.968 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Java Proposals 19:36:57.969 INFO [main][MenuItemHandler] Select menu item: J&ava Proposals 19:36:57.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 19:36:57.993 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 19:36:57.993 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:36:57.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:36:57.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:36:57.999 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 19:36:57.999 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:36:57.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:57.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:57.999 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:57.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:57.999 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:36:58.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:36:58.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:36:58.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 19:36:58.000 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 19:36:58.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:36:58.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:36:58.001 DEBUG [WorkbenchTestable][ContentAssistant] Getting content assist proposals 19:36:58.001 DEBUG [WorkbenchTestable][ContentAssistant] Content assist proposals: 19:36:58.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:36:58.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:36:58.001 DEBUG [WorkbenchTestable][ContentAssistant] abstract 19:36:58.001 DEBUG [WorkbenchTestable][ContentAssistant] class 19:36:58.001 DEBUG [WorkbenchTestable][ContentAssistant] enum 19:36:58.001 DEBUG [WorkbenchTestable][ContentAssistant] final 19:36:58.001 DEBUG [WorkbenchTestable][ContentAssistant] import 19:36:58.001 DEBUG [WorkbenchTestable][ContentAssistant] interface 19:36:58.001 DEBUG [WorkbenchTestable][ContentAssistant] public 19:36:58.001 INFO [WorkbenchTestable][AbstractShell] Close shell 19:36:58.001 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 19:36:58.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:36:58.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:36:58.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:58.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:58.017 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 19:36:58.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:58.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:58.017 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 19:36:58.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:36:58.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:36:58.018 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:36:58.018 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:36:58.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:58.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:58.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:58.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:58.018 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:36:58.018 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:58.018 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:58.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:58.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:58.046 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:58.046 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:58.047 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:58.047 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:58.047 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:58.047 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:58.047 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:58.047 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:58.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:58.047 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:58.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:58.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:58.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:59.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:59.049 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:59.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:36:59.050 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:59.050 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:59.050 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:59.050 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:59.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 19:36:59.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:59.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:59.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:59.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:59.051 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:36:59.051 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:36:59.051 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 19:36:59.052 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 19:36:59.052 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 19:36:59.052 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 19:36:59.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:59.052 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 19:36:59.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:59.052 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 19:36:59.052 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 19:36:59.052 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:36:59.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:59.052 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:36:59.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:59.052 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:36:59.052 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 19:36:59.052 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 19:36:59.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:36:59.052 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 19:36:59.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:36:59.052 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 19:36:59.052 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:36:59.052 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:36:59.053 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:36:59.056 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:36:59.056 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 19:36:59.056 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:36:59.056 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:36:59.056 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:36:59.062 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:36:59.062 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:36:59.062 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:36:59.083 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:36:59.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:36:59.083 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:36:59.083 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:36:59.083 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:36:59.083 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:36:59.083 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:36:59.083 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:36:59.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:36:59.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7c24a245 is found... 19:36:59.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7c24a245 is found finished successfully 19:36:59.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 19:36:59.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:59.084 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:59.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:59.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:59.085 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:36:59.085 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:59.086 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 19:36:59.086 INFO [WorkbenchTestable][TextEditor] Set text to editor 19:36:59.095 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:59.095 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 19:36:59.095 INFO [WorkbenchTestable][AbstractEditor] Save editor 19:36:59.095 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 19:36:59.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:36:59.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:36:59.095 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:36:59.096 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:36:59.096 DEBUG [main][MenuItemLookup] Found menu:'File' 19:36:59.096 DEBUG [main][MenuItemLookup] Item match:File 19:36:59.096 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:36:59.096 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:36:59.096 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:36:59.096 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:36:59.096 DEBUG [main][MenuItemLookup] Found menu:'' 19:36:59.096 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:36:59.096 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:36:59.096 DEBUG [main][MenuItemLookup] Found menu:'' 19:36:59.096 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:36:59.096 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 19:36:59.097 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 19:36:59.097 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 19:36:59.097 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 19:36:59.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 19:36:59.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 19:36:59.106 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:59.106 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 19:36:59.106 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:36:59.106 DEBUG [main][EditorHandler] 1 editor(s) found 19:36:59.106 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 19:36:59.149 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 19:36:59.149 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 19:36:59.149 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:36:59.149 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:36:59.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:36:59.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:36:59.149 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openSpecificContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 19:36:59.149 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:36:59.149 INFO [WorkbenchTestable][RequirementsRunner] Started test: insertTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 19:36:59.149 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 19:36:59.149 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:36:59.149 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:36:59.149 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:36:59.150 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:59.150 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:59.150 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 19:36:59.150 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:59.150 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:59.150 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:36:59.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:36:59.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:36:59.151 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:36:59.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') 19:36:59.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:59.151 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:59.151 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:36:59.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:36:59.151 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:36:59.151 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:59.151 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:59.152 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:59.152 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:36:59.152 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:36:59.152 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:36:59.153 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:59.153 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:59.153 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:59.153 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:59.153 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:36:59.153 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:36:59.154 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:36:59.154 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:36:59.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:36:59.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:59.154 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:36:59.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:36:59.655 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:37:00.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:00.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:37:00.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:37:00.156 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:00.156 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:00.157 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:00.157 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:37:00.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 19:37:00.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:00.157 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:00.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:00.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:00.157 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:37:00.157 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:37:00.157 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 19:37:00.157 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 19:37:00.158 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 19:37:00.158 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 19:37:00.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:37:00.158 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 19:37:00.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:37:00.158 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 19:37:00.158 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 19:37:00.158 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:37:00.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:37:00.158 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:37:00.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:37:00.158 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:37:00.158 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 19:37:00.158 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 19:37:00.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:37:00.158 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 19:37:00.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:37:00.158 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 19:37:00.158 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:37:00.158 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:37:00.158 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:37:00.164 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:37:00.165 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 19:37:00.165 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:37:00.165 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:37:00.165 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:37:00.169 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:37:00.169 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:37:00.169 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:37:00.270 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:37:00.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:37:00.271 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:37:00.271 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:37:00.271 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:37:00.271 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:37:00.271 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:37:00.271 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:37:00.271 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:37:00.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:37:00.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@704f7855 is found... 19:37:00.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@704f7855 is found finished successfully 19:37:00.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 19:37:00.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:00.274 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:00.275 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:00.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:00.275 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:37:00.275 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:00.275 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 19:37:00.276 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 14, offser 22 19:37:00.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 19:37:00.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:00.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:00.282 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:00.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:00.282 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:37:00.282 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:00.283 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 19:37:00.283 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:00.283 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:00.283 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 19:37:00.283 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:00.283 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:00.284 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 19:37:00.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:37:00.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:37:00.284 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:37:00.284 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:37:00.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:00.284 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:00.284 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:00.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:00.284 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:37:00.284 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:00.284 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:00.306 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:00.306 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:37:00.307 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:00.307 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:00.307 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:00.307 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:37:00.307 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:00.307 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:00.307 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:00.308 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:37:00.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:00.308 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:00.308 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:37:00.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:00.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:37:01.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:01.310 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:37:01.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:37:01.311 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:01.311 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:01.311 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:01.311 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:37:01.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 19:37:01.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:01.311 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:01.311 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:01.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:01.311 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:37:01.311 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:37:01.312 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 19:37:01.312 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 19:37:01.312 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 19:37:01.312 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 19:37:01.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:37:01.312 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 19:37:01.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:37:01.312 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 19:37:01.312 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 19:37:01.312 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:37:01.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:37:01.312 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:37:01.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:37:01.312 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:37:01.313 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 19:37:01.313 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 19:37:01.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:37:01.313 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 19:37:01.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:37:01.313 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 19:37:01.313 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:37:01.313 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:37:01.313 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:37:01.316 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:37:01.316 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 19:37:01.316 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:37:01.316 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:37:01.316 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:37:01.321 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:37:01.321 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:37:01.321 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:37:01.334 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:37:01.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:37:01.334 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:37:01.334 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:37:01.334 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:37:01.334 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:37:01.334 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:37:01.334 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:37:01.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:37:01.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@39072056 is found... 19:37:01.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@39072056 is found finished successfully 19:37:01.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 19:37:01.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:01.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:01.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:01.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:01.336 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:37:01.346 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:01.346 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 19:37:01.346 INFO [WorkbenchTestable][TextEditor] Set text to editor 19:37:01.356 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:01.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 19:37:01.356 INFO [WorkbenchTestable][AbstractEditor] Save editor 19:37:01.356 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 19:37:01.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:37:01.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:37:01.356 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:37:01.356 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:37:01.357 DEBUG [main][MenuItemLookup] Found menu:'File' 19:37:01.357 DEBUG [main][MenuItemLookup] Item match:File 19:37:01.357 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:37:01.357 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:37:01.357 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:37:01.357 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:37:01.357 DEBUG [main][MenuItemLookup] Found menu:'' 19:37:01.357 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:37:01.357 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:37:01.357 DEBUG [main][MenuItemLookup] Found menu:'' 19:37:01.357 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:37:01.357 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 19:37:01.357 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 19:37:01.357 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 19:37:01.357 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 19:37:01.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 19:37:01.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 19:37:01.368 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:01.369 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 19:37:01.369 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:37:01.369 DEBUG [main][EditorHandler] 1 editor(s) found 19:37:01.369 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 19:37:01.421 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 19:37:01.421 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 19:37:01.421 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:37:01.421 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:37:01.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:37:01.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:37:01.421 INFO [WorkbenchTestable][RequirementsRunner] Finished test: insertTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 19:37:01.421 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:37:01.421 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 19:37:01.421 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 19:37:01.421 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:37:01.421 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:37:01.421 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:37:01.422 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:37:01.422 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:37:01.422 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:37:01.422 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:37:01.422 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:37:01.422 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:37:01.422 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:37:01.422 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:37:01.422 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:37:01.422 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:37:01.422 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:37:01.422 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:37:01.423 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:37:01.423 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:37:01.423 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:37:01.423 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:37:01.423 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:37:01.423 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:37:01.423 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:37:01.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:37:01.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:37:01.424 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:37:01.424 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:37:01.424 DEBUG [main][MenuItemLookup] Found menu:'File' 19:37:01.424 DEBUG [main][MenuItemLookup] Item match:File 19:37:01.424 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:37:01.424 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:37:01.426 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:37:01.426 DEBUG [main][MenuItemLookup] Found menu:'' 19:37:01.426 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:37:01.426 DEBUG [main][MenuItemLookup] Found menu:'File' 19:37:01.426 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:37:01.426 DEBUG [main][MenuItemLookup] Found menu:'' 19:37:01.426 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:37:01.426 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:37:01.435 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:37:01.435 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:37:01.435 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:37:01.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 'New|Select a wizard'] is available.... 19:37:01.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 'New|Select a wizard'] is available. finished successfully 19:37:01.498 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:37:01.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:37:01.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:37:01.499 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:37:01.499 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:37:01.499 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 19:37:01.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:01.499 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:01.499 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:01.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:01.499 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:37:01.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:37:01.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:37:01.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:37:01.500 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:37:01.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:37:01.500 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:37:01.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:37:01.500 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:37:01.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:37:01.501 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:37:01.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:37:01.501 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:37:01.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:37:01.501 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:37:01.501 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 19:37:01.501 DEBUG [main][TreeItemHandler] Selecting tree item: File 19:37:01.501 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 19:37:01.501 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 19:37:01.501 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:37:01.501 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:37:01.501 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) 19:37:01.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:01.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:01.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:01.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:01.502 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:37:01.502 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:37:01.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:37:01.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:37:01.502 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:37:01.502 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:37:01.526 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:37:01.526 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:37:01.526 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:37:01.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 19:37:01.527 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 19:37:01.527 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 19:37:01.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:37:01.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:37:01.528 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 19:37:01.528 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:37:01.528 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:") 19:37:01.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:01.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:01.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:01.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:01.529 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:37:01.529 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:37:01.530 INFO [WorkbenchTestable][AbstractText] Text set to: textEditor.txt 19:37:01.530 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:") 19:37:01.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:01.530 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:01.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:01.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:01.531 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:37:01.531 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:37:01.531 INFO [WorkbenchTestable][AbstractText] Text set to: testProject/ 19:37:01.532 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 19:37:01.532 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 19:37:01.532 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) 19:37:01.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:01.532 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:01.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:01.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:01.533 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:37:01.533 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:37:01.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:37:01.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:37:01.533 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:37:01.533 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:37:01.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:37:02.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:37:02.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:37:02.040 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 1 files to index (/TextEditorTestProject)' is a system job, skipped 19:37:02.040 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:37:02.040 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 19:37:02.040 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:37:02.040 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:37:02.040 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:37:02.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:37:02.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QtextEditor.txt\E') 19:37:02.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:02.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:02.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:02.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:02.042 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:37:02.042 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:02.042 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 19:37:02.045 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:02.045 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testText TooltipText=null 19:37:02.045 INFO [WorkbenchTestable][AbstractEditor] Save editor 19:37:02.045 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - testProject/textEditor.txt - Eclipse Platform 19:37:02.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:37:02.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:37:02.046 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - testProject/textEditor.txt - Eclipse Platform' 19:37:02.046 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - testProject/textEditor.txt - Eclipse Platform' 19:37:02.046 DEBUG [main][MenuItemLookup] Found menu:'File' 19:37:02.046 DEBUG [main][MenuItemLookup] Item match:File 19:37:02.046 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:37:02.046 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:37:02.046 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:37:02.046 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:37:02.046 DEBUG [main][MenuItemLookup] Found menu:'' 19:37:02.046 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:37:02.046 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:37:02.046 DEBUG [main][MenuItemLookup] Found menu:'' 19:37:02.046 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:37:02.046 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 19:37:02.047 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 19:37:02.047 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 19:37:02.047 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 19:37:02.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 19:37:02.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 19:37:02.064 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:02.064 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testText TooltipText=null 19:37:02.064 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:02.064 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testText TooltipText=null 19:37:02.064 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 19:37:02.064 DEBUG [WorkbenchTestable][EditorHandler] Closing editor textEditor.txt 19:37:02.099 DEBUG [WorkbenchTestable][EditorHandler] Editor textEditor.txt is closed 19:37:02.099 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:02.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:02.100 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 19:37:02.100 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:02.100 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:02.100 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:37:02.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:37:02.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:37:02.100 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:37:02.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') 19:37:02.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:02.100 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:02.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:02.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:02.101 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:37:02.101 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:02.101 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:02.101 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:02.101 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:37:02.101 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:37:02.101 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:37:02.102 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:02.102 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:02.103 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:02.103 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:37:02.103 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:02.103 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:02.103 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:02.103 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:37:02.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:02.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:02.103 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:37:02.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:02.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:37:03.104 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:03.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:37:03.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:37:03.105 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:03.105 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:03.106 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:03.106 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:37:03.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 19:37:03.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:03.106 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:03.107 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:03.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:03.107 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:37:03.107 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:37:03.107 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 19:37:03.107 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 19:37:03.107 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 19:37:03.107 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 19:37:03.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:37:03.107 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 19:37:03.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:37:03.107 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 19:37:03.107 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 19:37:03.107 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:37:03.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:37:03.107 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:37:03.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:37:03.107 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:37:03.108 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 19:37:03.108 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 19:37:03.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:37:03.108 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 19:37:03.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:37:03.108 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 19:37:03.108 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:37:03.108 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:37:03.108 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:37:03.111 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:37:03.112 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 19:37:03.112 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:37:03.112 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:37:03.112 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:37:03.118 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:37:03.118 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:37:03.118 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:37:03.205 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:37:03.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:37:03.205 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:37:03.205 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:37:03.205 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:37:03.205 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:37:03.205 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:37:03.205 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:37:03.205 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:37:03.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:37:03.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2f724c0c is found... 19:37:03.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2f724c0c is found finished successfully 19:37:03.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 19:37:03.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:03.209 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:03.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:03.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:03.210 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:37:03.210 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:03.210 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 19:37:03.210 INFO [WorkbenchTestable][TextEditor] Set text to editor 19:37:03.225 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:03.226 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 19:37:03.226 INFO [WorkbenchTestable][AbstractEditor] Save editor 19:37:03.226 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 19:37:03.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:37:03.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:37:03.226 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:37:03.226 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:37:03.226 DEBUG [main][MenuItemLookup] Found menu:'File' 19:37:03.226 DEBUG [main][MenuItemLookup] Item match:File 19:37:03.227 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:37:03.227 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:37:03.227 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:37:03.227 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:37:03.227 DEBUG [main][MenuItemLookup] Found menu:'' 19:37:03.227 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:37:03.227 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:37:03.227 DEBUG [main][MenuItemLookup] Found menu:'' 19:37:03.227 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:37:03.227 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 19:37:03.227 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 19:37:03.227 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 19:37:03.227 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 19:37:03.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 19:37:03.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 19:37:03.251 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:03.251 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 19:37:03.251 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:37:03.251 DEBUG [main][EditorHandler] 1 editor(s) found 19:37:03.251 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 19:37:03.316 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 19:37:03.316 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 19:37:03.316 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:37:03.316 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:37:03.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:37:03.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:37:03.316 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 19:37:03.316 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:37:03.316 INFO [WorkbenchTestable][RequirementsRunner] Started test: insertTextAfter no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 19:37:03.316 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 19:37:03.316 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:37:03.316 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:37:03.316 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:37:03.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:03.317 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:03.317 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 19:37:03.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:03.317 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:03.317 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:37:03.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:37:03.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:37:03.318 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:37:03.318 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:37:03.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:03.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:03.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:03.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:03.318 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:37:03.318 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:03.318 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:03.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:03.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:37:03.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:37:03.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:37:03.320 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:03.320 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:03.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:03.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:37:03.320 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:03.320 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:03.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:03.321 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:37:03.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:03.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:03.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:37:03.821 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:03.822 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:37:04.322 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:04.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:37:04.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:37:04.322 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:04.322 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:04.323 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:04.323 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:37:04.323 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:37:04.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:04.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:04.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:04.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:04.324 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:37:04.324 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:37:04.324 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 19:37:04.324 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 19:37:04.325 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 19:37:04.325 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 19:37:04.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:37:04.325 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 19:37:04.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:37:04.325 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 19:37:04.325 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 19:37:04.325 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:37:04.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:37:04.325 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:37:04.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:37:04.325 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:37:04.325 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 19:37:04.325 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 19:37:04.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:37:04.325 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 19:37:04.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:37:04.325 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 19:37:04.325 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:37:04.325 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:37:04.326 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:37:04.330 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:37:04.331 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 19:37:04.331 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:37:04.331 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:37:04.331 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:37:04.334 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:37:04.334 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:37:04.334 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:37:04.422 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:37:04.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:37:04.422 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:37:04.422 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:37:04.422 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:37:04.422 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:37:04.422 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:37:04.422 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:37:04.422 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:37:04.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:37:04.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@283c01cd is found... 19:37:04.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@283c01cd is found finished successfully 19:37:04.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 19:37:04.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:04.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:04.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:04.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:04.427 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:37:04.427 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:04.427 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 19:37:04.428 INFO [WorkbenchTestable][TextEditor] Insert text to editor at offser 540 19:37:04.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:04.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:04.437 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 19:37:04.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:04.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:04.438 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 19:37:04.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:37:04.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:37:04.439 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:37:04.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 '\*?\QProject Explorer\E') 19:37:04.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:04.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:04.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:04.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:04.439 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:37:04.439 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:04.439 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:04.446 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:04.446 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:37:04.446 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:04.446 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:04.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:04.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:37:04.461 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:04.461 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:04.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:04.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:37:04.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:04.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:04.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:37:04.962 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:04.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:37:05.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:05.463 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:37:05.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:37:05.463 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:05.463 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:05.464 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:05.464 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:37:05.464 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:37:05.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:05.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:05.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:05.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:05.465 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:37:05.465 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:37:05.465 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 19:37:05.465 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 19:37:05.465 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 19:37:05.465 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 19:37:05.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:37:05.465 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 19:37:05.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:37:05.465 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 19:37:05.465 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 19:37:05.465 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:37:05.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:37:05.465 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:37:05.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:37:05.465 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:37:05.465 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 19:37:05.465 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 19:37:05.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:37:05.466 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 19:37:05.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:37:05.466 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 19:37:05.466 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:37:05.466 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:37:05.466 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:37:05.469 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:37:05.469 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 19:37:05.469 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:37:05.469 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:37:05.469 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:37:05.472 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:37:05.472 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:37:05.473 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:37:05.495 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:37:05.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:37:05.495 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:37:05.495 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:37:05.495 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:37:05.495 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:37:05.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:37:05.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2065994b is found... 19:37:05.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2065994b is found finished successfully 19:37:05.496 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') 19:37:05.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:05.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:05.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:05.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:05.498 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:37:05.498 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:05.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 extends String { public JavaClass() { System.out.println(""); } } TooltipText=null 19:37:05.498 INFO [WorkbenchTestable][TextEditor] Set text to editor 19:37:05.506 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:05.506 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 19:37:05.506 INFO [WorkbenchTestable][AbstractEditor] Save editor 19:37:05.506 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 19:37:05.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:37:05.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:37:05.507 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:37:05.507 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:37:05.507 DEBUG [main][MenuItemLookup] Found menu:'File' 19:37:05.507 DEBUG [main][MenuItemLookup] Item match:File 19:37:05.507 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:37:05.507 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:37:05.507 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:37:05.507 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:37:05.507 DEBUG [main][MenuItemLookup] Found menu:'' 19:37:05.507 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:37:05.507 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:37:05.507 DEBUG [main][MenuItemLookup] Found menu:'' 19:37:05.507 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:37:05.507 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 19:37:05.508 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 19:37:05.508 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 19:37:05.508 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 19:37:05.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 19:37:05.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 19:37:05.531 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:05.531 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 19:37:05.531 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:37:05.531 DEBUG [main][EditorHandler] 1 editor(s) found 19:37:05.531 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 19:37:05.572 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 19:37:05.572 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 19:37:05.572 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:37:05.572 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:37:05.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:37:05.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:37:05.572 INFO [WorkbenchTestable][RequirementsRunner] Finished test: insertTextAfter no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 19:37:05.572 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:37:05.572 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 19:37:05.572 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 19:37:05.573 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:37:05.573 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:37:05.573 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:37:05.573 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:05.573 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:05.573 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 19:37:05.573 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:05.574 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:05.574 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:37:05.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:37:05.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:37:05.574 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:37:05.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 '\*?\QProject Explorer\E') 19:37:05.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:05.574 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:05.575 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:05.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:05.575 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:37:05.580 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:05.580 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:05.591 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:05.591 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:37:05.591 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:37:05.591 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:37:05.592 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:05.592 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:05.592 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:05.592 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:37:05.593 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:05.593 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:05.593 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:05.593 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:37:05.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:05.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:05.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:37:06.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:06.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:37:06.595 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:06.595 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:37:06.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:37:06.596 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:06.596 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:06.596 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:06.596 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:37:06.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 19:37:06.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:06.597 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:06.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:06.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:06.597 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:37:06.597 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:37:06.597 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 19:37:06.597 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 19:37:06.598 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 19:37:06.598 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 19:37:06.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:37:06.598 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 19:37:06.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:37:06.598 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 19:37:06.598 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 19:37:06.598 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:37:06.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:37:06.598 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:37:06.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:37:06.598 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:37:06.598 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 19:37:06.598 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 19:37:06.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:37:06.598 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 19:37:06.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:37:06.598 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 19:37:06.598 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:37:06.598 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:37:06.598 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:37:06.601 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:37:06.602 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 19:37:06.602 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:37:06.602 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:37:06.602 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:37:06.605 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:37:06.605 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:37:06.605 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:37:06.704 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:37:06.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:37:06.704 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:37:06.704 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:37:06.704 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:37:06.704 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:37:06.704 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:37:06.704 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:37:06.704 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:37:06.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:37:06.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2333271f is found... 19:37:06.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2333271f is found finished successfully 19:37:06.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 19:37:06.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:06.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:06.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:06.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:06.709 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:37:06.709 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:06.709 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 19:37:06.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:37:06.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:37:06.709 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:37:06.709 DEBUG [main][MenuItemLookup] Found menu:'File' 19:37:06.710 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:37:06.710 DEBUG [main][MenuItemLookup] Item match:Edit 19:37:06.710 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 19:37:06.710 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 19:37:06.710 DEBUG [main][MenuItemLookup] Found menu:'' 19:37:06.710 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 19:37:06.710 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:37:06.710 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:37:06.710 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:37:06.710 DEBUG [main][MenuItemLookup] Found menu:'' 19:37:06.710 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:37:06.710 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 19:37:06.710 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 19:37:06.710 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 19:37:06.710 DEBUG [main][MenuItemLookup] Found menu:'' 19:37:06.710 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 19:37:06.710 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 19:37:06.710 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 19:37:06.710 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 19:37:06.710 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 19:37:06.710 DEBUG [main][MenuItemLookup] Found menu:'' 19:37:06.710 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 19:37:06.710 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 19:37:06.710 DEBUG [main][MenuItemLookup] Found menu:'' 19:37:06.710 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 19:37:06.710 DEBUG [main][MenuItemLookup] Found menu:'' 19:37:06.710 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 19:37:06.710 DEBUG [main][MenuItemLookup] Found menu:'' 19:37:06.710 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 19:37:06.710 DEBUG [main][MenuItemLookup] Item match:Content Assist 19:37:06.711 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:06.711 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 19:37:06.711 INFO [WorkbenchTestable][AbstractEditor] Open editor's Default content assistant 19:37:06.711 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 19:37:07.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:37:07.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:37:07.712 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:37:07.712 DEBUG [main][MenuItemLookup] Found menu:'File' 19:37:07.712 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:37:07.712 DEBUG [main][MenuItemLookup] Item match:Edit 19:37:07.713 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 19:37:07.713 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 19:37:07.713 DEBUG [main][MenuItemLookup] Found menu:'' 19:37:07.713 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 19:37:07.713 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:37:07.713 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:37:07.713 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:37:07.713 DEBUG [main][MenuItemLookup] Found menu:'' 19:37:07.713 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:37:07.713 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 19:37:07.713 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 19:37:07.713 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 19:37:07.713 DEBUG [main][MenuItemLookup] Found menu:'' 19:37:07.713 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 19:37:07.713 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 19:37:07.713 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 19:37:07.713 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 19:37:07.713 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 19:37:07.713 DEBUG [main][MenuItemLookup] Found menu:'' 19:37:07.713 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 19:37:07.713 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 19:37:07.713 DEBUG [main][MenuItemLookup] Found menu:'' 19:37:07.713 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 19:37:07.713 DEBUG [main][MenuItemLookup] Found menu:'' 19:37:07.713 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 19:37:07.713 DEBUG [main][MenuItemLookup] Found menu:'' 19:37:07.713 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 19:37:07.713 DEBUG [main][MenuItemLookup] Item match:Content Assist 19:37:07.713 DEBUG [main][MenuItemLookup] Found menu:'Default Ctrl+Space' 19:37:07.713 DEBUG [main][MenuItemLookup] Item match:Default Ctrl+Space 19:37:07.713 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Default Ctrl+Space" 19:37:07.713 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Default Ctrl+Space 19:37:07.714 INFO [main][MenuItemHandler] Select menu item: &Default Ctrl+Space 19:37:07.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 19:37:07.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 19:37:07.727 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:37:07.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:37:07.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:37:07.732 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 19:37:07.732 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:37:07.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:07.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:07.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:07.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:07.732 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:37:07.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:37:07.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:37:07.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 19:37:07.733 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 19:37:07.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:37:07.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:37:07.733 INFO [WorkbenchTestable][AbstractShell] Close shell 19:37:07.733 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 19:37:07.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:37:07.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:37:07.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 19:37:08.244 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 19:37:08.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:08.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:08.246 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 19:37:08.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:08.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:08.246 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 19:37:08.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:37:08.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:37:08.247 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:37:08.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') 19:37:08.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:08.247 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:08.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:08.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:08.247 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:37:08.247 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:08.247 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:08.272 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:08.273 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:37:08.273 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:08.273 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:08.273 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:08.273 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:37:08.273 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:08.273 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:08.274 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:08.274 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:37:08.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:08.274 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:08.274 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:37:08.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:08.775 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:37:09.275 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:09.276 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:37:09.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:37:09.276 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:09.276 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:09.276 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:09.276 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:37:09.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 19:37:09.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:09.277 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:09.277 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:09.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:09.277 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:37:09.277 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:37:09.277 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 19:37:09.277 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 19:37:09.277 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 19:37:09.277 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 19:37:09.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:37:09.278 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 19:37:09.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:37:09.278 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 19:37:09.278 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 19:37:09.278 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:37:09.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:37:09.278 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:37:09.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:37:09.278 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:37:09.278 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 19:37:09.278 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 19:37:09.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:37:09.278 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 19:37:09.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:37:09.278 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 19:37:09.278 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:37:09.278 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:37:09.278 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:37:09.282 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:37:09.282 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 19:37:09.282 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:37:09.282 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:37:09.282 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:37:09.285 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:37:09.285 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:37:09.285 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:37:09.306 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:37:09.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:37:09.306 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:37:09.306 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:37:09.306 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:37:09.306 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:37:09.306 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:37:09.306 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:37:09.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:37:09.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1c85eaec is found... 19:37:09.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1c85eaec is found finished successfully 19:37:09.308 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') 19:37:09.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:09.308 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:09.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:09.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:09.309 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:37:09.310 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:09.310 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 19:37:09.310 INFO [WorkbenchTestable][TextEditor] Set text to editor 19:37:09.319 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:09.319 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 19:37:09.319 INFO [WorkbenchTestable][AbstractEditor] Save editor 19:37:09.319 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 19:37:09.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:37:09.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:37:09.319 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:37:09.319 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:37:09.320 DEBUG [main][MenuItemLookup] Found menu:'File' 19:37:09.320 DEBUG [main][MenuItemLookup] Item match:File 19:37:09.320 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:37:09.320 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:37:09.320 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:37:09.320 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:37:09.320 DEBUG [main][MenuItemLookup] Found menu:'' 19:37:09.320 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:37:09.320 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:37:09.320 DEBUG [main][MenuItemLookup] Found menu:'' 19:37:09.320 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:37:09.320 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 19:37:09.320 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 19:37:09.320 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 19:37:09.320 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 19:37:09.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 19:37:09.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 19:37:09.342 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:09.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 19:37:09.342 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:37:09.342 DEBUG [main][EditorHandler] 1 editor(s) found 19:37:09.342 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 19:37:09.382 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 19:37:09.382 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 19:37:09.382 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:37:09.382 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:37:09.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:37:09.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:37:09.382 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 19:37:09.382 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:37:09.382 INFO [WorkbenchTestable][RequirementsRunner] Started test: setCursorPositionByOffset no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 19:37:09.382 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 19:37:09.382 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:37:09.382 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:37:09.382 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:37:09.382 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:09.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:09.383 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 19:37:09.383 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:09.384 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:09.384 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:37:09.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:37:09.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:37:09.384 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:37:09.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 '\*?\QProject Explorer\E') 19:37:09.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:09.384 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:09.384 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:09.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:09.384 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:37:09.385 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:09.385 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:09.385 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:09.385 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:37:09.385 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:37:09.385 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:37:09.386 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:09.386 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:09.386 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:09.386 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:37:09.386 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:09.386 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:09.387 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:09.387 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:37:09.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:09.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:09.387 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:37:09.887 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:09.888 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:37:10.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:10.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:37:10.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:37:10.389 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:10.389 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:10.390 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:10.390 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:37:10.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 19:37:10.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:10.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:10.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:10.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:10.391 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:37:10.391 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:37:10.391 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 19:37:10.391 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 19:37:10.391 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 19:37:10.391 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 19:37:10.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:37:10.392 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 19:37:10.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:37:10.392 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 19:37:10.392 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 19:37:10.392 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:37:10.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:37:10.392 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:37:10.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:37:10.392 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:37:10.392 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 19:37:10.392 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 19:37:10.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:37:10.392 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 19:37:10.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:37:10.392 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 19:37:10.392 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:37:10.392 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:37:10.392 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:37:10.395 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:37:10.395 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 19:37:10.395 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:37:10.395 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:37:10.395 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:37:10.398 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:37:10.398 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:37:10.398 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:37:10.486 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:37:10.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:37:10.486 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:37:10.486 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:37:10.486 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:37:10.486 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:37:10.486 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:37:10.486 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:37:10.486 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:37:10.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:37:10.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1e82743b is found... 19:37:10.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1e82743b is found finished successfully 19:37:10.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 '\*?\QJavaClass.java\E') 19:37:10.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:10.491 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:10.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:10.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:10.492 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:37:10.492 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:10.492 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 19:37:10.492 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:10.492 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 19:37:10.493 INFO [WorkbenchTestable][TextEditor] Set cursor position to offset: 517 19:37:10.493 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:10.493 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 19:37:10.500 INFO [WorkbenchTestable][Keyboard] Type text "testtext" 19:37:10.506 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 19:37:10.506 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 19:37:11.108 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 19:37:11.108 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 19:37:11.709 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 19:37:11.709 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 19:37:12.311 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 19:37:12.311 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 19:37:12.913 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 19:37:12.913 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 19:37:13.514 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 19:37:13.514 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 19:37:14.116 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 19:37:14.116 INFO [WorkbenchTestable][Keyboard] As char:x, as int:120 19:37:14.717 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 19:37:14.717 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 19:37:15.318 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:15.318 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 19:37:15.319 INFO [WorkbenchTestable][AbstractEditor] Save editor 19:37:15.319 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 19:37:15.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:37:15.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:37:15.319 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:37:15.319 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:37:15.319 DEBUG [main][MenuItemLookup] Found menu:'File' 19:37:15.319 DEBUG [main][MenuItemLookup] Item match:File 19:37:15.320 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:37:15.320 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:37:15.320 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:37:15.320 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:37:15.320 DEBUG [main][MenuItemLookup] Found menu:'' 19:37:15.320 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:37:15.320 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:37:15.320 DEBUG [main][MenuItemLookup] Found menu:'' 19:37:15.320 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:37:15.320 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 19:37:15.320 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 19:37:15.320 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 19:37:15.320 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 19:37:15.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 19:37:15.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 19:37:15.342 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:15.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;testtext public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 19:37:15.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:15.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:15.343 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 19:37:15.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:15.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:15.344 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 19:37:15.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:37:15.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:37:15.344 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:37:15.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 '\*?\QProject Explorer\E') 19:37:15.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:15.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:15.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:15.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:15.344 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:37:15.344 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:15.344 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:15.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:15.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:37:15.351 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:15.351 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:15.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:15.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:37:15.352 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:15.352 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:15.352 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:15.352 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:37:15.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:15.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:15.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:37:15.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:15.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:37:16.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:16.353 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:37:16.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:37:16.353 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:16.353 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:16.354 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:16.354 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:37:16.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 19:37:16.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:16.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:16.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:16.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:16.354 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:37:16.354 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:37:16.354 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 19:37:16.355 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 19:37:16.355 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 19:37:16.355 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 19:37:16.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:37:16.355 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 19:37:16.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:37:16.355 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 19:37:16.355 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 19:37:16.355 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:37:16.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:37:16.355 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:37:16.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:37:16.355 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:37:16.355 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 19:37:16.355 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 19:37:16.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:37:16.355 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 19:37:16.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:37:16.355 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 19:37:16.355 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:37:16.355 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:37:16.356 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:37:16.360 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:37:16.360 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 19:37:16.360 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:37:16.360 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:37:16.360 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:37:16.363 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:37:16.363 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:37:16.363 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:37:16.384 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:37:16.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:37:16.384 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:37:16.384 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:37:16.384 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:37:16.384 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:37:16.384 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:37:16.384 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:37:16.384 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:37:16.384 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:37:16.384 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:37:16.384 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:37:16.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:37:16.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@16df0e78 is found... 19:37:16.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@16df0e78 is found finished successfully 19:37:16.385 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') 19:37:16.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:16.385 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:16.386 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:16.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:16.386 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:37:16.386 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:16.387 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 19:37:16.387 INFO [WorkbenchTestable][TextEditor] Set text to editor 19:37:16.392 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:16.393 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 19:37:16.393 INFO [WorkbenchTestable][AbstractEditor] Save editor 19:37:16.393 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 19:37:16.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:37:16.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:37:16.393 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:37:16.393 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:37:16.393 DEBUG [main][MenuItemLookup] Found menu:'File' 19:37:16.393 DEBUG [main][MenuItemLookup] Item match:File 19:37:16.394 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:37:16.394 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:37:16.394 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:37:16.394 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:37:16.394 DEBUG [main][MenuItemLookup] Found menu:'' 19:37:16.394 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:37:16.394 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:37:16.394 DEBUG [main][MenuItemLookup] Found menu:'' 19:37:16.394 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:37:16.394 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 19:37:16.394 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 19:37:16.394 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 19:37:16.394 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 19:37:16.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 19:37:16.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 19:37:16.416 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:16.416 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 19:37:16.416 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:37:16.416 DEBUG [main][EditorHandler] 1 editor(s) found 19:37:16.416 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 19:37:16.456 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 19:37:16.456 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 19:37:16.456 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:37:16.456 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:37:16.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:37:16.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:37:16.457 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setCursorPositionByOffset no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 19:37:16.457 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:37:16.457 INFO [WorkbenchTestable][RequirementsRunner] Started test: getSelectedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 19:37:16.457 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 19:37:16.457 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:37:16.457 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:37:16.457 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:37:16.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:16.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:16.457 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 19:37:16.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:16.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:16.458 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:37:16.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:37:16.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:37:16.458 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:37:16.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 '\*?\QProject Explorer\E') 19:37:16.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:16.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:16.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:16.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:16.459 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:37:16.459 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:16.459 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:16.459 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:16.460 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:37:16.460 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:37:16.460 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:37:16.461 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:16.461 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:16.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:16.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:37:16.461 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:16.461 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:16.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:16.462 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:37:16.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:16.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:16.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:37:16.962 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:16.962 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:37:17.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:17.463 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:37:17.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:37:17.464 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:17.464 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:17.464 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:17.465 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:37:17.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 19:37:17.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:17.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:17.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:17.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:17.465 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:37:17.465 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:37:17.465 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 19:37:17.465 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 19:37:17.466 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 19:37:17.466 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 19:37:17.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:37:17.466 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 19:37:17.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:37:17.466 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 19:37:17.466 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 19:37:17.466 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:37:17.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:37:17.466 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:37:17.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:37:17.466 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:37:17.466 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 19:37:17.466 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 19:37:17.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:37:17.466 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 19:37:17.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:37:17.466 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 19:37:17.467 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:37:17.467 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:37:17.467 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:37:17.469 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:37:17.470 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 19:37:17.470 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:37:17.470 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:37:17.470 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:37:17.473 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:37:17.473 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:37:17.473 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:37:17.556 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:37:17.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:37:17.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:37:17.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:37:17.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:37:17.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:37:17.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:37:17.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:37:17.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:37:17.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:37:17.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@c2ff7d3 is found... 19:37:17.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@c2ff7d3 is found finished successfully 19:37:17.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 '\*?\QJavaClass.java\E') 19:37:17.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:17.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:17.561 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:17.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:17.561 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:37:17.562 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:17.562 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 19:37:17.562 INFO [WorkbenchTestable][TextEditor] Set cursor position to [11, 0] 19:37:17.567 DEBUG [WorkbenchTestable][Keyboard] Select 15 characters to the right 19:37:17.567 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:131072 19:37:17.774 INFO [WorkbenchTestable][Keyboard] Move cursor 19:37:17.974 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 19:37:17.974 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 19:37:18.175 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 19:37:18.577 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 19:37:18.577 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 19:37:18.778 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 19:37:19.181 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 19:37:19.181 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 19:37:19.382 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 19:37:19.784 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 19:37:19.784 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 19:37:19.984 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 19:37:20.386 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 19:37:20.386 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 19:37:20.587 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 19:37:20.989 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 19:37:20.989 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 19:37:21.189 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 19:37:21.591 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 19:37:21.591 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 19:37:21.792 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 19:37:22.194 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 19:37:22.194 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 19:37:22.395 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 19:37:22.798 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 19:37:22.798 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 19:37:22.999 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 19:37:23.400 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 19:37:23.400 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 19:37:23.601 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 19:37:24.003 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 19:37:24.003 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 19:37:24.203 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 19:37:24.605 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 19:37:24.605 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 19:37:24.806 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 19:37:25.208 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 19:37:25.208 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 19:37:25.410 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 19:37:25.811 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 19:37:25.811 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 19:37:26.012 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 19:37:26.413 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 19:37:26.413 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 19:37:26.614 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 19:37:26.816 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:131072 19:37:27.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:27.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:27.019 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 19:37:27.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:27.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:27.019 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 19:37:27.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:37:27.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:37:27.019 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:37:27.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 '\*?\QProject Explorer\E') 19:37:27.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:27.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:27.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:27.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:27.020 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:37:27.020 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:27.020 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:27.040 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:27.040 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:37:27.040 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:27.040 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:27.041 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:27.041 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:37:27.041 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:27.041 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:27.041 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:27.041 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:37:27.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:27.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:27.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:37:27.542 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:27.542 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:37:28.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:28.043 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:37:28.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:37:28.044 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:28.044 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:28.044 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:28.044 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:37:28.044 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:37:28.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:28.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:28.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:28.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:28.045 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:37:28.045 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:37:28.045 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 19:37:28.045 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 19:37:28.045 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 19:37:28.045 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 19:37:28.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:37:28.045 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 19:37:28.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:37:28.045 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 19:37:28.045 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 19:37:28.045 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:37:28.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:37:28.045 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:37:28.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:37:28.045 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:37:28.045 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 19:37:28.045 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 19:37:28.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:37:28.045 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 19:37:28.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:37:28.046 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 19:37:28.046 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:37:28.046 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:37:28.046 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:37:28.049 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:37:28.049 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 19:37:28.049 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:37:28.049 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:37:28.050 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:37:28.053 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:37:28.053 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:37:28.053 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:37:28.075 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:37:28.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:37:28.075 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:37:28.075 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:37:28.075 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:37:28.075 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:37:28.075 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:37:28.075 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:37:28.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:37:28.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@22eefe54 is found... 19:37:28.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@22eefe54 is found finished successfully 19:37:28.076 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') 19:37:28.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:28.076 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:28.078 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:28.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:28.078 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:37:28.078 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:28.078 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 19:37:28.078 INFO [WorkbenchTestable][TextEditor] Set text to editor 19:37:28.084 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:28.084 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 19:37:28.084 INFO [WorkbenchTestable][AbstractEditor] Save editor 19:37:28.084 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 19:37:28.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:37:28.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:37:28.084 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:37:28.084 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:37:28.084 DEBUG [main][MenuItemLookup] Found menu:'File' 19:37:28.084 DEBUG [main][MenuItemLookup] Item match:File 19:37:28.085 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:37:28.085 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:37:28.085 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:37:28.085 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:37:28.085 DEBUG [main][MenuItemLookup] Found menu:'' 19:37:28.085 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:37:28.085 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:37:28.085 DEBUG [main][MenuItemLookup] Found menu:'' 19:37:28.085 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:37:28.085 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 19:37:28.085 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 19:37:28.085 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 19:37:28.085 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 19:37:28.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 19:37:28.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 19:37:28.106 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:28.106 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 19:37:28.106 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:37:28.106 DEBUG [main][EditorHandler] 1 editor(s) found 19:37:28.106 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 19:37:28.147 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 19:37:28.147 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 19:37:28.147 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:37:28.147 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:37:28.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:37:28.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:37:28.147 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getSelectedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 19:37:28.147 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:37:28.147 INFO [WorkbenchTestable][RequirementsRunner] Started test: insertTextBehind no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 19:37:28.147 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 19:37:28.147 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:37:28.147 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:37:28.147 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:37:28.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:28.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:28.148 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 19:37:28.148 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:28.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:28.148 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:37:28.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:37:28.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:37:28.149 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:37:28.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') 19:37:28.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:28.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:28.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:28.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:28.149 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:37:28.149 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:28.149 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:28.149 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:28.150 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:37:28.150 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:37:28.150 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:37:28.150 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:28.150 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:28.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:28.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:37:28.151 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:28.151 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:28.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:28.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:37:28.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:28.151 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:28.151 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:37:28.652 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:28.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:37:29.153 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:29.154 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:37:29.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:37:29.154 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:29.154 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:29.154 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:29.154 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:37:29.154 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:37:29.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:29.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:29.155 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:29.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:29.155 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:37:29.155 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:37:29.155 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 19:37:29.155 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 19:37:29.155 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 19:37:29.156 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 19:37:29.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:37:29.156 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 19:37:29.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:37:29.156 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 19:37:29.156 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 19:37:29.156 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:37:29.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:37:29.156 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:37:29.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:37:29.156 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:37:29.156 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 19:37:29.156 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 19:37:29.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:37:29.156 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 19:37:29.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:37:29.156 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 19:37:29.156 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:37:29.156 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:37:29.156 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:37:29.159 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:37:29.159 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 19:37:29.159 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:37:29.159 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:37:29.160 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:37:29.162 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:37:29.162 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:37:29.163 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:37:29.246 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:37:29.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:37:29.246 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:37:29.246 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:37:29.246 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:37:29.246 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:37:29.246 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:37:29.246 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:37:29.246 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:37:29.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:37:29.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@359c1592 is found... 19:37:29.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@359c1592 is found finished successfully 19:37:29.249 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') 19:37:29.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:29.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:29.251 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:29.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:29.251 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:37:29.251 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:29.251 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 19:37:29.251 INFO [WorkbenchTestable][TextEditor] Insert text to editor at offser 525 19:37:29.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:29.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:29.254 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 19:37:29.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:29.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:29.254 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 19:37:29.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:37:29.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:37:29.255 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:37:29.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 '\*?\QProject Explorer\E') 19:37:29.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:29.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:29.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:29.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:29.255 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:37:29.256 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:29.256 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:29.282 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:29.282 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:37:29.282 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:29.282 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:29.283 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:29.283 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:37:29.283 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:29.283 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:29.283 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:29.283 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:37:29.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:29.284 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:29.284 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:37:29.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:29.784 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:37:30.284 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:30.284 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:37:30.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:30.785 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:37:30.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:37:30.785 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:30.785 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:30.786 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:30.786 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:37:30.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 19:37:30.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:30.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:30.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:30.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:30.786 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:37:30.786 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:37:30.786 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 19:37:30.786 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 19:37:30.787 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 19:37:30.787 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 19:37:30.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:37:30.787 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 19:37:30.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:37:30.787 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 19:37:30.787 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 19:37:30.787 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:37:30.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:37:30.787 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:37:30.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:37:30.787 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:37:30.787 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 19:37:30.787 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 19:37:30.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:37:30.787 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 19:37:30.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:37:30.787 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 19:37:30.787 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:37:30.787 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:37:30.787 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:37:30.790 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:37:30.791 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 19:37:30.791 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:37:30.791 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:37:30.791 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:37:30.795 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:37:30.795 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:37:30.795 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:37:30.807 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:37:30.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:37:30.807 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:37:30.807 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:37:30.807 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:37:30.807 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:37:30.807 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:37:30.807 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:37:30.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:37:30.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5bde6197 is found... 19:37:30.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5bde6197 is found finished successfully 19:37:30.808 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') 19:37:30.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:30.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:30.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:30.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:30.809 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:37:30.810 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:30.810 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 19:37:30.820 INFO [WorkbenchTestable][TextEditor] Set text to editor 19:37:30.830 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:30.830 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 19:37:30.830 INFO [WorkbenchTestable][AbstractEditor] Save editor 19:37:30.831 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 19:37:30.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:37:30.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:37:30.831 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:37:30.831 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:37:30.831 DEBUG [main][MenuItemLookup] Found menu:'File' 19:37:30.831 DEBUG [main][MenuItemLookup] Item match:File 19:37:30.832 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:37:30.832 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:37:30.832 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:37:30.832 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:37:30.832 DEBUG [main][MenuItemLookup] Found menu:'' 19:37:30.832 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:37:30.832 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:37:30.832 DEBUG [main][MenuItemLookup] Found menu:'' 19:37:30.832 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:37:30.832 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 19:37:30.832 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 19:37:30.832 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 19:37:30.832 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 19:37:30.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 19:37:30.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 19:37:30.841 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:30.841 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 19:37:30.841 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:37:30.841 DEBUG [main][EditorHandler] 1 editor(s) found 19:37:30.841 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 19:37:30.882 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 19:37:30.882 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 19:37:30.882 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:37:30.882 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:37:30.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:37:30.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:37:30.882 INFO [WorkbenchTestable][RequirementsRunner] Finished test: insertTextBehind no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 19:37:30.882 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:37:30.882 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 19:37:30.882 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 19:37:30.883 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:37:30.883 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:37:30.883 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:37:30.883 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:30.883 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:30.883 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 19:37:30.883 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:30.884 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:30.884 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:37:30.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:37:30.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:37:30.884 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:37:30.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 '\*?\QProject Explorer\E') 19:37:30.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:30.884 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:30.885 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:30.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:30.885 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:37:30.885 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:30.885 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:30.885 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:30.886 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:37:30.886 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:37:30.886 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:37:30.886 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:30.886 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:30.887 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:30.887 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:37:30.887 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:30.887 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:30.887 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:30.887 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:37:30.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:30.887 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:30.888 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:37:31.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:31.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:37:31.889 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:31.889 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:37:31.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:37:31.889 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:31.889 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:31.890 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:31.890 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:37:31.890 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:37:31.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:31.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:31.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:31.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:31.890 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:37:31.890 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:37:31.891 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 19:37:31.891 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 19:37:31.891 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 19:37:31.891 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 19:37:31.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:37:31.891 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 19:37:31.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:37:31.891 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 19:37:31.891 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 19:37:31.891 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:37:31.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:37:31.891 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:37:31.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:37:31.892 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:37:31.892 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 19:37:31.892 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 19:37:31.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:37:31.892 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 19:37:31.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:37:31.892 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 19:37:31.892 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:37:31.892 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:37:31.892 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:37:31.896 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:37:31.897 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 19:37:31.897 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:37:31.897 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:37:31.897 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:37:31.900 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:37:31.900 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:37:31.900 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:37:31.984 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:37:31.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:37:31.984 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:37:31.984 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:37:31.984 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:37:31.984 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:37:31.984 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:37:31.984 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:37:31.984 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:37:31.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:37:31.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@283c9450 is found... 19:37:31.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@283c9450 is found finished successfully 19:37:31.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 19:37:31.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:31.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:31.989 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:31.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:31.989 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:37:31.989 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:31.989 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 19:37:31.995 INFO [WorkbenchTestable][TextEditor] Set text to editor 19:37:32.002 INFO [WorkbenchTestable][TextEditor] Set text to editor 19:37:32.010 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:32.010 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 19:37:32.010 INFO [WorkbenchTestable][AbstractEditor] Save editor 19:37:32.010 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 19:37:32.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:37:32.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:37:32.011 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:37:32.011 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:37:32.011 DEBUG [main][MenuItemLookup] Found menu:'File' 19:37:32.011 DEBUG [main][MenuItemLookup] Item match:File 19:37:32.011 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:37:32.011 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:37:32.011 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:37:32.011 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:37:32.011 DEBUG [main][MenuItemLookup] Found menu:'' 19:37:32.011 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:37:32.011 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:37:32.011 DEBUG [main][MenuItemLookup] Found menu:'' 19:37:32.011 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:37:32.011 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 19:37:32.012 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 19:37:32.012 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 19:37:32.012 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 19:37:32.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 19:37:32.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 19:37:32.020 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:32.020 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 19:37:32.020 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 19:37:33.020 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:33.021 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 19:37:33.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:33.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:33.021 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 19:37:33.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:33.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:33.022 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 19:37:33.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:37:33.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:37:33.022 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:37:33.022 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:37:33.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:33.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:33.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:33.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:33.023 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:37:33.023 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:33.023 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:33.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:33.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:37:33.030 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:33.030 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:33.031 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:33.031 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:37:33.031 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:33.031 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:33.031 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:33.031 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:37:33.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:33.031 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:33.031 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:37:33.532 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:33.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:37:34.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:34.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:37:34.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:37:34.034 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:34.034 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:34.034 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:34.035 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:37:34.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 19:37:34.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:34.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:34.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:34.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:34.035 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:37:34.035 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:37:34.035 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 19:37:34.035 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 19:37:34.035 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 19:37:34.035 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 19:37:34.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:37:34.036 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 19:37:34.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:37:34.036 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 19:37:34.036 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 19:37:34.036 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:37:34.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:37:34.036 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:37:34.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:37:34.036 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:37:34.036 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 19:37:34.036 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 19:37:34.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:37:34.036 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 19:37:34.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:37:34.036 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 19:37:34.036 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:37:34.036 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:37:34.036 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:37:34.041 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:37:34.042 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 19:37:34.042 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:37:34.042 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:37:34.042 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:37:34.046 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:37:34.046 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:37:34.046 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:37:34.067 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:37:34.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:37:34.067 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:37:34.067 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:37:34.067 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:37:34.067 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:37:34.067 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:37:34.067 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:37:34.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:37:34.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7d75d35d is found... 19:37:34.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7d75d35d is found finished successfully 19:37:34.068 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') 19:37:34.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:34.068 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:34.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:34.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:34.070 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:37:34.070 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:34.070 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 19:37:34.070 INFO [WorkbenchTestable][TextEditor] Set text to editor 19:37:34.075 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:34.075 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 19:37:34.075 INFO [WorkbenchTestable][AbstractEditor] Save editor 19:37:34.075 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 19:37:34.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:37:34.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:37:34.076 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:37:34.076 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:37:34.076 DEBUG [main][MenuItemLookup] Found menu:'File' 19:37:34.076 DEBUG [main][MenuItemLookup] Item match:File 19:37:34.076 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:37:34.076 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:37:34.076 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:37:34.076 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:37:34.076 DEBUG [main][MenuItemLookup] Found menu:'' 19:37:34.076 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:37:34.077 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:37:34.077 DEBUG [main][MenuItemLookup] Found menu:'' 19:37:34.077 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:37:34.077 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 19:37:34.077 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 19:37:34.077 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 19:37:34.077 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 19:37:34.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 19:37:34.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 19:37:34.101 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:34.101 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 19:37:34.101 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:37:34.101 DEBUG [main][EditorHandler] 1 editor(s) found 19:37:34.101 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 19:37:34.141 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 19:37:34.141 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 19:37:34.141 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:37:34.141 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:37:34.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:37:34.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:37:34.141 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 19:37:34.141 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:37:34.141 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeOpenOnAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 19:37:34.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 19:37:34.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:37:34.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:37:34.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:37:34.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:34.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:34.142 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 19:37:34.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:34.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:34.143 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:37:34.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:37:34.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:37:34.143 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:37:34.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') 19:37:34.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:34.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:34.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:34.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:34.144 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:37:34.144 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:34.144 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:34.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:34.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:37:34.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:37:34.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:37:34.145 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:34.145 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:34.145 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:34.145 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:37:34.145 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:34.145 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:34.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:34.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:37:34.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:34.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:34.146 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:37:34.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:34.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:37:35.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:35.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:37:35.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:37:35.147 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:35.147 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:35.148 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:35.148 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:37:35.148 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:37:35.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:35.148 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:35.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:35.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:35.148 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:37:35.148 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:37:35.148 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 19:37:35.149 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 19:37:35.149 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 19:37:35.149 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 19:37:35.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:37:35.149 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 19:37:35.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:37:35.149 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 19:37:35.149 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 19:37:35.149 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:37:35.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:37:35.149 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:37:35.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:37:35.149 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:37:35.149 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 19:37:35.149 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 19:37:35.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:37:35.149 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 19:37:35.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:37:35.149 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 19:37:35.149 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:37:35.149 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:37:35.150 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:37:35.153 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:37:35.153 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 19:37:35.153 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:37:35.153 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:37:35.153 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:37:35.158 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:37:35.158 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:37:35.158 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:37:35.246 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:37:35.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:37:35.246 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:37:35.246 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:37:35.246 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:37:35.246 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:37:35.246 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:37:35.246 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:37:35.246 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:37:35.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:37:35.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@281069e4 is found... 19:37:35.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@281069e4 is found finished successfully 19:37:35.249 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') 19:37:35.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:35.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:35.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:35.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:35.251 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:37:35.251 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:35.251 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 19:37:35.251 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 { 19:37:35.260 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:35.261 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 19:37:35.261 INFO [WorkbenchTestable][AbstractEditor] Open editor's open on assistant 19:37:35.261 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 19:37:36.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:37:36.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:37:36.262 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:37:36.262 DEBUG [main][MenuItemLookup] Found menu:'File' 19:37:36.262 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:37:36.262 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:37:36.262 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 19:37:36.262 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:37:36.262 DEBUG [main][MenuItemLookup] Item match:Navigate 19:37:36.263 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:37:36.263 DEBUG [main][MenuItemLookup] Found menu:'Go To' 19:37:36.263 DEBUG [main][MenuItemLookup] Found menu:'' 19:37:36.263 DEBUG [main][MenuItemLookup] Found menu:'Open Declaration F3' 19:37:36.263 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 19:37:36.263 DEBUG [main][MenuItemLookup] Found menu:'Open Call Hierarchy Ctrl+Alt+H' 19:37:36.263 DEBUG [main][MenuItemLookup] Found menu:'Open Hyperlink' 19:37:36.263 DEBUG [main][MenuItemLookup] Item match:Open Hyperlink 19:37:36.264 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Open Hyperlin&k" 19:37:36.264 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Open Hyperlink 19:37:36.264 INFO [main][MenuItemHandler] Select menu item: Open Hyperlin&k 19:37:36.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 19:37:36.296 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 19:37:36.296 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:37:36.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:37:36.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:37:36.296 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 19:37:36.296 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:37:36.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:36.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:36.296 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:36.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:36.296 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:37:36.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:37:36.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:37:36.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 19:37:36.297 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 19:37:36.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:37:36.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:37:36.298 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:37:36.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:37:36.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:37:36.298 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell 19:37:36.298 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 19:37:36.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:37:36.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:37:36.298 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") 19:37:36.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:36.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:36.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:37:36.798 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:36.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:37:37.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:37.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:37:37.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:37:37.300 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 19:37:37.300 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21 19:37:37.300 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:37:37.301 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 19:37:37.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 19:37:37.810 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 19:37:37.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:37.811 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:37.811 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 19:37:37.811 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:37.811 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:37.811 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 19:37:37.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:37:37.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:37:37.812 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:37:37.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 '\*?\QProject Explorer\E') 19:37:37.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:37.812 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:37.812 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:37.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:37.812 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:37:37.812 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:37.812 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:37.819 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:37.819 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:37:37.819 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:37.819 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:37.834 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:37.834 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:37:37.834 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:37.834 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:37.834 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:37.835 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:37:37.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:37.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:37.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:37:38.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:38.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:37:38.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:38.837 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:37:38.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:37:38.837 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:38.837 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:38.838 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:38.838 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:37: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 19:37:38.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:38.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:38.838 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:38.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:38.838 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:37:38.838 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:37:38.838 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 19:37:38.839 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 19:37:38.839 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 19:37:38.839 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 19:37:38.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:37:38.839 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 19:37:38.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:37:38.839 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 19:37:38.839 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 19:37:38.839 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:37:38.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:37:38.839 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:37:38.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:37:38.839 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:37:38.839 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 19:37:38.839 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 19:37:38.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:37:38.840 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 19:37:38.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:37:38.840 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 19:37:38.840 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:37:38.840 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:37:38.840 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:37:38.843 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:37:38.844 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 19:37:38.844 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:37:38.844 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:37:38.844 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:37:38.853 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:37:38.853 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:37:38.854 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:37:38.867 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:37:38.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:37:38.867 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:37:38.867 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:37:38.867 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:37:38.867 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:37:38.867 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:37:38.867 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:37:38.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:37:38.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6a67a8 is found... 19:37:38.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6a67a8 is found finished successfully 19:37:38.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 19:37:38.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:38.881 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:38.882 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:38.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:38.882 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:37:38.882 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:38.882 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 19:37:38.882 INFO [WorkbenchTestable][TextEditor] Set text to editor 19:37:38.900 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:38.900 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 19:37:38.900 INFO [WorkbenchTestable][AbstractEditor] Save editor 19:37:38.901 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 19:37:38.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:37:38.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:37:38.911 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:37:38.911 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:37:38.912 DEBUG [main][MenuItemLookup] Found menu:'File' 19:37:38.912 DEBUG [main][MenuItemLookup] Item match:File 19:37:38.912 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:37:38.912 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:37:38.912 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:37:38.912 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:37:38.912 DEBUG [main][MenuItemLookup] Found menu:'' 19:37:38.912 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:37:38.912 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:37:38.912 DEBUG [main][MenuItemLookup] Found menu:'' 19:37:38.912 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:37:38.912 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 19:37:38.912 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 19:37:38.912 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 19:37:38.912 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 19:37:38.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 19:37:38.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 19:37:38.995 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:38.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 19:37:38.995 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:37:38.995 DEBUG [main][EditorHandler] 1 editor(s) found 19:37:38.995 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 19:37:39.039 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 19:37:39.039 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 19:37:39.040 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:37:39.040 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:37:39.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:37:39.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:37:39.040 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeOpenOnAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 19:37:39.040 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:37:39.040 INFO [WorkbenchTestable][RequirementsRunner] Started test: getLineOfTextIndex no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 19:37:39.040 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 19:37:39.040 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:37:39.040 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:37:39.040 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:37:39.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:39.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:39.041 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 19:37:39.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:39.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:39.041 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:37:39.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:37:39.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:37:39.042 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:37:39.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 '\*?\QProject Explorer\E') 19:37:39.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:39.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:39.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:39.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:39.042 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:37:39.042 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:39.042 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:39.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:39.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:37:39.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:37:39.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:37:39.044 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:39.044 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:39.044 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:39.044 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:37:39.044 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:39.044 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:39.044 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:39.044 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:37:39.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:39.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:39.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:37:39.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:39.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:37:40.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:40.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:37:40.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:37:40.046 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:40.046 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:40.047 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:40.047 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:37:40.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 19:37:40.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:40.047 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:40.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:40.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:40.047 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:37:40.047 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:37:40.047 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 19:37:40.047 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 19:37:40.048 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 19:37:40.048 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 19:37:40.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:37:40.048 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 19:37:40.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:37:40.048 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 19:37:40.048 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 19:37:40.048 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:37:40.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:37:40.048 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:37:40.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:37:40.048 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:37:40.048 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 19:37:40.048 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 19:37:40.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:37:40.048 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 19:37:40.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:37:40.048 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 19:37:40.048 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:37:40.048 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:37:40.048 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:37:40.051 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:37:40.052 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 19:37:40.052 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:37:40.052 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:37:40.052 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:37:40.054 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:37:40.054 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:37:40.055 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:37:40.140 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:37:40.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:37:40.140 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:37:40.140 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:37:40.140 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:37:40.140 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:37:40.140 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:37:40.140 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:37:40.140 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:37:40.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:37:40.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4c38fde1 is found... 19:37:40.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4c38fde1 is found finished successfully 19:37:40.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 '\*?\QJavaClass.java\E') 19:37:40.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:40.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:40.145 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:40.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:40.145 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:37:40.145 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:40.145 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 19:37:40.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:40.146 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:40.146 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 19:37:40.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:40.152 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:40.152 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 19:37:40.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:37:40.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:37:40.152 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:37:40.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 '\*?\QProject Explorer\E') 19:37:40.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:40.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:40.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:40.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:40.153 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:37:40.153 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:40.153 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:40.160 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:40.160 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:37:40.160 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:40.160 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:40.160 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:40.160 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:37:40.160 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:40.160 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:40.161 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:40.161 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:37:40.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:40.161 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:40.161 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:37:40.661 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:40.661 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:37:41.162 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:41.163 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:37:41.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:37:41.163 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:41.163 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:41.163 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:41.163 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:37:41.164 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:37:41.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:41.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:41.164 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:41.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:41.164 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:37:41.164 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:37:41.164 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 19:37:41.164 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 19:37:41.164 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 19:37:41.164 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 19:37:41.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:37:41.165 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 19:37:41.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:37:41.165 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 19:37:41.165 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 19:37:41.165 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:37:41.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:37:41.165 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:37:41.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:37:41.165 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:37:41.165 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 19:37:41.165 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 19:37:41.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:37:41.165 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 19:37:41.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:37:41.165 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 19:37:41.165 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:37:41.165 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:37:41.165 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:37:41.168 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:37:41.168 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 19:37:41.168 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:37:41.168 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:37:41.169 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:37:41.171 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:37:41.171 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:37:41.172 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:37:41.193 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:37:41.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:37:41.193 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:37:41.193 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:37:41.193 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:37:41.193 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:37:41.193 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:37:41.193 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:37:41.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:37:41.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1f042000 is found... 19:37:41.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1f042000 is found finished successfully 19:37:41.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 19:37:41.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:41.194 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:41.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:41.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:41.196 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:37:41.196 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:41.196 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 19:37:41.196 INFO [WorkbenchTestable][TextEditor] Set text to editor 19:37:41.205 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:41.205 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 19:37:41.205 INFO [WorkbenchTestable][AbstractEditor] Save editor 19:37:41.205 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 19:37:41.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:37:41.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:37:41.205 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:37:41.205 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:37:41.206 DEBUG [main][MenuItemLookup] Found menu:'File' 19:37:41.206 DEBUG [main][MenuItemLookup] Item match:File 19:37:41.206 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:37:41.206 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:37:41.206 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:37:41.206 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:37:41.206 DEBUG [main][MenuItemLookup] Found menu:'' 19:37:41.206 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:37:41.206 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:37:41.206 DEBUG [main][MenuItemLookup] Found menu:'' 19:37:41.206 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:37:41.206 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 19:37:41.206 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 19:37:41.206 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 19:37:41.206 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 19:37:41.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 19:37:41.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 19:37:41.228 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:41.228 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 19:37:41.228 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:37:41.228 DEBUG [main][EditorHandler] 1 editor(s) found 19:37:41.228 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 19:37:41.266 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 19:37:41.266 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 19:37:41.266 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:37:41.266 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:37:41.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:37:41.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:37:41.266 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getLineOfTextIndex no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 19:37:41.266 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:37:41.267 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 19:37:41.267 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 19:37:41.267 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:37:41.267 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:37:41.267 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:37:41.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:41.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:41.267 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 19:37:41.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:41.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:41.268 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:37:41.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:37:41.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:37:41.268 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:37:41.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 '\*?\QProject Explorer\E') 19:37:41.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:41.268 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:41.269 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:41.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:41.269 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:37:41.269 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:41.269 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:41.269 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:41.269 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:37:41.269 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:37:41.269 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:37:41.270 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:41.270 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:41.270 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:41.270 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:37:41.270 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:41.270 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:41.271 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:41.271 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:37:41.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:41.271 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:41.271 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:37:41.771 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:41.772 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:37:42.272 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:42.273 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:37:42.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:37:42.273 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:42.273 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:42.273 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:42.274 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:37:42.274 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:37:42.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:42.274 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:42.274 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:42.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:42.274 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:37:42.274 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:37:42.274 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 19:37:42.275 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 19:37:42.275 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 19:37:42.275 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 19:37:42.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:37:42.275 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 19:37:42.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:37:42.275 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 19:37:42.275 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 19:37:42.275 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:37:42.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:37:42.275 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:37:42.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:37:42.275 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:37:42.275 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 19:37:42.275 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 19:37:42.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:37:42.276 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 19:37:42.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:37:42.276 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 19:37:42.276 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:37:42.276 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:37:42.276 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:37:42.280 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:37:42.281 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 19:37:42.281 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:37:42.281 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:37:42.281 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:37:42.283 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:37:42.283 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:37:42.284 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:37:42.368 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:37:42.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:37:42.368 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:37:42.368 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:37:42.368 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:37:42.368 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:37:42.368 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:37:42.368 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:37:42.368 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:37:42.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:37:42.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@34f0254d is found... 19:37:42.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@34f0254d is found finished successfully 19:37:42.372 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') 19:37:42.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:42.372 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:42.382 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:42.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:42.382 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:37:42.382 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:42.382 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 19:37:42.382 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 19:37:42.382 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 19:37:42.583 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 19:37:42.785 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 19:37:42.785 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 19:37:42.985 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 19:37:43.188 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 19:37:43.188 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 19:37:43.388 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 19:37:43.590 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 19:37:43.590 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 19:37:43.791 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 19:37:43.993 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 19:37:43.993 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 19:37:44.193 INFO [WorkbenchTestable][Keyboard] As char:-, as int:16777261 19:37:45.195 INFO [WorkbenchTestable][TextEditor] Select line 17 in editor 19:37:45.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:45.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:45.199 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 19:37:45.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:45.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:45.200 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 19:37:45.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:37:45.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:37:45.200 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:37: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 '\*?\QProject Explorer\E') 19:37:45.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:45.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:45.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:45.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:45.201 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:37:45.201 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:45.201 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:45.222 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:45.222 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:37:45.223 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:45.223 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:45.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:45.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:37:45.223 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:45.223 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:45.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:45.224 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:37:45.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:45.224 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:45.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:37:45.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:45.725 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:37:46.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:46.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:37:46.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:37:46.225 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:46.225 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:46.226 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:46.226 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:37:46.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 19:37:46.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:46.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:46.226 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:46.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:46.226 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:37:46.226 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:37:46.226 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 19:37:46.227 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 19:37:46.227 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 19:37:46.227 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 19:37:46.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:37:46.227 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 19:37:46.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:37:46.227 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 19:37:46.227 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 19:37:46.227 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:37:46.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:37:46.227 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:37:46.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:37:46.227 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:37:46.227 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 19:37:46.227 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 19:37:46.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:37:46.227 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 19:37:46.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:37:46.228 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 19:37:46.228 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:37:46.228 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:37:46.228 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:37:46.231 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:37:46.231 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 19:37:46.231 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 19:37:46.231 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 19:37:46.231 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 19:37:46.234 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 19:37:46.234 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:37:46.234 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:37:46.255 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:37:46.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:37:46.255 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:37:46.255 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:37:46.255 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:37:46.255 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:37:46.255 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:37:46.255 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:37:46.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:37:46.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5a83707 is found... 19:37:46.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5a83707 is found finished successfully 19:37:46.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') 19:37:46.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:46.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:46.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:46.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:46.257 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:37:46.258 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:46.258 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 19:37:46.258 INFO [WorkbenchTestable][TextEditor] Set text to editor 19:37:46.268 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:46.268 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 19:37:46.268 INFO [WorkbenchTestable][AbstractEditor] Save editor 19:37:46.268 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 19:37:46.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:37:46.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:37:46.268 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:37:46.268 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 19:37:46.268 DEBUG [main][MenuItemLookup] Found menu:'File' 19:37:46.268 DEBUG [main][MenuItemLookup] Item match:File 19:37:46.269 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:37:46.269 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:37:46.269 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:37:46.269 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:37:46.269 DEBUG [main][MenuItemLookup] Found menu:'' 19:37:46.269 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:37:46.269 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:37:46.269 DEBUG [main][MenuItemLookup] Found menu:'' 19:37:46.269 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:37:46.269 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 19:37:46.269 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 19:37:46.269 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 19:37:46.269 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 19:37:46.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 19:37:46.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 19:37:46.290 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:46.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 19:37:46.291 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:37:46.291 DEBUG [main][EditorHandler] 1 editor(s) found 19:37:46.291 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 19:37:46.329 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 19:37:46.329 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 19:37:46.329 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:37:46.329 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:37:46.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:37:46.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:37:46.330 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 19:37:46.330 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:37:46.330 DEBUG [main][EditorHandler] 0 editor(s) found 19:37:46.331 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:46.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:46.331 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 19:37:46.331 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:46.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:46.332 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:37:46.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:37:46.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:37:46.332 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:37:46.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 '\*?\QProject Explorer\E') 19:37:46.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:46.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:46.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:46.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:46.333 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:37:46.333 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:46.333 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:46.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:46.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:37:46.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:37:46.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:37:46.334 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:46.334 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:46.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:46.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:37:46.334 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:46.334 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:46.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:46.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:37:46.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:46.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:46.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:37:46.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:46.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:37:47.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:47.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:37:47.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:37:47.337 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:47.337 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:47.337 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:47.337 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:37:47.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 19:37:47.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:47.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:47.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:47.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:47.337 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:37:47.337 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:37:47.338 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 19:37:47.338 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:47.338 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:47.338 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:47.338 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:37:47.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:47.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:47.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:37:47.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:47.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:37:48.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:48.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:37:48.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:37:48.341 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:48.341 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:48.341 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:48.341 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:37:48.341 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:37:48.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:48.341 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:48.342 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:48.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:48.342 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:37:48.342 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 19:37:48.342 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 19:37:48.342 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:48.342 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:48.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:48.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:37:48.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 19:37:48.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:48.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:48.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:48.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:48.343 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:37:48.343 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 19:37:48.343 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 19:37:48.343 DEBUG [main][TreeItemHandler] Set Tree selection 19:37:48.343 DEBUG [main][TreeHandler] Notify Tree about selection event 19:37:48.347 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 19:37:48.347 DEBUG [WorkbenchTestable][TreeItemHandler] testProject 19:37:48.347 DEBUG [WorkbenchTestable][TreeItemHandler] TextEditorTestProject 19:37:48.348 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:37:48.348 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:37:48.372 DEBUG [main][MenuItemLookup] Found menu:'New' 19:37:48.372 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:37:48.372 DEBUG [main][MenuItemLookup] Found menu:'' 19:37:48.372 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:37:48.372 DEBUG [main][MenuItemLookup] Found menu:'' 19:37:48.372 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:37:48.372 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:37:48.372 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:37:48.372 DEBUG [main][MenuItemLookup] Found menu:'Move...' 19:37:48.372 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 19:37:48.372 DEBUG [main][MenuItemLookup] Found menu:'' 19:37:48.372 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:37:48.372 DEBUG [main][MenuItemLookup] Found menu:'Export...' 19:37:48.372 DEBUG [main][MenuItemLookup] Found menu:'' 19:37:48.372 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:37:48.372 DEBUG [main][MenuItemLookup] Item match:Refresh F5 19:37:48.372 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 19:37:48.372 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 19:37:48.372 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 19:37:48.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:37:48.372 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 19:37:48.873 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:37:48.873 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:37:48.873 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:37:48.873 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:37:48.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:37:48.873 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:37:48.873 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:37:48.884 DEBUG [main][MenuItemLookup] Found menu:'New' 19:37:48.884 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:37:48.884 DEBUG [main][MenuItemLookup] Found menu:'' 19:37:48.884 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:37:48.884 DEBUG [main][MenuItemLookup] Found menu:'' 19:37:48.884 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:37:48.884 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:37:48.884 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:37:48.884 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:37:48.885 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:37:48.885 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:37:48.885 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 19:37:48.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:1291): Gtk-CRITICAL **: 19:37:48.919: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1291): Gtk-CRITICAL **: 19:37:48.922: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1291): Gtk-CRITICAL **: 19:37:48.935: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1291): Gtk-CRITICAL **: 19:37:48.948: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 19:37:49.451 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 19:37:49.451 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 19:37:49.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:37:49.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:37:49.454 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 19:37:49.454 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:37:49.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:37:49.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:37:49.454 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:37:49.454 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:37:49.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:49.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:49.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:49.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:49.454 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:37:49.455 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 19:37:49.455 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 19:37:49.455 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 19:37:49.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:37:49.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:37:49.455 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:37:49.455 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:37:49.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: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 19:37:49.455 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:37:49.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:37:49.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:37:49.455 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:37:49.455 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:37:49.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:49.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:49.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:49.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:49.456 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:37:49.456 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:37:49.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:37:49.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:37:49.456 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:37:49.456 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:37:49.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 19:37:49.459 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 19:37:49.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 19:37:49.960 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 19:37:49.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:37:49.960 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 19:37:49.960 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:37:49.960 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:37:49.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:37:49.960 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:49.960 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:49.961 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:49.961 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 19:37:49.961 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 19:37:49.961 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:37:49.961 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:37:49.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:37:49.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 136.462 s - in org.eclipse.reddeer.workbench.test.editor.TextEditorTest setCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 7.234 s getAvailableContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 3.296 s notTextEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 1.897 s insertLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.31 s selectTextTest1 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.154 s selectTextTest2 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.117 s getAYTMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 4.321 s getCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.355 s insertLineIntoLastEditorLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.262 s contentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 3.477 s openFileWithRegexInName no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.373 s getFoldedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.092 s getLineOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.287 s getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.431 s closeContentAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 4.798 s quickFixAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.487 s getTextAtLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.063 s selectTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.096 s testGetPositionOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.28 s openSpecificContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 3.305 s insertTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.272 s getTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 1.895 s insertTextAfter no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.256 s closeContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 3.81 s setCursorPositionByOffset no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 7.075 s getSelectedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 11.69 s insertTextBehind no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.735 s getMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 3.259 s closeOpenOnAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 4.899 s getLineOfTextIndex no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.226 s selectLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.063 s Running org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest 19:37:49.969 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest 19:37:49.969 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:37:49.969 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:37:49.969 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest 19:37:49.969 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:37:49.969 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:37:49.970 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:37:49.970 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:37:49.970 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:37:49.970 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 19:37:49.970 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:37:49.970 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:37:49.970 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:37:49.970 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:37:49.970 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:37:49.970 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:37:49.970 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:37:49.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:37:49.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:37:49.971 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:37:49.971 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:37:49.971 DEBUG [main][MenuItemLookup] Found menu:'File' 19:37:49.971 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:37:49.971 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:37:49.971 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:37:49.971 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:37:49.971 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:37:49.971 DEBUG [main][MenuItemLookup] Item match:Window 19:37:49.972 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:37:49.972 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:37:49.972 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:37:49.972 DEBUG [main][MenuItemLookup] Found menu:'' 19:37:49.972 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:37:49.972 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:37:49.972 DEBUG [main][MenuItemLookup] Found menu:'' 19:37:49.972 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 19:37:49.972 DEBUG [main][MenuItemLookup] Found menu:'' 19:37:49.972 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 19:37:49.972 DEBUG [main][MenuItemLookup] Item match:Preferences 19:37:49.972 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 19:37:49.972 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 19:37:49.972 INFO [main][MenuItemHandler] Select menu item: &Preferences 19:37:50.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 19:37:50.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 19:37:50.028 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 19:37:50.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:37:50.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:37:50.029 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 19:37:50.029 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:37:50.029 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 19:37:50.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:50.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:50.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:50.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:50.029 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:37:50.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:37:50.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:37:50.030 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) 19:37:50.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:50.030 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:50.031 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:50.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:50.031 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:37:50.032 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 19:37:50.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:37:50.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:37:50.032 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:37:50.032 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:37:50.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:37:50.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:37:50.044 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:37:50.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:37:50.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:37:50.044 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:37:50.044 DEBUG [main][EditorHandler] 0 editor(s) found 19:37:50.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:50.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:50.045 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 19:37:50.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:50.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:50.045 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:37:50.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:37:50.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:37:50.045 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:37:50.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') 19:37:50.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:50.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:50.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:50.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:50.046 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:37:50.046 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:50.046 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:50.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:50.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:37:50.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:37:50.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:37:50.047 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:50.047 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:50.047 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:50.047 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 19:37:50.047 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:50.047 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:50.048 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:50.048 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 19:37:50.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:50.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:50.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:50.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:50.048 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:50.048 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:50.048 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:50.049 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 19:37:50.049 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:37:50.049 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCustomContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest) 19:37:50.049 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest 19:37:50.049 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:37:50.049 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:37:50.049 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:37:50.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:37:50.049 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:37:50.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:37:50.057 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:37:50.057 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 19:37:50.057 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:37:50.057 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:37:50.057 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:37:50.057 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:37:50.057 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:37:50.057 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:37:50.057 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:37:50.057 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 19:37:50.057 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:37:50.057 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:37:50.057 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:37:50.057 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:37:50.057 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:37:50.057 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:37:50.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:37:50.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:37:50.058 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:37:50.058 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:37:50.058 DEBUG [main][MenuItemLookup] Found menu:'File' 19:37:50.058 DEBUG [main][MenuItemLookup] Item match:File 19:37:50.058 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:37:50.058 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:37:50.060 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:37:50.060 DEBUG [main][MenuItemLookup] Found menu:'' 19:37:50.060 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:37:50.060 DEBUG [main][MenuItemLookup] Found menu:'File' 19:37:50.060 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:37:50.060 DEBUG [main][MenuItemLookup] Found menu:'' 19:37:50.060 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:37:50.060 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:37:50.060 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:37:50.060 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:37:50.060 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:37:50.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 19:37:50.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 'New|Select a wizard'] is available. finished successfully 19:37:50.103 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:37:50.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:37:50.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:37:50.104 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:37:50.104 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:37:50.104 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 19:37:50.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:50.104 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:50.104 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:50.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:50.104 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:37:50.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:37:50.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:37:50.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:37:50.105 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:37:50.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:37:50.105 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:37:50.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:37:50.105 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:37:50.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:37:50.105 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:37:50.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:37:50.105 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:37:50.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:37:50.105 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:37:50.106 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 19:37:50.106 DEBUG [main][TreeItemHandler] Selecting tree item: Project 19:37:50.106 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 19:37:50.108 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 19:37:50.108 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:37:50.108 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:37:50.108 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) 19:37:50.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:50.108 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:50.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:50.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:50.109 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:37:50.109 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:37:50.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:37:50.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:37:50.109 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:37:50.109 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:37:50.128 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:37:50.128 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:37:50.128 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:37:50.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 19:37:50.128 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 19:37:50.128 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 19:37:50.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:37:50.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:37:50.129 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 19:37:50.129 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:37:50.129 DEBUG [WorkbenchTestable][BasicNewProjectResourceWizardFirstPage] Set General Project name to 'project' 19:37:50.129 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:") 19:37:50.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:50.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:50.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:50.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:50.130 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:37:50.130 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:37:50.130 INFO [WorkbenchTestable][AbstractText] Text set to: project 19:37:50.131 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 19:37:50.131 INFO [WorkbenchTestable][BasicNewProjectResourceWizard] Finish wizard 19:37:50.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.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) 19:37:50.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:50.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:50.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:50.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:50.132 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:37:50.132 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:37:50.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:37:50.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:37:50.132 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:37:50.132 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:37:50.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:37:50.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:37:50.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:37:50.636 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 19:37:50.636 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:37:50.636 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:37:50.636 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:37:50.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:37:50.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:37:50.636 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:37:50.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:37:50.636 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:37:50.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"] 19:37:50.636 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:37:50.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:37:50.637 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:37:50.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:37:50.637 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:37:50.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:37:50.637 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:37:50.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: "Create New File"] 19:37:50.637 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:37:50.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:37:50.637 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:37:50.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:37:50.637 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:37:50.637 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:37:50.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:37:50.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:37:50.637 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:37:50.637 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:37:50.637 DEBUG [main][MenuItemLookup] Found menu:'File' 19:37:50.637 DEBUG [main][MenuItemLookup] Item match:File 19:37:50.638 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:37:50.638 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:37:50.639 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:37:50.639 DEBUG [main][MenuItemLookup] Found menu:'' 19:37:50.639 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:37:50.639 DEBUG [main][MenuItemLookup] Found menu:'File' 19:37:50.639 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:37:50.639 DEBUG [main][MenuItemLookup] Found menu:'' 19:37:50.639 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:37:50.639 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:37:50.639 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:37:50.639 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:37:50.639 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:37:50.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 'New|Select a wizard'] is available.... 19:37:50.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 'New|Select a wizard'] is available. finished successfully 19:37:50.678 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:37:50.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:37:50.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:37:50.679 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:37:50.679 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:37:50.679 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 19:37:50.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:50.679 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:50.680 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:50.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:50.680 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:37:50.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:37:50.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:37:50.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:37:50.680 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:37:50.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:37:50.680 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:37:50.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:37:50.680 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:37:50.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:37:50.680 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:37:50.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:37:50.681 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:37:50.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:37:50.681 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:37:50.681 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 19:37:50.681 DEBUG [main][TreeItemHandler] Selecting tree item: File 19:37:50.681 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 19:37:50.683 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 19:37:50.683 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:37:50.683 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:37:50.683 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) 19:37:50.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:50.683 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:50.684 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:50.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:50.684 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:37:50.684 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:37:50.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:37:50.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:37:50.684 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:37:50.684 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:37:50.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:37:50.705 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:37:50.705 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:37:50.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 19:37:50.706 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 19:37:50.706 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 19:37:50.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:37:50.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:37:50.706 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 19:37:50.707 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:37:50.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.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "Enter or select the parent folder:") 19:37:50.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:50.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:50.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:50.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:50.708 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:37:50.708 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:37:50.708 INFO [WorkbenchTestable][AbstractText] Text set to: project/ 19:37:50.713 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:") 19:37:50.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:50.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:50.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:50.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:50.715 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:37:50.715 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:37:50.715 INFO [WorkbenchTestable][AbstractText] Text set to: abc.ca 19:37:50.718 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 19:37:50.718 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 19:37:50.718 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) 19:37:50.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:50.718 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:50.719 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:50.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:50.719 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:37:50.719 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:37:50.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:37:50.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:37:50.719 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:37:50.719 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:37:50.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:37:51.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:37:51.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:37:51.228 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:37:51.228 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 19:37:51.228 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:37:51.228 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:37:51.228 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:37:51.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:37:51.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 '\*?\Qabc.ca\E') 19:37:51.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:51.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:51.230 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:51.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:51.230 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:37:51.230 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:51.230 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 19:37:51.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:37:51.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:37:51.230 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - project/abc.ca - Eclipse Platform' 19:37:51.230 DEBUG [main][MenuItemLookup] Found menu:'File' 19:37:51.231 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:37:51.231 DEBUG [main][MenuItemLookup] Item match:Edit 19:37:51.231 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 19:37:51.231 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 19:37:51.231 DEBUG [main][MenuItemLookup] Found menu:'' 19:37:51.231 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 19:37:51.231 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:37:51.231 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:37:51.231 DEBUG [main][MenuItemLookup] Found menu:'' 19:37:51.231 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:37:51.231 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 19:37:51.231 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 19:37:51.231 DEBUG [main][MenuItemLookup] Found menu:'' 19:37:51.231 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 19:37:51.231 DEBUG [main][MenuItemLookup] Found menu:'' 19:37:51.231 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 19:37:51.231 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 19:37:51.231 INFO [WorkbenchTestable][AbstractEditor] Content assist menu not found, open via keyboard shortcut 19:37:51.231 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 19:37:51.231 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 19:37:51.432 INFO [WorkbenchTestable][Keyboard] As char: , as int:32 19:37:52.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 19:37:52.433 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 19:37:52.433 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:37:52.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:37:52.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:37:52.438 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 19:37:52.438 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:37:52.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:52.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:52.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:52.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:52.438 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:37:52.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:37:52.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:37:52.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 19:37:52.439 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 19:37:52.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:37:52.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:37:52.439 DEBUG [WorkbenchTestable][ContentAssistant] Getting content assist proposals 19:37:52.439 DEBUG [WorkbenchTestable][ContentAssistant] Content assist proposals: 19:37:52.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:37:52.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:37:52.439 DEBUG [WorkbenchTestable][ContentAssistant] a 19:37:52.439 DEBUG [WorkbenchTestable][ContentAssistant] b 19:37:52.439 DEBUG [WorkbenchTestable][ContentAssistant] c 19:37:52.439 INFO [WorkbenchTestable][AbstractShell] Close shell 19:37:52.439 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 19:37:52.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:37:52.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:37:52.445 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:37:52.445 DEBUG [main][EditorHandler] 1 editor(s) found 19:37:52.445 DEBUG [WorkbenchTestable][EditorHandler] Closing editor abc.ca 19:37:52.459 DEBUG [WorkbenchTestable][EditorHandler] Editor abc.ca is closed 19:37:52.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:52.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:52.459 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 19:37:52.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:52.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:52.460 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:37:52.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:37:52.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:37:52.460 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:37:52.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 '\*?\QProject Explorer\E') 19:37:52.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:52.460 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:52.461 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:52.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:52.461 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:37:52.461 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:52.461 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:52.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:52.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:37:52.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:37:52.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:37:52.462 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:52.462 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:52.462 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:52.462 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:37:52.462 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:52.462 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:52.463 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:52.463 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:37:52.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:52.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:52.463 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:37:52.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:52.964 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:37:53.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:53.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:37:53.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:37:53.466 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:53.466 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:53.466 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:53.466 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:37:53.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 19:37:53.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:53.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:53.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:53.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:53.466 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:37:53.467 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name project 19:37:53.467 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:53.467 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:53.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:53.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:37:53.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:53.467 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:53.467 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:37:53.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:53.968 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:37:54.468 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:54.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:37:54.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:37:54.470 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:54.470 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:54.470 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:54.470 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:37:54.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 19:37:54.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:54.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:54.470 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:54.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:54.470 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:37:54.470 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name project 19:37:54.471 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:54.471 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:54.471 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:54.471 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:37:54.471 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:37:54.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:54.471 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:54.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:54.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:54.471 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:37:54.471 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 19:37:54.471 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 19:37:54.471 DEBUG [main][TreeItemHandler] Set Tree selection 19:37:54.471 DEBUG [main][TreeHandler] Notify Tree about selection event 19:37:54.474 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 19:37:54.475 DEBUG [WorkbenchTestable][TreeItemHandler] project 19:37:54.475 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:37:54.475 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:37:54.489 DEBUG [main][MenuItemLookup] Found menu:'New' 19:37:54.489 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:37:54.489 DEBUG [main][MenuItemLookup] Found menu:'' 19:37:54.489 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:37:54.489 DEBUG [main][MenuItemLookup] Found menu:'' 19:37:54.489 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:37:54.489 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:37:54.489 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:37:54.489 DEBUG [main][MenuItemLookup] Found menu:'Move...' 19:37:54.489 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 19:37:54.489 DEBUG [main][MenuItemLookup] Found menu:'' 19:37:54.489 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:37:54.489 DEBUG [main][MenuItemLookup] Found menu:'Export...' 19:37:54.489 DEBUG [main][MenuItemLookup] Found menu:'' 19:37:54.489 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:37:54.489 DEBUG [main][MenuItemLookup] Item match:Refresh F5 19:37:54.489 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 19:37:54.489 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 19:37:54.489 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 19:37:54.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:37:54.489 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:37:54.489 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 19:37:54.989 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:37:54.989 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:37:54.989 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:37:54.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:37:54.989 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:37:54.990 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:37:55.002 DEBUG [main][MenuItemLookup] Found menu:'New' 19:37:55.002 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:37:55.002 DEBUG [main][MenuItemLookup] Found menu:'' 19:37:55.002 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:37:55.002 DEBUG [main][MenuItemLookup] Found menu:'' 19:37:55.002 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:37:55.002 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:37:55.002 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:37:55.002 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:37:55.002 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:37:55.002 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:37:55.002 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 19:37:55.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 19:37:55.548 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 19:37:55.548 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 19:37:55.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:37:55.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:37:55.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: 32) 19:37:55.550 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:37:55.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:37:55.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:37:55.550 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:37:55.550 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:37:55.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:55.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:55.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:55.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:55.550 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:37:55.551 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 19:37:55.551 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 19:37:55.551 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 19:37:55.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:37:55.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:37:55.551 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:37:55.551 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:37:55.551 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:37:55.551 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:37:55.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:37:55.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:37:55.551 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:37:55.551 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:37:55.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:37:55.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:37:55.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:37:55.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:37:55.552 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:37:55.552 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:37:55.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:37:55.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:37:55.552 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:37:55.552 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:37:55.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 19:37:55.554 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 19:37:56.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 19:37:56.054 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 19:37:56.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:37:56.054 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 19:37:56.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:37:56.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:37:56.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:37:56.055 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:37:56.055 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:37:56.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:37:56.055 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 19:37:56.055 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest 19:37:56.055 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:37:56.056 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:37:56.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:37:56.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:37:56.056 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCustomContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest) 19:37:56.056 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest 19:37:56.056 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:37:56.056 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:37:56.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:37:56.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.088 s - in org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest testCustomContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest) Time elapsed: 6.007 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.verification.parametrized/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 297 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 19 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 13 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 3.3.0-SNAPSHOT [34/58] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.uiforms.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.uiforms.test --- [INFO] The project's OSGi version is 3.3.0.v20210310-1921 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.reddeer.uiforms.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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.verification.parametrized/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.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.reddeer.uiforms.test --- [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.uiforms.test:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/pom.xml [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/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.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.reddeer.uiforms.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/target/org.eclipse.reddeer.uiforms.test-3.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.reddeer.uiforms.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.uiforms.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/target/org.eclipse.reddeer.uiforms.test-3.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.uiforms.test --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.reddeer.uiforms.test --- [INFO] Executing Test Runtime with timeout 9600, logs (if any) will be placed at: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/11.0.2+9/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.verification.parametrized/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.6.100.v20201223-0822/org.eclipse.equinox.launcher-1.6.100.v20201223-0822.jar, -data, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/target/work/data, -install, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/target/work, -configuration, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.platform.ide, -nouithread, -timeout, 9600000] Launching application org.eclipse.ui.ide.workbench... Running org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 19:38:05.010 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 19:38:05.012 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 19:38:05.023 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 19:38:05.024 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 19:38:05.096 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 19:38:05.120 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:38:05.122 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:38:05.125 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 19:38:05.126 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 19:38:05.126 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 19:38:05.134 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 19:38:05.137 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:38:05.137 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:38:05.139 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:38:05.139 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:38:05.183 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:38:05.185 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 19:38:05.202 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:38:05.208 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:05.210 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:38:05.210 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:05.211 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:38:05.211 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:05.216 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:38:05.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:05.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:05.220 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:38:05.223 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:38:05.226 DEBUG [main][MenuItemLookup] Found menu:'File' 19:38:05.226 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:38:05.226 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:38:05.226 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:38:05.226 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:38:05.226 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:38:05.226 DEBUG [main][MenuItemLookup] Item match:Window 19:38:05.229 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:38:05.229 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:38:05.229 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:38:05.229 DEBUG [main][MenuItemLookup] Found menu:'' 19:38:05.229 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:38:05.229 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:38:05.229 DEBUG [main][MenuItemLookup] Found menu:'' 19:38:05.230 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 19:38:05.230 DEBUG [main][MenuItemLookup] Found menu:'' 19:38:05.230 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 19:38:05.230 DEBUG [main][MenuItemLookup] Item match:Preferences 19:38:05.232 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 19:38:05.232 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 19:38:05.233 INFO [main][MenuItemHandler] Select menu item: &Preferences 19:38:05.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 19:38:05.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 19:38:05.418 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 19:38:05.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:05.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:05.420 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 19:38:05.420 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:05.426 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 19:38:05.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:05.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:05.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:05.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:05.431 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:38:05.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:38:05.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:38:05.447 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) 19:38:05.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:05.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:05.490 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:05.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:05.491 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:38:05.493 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 19:38:05.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:38:05.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:38:05.494 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:38:05.494 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:38:05.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:38:05.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:38:05.514 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:38:05.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:05.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:05.519 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:38:05.520 INFO [WorkbenchTestable][RequirementsRunner] Started test: activate no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 19:38:05.520 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 19:38:05.520 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:38:05.520 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:38:05.520 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:38:05.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:05.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:38:05.537 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' view via menu. 19:38:05.537 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:38:05.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:05.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:05.538 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:38:05.538 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:38:05.538 DEBUG [main][MenuItemLookup] Found menu:'File' 19:38:05.538 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:38:05.538 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:38:05.538 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:38:05.538 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:38:05.538 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:38:05.538 DEBUG [main][MenuItemLookup] Item match:Window 19:38:05.539 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:38:05.539 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:38:05.539 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:38:05.539 DEBUG [main][MenuItemLookup] Found menu:'' 19:38:05.539 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:38:05.539 DEBUG [main][MenuItemLookup] Item match:Show View 19:38:05.583 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 19:38:05.583 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 19:38:05.583 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 19:38:05.583 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 19:38:05.583 DEBUG [main][MenuItemLookup] Found menu:'Progress' 19:38:05.583 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 19:38:05.583 DEBUG [main][MenuItemLookup] Found menu:'Properties' 19:38:05.583 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 19:38:05.584 DEBUG [main][MenuItemLookup] Found menu:'' 19:38:05.584 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 19:38:05.584 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 19:38:05.584 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 19:38:05.584 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 19:38:05.584 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 19:38:05.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 19:38:05.624 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 19:38:05.624 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 19:38:05.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:05.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:05.625 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 19:38:05.625 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:38:05.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:05.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:05.626 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:38:05.626 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:38:05.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:05.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:05.626 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:05.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:05.627 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:38:05.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:38:05.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:38:05.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test UI Forms has children... 19:38:05.629 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test UI Forms 19:38:05.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:38:06.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:38:06.132 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test UI Forms 19:38:06.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test UI Forms has children finished successfully 19:38:06.133 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test UI Forms 19:38:06.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:38:06.133 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test UI Forms is already expanded. No action performed 19:38:06.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:38:06.133 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test UI Forms 19:38:06.134 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item UI Form Test 19:38:06.134 DEBUG [main][TreeItemHandler] Selecting tree item: UI Form Test 19:38:06.135 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item UI Form Test about selection 19:38:06.135 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: UI Form Test 19:38:06.135 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:38:06.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:06.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:06.136 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:38:06.136 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:38:06.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:06.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:06.137 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:38:06.137 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:38:06.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:06.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:06.138 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:38:06.138 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:38:06.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:06.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:06.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:06.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:06.138 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:38:06.139 INFO [WorkbenchTestable][AbstractButton] Click button &Open 19:38:06.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:38:06.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:38:06.139 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:38:06.139 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:38:06.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:38:06.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:38:06.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.uiforms.test.ui.views.UIFormView' view is open... 19:38:06.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:06.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:06.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.uiforms.test.ui.views.UIFormView' view is open finished successfully 19:38:06.423 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:06.428 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:06.430 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:38:06.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:06.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:06.431 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:38:06.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 '\*?\QUI Form Test\E') 19:38:06.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:06.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:06.488 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:06.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:06.488 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:38:06.490 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 19:38:06.490 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 19:38:06.495 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:38:06.496 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:38:06.497 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:38:06.497 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:38:06.500 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 19:38:06.501 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:38:06.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:06.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:06.513 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 19:38:06.513 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:38:06.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:06.513 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:06.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:06.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:06.514 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was found 19:38:06.516 TRACE [main][WidgetHandler] Notify Hyperlink with event 6 19:38:06.517 TRACE [main][WidgetHandler] Wait for synchronization 19:38:06.517 TRACE [main][WidgetHandler] Notify Hyperlink with event 3 19:38:06.517 TRACE [main][WidgetHandler] Wait for synchronization 19:38:06.517 TRACE [main][WidgetHandler] Notify Hyperlink with event 4 19:38:06.517 TRACE [main][WidgetHandler] Wait for synchronization 19:38:06.518 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") 19:38:06.518 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:38:06.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:06.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:06.522 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 19:38:06.522 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:38:06.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:06.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:06.523 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:06.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:06.524 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 19:38:06.524 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 19:38:06.525 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:38:06.527 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:38:06.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:06.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:06.529 INFO [WorkbenchTestable][RequirementsRunner] Finished test: activate no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 19:38:06.530 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:38:06.530 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 19:38:06.530 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 19:38:06.530 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:38:06.530 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:38:06.530 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:38:06.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:06.542 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:06.542 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 19:38:06.542 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:06.546 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:06.546 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:38:06.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:06.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:06.547 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:38:06.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 '\*?\QUI Form Test\E') 19:38:06.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:06.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:06.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:06.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:06.597 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:38:06.597 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 19:38:06.597 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 19:38:06.600 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:38:06.600 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:38:06.600 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:38:06.600 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:38:06.604 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") 19:38:06.605 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:38:06.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:06.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:06.605 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 19:38:06.605 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:38:06.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:06.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:06.624 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:38:07.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:07.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:38:07.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:07.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:38:07.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:38:07.663 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was not found 19:38:07.665 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 19:38:07.665 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:38:07.665 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:38:07.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:07.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:07.666 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 19:38:07.666 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:38:07.667 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 19:38:07.667 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 19:38:07.667 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:38:07.667 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:38:07.667 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:38:07.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:07.671 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:07.671 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 19:38:07.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:07.674 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:07.674 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:38:07.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:07.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:07.676 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:38:07.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 19:38:07.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:07.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:07.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:07.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:07.679 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:38:07.680 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 19:38:07.680 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 19:38:07.694 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:38:07.694 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:38:07.694 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:38:07.694 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:38:07.696 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 19:38:07.696 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:38:07.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:07.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:07.706 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 19:38:07.707 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:38:07.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:07.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:38:07.707 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:38:07.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:07.707 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 1 was found 19:38:07.709 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 19:38:07.709 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:38:07.709 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:38:07.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:07.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:07.710 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 19:38:07.711 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:38:07.711 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 19:38:07.711 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 19:38:07.711 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:38:07.711 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:38:07.711 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:38:07.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:07.718 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:07.718 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 19:38:07.718 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:07.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:07.722 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:38:07.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:07.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:07.722 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:38:07.722 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:38:07.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:07.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:07.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:07.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:07.726 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:38:07.726 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 19:38:07.726 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 19:38:07.728 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:38:07.728 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:38:07.728 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:38:07.728 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:38:07.731 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") 19:38:07.731 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:38:07.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:07.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:07.742 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 19:38:07.742 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:38:07.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:07.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:07.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:07.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:07.743 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 19:38:07.744 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") 19:38:07.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:07.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:07.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:07.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:07.745 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was found 19:38:07.746 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 19:38:07.746 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:38:07.746 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:38:07.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:07.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:07.746 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 19:38:07.746 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:38:07.747 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 19:38:07.747 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 19:38:07.747 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:38:07.747 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:38:07.747 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:38:07.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:07.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:07.753 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 19:38:07.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:07.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:07.756 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:38:07.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:07.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:07.756 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:38:07.756 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:38:07.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:07.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:07.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:07.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:07.793 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:38:07.793 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 19:38:07.793 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 19:38:07.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:38:07.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:38:07.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:38:07.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:38:07.797 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 19:38:07.797 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:38:07.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:07.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:07.808 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 19:38:07.808 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:38:07.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:07.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:07.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:07.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:07.809 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was found 19:38:07.810 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 19:38:07.810 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:38:07.810 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:38:07.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:07.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:07.810 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 19:38:07.811 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:38:07.811 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 19:38:07.811 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 19:38:07.811 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:38:07.811 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:38:07.811 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:38:07.811 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:07.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:07.815 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 19:38:07.815 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:07.818 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:07.818 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:38:07.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:07.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:07.819 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:38:07.819 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:38:07.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:07.819 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:07.822 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:07.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:07.822 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:38:07.822 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 19:38:07.822 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 19:38:07.823 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:38:07.823 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:38:07.823 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:38:07.823 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:38:07.825 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") 19:38:07.825 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:38:07.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:07.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:07.825 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 19:38:07.825 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:38:07.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:07.825 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:07.826 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:07.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:07.826 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was found 19:38:07.827 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 19:38:07.827 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:38:07.827 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:38:07.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:07.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:07.828 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 19:38:07.828 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:38:07.828 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 19:38:07.828 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 19:38:07.828 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:38:07.828 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:38:07.828 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:38:07.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:07.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:07.841 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 19:38:07.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:07.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:07.844 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:38:07.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:07.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:07.844 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:38:07.845 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:38:07.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:07.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:07.882 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:07.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:07.882 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:38:07.882 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 19:38:07.882 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 19:38:07.884 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:38:07.884 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:38:07.884 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:38:07.884 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:38:07.886 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") 19:38:07.886 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:38:07.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:07.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:07.886 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 19:38:07.886 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:38:07.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:07.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:07.887 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:07.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:07.887 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 19:38:07.888 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 19:38:07.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:07.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:07.888 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:07.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:07.888 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was found 19:38:07.889 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 19:38:07.889 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:38:07.889 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:38:07.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:07.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:07.889 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 19:38:07.890 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:38:07.890 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 19:38:07.890 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 19:38:07.890 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:38:07.890 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:38:07.890 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:38:07.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:07.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:07.893 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 19:38:07.893 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:07.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:07.895 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:38:07.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:07.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:07.896 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:38:07.896 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:38:07.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:07.896 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:07.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:07.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:07.910 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:38:07.911 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 19:38:07.911 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 19:38:07.912 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:38:07.912 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:38:07.912 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:38:07.912 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:38:07.914 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") 19:38:07.914 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:38:07.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:07.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:07.930 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 19:38:07.930 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:38:07.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:07.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:07.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:07.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:07.932 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 19:38:07.934 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 19:38:07.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:07.934 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:38:07.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:38:07.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:07.934 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 1 was found 19:38:07.935 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 19:38:07.935 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:38:07.935 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:38:07.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:07.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:07.935 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 19:38:07.936 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 19:38:07.936 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:38:07.936 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:38:07.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:07.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.945 s - in org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest activate no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 1.009 s testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 1.136 s indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 0.043 s titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 0.035 s defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 0.063 s titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 0.017 s defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 0.061 s indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 0.045 s Running org.eclipse.reddeer.uiforms.test.DefaultFormTest 19:38:07.960 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 19:38:07.961 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:38:07.961 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:38:07.961 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 19:38:07.961 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:38:07.961 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:38:07.980 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:38:07.980 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:38:07.980 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:38:07.980 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 19:38:07.981 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:38:07.984 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:07.984 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:38:07.984 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:07.984 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:38:07.984 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:07.984 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:38:07.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:07.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:07.985 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:38:07.985 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:38:07.985 DEBUG [main][MenuItemLookup] Found menu:'File' 19:38:07.986 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:38:07.986 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:38:07.986 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:38:07.986 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:38:07.986 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:38:07.986 DEBUG [main][MenuItemLookup] Item match:Window 19:38:07.986 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:38:07.987 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:38:07.987 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:38:07.987 DEBUG [main][MenuItemLookup] Found menu:'' 19:38:07.987 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:38:07.987 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:38:07.987 DEBUG [main][MenuItemLookup] Found menu:'' 19:38:07.987 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 19:38:07.987 DEBUG [main][MenuItemLookup] Found menu:'' 19:38:07.987 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 19:38:07.987 DEBUG [main][MenuItemLookup] Item match:Preferences 19:38:07.987 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 19:38:07.987 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 19:38:07.987 INFO [main][MenuItemHandler] Select menu item: &Preferences 19:38:08.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.... 19:38:08.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 19:38:08.087 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 19:38:08.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:08.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:08.089 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 19:38:08.089 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:08.096 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 19:38:08.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:08.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:08.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:08.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:08.097 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:38:08.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:38:08.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:38:08.099 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) 19:38:08.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:08.099 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:08.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:08.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:08.101 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:38:08.101 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 19:38:08.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:38:08.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:38:08.101 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:38:08.101 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:38:08.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:38:08.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:38:08.128 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:38:08.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:08.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:08.129 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:38:08.129 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 19:38:08.129 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 19:38:08.129 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:38:08.129 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:38:08.129 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:38:08.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:08.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:08.134 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 19:38:08.134 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:08.136 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:08.136 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:38:08.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:08.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:08.137 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:38:08.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 '\*?\QUI Form Test\E') 19:38:08.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:08.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:08.139 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:08.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:08.139 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:38:08.139 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 19:38:08.139 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 19:38:08.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:38:08.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:38:08.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:38:08.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:38:08.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:08.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:38:08.147 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' view via menu. 19:38:08.147 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:38:08.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:08.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:08.186 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:38:08.186 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:38:08.186 DEBUG [main][MenuItemLookup] Found menu:'File' 19:38:08.186 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:38:08.186 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:38:08.186 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:38:08.186 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:38:08.186 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:38:08.186 DEBUG [main][MenuItemLookup] Item match:Window 19:38:08.187 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:38:08.187 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:38:08.187 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:38:08.187 DEBUG [main][MenuItemLookup] Found menu:'' 19:38:08.187 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:38:08.187 DEBUG [main][MenuItemLookup] Item match:Show View 19:38:08.190 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 19:38:08.190 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 19:38:08.190 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 19:38:08.191 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 19:38:08.191 DEBUG [main][MenuItemLookup] Found menu:'Progress' 19:38:08.191 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 19:38:08.191 DEBUG [main][MenuItemLookup] Found menu:'Properties' 19:38:08.191 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 19:38:08.191 DEBUG [main][MenuItemLookup] Found menu:'' 19:38:08.191 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 19:38:08.191 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 19:38:08.191 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 19:38:08.191 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 19:38:08.191 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 19:38:08.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 19:38:08.230 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 19:38:08.230 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 19:38:08.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:08.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:08.231 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 19:38:08.231 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:38:08.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:08.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:08.232 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:38:08.232 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:38:08.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:08.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:08.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:08.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:08.232 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:38:08.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:38:08.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:38:08.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:38:08.233 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:38:08.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:38:08.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:38:08.737 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:38:08.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:38:08.739 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:38:08.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:38:08.739 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:38:08.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:38:08.739 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:38:08.739 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Error Log 19:38:08.739 DEBUG [main][TreeItemHandler] Selecting tree item: Error Log 19:38:08.740 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Error Log about selection 19:38:08.740 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Error Log 19:38:08.740 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:38:08.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:08.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:08.740 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:38:08.740 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:38:08.740 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:08.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:08.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 "Open") 19:38:08.740 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:38:08.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:08.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:08.741 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:38:08.741 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:38:08.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:08.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:08.741 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:08.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:08.741 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:38:08.742 INFO [WorkbenchTestable][AbstractButton] Click button &Open 19:38:08.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:38:08.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:38:08.742 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:38:08.742 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:38:08.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:38:08.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:38:08.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.uiforms.test.DefaultFormTest$LogView' view is open... 19:38:08.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:08.842 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:08.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.uiforms.test.DefaultFormTest$LogView' view is open finished successfully 19:38:08.842 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:08.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:08.843 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:38:08.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:08.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:08.843 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:38:08.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 '\*?\QError Log\E') 19:38:08.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:08.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:08.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:08.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:08.845 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:38:08.845 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 19:38:08.845 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 19:38:08.846 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:38:08.846 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:38:08.846 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:38:08.846 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:38:08.846 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 19:38:08.846 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:38:08.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:08.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:08.846 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Error Log (Workspace Log)"as the parent 19:38:08.846 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:38:08.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:08.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:08.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:38:09.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:09.347 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:38:09.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:09.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:38:09.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:38:09.849 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was not found 19:38:09.850 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 19:38:09.850 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 19:38:09.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:38:09.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:38:09.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:38:09.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:38:09.851 INFO [WorkbenchTestable][AbstractView] Close view 'Error Log' 19:38:09.851 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Error Log 19:38:09.851 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 19:38:09.853 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 19:38:09.872 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 19:38:09.873 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:38:09.873 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:38:09.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:09.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:09.894 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 19:38:09.894 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:38:09.894 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 19:38:09.894 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 19:38:09.894 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:38:09.894 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:38:09.894 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:38:09.894 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:09.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:09.897 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 19:38:09.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:09.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:09.902 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:38:09.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:09.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:09.903 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:38:09.903 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:38:09.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:09.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:09.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:09.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:09.906 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:38:09.906 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 19:38:09.906 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 19:38:09.908 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:38:09.908 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:38:09.908 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:38:09.908 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:38:09.910 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 19:38:09.910 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:38:09.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:09.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:09.910 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 19:38:09.910 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:38:09.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:09.910 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:38:09.911 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:38:09.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:09.911 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 1 was found 19:38:09.913 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:09.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:38:09.928 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 19:38:09.928 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:38:09.928 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:38:09.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:09.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:09.929 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 19:38:09.929 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:38:09.929 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 19:38:09.929 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 19:38:09.929 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:38:09.929 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:38:09.929 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:38:09.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:09.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:09.931 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 19:38:09.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:09.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:09.935 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:38:09.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:09.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:09.935 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:38:09.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 '\*?\QUI Form Test\E') 19:38:09.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:09.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:09.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:09.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:09.937 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:38:09.938 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 19:38:09.938 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 19:38:09.939 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:38:09.939 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:38:09.939 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:38:09.939 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:38:09.941 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") 19:38:09.941 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:38:09.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:09.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:09.941 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 19:38:09.941 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:38:09.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:09.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:09.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:09.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:09.942 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 19:38:09.943 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") 19:38:09.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:09.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:09.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:09.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:09.943 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 19:38:09.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:09.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:38:09.947 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 19:38:09.947 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:38:09.947 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:38:09.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:09.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:09.948 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 19:38:09.948 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:38:09.948 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 19:38:09.948 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 19:38:09.948 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:38:09.948 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:38:09.948 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:38:09.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:09.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:09.994 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 19:38:09.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:09.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:09.996 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:38:09.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:09.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:09.997 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:38:09.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 '\*?\QUI Form Test\E') 19:38:09.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:09.997 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:09.999 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:09.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:09.999 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:38:09.999 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 19:38:09.999 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 19:38:10.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:38:10.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:38:10.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:38:10.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:38:10.003 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 19:38:10.003 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:38:10.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:10.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:10.003 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 19:38:10.003 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:38:10.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:10.003 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:10.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:10.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:10.003 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 19:38:10.004 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:10.007 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:38:10.007 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 19:38:10.007 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:38:10.007 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:38:10.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:10.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:10.008 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 19:38:10.008 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:38:10.008 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 19:38:10.008 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 19:38:10.008 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:38:10.008 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:38:10.008 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:38:10.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:10.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:10.021 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 19:38:10.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:10.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:10.024 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:38:10.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:10.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:10.035 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:38:10.035 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:38:10.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:10.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:10.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:10.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:10.038 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:38:10.038 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 19:38:10.038 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 19:38:10.039 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:38:10.039 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:38:10.039 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:38:10.039 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:38:10.041 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") 19:38:10.041 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:38:10.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:10.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:10.052 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 19:38:10.052 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:38:10.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:10.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:10.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:10.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:10.053 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 19:38:10.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:10.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:38:10.083 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 19:38:10.083 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:38:10.083 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:38:10.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:10.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:10.084 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 19:38:10.084 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:38:10.084 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 19:38:10.084 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 19:38:10.084 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:38:10.084 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:38:10.084 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:38:10.084 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:10.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:10.088 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 19:38:10.088 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:10.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:10.091 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:38:10.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:10.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:10.091 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:38:10.091 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:38:10.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:10.091 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:10.093 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:10.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:10.094 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:38:10.094 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 19:38:10.094 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 19:38:10.095 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:38:10.095 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:38:10.095 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:38:10.095 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:38:10.097 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") 19:38:10.097 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:38:10.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:10.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:10.097 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 19:38:10.097 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:38:10.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:10.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:10.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:10.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:10.109 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 19:38:10.110 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 19:38:10.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:10.110 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:10.110 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:10.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:10.110 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 19:38:10.111 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:10.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:38:10.116 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 19:38:10.116 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:38:10.116 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:38:10.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:10.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:10.116 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 19:38:10.116 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:38:10.116 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 19:38:10.117 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 19:38:10.117 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:38:10.117 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:38:10.117 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:38:10.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:10.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:10.119 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 19:38:10.119 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:10.121 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:10.122 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:38:10.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:10.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:10.122 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:38:10.122 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:38:10.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:10.122 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:10.124 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:10.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:10.124 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:38:10.124 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 19:38:10.124 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 19:38:10.125 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:38:10.125 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:38:10.125 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:38:10.125 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:38:10.127 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") 19:38:10.127 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:38:10.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:10.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:10.128 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 19:38:10.128 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:38:10.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:10.128 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:10.129 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:10.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:10.129 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 19:38:10.130 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 19:38:10.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:10.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:38:10.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:38:10.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:10.130 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 1 was found 19:38:10.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:10.185 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:38:10.185 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 19:38:10.185 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:38:10.185 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:38:10.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:10.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:10.185 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 19:38:10.185 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 19:38:10.185 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:38:10.185 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:38:10.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:10.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.227 s - in org.eclipse.reddeer.uiforms.test.DefaultFormTest testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) Time elapsed: 1.765 s indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) Time elapsed: 0.035 s titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) Time elapsed: 0.019 s defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) Time elapsed: 0.06 s titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) Time elapsed: 0.076 s defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) Time elapsed: 0.032 s indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) Time elapsed: 0.069 s Running org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 19:38:10.192 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 19:38:10.193 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:38:10.194 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:38:10.194 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 19:38:10.194 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:38:10.194 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:38:10.194 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:38:10.194 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:38:10.194 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:38:10.194 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 19:38:10.194 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:38:10.194 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:10.194 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:38:10.195 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:10.195 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:38:10.195 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:10.195 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:38:10.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:10.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:10.196 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:38:10.196 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:38:10.196 DEBUG [main][MenuItemLookup] Found menu:'File' 19:38:10.196 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:38:10.196 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:38:10.196 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:38:10.196 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:38:10.196 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:38:10.196 DEBUG [main][MenuItemLookup] Item match:Window 19:38:10.197 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:38:10.197 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:38:10.197 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:38:10.197 DEBUG [main][MenuItemLookup] Found menu:'' 19:38:10.197 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:38:10.197 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:38:10.197 DEBUG [main][MenuItemLookup] Found menu:'' 19:38:10.197 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 19:38:10.197 DEBUG [main][MenuItemLookup] Found menu:'' 19:38:10.197 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 19:38:10.197 DEBUG [main][MenuItemLookup] Item match:Preferences 19:38:10.197 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 19:38:10.197 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 19:38:10.197 INFO [main][MenuItemHandler] Select menu item: &Preferences 19:38:10.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 19:38:10.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 'Preferences.*'] is available. finished successfully 19:38:10.290 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 19:38:10.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:10.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:10.291 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 19:38:10.291 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:10.292 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 19:38:10.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:10.292 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:10.292 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:10.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:10.292 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:38:10.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:38:10.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:38:10.293 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) 19:38:10.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:10.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:10.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:10.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:10.295 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:38:10.295 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 19:38:10.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:38:10.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:38:10.295 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:38:10.295 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:38:10.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:38:10.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:38:10.318 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:38:10.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:10.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:10.318 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:38:10.318 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 19:38:10.318 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 19:38:10.318 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:38:10.318 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:38:10.318 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:38:10.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:10.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:10.336 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 19:38:10.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:10.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:10.339 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:38:10.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:10.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:10.339 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:38:10.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 '\*?\QUI Form Test\E') 19:38:10.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:10.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:10.342 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:10.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:10.342 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:38:10.342 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 19:38:10.343 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 19:38:10.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:38:10.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:38:10.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:38:10.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:38:10.347 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) 19:38:10.348 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:38:10.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:10.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:10.348 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 19:38:10.348 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:38:10.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:10.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:10.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:10.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:10.349 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found 19:38:10.396 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: ") 19:38:10.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:10.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:10.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:38:10.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:10.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:38:11.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:11.398 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:38:11.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:38:11.400 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was not found 19:38:11.400 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 19:38:11.400 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:38:11.400 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:38:11.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:11.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:11.400 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 19:38:11.401 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:38:11.401 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 19:38:11.401 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 19:38:11.401 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:38:11.401 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:38:11.401 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:38:11.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:11.404 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:11.404 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 19:38:11.404 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:11.407 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:11.407 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:38:11.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:11.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:11.408 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:38:11.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 '\*?\QUI Form Test\E') 19:38:11.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:11.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:11.410 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:11.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:11.410 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:38:11.410 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 19:38:11.410 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 19:38:11.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:38:11.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:38:11.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:38:11.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:38:11.414 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) 19:38:11.414 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:38:11.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:11.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:11.415 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 19:38:11.415 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:38:11.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:11.415 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:11.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:11.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:11.416 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found 19:38:11.438 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: ") 19:38:11.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:11.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:11.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:11.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:11.438 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:38:11.438 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:38:11.439 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 19:38:11.439 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:38:11.439 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:38:11.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:11.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:11.440 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 19:38:11.440 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:38:11.440 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 19:38:11.440 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 19:38:11.440 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:38:11.440 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:38:11.440 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:38:11.440 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:11.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:11.443 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 19:38:11.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:11.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:11.446 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:38:11.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:11.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:11.447 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:38:11.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 '\*?\QUI Form Test\E') 19:38:11.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:11.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:11.450 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:11.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:11.450 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:38:11.450 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 19:38:11.450 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 19:38:11.451 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:38:11.452 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:38:11.452 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:38:11.452 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:38:11.454 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") 19:38:11.454 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:38:11.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:11.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:11.454 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 19:38:11.454 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:38:11.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:11.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:11.470 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:38:11.971 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:11.973 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:38:12.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:12.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:38:12.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:38:12.484 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was not found 19:38:12.484 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 19:38:12.485 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:38:12.485 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:38:12.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:12.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:12.485 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 19:38:12.485 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:38:12.486 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 19:38:12.486 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 19:38:12.486 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:38:12.486 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:38:12.486 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:38:12.486 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:12.488 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:12.488 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 19:38:12.488 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:12.490 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:12.490 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:38:12.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:12.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:12.491 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:38:12.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 19:38:12.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:12.491 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:12.493 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:12.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:12.493 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:38:12.494 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 19:38:12.494 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 19:38:12.495 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:38:12.495 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:38:12.495 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:38:12.495 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:38:12.496 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) 19:38:12.496 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:38:12.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:12.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:12.497 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 19:38:12.497 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:38:12.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:12.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:38:12.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:38:12.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:12.497 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 1 was found 19:38:12.499 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 19:38:12.499 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:38:12.499 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:38:12.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:12.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:12.499 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 19:38:12.499 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:38:12.499 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 19:38:12.499 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 19:38:12.499 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:38:12.499 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:38:12.499 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:38:12.500 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:12.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:12.502 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 19:38:12.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:12.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:12.504 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:38:12.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:12.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:12.515 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:38:12.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') 19:38:12.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:12.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:12.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:12.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:12.518 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:38:12.518 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 19:38:12.518 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 19:38:12.519 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:38:12.519 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:38:12.519 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:38:12.519 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:38:12.521 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") 19:38:12.521 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:38:12.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:12.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:12.533 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 19:38:12.533 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:38:12.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:12.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:12.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:12.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:12.534 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 19:38:12.535 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") 19:38:12.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:12.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:12.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:12.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:12.535 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found 19:38:12.535 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 19:38:12.535 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:38:12.535 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:38:12.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:12.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:12.536 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 19:38:12.536 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:38:12.536 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 19:38:12.536 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 19:38:12.536 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:38:12.536 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:38:12.536 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:38:12.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:12.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:12.541 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 19:38:12.542 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:12.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:12.544 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:38:12.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:12.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:12.544 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:38:12.544 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:38:12.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:12.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:12.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:12.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:12.547 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:38:12.547 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 19:38:12.547 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 19:38:12.548 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:38:12.548 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:38:12.548 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:38:12.548 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:38:12.550 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) 19:38:12.550 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:38:12.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:12.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:12.550 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 19:38:12.550 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:38:12.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:12.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:12.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:12.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:12.551 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found 19:38:12.552 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 19:38:12.552 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:38:12.552 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:38:12.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:12.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:12.552 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 19:38:12.552 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:38:12.552 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 19:38:12.552 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 19:38:12.552 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:38:12.552 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:38:12.552 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:38:12.553 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:12.583 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:12.583 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 19:38:12.583 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:12.585 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:12.585 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:38:12.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:12.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:12.586 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:38:12.586 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:38:12.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:12.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:12.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:12.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:12.600 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:38:12.600 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 19:38:12.600 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 19:38:12.601 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:38:12.601 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:38:12.601 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:38:12.601 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:38:12.603 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") 19:38:12.603 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:38:12.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:12.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:12.615 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 19:38:12.615 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:38:12.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:12.615 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:12.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:12.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:12.616 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found 19:38:12.617 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 19:38:12.617 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:38:12.617 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:38:12.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:12.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:12.617 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 19:38:12.617 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:38:12.617 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 19:38:12.617 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 19:38:12.617 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:38:12.617 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:38:12.617 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:38:12.618 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:12.619 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:12.620 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 19:38:12.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:12.623 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:12.623 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:38:12.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:12.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:12.623 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:38:12.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 '\*?\QUI Form Test\E') 19:38:12.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:12.623 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:12.626 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:12.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:12.626 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:38:12.627 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 19:38:12.627 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 19:38:12.628 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:38:12.628 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:38:12.628 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:38:12.628 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:38:12.630 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") 19:38:12.630 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:38:12.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:12.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:12.631 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 19:38:12.631 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:38:12.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:12.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:12.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:12.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:12.631 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 19:38:12.632 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) 19:38:12.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:12.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:12.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:12.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:12.633 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found 19:38:12.633 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 19:38:12.633 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:38:12.633 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:38:12.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:12.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:12.634 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 19:38:12.634 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:38:12.634 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 19:38:12.634 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 19:38:12.634 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:38:12.634 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:38:12.634 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:38:12.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:12.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:12.647 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 19:38:12.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:12.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:12.650 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:38:12.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:12.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:12.650 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:38:12.650 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:38:12.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:12.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:12.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:12.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:12.652 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:38:12.652 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 19:38:12.652 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 19:38:12.654 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:38:12.654 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:38:12.654 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:38:12.654 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:38:12.656 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") 19:38:12.656 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:38:12.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:12.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:12.667 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 19:38:12.668 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:38:12.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:12.668 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:12.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:12.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:12.668 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 19:38:12.669 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) 19:38:12.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:12.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:38:12.670 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:38:12.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:12.670 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 1 was found 19:38:12.670 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 19:38:12.670 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:38:12.670 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:38:12.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:12.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:12.671 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 19:38:12.671 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 19:38:12.671 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:38:12.671 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:38:12.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:12.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.479 s - in org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 1.082 s testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.039 s testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 1.045 s indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.013 s titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.037 s defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.016 s titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.065 s defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.017 s indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.037 s Running org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 19:38:12.688 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 19:38:12.689 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:38:12.689 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:38:12.689 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 19:38:12.689 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:38:12.689 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:38:12.691 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:38:12.691 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:38:12.691 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:38:12.692 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 19:38:12.692 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:38:12.692 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:12.692 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:38:12.692 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:12.692 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:38:12.692 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:12.692 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:38:12.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:12.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:12.693 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:38:12.693 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:38:12.693 DEBUG [main][MenuItemLookup] Found menu:'File' 19:38:12.693 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:38:12.693 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:38:12.693 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:38:12.693 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:38:12.693 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:38:12.693 DEBUG [main][MenuItemLookup] Item match:Window 19:38:12.694 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:38:12.694 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:38:12.694 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:38:12.694 DEBUG [main][MenuItemLookup] Found menu:'' 19:38:12.694 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:38:12.694 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:38:12.694 DEBUG [main][MenuItemLookup] Found menu:'' 19:38:12.694 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 19:38:12.694 DEBUG [main][MenuItemLookup] Found menu:'' 19:38:12.694 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 19:38:12.694 DEBUG [main][MenuItemLookup] Item match:Preferences 19:38:12.694 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 19:38:12.694 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 19:38:12.694 INFO [main][MenuItemHandler] Select menu item: &Preferences 19:38:12.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.... 19:38:12.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. finished successfully 19:38:12.789 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 19:38:12.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:12.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:12.790 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 19:38:12.790 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:12.791 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 19:38:12.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:12.791 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:12.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:12.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:12.791 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:38:12.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:38:12.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:38:12.792 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) 19:38:12.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:12.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:12.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:12.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:12.793 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:38:12.793 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 19:38:12.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:38:12.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:38:12.794 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:38:12.794 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:38:12.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:38:12.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:38:12.809 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:38:12.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:12.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:12.809 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:38:12.809 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 19:38:12.809 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 19:38:12.809 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:38:12.809 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:38:12.809 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:38:12.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:12.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:12.813 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 19:38:12.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:12.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:12.815 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:38:12.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:12.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:12.815 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:38:12.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 '\*?\QUI Form Test\E') 19:38:12.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:12.815 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:12.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:12.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:12.817 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:38:12.818 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 19:38:12.818 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 19:38:12.828 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:38:12.828 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:38:12.828 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:38:12.828 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:38:12.831 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 19:38:12.831 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:38:12.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:12.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:12.831 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 19:38:12.831 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:38:12.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:12.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:12.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:12.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:12.832 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 19:38:12.834 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") 19:38:12.834 TRACE [main][WidgetHandler] Notify FormText with event 1 19:38:12.834 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:38:12.835 TRACE [main][WidgetHandler] Wait for synchronization 19:38:12.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:12.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:12.846 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 19:38:12.846 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:38:12.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:12.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:12.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:12.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:12.847 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 19:38:12.847 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 19:38:12.847 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:38:12.847 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:38:12.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:12.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:12.847 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 19:38:12.848 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:38:12.848 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasFocusFalseTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 19:38:12.848 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 19:38:12.848 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:38:12.848 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:38:12.848 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:38:12.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:12.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:12.850 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 19:38:12.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:12.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:12.852 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:38:12.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:12.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:12.853 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:38:12.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 19:38:12.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:12.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:12.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:12.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:12.855 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:38:12.855 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 19:38:12.855 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 19:38:12.856 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:38:12.856 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:38:12.856 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:38:12.856 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:38:12.857 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 19:38:12.857 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:38:12.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:12.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:12.858 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 19:38:12.858 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:38:12.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:12.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:12.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:12.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:12.858 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 19:38:12.859 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 19:38:12.859 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:38:12.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:12.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:12.890 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 19:38:12.891 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:38:12.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:12.891 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:38:12.891 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:38:12.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:12.891 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 1 was found 19:38:12.892 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 19:38:12.892 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:38:12.892 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:38:12.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:12.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:12.892 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasFocusFalseTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 19:38:12.893 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:38:12.893 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 19:38:12.893 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 19:38:12.893 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:38:12.893 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:38:12.893 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:38:12.893 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:12.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:12.895 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 19:38:12.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:12.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:12.897 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:38:12.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:12.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:12.899 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:38:12.899 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:38:12.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:12.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:12.901 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:12.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:12.901 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:38:12.901 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 19:38:12.901 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 19:38:12.902 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:38:12.902 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:38:12.902 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:38:12.902 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:38:12.905 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") 19:38:12.905 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:38:12.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:12.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:12.905 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 19:38:12.905 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:38:12.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:12.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:12.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:38:13.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:13.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:38:13.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:13.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:38:13.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:38:13.921 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was not found 19:38:13.921 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 19:38:13.921 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:38:13.921 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:38:13.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:13.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:13.922 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 19:38:13.922 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:38:13.922 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 19:38:13.922 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 19:38:13.922 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:38:13.922 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:38:13.922 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:38:13.922 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:13.925 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:13.925 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 19:38:13.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:13.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:13.927 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:38:13.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:13.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:13.928 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:38:13.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') 19:38:13.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:13.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:13.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:13.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:13.930 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:38:13.930 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 19:38:13.941 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 19:38:13.942 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:38:13.942 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:38:13.942 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:38:13.942 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:38:13.944 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 19:38:13.944 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:38:13.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:13.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:13.944 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 19:38:13.944 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:38:13.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:13.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:38:13.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:38:13.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:13.945 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 1 was found 19:38:13.945 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 19:38:13.945 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:38:13.945 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:38:13.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:13.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:13.946 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 19:38:13.946 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:38:13.946 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 19:38:13.946 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 19:38:13.946 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:38:13.946 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:38:13.946 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:38:13.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:13.959 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:13.959 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 19:38:13.959 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:13.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:13.961 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:38:13.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:13.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:13.962 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:38:13.962 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:38:13.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:13.962 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:13.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:13.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:13.974 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:38:13.974 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 19:38:13.974 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 19:38:13.975 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:38:13.975 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:38:13.975 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:38:13.975 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:38:13.977 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 19:38:13.977 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:38:13.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:13.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:13.977 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 19:38:13.977 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:38:13.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:13.977 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:13.978 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:13.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:13.978 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 19:38:13.979 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 19:38:13.979 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:38:13.979 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:38:13.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:13.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:13.979 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 19:38:13.979 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:38:13.979 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 19:38:13.979 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 19:38:13.979 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:38:13.979 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:38:13.979 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:38:13.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:13.992 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:13.992 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 19:38:13.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:13.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:13.994 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:38:13.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:13.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:13.995 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:38:13.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 '\*?\QUI Form Test\E') 19:38:13.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:13.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:14.009 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:14.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:14.009 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:38:14.009 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 19:38:14.009 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 19:38:14.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:38:14.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:38:14.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:38:14.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:38:14.012 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") 19:38:14.012 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:38:14.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:14.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:14.012 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 19:38:14.012 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:38:14.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:14.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:14.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:14.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:14.013 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 19:38:14.013 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") 19:38:14.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:14.014 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:14.014 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:14.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:14.014 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 19:38:14.025 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 19:38:14.025 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:38:14.025 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:38:14.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:14.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:14.025 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 19:38:14.025 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:38:14.025 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasFocusTrueTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 19:38:14.025 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 19:38:14.026 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:38:14.026 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:38:14.026 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:38:14.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:14.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:14.029 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 19:38:14.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:14.031 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:14.031 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:38:14.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:14.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:14.032 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:38:14.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 '\*?\QUI Form Test\E') 19:38:14.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:14.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:14.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:14.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:14.034 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:38:14.034 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 19:38:14.034 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 19:38:14.035 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:38:14.035 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:38:14.035 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:38:14.035 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:38:14.037 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 19:38:14.037 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:38:14.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:14.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:14.037 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 19:38:14.038 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:38:14.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:14.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:14.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:14.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:14.038 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 19:38:14.039 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 19:38:14.039 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:38:14.039 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:38:14.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:14.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:14.039 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasFocusTrueTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 19:38:14.039 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:38:14.039 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTooltipTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 19:38:14.039 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 19:38:14.039 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:38:14.040 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:38:14.040 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:38:14.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:14.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:14.042 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 19:38:14.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:14.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:14.044 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:38:14.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:14.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:14.045 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:38:14.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 '\*?\QUI Form Test\E') 19:38:14.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:14.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:14.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:14.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:14.047 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:38:14.057 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 19:38:14.057 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 19:38:14.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:38:14.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:38:14.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:38:14.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:38:14.060 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 19:38:14.060 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:38:14.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:14.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:14.061 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 19:38:14.061 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:38:14.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:14.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:14.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:14.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:14.061 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 19:38:14.062 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 19:38:14.062 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:38:14.062 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:38:14.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:14.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:14.062 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTooltipTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 19:38:14.062 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:38:14.062 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 19:38:14.062 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 19:38:14.062 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:38:14.062 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:38:14.062 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:38:14.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:14.075 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:14.075 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 19:38:14.075 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:14.077 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:14.077 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:38:14.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:14.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:14.077 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:38:14.077 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:38:14.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:14.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:14.079 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:14.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:14.079 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:38:14.080 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 19:38:14.080 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 19:38:14.091 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:38:14.091 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:38:14.091 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:38:14.091 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:38:14.093 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") 19:38:14.093 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:38:14.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:14.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:14.093 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 19:38:14.093 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:38:14.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:14.093 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:14.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:14.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:14.094 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 19:38:14.095 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 19:38:14.095 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:38:14.095 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:38:14.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:14.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:14.095 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 19:38:14.095 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:38:14.095 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 19:38:14.095 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 19:38:14.095 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:38:14.095 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:38:14.095 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:38:14.095 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:14.107 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:14.107 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 19:38:14.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:14.110 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:14.110 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:38:14.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:14.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:14.110 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:38:14.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 '\*?\QUI Form Test\E') 19:38:14.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:14.110 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:14.113 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:14.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:14.113 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:38:14.113 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 19:38:14.113 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 19:38:14.124 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:38:14.124 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:38:14.124 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:38:14.125 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:38:14.126 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") 19:38:14.126 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:38:14.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:14.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:14.127 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 19:38:14.127 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:38:14.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:14.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:14.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:14.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:14.128 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 19:38:14.128 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 19:38:14.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:14.128 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:14.129 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:14.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:14.129 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 19:38:14.129 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 19:38:14.129 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:38:14.129 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:38:14.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:14.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:14.129 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 19:38:14.130 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:38:14.130 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 19:38:14.130 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 19:38:14.130 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:38:14.130 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:38:14.130 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:38:14.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:14.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:14.142 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 19:38:14.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:14.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:14.144 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:38:14.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:14.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:14.145 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:38:14.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 19:38:14.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:14.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:14.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:14.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:14.157 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:38:14.157 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 19:38:14.157 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 19:38:14.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:38:14.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:38:14.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:38:14.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:38:14.160 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") 19:38:14.160 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:38:14.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:14.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:14.160 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 19:38:14.160 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:38:14.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:14.160 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:14.161 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:14.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:14.161 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 19:38:14.162 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 19:38:14.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:14.162 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:38:14.162 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:38:14.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:14.162 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 1 was found 19:38:14.162 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 19:38:14.162 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:38:14.162 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:38:14.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:14.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:14.163 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 19:38:14.163 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 19:38:14.163 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:38:14.163 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:38:14.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:14.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.475 s - in org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest clickTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.038 s hasFocusFalseTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.044 s testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 1.029 s indexedConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.024 s defaultConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.033 s titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.046 s hasFocusTrueTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.014 s getTooltipTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.023 s titleConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.033 s defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.034 s indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.033 s Running org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 19:38:14.167 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 19:38:14.167 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:38:14.168 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:38:14.168 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 19:38:14.168 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:38:14.168 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:38:14.175 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:38:14.175 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:38:14.175 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:38:14.175 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 19:38:14.175 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:38:14.175 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:14.175 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:38:14.175 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:14.175 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:38:14.176 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:14.176 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:38:14.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:14.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:14.176 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:38:14.176 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:38:14.176 DEBUG [main][MenuItemLookup] Found menu:'File' 19:38:14.177 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:38:14.177 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:38:14.177 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:38:14.177 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:38:14.177 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:38:14.177 DEBUG [main][MenuItemLookup] Item match:Window 19:38:14.177 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:38:14.177 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:38:14.177 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:38:14.177 DEBUG [main][MenuItemLookup] Found menu:'' 19:38:14.177 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:38:14.177 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:38:14.177 DEBUG [main][MenuItemLookup] Found menu:'' 19:38:14.177 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 19:38:14.177 DEBUG [main][MenuItemLookup] Found menu:'' 19:38:14.177 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 19:38:14.177 DEBUG [main][MenuItemLookup] Item match:Preferences 19:38:14.177 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 19:38:14.177 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 19:38:14.177 INFO [main][MenuItemHandler] Select menu item: &Preferences 19:38:14.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.... 19:38:14.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 19:38:14.240 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 19:38:14.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:14.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:14.241 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 19:38:14.241 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:14.241 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 19:38:14.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:14.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:14.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:14.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:14.242 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:38:14.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:38:14.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:38:14.242 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) 19:38:14.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:14.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:14.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:14.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:14.244 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:38:14.244 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 19:38:14.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:38:14.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:38:14.244 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:38:14.244 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:38:14.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:38:14.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:38:14.269 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:38:14.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:14.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:14.269 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:38:14.269 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 19:38:14.269 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 19:38:14.269 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:38:14.269 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:38:14.270 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:38:14.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:14.273 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:14.273 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 19:38:14.273 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:14.275 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:14.275 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:38:14.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:14.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:14.275 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:38:14.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 '\*?\QUI Form Test\E') 19:38:14.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:14.275 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:14.282 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:14.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:14.282 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:38:14.282 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 19:38:14.282 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 19:38:14.283 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:38:14.283 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:38:14.283 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:38:14.283 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:38:14.285 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 19:38:14.285 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:38:14.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:14.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:14.286 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 19:38:14.286 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:38:14.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:14.286 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:14.286 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:14.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:14.286 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 19:38:14.304 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: ") 19:38:14.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:14.305 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:14.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:38:14.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:14.805 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:38:15.306 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:15.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:38:15.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:38:15.307 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was not found 19:38:15.307 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 19:38:15.307 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:38:15.307 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:38:15.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:15.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:15.308 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 19:38:15.308 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:38:15.308 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 19:38:15.308 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 19:38:15.308 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:38:15.308 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:38:15.308 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:38:15.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:15.311 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:15.311 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 19:38:15.311 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:15.313 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:15.313 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:38:15.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:15.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:15.314 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:38:15.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 19:38:15.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:15.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:15.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:15.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:15.316 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:38:15.316 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 19:38:15.316 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 19:38:15.317 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:38:15.317 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:38:15.317 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:38:15.317 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:38:15.319 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 19:38:15.319 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:38:15.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:15.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:15.319 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 19:38:15.319 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:38:15.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:15.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:15.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:15.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:15.320 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 19:38:15.338 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: ") 19:38:15.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:15.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:15.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:15.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:15.339 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:38:15.339 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:38:15.339 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 19:38:15.339 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:38:15.339 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:38:15.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:15.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:15.340 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 19:38:15.340 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:38:15.340 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 19:38:15.340 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 19:38:15.340 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:38:15.340 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:38:15.340 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:38:15.341 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:15.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:15.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. 19:38:15.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:15.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:15.345 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:38:15.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:15.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:15.346 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:38:15.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 '\*?\QUI Form Test\E') 19:38:15.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:15.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:15.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:15.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:15.348 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:38:15.348 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 19:38:15.348 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 19:38:15.349 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:38:15.349 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:38:15.349 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:38:15.349 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:38:15.351 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") 19:38:15.351 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:38:15.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:15.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:15.351 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 19:38:15.351 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:38:15.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:15.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:15.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:38:15.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:15.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:38:16.355 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:16.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:38:16.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:38:16.371 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was not found 19:38:16.371 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 19:38:16.371 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:38:16.371 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:38:16.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:16.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:16.372 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 19:38:16.372 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:38:16.372 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 19:38:16.372 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 19:38:16.372 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:38:16.372 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:38:16.372 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:38:16.372 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:16.374 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:16.375 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 19:38:16.375 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:16.377 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:16.377 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:38:16.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:16.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:16.378 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:38:16.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 '\*?\QUI Form Test\E') 19:38:16.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:16.378 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:16.380 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:16.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:16.380 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:38:16.380 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 19:38:16.380 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 19:38:16.381 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:38:16.381 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:38:16.381 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:38:16.381 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:38:16.383 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 19:38:16.383 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:38:16.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:16.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:16.384 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 19:38:16.384 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:38:16.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:16.384 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:38:16.384 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:38:16.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:16.384 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 1 was found 19:38:16.385 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 19:38:16.385 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:38:16.385 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:38:16.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:16.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:16.386 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 19:38:16.386 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:38:16.386 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 19:38:16.386 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 19:38:16.386 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:38:16.386 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:38:16.386 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:38:16.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:16.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:16.399 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 19:38:16.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:16.401 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:16.401 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:38:16.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:16.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:16.402 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:38:16.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 '\*?\QUI Form Test\E') 19:38:16.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:16.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:16.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:16.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:16.415 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:38:16.416 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 19:38:16.416 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 19:38:16.417 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:38:16.417 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:38:16.417 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:38:16.417 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:38:16.419 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") 19:38:16.419 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:38:16.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:16.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:16.419 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 19:38:16.419 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:38:16.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:16.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:16.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:16.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:16.430 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 19:38:16.431 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") 19:38:16.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:16.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:16.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:16.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:16.431 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 19:38:16.432 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 19:38:16.432 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:38:16.432 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:38:16.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:16.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:16.432 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 19:38:16.433 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:38:16.433 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 19:38:16.433 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 19:38:16.433 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:38:16.433 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:38:16.433 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:38:16.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:16.436 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:16.436 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 19:38:16.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:16.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:16.441 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:38:16.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:16.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:16.441 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:38:16.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 '\*?\QUI Form Test\E') 19:38:16.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:16.441 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:16.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:16.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:16.444 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:38:16.444 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 19:38:16.444 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 19:38:16.445 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:38:16.445 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:38:16.445 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:38:16.445 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:38:16.447 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 19:38:16.447 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:38:16.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:16.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:16.447 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 19:38:16.447 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:38:16.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:16.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:16.447 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:16.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:16.447 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 19:38:16.448 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 19:38:16.448 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:38:16.448 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:38:16.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:16.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:16.448 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 19:38:16.448 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:38:16.448 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 19:38:16.448 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 19:38:16.448 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:38:16.448 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:38:16.448 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:38:16.448 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:16.450 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:16.450 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 19:38:16.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:16.452 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:16.452 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:38:16.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:16.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:16.463 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:38:16.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 '\*?\QUI Form Test\E') 19:38:16.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:16.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:16.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:16.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:16.465 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:38:16.465 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 19:38:16.465 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 19:38:16.466 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:38:16.466 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:38:16.466 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:38:16.466 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:38:16.484 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") 19:38:16.484 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:38:16.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:16.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:16.484 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 19:38:16.484 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:38:16.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:16.484 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:16.485 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:16.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:16.485 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 19:38:16.485 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 19:38:16.485 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:38:16.485 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:38:16.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:16.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:16.486 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 19:38:16.486 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:38:16.486 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 19:38:16.486 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 19:38:16.486 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:38:16.486 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:38:16.486 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:38:16.495 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:16.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:16.498 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 19:38:16.498 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:16.500 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:16.500 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:38:16.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:16.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:16.501 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:38:16.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 '\*?\QUI Form Test\E') 19:38:16.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:16.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:16.513 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:16.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:16.513 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:38:16.513 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 19:38:16.513 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 19:38:16.514 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:38:16.515 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:38:16.515 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:38:16.515 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:38:16.516 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") 19:38:16.516 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:38:16.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:16.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:16.516 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 19:38:16.516 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:38:16.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:16.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:16.517 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:16.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:16.517 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 19:38:16.518 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 19:38:16.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:16.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:16.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:16.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:16.518 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 19:38:16.519 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 19:38:16.519 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:38:16.519 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:38:16.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:16.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:16.529 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 19:38:16.529 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:38:16.529 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 19:38:16.529 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 19:38:16.529 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:38:16.529 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:38:16.529 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:38:16.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:16.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:16.531 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 19:38:16.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:16.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:16.533 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:38:16.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:16.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:16.534 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:38:16.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 '\*?\QUI Form Test\E') 19:38:16.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:16.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:16.546 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:16.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:16.546 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:38:16.546 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 19:38:16.546 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 19:38:16.547 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:38:16.547 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:38:16.547 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:38:16.547 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:38:16.549 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") 19:38:16.549 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:38:16.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:16.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:16.549 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 19:38:16.549 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:38:16.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:16.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:16.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:16.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:16.550 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 19:38:16.550 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 19:38:16.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:16.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:38:16.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:38:16.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:16.551 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 1 was found 19:38:16.552 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 19:38:16.552 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:38:16.552 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:38:16.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:16.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:16.552 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 19:38:16.552 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 19:38:16.552 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:38:16.552 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:38:16.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:16.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.386 s - in org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 1.039 s testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.032 s testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 1.032 s indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.014 s titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.046 s defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.015 s titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.038 s defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.042 s indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.023 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.verification.parametrized/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 297 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 19 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 13 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 3.3.0-SNAPSHOT [35/58] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.jface.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.jface.test --- [INFO] The project's OSGi version is 3.3.0.v20210310-1921 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.reddeer.jface.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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.verification.parametrized/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:2.2.0:compile (default-compile) @ org.eclipse.reddeer.jface.test --- [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jface.test:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/pom.xml [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/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.verification.parametrized/tests/org.eclipse.reddeer.jface.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.reddeer.jface.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/target/org.eclipse.reddeer.jface.test-3.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.reddeer.jface.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.jface.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/target/org.eclipse.reddeer.jface.test-3.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.jface.test --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.reddeer.jface.test --- [INFO] Executing Test Runtime with timeout 9600, logs (if any) will be placed at: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/11.0.2+9/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.verification.parametrized/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.6.100.v20201223-0822/org.eclipse.equinox.launcher-1.6.100.v20201223-0822.jar, -data, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/target/work/data, -install, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/target/work, -configuration, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.platform.ide, -nouithread, -timeout, 9600000] Launching application org.eclipse.ui.ide.workbench... Running org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 19:38:25.923 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 19:38:25.924 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 19:38:25.933 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 19:38:25.934 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 19:38:25.985 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 19:38:26.013 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:38:26.015 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:38:26.018 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 19:38:26.020 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 19:38:26.020 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 19:38:26.026 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 19:38:26.030 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:38:26.030 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:38:26.089 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:38:26.089 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:38:26.092 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. 19:38:26.158 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:38:26.182 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableConditionRegex no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 19:38:26.182 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 19:38:26.183 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:38:26.183 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:38:26.183 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:38:26.189 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:38:26.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:26.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:26.198 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:38:26.205 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.... 19:38:26.306 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:26.306 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:26.309 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 19:38:26.309 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 19:38:26.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:26.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:26.312 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.... 19:38:26.313 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.*'] 19:38:26.313 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:26.313 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:26.314 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 19:38:26.319 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) 19:38:26.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:26.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:26.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:26.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:26.328 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:38:26.330 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:38:26.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:38:26.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:38:26.332 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:38:26.332 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:38:31.350 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.... 19:38:31.350 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.*'] 19:38:31.350 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:31.351 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 19:38:31.351 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 19:38:31.352 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:38:31.354 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:38:31.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:31.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:31.356 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableConditionRegex no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 19:38:31.356 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:38:31.356 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableConditionWrongClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 19:38:31.356 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 19:38:31.356 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:38:31.356 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:38:31.356 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:38:31.357 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:38:31.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:31.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:31.357 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:38:31.357 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.... 19:38:31.399 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:31.399 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:31.400 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 19:38:31.400 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 19:38:31.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:31.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:31.401 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.*'] 19:38:31.401 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:31.401 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:31.402 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 19:38:31.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:31.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:31.402 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 19:38:31.402 INFO [WorkbenchTestable][WizardDialog] Cancel wizard 19:38:31.403 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) 19:38:31.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:31.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:31.404 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:31.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:31.404 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:38:31.405 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 19:38:31.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:38:31.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:38:31.405 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:38:31.405 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:38:31.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:38:31.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:38:31.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:38:31.421 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:38:31.421 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:38:31.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:38:31.422 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 19:38:31.422 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:38:31.422 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:38:31.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:31.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:31.422 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableConditionWrongClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 19:38:31.422 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:38:31.423 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableConditionText no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 19:38:31.423 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 19:38:31.423 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:38:31.423 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:38:31.423 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:38:31.423 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:38:31.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:31.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:31.423 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:38:31.423 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.... 19:38:31.498 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:31.498 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:31.498 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 19:38:31.498 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 19:38:31.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:31.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:31.500 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.... 19:38:31.500 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"] 19:38:31.500 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:31.500 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:31.500 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 19:38:31.501 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) 19:38:31.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:31.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:31.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:31.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:31.503 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:38:31.503 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:38:31.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:38:31.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:38:31.504 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:38:31.504 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:38:36.518 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.... 19:38:36.518 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"] 19:38:36.518 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:36.518 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 19:38:36.518 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 19:38:36.518 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:38:36.518 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:38:36.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:36.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:36.519 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableConditionText no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 19:38:36.519 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:38:36.519 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableConditionOKClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 19:38:36.519 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 19:38:36.519 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:38:36.519 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:38:36.519 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:38:36.519 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:38:36.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:36.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:36.520 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:38:36.520 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.... 19:38:36.562 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:36.562 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:36.563 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 19:38:36.563 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 19:38:36.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:36.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:36.564 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.*'] 19:38:36.564 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:36.564 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:36.564 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 19:38:36.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:36.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:36.565 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 19:38:36.565 INFO [WorkbenchTestable][WizardDialog] Cancel wizard 19:38:36.565 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) 19:38:36.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:36.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:36.566 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:36.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:36.566 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:38:36.567 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 19:38:36.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:38:36.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:38:36.567 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:38:36.567 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:38:36.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:38:36.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:38:36.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:38:36.585 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:38:36.585 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:38:36.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:38:36.585 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 19:38:36.585 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:38:36.585 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:38:36.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:36.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:36.593 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableConditionOKClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 19:38:36.593 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:38:36.593 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableConditionRegexAndClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 19:38:36.593 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 19:38:36.593 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:38:36.593 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:38:36.593 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:38:36.593 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:38:36.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:36.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:36.593 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:38:36.594 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.... 19:38:36.632 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:36.632 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:36.632 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 19:38:36.632 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 19:38:36.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:36.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:36.633 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.... 19:38:36.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: Matcher matching text to regular expression 'Testing.*'] 19:38:36.634 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:36.634 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:36.634 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 19:38:36.634 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) 19:38:36.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:36.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:36.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:36.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:36.636 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:38:36.636 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:38:36.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:38:36.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:38:36.636 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:38:36.636 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:38:41.649 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.... 19:38:41.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: Matcher matching text to regular expression 'Testing.*'] 19:38:41.650 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:41.650 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 19:38:41.650 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 19:38:41.650 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:38:41.650 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:38:41.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:41.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:41.650 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableConditionRegexAndClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 19:38:41.651 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:38:41.651 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableCondition no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 19:38:41.651 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 19:38:41.651 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:38:41.651 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:38:41.651 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:38:41.651 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:38:41.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:41.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:41.651 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:38:41.651 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.... 19:38:41.691 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:41.691 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:41.691 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 19:38:41.692 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 19:38:41.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:41.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:41.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until window is available... 19:38:41.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until window is available finished successfully 19:38:41.693 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) 19:38:41.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:41.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:41.694 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:41.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:41.694 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:38:41.694 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:38:41.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:38:41.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:38:41.695 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:38:41.695 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:38:46.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:38:46.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:38:46.707 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 19:38:46.708 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:38:46.708 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:38:46.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:46.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:46.708 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableCondition no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 19:38:46.708 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 19:38:46.709 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:38:46.709 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:38:46.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:46.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.801 s - in org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest testWindowIsAvailableConditionRegex no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) Time elapsed: 5.173 s testWindowIsAvailableConditionWrongClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) Time elapsed: 0.066 s testWindowIsAvailableConditionText no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) Time elapsed: 5.096 s testWindowIsAvailableConditionOKClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) Time elapsed: 0.074 s testWindowIsAvailableConditionRegexAndClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) Time elapsed: 5.057 s testWindowIsAvailableCondition no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) Time elapsed: 5.057 s Running org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 19:38:46.728 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 19:38:46.728 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:38:46.729 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:38:46.729 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 19:38:46.729 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:38:46.729 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:38:46.729 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:38:46.729 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:38:46.729 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:38:46.729 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:38:46.730 INFO [WorkbenchTestable][RequirementsRunner] Started test: next_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 19:38:46.730 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 19:38:46.730 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:38:46.730 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:38:46.730 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:38:46.730 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:38:46.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:46.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:46.730 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:38:46.731 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.... 19:38:46.782 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:46.782 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:46.784 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 19:38:46.784 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 19:38:46.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:46.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:46.785 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 19:38:46.785 INFO [WorkbenchTestable][WizardDialog] Go to next wizard page 19:38:46.786 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) 19:38:46.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:46.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:46.788 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:46.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:46.788 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:38:46.788 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:38:46.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:38:46.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:38:46.788 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:38:46.788 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:38:46.791 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 19:38:46.792 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) 19:38:46.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:46.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:46.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:46.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:46.793 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:38:46.793 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:38:46.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:46.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:46.794 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 19:38:46.794 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 19:38:46.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:46.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:46.795 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") 19:38:46.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:46.795 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:46.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:46.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:46.796 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:38:46.796 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:38:46.796 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:38:46.818 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 19:38:46.818 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:38:46.818 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:38:46.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:46.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:46.819 INFO [WorkbenchTestable][RequirementsRunner] Finished test: next_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 19:38:46.819 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:38:46.819 INFO [WorkbenchTestable][RequirementsRunner] Started test: cancel no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 19:38:46.819 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 19:38:46.819 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:38:46.819 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:38:46.819 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:38:46.820 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:38:46.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:46.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:46.820 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:38:46.820 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.... 19:38:46.892 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:46.893 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:46.893 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 19:38:46.893 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 19:38:46.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:46.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:46.894 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 19:38:46.894 INFO [WorkbenchTestable][WizardDialog] Cancel wizard 19:38:46.894 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) 19:38:46.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:46.894 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:46.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:46.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:46.895 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:38:46.895 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 19:38:46.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:38:46.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:38:46.895 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:38:46.895 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:38:46.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:38:46.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:38:46.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:38:46.908 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:38:46.908 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:38:46.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:38:46.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:46.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:46.908 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:38:46.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:46.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:46.909 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:38:46.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:46.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:46.909 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:38:46.909 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:38:46.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:46.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:46.910 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 19:38:46.910 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:38:46.910 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:38:46.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:46.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:46.910 INFO [WorkbenchTestable][RequirementsRunner] Finished test: cancel no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 19:38:46.910 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:38:46.910 INFO [WorkbenchTestable][RequirementsRunner] Started test: finish no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 19:38:46.910 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 19:38:46.910 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:38:46.910 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:38:46.910 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:38:46.911 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:38:46.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:46.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:46.911 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:38:46.911 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.... 19:38:46.982 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:46.982 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:46.983 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 19:38:46.983 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 19:38:46.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:46.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:46.984 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 19:38:46.984 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) 19:38:46.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:46.984 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:46.985 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:46.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:46.985 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:38:46.985 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 19:38:46.985 INFO [WorkbenchTestable][WizardDialog] Finish wizard 19:38:46.986 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) 19:38:46.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:46.986 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:46.987 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:46.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:46.987 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:38:46.987 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:38:46.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:38:46.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:38:46.987 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:38:46.987 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:38:52.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:38:52.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:38:52.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:38:52.001 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:38:52.001 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:38:52.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:38:52.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:52.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:52.001 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:38:52.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:52.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:52.002 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:38:52.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:52.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:52.002 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:38:52.002 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:38:52.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:52.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:52.002 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 19:38:52.002 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:38:52.002 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:38:52.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:52.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:52.003 INFO [WorkbenchTestable][RequirementsRunner] Finished test: finish no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 19:38:52.003 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:38:52.003 INFO [WorkbenchTestable][RequirementsRunner] Started test: finish_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 19:38:52.003 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 19:38:52.003 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:38:52.003 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:38:52.003 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:38:52.003 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:38:52.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:52.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:52.003 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:38:52.003 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.... 19:38:52.045 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:52.045 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:52.045 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 19:38:52.046 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 19:38:52.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:52.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:52.048 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 19:38:52.048 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) 19:38:52.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:52.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:52.049 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:52.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:52.049 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:38:52.049 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:38:52.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:52.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:52.049 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 19:38:52.049 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 19:38:52.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:52.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:52.050 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") 19:38:52.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:52.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:52.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:52.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:52.051 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:38:52.051 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:38:52.051 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:38:52.063 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 19:38:52.063 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:38:52.063 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:38:52.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:52.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:52.064 INFO [WorkbenchTestable][RequirementsRunner] Finished test: finish_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 19:38:52.064 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:38:52.064 INFO [WorkbenchTestable][RequirementsRunner] Started test: getPageDescription no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 19:38:52.064 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 19:38:52.064 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:38:52.064 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:38:52.064 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:38:52.064 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:38:52.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:52.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:52.064 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:38:52.064 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.... 19:38:52.118 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:52.118 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:52.118 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 19:38:52.118 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 19:38:52.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:52.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:52.119 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 19:38:52.121 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 19:38:52.122 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:38:52.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:52.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:52.122 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 19:38:52.122 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 19:38:52.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:52.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:52.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.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") 19:38:52.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:52.122 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:52.123 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:52.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:52.123 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:38:52.123 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:38:52.123 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:38:52.135 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 19:38:52.135 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:38:52.135 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:38:52.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:52.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:52.135 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getPageDescription no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 19:38:52.135 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:38:52.136 INFO [WorkbenchTestable][RequirementsRunner] Started test: back no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 19:38:52.136 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 19:38:52.136 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:38:52.136 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:38:52.136 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:38:52.136 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:38:52.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:52.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:52.136 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:38:52.136 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.... 19:38:52.200 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:52.200 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:52.200 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 19:38:52.201 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 19:38:52.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:52.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:52.202 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 19:38:52.202 INFO [WorkbenchTestable][WizardDialog] Go to next wizard page 19:38:52.202 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) 19:38:52.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:52.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:52.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:52.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:52.203 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:38:52.203 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:38:52.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:38:52.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:38:52.203 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:38:52.203 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:38:52.205 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 19:38:52.205 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) 19:38:52.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:52.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:52.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:52.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:52.206 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:38:52.206 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 19:38:52.206 INFO [WorkbenchTestable][WizardDialog] Go to previous wizard page 19:38:52.206 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) 19:38:52.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:52.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:52.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:52.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:52.207 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:38:52.207 INFO [WorkbenchTestable][AbstractButton] Click button < &Back 19:38:52.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:38:52.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:38:52.207 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:38:52.207 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:38:52.209 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 19:38:52.210 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:38:52.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:52.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:52.210 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing Wizard" as the parent 19:38:52.210 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:38:52.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:52.210 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:52.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:52.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:52.210 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 19:38:52.211 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:38:52.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:52.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:52.211 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 19:38:52.211 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 19:38:52.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:52.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:52.212 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") 19:38:52.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:52.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:52.213 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:52.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:52.213 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:38:52.213 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:38:52.213 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:38:52.232 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 19:38:52.232 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:38:52.232 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:38:52.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:52.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:52.233 INFO [WorkbenchTestable][RequirementsRunner] Finished test: back no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 19:38:52.233 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:38:52.233 INFO [WorkbenchTestable][RequirementsRunner] Started test: next no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 19:38:52.233 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 19:38:52.233 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:38:52.233 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:38:52.233 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:38:52.233 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:38:52.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:52.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:52.233 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:38:52.233 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.... 19:38:52.300 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:52.300 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:52.300 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 19:38:52.300 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 19:38:52.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:52.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:52.301 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 19:38:52.301 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) 19:38:52.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:52.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:52.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:52.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:52.303 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:38:52.303 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 19:38:52.303 INFO [WorkbenchTestable][WizardDialog] Go to next wizard page 19:38:52.303 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) 19:38:52.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:52.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:52.304 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:52.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:52.304 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:38:52.304 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:38:52.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:38:52.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:38:52.304 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:38:52.304 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:38:52.306 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 19:38:52.306 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:38:52.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:52.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:52.306 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing Wizard" as the parent 19:38:52.306 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:38:52.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:52.306 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:52.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:52.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:52.306 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 19:38:52.306 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:38:52.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:52.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:52.307 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 19:38:52.307 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 19:38:52.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:52.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:52.307 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") 19:38:52.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:52.307 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:52.308 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:52.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:52.308 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:38:52.308 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:38:52.308 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:38:52.319 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 19:38:52.319 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:38:52.319 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:38:52.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:52.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:52.320 INFO [WorkbenchTestable][RequirementsRunner] Finished test: next no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 19:38:52.320 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:38:52.320 INFO [WorkbenchTestable][RequirementsRunner] Started test: back_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 19:38:52.320 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 19:38:52.320 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:38:52.320 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:38:52.320 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:38:52.320 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:38:52.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:52.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:52.320 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:38:52.321 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.... 19:38:52.384 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:52.384 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:52.384 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 19:38:52.385 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 19:38:52.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:52.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:52.386 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 19:38:52.386 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) 19:38:52.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:52.386 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:52.386 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:52.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:52.386 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:38:52.387 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:38:52.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:52.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:52.387 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 19:38:52.387 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 19:38:52.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:52.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:52.387 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") 19:38:52.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:38:52.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:38:52.388 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:38:52.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:38:52.388 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:38:52.388 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:38:52.388 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:38:52.411 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 19:38:52.411 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:38:52.411 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:38:52.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:38:52.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:38:52.412 INFO [WorkbenchTestable][RequirementsRunner] Finished test: back_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 19:38:52.412 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:38:52.412 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTitleAreaDialogAsWizardDialog no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 19:38:52.412 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 19:38:52.412 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:38:52.412 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:38:52.412 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:38:52.412 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:38:52.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:52.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:52.412 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:38:52.413 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.... 19:38:52.452 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:52.452 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:52.453 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 19:38:52.453 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 19:38:52.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:38:52.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:38:52.455 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.... 19:38:52.500 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:52.500 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:52.500 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:53.001 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:53.001 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:53.001 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:53.502 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:53.502 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:53.502 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:54.002 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:54.003 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:54.003 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:54.503 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:54.503 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:54.504 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:55.004 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:55.004 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:55.005 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:55.505 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:55.506 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:55.506 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:56.006 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:56.006 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:56.007 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:56.507 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:56.507 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:56.507 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:57.008 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:57.008 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:57.008 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:57.508 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:57.508 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:57.508 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:58.009 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:58.009 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:58.009 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:58.510 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:58.510 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:58.510 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:59.011 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:59.011 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:59.011 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:59.512 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:59.512 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:38:59.512 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:00.013 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:00.013 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:00.013 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:00.514 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:00.514 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:00.514 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:01.014 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:01.015 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:01.015 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:01.515 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:01.515 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:01.515 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:02.016 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:02.016 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:02.016 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:02.517 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:02.517 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:02.517 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:02.517 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 19:39:02.524 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:39:02.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:39:02.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:39:02.525 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing TitleAreaDialog 19:39:02.525 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing TitleAreaDialog 19:39:02.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:39:02.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:39:02.527 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") 19:39:02.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:39:02.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:39:02.528 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:39:02.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:39:02.528 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:39:02.529 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:39:02.529 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:39:02.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:39:02.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:39:02.541 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 19:39:02.541 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 19:39:02.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:39:02.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:39:02.542 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") 19:39:02.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:39:02.542 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:39:02.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:39:02.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:39:02.543 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:39:02.543 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:39:02.543 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:39:02.573 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 19:39:02.573 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:39:02.573 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:39:02.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:39:02.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:39:02.573 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTitleAreaDialogAsWizardDialog no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 19:39:02.573 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:39:02.574 INFO [WorkbenchTestable][RequirementsRunner] Started test: getPageTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 19:39:02.574 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 19:39:02.574 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:39:02.574 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:39:02.574 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:39:02.574 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:39:02.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:39:02.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:39:02.574 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:39:02.574 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.... 19:39:02.608 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:02.608 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:02.609 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 19:39:02.609 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 19:39:02.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:39:02.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:39:02.610 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 19:39:02.610 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:39:02.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:39:02.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:39:02.610 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 19:39:02.610 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 19:39:02.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:39:02.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:39:02.610 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") 19:39:02.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:39:02.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:39:02.611 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:39:02.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:39:02.611 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:39:02.611 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:39:02.611 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:39:02.622 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 19:39:02.622 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:39:02.622 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:39:02.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:39:02.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:39:02.622 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getPageTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 19:39:02.622 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:39:02.622 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 19:39:02.622 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 19:39:02.622 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:39:02.622 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:39:02.622 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:39:02.623 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:39:02.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:39:02.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:39:02.623 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:39:02.623 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.... 19:39:02.665 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:02.665 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:02.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 19:39:02.665 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 19:39:02.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:39:02.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:39:02.666 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:39:02.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:39:02.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:39:02.667 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 19:39:02.667 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 19:39:02.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:39:02.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:39:02.667 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") 19:39:02.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:39:02.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:39:02.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:39:02.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:39:02.683 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:39:02.683 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:39:02.683 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:39:02.693 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 19:39:02.693 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:39:02.693 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:39:02.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:39:02.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:39:02.694 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 19:39:02.694 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 19:39:02.694 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:39:02.694 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:39:02.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:39:02.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.968 s - in org.eclipse.reddeer.jface.test.wizard.WizardDialogTest next_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.089 s cancel no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.091 s finish no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 5.093 s finish_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.061 s getPageDescription no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.071 s back no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.097 s next no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.087 s back_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.092 s testTitleAreaDialogAsWizardDialog no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 10.161 s getPageTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.048 s getTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.072 s Running org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest 19:39:02.699 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest 19:39:02.700 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:39:02.700 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:39:02.700 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest 19:39:02.700 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:39:02.700 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:39:02.701 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:39:02.701 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:39:02.701 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:39:02.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: "Import"] 19:39:02.703 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:02.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: "Import"] 19:39:02.703 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:02.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: "Testing import wizard"] 19:39:02.704 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:02.704 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:39:02.704 INFO [WorkbenchTestable][RequirementsRunner] Started test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest) 19:39:02.704 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest 19:39:02.704 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:39:02.704 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:39:02.704 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:39:02.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: "Import"] 19:39:02.704 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:02.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: "Import"] 19:39:02.704 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:02.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: "Import"] 19:39:02.705 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:02.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: "Testing import wizard"] 19:39:02.705 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:02.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: "Import"] 19:39:02.705 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:02.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: "Import"] 19:39:02.705 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:02.713 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:39:02.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:39:02.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:39:02.714 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:39:02.716 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:39:02.718 DEBUG [main][MenuItemLookup] Found menu:'File' 19:39:02.718 DEBUG [main][MenuItemLookup] Item match:File 19:39:02.720 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:39:02.720 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:39:02.721 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:39:02.721 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:39:02.721 DEBUG [main][MenuItemLookup] Found menu:'' 19:39:02.721 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:39:02.721 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:39:02.721 DEBUG [main][MenuItemLookup] Found menu:'' 19:39:02.721 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:39:02.721 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 19:39:02.721 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 19:39:02.721 DEBUG [main][MenuItemLookup] Found menu:'Revert' 19:39:02.721 DEBUG [main][MenuItemLookup] Found menu:'' 19:39:02.721 DEBUG [main][MenuItemLookup] Found menu:'Move...' 19:39:02.721 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 19:39:02.721 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:39:02.721 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 19:39:02.721 DEBUG [main][MenuItemLookup] Found menu:'' 19:39:02.721 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 19:39:02.721 DEBUG [main][MenuItemLookup] Found menu:'' 19:39:02.721 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:39:02.721 DEBUG [main][MenuItemLookup] Item match:Import... 19:39:02.723 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 19:39:02.723 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 19:39:02.723 INFO [main][MenuItemHandler] Select menu item: &Import... 19:39:02.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 19:39:02.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 19:39:02.790 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 19:39:02.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:39:02.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:39:02.791 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 19:39:02.791 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:02.794 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 19:39:02.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:39:02.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:39:02.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:39:02.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:39:02.795 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:39:02.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:39:02.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:39:02.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing import category has children... 19:39:02.801 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing import category 19:39:02.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:39:03.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:39:03.304 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing import category 19:39:03.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing import category has children finished successfully 19:39:03.305 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing import category 19:39:03.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:39:03.306 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing import category is already expanded. No action performed 19:39:03.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:39:03.306 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing import category 19:39:03.306 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing import wizard 19:39:03.306 DEBUG [main][TreeItemHandler] Selecting tree item: Testing import wizard 19:39:03.307 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing import wizard about selection 19:39:03.309 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing import wizard 19:39:03.309 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 19:39:03.309 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 19:39:03.309 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) 19:39:03.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:39:03.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:39:03.310 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:39:03.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:39:03.310 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:39:03.310 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:39:03.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:39:03.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:39:03.311 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:39:03.311 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:39:03.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"] 19:39:03.314 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:03.314 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:03.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing import wizard"] is available.... 19:39:03.315 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 19:39:03.315 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing import wizard 19:39:03.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:39:03.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:39:03.316 TRACE [WorkbenchTestable][ImportWizardDialogImpl] Shell Testing import wizard is not null and is not disposed 19:39:03.316 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:03.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:39:03.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:39:03.316 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing import wizard 19:39:03.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:39:03.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:39:03.317 TRACE [WorkbenchTestable][ImportWizardDialogImpl] Shell Testing import wizard is not null and is not disposed 19:39:03.317 INFO [WorkbenchTestable][ImportWizardDialogImpl] Cancel wizard 19:39:03.317 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) 19:39:03.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:39:03.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:39:03.317 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:39:03.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:39:03.317 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:39:03.318 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 19:39:03.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:39:03.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:39:03.318 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:39:03.318 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:39:03.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:39:03.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:39:03.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:39:03.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:39:03.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:39:03.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:39:03.332 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest 19:39:03.332 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:39:03.332 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:39:03.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:39:03.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:39:03.332 INFO [WorkbenchTestable][RequirementsRunner] Finished test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest) 19:39:03.332 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest 19:39:03.333 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:39:03.333 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:39:03.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:39:03.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.635 s - in org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest) Time elapsed: 0.628 s Running org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 19:39:03.337 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 19:39:03.338 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:39:03.338 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:39:03.338 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 19:39:03.338 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:39:03.338 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:39:03.346 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:39:03.346 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:39:03.347 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:39:03.348 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:39:03.348 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:03.348 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:39:03.348 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:03.348 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:39:03.348 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:03.349 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:39:03.349 INFO [WorkbenchTestable][RequirementsRunner] Started test: activate no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) 19:39:03.349 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 19:39:03.349 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:39:03.349 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:39:03.349 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:39:03.349 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:39:03.349 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:03.349 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:39:03.349 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:03.350 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:39:03.350 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:03.350 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:39:03.350 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:03.350 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:39:03.350 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:03.350 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:39:03.350 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:03.350 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:39:03.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:39:03.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:39:03.351 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:39:03.351 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:39:03.351 DEBUG [main][MenuItemLookup] Found menu:'File' 19:39:03.351 DEBUG [main][MenuItemLookup] Item match:File 19:39:03.352 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:39:03.352 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:39:03.356 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:39:03.356 DEBUG [main][MenuItemLookup] Found menu:'' 19:39:03.356 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:39:03.356 DEBUG [main][MenuItemLookup] Found menu:'File' 19:39:03.356 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:39:03.356 DEBUG [main][MenuItemLookup] Found menu:'' 19:39:03.356 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:39:03.356 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:39:03.356 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:39:03.356 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:39:03.356 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:39:03.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 19:39:03.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 'New|Select a wizard'] is available. finished successfully 19:39:03.404 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:39:03.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:39:03.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:39:03.405 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:39:03.405 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:03.406 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 19:39:03.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:39:03.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:39:03.406 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:39:03.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:39:03.406 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:39:03.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:39:03.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:39:03.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children... 19:39:03.408 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 19:39:03.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:39:03.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:39:03.910 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 19:39:03.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children finished successfully 19:39:03.910 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 19:39:03.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:39:03.910 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing new category is already expanded. No action performed 19:39:03.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:39:03.911 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 19:39:03.911 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing new wizard 19:39:03.911 DEBUG [main][TreeItemHandler] Selecting tree item: Testing new wizard 19:39:03.911 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing new wizard about selection 19:39:03.912 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing new wizard 19:39:03.912 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:39:03.912 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:39:03.912 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) 19:39:03.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:39:03.912 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:39:03.913 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:39:03.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:39:03.913 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:39:03.913 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:39:03.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:39:03.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:39:03.914 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:39:03.914 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:39:03.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:39:03.920 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:03.920 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:03.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available.... 19:39:03.920 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 19:39:03.920 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 19:39:03.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:39:03.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:39:03.921 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 19:39:03.921 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:03.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:39:03.921 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:03.921 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:03.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:39:03.921 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:03.922 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:03.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: "Testing new wizard"] 19:39:03.922 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:03.922 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:03.922 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 19:39:03.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:39:03.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:39:03.922 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 19:39:03.922 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:03.922 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 19:39:03.922 INFO [WorkbenchTestable][NewWizardDialogImpl] Cancel wizard 19:39:03.922 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) 19:39:03.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:39:03.922 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:39:03.923 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:39:03.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:39:03.923 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:39:03.924 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 19:39:03.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:39:03.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:39:03.924 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:39:03.924 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:39:03.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:39:03.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:39:03.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:39:03.935 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:39:03.935 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:39:03.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:39:03.935 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:39:03.935 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:03.935 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:39:03.935 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:03.935 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:39:03.935 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:03.936 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:39:03.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:39:03.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:39:03.936 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:39:03.936 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:39:03.936 DEBUG [main][MenuItemLookup] Found menu:'File' 19:39:03.936 DEBUG [main][MenuItemLookup] Item match:File 19:39:03.937 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:39:03.937 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:39:03.939 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:39:03.939 DEBUG [main][MenuItemLookup] Found menu:'' 19:39:03.939 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:39:03.939 DEBUG [main][MenuItemLookup] Found menu:'File' 19:39:03.939 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:39:03.939 DEBUG [main][MenuItemLookup] Found menu:'' 19:39:03.939 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:39:03.939 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:39:03.939 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:39:03.939 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:39:03.939 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:39:03.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 19:39:03.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 'New|Select a wizard'] is available. finished successfully 19:39:03.985 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:39:03.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:39:03.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:39:03.987 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:39:03.987 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:03.987 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 19:39:03.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:39:03.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:39:03.987 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:39:03.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:39:03.987 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:39:03.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:39:03.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:39:03.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children... 19:39:03.989 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 19:39:03.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:39:04.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:39:04.490 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 19:39:04.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children finished successfully 19:39:04.491 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 19:39:04.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:39:04.491 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing new category is already expanded. No action performed 19:39:04.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:39:04.491 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 19:39:04.491 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing new wizard 19:39:04.491 DEBUG [main][TreeItemHandler] Selecting tree item: Testing new wizard 19:39:04.492 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing new wizard about selection 19:39:04.492 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing new wizard 19:39:04.492 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:39:04.492 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:39:04.493 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) 19:39:04.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:39:04.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:39:04.494 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:39:04.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:39:04.494 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:39:04.494 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:39:04.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:39:04.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:39:04.495 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:39:04.495 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:39:04.499 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:39:04.499 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:04.499 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:04.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available.... 19:39:04.500 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 19:39:04.500 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 19:39:04.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:39:04.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:39:04.500 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 19:39:04.500 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:04.500 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:39:04.501 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:04.501 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:04.501 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:39:04.501 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:04.501 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:04.501 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.... 19:39:04.501 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:39:04.501 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:04.501 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:04.502 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 19:39:04.502 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 19:39:04.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:39:04.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:39:04.502 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 19:39:04.502 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:04.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:39:04.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:39:04.502 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 19:39:04.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:39:04.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:39:04.502 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 19:39:04.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:39:04.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:39:04.503 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 19:39:04.503 INFO [WorkbenchTestable][NewWizardDialogImpl] Cancel wizard 19:39:04.503 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) 19:39:04.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:39:04.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:39:04.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:39:04.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:39:04.503 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:39:04.504 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 19:39:04.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:39:04.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:39:04.504 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:39:04.504 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:39:04.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:39:04.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:39:04.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:39:04.516 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:39:04.516 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:39:04.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:39:04.517 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 19:39:04.517 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:39:04.517 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:39:04.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:39:04.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:39:04.517 INFO [WorkbenchTestable][RequirementsRunner] Finished test: activate no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) 19:39:04.517 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:39:04.517 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:04.517 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:39:04.517 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:04.517 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:39:04.517 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:04.517 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:39:04.518 INFO [WorkbenchTestable][RequirementsRunner] Started test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) 19:39:04.518 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 19:39:04.518 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:39:04.518 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:39:04.518 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:39:04.518 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:39:04.518 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:04.518 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:39:04.518 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:04.518 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:39:04.518 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:04.518 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:39:04.518 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:04.518 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:39:04.518 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:04.519 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:39:04.519 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:04.519 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:39:04.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:39:04.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:39:04.519 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:39:04.519 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:39:04.519 DEBUG [main][MenuItemLookup] Found menu:'File' 19:39:04.519 DEBUG [main][MenuItemLookup] Item match:File 19:39:04.520 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:39:04.520 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:39:04.522 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:39:04.522 DEBUG [main][MenuItemLookup] Found menu:'' 19:39:04.522 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:39:04.522 DEBUG [main][MenuItemLookup] Found menu:'File' 19:39:04.522 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:39:04.522 DEBUG [main][MenuItemLookup] Found menu:'' 19:39:04.522 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:39:04.522 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:39:04.531 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:39:04.531 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:39:04.531 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:39:04.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 'New|Select a wizard'] is available.... 19:39:04.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 19:39:04.585 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:39:04.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:39:04.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:39:04.586 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:39:04.586 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:04.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 19:39:04.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:39:04.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:39:04.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:39:04.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:39:04.587 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:39:04.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:39:04.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:39:04.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children... 19:39:04.588 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 19:39:04.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:39:05.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:39:05.090 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 19:39:05.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children finished successfully 19:39:05.090 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 19:39:05.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:39:05.091 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing new category is already expanded. No action performed 19:39:05.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:39:05.091 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 19:39:05.091 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing new wizard 19:39:05.091 DEBUG [main][TreeItemHandler] Selecting tree item: Testing new wizard 19:39:05.091 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing new wizard about selection 19:39:05.092 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing new wizard 19:39:05.092 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:39:05.092 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:39:05.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) 19:39:05.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:39:05.092 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:39:05.093 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:39:05.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:39:05.093 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:39:05.094 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:39:05.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:39:05.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:39:05.094 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:39:05.094 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:39:05.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:39:05.098 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:05.098 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:05.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available.... 19:39:05.099 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 19:39:05.099 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 19:39:05.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:39:05.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:39:05.099 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 19:39:05.099 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:05.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:39:05.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:39:05.099 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 19:39:05.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:39:05.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:39:05.099 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 19:39:05.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:39:05.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:39:05.100 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 19:39:05.100 INFO [WorkbenchTestable][NewWizardDialogImpl] Cancel wizard 19:39:05.100 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) 19:39:05.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:39:05.100 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:39:05.100 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:39:05.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:39:05.100 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:39:05.101 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 19:39:05.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:39:05.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:39:05.101 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:39:05.101 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:39:05.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:39:05.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:39:05.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:39:05.111 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:39:05.111 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:39:05.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:39:05.111 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 19:39:05.111 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:39:05.111 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:39:05.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:39:05.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:39:05.112 INFO [WorkbenchTestable][RequirementsRunner] Finished test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) 19:39:05.112 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:39:05.112 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:05.112 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:39:05.112 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:05.112 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:39:05.112 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:05.113 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:39:05.113 INFO [WorkbenchTestable][RequirementsRunner] Started test: useExistingWizard no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) 19:39:05.113 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 19:39:05.113 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:39:05.113 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:39:05.113 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:39:05.113 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:39:05.113 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:05.113 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:39:05.113 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:05.113 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:39:05.113 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:05.113 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:39:05.113 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:05.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:39:05.114 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:05.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:39:05.114 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:05.114 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:39:05.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:39:05.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:39:05.114 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:39:05.114 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:39:05.114 DEBUG [main][MenuItemLookup] Found menu:'File' 19:39:05.115 DEBUG [main][MenuItemLookup] Item match:File 19:39:05.116 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:39:05.116 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:39:05.118 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:39:05.118 DEBUG [main][MenuItemLookup] Found menu:'' 19:39:05.118 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:39:05.118 DEBUG [main][MenuItemLookup] Found menu:'File' 19:39:05.118 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:39:05.118 DEBUG [main][MenuItemLookup] Found menu:'' 19:39:05.118 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:39:05.118 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:39:05.126 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:39:05.126 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:39:05.126 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:39:05.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 'New|Select a wizard'] is available.... 19:39:05.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 19:39:05.167 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:39:05.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:39:05.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:39:05.168 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:39:05.168 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:05.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 19:39:05.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:39:05.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:39:05.169 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:39:05.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:39:05.169 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:39:05.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:39:05.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:39:05.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children... 19:39:05.171 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 19:39:05.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:39:05.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:39:05.673 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 19:39:05.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children finished successfully 19:39:05.673 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 19:39:05.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:39:05.673 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing new category is already expanded. No action performed 19:39:05.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:39:05.673 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 19:39:05.674 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing new wizard 19:39:05.674 DEBUG [main][TreeItemHandler] Selecting tree item: Testing new wizard 19:39:05.674 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing new wizard about selection 19:39:05.674 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing new wizard 19:39:05.674 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:39:05.674 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:39:05.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) 19:39:05.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:39:05.675 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:39:05.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:39:05.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:39:05.676 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:39:05.676 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:39:05.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:39:05.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:39:05.676 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:39:05.676 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:39:05.680 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:39:05.681 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:05.681 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:05.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available.... 19:39:05.681 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 19:39:05.681 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 19:39:05.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:39:05.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:39:05.682 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 19:39:05.682 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:05.682 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:39:05.682 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:05.682 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:05.682 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:39:05.682 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:05.682 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:05.682 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:39:05.682 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:05.683 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:05.683 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 19:39:05.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:39:05.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:39:05.683 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 19:39:05.683 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:05.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:39:05.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:39:05.683 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 19:39:05.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:39:05.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:39:05.683 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 19:39:05.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:39:05.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:39:05.683 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 19:39:05.683 INFO [WorkbenchTestable][NewWizardDialogImpl] Cancel wizard 19:39:05.683 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) 19:39:05.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:39:05.684 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:39:05.684 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:39:05.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:39:05.684 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:39:05.684 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 19:39:05.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:39:05.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:39:05.685 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:39:05.685 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:39:05.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:39:05.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:39:05.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:39:05.696 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:39:05.696 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:39:05.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:39:05.696 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 19:39:05.696 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:39:05.696 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:39:05.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:39:05.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:39:05.696 INFO [WorkbenchTestable][RequirementsRunner] Finished test: useExistingWizard no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) 19:39:05.696 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 19:39:05.696 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:39:05.696 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:39:05.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:39:05.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.36 s - in org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest activate no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) Time elapsed: 1.168 s open no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) Time elapsed: 0.594 s useExistingWizard no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) Time elapsed: 0.583 s Running org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest 19:39:05.700 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest 19:39:05.701 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:39:05.701 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:39:05.701 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest 19:39:05.701 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:39:05.701 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:39:05.702 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:39:05.702 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:39:05.702 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:39:05.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: "Export"] 19:39:05.702 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:05.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: "Export"] 19:39:05.702 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:05.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: "Testing export wizard"] 19:39:05.703 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:05.703 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:39:05.703 INFO [WorkbenchTestable][RequirementsRunner] Started test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest) 19:39:05.703 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest 19:39:05.703 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:39:05.703 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:39:05.703 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:39:05.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: "Export"] 19:39:05.703 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:05.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: "Export"] 19:39:05.704 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:05.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: "Export"] 19:39:05.704 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:05.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: "Testing export wizard"] 19:39:05.704 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:05.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: "Export"] 19:39:05.704 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:05.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: "Export"] 19:39:05.704 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:05.704 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:39:05.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:39:05.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:39:05.705 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:39:05.705 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:39:05.705 DEBUG [main][MenuItemLookup] Found menu:'File' 19:39:05.705 DEBUG [main][MenuItemLookup] Item match:File 19:39:05.706 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:39:05.706 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:39:05.706 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:39:05.706 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:39:05.706 DEBUG [main][MenuItemLookup] Found menu:'' 19:39:05.706 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:39:05.706 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:39:05.706 DEBUG [main][MenuItemLookup] Found menu:'' 19:39:05.706 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:39:05.706 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 19:39:05.706 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 19:39:05.706 DEBUG [main][MenuItemLookup] Found menu:'Revert' 19:39:05.706 DEBUG [main][MenuItemLookup] Found menu:'' 19:39:05.706 DEBUG [main][MenuItemLookup] Found menu:'Move...' 19:39:05.706 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 19:39:05.706 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:39:05.706 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 19:39:05.706 DEBUG [main][MenuItemLookup] Found menu:'' 19:39:05.706 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 19:39:05.706 DEBUG [main][MenuItemLookup] Found menu:'' 19:39:05.706 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:39:05.706 DEBUG [main][MenuItemLookup] Found menu:'Export...' 19:39:05.706 DEBUG [main][MenuItemLookup] Item match:Export... 19:39:05.715 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Exp&ort..." 19:39:05.715 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Export... 19:39:05.715 INFO [main][MenuItemHandler] Select menu item: Exp&ort... 19:39:05.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Export"] is available.... 19:39:05.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Export"] is available. finished successfully 19:39:05.757 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Export 19:39:05.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:39:05.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:39:05.759 TRACE [WorkbenchTestable][ImportExportWizard] Shell Export is not null and is not disposed 19:39:05.759 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:05.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 19:39:05.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:39:05.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:39:05.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:39:05.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:39:05.759 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:39:05.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:39:05.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:39:05.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing export category has children... 19:39:05.760 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing export category 19:39:05.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:39:06.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:39:06.262 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing export category 19:39:06.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing export category has children finished successfully 19:39:06.263 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing export category 19:39:06.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:39:06.263 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing export category is already expanded. No action performed 19:39:06.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:39:06.263 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing export category 19:39:06.263 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing export wizard 19:39:06.263 DEBUG [main][TreeItemHandler] Selecting tree item: Testing export wizard 19:39:06.263 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing export wizard about selection 19:39:06.265 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing export wizard 19:39:06.265 TRACE [WorkbenchTestable][ImportExportWizard] Shell Export is not null and is not disposed 19:39:06.265 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 19:39:06.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.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) 19:39:06.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:39:06.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:39:06.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:39:06.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:39:06.266 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:39:06.266 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:39:06.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:39:06.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:39:06.266 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:39:06.266 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:39:06.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: "Export"] 19:39:06.270 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:06.270 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:06.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing export wizard"] is available.... 19:39:06.270 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 19:39:06.270 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing export wizard 19:39:06.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:39:06.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:39:06.271 TRACE [WorkbenchTestable][ExportWizardDialogImpl] Shell Testing export wizard is not null and is not disposed 19:39:06.271 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:06.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:39:06.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:39:06.271 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing export wizard 19:39:06.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:39:06.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:39:06.271 TRACE [WorkbenchTestable][ExportWizardDialogImpl] Shell Testing export wizard is not null and is not disposed 19:39:06.271 INFO [WorkbenchTestable][ExportWizardDialogImpl] Cancel wizard 19:39:06.271 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) 19:39:06.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:39:06.271 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:39:06.272 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:39:06.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:39:06.272 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:39:06.272 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 19:39:06.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:39:06.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:39:06.272 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:39:06.272 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:39:06.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:39:06.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:39:06.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:39:06.287 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:39:06.287 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:39:06.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:39:06.287 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest 19:39:06.287 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:39:06.287 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:39:06.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:39:06.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:39:06.288 INFO [WorkbenchTestable][RequirementsRunner] Finished test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest) 19:39:06.288 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest 19:39:06.288 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:39:06.288 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:39:06.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:39:06.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.588 s - in org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest) Time elapsed: 0.585 s Running org.eclipse.reddeer.jface.test.dialogs.InputDialogTest 19:39:06.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "InputDialog title"] is available.... 19:39:06.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "InputDialog title"] is available. finished successfully 19:39:06.328 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell InputDialog title 19:39:06.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:39:06.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:39:06.329 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 19:39:06.329 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:39:06.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:39:06.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:39:06.329 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "InputDialog title" as the parent 19:39:06.329 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:39:06.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:39:06.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:39:06.330 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:39:06.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:39:06.330 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:39:06.330 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:39:06.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:39:06.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:39:06.330 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:39:06.330 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:39:06.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "InputDialog title"] is available.... 19:39:06.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "InputDialog title"] is available. finished successfully 19:39:06.363 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell InputDialog title 19:39:06.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:39:06.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:39:06.365 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 19:39:06.365 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:39:06.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:39:06.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:39:06.365 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "InputDialog title" as the parent 19:39:06.366 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:39:06.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:39:06.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:39:06.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:39:06.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:39:06.366 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:39:06.366 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:39:06.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "InputDialog title"] is available.... 19:39:06.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "InputDialog title"] is available. finished successfully 19:39:06.414 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell InputDialog title 19:39:06.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:39:06.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:39:06.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 "Cancel", Widget matcher matching widgets with style: 8) 19:39:06.414 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:39:06.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:39:06.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:39:06.415 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "InputDialog title" as the parent 19:39:06.415 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:39:06.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:39:06.415 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:39:06.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:39:06.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:39:06.415 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:39:06.415 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 19:39:06.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:39:06.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:39:06.415 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:39:06.415 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:39:06.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "InputDialog title"] is available.... 19:39:06.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "InputDialog title"] is available. finished successfully 19:39:06.451 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell InputDialog title 19:39:06.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:39:06.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:39:06.451 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 19:39:06.451 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:39:06.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:39:06.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:39:06.451 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "InputDialog title" as the parent 19:39:06.451 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:39:06.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:39:06.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:39:06.452 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:39:06.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:39:06.452 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:39:06.452 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:39:06.452 INFO [WorkbenchTestable][AbstractText] Text set to: something 19:39:06.453 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 19:39:06.453 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:39:06.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:39:06.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:39:06.453 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "InputDialog title" as the parent 19:39:06.453 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:39:06.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:39:06.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:39:06.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:39:06.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:39:06.454 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:39:06.454 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:39:06.454 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 19:39:06.454 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:39:06.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:39:06.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:39:06.454 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "InputDialog title" as the parent 19:39:06.454 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:39:06.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:39:06.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:39:06.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:39:06.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:39:06.454 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:39:06.455 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 19:39:06.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:39:06.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:39:06.455 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:39:06.455 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.198 s - in org.eclipse.reddeer.jface.test.dialogs.InputDialogTest inputDialogOkTest(org.eclipse.reddeer.jface.test.dialogs.InputDialogTest) Time elapsed: 0.045 s inputDialogMessagesTest(org.eclipse.reddeer.jface.test.dialogs.InputDialogTest) Time elapsed: 0.048 s inputDialogCancelTest(org.eclipse.reddeer.jface.test.dialogs.InputDialogTest) Time elapsed: 0.038 s inputDialogSetTextGetTextTest(org.eclipse.reddeer.jface.test.dialogs.InputDialogTest) Time elapsed: 0.065 s Running org.eclipse.reddeer.jface.test.dialogs.TitleAreaDialogTest 19:39:06.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:39:06.493 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:06.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:39:06.493 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:06.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: "Testing new wizard"] 19:39:06.493 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:06.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:39:06.494 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:06.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:39:06.494 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:06.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:39:06.494 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:06.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: "Testing new wizard"] 19:39:06.494 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:06.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:39:06.494 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:06.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:39:06.495 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:06.495 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:39:06.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:39:06.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:39:06.495 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:39:06.495 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:39:06.495 DEBUG [main][MenuItemLookup] Found menu:'File' 19:39:06.495 DEBUG [main][MenuItemLookup] Item match:File 19:39:06.496 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:39:06.496 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:39:06.498 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:39:06.498 DEBUG [main][MenuItemLookup] Found menu:'' 19:39:06.498 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:39:06.498 DEBUG [main][MenuItemLookup] Found menu:'File' 19:39:06.498 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:39:06.498 DEBUG [main][MenuItemLookup] Found menu:'' 19:39:06.498 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:39:06.498 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:39:06.498 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:39:06.498 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:39:06.498 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:39:06.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 19:39:06.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 'New|Select a wizard'] is available. finished successfully 19:39:06.539 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:39:06.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:39:06.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:39:06.540 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:39:06.540 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:06.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 19:39:06.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:39:06.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:39:06.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:39:06.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:39:06.541 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:39:06.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:39:06.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:39:06.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children... 19:39:06.543 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 19:39:06.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:39:07.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:39:07.048 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 19:39:07.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children finished successfully 19:39:07.049 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 19:39:07.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:39:07.049 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing new category is already expanded. No action performed 19:39:07.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:39:07.049 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 19:39:07.049 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing new wizard 19:39:07.049 DEBUG [main][TreeItemHandler] Selecting tree item: Testing new wizard 19:39:07.049 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing new wizard about selection 19:39:07.050 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing new wizard 19:39:07.050 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:39:07.050 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:39:07.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) 19:39:07.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:39:07.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:39:07.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:39:07.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:39:07.051 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:39:07.051 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:39:07.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:39:07.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:39:07.051 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:39:07.051 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:39:07.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:39:07.056 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:07.056 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:07.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available.... 19:39:07.056 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 19:39:07.056 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 19:39:07.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:39:07.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:39:07.056 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 19:39:07.056 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:07.057 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.... 19:39:07.057 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:07.057 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:07.057 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 19:39:07.057 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 19:39:07.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:39:07.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:39:07.058 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 19:39:07.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:39:07.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:39:07.058 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 19:39:07.058 INFO [WorkbenchTestable][NewWizardDialogImpl] Cancel wizard 19:39:07.058 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) 19:39:07.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:39:07.058 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:39:07.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:39:07.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:39:07.059 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:39:07.059 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 19:39:07.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:39:07.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:39:07.059 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:39:07.059 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:39:07.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:39:07.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:39:07.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:39:07.070 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:39:07.070 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:39:07.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:39:07.071 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.... 19:39:07.101 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:07.101 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:07.101 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 19:39:07.101 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing TitleAreaDialog 19:39:07.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:39:07.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:39:07.102 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 19:39:07.102 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 19:39:07.102 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 19:39:07.103 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 19:39:07.103 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 19:39:07.103 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 19:39:07.103 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 19:39:07.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 "TitleAreaDialog error message") 19:39:07.104 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:39:07.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:39:07.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:39:07.104 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing TitleAreaDialog" as the parent 19:39:07.104 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:39:07.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:39:07.104 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:39:07.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:39:07.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:39:07.106 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:39:07.107 INFO [WorkbenchTestable][AbstractButton] Click button TitleAreaDialog error message 19:39:07.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:39:07.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:39:07.107 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:39:07.107 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:39:07.109 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 19:39:07.109 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 19:39:07.110 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 19:39:07.110 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 19:39:07.110 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 19:39:07.110 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:39:07.110 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:39:07.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:39:07.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:39:07.110 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing TitleAreaDialog" as the parent 19:39:07.110 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:39:07.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:39:07.110 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:39:07.111 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:39:07.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:39:07.111 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:39:07.111 INFO [WorkbenchTestable][AbstractButton] Click button TitleAreaDialog warning message 19:39:07.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:39:07.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:39:07.111 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:39:07.111 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:39:07.113 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 19:39:07.113 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 19:39:07.113 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 19:39:07.113 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 19:39:07.113 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 19:39:07.113 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:39:07.113 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:39:07.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:39:07.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:39:07.114 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing TitleAreaDialog" as the parent 19:39:07.114 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:39:07.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:39:07.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:39:07.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:39:07.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:39:07.114 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:39:07.114 INFO [WorkbenchTestable][AbstractButton] Click button TitleAreaDialog info message 19:39:07.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:39:07.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:39:07.114 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:39:07.114 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:39:07.116 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 19:39:07.116 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 19:39:07.116 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 19:39:07.116 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 19:39:07.116 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 19:39:07.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: 8, Matcher matching widgets with text that without mnenomic matches: is "TitleAreaDialog none message") 19:39:07.116 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:39:07.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:39:07.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:39:07.116 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing TitleAreaDialog" as the parent 19:39:07.116 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:39:07.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:39:07.116 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:39:07.117 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:39:07.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:39:07.117 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:39:07.117 INFO [WorkbenchTestable][AbstractButton] Click button TitleAreaDialog none message 19:39:07.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:39:07.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:39:07.117 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:39:07.117 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:39:07.119 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 19:39:07.119 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 19:39:07.119 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 19:39:07.119 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 19:39:07.119 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 19:39:07.119 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:39:07.119 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:39:07.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:39:07.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:39:07.120 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing TitleAreaDialog" as the parent 19:39:07.120 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:39:07.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:39:07.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:39:07.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:39:07.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:39:07.120 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:39:07.120 INFO [WorkbenchTestable][AbstractButton] Click button TitleAreaDialog warning message without provider 19:39:07.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:39:07.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:39:07.120 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:39:07.120 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:39:07.124 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 19:39:07.125 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 19:39:07.125 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 19:39:07.125 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 19:39:07.130 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.... 19:39:07.139 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:07.140 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:07.641 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:07.641 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:08.141 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:08.142 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:08.642 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:08.642 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:09.143 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:09.143 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:09.643 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:09.643 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:10.144 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:10.144 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:10.644 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:10.644 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:11.144 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:11.144 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:11.645 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:11.645 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:12.146 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:12.146 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:12.646 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:12.647 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:13.147 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:13.147 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:13.648 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:13.648 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:14.148 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:14.149 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:14.649 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:14.649 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:15.150 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:15.150 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:15.650 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:15.650 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:16.151 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:16.151 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:16.651 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:16.651 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:17.152 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:17.152 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:17.152 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: 10.663 s - in org.eclipse.reddeer.jface.test.dialogs.TitleAreaDialogTest testWizardDialogAsTitleAreaDialog(org.eclipse.reddeer.jface.test.dialogs.TitleAreaDialogTest) Time elapsed: 0.577 s titleAreaMessagesAndImages(org.eclipse.reddeer.jface.test.dialogs.TitleAreaDialogTest) Time elapsed: 0.059 s testShellAsTitleAreaDialog(org.eclipse.reddeer.jface.test.dialogs.TitleAreaDialogTest) Time elapsed: 10.026 s Running org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 19:39:17.158 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 19:39:17.160 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:39:17.160 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:39:17.160 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 19:39:17.160 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:39:17.160 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:39:17.161 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:39:17.161 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:39:17.161 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:39:17.161 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:39:17.161 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDuplicativeItemsX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 19:39:17.161 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 19:39:17.161 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:39:17.161 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:39:17.161 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:39:17.188 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 19:39:17.188 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:39:17.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:39:17.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:39:17.205 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:39:17.205 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:39:17.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:39:17.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:39:17.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:39:17.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:39:17.205 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:39:17.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:39:17.213 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 19:39:17.213 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 19:39:17.213 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:39:17.213 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:39:17.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:39:17.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:39:17.214 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDuplicativeItemsX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 19:39:17.214 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:39:17.214 INFO [WorkbenchTestable][RequirementsRunner] Started test: getNonExistingItems no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 19:39:17.214 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 19:39:17.214 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:39:17.214 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:39:17.214 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:39:17.230 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 19:39:17.230 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:39:17.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:39:17.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:39:17.241 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:39:17.241 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:39:17.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:39:17.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:39:17.242 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:39:17.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:39:17.242 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:39:17.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:39:17.247 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 19:39:17.247 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 19:39:17.247 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:39:17.247 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:39:17.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:39:17.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:39:17.248 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getNonExistingItems no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 19:39:17.248 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:39:17.248 INFO [WorkbenchTestable][RequirementsRunner] Started test: getStyledTextOfItem111 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 19:39:17.248 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 19:39:17.248 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:39:17.248 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:39:17.248 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:39:17.293 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 19:39:17.293 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:39:17.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:39:17.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:39:17.299 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:39:17.299 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:39:17.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:39:17.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:39:17.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:39:17.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:39:17.305 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:39:17.305 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item 1 and wait with time period 1 19:39:17.305 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item 1 19:39:17.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:39:17.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:39:17.806 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item 1 19:39:17.811 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item 1 19:39:17.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:39:17.811 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item 1 is already expanded. No action performed 19:39:17.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:39:17.811 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item 1 19:39:17.812 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item 11 postfix and wait with time period 1 19:39:17.812 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 11 postfix 19:39:17.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:39:18.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:39:18.313 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 11 postfix 19:39:18.319 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 11 postfix 19:39:18.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:39:18.320 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item 11 postfix is already expanded. No action performed 19:39:18.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:39:18.320 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 11 postfix 19:39:18.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:39:18.326 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 19:39:18.326 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 19:39:18.326 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:39:18.326 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:39:18.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:39:18.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:39:18.327 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getStyledTextOfItem111 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 19:39:18.327 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:39:18.327 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDuplicativeItemsXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 19:39:18.327 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 19:39:18.327 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:39:18.327 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:39:18.327 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:39:18.343 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 19:39:18.343 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:39:18.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:39:18.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:39:18.354 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:39:18.354 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:39:18.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:39:18.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:39:18.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:39:18.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:39:18.354 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:39:18.354 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 19:39:18.354 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 19:39:18.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:39:18.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:39:18.855 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 19:39:18.860 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 19:39:18.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:39:18.861 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 19:39:18.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:39:18.861 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 19:39:18.861 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 19:39:18.861 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 19:39:18.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:39:19.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:39:19.362 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 19:39:19.368 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 19:39:19.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:39:19.369 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 19:39:19.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:39:19.369 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 19:39:19.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:39:19.375 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 19:39:19.375 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 19:39:19.375 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:39:19.375 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:39:19.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:39:19.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:39:19.375 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDuplicativeItemsXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 19:39:19.375 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:39:19.375 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDuplicativeItemsFromItemXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 19:39:19.375 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 19:39:19.375 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:39:19.375 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:39:19.375 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:39:19.390 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 19:39:19.390 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:39:19.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:39:19.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:39:19.397 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:39:19.397 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:39:19.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:39:19.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:39:19.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:39:19.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:39:19.397 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:39:19.397 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 19:39:19.397 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 19:39:19.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:39:19.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:39:19.898 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 19:39:19.902 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 19:39:19.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:39:19.903 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 19:39:19.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:39:19.903 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 19:39:19.903 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 19:39:19.903 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 19:39:19.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:39:20.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:39:20.404 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 19:39:20.410 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 19:39:20.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:39:20.410 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 19:39:20.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:39:20.410 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 19:39:20.411 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xy postfix and wait with time period 1 19:39:20.411 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xy postfix 19:39:20.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:39:20.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:39:20.912 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xy postfix 19:39:20.919 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xy postfix 19:39:20.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:39:20.919 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xy postfix is already expanded. No action performed 19:39:20.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:39:20.920 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xy postfix 19:39:20.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:39:20.925 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 19:39:20.925 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 19:39:20.925 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:39:20.925 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:39:20.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:39:20.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:39:20.926 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDuplicativeItemsFromItemXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 19:39:20.926 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:39:20.926 INFO [WorkbenchTestable][RequirementsRunner] Started test: getStyledTextsOfItemXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 19:39:20.926 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 19:39:20.926 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:39:20.926 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:39:20.926 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:39:20.942 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 19:39:20.942 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:39:20.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:39:20.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:39:20.953 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:39:20.953 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:39:20.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:39:20.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:39:20.953 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:39:20.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:39:20.953 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:39:20.953 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 19:39:20.953 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 19:39:20.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:39:21.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:39:21.454 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 19:39:21.458 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 19:39:21.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:39:21.459 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 19:39:21.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:39:21.459 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 19:39:21.459 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 19:39:21.459 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 19:39:21.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:39:21.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:39:21.960 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 19:39:21.966 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 19:39:21.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:39:21.966 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 19:39:21.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:39:21.966 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 19:39:21.967 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 19:39:21.967 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 19:39:21.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:39:22.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:39:22.467 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 19:39:22.475 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 19:39:22.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:39:22.475 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 19:39:22.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:39:22.475 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 19:39:22.475 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 19:39:22.475 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 19:39:22.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:39:22.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:39:22.976 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 19:39:22.984 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 19:39:22.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:39:22.984 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 19:39:22.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:39:22.984 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 19:39:22.984 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 19:39:22.984 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 19:39:22.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:39:23.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:39:23.485 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 19:39:23.486 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 19:39:23.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:39:23.487 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 19:39:23.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:39:23.487 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 19:39:23.487 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 19:39:23.487 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 19:39:23.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:39:23.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:39:23.988 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 19:39:23.989 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 19:39:23.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:39:23.990 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 19:39:23.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:39:23.990 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 19:39:23.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:39:24.005 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 19:39:24.005 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 19:39:24.005 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:39:24.005 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:39:24.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:39:24.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:39:24.005 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getStyledTextsOfItemXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 19:39:24.005 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:39:24.005 INFO [WorkbenchTestable][RequirementsRunner] Started test: getNonexistingItem no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 19:39:24.006 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 19:39:24.006 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:39:24.006 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:39:24.006 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:39:24.013 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 19:39:24.014 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:39:24.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:39:24.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:39:24.019 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:39:24.019 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:39:24.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:39:24.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:39:24.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:39:24.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:39:24.020 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:39:24.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:39:24.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:39:24.020 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item 0 and wait with time period 1 19:39:24.020 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 0 19:39:24.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:39:24.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:39:24.521 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 0 19:39:24.524 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 0 19:39:24.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:39:24.524 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item 0 is already expanded. No action performed 19:39:24.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:39:24.524 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 0 19:39:24.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:39:24.530 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 19:39:24.530 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 19:39:24.530 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:39:24.530 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:39:24.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:39:24.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:39:24.530 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getNonexistingItem no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 19:39:24.531 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:39:24.531 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetNonstyledItem000 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 19:39:24.531 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 19:39:24.531 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:39:24.531 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:39:24.531 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:39:24.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 19:39:24.539 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:39:24.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:39:24.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:39:24.552 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:39:24.552 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:39:24.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:39:24.552 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:39:24.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:39:24.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:39:24.552 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:39:24.552 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item 0 and wait with time period 1 19:39:24.552 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 0 19:39:24.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:39:25.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:39:25.053 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 0 19:39:25.057 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 0 19:39:25.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:39:25.057 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item 0 is already expanded. No action performed 19:39:25.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:39:25.057 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 0 19:39:25.057 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item 00 and wait with time period 1 19:39:25.057 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 00 19:39:25.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:39:25.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:39:25.558 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 00 19:39:25.562 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 00 19:39:25.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:39:25.562 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item 00 is already expanded. No action performed 19:39:25.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:39:25.562 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 00 19:39:25.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:39:25.568 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 19:39:25.568 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 19:39:25.568 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:39:25.568 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:39:25.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:39:25.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:39:25.568 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetNonstyledItem000 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 19:39:25.568 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:39:25.568 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDuplicativeItemX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 19:39:25.568 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 19:39:25.568 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:39:25.568 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:39:25.568 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:39:25.576 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 19:39:25.576 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:39:25.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:39:25.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:39:25.589 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:39:25.589 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:39:25.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:39:25.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:39:25.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:39:25.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:39:25.590 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:39:25.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:39:25.603 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 19:39:25.603 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 19:39:25.603 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:39:25.603 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:39:25.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:39:25.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:39:25.604 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDuplicativeItemX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 19:39:25.604 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:39:25.604 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDuplicativeItemsXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 19:39:25.604 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 19:39:25.604 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:39:25.604 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:39:25.604 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:39:25.611 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 19:39:25.611 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:39:25.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:39:25.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:39:25.617 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:39:25.617 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:39:25.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:39:25.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:39:25.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:39:25.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:39:25.617 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:39:25.617 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 19:39:25.617 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 19:39:25.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:39:26.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:39:26.118 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 19:39:26.122 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 19:39:26.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:39:26.123 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 19:39:26.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:39:26.123 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 19:39:26.123 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 19:39:26.123 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 19:39:26.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:39:26.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:39:26.624 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 19:39:26.629 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 19:39:26.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:39:26.630 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 19:39:26.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:39:26.630 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 19:39:26.630 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 19:39:26.630 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 19:39:26.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:39:27.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:39:27.131 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 19:39:27.138 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 19:39:27.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:39:27.138 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 19:39:27.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:39:27.138 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 19:39:27.139 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 19:39:27.139 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 19:39:27.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:39:27.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:39:27.639 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 19:39:27.646 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 19:39:27.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:39:27.647 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 19:39:27.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:39:27.647 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 19:39:27.647 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 19:39:27.647 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 19:39:27.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:39:28.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:39:28.148 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 19:39:28.149 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 19:39:28.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:39:28.149 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 19:39:28.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:39:28.149 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 19:39:28.149 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 19:39:28.149 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 19:39:28.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:39:28.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:39:28.650 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 19:39:28.651 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 19:39:28.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:39:28.651 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 19:39:28.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:39:28.651 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 19:39:28.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:39:28.671 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 19:39:28.671 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 19:39:28.671 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:39:28.671 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:39:28.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:39:28.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:39:28.672 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDuplicativeItemsXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 19:39:28.672 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 19:39:28.672 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:39:28.672 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:39:28.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:39:28.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.514 s - in org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest getDuplicativeItemsX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 0.053 s getNonExistingItems no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 0.034 s getStyledTextOfItem111 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 1.079 s getDuplicativeItemsXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 1.048 s getDuplicativeItemsFromItemXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 1.551 s getStyledTextsOfItemXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 3.079 s getNonexistingItem no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 0.525 s testGetNonstyledItem000 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 1.037 s getDuplicativeItemX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 0.036 s getDuplicativeItemsXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 3.068 s Running org.eclipse.reddeer.jface.test.viewers.CellEditorTest 19:39:28.675 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.viewers.CellEditorTest 19:39:28.676 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:39:28.676 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:39:28.676 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.viewers.CellEditorTest 19:39:28.676 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:39:28.676 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:39:28.676 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:39:28.676 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:39:28.676 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:39:28.677 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:39:28.677 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableEditorTest no-configuration(org.eclipse.reddeer.jface.test.viewers.CellEditorTest) 19:39:28.677 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewers.CellEditorTest 19:39:28.677 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:39:28.677 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:39:28.677 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:1928): Gtk-CRITICAL **: 19:39:28.692: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 19:39:28.694 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 19:39:28.694 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:39:28.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:39:28.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:39:28.704 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 19:39:28.704 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:39:28.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:39:28.704 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:39:28.704 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:39:28.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:39:28.704 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 19:39:28.705 INFO [WorkbenchTestable][AbstractTableItem] Double click table item Andrej 19:39:28.707 TRACE [main][WidgetHandler] Notify Table with event 13 19:39:28.707 TRACE [main][WidgetHandler] Wait for synchronization 19:39:28.708 TRACE [main][WidgetHandler] Notify Table with event 3 19:39:28.708 TRACE [main][WidgetHandler] Wait for synchronization 19:39:28.708 TRACE [main][WidgetHandler] Notify Table with event 4 19:39:28.708 TRACE [main][WidgetHandler] Wait for synchronization 19:39:28.715 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 19:39:28.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:39:28.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:39:28.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:39:28.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:39:28.715 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:39:28.715 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:39:28.715 INFO [WorkbenchTestable][AbstractText] Text set to: abc 19:39:28.716 TRACE [WorkbenchTestable][WidgetHandler] Notify Text with event 16 19:39:28.716 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:39:28.718 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 19:39:28.718 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 19:39:28.718 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 19:39:28.719 DEBUG [main][AbstractWait] Waiting until shell is active... 19:39:28.719 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 19:39:28.719 INFO [main][AbstractShell] Close shell Testing shell 19:39:28.719 INFO [main][ShellHandler] Closing shell 'Testing shell' 19:39:28.722 DEBUG [main][AbstractWait] Waiting while shell is available... 19:39:28.722 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 19:39:28.722 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewers.CellEditorTest 19:39:28.722 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:39:28.722 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:39:28.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:39:28.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:39:28.739 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableEditorTest no-configuration(org.eclipse.reddeer.jface.test.viewers.CellEditorTest) 19:39:28.739 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.viewers.CellEditorTest 19:39:28.739 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:39:28.739 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:39:28.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:39:28.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s - in org.eclipse.reddeer.jface.test.viewers.CellEditorTest tableEditorTest no-configuration(org.eclipse.reddeer.jface.test.viewers.CellEditorTest) Time elapsed: 0.062 s Running org.eclipse.reddeer.jface.test.window.WindowTest 19:39:28.744 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"] 19:39:28.744 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:28.744 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"] 19:39:28.744 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:28.746 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:39:28.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:39:28.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:39:28.746 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:39:28.747 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") 19:39:28.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:39:28.747 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:39:28.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:39:28.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:39:28.750 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:39:28.751 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 19:39:28.751 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 19:39:28.751 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:39:28.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Eclipse Window"] is available.... 19:39:28.781 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 19:39:28.781 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 19:39:28.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:39:28.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:39:28.782 TRACE [WorkbenchTestable][RedDeerEclipseWindow] Shell Eclipse Window is not null and is not disposed 19:39:28.782 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:28.782 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 19:39:28.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:39:28.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:39:28.782 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:39:28.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:39:28.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:39:28.783 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Eclipse Window 19:39:28.783 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 19:39:28.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:39:28.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:39:28.783 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") 19:39:28.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:39:28.783 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:39:28.783 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:39:29.283 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:39:29.283 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:39:29.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:39:29.784 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:39:29.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:39:29.785 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 19:39:29.785 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21 19:39:29.785 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:39:29.797 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:39:29.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:39:29.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:39:29.798 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:39:29.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:39:29.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:39:29.798 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:39:29.798 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") 19:39:29.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:39:29.798 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:39:29.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:39:29.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:39:29.801 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:39:29.802 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 19:39:29.802 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 19:39:29.802 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:39:29.816 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"] 19:39:29.816 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:29.816 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:29.816 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 19:39:29.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:39:29.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:39:29.816 TRACE [WorkbenchTestable][RedDeerEclipseWindow] Shell Eclipse Window is not null and is not disposed 19:39:29.816 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:29.817 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 19:39:29.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:39:29.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:39:29.817 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:39:29.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:39:29.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:39:29.817 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Eclipse Window 19:39:29.817 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 19:39:29.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:39:29.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:39:29.817 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") 19:39:29.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:39:29.817 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:39:29.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:39:30.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:39:30.317 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:39:30.818 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:39:30.818 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:39:30.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:39:30.819 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 19:39:30.819 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21 19:39:30.819 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:39:30.825 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:39:30.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:39:30.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:39:30.825 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:39:30.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:39:30.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:39:30.825 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:39:30.826 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") 19:39:30.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:39:30.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:39:30.828 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:39:30.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:39:30.828 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:39:30.828 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 19:39:30.829 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 19:39:30.829 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:39:30.848 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.... 19:39:30.848 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:30.848 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:30.849 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 19:39:30.849 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 19:39:30.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:39:30.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:39:30.849 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 19:39:30.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:39:30.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:39:30.849 INFO [WorkbenchTestable][AbstractShell] Close shell Eclipse Window 19:39:30.849 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Eclipse Window' 19:39:30.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:39:30.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:39:30.865 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:39:30.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:39:30.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:39:30.865 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:39:30.865 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") 19:39:30.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:39:30.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:39:30.868 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:39:30.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:39:30.868 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:39:30.868 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 19:39:30.868 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 19:39:30.868 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:39:30.879 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.... 19:39:30.879 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:30.879 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:30.879 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 19:39:30.879 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 19:39:30.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:39:30.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:39:30.880 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 19:39:30.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:39:30.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:39:30.880 INFO [WorkbenchTestable][AbstractShell] Close shell Eclipse Window 19:39:30.880 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Eclipse Window' 19:39:30.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:39:30.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:39:30.885 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:39:30.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:39:30.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:39:30.886 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"] 19:39:30.886 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:30.886 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"] 19:39:30.886 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:30.887 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:39:30.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:39:30.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:39:30.887 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:39:30.887 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") 19:39:30.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:39:30.887 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:39:30.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:39:30.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:39:30.895 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:39:30.895 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 19:39:30.895 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 19:39:30.895 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:39:30.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Eclipse Window"] is available.... 19:39:30.904 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 19:39:30.909 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 19:39:30.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:39:30.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:39:30.910 TRACE [WorkbenchTestable][RedDeerEclipseWindow] Shell Eclipse Window is not null and is not disposed 19:39:30.910 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:30.910 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 19:39:30.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:39:30.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:39:30.910 INFO [WorkbenchTestable][AbstractShell] Close shell Eclipse Window 19:39:30.910 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Eclipse Window' 19:39:30.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:39:30.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:39:30.915 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:39:30.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:39:30.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:39:30.915 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:39:30.915 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") 19:39:30.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:39:30.916 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:39:30.918 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:39:30.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:39:30.918 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:39:30.918 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 19:39:30.918 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 19:39:30.918 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:39:30.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Eclipse Window"] is available.... 19:39:30.932 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 19:39:30.932 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 19:39:30.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:39:30.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:39:30.933 TRACE [WorkbenchTestable][RedDeerEclipseWindow] Shell Eclipse Window is not null and is not disposed 19:39:30.933 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:30.933 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 19:39:30.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:39:30.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:39:30.933 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:39:30.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:39:30.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:39:30.933 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Eclipse Window 19:39:30.933 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 19:39:30.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:39:30.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:39:30.933 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") 19:39:30.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:39:30.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:39:30.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:39:31.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:39:31.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:39:31.934 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:39:31.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:39:31.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:39:31.935 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 19:39:31.935 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21 19:39:31.935 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:39:31.942 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:39:31.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:39:31.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:39:31.942 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:39:31.942 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") 19:39:31.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:39:31.942 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:39:31.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:39:31.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:39:31.945 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:39:31.945 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 19:39:31.945 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 19:39:31.945 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:39:31.959 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"] 19:39:31.959 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:31.959 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:31.959 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 19:39:31.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:39:31.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:39:31.960 TRACE [WorkbenchTestable][RedDeerEclipseWindow] Shell Eclipse Window is not null and is not disposed 19:39:31.960 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:31.960 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 19:39:31.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:39:31.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:39:31.960 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 19:39:31.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:39:31.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:39:31.960 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:39:31.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:39:31.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:39:31.961 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Eclipse Window 19:39:31.961 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 19:39:31.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:39:31.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:39:31.961 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") 19:39:31.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:39:31.961 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:39:31.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:39:32.461 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:39:32.461 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:39:32.962 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:39:32.962 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:39:32.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:39:32.963 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 19:39:32.963 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21 19:39:32.963 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.232 s - in org.eclipse.reddeer.jface.test.window.WindowTest openableEclipseWindow(org.eclipse.reddeer.jface.test.window.WindowTest) Time elapsed: 1.054 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.027 s openActionNotDefinedIsOpen(org.eclipse.reddeer.jface.test.window.WindowTest) Time elapsed: 0 s eclipseWindowIsOpen(org.eclipse.reddeer.jface.test.window.WindowTest) Time elapsed: 0.061 s openableEclipseWindowCustomAction(org.eclipse.reddeer.jface.test.window.WindowTest) Time elapsed: 1.056 s openEclipseWindow(org.eclipse.reddeer.jface.test.window.WindowTest) Time elapsed: 1.032 s Running org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest 19:39:32.978 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest 19:39:32.978 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:39:32.979 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:39:32.979 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest 19:39:32.979 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:39:32.979 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:39:32.979 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:39:32.979 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:39:32.979 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:39:32.980 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:39:32.980 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCanFinish no-configuration(org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest) 19:39:32.980 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest 19:39:32.980 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:39:32.980 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:39:32.980 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:39:32.981 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.... 19:39:33.018 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:33.018 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:39:33.018 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 19:39:33.019 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 19:39:33.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:39:33.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:39:33.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:39:33.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:39:33.020 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") 19:39:33.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:39:33.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:39:33.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:39:33.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:39:33.021 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:39:33.021 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:39:33.021 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:39:33.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:39:33.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:39:33.021 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 19:39:33.021 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:39:33.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:39:33.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:39:33.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:39:33.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:39:33.021 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:39:33.022 INFO [WorkbenchTestable][AbstractButton] Click button make valid 19:39:33.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:39:33.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:39:33.022 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:39:33.022 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:39:33.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:39:33.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:39:33.023 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") 19:39:33.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:39:33.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:39:33.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:39:33.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:39:33.024 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:39:33.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:39:33.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:39:33.025 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") 19:39:33.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:39:33.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:39:33.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:39:33.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:39:33.025 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:39:33.025 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 19:39:33.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:39:33.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:39:33.025 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:39:33.026 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:39:33.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:39:33.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:39:33.035 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:39:33.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:39:33.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:39:33.035 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest 19:39:33.035 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:39:33.035 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:39:33.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:39:33.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:39:33.035 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCanFinish no-configuration(org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest) 19:39:33.036 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest 19:39:33.036 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:39:33.036 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:39:33.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:39:33.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s - in org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest testCanFinish no-configuration(org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest) Time elapsed: 0.055 s Results: Tests run: 48, 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.verification.parametrized/tests/org.eclipse.reddeer.jface.test/target/jacoco.exec [INFO] Loading execution data file /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 19 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 297 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 19 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 13 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 21 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.swt.test' with 136 classes [INFO] [INFO] --------< org.eclipse.reddeer:org.eclipse.reddeer.eclipse.test >-------- [INFO] Building RedDeer Eclipse Tests 3.3.0-SNAPSHOT [36/58] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.eclipse.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.eclipse.test --- [INFO] The project's OSGi version is 3.3.0.v20210310-1921 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.reddeer.eclipse.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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.verification.parametrized/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 12 resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.reddeer.eclipse.test --- [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse.test:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/pom.xml [INFO] Compiling 97 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/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.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.reddeer.eclipse.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-3.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.reddeer.eclipse.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.eclipse.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-3.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.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 --- [INFO] Configured Artifact: org.hsqldb:hsqldb:2.3.0:jar [INFO] Copying hsqldb-2.3.0.jar to /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/lib/hsqldb-2.3.0.jar [INFO] [INFO] --- download-maven-plugin:1.2.1:wget (install-h2-driver) @ org.eclipse.reddeer.eclipse.test --- Downloading: https://repo1.maven.org/maven2/com/h2database/h2/1.4.199/h2-1.4.199.jar 10/2127K 21/2127K 32/2127K 42/2127K 53/2127K 64/2127K 74/2127K 85/2127K 96/2127K 107/2127K 117/2127K 128/2127K 139/2127K 149/2127K 160/2127K 171/2127K 182/2127K 192/2127K 203/2127K 213/2127K 229/2127K 245/2127K 261/2127K 277/2127K 293/2127K 309/2127K 325/2127K 341/2127K 357/2127K 373/2127K 389/2127K 405/2127K 421/2127K 437/2127K 453/2127K 471/2127K 487/2127K 503/2127K 519/2127K 535/2127K 551/2127K 567/2127K 583/2127K 599/2127K 615/2127K 631/2127K 647/2127K 663/2127K 677/2127K 693/2127K 709/2127K 725/2127K 741/2127K 757/2127K 773/2127K 789/2127K 805/2127K 821/2127K 837/2127K 853/2127K 869/2127K 885/2127K 899/2127K 915/2127K 931/2127K 947/2127K 963/2127K 979/2127K 995/2127K 1011/2127K 1027/2127K 1043/2127K 1059/2127K 1075/2127K 1091/2127K 1107/2127K 1123/2127K 1139/2127K 1155/2127K 1171/2127K 1187/2127K 1203/2127K 1219/2127K 1235/2127K 1251/2127K 1267/2127K 1283/2127K 1299/2127K 1315/2127K 1331/2127K 1347/2127K 1363/2127K 1379/2127K 1395/2127K 1411/2127K 1427/2127K 1443/2127K 1459/2127K 1475/2127K 1491/2127K 1507/2127K 1523/2127K 1539/2127K 1555/2127K 1569/2127K 1585/2127K 1601/2127K 1617/2127K 1633/2127K 1649/2127K 1665/2127K 1681/2127K 1697/2127K 1713/2127K 1729/2127K 1745/2127K 1761/2127K 1777/2127K 1791/2127K 1807/2127K 1823/2127K 1839/2127K 1855/2127K 1871/2127K 1887/2127K 1903/2127K 1919/2127K 1935/2127K 1951/2127K 1967/2127K 1983/2127K 1997/2127K 2013/2127K 2029/2127K 2045/2127K 2061/2127K 2077/2127K 2093/2127K 2109/2127K 2125/2127K 2127/2127K 2127K downloaded [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.reddeer.eclipse.test --- [INFO] Fetching javax.xml.stream_1.0.1.v201004272200.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (21.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching javax.xml.stream_1.0.1.v201004272200.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (21.59kB) [INFO] Unpacking javax.xml.stream_1.0.1.v201004272200... [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (249kB) [INFO] Fetching com.google.gson_2.8.6.v20201231-1626.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (82.82kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.google.gson_2.8.6.v20201231-1626.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (82.82kB) [INFO] Unpacking com.google.gson_2.8.6.v20201231-1626... [INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (676.21kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (676.21kB) [INFO] Unpacking com.google.guava_21.0.0.v20170206-1425... [INFO] Fetching com.google.javascript_0.0.20160315.v20161124-1903.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (1.14MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.google.javascript_0.0.20160315.v20161124-1903.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (1.14MB) [INFO] Unpacking com.google.javascript_0.0.20160315.v20161124-1903... [INFO] Fetching com.google.protobuf_2.4.0.v201105131100.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (624.34kB) [INFO] Fetching com.jcraft.jsch_0.1.55.v20190404-1902.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (107.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.jcraft.jsch_0.1.55.v20190404-1902.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (107.05kB) [INFO] Unpacking com.jcraft.jsch_0.1.55.v20190404-1902... [INFO] Fetching javax.xml.bind_2.2.0.v201105210648.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (55.41kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching javax.xml.bind_2.2.0.v201105210648.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (55.41kB) [INFO] Unpacking javax.xml.bind_2.2.0.v201105210648... [INFO] Fetching com.sun.xml.bind_2.3.3.v20201118-1818.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (350.1kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.sun.xml.bind_2.3.3.v20201118-1818.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (350.1kB) [INFO] Unpacking com.sun.xml.bind_2.3.3.v20201118-1818... [INFO] Fetching javax.activation_1.1.0.v201211130549.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (26.78kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching javax.activation_1.1.0.v201211130549.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (26.78kB) [INFO] Unpacking javax.activation_1.1.0.v201211130549... [INFO] Fetching jakarta.activation_1.2.2.v20201119-1642.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (29.52kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching jakarta.activation_1.2.2.v20201119-1642.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (29.52kB) [INFO] Unpacking jakarta.activation_1.2.2.v20201119-1642... [INFO] Fetching jakarta.xml.bind_2.3.3.v20201118-1818.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (55.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching jakarta.xml.bind_2.3.3.v20201118-1818.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (55.92kB) [INFO] Unpacking jakarta.xml.bind_2.3.3.v20201118-1818... [INFO] Fetching javax.activation_2.0.0.v20201118-1818.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (41.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching javax.activation_2.0.0.v20201118-1818.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (41.03kB) [INFO] Unpacking javax.activation_2.0.0.v20201118-1818... [INFO] Fetching javax.servlet_3.1.0.v201410161800.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (108.23kB) [INFO] Fetching org.apache.commons.codec_1.14.0.v20200818-1422.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (143.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.codec_1.14.0.v20200818-1422.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (143.98kB) [INFO] Unpacking org.apache.commons.codec_1.14.0.v20200818-1422... [INFO] Fetching org.apache.commons.httpclient_3.1.0.v201012070820.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (112.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.httpclient_3.1.0.v201012070820.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (112.66kB) [INFO] Unpacking org.apache.commons.httpclient_3.1.0.v201012070820... [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] The user operation is waiting for background work to complete. [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] Unpacking org.apache.commons.net_3.2.0.v201305141515... [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.14.v20210128-2225.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (109.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.14.v20210128-2225.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (109.65kB) [INFO] Unpacking org.apache.httpcomponents.httpcore_4.4.14.v20210128-2225... [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.13.v20210128-2225.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (338.2kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.13.v20210128-2225.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (338.2kB) [INFO] Unpacking org.apache.httpcomponents.httpclient_4.5.13.v20210128-2225... [INFO] Fetching org.apache.lucene.analyzers-common_6.1.0.v20161115-1612.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (1.49MB) [INFO] Fetching org.apache.lucene.core_6.1.0.v20170814-1820.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (2.47MB) [INFO] Fetching org.apache.lucene.analyzers-common_7.5.0.v20181003-1532.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (692.97kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.lucene.analyzers-common_7.5.0.v20181003-1532.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (692.97kB) [INFO] Unpacking org.apache.lucene.analyzers-common_7.5.0.v20181003-1532... [INFO] Fetching org.apache.lucene.analyzers-smartcn_8.4.1.v20200122-1459.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (3.42MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.lucene.analyzers-smartcn_8.4.1.v20200122-1459.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (3.42MB) [INFO] Unpacking org.apache.lucene.analyzers-smartcn_8.4.1.v20200122-1459... [INFO] Fetching org.apache.lucene.misc_7.5.0.v20181003-1532.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (50.23kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.lucene.misc_7.5.0.v20181003-1532.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (50.23kB) [INFO] Unpacking org.apache.lucene.misc_7.5.0.v20181003-1532... [INFO] Fetching org.apache.lucene.queryparser_6.1.0.v20161115-1612.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (433.33kB) [INFO] Fetching org.apache.ws.commons.util_1.0.2.v20160817-1930.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (24.55kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.ws.commons.util_1.0.2.v20160817-1930.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (24.55kB) [INFO] Unpacking org.apache.ws.commons.util_1.0.2.v20160817-1930... [INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (122.3kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (122.3kB) [INFO] Unpacking org.apache.xml.serializer_2.7.1.v201005080400... [INFO] Fetching org.apache.xmlrpc_3.0.0.v20100427-1100.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (75.3kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.xmlrpc_3.0.0.v20100427-1100.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (75.3kB) [INFO] Unpacking org.apache.xmlrpc_3.0.0.v20100427-1100... [INFO] Fetching org.eclipse.datatools.connectivity.oda_3.6.101.201811012051.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (251.03kB) [INFO] Fetching org.eclipse.datatools.connectivity.console.profile_1.2.101.201811012051.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (30.23kB) [INFO] Fetching org.eclipse.help.base_4.3.200.v20210224-1800.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (164.37kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.help.base_4.3.200.v20210224-1800.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (164.37kB) [INFO] Unpacking org.eclipse.help.base_4.3.200.v20210224-1800... [INFO] Fetching org.eclipse.datatools.connectivity.db.generic.ui_1.2.101.201811012051.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (33.41kB) [INFO] Fetching org.eclipse.datatools.connectivity.sqm.server.ui_1.3.101.201811012051.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (122.2kB) [INFO] Fetching org.eclipse.datatools.connectivity.ui.dse_1.3.101.201811012051.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (81.23kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda.consumer_3.4.101.201811012051.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (121.4kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda.design_3.5.101.201811012051.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (344.53kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda.profile_3.4.101.201811012051.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (42.19kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda.design.ui_3.4.101.201811012051.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (232.33kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda.flatfile_3.3.101.201811012051.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (72.95kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda.flatfile.ui_3.3.101.201811012051.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (102.6kB) [INFO] Fetching org.eclipse.datatools.modelbase.sql.edit_1.2.101.201811012051.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (272.37kB) [INFO] Fetching org.eclipse.datatools.enablement.hsqldb_1.2.101.201811012051.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (20.83kB) [INFO] Fetching org.eclipse.datatools.enablement.hsqldb.dbdefinition_1.2.101.201811012051.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (11.34kB) [INFO] Fetching org.eclipse.datatools.enablement.hsqldb.ui_1.2.101.201811012051.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (27.37kB) [INFO] Fetching org.eclipse.datatools.modelbase.sql.query.edit_1.2.101.201811012051.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (203.75kB) [INFO] Fetching org.eclipse.datatools.modelbase.sql.xml.query_1.2.101.201811012051.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (253.96kB) [INFO] Fetching org.eclipse.datatools.sqltools.result_1.3.201.201905112017.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (97.49kB) [INFO] Fetching org.eclipse.dstore.core_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (388.74kB) [INFO] Fetching org.eclipse.dstore.extra_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (31.89kB) [INFO] Fetching org.eclipse.ecf_3.9.101.v20201027-0547.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (48.21kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ecf_3.9.101.v20201027-0547.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (48.21kB) [INFO] Unpacking org.eclipse.ecf_3.9.101.v20201027-0547... [INFO] Fetching org.eclipse.ecf.identity_3.9.401.v20201027-0550.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (27.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ecf.identity_3.9.401.v20201027-0550.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (27.04kB) [INFO] Unpacking org.eclipse.ecf.identity_3.9.401.v20201027-0550... [INFO] Fetching org.eclipse.equinox.concurrent_1.2.0.v20210202-1157.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (12.34kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.concurrent_1.2.0.v20210202-1157.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (12.34kB) [INFO] Unpacking org.eclipse.equinox.concurrent_1.2.0.v20210202-1157... [INFO] Fetching org.eclipse.ecf.filetransfer_5.1.101.v20201025-2315.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (20.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ecf.filetransfer_5.1.101.v20201025-2315.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (20.47kB) [INFO] Unpacking org.eclipse.ecf.filetransfer_5.1.101.v20201025-2315... [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.601.v20201025-0700.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (45.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.601.v20201025-0700.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (45.05kB) [INFO] Unpacking org.eclipse.ecf.provider.filetransfer_3.2.601.v20201025-0700... [INFO] Fetching org.eclipse.emf.ant_2.11.0.v20200324-0723.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (29.26kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ant_2.11.0.v20200324-0723.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (29.26kB) [INFO] Unpacking org.eclipse.emf.ant_2.11.0.v20200324-0723... [INFO] Fetching org.eclipse.emf.codegen.ecore_2.25.0.v20201231-0738.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (417.29kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.codegen.ecore_2.25.0.v20201231-0738.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (417.29kB) [INFO] Unpacking org.eclipse.emf.codegen.ecore_2.25.0.v20201231-0738... [INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.25.0.v20201231-0738.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (69.33kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.25.0.v20201231-0738.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (69.33kB) [INFO] Unpacking org.eclipse.emf.codegen.ecore.ui_2.25.0.v20201231-0738... [INFO] Fetching org.eclipse.emf.codegen.ui_2.22.0.v20200424-0451.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (102.25kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.codegen.ui_2.22.0.v20200424-0451.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (102.25kB) [INFO] Unpacking org.eclipse.emf.codegen.ui_2.22.0.v20200424-0451... [INFO] Fetching org.eclipse.emf.converter_2.10.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (37.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.converter_2.10.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (37.47kB) [INFO] Unpacking org.eclipse.emf.converter_2.10.0.v20180706-1146... [INFO] Fetching org.eclipse.emf.importer_2.12.0.v20190321-1539.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (40.2kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.importer_2.12.0.v20190321-1539.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (40.2kB) [INFO] Unpacking org.eclipse.emf.importer_2.12.0.v20190321-1539... [INFO] Fetching org.eclipse.emf.exporter_2.10.0.v20190321-1530.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (30.21kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.exporter_2.10.0.v20190321-1530.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (30.21kB) [INFO] Unpacking org.eclipse.emf.exporter_2.10.0.v20190321-1530... [INFO] Fetching org.eclipse.emf.importer.ecore_2.10.0.v20200324-0723.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (20.75kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.importer.ecore_2.10.0.v20200324-0723.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (20.75kB) [INFO] Unpacking org.eclipse.emf.importer.ecore_2.10.0.v20200324-0723... [INFO] Fetching org.eclipse.emf.importer.java_2.11.0.v20200324-0723.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (40.34kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.importer.java_2.11.0.v20200324-0723.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (40.34kB) [INFO] Unpacking org.eclipse.emf.importer.java_2.11.0.v20200324-0723... [INFO] Fetching org.eclipse.emf.importer.rose_2.10.0.v20200324-0723.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (56.75kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.importer.rose_2.10.0.v20200324-0723.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (56.75kB) [INFO] Unpacking org.eclipse.emf.importer.rose_2.10.0.v20200324-0723... [INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (30.39kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (30.39kB) [INFO] Unpacking org.eclipse.emf.databinding_1.5.0.v20180706-1146... [INFO] Fetching org.eclipse.emf.databinding.edit_1.7.0.v20210113-0340.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (20.55kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.databinding.edit_1.7.0.v20210113-0340.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (20.55kB) [INFO] Unpacking org.eclipse.emf.databinding.edit_1.7.0.v20210113-0340... [INFO] Fetching org.eclipse.emf.ecore.change.edit_2.8.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (14.81kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore.change.edit_2.8.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (14.81kB) [INFO] Unpacking org.eclipse.emf.ecore.change.edit_2.8.0.v20180706-1146... [INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (44.81kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (44.81kB) [INFO] Unpacking org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725... [INFO] Fetching org.eclipse.emf_2.8.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (10.48kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf_2.8.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (10.48kB) [INFO] Unpacking org.eclipse.emf_2.8.0.v20180706-1146... [INFO] Fetching org.eclipse.emf.mapping_2.12.0.v20181104-0733.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (67.4kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.mapping_2.12.0.v20181104-0733.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (67.4kB) [INFO] Unpacking org.eclipse.emf.mapping_2.12.0.v20181104-0733... [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore_2.11.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (14.23kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore_2.11.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (14.23kB) [INFO] Unpacking org.eclipse.emf.mapping.ecore2ecore_2.11.0.v20180706-1146... [INFO] Fetching org.eclipse.emf.mapping.ui_2.10.0.v20181104-0733.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (50.62kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.mapping.ui_2.10.0.v20181104-0733.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (50.62kB) [INFO] Unpacking org.eclipse.emf.mapping.ui_2.10.0.v20181104-0733... [INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.11.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (18.43kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.11.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (18.43kB) [INFO] Unpacking org.eclipse.emf.mapping.ecore2xml_2.11.0.v20180706-1146... [INFO] Fetching org.eclipse.emf.mapping.ecore.editor_2.8.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (10.69kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.mapping.ecore.editor_2.8.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (10.69kB) [INFO] Unpacking org.eclipse.emf.mapping.ecore.editor_2.8.0.v20180706-1146... [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.editor_2.10.0.v20181104-0733.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (23.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.editor_2.10.0.v20181104-0733.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (23.96kB) [INFO] Unpacking org.eclipse.emf.mapping.ecore2ecore.editor_2.10.0.v20181104-0733... [INFO] Fetching org.eclipse.emf.mapping.ecore2xml.ui_2.12.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (38.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.mapping.ecore2xml.ui_2.12.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (38.08kB) [INFO] Unpacking org.eclipse.emf.mapping.ecore2xml.ui_2.12.0.v20190528-0725... [INFO] Fetching org.eclipse.emf.mapping.ecore_2.8.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (10.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.mapping.ecore_2.8.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (10.68kB) [INFO] Unpacking org.eclipse.emf.mapping.ecore_2.8.0.v20180706-1146... [INFO] Fetching org.eclipse.equinox.p2.discovery_1.1.200.v20190611-1008.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (17.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.discovery_1.1.200.v20190611-1008.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (17.02kB) [INFO] Unpacking org.eclipse.equinox.p2.discovery_1.1.200.v20190611-1008... [INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility_1.2.0.v20200916-1234.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (26.9kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility_1.2.0.v20200916-1234.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (26.9kB) [INFO] Unpacking org.eclipse.equinox.p2.discovery.compatibility_1.2.0.v20200916-1234... [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.3.0.v20201012-1345.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (22.39kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.3.0.v20201012-1345.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (22.39kB) [INFO] Unpacking org.eclipse.equinox.p2.transport.ecf_1.3.0.v20201012-1345... [INFO] Fetching org.eclipse.equinox.p2.ui.discovery_1.2.0.v20200916-1234.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (75.86kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.ui.discovery_1.2.0.v20200916-1234.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (75.86kB) [INFO] Unpacking org.eclipse.equinox.p2.ui.discovery_1.2.0.v20200916-1234... [INFO] Fetching org.eclipse.jetty.continuation_9.4.37.v20210219.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (31.75kB) [INFO] Fetching org.eclipse.jetty.io_9.4.37.v20210219.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (181.16kB) [INFO] Fetching org.eclipse.jetty.util_9.4.37.v20210219.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (590.52kB) [INFO] Fetching org.eclipse.jetty.http_9.4.37.v20210219.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (229.4kB) [INFO] Fetching org.eclipse.jetty.security_9.4.37.v20210219.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (126.78kB) [INFO] Fetching org.eclipse.jetty.server_9.4.37.v20210219.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (724.34kB) [INFO] Fetching org.eclipse.jetty.servlet_9.4.37.v20210219.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (154.15kB) [INFO] Fetching org.eclipse.jetty.util.ajax_9.4.37.v20210219.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (72.52kB) [INFO] Fetching org.eclipse.jetty.xml_9.4.37.v20210219.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (74.08kB) [INFO] Fetching org.eclipse.jetty.webapp_9.4.37.v20210219.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (146.89kB) [INFO] Fetching org.eclipse.jsch.core_1.3.900.v20200422-1935.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (20.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jsch.core_1.3.900.v20200422-1935.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (20.71kB) [INFO] Unpacking org.eclipse.jsch.core_1.3.900.v20200422-1935... [INFO] Fetching org.eclipse.json_1.1.100.v201901071922.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (23.8kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.json_1.1.100.v201901071922.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (23.8kB) [INFO] Unpacking org.eclipse.json_1.1.100.v201901071922... [INFO] Fetching org.eclipse.m2e.sourcelookup_1.17.1.20210115-1536.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (11.34kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.sourcelookup_1.17.1.20210115-1536.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (11.34kB) [INFO] Unpacking org.eclipse.m2e.sourcelookup_1.17.1.20210115-1536... [INFO] Fetching org.eclipse.m2e.jdt_1.17.1.20210116-2050.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (56.33kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.jdt_1.17.1.20210116-2050.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (56.33kB) [INFO] Unpacking org.eclipse.m2e.jdt_1.17.1.20210116-2050... [INFO] Fetching org.eclipse.m2e.binaryproject_1.17.1.20210115-1536.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (11.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.binaryproject_1.17.1.20210115-1536.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (11.47kB) [INFO] Unpacking org.eclipse.m2e.binaryproject_1.17.1.20210115-1536... [INFO] Fetching org.eclipse.m2e.binaryproject.ui_1.17.1.20210115-1536.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (10.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.binaryproject.ui_1.17.1.20210115-1536.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (10.11kB) [INFO] Unpacking org.eclipse.m2e.binaryproject.ui_1.17.1.20210115-1536... [INFO] Fetching org.eclipse.m2e.discovery_1.17.1.20210115-1536.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (34kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.discovery_1.17.1.20210115-1536.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (34kB) [INFO] Unpacking org.eclipse.m2e.discovery_1.17.1.20210115-1536... [INFO] Fetching org.eclipse.m2e.editor_1.17.2.20210219-1922.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (133.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.editor_1.17.2.20210219-1922.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (133.68kB) [INFO] Unpacking org.eclipse.m2e.editor_1.17.2.20210219-1922... [INFO] Fetching org.eclipse.wst.xsd.core_1.2.100.v202008180353.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (29.09kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.xsd.core_1.2.100.v202008180353.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (29.09kB) [INFO] Unpacking org.eclipse.wst.xsd.core_1.2.100.v202008180353... [INFO] Fetching org.eclipse.m2e.editor.xml_1.17.1.20210219-1922.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (48.39kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.editor.xml_1.17.1.20210219-1922.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (48.39kB) [INFO] Unpacking org.eclipse.m2e.editor.xml_1.17.1.20210219-1922... [INFO] Fetching org.eclipse.m2e.profiles.core_1.17.0.20201014-1513.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (12.85kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.profiles.core_1.17.0.20201014-1513.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (12.85kB) [INFO] Unpacking org.eclipse.m2e.profiles.core_1.17.0.20201014-1513... [INFO] Fetching org.eclipse.m2e.refactoring_1.17.0.20200924-1339.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (31.29kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.refactoring_1.17.0.20200924-1339.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (31.29kB) [INFO] Unpacking org.eclipse.m2e.refactoring_1.17.0.20200924-1339... [INFO] Fetching org.eclipse.m2e.profiles.ui_1.17.1.20210115-1536.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (20.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.profiles.ui_1.17.1.20210115-1536.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (20.56kB) [INFO] Unpacking org.eclipse.m2e.profiles.ui_1.17.1.20210115-1536... [INFO] Fetching org.eclipse.m2e.importer_1.17.1.20210115-1536.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (10.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.importer_1.17.1.20210115-1536.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (10.56kB) [INFO] Unpacking org.eclipse.m2e.importer_1.17.1.20210115-1536... [INFO] Fetching org.eclipse.m2e.sourcelookup.ui_1.17.1.20210115-1536.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (14.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.sourcelookup.ui_1.17.1.20210115-1536.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (14.06kB) [INFO] Unpacking org.eclipse.m2e.sourcelookup.ui_1.17.1.20210115-1536... [INFO] Fetching org.eclipse.m2e.lifecyclemapping.defaults_1.17.1.20210115-1536.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (8.31kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.lifecyclemapping.defaults_1.17.1.20210115-1536.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (8.31kB) [INFO] Unpacking org.eclipse.m2e.lifecyclemapping.defaults_1.17.1.20210115-1536... [INFO] Fetching org.eclipse.m2e.jdt.ui_1.17.1.20210115-1536.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (15.48kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.jdt.ui_1.17.1.20210115-1536.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (15.48kB) [INFO] Unpacking org.eclipse.m2e.jdt.ui_1.17.1.20210115-1536... [INFO] Fetching org.eclipse.m2e.scm_1.17.1.20210115-1536.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (27.2kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.scm_1.17.1.20210115-1536.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (27.2kB) [INFO] Unpacking org.eclipse.m2e.scm_1.17.1.20210115-1536... [INFO] Fetching org.eclipse.m2e.launching_1.17.1.20210115-1536.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (39.46kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.launching_1.17.1.20210115-1536.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (39.46kB) [INFO] Unpacking org.eclipse.m2e.launching_1.17.1.20210115-1536... [INFO] Fetching org.eclipse.mylyn.bugzilla.core_3.25.2.v20200814-0512.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (209.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.bugzilla.core_3.25.2.v20200814-0512.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (209.64kB) [INFO] Unpacking org.eclipse.mylyn.bugzilla.core_3.25.2.v20200814-0512... [INFO] Fetching org.eclipse.mylyn.tasks.core_3.25.2.v20200814-0512.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (326.34kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.tasks.core_3.25.2.v20200814-0512.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (326.34kB) [INFO] Unpacking org.eclipse.mylyn.tasks.core_3.25.2.v20200814-0512... [INFO] Fetching org.eclipse.mylyn.commons.net_3.25.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (60.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.commons.net_3.25.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (60.16kB) [INFO] Unpacking org.eclipse.mylyn.commons.net_3.25.2.v20200813-0821... [INFO] Fetching org.eclipse.mylyn.commons.core_3.25.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (88.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.commons.core_3.25.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (88.99kB) [INFO] Unpacking org.eclipse.mylyn.commons.core_3.25.2.v20200813-0821... [INFO] Fetching org.eclipse.mylyn.commons.xmlrpc_3.25.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (23.75kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.commons.xmlrpc_3.25.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (23.75kB) [INFO] Unpacking org.eclipse.mylyn.commons.xmlrpc_3.25.2.v20200813-0821... [INFO] Fetching org.eclipse.mylyn.bugzilla.ide_3.25.2.v20200828-1617.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (14.81kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.bugzilla.ide_3.25.2.v20200828-1617.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (14.81kB) [INFO] Unpacking org.eclipse.mylyn.bugzilla.ide_3.25.2.v20200828-1617... [INFO] Fetching org.eclipse.mylyn.bugzilla.ui_3.25.2.v20200814-0512.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (192.74kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.bugzilla.ui_3.25.2.v20200814-0512.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (192.74kB) [INFO] Unpacking org.eclipse.mylyn.bugzilla.ui_3.25.2.v20200814-0512... [INFO] Fetching org.eclipse.mylyn.tasks.ui_3.25.2.v20200814-0512.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (1.33MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.tasks.ui_3.25.2.v20200814-0512.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (1.33MB) [INFO] Unpacking org.eclipse.mylyn.tasks.ui_3.25.2.v20200814-0512... [INFO] Fetching org.eclipse.mylyn.commons.ui_3.25.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (222.89kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.commons.ui_3.25.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (222.89kB) [INFO] Unpacking org.eclipse.mylyn.commons.ui_3.25.2.v20200813-0821... [INFO] Fetching org.eclipse.mylyn.commons.workbench_3.25.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (107.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.commons.workbench_3.25.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (107.68kB) [INFO] Unpacking org.eclipse.mylyn.commons.workbench_3.25.2.v20200813-0821... [INFO] Fetching org.eclipse.mylyn.commons.screenshots_3.25.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (73.36kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.commons.screenshots_3.25.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (73.36kB) [INFO] Unpacking org.eclipse.mylyn.commons.screenshots_3.25.2.v20200813-0821... [INFO] Fetching org.eclipse.mylyn.commons.identity.core_1.17.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (27.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.commons.identity.core_1.17.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (27.35kB) [INFO] Unpacking org.eclipse.mylyn.commons.identity.core_1.17.2.v20200813-0821... [INFO] Fetching org.eclipse.mylyn.commons.notifications.core_1.17.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (10.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.commons.notifications.core_1.17.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (10.45kB) [INFO] Unpacking org.eclipse.mylyn.commons.notifications.core_1.17.2.v20200813-0821... [INFO] Fetching org.eclipse.mylyn.commons.notifications.feed_1.17.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (20.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.commons.notifications.feed_1.17.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (20.04kB) [INFO] Unpacking org.eclipse.mylyn.commons.notifications.feed_1.17.2.v20200813-0821... [INFO] Fetching org.eclipse.mylyn.commons.notifications.ui_1.17.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (37.63kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.commons.notifications.ui_1.17.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (37.63kB) [INFO] Unpacking org.eclipse.mylyn.commons.notifications.ui_1.17.2.v20200813-0821... [INFO] Fetching org.eclipse.mylyn.commons.repositories.core_1.17.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (31.53kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.commons.repositories.core_1.17.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (31.53kB) [INFO] Unpacking org.eclipse.mylyn.commons.repositories.core_1.17.2.v20200813-0821... [INFO] Fetching org.eclipse.mylyn.commons.repositories.ui_1.17.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (62.39kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.commons.repositories.ui_1.17.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (62.39kB) [INFO] Unpacking org.eclipse.mylyn.commons.repositories.ui_1.17.2.v20200813-0821... [INFO] Fetching org.eclipse.mylyn.context.core_3.25.2.v20200828-1617.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (84.8kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.context.core_3.25.2.v20200828-1617.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (84.8kB) [INFO] Unpacking org.eclipse.mylyn.context.core_3.25.2.v20200828-1617... [INFO] Fetching org.eclipse.mylyn.monitor.core_3.25.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (26.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.monitor.core_3.25.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (26.64kB) [INFO] Unpacking org.eclipse.mylyn.monitor.core_3.25.2.v20200813-0821... [INFO] Fetching org.eclipse.mylyn.context.tasks.ui_3.25.2.v20200828-1617.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (69.55kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.context.tasks.ui_3.25.2.v20200828-1617.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (69.55kB) [INFO] Unpacking org.eclipse.mylyn.context.tasks.ui_3.25.2.v20200828-1617... [INFO] Fetching org.eclipse.mylyn.context.ui_3.25.2.v20200828-1617.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (110.91kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.context.ui_3.25.2.v20200828-1617.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (110.91kB) [INFO] Unpacking org.eclipse.mylyn.context.ui_3.25.2.v20200828-1617... [INFO] Fetching org.eclipse.mylyn.monitor.ui_3.25.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (31.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.monitor.ui_3.25.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (31.68kB) [INFO] Unpacking org.eclipse.mylyn.monitor.ui_3.25.2.v20200813-0821... [INFO] Fetching org.eclipse.mylyn.resources.ui_3.25.2.v20200828-1617.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (47.2kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.resources.ui_3.25.2.v20200828-1617.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (47.2kB) [INFO] Unpacking org.eclipse.mylyn.resources.ui_3.25.2.v20200828-1617... [INFO] Fetching org.eclipse.mylyn.discovery.core_3.25.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (61.21kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.discovery.core_3.25.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (61.21kB) [INFO] Unpacking org.eclipse.mylyn.discovery.core_3.25.2.v20200813-0821... [INFO] Fetching org.eclipse.mylyn.discovery.ui_3.25.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (61.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.discovery.ui_3.25.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (61.7kB) [INFO] Unpacking org.eclipse.mylyn.discovery.ui_3.25.2.v20200813-0821... [INFO] Fetching org.eclipse.mylyn.ide.ui_3.25.2.v20200828-1617.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (23.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.ide.ui_3.25.2.v20200828-1617.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (23.14kB) [INFO] Unpacking org.eclipse.mylyn.ide.ui_3.25.2.v20200828-1617... [INFO] Fetching org.eclipse.mylyn.tasks.bugs_3.25.2.v20200814-0512.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (60.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.tasks.bugs_3.25.2.v20200814-0512.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (60.47kB) [INFO] Unpacking org.eclipse.mylyn.tasks.bugs_3.25.2.v20200814-0512... [INFO] Fetching org.eclipse.mylyn.help.ui_3.25.2.v20200814-0512.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (1.2MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.help.ui_3.25.2.v20200814-0512.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (1.2MB) [INFO] Unpacking org.eclipse.mylyn.help.ui_3.25.2.v20200814-0512... [INFO] Fetching org.eclipse.mylyn.tasks.index.core_3.25.2.v20200814-0512.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (27.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.tasks.index.core_3.25.2.v20200814-0512.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (27.16kB) [INFO] Unpacking org.eclipse.mylyn.tasks.index.core_3.25.2.v20200814-0512... [INFO] Fetching org.eclipse.mylyn.tasks.index.ui_3.25.2.v20200814-0512.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (19.33kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.tasks.index.ui_3.25.2.v20200814-0512.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (19.33kB) [INFO] Unpacking org.eclipse.mylyn.tasks.index.ui_3.25.2.v20200814-0512... [INFO] Fetching org.eclipse.mylyn.tasks.search_3.25.2.v20200814-0512.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (46.77kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.tasks.search_3.25.2.v20200814-0512.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (46.77kB) [INFO] Unpacking org.eclipse.mylyn.tasks.search_3.25.2.v20200814-0512... [INFO] Fetching org.eclipse.mylyn.team.ui_3.25.2.v20200828-1617.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (80.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.mylyn.team.ui_3.25.2.v20200828-1617.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (80.12kB) [INFO] Unpacking org.eclipse.mylyn.team.ui_3.25.2.v20200828-1617... [INFO] Fetching org.eclipse.rse_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (13.38kB) [INFO] Fetching org.eclipse.rse.connectorservice.dstore_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (68kB) [INFO] Fetching org.eclipse.rse.services_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (454.48kB) [INFO] Fetching org.eclipse.rse.services.dstore_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (346.82kB) [INFO] Fetching org.eclipse.rse.ui_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (1.64MB) [INFO] Fetching org.eclipse.rse.core_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (408.4kB) [INFO] Fetching org.eclipse.rse.connectorservice.local_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (15.71kB) [INFO] Fetching org.eclipse.rse.connectorservice.ssh_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (40.29kB) [INFO] Fetching org.eclipse.rse.services.ssh_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (61.85kB) [INFO] Fetching org.eclipse.rse.connectorservice.telnet_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (25.87kB) [INFO] Fetching org.eclipse.rse.services.telnet_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (23.93kB) [INFO] Fetching org.eclipse.rse.doc.user_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (211.97kB) [INFO] Fetching org.eclipse.rse.efs_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (33.41kB) [INFO] Fetching org.eclipse.rse.efs.ui_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (21.79kB) [INFO] Fetching org.eclipse.rse.importexport_4.5.101.201904091623.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (232.51kB) [INFO] Fetching org.eclipse.rse.files.ui_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (493.75kB) [INFO] Fetching org.eclipse.rse.processes.ui_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (74.41kB) [INFO] Fetching org.eclipse.rse.shells.ui_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (142.11kB) [INFO] Fetching org.eclipse.rse.subsystems.files.core_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (135.72kB) [INFO] Fetching org.eclipse.rse.subsystems.processes.core_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (30.49kB) [INFO] Fetching org.eclipse.rse.subsystems.processes.shell.linux_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (33.49kB) [INFO] Fetching org.eclipse.rse.subsystems.shells.core_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (68.52kB) [INFO] Fetching org.eclipse.rse.subsystems.files.dstore_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (38.4kB) [INFO] Fetching org.eclipse.rse.subsystems.processes.dstore_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (19.47kB) [INFO] Fetching org.eclipse.rse.subsystems.shells.dstore_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (21.59kB) [INFO] Fetching org.eclipse.rse.dstore.security_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (66.84kB) [INFO] Fetching org.eclipse.rse.services.files.ftp_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (42.75kB) [INFO] Fetching org.eclipse.rse.subsystems.files.ftp_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (35.53kB) [INFO] Fetching org.eclipse.rse.services.local_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (61.92kB) [INFO] Fetching org.eclipse.rse.subsystems.files.local_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (27.23kB) [INFO] Fetching org.eclipse.rse.subsystems.processes.local_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (18.96kB) [INFO] Fetching org.eclipse.rse.subsystems.shells.local_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (19.52kB) [INFO] Fetching org.eclipse.rse.subsystems.files.ssh_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (19.1kB) [INFO] Fetching org.eclipse.rse.subsystems.shells.ssh_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (19.33kB) [INFO] Fetching org.eclipse.rse.subsystems.shells.telnet_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (19.33kB) [INFO] Fetching org.eclipse.wst.common.snippets_1.2.500.v201811170421.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (92.6kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.snippets_1.2.500.v201811170421.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (92.6kB) [INFO] Unpacking org.eclipse.wst.common.snippets_1.2.500.v201811170421... [INFO] Fetching org.eclipse.wst.common.infopop_1.0.301.v202007142017.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (8.69kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.infopop_1.0.301.v202007142017.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (8.69kB) [INFO] Unpacking org.eclipse.wst.common.infopop_1.0.301.v202007142017... [INFO] Fetching org.eclipse.wst.internet.cache_1.1.0.v202011161431.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (23.24kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.internet.cache_1.1.0.v202011161431.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (23.24kB) [INFO] Unpacking org.eclipse.wst.internet.cache_1.1.0.v202011161431... [INFO] Fetching org.eclipse.wst.validation.infopop_1.0.300.v202007131715.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (9.36kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.validation.infopop_1.0.300.v202007131715.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (9.36kB) [INFO] Unpacking org.eclipse.wst.validation.infopop_1.0.300.v202007131715... [INFO] Fetching org.eclipse.wst.dtd.core_1.2.200.v202102251419.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (166.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.dtd.core_1.2.200.v202102251419.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (166.56kB) [INFO] Unpacking org.eclipse.wst.dtd.core_1.2.200.v202102251419... [INFO] Fetching org.eclipse.wst.dtd.ui_1.1.300.v202008091424.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (89.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.dtd.ui_1.1.300.v202008091424.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (89.92kB) [INFO] Unpacking org.eclipse.wst.dtd.ui_1.1.300.v202008091424... [INFO] Fetching org.eclipse.wst.dtdeditor.doc.user_1.1.0.v201903222120.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (25.97kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.dtdeditor.doc.user_1.1.0.v201903222120.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (25.97kB) [INFO] Unpacking org.eclipse.wst.dtdeditor.doc.user_1.1.0.v201903222120... [INFO] Fetching org.eclipse.wst.internet.monitor.ui_1.0.800.v202007170127.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (50.17kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.internet.monitor.ui_1.0.800.v202007170127.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (50.17kB) [INFO] Unpacking org.eclipse.wst.internet.monitor.ui_1.0.800.v202007170127... [INFO] Fetching org.eclipse.wst.jsdt.core_2.0.303.v202007221940.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (1.2MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.jsdt.core_2.0.303.v202007221940.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (1.2MB) [INFO] Unpacking org.eclipse.wst.jsdt.core_2.0.303.v202007221940... [INFO] Fetching org.eclipse.wst.jsdt.manipulation_1.0.601.v201903222047.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (21.34kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.jsdt.manipulation_1.0.601.v201903222047.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (21.34kB) [INFO] Unpacking org.eclipse.wst.jsdt.manipulation_1.0.601.v201903222047... [INFO] Fetching org.eclipse.wst.jsdt.ui_2.1.200.v202102101628.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (2.3MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.jsdt.ui_2.1.200.v202102101628.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (2.3MB) [INFO] Unpacking org.eclipse.wst.jsdt.ui_2.1.200.v202102101628... [INFO] Fetching org.eclipse.wst.jsdt.web.core_1.1.100.v202005120035.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (62.58kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.jsdt.web.core_1.1.100.v202005120035.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (62.58kB) [INFO] Unpacking org.eclipse.wst.jsdt.web.core_1.1.100.v202005120035... [INFO] Fetching org.eclipse.wst.jsdt.web.ui_1.2.201.v202101180039.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (85.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.jsdt.web.ui_1.2.201.v202101180039.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (85.07kB) [INFO] Unpacking org.eclipse.wst.jsdt.web.ui_1.2.201.v202101180039... [INFO] Fetching org.eclipse.wst.json.bower.core_1.0.0.v201901071922.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (8.13kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.json.bower.core_1.0.0.v201901071922.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (8.13kB) [INFO] Unpacking org.eclipse.wst.json.bower.core_1.0.0.v201901071922... [INFO] Fetching org.eclipse.wst.json.bower.ui_1.0.200.v201904210526.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (13.93kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.json.bower.ui_1.0.200.v201904210526.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (13.93kB) [INFO] Unpacking org.eclipse.wst.json.bower.ui_1.0.200.v201904210526... [INFO] Fetching org.eclipse.wst.json.core_1.1.0.v201901152013.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (104.97kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.json.core_1.1.0.v201901152013.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (104.97kB) [INFO] Unpacking org.eclipse.wst.json.core_1.1.0.v201901152013... [INFO] Fetching org.eclipse.wst.json.ui_1.0.500.v202101100033.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (99.6kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.json.ui_1.0.500.v202101100033.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (99.6kB) [INFO] Unpacking org.eclipse.wst.json.ui_1.0.500.v202101100033... [INFO] Fetching org.eclipse.wst.json.eslint.core_1.0.0.v201901071922.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (8.1kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.json.eslint.core_1.0.0.v201901071922.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (8.1kB) [INFO] Unpacking org.eclipse.wst.json.eslint.core_1.0.0.v201901071922... [INFO] Fetching org.eclipse.wst.json.eslint.ui_1.0.200.v201904210526.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (9.39kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.json.eslint.ui_1.0.200.v201904210526.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (9.39kB) [INFO] Unpacking org.eclipse.wst.json.eslint.ui_1.0.200.v201904210526... [INFO] Fetching org.eclipse.wst.json.jshint.core_1.0.1.v201908281850.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (8.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.json.jshint.core_1.0.1.v201908281850.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (8.12kB) [INFO] Unpacking org.eclipse.wst.json.jshint.core_1.0.1.v201908281850... [INFO] Fetching org.eclipse.wst.json.jshint.ui_1.0.200.v201904210526.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (9.39kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.json.jshint.ui_1.0.200.v201904210526.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (9.39kB) [INFO] Unpacking org.eclipse.wst.json.jshint.ui_1.0.200.v201904210526... [INFO] Fetching org.eclipse.wst.json.npm.core_1.0.0.v201901071922.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (8.1kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.json.npm.core_1.0.0.v201901071922.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (8.1kB) [INFO] Unpacking org.eclipse.wst.json.npm.core_1.0.0.v201901071922... [INFO] Fetching org.eclipse.wst.json.npm.ui_1.0.100.v201904210526.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (11.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.json.npm.ui_1.0.100.v201904210526.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (11.51kB) [INFO] Unpacking org.eclipse.wst.json.npm.ui_1.0.100.v201904210526... [INFO] Fetching org.eclipse.wst.json.schemaprocessor_1.0.200.v201901071922.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (8.93kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.json.schemaprocessor_1.0.200.v201901071922.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (8.93kB) [INFO] Unpacking org.eclipse.wst.json.schemaprocessor_1.0.200.v201901071922... [INFO] Fetching org.eclipse.wst.server.http.core_1.0.400.v202007170127.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (16.27kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.server.http.core_1.0.400.v202007170127.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (16.27kB) [INFO] Unpacking org.eclipse.wst.server.http.core_1.0.400.v202007170127... [INFO] Fetching org.eclipse.wst.server.http.ui_1.0.500.v202007170127.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (19.93kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.server.http.ui_1.0.500.v202007170127.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (19.93kB) [INFO] Unpacking org.eclipse.wst.server.http.ui_1.0.500.v202007170127... [INFO] Fetching org.eclipse.wst.server.preview_1.1.701.v202101040859.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (14.88kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.server.preview_1.1.701.v202101040859.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (14.88kB) [INFO] Unpacking org.eclipse.wst.server.preview_1.1.701.v202101040859... [INFO] Fetching org.eclipse.wst.server.preview.adapter_1.1.500.v202007170127.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (20.4kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.server.preview.adapter_1.1.500.v202007170127.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (20.4kB) [INFO] Unpacking org.eclipse.wst.server.preview.adapter_1.1.500.v202007170127... [INFO] Fetching org.eclipse.wst.server.ui.infopop_1.1.200.v201901310132.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (12.82kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.server.ui.infopop_1.1.200.v201901310132.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (12.82kB) [INFO] Unpacking org.eclipse.wst.server.ui.infopop_1.1.200.v201901310132... [INFO] Fetching org.eclipse.wst.server.ui.doc.user_1.1.600.v201901310132.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (91.69kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.server.ui.doc.user_1.1.600.v201901310132.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (91.69kB) [INFO] Unpacking org.eclipse.wst.server.ui.doc.user_1.1.600.v201901310132... [INFO] Fetching org.eclipse.wst.sse.doc.user_1.2.0.v201903222120.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (88.78kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.sse.doc.user_1.2.0.v201903222120.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (88.78kB) [INFO] Unpacking org.eclipse.wst.sse.doc.user_1.2.0.v201903222120... [INFO] Fetching org.eclipse.wst.standard.schemas_1.0.800.v201901071922.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (137.55kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.standard.schemas_1.0.800.v201901071922.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (137.55kB) [INFO] Unpacking org.eclipse.wst.standard.schemas_1.0.800.v201901071922... [INFO] Fetching org.eclipse.wst.html.ui.infopop_1.0.201.v201903222120.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (10.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.html.ui.infopop_1.0.201.v201903222120.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (10.04kB) [INFO] Unpacking org.eclipse.wst.html.ui.infopop_1.0.201.v201903222120... [INFO] Fetching org.eclipse.wst.web.ui.infopop_1.0.300.v201903222120.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (8.38kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.web.ui.infopop_1.0.300.v201903222120.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (8.38kB) [INFO] Unpacking org.eclipse.wst.web.ui.infopop_1.0.300.v201903222120... [INFO] Fetching org.eclipse.wst.doc.user_1.2.0.v201903222120.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (756.44kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.doc.user_1.2.0.v201903222120.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (756.44kB) [INFO] Unpacking org.eclipse.wst.doc.user_1.2.0.v201903222120... [INFO] Fetching org.eclipse.wst.webtools.doc.user_1.0.500.v201903222120.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (77.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.webtools.doc.user_1.0.500.v201903222120.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (77.03kB) [INFO] Unpacking org.eclipse.wst.webtools.doc.user_1.0.500.v201903222120... [INFO] Fetching org.eclipse.wst.dtd.ui.infopop_1.0.400.v201903222120.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (9.15kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.dtd.ui.infopop_1.0.400.v201903222120.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (9.15kB) [INFO] Unpacking org.eclipse.wst.dtd.ui.infopop_1.0.400.v201903222120... [INFO] Fetching org.eclipse.wst.sse.ui.infopop_1.0.300.v201903222120.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (9.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.sse.ui.infopop_1.0.300.v201903222120.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (9.19kB) [INFO] Unpacking org.eclipse.wst.sse.ui.infopop_1.0.300.v201903222120... [INFO] Fetching org.eclipse.wst.xml.ui.infopop_1.0.400.v201903222120.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (14.17kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.xml.ui.infopop_1.0.400.v201903222120.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (14.17kB) [INFO] Unpacking org.eclipse.wst.xml.ui.infopop_1.0.400.v201903222120... [INFO] Fetching org.eclipse.wst.xsd.ui_1.3.400.v202008091424.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (374.88kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.xsd.ui_1.3.400.v202008091424.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (374.88kB) [INFO] Unpacking org.eclipse.wst.xsd.ui_1.3.400.v202008091424... [INFO] Fetching org.eclipse.wst.xmleditor.doc.user_1.1.0.v201903222120.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (87.09kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.xmleditor.doc.user_1.1.0.v201903222120.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (87.09kB) [INFO] Unpacking org.eclipse.wst.xmleditor.doc.user_1.1.0.v201903222120... [INFO] Fetching org.eclipse.wst.xsdeditor.doc.user_1.0.800.v201903222120.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (74.32kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.xsdeditor.doc.user_1.0.800.v201903222120.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (74.32kB) [INFO] Unpacking org.eclipse.wst.xsdeditor.doc.user_1.0.800.v201903222120... [INFO] Fetching org.eclipse.xsd_2.18.0.v20201230-0836.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (535.3kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xsd_2.18.0.v20201230-0836.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (535.3kB) [INFO] Unpacking org.eclipse.xsd_2.18.0.v20201230-0836... [INFO] Fetching org.eclipse.xsd.edit_2.11.0.v20200723-0820.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (65.21kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xsd.edit_2.11.0.v20200723-0820.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (65.21kB) [INFO] Unpacking org.eclipse.xsd.edit_2.11.0.v20200723-0820... [INFO] Fetching com.sun.xml.bind_2.2.0.v20201118-1845.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (254.74kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.sun.xml.bind_2.2.0.v20201118-1845.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (254.74kB) [INFO] Unpacking com.sun.xml.bind_2.2.0.v20201118-1845... [INFO] Fetching org.eclipse.datatools.connectivity.oda.flatfile.ui_3.3.100.201801242337.jar from http://download.eclipse.org/datatools/updates/1.14.100-SNAPSHOT/repository/plugins/ (102.63kB) [INFO] Executing Test Runtime with timeout 9600, logs (if any) will be placed at: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/11.0.2+9/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.verification.parametrized/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.6.100.v20201223-0822/org.eclipse.equinox.launcher-1.6.100.v20201223-0822.jar, -data, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/work/data, -install, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/work, -configuration, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.platform.ide, -nouithread, -timeout, 9600000] Launching application org.eclipse.ui.ide.workbench... Running org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest 19:40:50.610 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 19:40:50.611 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 19:40:50.615 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 19:40:50.616 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 19:40:50.632 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest 19:40:50.687 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:40:50.689 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:40:50.691 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest 19:40:50.692 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 19:40:50.692 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 19:40:50.697 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 19:40:50.712 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:40:50.712 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:40:50.714 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:40:50.714 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:40:50.716 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. 19:40:50.825 INFO [WorkbenchTestable][DebugPerspective] Open perspective: 'Debug' 19:40:50.825 DEBUG [WorkbenchTestable][DebugPerspective] Trying to open perspective: 'Debug' 19:40:50.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:40:50.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:40:50.833 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:40:50.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:40:50.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:40:50.838 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") 19:40:50.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:40:50.839 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:40:50.854 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:40:50.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:40:50.854 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:40:50.881 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 19:40:50.882 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 19:40:50.882 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:40:50.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 19:40:50.996 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 19:40:50.996 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 19:40:50.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:40:50.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:40:50.999 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 19:40:50.999 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:40:50.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:40:50.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:40:50.999 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 19:40:50.999 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:40:50.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:40:50.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:40:51.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:40:51.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:40:51.000 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:40:51.002 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Debug') 19:40:51.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:40:51.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:40:51.004 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 19:40:51.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:40:51.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:40:51.005 TRACE [main][WidgetHandler] Notify Table with event 13 19:40:51.005 TRACE [main][WidgetHandler] Wait for synchronization 19:40:51.006 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:40:51.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:40:51.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:40:51.007 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 19:40:51.007 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:40:51.007 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:40:51.008 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:40:51.009 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:40:51.010 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:40:51.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:40:51.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:40:51.013 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 19:40:51.013 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:40:51.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:40:51.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:40:51.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:40:51.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:40:51.015 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:40:51.017 INFO [WorkbenchTestable][AbstractButton] Click button &Open 19:40:51.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:40:51.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:40:51.018 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:40:51.018 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:40:51.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:40:51.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:40:51.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 19:40:51.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:40:51.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:40:51.713 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:40:51.715 DEBUG [main][MenuItemLookup] Found menu:'File' 19:40:51.715 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:40:51.715 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:40:51.715 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:40:51.715 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:40:51.715 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:40:51.715 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:40:51.715 DEBUG [main][MenuItemLookup] Item match:Window 19:40:51.718 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:40:51.718 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:40:51.718 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:40:51.718 DEBUG [main][MenuItemLookup] Found menu:'' 19:40:51.718 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:40:51.718 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:40:51.718 DEBUG [main][MenuItemLookup] Found menu:'' 19:40:51.718 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 19:40:51.718 DEBUG [main][MenuItemLookup] Found menu:'' 19:40:51.718 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 19:40:51.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:40:51.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:40:51.719 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:40:51.719 DEBUG [main][MenuItemLookup] Found menu:'File' 19:40:51.719 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:40:51.719 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:40:51.719 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:40:51.719 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:40:51.719 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:40:51.719 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:40:51.719 DEBUG [main][MenuItemLookup] Item match:Window 19:40:51.719 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:40:51.720 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:40:51.720 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:40:51.720 DEBUG [main][MenuItemLookup] Found menu:'' 19:40:51.720 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:40:51.720 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:40:51.720 DEBUG [main][MenuItemLookup] Item match:Perspective 19:40:51.722 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 19:40:51.722 DEBUG [main][MenuItemLookup] Found menu:'' 19:40:51.722 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 19:40:51.722 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 19:40:51.722 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 19:40:51.723 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 19:40:51.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 19:40:51.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:40:51.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:40:51.725 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:40:51.725 DEBUG [main][MenuItemLookup] Found menu:'File' 19:40:51.725 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:40:51.726 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:40:51.726 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:40:51.726 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:40:51.726 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:40:51.726 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:40:51.726 DEBUG [main][MenuItemLookup] Item match:Window 19:40:51.726 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:40:51.726 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:40:51.726 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:40:51.726 DEBUG [main][MenuItemLookup] Found menu:'' 19:40:51.726 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:40:51.726 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:40:51.726 DEBUG [main][MenuItemLookup] Found menu:'' 19:40:51.726 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 19:40:51.727 DEBUG [main][MenuItemLookup] Found menu:'' 19:40:51.727 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 19:40:51.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:40:51.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:40:51.727 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:40:51.727 DEBUG [main][MenuItemLookup] Found menu:'File' 19:40:51.727 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:40:51.727 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:40:51.727 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:40:51.727 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:40:51.727 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:40:51.727 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:40:51.728 DEBUG [main][MenuItemLookup] Item match:Window 19:40:51.728 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:40:51.728 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:40:51.728 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:40:51.728 DEBUG [main][MenuItemLookup] Found menu:'' 19:40:51.728 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:40:51.728 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:40:51.728 DEBUG [main][MenuItemLookup] Item match:Perspective 19:40:51.729 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 19:40:51.729 DEBUG [main][MenuItemLookup] Found menu:'' 19:40:51.729 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 19:40:51.729 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 19:40:51.729 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 19:40:51.729 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 19:40:51.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:40:51.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:40:51.729 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:40:51.730 DEBUG [main][MenuItemLookup] Found menu:'File' 19:40:51.730 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:40:51.730 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:40:51.730 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:40:51.730 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:40:51.730 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:40:51.730 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:40:51.730 DEBUG [main][MenuItemLookup] Item match:Window 19:40:51.730 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:40:51.730 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:40:51.730 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:40:51.730 DEBUG [main][MenuItemLookup] Found menu:'' 19:40:51.731 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:40:51.731 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:40:51.731 DEBUG [main][MenuItemLookup] Found menu:'' 19:40:51.731 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 19:40:51.731 DEBUG [main][MenuItemLookup] Found menu:'' 19:40:51.731 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 19:40:51.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:40:51.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:40:51.731 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:40:51.731 DEBUG [main][MenuItemLookup] Found menu:'File' 19:40:51.731 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:40:51.731 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:40:51.732 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:40:51.732 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:40:51.732 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:40:51.732 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:40:51.732 DEBUG [main][MenuItemLookup] Item match:Window 19:40:51.732 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:40:51.732 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:40:51.732 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:40:51.732 DEBUG [main][MenuItemLookup] Found menu:'' 19:40:51.732 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:40:51.732 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:40:51.732 DEBUG [main][MenuItemLookup] Item match:Perspective 19:40:51.733 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 19:40:51.733 DEBUG [main][MenuItemLookup] Found menu:'' 19:40:51.733 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 19:40:51.733 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 19:40:51.733 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 19:40:51.733 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 19:40:51.734 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 19:40:51.734 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 19:40:51.735 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 19:40:51.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 19:40:51.794 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 19:40:51.794 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 19:40:51.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:40:51.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:40:51.794 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:40:51.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:40:51.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:40:51.795 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 19:40:51.795 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:40:51.795 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:40:51.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:40:51.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 "Reset Perspective") 19:40:51.797 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:40:51.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:40:51.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:40:51.797 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 19:40:51.797 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:40:51.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:40:51.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:40:51.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:40:51.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:40:51.798 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:40:51.798 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 19:40:51.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:40:51.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:40:51.799 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:40:51.799 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:40:52.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:40:52.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:40:52.026 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 19:40:52.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:40:52.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:40:52.029 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:40:52.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:40:52.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:40:52.029 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:40:52.030 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:40:52.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:40:52.030 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:40:52.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:40:52.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:40:52.088 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:40:52.089 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:40:52.090 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:40:52.114 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:40:52.115 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:40:52.116 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:40:52.116 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:40:52.116 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:40:52.117 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:40:52.118 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:40:52.118 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:40:52.119 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:40:52.119 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:40:52.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:40:52.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:40:52.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:40:52.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:40:52.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:40:53.121 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:40:53.122 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:40:53.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:40:53.122 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:40:53.123 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:40:53.123 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:40:53.123 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:40:53.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 19:40:53.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:40:53.126 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:40:53.126 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:40:53.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:40:53.126 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:40:53.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:40:53.134 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:40:53.135 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:40:53.135 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:40:53.135 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 19:40:53.135 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:40:53.136 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:40:53.136 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:40:53.136 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:40:53.136 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:40:53.136 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:40:53.137 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:40:53.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 Maven Project"] 19:40:53.137 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:40:53.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:40:53.137 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:40:53.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:40:53.138 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:40:53.138 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:40:53.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:40:53.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:40:53.139 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:40:53.140 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:40:53.140 DEBUG [main][MenuItemLookup] Found menu:'File' 19:40:53.140 DEBUG [main][MenuItemLookup] Item match:File 19:40:53.142 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:40:53.142 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:40:53.143 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:40:53.144 DEBUG [main][MenuItemLookup] Found menu:'' 19:40:53.144 DEBUG [main][MenuItemLookup] Found menu:'Example...' 19:40:53.144 DEBUG [main][MenuItemLookup] Found menu:'' 19:40:53.144 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:40:53.144 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:40:53.144 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:40:53.144 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:40:53.144 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:40:53.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 'New|Select a wizard'] is available.... 19:40:53.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 'New|Select a wizard'] is available. finished successfully 19:40:53.238 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:40:53.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:40:53.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:40:53.239 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:40:53.239 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:40:53.242 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 19:40:53.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:40:53.242 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:40:53.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:40:53.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:40:53.243 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:40:53.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:40:53.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:40:53.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 19:40:53.249 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 19:40:53.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:40:53.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:40:53.753 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 19:40:53.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 19:40:53.755 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 19:40:53.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:40:53.755 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 19:40:53.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:40:53.755 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 19:40:53.756 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Maven Project 19:40:53.756 DEBUG [main][TreeItemHandler] Selecting tree item: Maven Project 19:40:53.757 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Maven Project about selection 19:40:53.759 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Maven Project 19:40:53.759 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:40:53.759 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:40:53.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) 19:40:53.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:40:53.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:40:53.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:40:53.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:40:53.761 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:40:53.762 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:40:53.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:40:53.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:40:53.762 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:40:53.762 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 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. 19:40:54.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:40:54.332 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:40:54.332 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:40:54.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Maven Project"] is available.... 19:40:54.333 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 19:40:54.333 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Maven Project 19:40:54.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:40:54.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:40:54.333 TRACE [WorkbenchTestable][MavenProjectWizard] Shell New Maven Project is not null and is not disposed 19:40:54.333 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:40:54.333 TRACE [WorkbenchTestable][MavenProjectWizard] Shell New Maven Project is not null and is not disposed 19:40:54.333 INFO [WorkbenchTestable][MavenProjectWizard] Go to next wizard page 19:40:54.334 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) 19:40:54.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:40:54.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:40:54.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:40:54.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:40:54.335 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:40:54.336 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:40:54.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:40:54.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:40:54.336 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:40:54.336 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:40:54.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 19:40:54.391 DEBUG [WorkbenchTestable][JobIsRunning] job 'Retrieving archetypes:' has no excuses, wait for it 19:40:54.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running finished successfully 19:40:54.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:40:54.391 DEBUG [WorkbenchTestable][JobIsRunning] job 'Retrieving archetypes:' has no excuses, wait for it 19:40:54.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Retrieving archetypes:' has no excuses, wait for it 19:40:55.391 DEBUG [WorkbenchTestable][JobIsRunning] job 'Retrieving archetypes:' has no excuses, wait for it 19:40:55.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Retrieving archetypes:' has no excuses, wait for it 19:40:56.392 DEBUG [WorkbenchTestable][JobIsRunning] job 'Retrieving archetypes:' has no excuses, wait for it 19:40:56.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Retrieving archetypes:' has no excuses, wait for it 19:40:57.392 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is not listed in considered jobs, ignore it 19:40:57.392 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is not listed in considered jobs, ignore it 19:40:57.392 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is not listed in considered jobs, ignore it 19:40:57.392 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is not listed in considered jobs, ignore it 19:40:57.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:40:57.394 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 19:40:57.394 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:40:57.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:40:57.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:40:57.452 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Maven Project" as the parent 19:40:57.452 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:40:57.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:40:57.452 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:40:57.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:40:57.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:40:57.453 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:40:57.453 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:40:57.454 INFO [WorkbenchTestable][AbstractText] Text set to: org.apache.maven 19:40:57.524 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.MavenProjectWizardArchetypePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widget which text matches: "&Show the last version of Archetype only") 19:40:57.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:40:57.524 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:40:57.525 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:40:57.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:40:57.525 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:40:57.526 INFO [WorkbenchTestable][CheckBox] Select checkbox &Show the last version of Archetype only 19:40:57.527 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox &Show the last version of Archetype only 19:40:57.527 INFO [WorkbenchTestable][AbstractButton] Click button &Show the last version of Archetype only 19:40:57.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:40:57.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:40:57.527 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:40:57.527 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:40:57.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:40:57.551 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is not listed in considered jobs, ignore it 19:40:57.552 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is not listed in considered jobs, ignore it 19:40:57.552 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is not listed in considered jobs, ignore it 19:40:57.552 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is not listed in considered jobs, ignore it 19:40:57.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:40:57.552 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 19:40:57.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:40:57.552 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:40:57.553 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:40:57.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:40:57.553 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:40:57.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:40:57.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:40:57.557 TRACE [main][WidgetHandler] Notify Table with event 13 19:40:57.557 TRACE [main][WidgetHandler] Wait for synchronization 19:40:57.558 TRACE [WorkbenchTestable][MavenProjectWizard] Shell New Maven Project is not null and is not disposed 19:40:57.558 INFO [WorkbenchTestable][MavenProjectWizard] Go to next wizard page 19:40:57.558 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) 19:40:57.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:40:57.558 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:40:57.583 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:40:57.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:40:57.583 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:40:57.583 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:40:57.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:40:57.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:40:57.583 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:40:57.583 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:40:57.592 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:") 19:40:57.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:40:57.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:40:57.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:40:57.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:40:57.634 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 19:40:57.635 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:com.example 19:40:57.688 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:") 19:40:57.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:40:57.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:40:57.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:40:57.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:40:57.711 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 19:40:57.711 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:debugger 19:40:57.717 TRACE [WorkbenchTestable][MavenProjectWizard] Shell New Maven Project is not null and is not disposed 19:40:57.718 INFO [WorkbenchTestable][MavenProjectWizard] Finish wizard 19:40:57.718 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) 19:40:57.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:40:57.718 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:40:57.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:40:57.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:40:57.728 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:40:57.729 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:40:57.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:40:57.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:40:57.729 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:40:57.729 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:40:57.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:40:57.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:40:57.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:40:57.835 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.verification.parametrized/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.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/work/data/debugger 19:40:58.335 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 19:40:58.835 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 19:40:59.335 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 19:40:59.835 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 19:41:00.336 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 19:41:00.836 DEBUG [WorkbenchTestable][JobIsRunning] job 'EAR Libraries Update Job' is a system job, skipped 19:41:00.836 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph Update' is a system job, skipped 19:41:00.836 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 19:41:00.836 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:41:00.836 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 19:41:00.836 DEBUG [WorkbenchTestable][JobIsRunning] job 'Scanning for Tasks' is a system job, skipped 19:41:00.836 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:41:00.836 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:41:00.836 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:41:00.837 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:41:00.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:41:00.837 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:41:00.839 INFO [WorkbenchTestable][RequirementsRunner] Started test: debugWithFirstBreakpointTest no-configuration(org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest) 19:41:00.839 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest 19:41:00.839 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 19:41:00.841 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:41:00.841 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:41:00.841 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:41:00.843 INFO [WorkbenchTestable][AbstractView] Removing all breakpoints from Breakpoints view 19:41:00.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:00.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:00.845 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 19:41:00.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:00.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:00.847 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:41:00.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:41:00.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:41:00.847 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:41:00.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 '\*?\QBreakpoints\E') 19:41:00.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:00.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:00.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:00.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:00.850 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:41:00.850 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 19:41:00.850 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 19:41:01.027 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:41:01.027 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:41:01.084 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") 19:41:01.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:01.084 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:01.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:01.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:01.085 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:41:01.086 INFO [WorkbenchTestable][AbstractView] Importing breakpoints from '/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/debug/core/AppTest.bkpt' 19:41:01.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:01.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:01.089 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 19:41:01.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:01.093 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:01.093 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:41:01.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:41:01.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:41:01.112 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:41:01.112 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:41:01.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:01.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:01.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:01.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:01.114 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:41:01.114 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 19:41:01.114 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 19:41:01.115 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:41:01.115 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:41:01.115 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:41:01.115 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:41:01.122 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 19:41:01.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:01.122 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:01.123 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:01.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:01.123 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:41:01.124 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:41:01.124 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:41:01.310 DEBUG [main][MenuItemLookup] Found menu:'Go to File' 19:41:01.310 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:01.310 DEBUG [main][MenuItemLookup] Found menu:'Enable' 19:41:01.310 DEBUG [main][MenuItemLookup] Found menu:'Disable' 19:41:01.310 DEBUG [main][MenuItemLookup] Found menu:'Disable All' 19:41:01.310 DEBUG [main][MenuItemLookup] Found menu:'Remove' 19:41:01.310 DEBUG [main][MenuItemLookup] Found menu:'Remove All Triggers' 19:41:01.310 DEBUG [main][MenuItemLookup] Found menu:'Remove All' 19:41:01.310 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 19:41:01.310 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:41:01.310 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:41:01.310 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:01.310 DEBUG [main][MenuItemLookup] Found menu:'Import Breakpoints...' 19:41:01.310 DEBUG [main][MenuItemLookup] Item match:Import Breakpoints... 19:41:01.310 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"I&mport Breakpoints..." 19:41:01.310 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import Breakpoints... 19:41:01.311 INFO [main][MenuItemHandler] Select menu item: I&mport Breakpoints... 19:41:01.488 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.... 19:41:01.488 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:41:01.488 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:41:01.488 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 19:41:01.489 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Breakpoints 19:41:01.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:41:01.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:41:01.490 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Breakpoints 19:41:01.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:41:01.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:41:01.490 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:") 19:41:01.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:01.491 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:01.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:01.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:01.492 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:41:01.492 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:41:01.493 INFO [WorkbenchTestable][AbstractText] Text set to: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/debug/core/AppTest.bkpt 19:41:01.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 19:41:01.497 TRACE [WorkbenchTestable][WizardDialog] Shell Import Breakpoints is not null and is not disposed 19:41:01.497 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) 19:41:01.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:01.498 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:01.499 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:01.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:01.499 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:41:01.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 19:41:01.500 TRACE [WorkbenchTestable][WizardDialog] Shell Import Breakpoints is not null and is not disposed 19:41:01.501 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) 19:41:01.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:01.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:01.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:01.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:01.503 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:41:01.503 TRACE [WorkbenchTestable][WizardDialog] Shell Import Breakpoints is not null and is not disposed 19:41:01.503 INFO [WorkbenchTestable][WizardDialog] Finish wizard 19:41:01.503 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) 19:41:01.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:01.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:01.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:01.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:01.504 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:41:01.504 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:41:01.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:41:01.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:41:01.504 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:41:01.504 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:41:02.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:41:02.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:41:02.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:41:02.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Label Job' is a system job, skipped 19:41:02.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 19:41:02.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 19:41:02.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Scanning for Tasks' is a system job, skipped 19:41:02.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 19:41:02.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:41:02.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:41:02.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:41:02.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:41:02.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:41:02.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:41:02.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:41:02.287 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 19:41:02.292 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 19:41:02.292 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 19:41:02.296 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:41:02.296 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:41:02.296 INFO [WorkbenchTestable][AbstractView] Accessing breakpoints in Breakpoints view 19:41:02.296 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 19:41:02.296 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 19:41:02.296 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 19:41:02.297 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:41:02.297 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:41:02.297 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 19:41:03.298 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 19:41:03.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:03.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:03.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:03.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:03.299 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:41:03.299 DEBUG [WorkbenchTestable][AbstractView] found: AppTest [line: 28] - suite() 19:41:03.300 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 19:41:03.300 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 19:41:03.301 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 19:41:03.302 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:41:03.302 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:41:03.302 INFO [WorkbenchTestable][AbstractView] Accessing breakpoints in Breakpoints view 19:41:03.302 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 19:41:03.302 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 19:41:03.302 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 19:41:03.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:41:03.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:41:03.303 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 19:41:04.303 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 19:41:04.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:04.304 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:04.304 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:04.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:04.305 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:41:04.305 DEBUG [WorkbenchTestable][AbstractView] found: AppTest [line: 28] - suite() 19:41:04.305 DEBUG [WorkbenchTestable][AbstractView] found: AppTest [line: 36] - testApp() 19:41:04.305 INFO [WorkbenchTestable][AbstractView] Accessing breakpoints in Breakpoints view 19:41:04.305 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 19:41:04.306 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 19:41:04.306 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 19:41:04.306 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:41:04.307 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:41:04.307 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 19:41:05.307 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 19:41:05.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:05.308 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:05.308 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:05.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:05.309 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:41:05.309 DEBUG [WorkbenchTestable][AbstractView] found: AppTest [line: 28] - suite() 19:41:05.309 DEBUG [WorkbenchTestable][AbstractView] found: AppTest [line: 36] - testApp() 19:41:05.309 DEBUG [WorkbenchTestable][Breakpoint] Performing 'Remove' on breakpoint: AppTest [line: 36] - testApp() 19:41:05.309 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item AppTest [line: 36] - testApp() 19:41:05.309 DEBUG [main][TreeItemHandler] Selecting tree item: AppTest [line: 36] - testApp() 19:41:05.309 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item AppTest [line: 36] - testApp() about selection 19:41:05.311 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: AppTest [line: 36] - testApp() 19:41:05.316 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:41:05.316 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:41:05.357 DEBUG [main][MenuItemLookup] Found menu:'Go to File' 19:41:05.357 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:05.357 DEBUG [main][MenuItemLookup] Found menu:'Suspend VM' 19:41:05.357 DEBUG [main][MenuItemLookup] Found menu:'Hit Count...' 19:41:05.357 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:05.357 DEBUG [main][MenuItemLookup] Found menu:'Enable' 19:41:05.357 DEBUG [main][MenuItemLookup] Found menu:'Disable' 19:41:05.357 DEBUG [main][MenuItemLookup] Found menu:'Disable All' 19:41:05.357 DEBUG [main][MenuItemLookup] Found menu:'Remove' 19:41:05.357 DEBUG [main][MenuItemLookup] Item match:Remove 19:41:05.358 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Rem&ove" 19:41:05.358 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Remove 19:41:05.358 INFO [main][MenuItemHandler] Select menu item: Rem&ove 19:41:05.364 DEBUG [WorkbenchTestable][Breakpoint] Operation 'Remove' was performed 19:41:05.364 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 19:41:05.366 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 19:41:05.366 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 19:41:05.367 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:41:05.367 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:41:05.367 INFO [WorkbenchTestable][AbstractView] Accessing breakpoints in Breakpoints view 19:41:05.367 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 19:41:05.367 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 19:41:05.367 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 19:41:05.368 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:41:05.368 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:41:05.368 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 19:41:06.368 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 19:41:06.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:06.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:06.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:06.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:06.369 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:41:06.369 DEBUG [WorkbenchTestable][AbstractView] found: AppTest [line: 28] - suite() 19:41:06.369 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 19:41:06.369 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:41:06.369 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:41:06.387 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:41:06.387 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:41:06.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:06.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:06.389 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:41:06.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:41:06.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:41:06.389 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:41:06.389 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:41:06.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:06.389 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:06.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:06.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:06.390 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:41:06.390 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:41:06.390 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:41:06.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:41:06.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:41:06.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:41:06.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:41:06.392 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:41:06.392 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:41:06.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:41:06.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:41:06.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:06.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:06.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:41:06.893 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:06.894 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:41:07.394 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:07.395 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:41:07.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:41:07.395 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:41:07.395 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:41:07.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:41:07.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:41:07.396 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:41:07.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:07.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:07.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:07.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:07.397 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:41:07.398 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name debugger 19:41:07.404 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 19:41:07.404 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src/test/java of tree item debugger 19:41:07.405 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item debugger 19:41:07.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:41:07.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:41:07.905 INFO [WorkbenchTestable][TreeItemHandler] Expanded: debugger 19:41:07.907 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item com.example.debugger of tree item src/test/java 19:41:07.907 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src/test/java 19:41:07.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:41:08.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:41:08.408 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src/test/java 19:41:08.409 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item AppTest.java of tree item com.example.debugger 19:41:08.409 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item com.example.debugger 19:41:08.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:41:08.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:41:08.910 INFO [WorkbenchTestable][TreeItemHandler] Expanded: com.example.debugger 19:41:08.911 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item AppTest.java 19:41:08.911 DEBUG [main][TreeItemHandler] Selecting tree item: AppTest.java 19:41:08.911 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item AppTest.java about selection 19:41:08.953 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: AppTest.java 19:41:08.964 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:41:08.964 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:41:09.248 DEBUG [main][MenuItemLookup] Found menu:'New' 19:41:09.249 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:09.249 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 19:41:09.249 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:41:09.249 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 19:41:09.249 DEBUG [main][MenuItemLookup] Found menu:'Open With' 19:41:09.249 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:09.249 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:41:09.249 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:41:09.249 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:41:09.249 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:41:09.249 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 19:41:09.249 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 19:41:09.249 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 19:41:09.249 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 19:41:09.249 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:09.249 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:41:09.249 DEBUG [main][MenuItemLookup] Found menu:'Export...' 19:41:09.249 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:09.249 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:41:09.249 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:09.249 DEBUG [main][MenuItemLookup] Found menu:'References' 19:41:09.249 DEBUG [main][MenuItemLookup] Found menu:'Declarations' 19:41:09.249 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:09.249 DEBUG [main][MenuItemLookup] Found menu:'Run As' 19:41:09.249 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 19:41:09.249 DEBUG [main][MenuItemLookup] Item match:Debug As 19:41:09.340 DEBUG [main][MenuItemLookup] Found menu:'1 Debug on Server Shift+Alt+D R' 19:41:09.340 DEBUG [main][MenuItemLookup] Found menu:'2 JUnit Test Shift+Alt+D T' 19:41:09.340 DEBUG [main][MenuItemLookup] Item match:2 JUnit Test Shift+Alt+D T 19:41:09.341 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&2 JUnit Test Shift+Alt+D T" 19:41:09.341 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 2 JUnit Test Shift+Alt+D T 19:41:09.341 INFO [main][MenuItemHandler] Select menu item: &2 JUnit Test Shift+Alt+D T 19:41:09.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Debugger didn't suspend... 19:41:09.406 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:41:09.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:41:09.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:41:09.406 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:41:09.406 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.*') 19:41:09.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:09.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:09.420 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:09.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:09.420 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:41:10.807 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 19:41:11.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Debugger didn't suspend finished successfully 19:41:11.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:11.808 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:11.808 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QDebug\E'' is already open. Activate. 19:41:11.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:11.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:11.809 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 19:41:11.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:41:11.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:41:11.810 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 19:41:11.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 '\*?\QDebug\E') 19:41:11.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:11.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:11.810 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:11.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:11.810 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:41:11.811 INFO [WorkbenchTestable][AbstractView] Activate view Debug 19:41:11.811 INFO [WorkbenchTestable][AbstractCTabItem] Activate Debug 19:41:11.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:41:11.812 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 19:41:11.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:41:11.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:41:11.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 19:41:11.813 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:41:11.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:41:11.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:41:11.814 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Debug"as the parent 19:41:11.814 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:41:11.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:11.814 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:11.814 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:11.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:11.814 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:41:11.815 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 19:41:11.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:41:11.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:41:11.816 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 19:41:11.816 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.*') 19:41:11.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:11.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:11.838 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:11.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:11.838 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:41:11.839 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Resu&me (F8) 19:41:11.839 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 19:41:11.839 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:41:11.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tool item with tooltip 'Terminate' is still enabled... 19:41:11.850 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 19:41:11.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:41:11.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:41:11.945 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 19:41:11.947 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.*') 19:41:11.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:11.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:11.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:11.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:11.958 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:41:12.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tool item with tooltip 'Terminate' is still enabled finished successfully 19:41:12.459 INFO [WorkbenchTestable][AbstractView] Removing all breakpoints from Breakpoints view 19:41:12.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:12.463 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:12.463 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 19:41:12.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:12.467 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:12.467 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 19:41:12.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:41:12.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:41:12.468 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 19:41:12.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 '\*?\QBreakpoints\E') 19:41:12.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:12.468 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:12.472 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:12.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:12.472 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:41:12.472 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 19:41:12.472 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 19:41:12.502 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:41:12.502 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:41:12.503 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") 19:41:12.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:12.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:12.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:12.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:12.503 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:41:12.503 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove All Breakpoints 19:41:12.503 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 19:41:12.503 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:41:12.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Remove All Breakpoints"] is available.... 19:41:12.536 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 19:41:12.536 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Remove All Breakpoints 19:41:12.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:41:12.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:41:12.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:12.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:12.537 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 19:41:12.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:41:12.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:41:12.537 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:41:12.537 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:41:12.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:41:12.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:41:12.607 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest 19:41:12.607 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:41:12.609 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:41:12.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:41:12.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:41:12.611 INFO [WorkbenchTestable][RequirementsRunner] Finished test: debugWithFirstBreakpointTest no-configuration(org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest) 19:41:12.611 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:41:12.612 INFO [WorkbenchTestable][RequirementsRunner] Started test: debugWithSecondBreakpointTest no-configuration(org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest) 19:41:12.612 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest 19:41:12.612 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:41:12.612 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:41:12.612 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:41:12.612 INFO [WorkbenchTestable][AbstractView] Removing all breakpoints from Breakpoints view 19:41:12.612 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:12.618 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:12.618 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 19:41:12.618 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:12.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:12.621 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 19:41:12.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:41:12.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:41:12.626 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 19:41:12.626 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:41:12.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:12.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:12.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:12.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:12.629 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:41:12.629 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 19:41:12.629 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 19:41:12.630 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:41:12.630 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 19:41:12.630 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:41:12.630 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:41:12.650 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") 19:41:12.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:12.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:12.651 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:12.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:12.651 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:41:12.651 INFO [WorkbenchTestable][AbstractView] Importing breakpoints from '/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/debug/core/AppTest.bkpt' 19:41:12.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:12.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:12.654 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 19:41:12.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:12.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:12.685 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 19:41:12.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:41:12.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:41:12.690 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 19:41:12.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 '\*?\QBreakpoints\E') 19:41:12.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:12.690 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:12.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:12.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:12.693 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:41:12.693 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 19:41:12.693 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 19:41:12.694 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:41:12.694 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 19:41:12.694 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:41:12.694 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:41:12.713 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 19:41:12.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:12.714 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:12.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:12.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:12.714 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:41:12.714 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:41:12.714 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:41:12.736 DEBUG [main][MenuItemLookup] Found menu:'Go to File' 19:41:12.737 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:12.737 DEBUG [main][MenuItemLookup] Found menu:'Enable' 19:41:12.737 DEBUG [main][MenuItemLookup] Found menu:'Disable' 19:41:12.737 DEBUG [main][MenuItemLookup] Found menu:'Disable All' 19:41:12.737 DEBUG [main][MenuItemLookup] Found menu:'Remove' 19:41:12.737 DEBUG [main][MenuItemLookup] Found menu:'Remove All Triggers' 19:41:12.737 DEBUG [main][MenuItemLookup] Found menu:'Remove All' 19:41:12.737 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 19:41:12.737 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:41:12.737 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:41:12.737 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:12.737 DEBUG [main][MenuItemLookup] Found menu:'Import Breakpoints...' 19:41:12.737 DEBUG [main][MenuItemLookup] Item match:Import Breakpoints... 19:41:12.737 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"I&mport Breakpoints..." 19:41:12.737 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import Breakpoints... 19:41:12.737 INFO [main][MenuItemHandler] Select menu item: I&mport Breakpoints... 19:41:12.818 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.... 19:41:12.819 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:41:12.819 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:41:12.819 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 19:41:12.819 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Breakpoints 19:41:12.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:41:12.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:41:12.820 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Breakpoints 19:41:12.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:41:12.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:41:12.821 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:") 19:41:12.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:12.821 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:12.822 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:12.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:12.822 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:41:12.822 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:41:12.823 INFO [WorkbenchTestable][AbstractText] Text set to: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/debug/core/AppTest.bkpt 19:41:12.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 19:41:12.823 TRACE [WorkbenchTestable][WizardDialog] Shell Import Breakpoints is not null and is not disposed 19:41:12.823 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) 19:41:12.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:12.823 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:12.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:12.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:12.824 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:41:12.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 19:41:12.825 TRACE [WorkbenchTestable][WizardDialog] Shell Import Breakpoints is not null and is not disposed 19:41:12.825 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) 19:41:12.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:12.825 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:12.826 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:12.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:12.826 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:41:12.826 TRACE [WorkbenchTestable][WizardDialog] Shell Import Breakpoints is not null and is not disposed 19:41:12.826 INFO [WorkbenchTestable][WizardDialog] Finish wizard 19:41:12.827 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) 19:41:12.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:12.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:12.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:12.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:12.827 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:41:12.827 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:41:12.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:41:12.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:41:12.828 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:41:12.828 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:41:13.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:41:13.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:41:13.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:41:13.018 DEBUG [WorkbenchTestable][JobIsRunning] job 'Label Job' is a system job, skipped 19:41:13.018 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 19:41:13.018 DEBUG [WorkbenchTestable][JobIsRunning] job 'EAR Libraries Update Job' is a system job, skipped 19:41:13.018 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 19:41:13.018 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 19:41:13.018 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:41:13.018 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:41:13.018 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:41:13.018 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:41:13.018 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:41:13.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:41:13.018 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 19:41:13.019 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 19:41:13.019 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 19:41:13.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:41:13.023 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:41:13.026 INFO [WorkbenchTestable][AbstractView] Accessing breakpoints in Breakpoints view 19:41:13.026 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 19:41:13.026 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 19:41:13.026 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 19:41:13.027 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:41:13.027 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:41:13.027 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 19:41:14.027 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 19:41:14.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:14.028 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:14.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:14.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:14.028 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:41:14.028 DEBUG [WorkbenchTestable][AbstractView] found: AppTest [line: 28] - suite() 19:41:14.028 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 19:41:14.028 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 19:41:14.028 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 19:41:14.029 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:41:14.029 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:41:14.029 INFO [WorkbenchTestable][AbstractView] Accessing breakpoints in Breakpoints view 19:41:14.029 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 19:41:14.029 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 19:41:14.029 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 19:41:14.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:41:14.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:41:14.030 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 19:41:15.031 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 19:41:15.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:15.031 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:15.031 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:15.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:15.031 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:41:15.032 DEBUG [WorkbenchTestable][AbstractView] found: AppTest [line: 28] - suite() 19:41:15.032 DEBUG [WorkbenchTestable][AbstractView] found: AppTest [line: 36] - testApp() 19:41:15.032 INFO [WorkbenchTestable][AbstractView] Accessing breakpoints in Breakpoints view 19:41:15.032 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 19:41:15.032 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 19:41:15.032 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 19:41:15.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:41:15.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:41:15.033 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 19:41:16.033 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 19:41:16.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:16.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:16.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:16.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:16.035 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:41:16.035 DEBUG [WorkbenchTestable][AbstractView] found: AppTest [line: 28] - suite() 19:41:16.035 DEBUG [WorkbenchTestable][Breakpoint] Performing 'Disable' on breakpoint: AppTest [line: 28] - suite() 19:41:16.035 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item AppTest [line: 28] - suite() 19:41:16.035 DEBUG [main][TreeItemHandler] Selecting tree item: AppTest [line: 28] - suite() 19:41:16.035 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item AppTest [line: 28] - suite() about selection 19:41:16.037 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: AppTest [line: 28] - suite() 19:41:16.039 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:41:16.039 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:41:16.065 DEBUG [main][MenuItemLookup] Found menu:'Go to File' 19:41:16.065 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:16.065 DEBUG [main][MenuItemLookup] Found menu:'Suspend VM' 19:41:16.065 DEBUG [main][MenuItemLookup] Found menu:'Hit Count...' 19:41:16.065 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:16.065 DEBUG [main][MenuItemLookup] Found menu:'Enable' 19:41:16.065 DEBUG [main][MenuItemLookup] Found menu:'Disable' 19:41:16.065 DEBUG [main][MenuItemLookup] Item match:Disable 19:41:16.065 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Disable" 19:41:16.065 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Disable 19:41:16.065 INFO [main][MenuItemHandler] Select menu item: &Disable 19:41:16.067 DEBUG [WorkbenchTestable][Breakpoint] Operation 'Disable' was performed 19:41:16.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 19:41:16.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 19:41:16.568 DEBUG [WorkbenchTestable][Breakpoint] Checking operation 'Disable' on breakpoint:AppTest [line: 28] - suite() 19:41:16.568 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item AppTest [line: 28] - suite() 19:41:16.569 DEBUG [main][TreeItemHandler] Selecting tree item: AppTest [line: 28] - suite() 19:41:16.569 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item AppTest [line: 28] - suite() about selection 19:41:16.570 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: AppTest [line: 28] - suite() 19:41:16.573 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:41:16.573 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:41:16.594 DEBUG [main][MenuItemLookup] Found menu:'Go to File' 19:41:16.594 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:16.594 DEBUG [main][MenuItemLookup] Found menu:'Suspend VM' 19:41:16.594 DEBUG [main][MenuItemLookup] Found menu:'Hit Count...' 19:41:16.594 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:16.594 DEBUG [main][MenuItemLookup] Found menu:'Enable' 19:41:16.594 DEBUG [main][MenuItemLookup] Found menu:'Disable' 19:41:16.594 DEBUG [main][MenuItemLookup] Item match:Disable 19:41:16.594 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 19:41:16.594 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:41:16.595 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:41:16.609 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:41:16.609 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:41:16.609 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:16.622 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:16.622 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 19:41:16.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:41:16.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:41:16.623 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 19:41:16.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 '\*?\QProject Explorer\E') 19:41:16.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:16.623 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:16.624 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:16.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:16.624 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:41:16.624 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:41:16.624 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:41:16.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:41:16.625 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 19:41:16.625 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:41:16.625 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:41:16.645 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:41:16.645 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:41:16.646 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:41:16.646 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:41:16.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:16.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:16.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:41:17.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:17.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:41:17.648 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:17.648 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:41:17.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:41:17.649 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:41:17.649 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:41:17.649 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:41:17.649 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:41:17.649 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:41:17.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:17.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:17.650 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:17.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:17.650 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:41:17.650 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name debugger 19:41:17.651 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 19:41:17.651 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src/test/java of tree item debugger 19:41:17.651 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item debugger 19:41:17.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:41:17.651 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item debugger is already expanded. No action performed 19:41:17.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:41:17.651 INFO [WorkbenchTestable][TreeItemHandler] Expanded: debugger 19:41:17.651 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item com.example.debugger of tree item src/test/java 19:41:17.651 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src/test/java 19:41:17.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:41:17.651 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src/test/java is already expanded. No action performed 19:41:17.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:41:17.651 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src/test/java 19:41:17.651 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item AppTest.java of tree item com.example.debugger 19:41:17.651 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item com.example.debugger 19:41:17.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:41:17.652 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item com.example.debugger is already expanded. No action performed 19:41:17.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:41:17.652 INFO [WorkbenchTestable][TreeItemHandler] Expanded: com.example.debugger 19:41:17.652 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item AppTest.java 19:41:17.652 DEBUG [main][TreeItemHandler] Selecting tree item: AppTest.java 19:41:17.652 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item AppTest.java about selection 19:41:17.658 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: AppTest.java 19:41:17.659 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:41:17.659 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:41:17.695 DEBUG [main][MenuItemLookup] Found menu:'New' 19:41:17.695 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:17.695 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 19:41:17.695 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:41:17.695 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 19:41:17.695 DEBUG [main][MenuItemLookup] Found menu:'Open With' 19:41:17.695 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:17.695 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:41:17.695 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:41:17.695 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:41:17.695 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:41:17.695 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 19:41:17.695 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 19:41:17.695 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 19:41:17.695 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 19:41:17.695 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:17.695 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:41:17.695 DEBUG [main][MenuItemLookup] Found menu:'Export...' 19:41:17.695 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:17.695 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:41:17.695 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:17.695 DEBUG [main][MenuItemLookup] Found menu:'References' 19:41:17.695 DEBUG [main][MenuItemLookup] Found menu:'Declarations' 19:41:17.695 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:17.695 DEBUG [main][MenuItemLookup] Found menu:'Run As' 19:41:17.695 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 19:41:17.695 DEBUG [main][MenuItemLookup] Item match:Debug As 19:41:17.699 DEBUG [main][MenuItemLookup] Found menu:'1 Debug on Server Shift+Alt+D R' 19:41:17.699 DEBUG [main][MenuItemLookup] Found menu:'2 JUnit Test Shift+Alt+D T' 19:41:17.699 DEBUG [main][MenuItemLookup] Item match:2 JUnit Test Shift+Alt+D T 19:41:17.699 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&2 JUnit Test Shift+Alt+D T" 19:41:17.699 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 2 JUnit Test Shift+Alt+D T 19:41:17.700 INFO [main][MenuItemHandler] Select menu item: &2 JUnit Test Shift+Alt+D T 19:41:17.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Debugger didn't suspend... 19:41:17.710 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 19:41:17.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:41:17.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:41:17.829 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 19:41:17.833 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.*') 19:41:17.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:17.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:17.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:17.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:17.893 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:41:18.893 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 19:41:19.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Debugger didn't suspend finished successfully 19:41:19.894 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:19.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:19.895 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QDebug\E'' is already open. Activate. 19:41:19.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:19.896 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:19.896 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 19:41:19.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:41:19.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:41:19.897 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 19:41:19.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 '\*?\QDebug\E') 19:41:19.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:19.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:19.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:19.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:19.897 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:41:19.898 INFO [WorkbenchTestable][AbstractView] Activate view Debug 19:41:19.898 INFO [WorkbenchTestable][AbstractCTabItem] Activate Debug 19:41:19.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:41:19.899 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 19:41:19.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:41:19.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:41:19.900 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 19:41:19.900 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:41:19.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:41:19.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:41:19.900 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Debug"as the parent 19:41:19.900 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:41:19.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:19.900 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:19.900 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:19.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:19.900 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:41:19.901 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 19:41:19.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:41:19.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:41:19.901 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 19:41:19.901 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.*') 19:41:19.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:19.901 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:19.929 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:19.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:19.929 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:41:19.929 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Resu&me (F8) 19:41:19.929 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 19:41:19.929 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:41:19.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tool item with tooltip 'Terminate' is still enabled... 19:41:19.950 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 19:41:19.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:41:20.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:41:20.016 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 19:41:20.017 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.*') 19:41:20.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:20.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:20.030 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:20.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:20.030 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:41:20.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tool item with tooltip 'Terminate' is still enabled finished successfully 19:41:20.030 INFO [WorkbenchTestable][AbstractView] Removing all breakpoints from Breakpoints view 19:41:20.031 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:20.033 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:20.033 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 19:41:20.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:20.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:20.036 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 19:41:20.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:41:20.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:41:20.036 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 19:41:20.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') 19:41:20.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:20.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:20.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:20.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:20.042 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:41:20.042 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 19:41:20.042 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 19:41:20.100 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:41:20.104 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:41:20.105 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") 19:41:20.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:20.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:20.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:20.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:20.105 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:41:20.111 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove All Breakpoints 19:41:20.112 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 19:41:20.112 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:41:20.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Remove All Breakpoints"] is available.... 19:41:20.143 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 19:41:20.143 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Remove All Breakpoints 19:41:20.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:41:20.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:41:20.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:20.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:20.144 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 19:41:20.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:41:20.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:41:20.144 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:41:20.144 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:41:20.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:41:20.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:41:20.205 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest 19:41:20.205 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:41:20.205 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:41:20.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:41:20.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:41:20.206 INFO [WorkbenchTestable][RequirementsRunner] Finished test: debugWithSecondBreakpointTest no-configuration(org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest) 19:41:20.206 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:41:20.206 INFO [WorkbenchTestable][RequirementsRunner] Started test: debugWithBothBreakpointsTest no-configuration(org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest) 19:41:20.206 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest 19:41:20.206 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:41:20.206 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:41:20.206 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:41:20.207 INFO [WorkbenchTestable][AbstractView] Removing all breakpoints from Breakpoints view 19:41:20.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:20.215 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:20.215 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 19:41:20.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:20.217 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:20.217 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 19:41:20.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:41:20.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:41:20.221 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 19:41:20.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 '\*?\QBreakpoints\E') 19:41:20.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:20.221 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:20.223 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:20.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:20.223 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:41:20.223 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 19:41:20.223 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 19:41:20.238 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:41:20.238 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 19:41:20.238 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:41:20.238 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:41:20.255 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") 19:41:20.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:20.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:20.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:20.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:20.255 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:41:20.256 INFO [WorkbenchTestable][AbstractView] Importing breakpoints from '/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/debug/core/AppTest.bkpt' 19:41:20.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:20.258 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:20.258 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 19:41:20.258 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:20.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:20.260 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 19:41:20.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:41:20.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:41:20.295 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 19:41:20.295 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:41:20.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:20.295 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:20.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:20.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:20.297 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:41:20.297 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 19:41:20.297 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 19:41:20.298 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:41:20.298 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 19:41:20.298 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:41:20.298 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:41:20.303 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 19:41:20.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:20.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:20.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:20.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:20.303 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:41:20.303 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:41:20.303 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:41:20.333 DEBUG [main][MenuItemLookup] Found menu:'Go to File' 19:41:20.334 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:20.334 DEBUG [main][MenuItemLookup] Found menu:'Enable' 19:41:20.334 DEBUG [main][MenuItemLookup] Found menu:'Disable' 19:41:20.334 DEBUG [main][MenuItemLookup] Found menu:'Disable All' 19:41:20.334 DEBUG [main][MenuItemLookup] Found menu:'Remove' 19:41:20.334 DEBUG [main][MenuItemLookup] Found menu:'Remove All Triggers' 19:41:20.334 DEBUG [main][MenuItemLookup] Found menu:'Remove All' 19:41:20.334 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 19:41:20.334 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:41:20.334 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:41:20.334 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:20.334 DEBUG [main][MenuItemLookup] Found menu:'Import Breakpoints...' 19:41:20.334 DEBUG [main][MenuItemLookup] Item match:Import Breakpoints... 19:41:20.334 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"I&mport Breakpoints..." 19:41:20.334 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import Breakpoints... 19:41:20.334 INFO [main][MenuItemHandler] Select menu item: I&mport Breakpoints... 19:41:20.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: "Import Breakpoints"] is available.... 19:41:20.397 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:41:20.398 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:41:20.398 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 19:41:20.398 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Breakpoints 19:41:20.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:41:20.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:41:20.399 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Breakpoints 19:41:20.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:41:20.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:41:20.399 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:") 19:41:20.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:20.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:20.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:20.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:20.400 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:41:20.400 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:41:20.400 INFO [WorkbenchTestable][AbstractText] Text set to: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/debug/core/AppTest.bkpt 19:41:20.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 19:41:20.401 TRACE [WorkbenchTestable][WizardDialog] Shell Import Breakpoints is not null and is not disposed 19:41:20.401 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) 19:41:20.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:20.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:20.401 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:20.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:20.401 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:41:20.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 19:41:20.402 TRACE [WorkbenchTestable][WizardDialog] Shell Import Breakpoints is not null and is not disposed 19:41:20.402 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) 19:41:20.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:20.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:20.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:20.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:20.403 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:41:20.403 TRACE [WorkbenchTestable][WizardDialog] Shell Import Breakpoints is not null and is not disposed 19:41:20.403 INFO [WorkbenchTestable][WizardDialog] Finish wizard 19:41:20.403 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) 19:41:20.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:20.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:20.404 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:20.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:20.404 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:41:20.404 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:41:20.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:41:20.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:41:20.404 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:41:20.404 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:41:20.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:41:20.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:41:20.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:41:20.497 DEBUG [WorkbenchTestable][JobIsRunning] job 'Label Job' is a system job, skipped 19:41:20.498 DEBUG [WorkbenchTestable][JobIsRunning] job 'Debug children update' is a system job, skipped 19:41:20.498 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:41:20.498 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 19:41:20.498 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 19:41:20.498 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:41:20.498 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:41:20.498 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:41:20.498 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:41:20.498 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:41:20.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:41:20.499 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 19:41:20.499 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 19:41:20.500 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 19:41:20.500 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:41:20.500 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:41:20.500 INFO [WorkbenchTestable][AbstractView] Accessing breakpoints in Breakpoints view 19:41:20.500 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 19:41:20.500 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 19:41:20.501 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 19:41:20.501 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:41:20.501 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:41:20.501 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 19:41:21.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 19:41:21.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:21.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:21.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:21.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:21.502 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:41:21.503 DEBUG [WorkbenchTestable][AbstractView] found: AppTest [line: 28] - suite() 19:41:21.503 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 19:41:21.503 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 19:41:21.503 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 19:41:21.504 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:41:21.504 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:41:21.504 INFO [WorkbenchTestable][AbstractView] Accessing breakpoints in Breakpoints view 19:41:21.504 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 19:41:21.504 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 19:41:21.504 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 19:41:21.505 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:41:21.505 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:41:21.505 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 19:41:22.505 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 19:41:22.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:22.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:22.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:22.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:22.506 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:41:22.506 DEBUG [WorkbenchTestable][AbstractView] found: AppTest [line: 28] - suite() 19:41:22.506 DEBUG [WorkbenchTestable][AbstractView] found: AppTest [line: 36] - testApp() 19:41:22.506 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 19:41:22.506 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:41:22.506 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:41:22.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:41:22.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:41:22.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:22.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:22.534 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 19:41:22.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:41:22.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:41:22.535 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 19:41:22.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 '\*?\QProject Explorer\E') 19:41:22.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:22.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:22.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:22.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:22.535 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:41:22.535 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:41:22.535 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:41:22.536 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:41:22.536 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 19:41:22.536 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:41:22.536 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:41:22.537 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:41:22.537 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:41:22.538 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:41:22.538 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:41:22.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:22.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:22.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:41:23.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:23.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:41:23.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:23.540 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:41:23.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:41:23.540 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:41:23.540 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:41:23.541 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:41:23.541 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:41:23.541 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:41:23.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:23.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:23.542 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:23.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:23.542 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:41:23.542 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name debugger 19:41:23.542 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 19:41:23.542 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src/test/java of tree item debugger 19:41:23.542 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item debugger 19:41:23.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:41:23.543 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item debugger is already expanded. No action performed 19:41:23.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:41:23.543 INFO [WorkbenchTestable][TreeItemHandler] Expanded: debugger 19:41:23.543 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item com.example.debugger of tree item src/test/java 19:41:23.543 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src/test/java 19:41:23.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:41:23.543 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src/test/java is already expanded. No action performed 19:41:23.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:41:23.543 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src/test/java 19:41:23.543 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item AppTest.java of tree item com.example.debugger 19:41:23.543 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item com.example.debugger 19:41:23.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:41:23.543 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item com.example.debugger is already expanded. No action performed 19:41:23.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:41:23.543 INFO [WorkbenchTestable][TreeItemHandler] Expanded: com.example.debugger 19:41:23.543 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item AppTest.java 19:41:23.543 DEBUG [main][TreeItemHandler] Selecting tree item: AppTest.java 19:41:23.544 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item AppTest.java about selection 19:41:23.550 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: AppTest.java 19:41:23.551 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:41:23.551 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:41:23.583 DEBUG [main][MenuItemLookup] Found menu:'New' 19:41:23.583 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:23.583 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 19:41:23.583 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:41:23.583 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 19:41:23.583 DEBUG [main][MenuItemLookup] Found menu:'Open With' 19:41:23.583 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:23.583 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:41:23.583 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:41:23.583 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:41:23.584 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:41:23.584 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 19:41:23.584 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 19:41:23.584 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 19:41:23.584 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 19:41:23.584 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:23.584 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:41:23.584 DEBUG [main][MenuItemLookup] Found menu:'Export...' 19:41:23.584 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:23.584 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:41:23.584 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:23.584 DEBUG [main][MenuItemLookup] Found menu:'References' 19:41:23.584 DEBUG [main][MenuItemLookup] Found menu:'Declarations' 19:41:23.584 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:23.584 DEBUG [main][MenuItemLookup] Found menu:'Run As' 19:41:23.584 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 19:41:23.584 DEBUG [main][MenuItemLookup] Item match:Debug As 19:41:23.587 DEBUG [main][MenuItemLookup] Found menu:'1 Debug on Server Shift+Alt+D R' 19:41:23.587 DEBUG [main][MenuItemLookup] Found menu:'2 JUnit Test Shift+Alt+D T' 19:41:23.587 DEBUG [main][MenuItemLookup] Item match:2 JUnit Test Shift+Alt+D T 19:41:23.588 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&2 JUnit Test Shift+Alt+D T" 19:41:23.588 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 2 JUnit Test Shift+Alt+D T 19:41:23.588 INFO [main][MenuItemHandler] Select menu item: &2 JUnit Test Shift+Alt+D T 19:41:23.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Debugger didn't suspend... 19:41:23.612 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 19:41:23.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:41:23.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:41:23.716 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 19:41:23.721 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.*') 19:41:23.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:23.721 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:23.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:23.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:23.726 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:41:24.726 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 19:41:25.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Debugger didn't suspend finished successfully 19:41:25.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:25.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:25.728 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QDebug\E'' is already open. Activate. 19:41:25.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:25.729 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:25.729 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 19:41:25.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:41:25.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:41:25.730 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 19:41:25.730 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:41:25.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:25.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:25.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:25.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:25.730 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:41:25.730 INFO [WorkbenchTestable][AbstractView] Activate view Debug 19:41:25.731 INFO [WorkbenchTestable][AbstractCTabItem] Activate Debug 19:41:25.731 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:41:25.731 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 19:41:25.731 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:41:25.731 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:41:25.732 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 19:41:25.732 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:41:25.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:41:25.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:41:25.732 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Debug"as the parent 19:41:25.733 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:41:25.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:25.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:25.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:25.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:25.733 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:41:25.733 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 19:41:25.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:41:25.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:41:25.733 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 19:41:25.733 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.*') 19:41:25.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:25.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:25.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:25.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:25.752 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:41:25.752 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Resu&me (F8) 19:41:25.752 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 19:41:25.752 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:41:25.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Debugger didn't suspend... 19:41:25.753 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 19:41:25.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:41:25.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:41:25.801 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 19:41:25.805 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.*') 19:41:25.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:25.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:25.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:25.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:25.813 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:41:25.813 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 19:41:26.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Debugger didn't suspend finished successfully 19:41:26.814 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:26.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:26.815 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QDebug\E'' is already open. Activate. 19:41:26.815 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:26.816 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:26.816 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 19:41:26.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:41:26.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:41:26.817 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 19:41:26.817 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:41:26.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:26.817 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:26.818 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:26.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:26.818 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:41:26.818 INFO [WorkbenchTestable][AbstractView] Activate view Debug 19:41:26.818 INFO [WorkbenchTestable][AbstractCTabItem] Activate Debug 19:41:26.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:41:26.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:41:26.854 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 19:41:26.854 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:41:26.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:41:26.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:41:26.855 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Debug"as the parent 19:41:26.855 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:41:26.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:26.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:26.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:26.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:26.856 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:41:26.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:26.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:26.858 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QDebug\E'' is already open. Activate. 19:41:26.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:26.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:26.863 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 19:41:26.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:41:26.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:41:26.864 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 19:41:26.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 '\*?\QDebug\E') 19:41:26.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:26.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:26.887 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:26.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:26.887 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:41:26.887 INFO [WorkbenchTestable][AbstractView] Activate view Debug 19:41:26.887 INFO [WorkbenchTestable][AbstractCTabItem] Activate Debug 19:41:26.888 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:41:26.888 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 19:41:26.888 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:41:26.888 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:41:26.889 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 19:41:26.889 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:41:26.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:41:26.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:41:26.889 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Debug"as the parent 19:41:26.889 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:41:26.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:26.889 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:26.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:26.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:26.890 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:41:26.890 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item AppTest.testApp() line: 36 19:41:26.890 DEBUG [main][TreeItemHandler] Selecting tree item: AppTest.testApp() line: 36 19:41:26.890 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item AppTest.testApp() line: 36 about selection 19:41:26.892 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: AppTest.testApp() line: 36 19:41:26.893 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:26.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:26.897 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QVariables\E'' is already open. Activate. 19:41:26.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:26.919 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:26.919 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 19:41:26.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:41:26.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:41:26.919 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 19:41:26.919 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:41:26.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:26.919 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:26.921 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:26.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:26.922 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:41:26.922 INFO [WorkbenchTestable][AbstractView] Activate view Variables 19:41:26.922 INFO [WorkbenchTestable][AbstractCTabItem] Activate Variables 19:41:26.981 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:41:26.981 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:41:26.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Variable is not selected... 19:41:26.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 19:41:26.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:26.982 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:26.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:26.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:26.982 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:41:26.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:41:27.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:41:27.483 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item this 19:41:27.483 DEBUG [main][TreeItemHandler] Selecting tree item: this 19:41:27.484 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item this about selection 19:41:27.488 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: this 19:41:27.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Variable is not selected finished successfully 19:41:27.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Variable is empty... 19:41:27.524 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 19:41:27.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:27.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:27.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:27.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:27.526 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:41:27.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Variable is empty finished successfully 19:41:27.542 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 19:41:27.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:27.542 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:27.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:27.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:27.543 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:41:27.543 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 19:41:27.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:41:27.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:41:27.546 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 19:41:27.547 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.*') 19:41:27.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:27.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:27.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:27.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:27.589 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:41:27.589 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Resu&me (F8) 19:41:27.589 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 19:41:27.589 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:41:27.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tool item with tooltip 'Terminate' is still enabled... 19:41:27.590 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 19:41:27.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:41:27.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:41:27.590 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 19:41:27.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: Matcher matching text to regular expression 'Terminate.*') 19:41:27.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:27.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:27.697 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:27.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:27.697 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:41:27.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tool item with tooltip 'Terminate' is still enabled finished successfully 19:41:27.697 INFO [WorkbenchTestable][AbstractView] Removing all breakpoints from Breakpoints view 19:41:27.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:27.698 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:27.698 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 19:41:27.699 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:27.706 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:27.706 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 19:41:27.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:41:27.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:41:27.707 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 19:41:27.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 '\*?\QBreakpoints\E') 19:41:27.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:27.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:27.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:27.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:27.708 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:41:27.708 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 19:41:27.709 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 19:41:27.747 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:41:27.747 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:41:27.747 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") 19:41:27.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:27.747 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:27.748 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:27.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:27.748 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:41:27.748 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove All Breakpoints 19:41:27.748 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 19:41:27.748 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:41:27.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Remove All Breakpoints"] is available.... 19:41:27.802 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 19:41:27.803 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Remove All Breakpoints 19:41:27.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:41:27.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:41:27.804 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:27.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:27.805 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 19:41:27.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:41:27.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:41:27.805 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:41:27.805 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:41:27.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:41:27.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:41:27.853 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest 19:41:27.853 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:41:27.853 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:41:27.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:41:27.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:41:27.854 INFO [WorkbenchTestable][RequirementsRunner] Finished test: debugWithBothBreakpointsTest no-configuration(org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest) 19:41:27.854 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 19:41:27.855 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:41:27.855 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:41:27.904 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:41:27.904 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:41:27.904 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:41:27.904 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:41:27.905 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:41:27.905 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:41:27.905 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:41:27.905 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:41:27.905 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:41:27.906 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:41:27.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:27.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:27.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:41:28.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:28.406 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:41:28.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:28.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:41:28.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:41:28.908 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:41:28.908 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:41:28.909 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:41:28.909 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:41:28.909 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:41:28.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:28.909 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:28.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:28.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:28.910 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:41:28.910 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name debugger 19:41:28.912 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item debugger 19:41:28.912 DEBUG [main][TreeItemHandler] Selecting tree item: debugger 19:41:28.912 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item debugger about selection 19:41:28.927 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: debugger 19:41:28.928 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:41:28.928 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:41:28.988 DEBUG [main][MenuItemLookup] Found menu:'New' 19:41:28.988 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:41:28.988 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:28.988 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:41:28.988 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:28.988 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:41:28.988 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:41:28.988 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:41:28.988 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:41:28.988 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 19:41:28.988 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 19:41:28.988 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 19:41:28.988 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:28.988 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:41:28.988 DEBUG [main][MenuItemLookup] Found menu:'Export...' 19:41:28.988 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:28.988 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:41:28.988 DEBUG [main][MenuItemLookup] Item match:Refresh F5 19:41:28.988 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 19:41:28.988 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 19:41:28.988 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 19:41:28.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:41:28.989 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 19:41:29.489 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 19:41:29.489 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 19:41:29.489 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:41:29.489 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:41:29.489 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:41:29.489 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:41:29.490 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:41:29.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:41:29.490 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'debugger' via Explorer 19:41:29.490 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item debugger 19:41:29.490 DEBUG [main][TreeItemHandler] Selecting tree item: debugger 19:41:29.490 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item debugger about selection 19:41:29.496 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: debugger 19:41:29.496 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:41:29.496 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:41:29.528 DEBUG [main][MenuItemLookup] Found menu:'New' 19:41:29.528 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:41:29.528 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:29.528 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:41:29.528 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:29.528 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:41:29.528 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:41:29.528 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:41:29.528 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:41:29.528 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:41:29.528 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:41:29.528 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:41:29.528 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 19:41:29.687 DEBUG [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.... 19:41:30.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 'Delete.*'] is available. finished successfully 19:41:30.189 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 19:41:30.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:41:30.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:41:30.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:30.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:30.192 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 19:41:30.192 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:41:30.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:41:30.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:41:30.192 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:41:30.192 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:41:30.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:30.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:30.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:30.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:30.193 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:41:30.193 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 19:41:30.194 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 19:41:30.194 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 19:41:30.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:41:30.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:41:30.194 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:41:30.194 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:41:30.194 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 19:41:30.194 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:41:30.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:41:30.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:41:30.195 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:41:30.195 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:41:30.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:30.195 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:30.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:30.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:30.195 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:41:30.196 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:41:30.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:41:30.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:41:30.196 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:41:30.196 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:41:30.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 19:41:30.203 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 19:41:30.715 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 19:41:31.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 19:41:31.220 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 19:41:31.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:41:31.221 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 19:41:31.221 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 19:41:31.221 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 19:41:31.221 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 19:41:31.221 DEBUG [WorkbenchTestable][JobIsRunning] job 'Updating Maven Dependencies' is not running, skipped 19:41:31.221 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 19:41:31.221 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:41:31.221 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:41:31.221 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:41:31.221 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:41:31.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:41:31.221 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest 19:41:31.221 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:41:31.221 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:41:31.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:41:31.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 40.624 s - in org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest debugWithFirstBreakpointTest no-configuration(org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest) Time elapsed: 11.772 s debugWithSecondBreakpointTest no-configuration(org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest) Time elapsed: 7.594 s debugWithBothBreakpointsTest no-configuration(org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest) Time elapsed: 7.648 s Running org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest 19:41:31.327 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest 19:41:31.408 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:41:31.408 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:41:31.408 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest 19:41:31.408 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:41:31.408 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:41:31.408 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:41:31.408 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:41:31.408 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:41:31.409 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 19:41:31.409 DEBUG [WorkbenchTestable][JavaPerspective] Trying to open perspective: 'Java' 19:41:31.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:41:31.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:41:31.409 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:41:31.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:41:31.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:41:31.490 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") 19:41:31.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:31.490 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:31.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:31.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:31.495 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:41:31.495 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 19:41:31.495 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 19:41:31.495 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:41:31.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 19:41:31.612 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 19:41:31.612 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 19:41:31.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:41:31.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:41:31.612 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 19:41:31.612 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:41:31.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:41:31.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:41:31.613 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 19:41:31.613 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:41:31.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:31.613 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:31.613 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:31.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:31.613 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:41:31.614 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Java') 19:41:31.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:41:31.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:41:31.614 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (2) 19:41:31.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:41:31.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:41:31.614 TRACE [main][WidgetHandler] Notify Table with event 13 19:41:31.614 TRACE [main][WidgetHandler] Wait for synchronization 19:41:31.615 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:41:31.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:41:31.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:41:31.615 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 19:41:31.615 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:41:31.615 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:31.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:31.616 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:41:31.616 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:41:31.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:41:31.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:41:31.616 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 19:41:31.616 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:41:31.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:31.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:31.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:31.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:31.617 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:41:31.617 INFO [WorkbenchTestable][AbstractButton] Click button &Open 19:41:31.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:41:31.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:41:31.617 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:41:31.617 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:41:32.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:41:32.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:41:32.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 19:41:32.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:41:32.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:41:32.729 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:41:32.729 DEBUG [main][MenuItemLookup] Found menu:'File' 19:41:32.729 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:41:32.729 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:41:32.729 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 19:41:32.729 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:41:32.729 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:41:32.729 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:41:32.729 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:41:32.729 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:41:32.729 DEBUG [main][MenuItemLookup] Item match:Window 19:41:32.730 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:41:32.730 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:41:32.730 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:41:32.730 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:32.730 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:41:32.730 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:41:32.730 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:32.730 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 19:41:32.730 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:32.730 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 19:41:32.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:41:32.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:41:32.731 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:41:32.731 DEBUG [main][MenuItemLookup] Found menu:'File' 19:41:32.731 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:41:32.731 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:41:32.731 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 19:41:32.731 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:41:32.731 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:41:32.731 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:41:32.731 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:41:32.731 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:41:32.731 DEBUG [main][MenuItemLookup] Item match:Window 19:41:32.732 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:41:32.732 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:41:32.732 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:41:32.732 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:32.732 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:41:32.732 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:41:32.732 DEBUG [main][MenuItemLookup] Item match:Perspective 19:41:32.732 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 19:41:32.732 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:32.732 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 19:41:32.732 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 19:41:32.732 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 19:41:32.732 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 19:41:32.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 19:41:32.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:41:32.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:41:32.733 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:41:32.733 DEBUG [main][MenuItemLookup] Found menu:'File' 19:41:32.733 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:41:32.733 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:41:32.733 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 19:41:32.733 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:41:32.733 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:41:32.733 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:41:32.733 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:41:32.733 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:41:32.733 DEBUG [main][MenuItemLookup] Item match:Window 19:41:32.733 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:41:32.733 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:41:32.733 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:41:32.733 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:32.733 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:41:32.733 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:41:32.733 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:32.733 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 19:41:32.733 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:32.733 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 19:41:32.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:41:32.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:41:32.784 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:41:32.784 DEBUG [main][MenuItemLookup] Found menu:'File' 19:41:32.784 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:41:32.784 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:41:32.784 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 19:41:32.784 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:41:32.784 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:41:32.784 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:41:32.784 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:41:32.784 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:41:32.784 DEBUG [main][MenuItemLookup] Item match:Window 19:41:32.785 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:41:32.785 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:41:32.785 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:41:32.785 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:32.785 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:41:32.785 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:41:32.785 DEBUG [main][MenuItemLookup] Item match:Perspective 19:41:32.785 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 19:41:32.785 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:32.785 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 19:41:32.785 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 19:41:32.785 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 19:41:32.785 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 19:41:32.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:41:32.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:41:32.785 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:41:32.786 DEBUG [main][MenuItemLookup] Found menu:'File' 19:41:32.786 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:41:32.786 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:41:32.786 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 19:41:32.786 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:41:32.786 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:41:32.786 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:41:32.786 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:41:32.786 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:41:32.786 DEBUG [main][MenuItemLookup] Item match:Window 19:41:32.786 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:41:32.786 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:41:32.786 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:41:32.786 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:32.786 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:41:32.786 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:41:32.786 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:32.786 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 19:41:32.786 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:32.786 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 19:41:32.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:41:32.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:41:32.787 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:41:32.787 DEBUG [main][MenuItemLookup] Found menu:'File' 19:41:32.787 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:41:32.787 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:41:32.787 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 19:41:32.787 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:41:32.787 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:41:32.787 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:41:32.787 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:41:32.787 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:41:32.787 DEBUG [main][MenuItemLookup] Item match:Window 19:41:32.787 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:41:32.787 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:41:32.787 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:41:32.787 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:32.787 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:41:32.787 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:41:32.787 DEBUG [main][MenuItemLookup] Item match:Perspective 19:41:32.788 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 19:41:32.788 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:32.788 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 19:41:32.788 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 19:41:32.788 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 19:41:32.788 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 19:41:32.788 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 19:41:32.788 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 19:41:32.788 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 19:41:32.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 19:41:32.814 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 19:41:32.814 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 19:41:32.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:41:32.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:41:32.814 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:41:32.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:41:32.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:41:32.815 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 19:41:32.815 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:41:32.815 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:32.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:32.815 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:41:32.815 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:41:32.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:41:32.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:41:32.816 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 19:41:32.816 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:41:32.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:32.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:32.816 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:32.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:32.816 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:41:32.817 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 19:41:32.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:41:32.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:41:32.817 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:41:32.817 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:41:33.129 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:41:33.129 INFO [WorkbenchTestable][RequirementsRunner] Started test: createSelectDelete no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest) 19:41:33.129 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest 19:41:33.129 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:41:33.129 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:41:33.129 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:41:33.130 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Open launch configuration dialog 19:41:33.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:41:33.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:41:33.130 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:41:33.130 DEBUG [main][MenuItemLookup] Found menu:'File' 19:41:33.130 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:41:33.131 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:41:33.131 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 19:41:33.131 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:41:33.131 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:41:33.131 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:41:33.131 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:41:33.131 DEBUG [main][MenuItemLookup] Item match:Run 19:41:33.132 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 19:41:33.132 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 19:41:33.132 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:33.132 DEBUG [main][MenuItemLookup] Found menu:'Run History' 19:41:33.132 DEBUG [main][MenuItemLookup] Found menu:'Run As' 19:41:33.132 DEBUG [main][MenuItemLookup] Found menu:'Run Configurations...' 19:41:33.132 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:33.132 DEBUG [main][MenuItemLookup] Found menu:'Debug History' 19:41:33.132 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 19:41:33.132 DEBUG [main][MenuItemLookup] Found menu:'Debug Configurations...' 19:41:33.132 DEBUG [main][MenuItemLookup] Item match:Debug Configurations... 19:41:33.181 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"De&bug Configurations..." 19:41:33.181 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Debug Configurations... 19:41:33.182 INFO [main][MenuItemHandler] Select menu item: De&bug Configurations... 19:41:33.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Debug Configurations"] is available.... 19:41:33.496 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 19:41:33.496 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Debug Configurations 19:41:33.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:41:33.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:41:33.498 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Create new launch configuration JUnit 19:41:33.498 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Create new launch configuration JUnit with name null 19:41:33.498 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 19:41:33.498 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:41:33.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:41:33.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:41:33.498 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Debug Configurations" as the parent 19:41:33.498 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:41:33.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:33.498 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:33.499 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:33.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:33.499 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:41:33.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:41:33.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:41:33.500 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JUnit 19:41:33.500 DEBUG [main][TreeItemHandler] Selecting tree item: JUnit 19:41:33.500 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JUnit about selection 19:41:33.500 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JUnit 19:41:33.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tree has focus and TreeItem JUnit is selected... 19:41:33.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tree has focus and TreeItem JUnit is selected finished successfully 19:41:33.520 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:41:33.520 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:41:33.522 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 19:41:33.522 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 19:41:33.522 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 19:41:33.522 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text New Configuration 19:41:33.522 INFO [main][MenuItemHandler] Select menu item: Ne&w Configuration 19:41:33.589 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Create new launch configuration JUnit with name class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest_test_configuration 19:41:33.589 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 19:41:33.589 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:41:34.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:41:34.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:41:34.136 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Debug Configurations" as the parent 19:41:34.136 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:41:34.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:34.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:34.204 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:34.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:34.204 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:41:34.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:41:34.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:41:34.205 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JUnit 19:41:34.205 DEBUG [main][TreeItemHandler] Selecting tree item: JUnit 19:41:34.205 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JUnit about selection 19:41:34.205 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JUnit 19:41:34.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tree has focus and TreeItem JUnit is selected... 19:41:34.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tree has focus and TreeItem JUnit is selected finished successfully 19:41:34.316 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:41:34.316 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:41:34.317 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 19:41:34.317 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 19:41:34.317 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 19:41:34.317 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text New Configuration 19:41:34.317 INFO [main][MenuItemHandler] Select menu item: Ne&w Configuration 19:41:34.320 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:") 19:41:34.320 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:41:34.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:41:34.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:41:34.611 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Debug Configurations" as the parent 19:41:34.611 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:41:34.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:34.611 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:34.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:34.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:34.621 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:41:34.621 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:41:34.621 INFO [WorkbenchTestable][AbstractText] Text set to: class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest_test_configuration 19:41:34.621 INFO [WorkbenchTestable][LaunchConfiguration] Apply the launch configuration 19:41:34.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 "Apply") 19:41:34.622 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:41:34.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:41:34.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:41:34.622 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Debug Configurations" as the parent 19:41:34.622 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:41:34.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:34.622 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:34.624 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:34.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:34.624 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:41:34.624 INFO [WorkbenchTestable][AbstractButton] Click button Appl&y 19:41:34.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:41:35.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:41:35.125 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:41:35.125 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:41:35.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:41:35.787 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 19:41:35.787 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 19:41:35.787 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 19:41:35.787 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 19:41:35.787 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 19:41:35.787 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:41:35.787 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Indexer' is a system job, skipped 19:41:35.787 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:41:35.787 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:41:35.787 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:41:35.787 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:41:35.787 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:41:35.787 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:41:35.787 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:41:35.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:41:35.787 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Select launch configuration JUnit 19:41:35.787 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 19:41:35.787 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:41:35.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:41:35.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:41:35.789 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Debug Configurations" as the parent 19:41:35.789 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:41:35.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:35.789 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:35.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:35.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:35.789 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:41:35.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:41:35.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:41:35.791 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JUnit 19:41:35.791 DEBUG [main][TreeItemHandler] Selecting tree item: JUnit 19:41:35.791 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JUnit about selection 19:41:35.791 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JUnit 19:41:35.791 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 19:41:35.791 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:41:35.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:41:35.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:41:35.886 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Debug Configurations" as the parent 19:41:35.886 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:41:35.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:35.887 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:35.887 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:35.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:35.887 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:41:35.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:41:35.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:41:35.888 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Select launch configuration JUnit with name class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest_test_configuration 19:41:35.888 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 19:41:35.888 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:41:35.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:41:35.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:41:35.888 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Debug Configurations" as the parent 19:41:35.888 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:41:35.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:35.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:35.889 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:35.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:35.889 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:41:35.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:41:35.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:41:35.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children... 19:41:35.889 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 19:41:35.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:41:35.889 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 19:41:35.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:41:35.889 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 19:41:35.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children finished successfully 19:41:35.890 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 19:41:35.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:41:35.890 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 19:41:35.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:41:35.890 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 19:41:35.890 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest_test_configuration 19:41:35.890 DEBUG [main][TreeItemHandler] Selecting tree item: class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest_test_configuration 19:41:35.891 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest_test_configuration about selection 19:41:35.892 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest_test_configuration 19:41:35.892 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:41:36.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:41:36.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:41:36.125 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Debug Configurations" as the parent 19:41:36.125 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:41:36.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:36.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:36.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:41:36.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:36.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:41:37.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:37.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:41:37.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:37.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:41:38.135 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:38.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:41:38.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:38.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:41:39.139 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:39.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:41:39.642 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:39.644 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:41:40.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:40.146 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:41:40.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:40.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:41:41.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:41.151 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:41:41.652 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:41.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:41:42.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:42.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:41:42.657 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:42.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:41:43.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:43.161 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:41:43.661 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:43.663 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:41:44.163 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:44.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:41:44.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:44.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:41:45.169 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:45.172 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:41:45.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:45.674 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:41:46.174 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:46.176 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:41:46.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:41:46.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 19:41:46.176 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:41:46.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:41:46.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:41:46.176 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Debug Configurations" as the parent 19:41:46.176 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:41:46.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:46.176 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:46.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:46.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:46.177 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:41:46.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:41:46.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:41:46.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children... 19:41:46.177 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 19:41:46.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:41:46.177 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 19:41:46.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:41:46.178 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 19:41:46.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children finished successfully 19:41:46.178 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 19:41:46.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:41:46.178 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 19:41:46.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:41:46.178 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 19:41:46.178 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Delete launch configuration JUnit with name class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest_test_configuration 19:41:46.178 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 19:41:46.178 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:41:46.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:41:46.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:41:46.178 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Debug Configurations" as the parent 19:41:46.178 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:41:46.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:46.178 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:46.179 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:46.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:46.179 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:41:46.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:41:46.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:41:46.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children... 19:41:46.179 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 19:41:46.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:41:46.179 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 19:41:46.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:41:46.179 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 19:41:46.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children finished successfully 19:41:46.179 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 19:41:46.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:41:46.179 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 19:41:46.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:41:46.179 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 19:41:46.180 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest_test_configuration 19:41:46.180 DEBUG [main][TreeItemHandler] Selecting tree item: class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest_test_configuration 19:41:46.180 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest_test_configuration about selection 19:41:46.181 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest_test_configuration 19:41:46.181 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:41:46.181 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:41:46.181 DEBUG [main][MenuItemLookup] Found menu:'New Configuration' 19:41:46.181 DEBUG [main][MenuItemLookup] Found menu:'New Prototype' 19:41:46.181 DEBUG [main][MenuItemLookup] Found menu:'Export...' 19:41:46.181 DEBUG [main][MenuItemLookup] Found menu:'Duplicate' 19:41:46.181 DEBUG [main][MenuItemLookup] Found menu:'Delete' 19:41:46.181 DEBUG [main][MenuItemLookup] Item match:Delete 19:41:46.182 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Dele&te" 19:41:46.182 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete 19:41:46.182 INFO [main][MenuItemHandler] Select menu item: Dele&te 19:41:46.201 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.... 19:41:46.201 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 19:41:46.201 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Confirm Launch Configuration Deletion 19:41:46.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:41:46.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:41:46.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:46.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:46.202 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") 19:41:46.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:46.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:46.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:46.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:46.203 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:41:46.203 INFO [WorkbenchTestable][AbstractButton] Click button &Delete 19:41:46.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:41:46.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:41:46.203 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:41:46.203 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:41:46.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:41:46.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:41:46.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 19:41:46.397 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:41:46.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:41:46.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:41:46.397 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Debug Configurations" as the parent 19:41:46.397 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:41:46.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:46.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:46.398 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:46.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:46.398 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:41:46.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:41:46.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:41:46.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children... 19:41:46.398 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 19:41:46.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:41:46.398 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 19:41:46.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:41:46.398 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 19:41:46.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children finished successfully 19:41:46.398 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 19:41:46.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:41:46.398 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 19:41:46.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:41:46.399 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 19:41:46.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Debug Configurations"] is available.... 19:41:46.399 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 19:41:46.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Debug Configurations"] is available.... 19:41:46.399 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 19:41:46.399 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Debug Configurations 19:41:46.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:41:46.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:41:46.400 INFO [WorkbenchTestable][AbstractShell] Close shell Debug Configurations 19:41:46.400 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Debug Configurations' 19:41:46.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:41:46.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:41:46.455 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest 19:41:46.455 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:41:46.455 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:41:46.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:41:46.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:41:46.456 INFO [WorkbenchTestable][RequirementsRunner] Finished test: createSelectDelete no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest) 19:41:46.456 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest 19:41:46.456 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:41:46.456 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:41:46.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:41:46.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.13 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.327 s Running org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest 19:41:46.482 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest 19:41:46.482 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:41:46.483 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:41:46.483 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest 19:41:46.483 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:41:46.483 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:41:46.485 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:41:46.485 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:41:46.485 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:41:46.486 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 19:41:46.486 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 19:41:46.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 19:41:46.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:41:46.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:41:46.486 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:41:46.486 DEBUG [main][MenuItemLookup] Found menu:'File' 19:41:46.487 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:41:46.487 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:41:46.487 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 19:41:46.487 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:41:46.487 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:41:46.487 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:41:46.487 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:41:46.487 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:41:46.487 DEBUG [main][MenuItemLookup] Item match:Window 19:41:46.487 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:41:46.487 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:41:46.487 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:41:46.487 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:46.487 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:41:46.487 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:41:46.487 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:46.487 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 19:41:46.487 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:46.487 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 19:41:46.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:41:46.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:41:46.487 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:41:46.488 DEBUG [main][MenuItemLookup] Found menu:'File' 19:41:46.488 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:41:46.488 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:41:46.488 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 19:41:46.488 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:41:46.488 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:41:46.488 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:41:46.488 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:41:46.488 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:41:46.488 DEBUG [main][MenuItemLookup] Item match:Window 19:41:46.488 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:41:46.488 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:41:46.488 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:41:46.488 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:46.488 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:41:46.488 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:41:46.488 DEBUG [main][MenuItemLookup] Item match:Perspective 19:41:46.488 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 19:41:46.488 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:46.488 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 19:41:46.488 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 19:41:46.488 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 19:41:46.488 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 19:41:46.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 19:41:46.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:41:46.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:41:46.489 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:41:46.489 DEBUG [main][MenuItemLookup] Found menu:'File' 19:41:46.489 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:41:46.489 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:41:46.489 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 19:41:46.489 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:41:46.489 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:41:46.489 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:41:46.506 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:41:46.506 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:41:46.506 DEBUG [main][MenuItemLookup] Item match:Window 19:41:46.506 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:41:46.506 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:41:46.506 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:41:46.506 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:46.506 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:41:46.506 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:41:46.506 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:46.506 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 19:41:46.506 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:46.506 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 19:41:46.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:41:46.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:41:46.507 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:41:46.507 DEBUG [main][MenuItemLookup] Found menu:'File' 19:41:46.507 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:41:46.507 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:41:46.507 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 19:41:46.507 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:41:46.507 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:41:46.507 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:41:46.507 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:41:46.507 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:41:46.507 DEBUG [main][MenuItemLookup] Item match:Window 19:41:46.507 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:41:46.507 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:41:46.507 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:41:46.507 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:46.507 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:41:46.507 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:41:46.507 DEBUG [main][MenuItemLookup] Item match:Perspective 19:41:46.508 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 19:41:46.508 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:46.508 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 19:41:46.508 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 19:41:46.508 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 19:41:46.508 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 19:41:46.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:41:46.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:41:46.508 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:41:46.508 DEBUG [main][MenuItemLookup] Found menu:'File' 19:41:46.508 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:41:46.508 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:41:46.508 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 19:41:46.508 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:41:46.508 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:41:46.508 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:41:46.508 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:41:46.508 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:41:46.508 DEBUG [main][MenuItemLookup] Item match:Window 19:41:46.508 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:41:46.508 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:41:46.508 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:41:46.508 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:46.508 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:41:46.508 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:41:46.508 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:46.508 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 19:41:46.508 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:46.508 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 19:41:46.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:41:46.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:41:46.509 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:41:46.509 DEBUG [main][MenuItemLookup] Found menu:'File' 19:41:46.509 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:41:46.509 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:41:46.509 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 19:41:46.509 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:41:46.509 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:41:46.509 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:41:46.509 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:41:46.509 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:41:46.509 DEBUG [main][MenuItemLookup] Item match:Window 19:41:46.509 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:41:46.509 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:41:46.509 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:41:46.509 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:46.509 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:41:46.509 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:41:46.509 DEBUG [main][MenuItemLookup] Item match:Perspective 19:41:46.509 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 19:41:46.509 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:46.509 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 19:41:46.509 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 19:41:46.509 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 19:41:46.509 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 19:41:46.509 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 19:41:46.509 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 19:41:46.510 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 19:41:46.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 19:41:46.530 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 19:41:46.530 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 19:41:46.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:41:46.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:41:46.530 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:41:46.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:41:46.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:41:46.530 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 19:41:46.530 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:41:46.530 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:46.530 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:46.531 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:41:46.531 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:41:46.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:41:46.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:41:46.531 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 19:41:46.531 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:41:46.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:46.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:46.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:46.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:46.531 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:41:46.531 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 19:41:46.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:41:46.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:41:46.532 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:41:46.532 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:41:46.649 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:41:46.649 INFO [WorkbenchTestable][RequirementsRunner] Started test: createSelectDelete no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest) 19:41:46.649 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest 19:41:46.649 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:41:46.649 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:41:46.649 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:41:46.649 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Open launch configuration dialog 19:41:46.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:41:46.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:41:46.650 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:41:46.650 DEBUG [main][MenuItemLookup] Found menu:'File' 19:41:46.650 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:41:46.650 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:41:46.650 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 19:41:46.650 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:41:46.650 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:41:46.650 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:41:46.650 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:41:46.650 DEBUG [main][MenuItemLookup] Item match:Run 19:41:46.650 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 19:41:46.650 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 19:41:46.651 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:46.651 DEBUG [main][MenuItemLookup] Found menu:'Run History' 19:41:46.651 DEBUG [main][MenuItemLookup] Found menu:'Run As' 19:41:46.651 DEBUG [main][MenuItemLookup] Found menu:'Run Configurations...' 19:41:46.651 DEBUG [main][MenuItemLookup] Item match:Run Configurations... 19:41:46.651 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ru&n Configurations..." 19:41:46.651 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Run Configurations... 19:41:46.651 INFO [main][MenuItemHandler] Select menu item: Ru&n Configurations... 19:41:46.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 19:41:46.742 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 19:41:46.743 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 19:41:46.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:41:46.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:41:46.744 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Create new launch configuration JUnit 19:41:46.744 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Create new launch configuration JUnit with name null 19:41:46.744 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 19:41:46.744 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:41:46.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:41:46.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:41:46.744 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 19:41:46.744 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:41:46.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:46.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:46.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:46.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:46.745 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:41:46.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:41:46.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:41:46.746 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JUnit 19:41:46.746 DEBUG [main][TreeItemHandler] Selecting tree item: JUnit 19:41:46.746 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JUnit about selection 19:41:46.746 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JUnit 19:41:46.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tree has focus and TreeItem JUnit is selected... 19:41:46.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tree has focus and TreeItem JUnit is selected finished successfully 19:41:46.764 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:41:46.764 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:41:46.781 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 19:41:46.781 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 19:41:46.782 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 19:41:46.782 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text New Configuration 19:41:46.782 INFO [main][MenuItemHandler] Select menu item: Ne&w Configuration 19:41:46.785 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Create new launch configuration JUnit with name class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest_test_configuration 19:41:46.785 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 19:41:46.785 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:41:46.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:41:46.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:41:46.921 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 19:41:46.921 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:41:46.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:46.921 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:46.921 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:46.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:46.921 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:41:46.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:41:46.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:41:46.921 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JUnit 19:41:46.921 DEBUG [main][TreeItemHandler] Selecting tree item: JUnit 19:41:46.922 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JUnit about selection 19:41:46.922 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JUnit 19:41:46.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tree has focus and TreeItem JUnit is selected... 19:41:46.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tree has focus and TreeItem JUnit is selected finished successfully 19:41:46.984 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:41:46.984 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:41:46.984 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 19:41:46.985 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 19:41:46.985 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 19:41:46.985 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text New Configuration 19:41:46.985 INFO [main][MenuItemHandler] Select menu item: Ne&w Configuration 19:41:46.987 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:") 19:41:46.987 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:41:47.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:41:47.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:41:47.118 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 19:41:47.118 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:41:47.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:47.118 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:47.122 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:47.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:47.122 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:41:47.122 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:41:47.122 INFO [WorkbenchTestable][AbstractText] Text set to: class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest_test_configuration 19:41:47.122 INFO [WorkbenchTestable][LaunchConfiguration] Apply the launch configuration 19:41:47.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 "Apply") 19:41:47.123 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:41:47.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:41:47.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:41:47.123 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 19:41:47.123 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:41:47.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:47.123 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:47.124 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:47.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:47.125 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:41:47.125 INFO [WorkbenchTestable][AbstractButton] Click button Appl&y 19:41:47.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:41:47.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:41:47.625 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:41:47.626 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:41:47.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:41:47.910 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:41:47.910 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 19:41:47.910 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 19:41:47.910 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 19:41:47.910 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 19:41:47.910 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 19:41:47.910 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 19:41:47.910 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 19:41:47.910 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 19:41:47.910 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:41:47.910 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:41:47.910 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:41:47.910 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:41:47.910 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:41:47.910 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:41:47.910 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:41:47.910 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:41:47.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:41:47.911 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Select launch configuration JUnit 19:41:47.911 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 19:41:47.911 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:41:47.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:41:47.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:41:47.912 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 19:41:47.912 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:41:47.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:47.912 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:47.912 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:47.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:47.912 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:41:47.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:41:47.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:41:47.914 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JUnit 19:41:47.914 DEBUG [main][TreeItemHandler] Selecting tree item: JUnit 19:41:47.914 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JUnit about selection 19:41:47.914 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JUnit 19:41:47.914 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 19:41:47.914 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:41:47.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:41:47.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:41:47.963 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 19:41:47.963 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:41:47.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:47.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:47.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:47.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:47.963 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:41:47.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:41:47.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:41:47.964 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Select launch configuration JUnit with name class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest_test_configuration 19:41:47.964 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 19:41:47.964 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:41:47.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:41:47.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:41:47.964 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 19:41:47.964 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:41:47.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:47.964 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:47.965 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:47.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:47.965 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:41:47.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:41:47.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:41:47.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children... 19:41:47.965 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 19:41:47.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:41:47.965 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 19:41:47.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:41:47.965 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 19:41:47.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children finished successfully 19:41:47.965 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 19:41:47.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:41:47.966 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 19:41:47.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:41:47.966 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 19:41:47.966 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest_test_configuration 19:41:47.966 DEBUG [main][TreeItemHandler] Selecting tree item: class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest_test_configuration 19:41:47.966 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest_test_configuration about selection 19:41:47.966 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest_test_configuration 19:41:47.966 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:41:48.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:41:48.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:41:48.084 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 19:41:48.084 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:41:48.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:48.084 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:48.086 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:41:48.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:48.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:41:49.088 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:49.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:41:49.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:49.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:41:50.093 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:50.095 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:41:50.595 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:50.598 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:41:51.099 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:51.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:41:51.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:51.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:41:52.104 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:52.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:41:52.606 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:52.609 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:41:53.109 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:53.111 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:41:53.611 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:53.614 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:41:54.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:54.117 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:41:54.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:54.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:41:55.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:55.122 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:41:55.622 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:55.623 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:41:56.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:56.126 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:41:56.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:56.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:41:57.128 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:57.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:41:57.630 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:57.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:41:58.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:58.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:41:58.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:41:58.135 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 19:41:58.135 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:41:58.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:41:58.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:41:58.135 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 19:41:58.135 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:41:58.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:58.135 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:58.136 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:58.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:58.136 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:41:58.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:41:58.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:41:58.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children... 19:41:58.136 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 19:41:58.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:41:58.136 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 19:41:58.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:41:58.136 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 19:41:58.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children finished successfully 19:41:58.137 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 19:41:58.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:41:58.137 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 19:41:58.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:41:58.137 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 19:41:58.137 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Delete launch configuration JUnit with name class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest_test_configuration 19:41:58.137 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 19:41:58.137 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:41:58.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:41:58.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:41:58.137 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 19:41:58.137 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:41:58.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:58.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:58.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:58.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:58.138 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:41:58.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:41:58.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:41:58.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children... 19:41:58.138 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 19:41:58.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:41:58.138 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 19:41:58.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:41:58.138 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 19:41:58.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children finished successfully 19:41:58.138 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 19:41:58.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:41:58.139 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 19:41:58.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:41:58.139 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 19:41:58.139 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest_test_configuration 19:41:58.139 DEBUG [main][TreeItemHandler] Selecting tree item: class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest_test_configuration 19:41:58.140 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest_test_configuration about selection 19:41:58.140 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest_test_configuration 19:41:58.140 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:41:58.140 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:41:58.140 DEBUG [main][MenuItemLookup] Found menu:'New Configuration' 19:41:58.140 DEBUG [main][MenuItemLookup] Found menu:'New Prototype' 19:41:58.140 DEBUG [main][MenuItemLookup] Found menu:'Export...' 19:41:58.140 DEBUG [main][MenuItemLookup] Found menu:'Duplicate' 19:41:58.140 DEBUG [main][MenuItemLookup] Found menu:'Delete' 19:41:58.140 DEBUG [main][MenuItemLookup] Item match:Delete 19:41:58.140 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Dele&te" 19:41:58.140 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete 19:41:58.140 INFO [main][MenuItemHandler] Select menu item: Dele&te 19:41:58.158 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.... 19:41:58.159 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 19:41:58.159 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Confirm Launch Configuration Deletion 19:41:58.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:41:58.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:41:58.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:58.159 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:58.160 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") 19:41:58.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:58.160 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:58.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:58.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:58.160 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:41:58.160 INFO [WorkbenchTestable][AbstractButton] Click button &Delete 19:41:58.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:41:58.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:41:58.160 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:41:58.160 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:41:58.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:41:58.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:41:58.402 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 19:41:58.402 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:41:58.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:41:58.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:41:58.402 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 19:41:58.402 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:41:58.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:58.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:58.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:58.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:58.403 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:41:58.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:41:58.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:41:58.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children... 19:41:58.403 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 19:41:58.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:41:58.404 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 19:41:58.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:41:58.404 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 19:41:58.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children finished successfully 19:41:58.404 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 19:41:58.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:41:58.404 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 19:41:58.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:41:58.404 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 19:41:58.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 19:41:58.404 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 19:41:58.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 19:41:58.404 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 19:41:58.405 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 19:41:58.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:41:58.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:41:58.405 INFO [WorkbenchTestable][AbstractShell] Close shell Run Configurations 19:41:58.405 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Run Configurations' 19:41:58.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:41:58.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:41:58.495 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest 19:41:58.495 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:41:58.495 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:41:58.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:41:58.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:41:58.496 INFO [WorkbenchTestable][RequirementsRunner] Finished test: createSelectDelete no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest) 19:41:58.496 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest 19:41:58.496 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:41:58.496 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:41:58.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:41:58.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.014 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: 11.847 s Running org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest 19:41:58.502 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest 19:41:58.503 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:41:58.503 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:41:58.503 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest 19:41:58.503 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:41:58.503 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:41:58.503 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:41:58.503 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:41:58.503 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:41:58.503 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:41:58.503 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShowConsoleOnOutput no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) 19:41:58.503 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest 19:41:58.503 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:41:58.503 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:41:58.503 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:41:58.504 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:41:58.504 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:41:58.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.*'] 19:41:58.505 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:41:58.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.*'] 19:41:58.505 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:41:58.505 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:41:58.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:41:58.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:41:58.505 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:41:58.518 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:41:58.518 DEBUG [main][MenuItemLookup] Found menu:'File' 19:41:58.518 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:41:58.518 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:41:58.518 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 19:41:58.518 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:41:58.518 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:41:58.518 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:41:58.518 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:41:58.518 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:41:58.518 DEBUG [main][MenuItemLookup] Item match:Window 19:41:58.519 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:41:58.519 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:41:58.519 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:41:58.519 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:58.519 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:41:58.519 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:41:58.519 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:58.519 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 19:41:58.519 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:58.519 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 19:41:58.519 DEBUG [main][MenuItemLookup] Item match:Preferences 19:41:58.519 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 19:41:58.519 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 19:41:58.519 INFO [main][MenuItemHandler] Select menu item: &Preferences 19:41:58.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 19:41:58.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. finished successfully 19:41:58.623 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 19:41:58.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:41:58.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:41:58.624 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 19:41:58.624 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:41:58.625 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 19:41:58.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:58.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:58.625 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:58.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:58.625 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:41:58.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:41:58.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:41:58.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 19:41:58.626 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 19:41:58.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:41:59.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:41:59.127 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 19:41:59.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 19:41:59.128 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 19:41:59.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:41:59.128 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 19:41:59.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:41:59.128 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 19:41:59.128 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 19:41:59.128 DEBUG [main][TreeItemHandler] Selecting tree item: Console 19:41:59.128 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 19:41:59.129 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 19:41:59.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:59.166 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:59.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:59.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:59.167 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") 19:41:59.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:59.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:59.168 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:59.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:59.168 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:41:59.168 INFO [WorkbenchTestable][PreferencePage] Restore default values in Preferences dialog 19:41:59.169 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 19:41:59.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:41:59.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:41:59.169 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:41:59.169 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:41:59.169 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") 19:41:59.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:59.169 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:59.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:59.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:59.171 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:41:59.171 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 19:41:59.171 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 19:41:59.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:41:59.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:41:59.171 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:41:59.171 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:41:59.171 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") 19:41:59.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:59.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:59.172 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:59.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:59.172 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:41:59.173 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") 19:41:59.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:59.173 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:59.173 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:59.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:59.174 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:41:59.174 INFO [WorkbenchTestable][CheckBox] Select checkbox &Show when program writes to standard out 19:41:59.174 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox &Show when program writes to standard out 19:41:59.174 INFO [WorkbenchTestable][AbstractButton] Click button &Show when program writes to standard out 19:41:59.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:41:59.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:41:59.174 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:41:59.174 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:41:59.174 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") 19:41:59.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:59.174 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:59.175 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:59.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:59.175 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:41:59.175 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") 19:41:59.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:59.175 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:59.176 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:59.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:59.176 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:41:59.176 INFO [WorkbenchTestable][CheckBox] Select checkbox &Show when program writes to standard out 19:41:59.176 INFO [WorkbenchTestable][CheckBox] Check checkbox &Show when program writes to standard out 19:41:59.176 INFO [WorkbenchTestable][AbstractButton] Click button &Show when program writes to standard out 19:41:59.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:41:59.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:41:59.177 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:41:59.177 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:41:59.183 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") 19:41:59.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:59.183 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:59.184 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:59.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:59.185 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:41:59.185 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:41:59.185 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:41:59.185 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:41:59.185 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 19:41:59.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:41:59.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:41:59.185 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 19:41:59.185 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:41:59.186 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) 19:41:59.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:59.186 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:59.187 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:59.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:59.187 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:41:59.188 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 19:41:59.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:41:59.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:41:59.188 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:41:59.188 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:41:59.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:41:59.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:41:59.215 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:41:59.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:41:59.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:41:59.215 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest 19:41:59.215 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:41:59.215 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:41:59.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:41:59.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:41:59.216 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.log.collector.AftersLogCollector 19:41:59.216 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShowConsoleOnOutput no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) 19:41:59.216 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:41:59.216 INFO [WorkbenchTestable][RequirementsRunner] Started test: testLimitConsoleOutput no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) 19:41:59.216 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest 19:41:59.216 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:41:59.216 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:41:59.216 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:41:59.216 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:41:59.216 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:41:59.217 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:41:59.217 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:41:59.217 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:41:59.217 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:41:59.217 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:41:59.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:41:59.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:41:59.217 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:41:59.217 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:41:59.217 DEBUG [main][MenuItemLookup] Found menu:'File' 19:41:59.217 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:41:59.217 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:41:59.218 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 19:41:59.218 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:41:59.218 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:41:59.218 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:41:59.218 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:41:59.218 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:41:59.218 DEBUG [main][MenuItemLookup] Item match:Window 19:41:59.218 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:41:59.218 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:41:59.218 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:41:59.218 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:59.218 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:41:59.218 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:41:59.218 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:59.218 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 19:41:59.218 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:59.218 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 19:41:59.218 DEBUG [main][MenuItemLookup] Item match:Preferences 19:41:59.218 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 19:41:59.218 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 19:41:59.218 INFO [main][MenuItemHandler] Select menu item: &Preferences 19:41:59.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 19:41:59.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 19:41:59.309 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 19:41:59.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:41:59.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:41:59.311 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 19:41:59.311 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:41:59.311 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 19:41:59.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:59.311 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:59.311 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:59.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:59.311 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:41:59.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:41:59.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:41:59.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 19:41:59.312 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 19:41:59.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:41:59.312 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 19:41:59.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:41:59.312 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 19:41:59.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 19:41:59.313 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 19:41:59.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:41:59.313 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 19:41:59.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:41:59.313 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 19:41:59.313 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 19:41:59.313 DEBUG [main][TreeItemHandler] Selecting tree item: Console 19:41:59.313 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 19:41:59.313 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 19:41:59.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:59.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:59.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:59.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:59.314 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") 19:41:59.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:59.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:59.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:59.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:59.315 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:41:59.315 INFO [WorkbenchTestable][PreferencePage] Restore default values in Preferences dialog 19:41:59.315 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 19:41:59.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:41:59.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:41:59.315 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:41:59.315 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:41:59.329 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") 19:41:59.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:59.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:59.330 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:59.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:59.330 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:41:59.331 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 19:41:59.331 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 19:41:59.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:41:59.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:41:59.331 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:41:59.331 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:41:59.331 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") 19:41:59.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:59.331 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:59.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:59.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:59.332 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:41:59.332 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") 19:41:59.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:59.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:59.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:59.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:59.341 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:41:59.341 INFO [WorkbenchTestable][CheckBox] Select checkbox &Limit console output 19:41:59.341 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox &Limit console output 19:41:59.341 INFO [WorkbenchTestable][AbstractButton] Click button &Limit console output 19:41:59.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:41:59.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:41:59.341 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:41:59.341 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:41:59.342 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") 19:41:59.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:59.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:59.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:59.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:59.343 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:41:59.343 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") 19:41:59.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:59.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:59.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:59.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:59.343 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:41:59.343 INFO [WorkbenchTestable][CheckBox] Select checkbox &Limit console output 19:41:59.343 INFO [WorkbenchTestable][CheckBox] Check checkbox &Limit console output 19:41:59.344 INFO [WorkbenchTestable][AbstractButton] Click button &Limit console output 19:41:59.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:41:59.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:41:59.344 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:41:59.344 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:41:59.344 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") 19:41:59.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:59.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:59.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:59.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:59.345 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:41:59.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.*'] 19:41:59.345 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:41:59.345 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:41:59.345 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 19:41:59.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:41:59.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:41:59.346 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 19:41:59.346 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:41:59.346 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) 19:41:59.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:59.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:59.347 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:59.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:59.347 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:41:59.347 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 19:41:59.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:41:59.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:41:59.347 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:41:59.347 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:41:59.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:41:59.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:41:59.390 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:41:59.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:41:59.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:41:59.391 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest 19:41:59.391 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:41:59.391 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:41:59.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:41:59.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:41:59.391 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testLimitConsoleOutput no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) 19:41:59.391 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:41:59.391 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSettingConsoleOutputSizeWithoutLimit no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) 19:41:59.391 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest 19:41:59.391 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:41:59.391 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:41:59.391 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:41:59.391 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:41:59.391 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:41:59.392 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:41:59.392 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:41:59.392 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:41:59.392 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:41:59.392 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:41:59.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:41:59.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:41:59.392 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:41:59.392 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:41:59.392 DEBUG [main][MenuItemLookup] Found menu:'File' 19:41:59.392 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:41:59.392 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:41:59.392 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 19:41:59.392 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:41:59.392 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:41:59.392 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:41:59.392 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:41:59.392 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:41:59.392 DEBUG [main][MenuItemLookup] Item match:Window 19:41:59.393 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:41:59.393 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:41:59.393 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:41:59.393 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:59.393 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:41:59.393 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:41:59.393 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:59.393 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 19:41:59.393 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:59.393 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 19:41:59.393 DEBUG [main][MenuItemLookup] Item match:Preferences 19:41:59.393 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 19:41:59.393 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 19:41:59.393 INFO [main][MenuItemHandler] Select menu item: &Preferences 19:41:59.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 19:41:59.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 'Preferences.*'] is available. finished successfully 19:41:59.488 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 19:41:59.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:41:59.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:41:59.489 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 19:41:59.489 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:41:59.489 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 19:41:59.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:59.489 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:59.490 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:59.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:59.490 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:41:59.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:41:59.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:41:59.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 19:41:59.491 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 19:41:59.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:41:59.491 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 19:41:59.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:41:59.491 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 19:41:59.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 19:41:59.491 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 19:41:59.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:41:59.491 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 19:41:59.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:41:59.491 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 19:41:59.491 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 19:41:59.491 DEBUG [main][TreeItemHandler] Selecting tree item: Console 19:41:59.492 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 19:41:59.492 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 19:41:59.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:59.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:59.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:59.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:59.492 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") 19:41:59.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:59.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:59.494 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:59.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:59.494 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:41:59.494 INFO [WorkbenchTestable][PreferencePage] Restore default values in Preferences dialog 19:41:59.494 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 19:41:59.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:41:59.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:41:59.494 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:41:59.494 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:41:59.507 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") 19:41:59.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:59.507 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:59.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:59.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:59.509 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:41:59.509 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 19:41:59.509 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 19:41:59.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:41:59.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:41:59.509 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:41:59.509 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:41:59.510 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") 19:41:59.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:59.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:59.513 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:59.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:59.513 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:41:59.514 INFO [WorkbenchTestable][CheckBox] Select checkbox &Limit console output 19:41:59.514 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox &Limit console output 19:41:59.514 INFO [WorkbenchTestable][AbstractButton] Click button &Limit console output 19:41:59.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:41:59.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:41:59.514 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:41:59.514 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:41:59.515 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") 19:41:59.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:59.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:59.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:59.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:59.515 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:41:59.516 INFO [WorkbenchTestable][CheckBox] Select checkbox &Limit console output 19:41:59.516 INFO [WorkbenchTestable][CheckBox] Check checkbox &Limit console output 19:41:59.516 INFO [WorkbenchTestable][AbstractButton] Click button &Limit console output 19:41:59.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:41:59.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:41:59.516 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:41:59.516 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:41:59.516 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):") 19:41:59.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:59.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:59.521 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:59.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:59.521 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:41:59.521 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:41:59.521 INFO [WorkbenchTestable][AbstractText] Text set to: 54321 19:41:59.522 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") 19:41:59.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:59.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:59.522 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:59.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:59.522 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:41:59.523 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):") 19:41:59.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:59.524 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:59.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:59.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:59.534 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:41:59.534 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:41:59.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.*'] 19:41:59.535 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:41:59.536 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:41:59.536 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 19:41:59.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:41:59.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:41:59.537 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 19:41:59.537 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:41:59.537 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) 19:41:59.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:59.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:59.539 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:59.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:59.539 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:41:59.539 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 19:41:59.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:41:59.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:41:59.539 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:41:59.539 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:41:59.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:41:59.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:41:59.602 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:41:59.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:41:59.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:41:59.602 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest 19:41:59.602 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:41:59.602 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:41:59.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:41:59.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:41:59.602 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSettingConsoleOutputSizeWithoutLimit no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) 19:41:59.602 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:41:59.602 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSettingConsoleOutputSizeWithLimit no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) 19:41:59.602 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest 19:41:59.602 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:41:59.602 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:41:59.602 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:41:59.603 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:41:59.603 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:41:59.603 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:41:59.603 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:41:59.603 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:41:59.603 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:41:59.603 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:41:59.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:41:59.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:41:59.603 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:41:59.603 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:41:59.603 DEBUG [main][MenuItemLookup] Found menu:'File' 19:41:59.604 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:41:59.604 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:41:59.604 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 19:41:59.604 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:41:59.604 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:41:59.604 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:41:59.604 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:41:59.604 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:41:59.604 DEBUG [main][MenuItemLookup] Item match:Window 19:41:59.604 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:41:59.604 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:41:59.604 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:41:59.604 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:59.604 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:41:59.604 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:41:59.604 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:59.604 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 19:41:59.604 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:59.604 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 19:41:59.604 DEBUG [main][MenuItemLookup] Item match:Preferences 19:41:59.604 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 19:41:59.604 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 19:41:59.604 INFO [main][MenuItemHandler] Select menu item: &Preferences 19:41:59.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.... 19:41:59.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 'Preferences.*'] is available. finished successfully 19:41:59.685 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 19:41:59.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:41:59.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:41:59.686 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 19:41:59.686 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:41:59.686 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 19:41:59.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:59.686 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:59.687 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:59.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:59.687 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:41:59.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:41:59.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:41:59.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 19:41:59.688 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 19:41:59.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:41:59.688 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 19:41:59.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:41:59.688 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 19:41:59.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 19:41:59.688 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 19:41:59.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:41:59.688 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 19:41:59.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:41:59.688 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 19:41:59.688 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 19:41:59.688 DEBUG [main][TreeItemHandler] Selecting tree item: Console 19:41:59.688 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 19:41:59.689 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 19:41:59.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:59.689 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:59.689 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:59.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:59.689 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") 19:41:59.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:59.689 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:59.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:59.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:59.690 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:41:59.691 INFO [WorkbenchTestable][PreferencePage] Restore default values in Preferences dialog 19:41:59.691 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 19:41:59.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:41:59.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:41:59.691 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:41:59.691 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:41:59.691 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") 19:41:59.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:59.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:59.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:59.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:59.692 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:41:59.693 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 19:41:59.693 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 19:41:59.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:41:59.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:41:59.693 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:41:59.693 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:41:59.693 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") 19:41:59.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:59.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:59.694 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:59.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:59.694 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:41:59.694 INFO [WorkbenchTestable][CheckBox] Select checkbox &Limit console output 19:41:59.695 DEBUG [WorkbenchTestable][CheckBox] Checkbox &Limit console output already selected, no action performed 19:41:59.695 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") 19:41:59.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:59.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:59.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:59.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:59.695 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:41:59.696 INFO [WorkbenchTestable][CheckBox] Select checkbox &Limit console output 19:41:59.696 DEBUG [WorkbenchTestable][CheckBox] Checkbox &Limit console output already selected, no action performed 19:41:59.696 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):") 19:41:59.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:59.696 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:59.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:59.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:59.715 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:41:59.715 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:41:59.716 INFO [WorkbenchTestable][AbstractText] Text set to: 12345 19:41:59.716 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") 19:41:59.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:59.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:59.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:59.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:59.717 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:41:59.718 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):") 19:41:59.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:59.718 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:59.721 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:59.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:59.721 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:41:59.721 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:41:59.722 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:41:59.722 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:41:59.722 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:41:59.723 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 19:41:59.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:41:59.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:41:59.723 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 19:41:59.723 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:41:59.723 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) 19:41:59.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:59.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:59.725 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:59.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:59.725 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:41:59.725 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 19:41:59.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:41:59.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:41:59.725 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:41:59.725 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:41:59.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:41:59.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:41:59.746 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:41:59.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:41:59.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:41:59.782 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest 19:41:59.782 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:41:59.782 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:41:59.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:41:59.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:41:59.783 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSettingConsoleOutputSizeWithLimit no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) 19:41:59.783 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:41:59.783 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShowConsoleOnError no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) 19:41:59.783 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest 19:41:59.783 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:41:59.783 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:41:59.783 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:41:59.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.*'] 19:41:59.783 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:41:59.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.*'] 19:41:59.784 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:41:59.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.*'] 19:41:59.784 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:41:59.784 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:41:59.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:41:59.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:41:59.784 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:41:59.784 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:41:59.784 DEBUG [main][MenuItemLookup] Found menu:'File' 19:41:59.785 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:41:59.785 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:41:59.785 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 19:41:59.785 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:41:59.785 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:41:59.785 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:41:59.785 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:41:59.785 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:41:59.785 DEBUG [main][MenuItemLookup] Item match:Window 19:41:59.785 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:41:59.785 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:41:59.785 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:41:59.785 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:59.785 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:41:59.785 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:41:59.785 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:59.785 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 19:41:59.785 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:59.785 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 19:41:59.785 DEBUG [main][MenuItemLookup] Item match:Preferences 19:41:59.785 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 19:41:59.785 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 19:41:59.786 INFO [main][MenuItemHandler] Select menu item: &Preferences 19:41:59.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 19:41:59.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. finished successfully 19:41:59.861 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 19:41:59.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:41:59.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:41:59.862 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 19:41:59.862 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:41:59.862 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 19:41:59.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:59.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:59.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:59.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:59.862 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:41:59.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:41:59.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:41:59.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 19:41:59.895 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 19:41:59.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:41:59.895 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 19:41:59.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:41:59.895 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 19:41:59.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 19:41:59.895 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 19:41:59.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:41:59.896 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 19:41:59.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:41:59.896 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 19:41:59.896 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 19:41:59.896 DEBUG [main][TreeItemHandler] Selecting tree item: Console 19:41:59.896 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 19:41:59.896 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 19:41:59.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:59.896 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:59.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:59.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:59.897 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") 19:41:59.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:59.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:59.898 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:59.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:59.898 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:41:59.898 INFO [WorkbenchTestable][PreferencePage] Restore default values in Preferences dialog 19:41:59.898 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 19:41:59.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:41:59.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:41:59.899 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:41:59.899 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:41:59.899 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") 19:41:59.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:59.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:59.900 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:59.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:59.900 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:41:59.900 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 19:41:59.900 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 19:41:59.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:41:59.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:41:59.900 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:41:59.900 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:41:59.901 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") 19:41:59.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:59.901 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:59.901 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:59.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:59.901 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:41:59.902 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") 19:41:59.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:59.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:59.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:59.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:59.902 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:41:59.903 INFO [WorkbenchTestable][CheckBox] Select checkbox Show when &program writes to standard error 19:41:59.903 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox Show when &program writes to standard error 19:41:59.916 INFO [WorkbenchTestable][AbstractButton] Click button Show when &program writes to standard error 19:41:59.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:41:59.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:41:59.917 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:41:59.917 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:41:59.917 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") 19:41:59.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:59.917 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:59.918 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:59.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:59.918 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:41:59.918 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") 19:41:59.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:59.918 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:59.919 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:59.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:59.919 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:41:59.919 INFO [WorkbenchTestable][CheckBox] Select checkbox Show when &program writes to standard error 19:41:59.919 INFO [WorkbenchTestable][CheckBox] Check checkbox Show when &program writes to standard error 19:41:59.919 INFO [WorkbenchTestable][AbstractButton] Click button Show when &program writes to standard error 19:41:59.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:41:59.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:41:59.919 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:41:59.919 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:41:59.923 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") 19:41:59.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:59.923 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:59.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:59.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:59.924 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:41:59.925 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:41:59.925 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:41:59.925 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:41:59.925 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 19:41:59.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:41:59.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:41:59.925 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 19:41:59.925 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:41:59.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) 19:41:59.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:41:59.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:41:59.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:41:59.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:41:59.927 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:41:59.927 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 19:41:59.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:41:59.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:41:59.927 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:41:59.927 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:41:59.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:41:59.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:41:59.958 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:41:59.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:41:59.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:41:59.959 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest 19:41:59.959 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:41:59.959 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:41:59.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:41:59.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:41:59.959 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShowConsoleOnError no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) 19:41:59.959 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest 19:41:59.959 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:41:59.959 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:41:59.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:41:59.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.457 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: 0.713 s testLimitConsoleOutput no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) Time elapsed: 0.175 s testSettingConsoleOutputSizeWithoutLimit no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) Time elapsed: 0.211 s testSettingConsoleOutputSizeWithLimit no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) Time elapsed: 0.181 s testShowConsoleOnError no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) Time elapsed: 0.176 s Running org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenSettingsPreferencePageTest 19:41:59.990 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenSettingsPreferencePageTest 19:41:59.991 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:41:59.991 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:41:59.991 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenSettingsPreferencePageTest 19:41:59.991 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:41:59.991 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:41:59.991 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:41:59.991 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:41:59.991 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:41:59.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.*'] 19:41:59.992 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:41:59.992 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:41:59.992 INFO [WorkbenchTestable][RequirementsRunner] Started test: setSettingsXMLTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenSettingsPreferencePageTest) 19:41:59.992 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenSettingsPreferencePageTest 19:41:59.992 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:41:59.992 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:41:59.992 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:41:59.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.*'] 19:41:59.992 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:41:59.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.*'] 19:41:59.992 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:41:59.992 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:41:59.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:41:59.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:41:59.993 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:41:59.993 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:41:59.993 DEBUG [main][MenuItemLookup] Found menu:'File' 19:41:59.993 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:41:59.993 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:41:59.993 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 19:41:59.993 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:41:59.993 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:41:59.993 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:41:59.993 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:41:59.993 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:41:59.993 DEBUG [main][MenuItemLookup] Item match:Window 19:41:59.993 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:41:59.993 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:41:59.993 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:41:59.993 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:59.993 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:41:59.993 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:41:59.993 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:59.993 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 19:41:59.993 DEBUG [main][MenuItemLookup] Found menu:'' 19:41:59.993 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 19:41:59.993 DEBUG [main][MenuItemLookup] Item match:Preferences 19:41:59.993 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 19:41:59.993 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 19:41:59.994 INFO [main][MenuItemHandler] Select menu item: &Preferences 19:42:00.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 19:42:00.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 19:42:00.072 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 19:42:00.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:42:00.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:42:00.073 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 19:42:00.073 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:00.073 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 19:42:00.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:00.073 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:00.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:00.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:00.073 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:42:00.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:42:00.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:42:00.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 19:42:00.074 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 19:42:00.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:42:00.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:42:00.576 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 19:42:00.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 19:42:00.577 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 19:42:00.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:42:00.577 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 19:42:00.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:42:00.577 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 19:42:00.577 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item User Settings 19:42:00.577 DEBUG [main][TreeItemHandler] Selecting tree item: User Settings 19:42:00.577 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item User Settings about selection 19:42:00.578 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: User Settings 19:42:00.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:00.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:00.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:00.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:00.590 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") 19:42:00.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:00.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:00.591 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:00.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:00.591 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:00.592 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 19:42:00.592 DEBUG [main][AbstractWait] Waiting until widget is found... 19:42:00.592 TRACE [main][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:42:00.592 TRACE [main][WidgetLookup] widget with index 1 is found 19:42:00.592 DEBUG [main][AbstractWait] Waiting until widget is found finished successfully 19:42:00.592 DEBUG [main][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 19:42:00.592 DEBUG [main][AbstractText] Set focus to Text 19:42:00.593 INFO [WorkbenchTestable][AbstractText] Text set to: test 19:42:00.599 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") 19:42:00.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:00.599 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:00.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:00.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:00.600 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:00.601 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 19:42:00.601 DEBUG [main][AbstractWait] Waiting until widget is found... 19:42:00.601 TRACE [main][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:42:00.601 TRACE [main][WidgetLookup] widget with index 1 is found 19:42:00.601 DEBUG [main][AbstractWait] Waiting until widget is found finished successfully 19:42:00.601 DEBUG [main][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 19:42:00.601 DEBUG [main][AbstractText] Set focus to Text 19:42:00.602 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) 19:42:00.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:00.602 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:00.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:00.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:00.603 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:00.603 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 19:42:00.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:42:00.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:42:00.603 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:42:00.603 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:42:00.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:42:00.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:42:00.627 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:42:00.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:42:00.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:42:00.627 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenSettingsPreferencePageTest 19:42:00.627 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:42:00.627 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:42:00.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:42:00.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:42:00.627 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setSettingsXMLTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenSettingsPreferencePageTest) 19:42:00.627 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenSettingsPreferencePageTest 19:42:00.628 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:42:00.628 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:42:00.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:42:00.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.638 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.635 s Running org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 19:42:00.633 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 19:42:00.633 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:42:00.633 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:42:00.634 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 19:42:00.634 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:42:00.634 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:42:00.634 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:42:00.634 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:42:00.634 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:42:00.634 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:42:00.634 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:00.635 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:42:00.635 INFO [WorkbenchTestable][RequirementsRunner] Started test: setLocalCatalogTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) 19:42:00.635 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 19:42:00.635 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:42:00.635 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:42:00.635 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:42:00.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.*'] 19:42:00.646 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:00.646 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:42:00.646 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:00.646 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:42:00.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:42:00.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:42:00.646 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:42:00.646 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:42:00.646 DEBUG [main][MenuItemLookup] Found menu:'File' 19:42:00.647 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:42:00.647 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:42:00.647 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 19:42:00.647 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:42:00.647 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:42:00.647 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:42:00.647 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:42:00.647 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:42:00.647 DEBUG [main][MenuItemLookup] Item match:Window 19:42:00.647 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:42:00.647 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:42:00.647 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:42:00.647 DEBUG [main][MenuItemLookup] Found menu:'' 19:42:00.647 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:42:00.647 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:42:00.647 DEBUG [main][MenuItemLookup] Found menu:'' 19:42:00.647 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 19:42:00.647 DEBUG [main][MenuItemLookup] Found menu:'' 19:42:00.647 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 19:42:00.647 DEBUG [main][MenuItemLookup] Item match:Preferences 19:42:00.647 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 19:42:00.647 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 19:42:00.647 INFO [main][MenuItemHandler] Select menu item: &Preferences 19:42:00.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 'Preferences.*'] is available.... 19:42:00.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 19:42:00.714 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 19:42:00.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:42:00.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:42:00.715 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 19:42:00.715 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:00.715 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 19:42:00.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:00.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:00.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:00.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:00.715 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:42:00.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:42:00.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:42:00.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 19:42:00.716 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 19:42:00.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:42:00.716 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 19:42:00.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:42:00.716 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 19:42:00.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 19:42:00.717 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 19:42:00.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:42:00.717 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 19:42:00.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:42:00.717 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 19:42:00.717 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Archetypes 19:42:00.717 DEBUG [main][TreeItemHandler] Selecting tree item: Archetypes 19:42:00.717 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Archetypes about selection 19:42:00.717 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Archetypes 19:42:00.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:00.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:00.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:00.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:00.745 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...") 19:42:00.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:00.746 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:00.746 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:00.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:00.746 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:00.747 INFO [WorkbenchTestable][AbstractButton] Click button Add &Local Catalog... 19:42:00.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:42:00.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:42:00.747 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:42:00.747 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:42:00.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Local Archetype Catalog"] is available.... 19:42:00.800 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 19:42:00.800 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Local Archetype Catalog 19:42:00.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:42:00.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:42:00.801 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 19:42:00.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:00.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:00.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:00.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:00.802 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 19:42:00.805 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/m2e/core/ui/preferences/archetype-catalog.xml 19:42:00.807 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:") 19:42:00.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:00.807 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:00.808 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:00.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:00.808 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:42:00.808 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:42:00.808 INFO [WorkbenchTestable][AbstractText] Text set to: Local Test Catalog 19:42:00.809 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) 19:42:00.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:00.809 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:00.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:00.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:00.809 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:00.809 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:42:00.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:42:00.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:42:00.810 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:42:00.810 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:42:00.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:42:00.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:42:00.830 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 19:42:00.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:00.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:00.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:00.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:00.831 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:42:00.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:42:00.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:42:00.832 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 19:42:00.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:00.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:00.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:00.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:00.832 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:42:00.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:42:00.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:42:00.833 TRACE [main][WidgetHandler] Notify Table with event 13 19:42:00.833 TRACE [main][WidgetHandler] Wait for synchronization 19:42:00.833 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") 19:42:00.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:00.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:00.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:00.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:00.834 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:00.834 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 19:42:00.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:42:00.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:42:00.834 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:42:00.834 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:42:00.841 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 19:42:00.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:00.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:00.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:00.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:00.841 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:42:00.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:42:00.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:42:00.842 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) 19:42:00.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:00.842 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:00.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:00.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:00.843 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:00.844 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 19:42:00.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:42:00.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:42:00.844 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:42:00.844 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:42:00.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:42:00.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:42:00.865 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:42:00.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:42:00.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:42:00.865 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 19:42:00.866 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:42:00.866 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:42:00.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:42:00.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:42:00.891 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setLocalCatalogTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) 19:42:00.891 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:42:00.891 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:00.891 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:42:00.892 INFO [WorkbenchTestable][RequirementsRunner] Started test: setRemoteCatalogTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) 19:42:00.892 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 19:42:00.892 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:42:00.892 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:42:00.892 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:42:00.892 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:42:00.892 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:00.892 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:42:00.892 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:00.892 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:42:00.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:42:00.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:42:00.892 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:42:00.892 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:42:00.893 DEBUG [main][MenuItemLookup] Found menu:'File' 19:42:00.893 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:42:00.893 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:42:00.893 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 19:42:00.893 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:42:00.893 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:42:00.893 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:42:00.893 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:42:00.893 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:42:00.893 DEBUG [main][MenuItemLookup] Item match:Window 19:42:00.893 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:42:00.893 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:42:00.893 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:42:00.893 DEBUG [main][MenuItemLookup] Found menu:'' 19:42:00.893 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:42:00.893 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:42:00.893 DEBUG [main][MenuItemLookup] Found menu:'' 19:42:00.893 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 19:42:00.893 DEBUG [main][MenuItemLookup] Found menu:'' 19:42:00.893 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 19:42:00.893 DEBUG [main][MenuItemLookup] Item match:Preferences 19:42:00.893 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 19:42:00.893 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 19:42:00.894 INFO [main][MenuItemHandler] Select menu item: &Preferences 19:42:00.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 'Preferences.*'] is available.... 19:42:00.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 19:42:00.956 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 19:42:00.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:42:00.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:42:00.957 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 19:42:00.957 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:00.985 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 19:42:00.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:00.985 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:00.985 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:00.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:00.985 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:42:00.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:42:00.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:42:00.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 19:42:00.986 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 19:42:00.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:42:00.986 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 19:42:00.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:42:00.986 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 19:42:00.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 19:42:00.987 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 19:42:00.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:42:00.987 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 19:42:00.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:42:00.987 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 19:42:00.987 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Archetypes 19:42:00.987 DEBUG [main][TreeItemHandler] Selecting tree item: Archetypes 19:42:00.987 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Archetypes about selection 19:42:00.987 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Archetypes 19:42:00.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:00.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:00.987 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:00.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:00.988 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...") 19:42:00.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:00.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:00.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:00.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:00.988 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:00.989 INFO [WorkbenchTestable][AbstractButton] Click button Add &Remote Catalog... 19:42:00.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:42:00.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:42:00.989 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:42:00.989 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:42:01.026 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: "Remote Archetype Catalog"] is available.... 19:42:01.027 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:01.027 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:01.027 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:01.027 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: "Remote Archetype Catalog"] is available. finished successfully 19:42:01.027 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Remote Archetype Catalog 19:42:01.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:42:01.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:42:01.028 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.jface.dialogs.TitleAreaDialog, index 0 and no matchers specified 19:42:01.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:01.028 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:01.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:01.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:01.028 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 19:42:01.029 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:https://repo1.maven.org/maven2/archetype-catalog.xml 19:42:01.031 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.jface.dialogs.TitleAreaDialog, index 0 and following matchers specified (Matcher matching widget with label: is "Description:") 19:42:01.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:01.031 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:01.033 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:01.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:01.033 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:42:01.033 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:42:01.034 INFO [WorkbenchTestable][AbstractText] Text set to: Remote Test Catalog 19:42:01.034 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.dialogs.TitleAreaDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Verify...") 19:42:01.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:01.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:01.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:01.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:01.035 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:01.035 INFO [WorkbenchTestable][AbstractButton] Click button &Verify... 19:42:01.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:42:01.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:42:01.035 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:42:01.035 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:42:01.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:42:01.036 DEBUG [WorkbenchTestable][JobIsRunning] job 'Downloading remote catalog' has no excuses, wait for it 19:42:01.536 DEBUG [WorkbenchTestable][JobIsRunning] job 'Downloading remote catalog' has no excuses, wait for it 19:42:02.037 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:42:02.037 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:42:02.037 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:42:02.037 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:42:02.037 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:42:02.037 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:42:02.037 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:42:02.037 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:42:02.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:42:02.037 TRACE [WorkbenchTestable][TitleAreaDialog] Shell Remote Archetype Catalog is not null and is not disposed 19:42:02.039 TRACE [WorkbenchTestable][TitleAreaDialog] Shell Remote Archetype Catalog is not null and is not disposed 19:42:02.040 INFO [WorkbenchTestable][MavenArchetypesPreferencePage] Found 43633 archetype(s) 19:42:02.040 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.dialogs.TitleAreaDialog, 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) 19:42:02.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:02.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:02.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:02.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:02.040 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:02.041 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:42:02.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:42:02.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:42:02.041 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:42:02.041 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:42:02.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:42:02.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:42:02.063 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 19:42:02.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:02.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:02.064 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:02.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:02.064 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:42:02.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:42:02.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:42:02.065 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 19:42:02.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:02.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:02.065 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:02.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:02.065 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:42:02.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:42:02.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:42:02.066 TRACE [main][WidgetHandler] Notify Table with event 13 19:42:02.066 TRACE [main][WidgetHandler] Wait for synchronization 19:42:02.066 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") 19:42:02.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:02.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:02.067 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:02.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:02.067 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:02.067 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 19:42:02.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:42:02.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:42:02.067 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:42:02.067 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:42:02.069 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 19:42:02.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:02.069 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:02.069 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:02.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:02.069 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:42:02.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:42:02.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:42:02.070 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) 19:42:02.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:02.070 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:02.071 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:02.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:02.071 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:02.071 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 19:42:02.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:42:02.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:42:02.071 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:42:02.071 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:42:02.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:42:02.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:42:02.090 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:42:02.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:42:02.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:42:02.090 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 19:42:02.090 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:42:02.090 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:42:02.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:42:02.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:42:02.090 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setRemoteCatalogTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) 19:42:02.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.*'] 19:42:02.091 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:02.091 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:42:02.091 INFO [WorkbenchTestable][RequirementsRunner] Started test: setRemoteCatalogNotVerifyTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) 19:42:02.091 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 19:42:02.091 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:42:02.091 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:42:02.091 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:42:02.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.*'] 19:42:02.091 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:02.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.*'] 19:42:02.091 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:02.091 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:42:02.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:42:02.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:42:02.091 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:42:02.092 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:42:02.092 DEBUG [main][MenuItemLookup] Found menu:'File' 19:42:02.092 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:42:02.092 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:42:02.093 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 19:42:02.093 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:42:02.093 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:42:02.093 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:42:02.093 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:42:02.093 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:42:02.093 DEBUG [main][MenuItemLookup] Item match:Window 19:42:02.093 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:42:02.093 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:42:02.093 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:42:02.093 DEBUG [main][MenuItemLookup] Found menu:'' 19:42:02.093 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:42:02.093 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:42:02.093 DEBUG [main][MenuItemLookup] Found menu:'' 19:42:02.093 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 19:42:02.093 DEBUG [main][MenuItemLookup] Found menu:'' 19:42:02.093 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 19:42:02.093 DEBUG [main][MenuItemLookup] Item match:Preferences 19:42:02.093 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 19:42:02.093 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 19:42:02.093 INFO [main][MenuItemHandler] Select menu item: &Preferences 19:42:02.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 19:42:02.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 19:42:02.157 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 19:42:02.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:42:02.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:42:02.158 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 19:42:02.158 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:02.158 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 19:42:02.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:02.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:02.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:02.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:02.158 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:42:02.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:42:02.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:42:02.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 19:42:02.159 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 19:42:02.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:42:02.159 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 19:42:02.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:42:02.159 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 19:42:02.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 19:42:02.160 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 19:42:02.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:42:02.160 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 19:42:02.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:42:02.160 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 19:42:02.160 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Archetypes 19:42:02.160 DEBUG [main][TreeItemHandler] Selecting tree item: Archetypes 19:42:02.160 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Archetypes about selection 19:42:02.160 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Archetypes 19:42:02.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:02.160 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:02.161 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:02.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:02.161 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...") 19:42:02.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:02.161 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:02.162 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:02.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:02.162 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:02.169 INFO [WorkbenchTestable][AbstractButton] Click button Add &Remote Catalog... 19:42:02.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:42:02.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:42:02.169 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:42:02.169 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:42:02.203 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: "Remote Archetype Catalog"] is available.... 19:42:02.203 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:02.204 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:02.204 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:02.204 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: "Remote Archetype Catalog"] is available. finished successfully 19:42:02.204 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Remote Archetype Catalog 19:42:02.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:42:02.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:42:02.204 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.jface.dialogs.TitleAreaDialog, index 0 and no matchers specified 19:42:02.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:02.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:02.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:02.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:02.205 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 19:42:02.205 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:https://repo1.maven.org/maven2/archetype-catalog.xml_test 19:42:02.207 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.jface.dialogs.TitleAreaDialog, index 0 and following matchers specified (Matcher matching widget with label: is "Description:") 19:42:02.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:02.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:02.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:02.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:02.208 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:42:02.208 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:42:02.208 INFO [WorkbenchTestable][AbstractText] Text set to: Remote Test Catalog 19:42:02.208 INFO [WorkbenchTestable][MavenArchetypesPreferencePage] 19:42:02.209 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.dialogs.TitleAreaDialog, 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) 19:42:02.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:02.209 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:02.209 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:02.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:02.209 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:02.209 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:42:02.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:42:02.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:42:02.209 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:42:02.209 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:42:02.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:42:02.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:42:02.232 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 19:42:02.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:02.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:02.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:02.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:02.233 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:42:02.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:42:02.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:42:02.233 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 19:42:02.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:02.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:02.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:02.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:02.234 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:42:02.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:42:02.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:42:02.234 TRACE [main][WidgetHandler] Notify Table with event 13 19:42:02.234 TRACE [main][WidgetHandler] Wait for synchronization 19:42:02.234 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") 19:42:02.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:02.234 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:02.235 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:02.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:02.235 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:02.235 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 19:42:02.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:42:02.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:42:02.236 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:42:02.236 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:42:02.237 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 19:42:02.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:02.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:02.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:02.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:02.238 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:42:02.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:42:02.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:42:02.238 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) 19:42:02.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:02.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:02.239 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:02.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:02.240 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:02.240 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 19:42:02.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:42:02.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:42:02.240 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:42:02.240 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:42:02.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:42:02.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:42:02.273 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:42:02.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:42:02.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:42:02.274 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 19:42:02.274 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:42:02.274 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:42:02.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:42:02.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:42:02.274 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setRemoteCatalogNotVerifyTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) 19:42:02.274 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:42:02.274 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:02.275 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:42:02.275 INFO [WorkbenchTestable][RequirementsRunner] Started test: editLocalCatalogTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) 19:42:02.275 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 19:42:02.275 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:42:02.275 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:42:02.275 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:42:02.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.*'] 19:42:02.275 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:02.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.*'] 19:42:02.275 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:02.275 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:42:02.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:42:02.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:42:02.275 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:42:02.275 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:42:02.276 DEBUG [main][MenuItemLookup] Found menu:'File' 19:42:02.276 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:42:02.276 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:42:02.276 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 19:42:02.276 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:42:02.276 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:42:02.276 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:42:02.276 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:42:02.276 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:42:02.276 DEBUG [main][MenuItemLookup] Item match:Window 19:42:02.276 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:42:02.276 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:42:02.276 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:42:02.276 DEBUG [main][MenuItemLookup] Found menu:'' 19:42:02.276 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:42:02.276 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:42:02.276 DEBUG [main][MenuItemLookup] Found menu:'' 19:42:02.276 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 19:42:02.276 DEBUG [main][MenuItemLookup] Found menu:'' 19:42:02.276 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 19:42:02.276 DEBUG [main][MenuItemLookup] Item match:Preferences 19:42:02.276 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 19:42:02.277 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 19:42:02.277 INFO [main][MenuItemHandler] Select menu item: &Preferences 19:42:02.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 'Preferences.*'] is available.... 19:42:02.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 'Preferences.*'] is available. finished successfully 19:42:02.341 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 19:42:02.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:42:02.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:42:02.343 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 19:42:02.343 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:02.343 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 19:42:02.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:02.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:02.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:02.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:02.343 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:42:02.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:42:02.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:42:02.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 19:42:02.344 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 19:42:02.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:42:02.344 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 19:42:02.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:42:02.345 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 19:42:02.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 19:42:02.345 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 19:42:02.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:42:02.345 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 19:42:02.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:42:02.345 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 19:42:02.345 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Archetypes 19:42:02.345 DEBUG [main][TreeItemHandler] Selecting tree item: Archetypes 19:42:02.345 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Archetypes about selection 19:42:02.346 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Archetypes 19:42:02.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:02.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:02.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:02.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:02.353 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...") 19:42:02.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:02.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:02.353 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:02.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:02.353 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:02.354 INFO [WorkbenchTestable][AbstractButton] Click button Add &Local Catalog... 19:42:02.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:42:02.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:42:02.354 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:42:02.354 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:42:02.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Local Archetype Catalog"] is available.... 19:42:02.426 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 19:42:02.426 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Local Archetype Catalog 19:42:02.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:42:02.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:42:02.427 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 19:42:02.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:02.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:02.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:02.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:02.427 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 19:42:02.428 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/m2e/core/ui/preferences/archetype-catalog.xml 19:42:02.430 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:") 19:42:02.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:02.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:02.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:02.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:02.432 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:42:02.432 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:42:02.433 INFO [WorkbenchTestable][AbstractText] Text set to: Local Test Catalog 19:42:02.433 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) 19:42:02.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:02.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:02.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:02.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:02.434 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:02.434 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:42:02.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:42:02.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:42:02.434 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:42:02.434 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:42:02.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:42:02.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:42:02.455 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 19:42:02.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:02.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:02.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:02.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:02.456 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:42:02.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:42:02.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:42:02.457 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 19:42:02.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:02.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:02.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:02.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:02.457 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:42:02.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:42:02.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:42:02.457 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...") 19:42:02.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:02.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:02.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:02.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:02.458 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:02.459 INFO [WorkbenchTestable][AbstractButton] Click button &Edit... 19:42:02.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:42:02.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:42:02.459 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:42:02.459 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:42:02.510 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: Matcher matching text to regular expression '.* Archetype Catalog'] is available.... 19:42:02.510 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:02.511 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:02.511 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:02.511 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: Matcher matching text to regular expression '.* Archetype Catalog'] is available. finished successfully 19:42:02.511 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Local Archetype Catalog 19:42:02.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:42:02.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:42:02.513 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.jface.dialogs.TitleAreaDialog, index 0 and no matchers specified 19:42:02.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:02.514 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:02.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:02.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:02.514 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 19:42:02.515 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo /home/jenkins/agent/workspace/reddeer.verification.parametrized/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.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/m2e/core/ui/preferences/archetype-catalog.xml 19:42:02.517 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.jface.dialogs.TitleAreaDialog, index 0 and following matchers specified (Matcher matching widget with label: is "Description:") 19:42:02.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:02.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:02.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:02.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:02.518 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:42:02.518 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:42:02.519 INFO [WorkbenchTestable][AbstractText] Text set to: Local: Local Test Catalog test 19:42:02.519 INFO [WorkbenchTestable][MavenArchetypesPreferencePage] 19:42:02.519 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.dialogs.TitleAreaDialog, 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) 19:42:02.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:02.519 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:02.520 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:02.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:02.520 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:02.520 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:42:02.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:42:02.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:42:02.521 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:42:02.521 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:42:02.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:42:02.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:42:02.540 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 19:42:02.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:02.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:02.540 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:02.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:02.540 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:42:02.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:42:02.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:42:02.541 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") 19:42:02.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:02.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:02.542 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:02.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:02.542 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:02.542 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 19:42:02.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:42:02.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:42:02.542 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:42:02.542 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:42:02.545 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 19:42:02.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:02.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:02.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:02.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:02.550 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:42:02.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:42:02.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:42:02.551 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) 19:42:02.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:02.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:02.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:02.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:02.552 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:02.553 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 19:42:02.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:42:02.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:42:02.553 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:42:02.553 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:42:02.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:42:02.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:42:02.582 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:42:02.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:42:02.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:42:02.582 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 19:42:02.582 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:42:02.582 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:42:02.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:42:02.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:42:02.582 INFO [WorkbenchTestable][RequirementsRunner] Finished test: editLocalCatalogTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) 19:42:02.583 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:42:02.583 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:02.583 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:42:02.583 INFO [WorkbenchTestable][RequirementsRunner] Started test: editRemoteCatalogTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) 19:42:02.583 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 19:42:02.583 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:42:02.583 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:42:02.583 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:42:02.583 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:42:02.583 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:02.583 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:42:02.583 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:02.583 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:42:02.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:42:02.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:42:02.583 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:42:02.583 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:42:02.583 DEBUG [main][MenuItemLookup] Found menu:'File' 19:42:02.584 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:42:02.584 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:42:02.584 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 19:42:02.584 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:42:02.584 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:42:02.584 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:42:02.584 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:42:02.584 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:42:02.584 DEBUG [main][MenuItemLookup] Item match:Window 19:42:02.584 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:42:02.584 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:42:02.584 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:42:02.584 DEBUG [main][MenuItemLookup] Found menu:'' 19:42:02.584 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:42:02.584 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:42:02.584 DEBUG [main][MenuItemLookup] Found menu:'' 19:42:02.584 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 19:42:02.584 DEBUG [main][MenuItemLookup] Found menu:'' 19:42:02.584 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 19:42:02.584 DEBUG [main][MenuItemLookup] Item match:Preferences 19:42:02.584 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 19:42:02.584 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 19:42:02.584 INFO [main][MenuItemHandler] Select menu item: &Preferences 19:42:02.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 19:42:02.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 19:42:02.644 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 19:42:02.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:42:02.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:42:02.645 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 19:42:02.645 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:02.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 19:42:02.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:02.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:02.645 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:02.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:02.645 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:42:02.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:42:02.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:42:02.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 19:42:02.646 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 19:42:02.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:42:02.646 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 19:42:02.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:42:02.646 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 19:42:02.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 19:42:02.646 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 19:42:02.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:42:02.646 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 19:42:02.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:42:02.646 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 19:42:02.647 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Archetypes 19:42:02.647 DEBUG [main][TreeItemHandler] Selecting tree item: Archetypes 19:42:02.647 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Archetypes about selection 19:42:02.647 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Archetypes 19:42:02.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:02.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:02.648 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:02.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:02.648 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...") 19:42:02.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:02.648 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:02.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:02.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:02.649 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:02.650 INFO [WorkbenchTestable][AbstractButton] Click button Add &Remote Catalog... 19:42:02.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:42:02.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:42:02.650 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:42:02.650 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:42:02.684 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: "Remote Archetype Catalog"] is available.... 19:42:02.685 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:02.685 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:02.685 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:02.685 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: "Remote Archetype Catalog"] is available. finished successfully 19:42:02.685 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Remote Archetype Catalog 19:42:02.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:42:02.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:42:02.688 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.jface.dialogs.TitleAreaDialog, index 0 and no matchers specified 19:42:02.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:02.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:02.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:02.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:02.688 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 19:42:02.689 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:https://repo1.maven.org/maven2/archetype-catalog.xml 19:42:02.691 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.jface.dialogs.TitleAreaDialog, index 0 and following matchers specified (Matcher matching widget with label: is "Description:") 19:42:02.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:02.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:02.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:02.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:02.692 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:42:02.692 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:42:02.692 INFO [WorkbenchTestable][AbstractText] Text set to: Remote Test Catalog 19:42:02.692 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.dialogs.TitleAreaDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Verify...") 19:42:02.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:02.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:02.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:02.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:02.693 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:02.693 INFO [WorkbenchTestable][AbstractButton] Click button &Verify... 19:42:02.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:42:02.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:42:02.694 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:42:02.694 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:42:02.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:42:02.694 DEBUG [WorkbenchTestable][JobIsRunning] job 'Downloading remote catalog' has no excuses, wait for it 19:42:03.194 DEBUG [WorkbenchTestable][JobIsRunning] job 'Downloading remote catalog' has no excuses, wait for it 19:42:03.695 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:42:03.695 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:42:03.695 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:42:03.695 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:42:03.695 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:42:03.695 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:42:03.695 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:42:03.695 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:42:03.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:42:03.695 TRACE [WorkbenchTestable][TitleAreaDialog] Shell Remote Archetype Catalog is not null and is not disposed 19:42:03.695 TRACE [WorkbenchTestable][TitleAreaDialog] Shell Remote Archetype Catalog is not null and is not disposed 19:42:03.695 INFO [WorkbenchTestable][MavenArchetypesPreferencePage] Found 43633 archetype(s) 19:42:03.695 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.dialogs.TitleAreaDialog, 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) 19:42:03.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:03.696 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:03.696 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:03.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:03.696 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:03.696 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:42:03.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:42:03.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:42:03.696 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:42:03.696 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:42:03.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:42:03.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:42:03.717 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 19:42:03.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:03.717 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:03.718 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:03.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:03.718 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:42:03.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:42:03.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:42:03.719 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 19:42:03.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:03.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:03.719 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:03.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:03.719 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:42:03.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:42:03.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:42:03.719 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...") 19:42:03.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:03.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:03.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:03.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:03.720 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:03.720 INFO [WorkbenchTestable][AbstractButton] Click button &Edit... 19:42:03.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:42:03.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:42:03.721 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:42:03.721 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:42:03.750 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: Matcher matching text to regular expression '.* Archetype Catalog'] is available.... 19:42:03.750 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:03.750 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:03.750 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:03.751 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: Matcher matching text to regular expression '.* Archetype Catalog'] is available. finished successfully 19:42:03.751 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Remote Archetype Catalog 19:42:03.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:42:03.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:42:03.751 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.jface.dialogs.TitleAreaDialog, index 0 and no matchers specified 19:42:03.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:03.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:03.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:03.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:03.752 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 19:42:03.753 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo https://repo1.maven.org/maven2/archetype-catalog.xml to:https://repo1.maven.org/maven2/archetype-catalog.xml 19:42:03.753 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.jface.dialogs.TitleAreaDialog, index 0 and following matchers specified (Matcher matching widget with label: is "Description:") 19:42:03.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:03.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:03.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:03.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:03.754 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:42:03.754 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:42:03.754 INFO [WorkbenchTestable][AbstractText] Text set to: Remote: Remote Test Catalog test 19:42:03.754 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.dialogs.TitleAreaDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Verify...") 19:42:03.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:03.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:03.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:03.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:03.755 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:03.755 INFO [WorkbenchTestable][AbstractButton] Click button &Verify... 19:42:03.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:42:03.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:42:03.755 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:42:03.755 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:42:03.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:42:03.756 DEBUG [WorkbenchTestable][JobIsRunning] job 'Downloading remote catalog' has no excuses, wait for it 19:42:04.256 DEBUG [WorkbenchTestable][JobIsRunning] job 'Downloading remote catalog' has no excuses, wait for it 19:42:04.756 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 19:42:04.756 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:42:04.756 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:42:04.756 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:42:04.756 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:42:04.756 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:42:04.756 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:42:04.756 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:42:04.756 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:42:04.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:42:04.757 TRACE [WorkbenchTestable][TitleAreaDialog] Shell Remote Archetype Catalog is not null and is not disposed 19:42:04.757 TRACE [WorkbenchTestable][TitleAreaDialog] Shell Remote Archetype Catalog is not null and is not disposed 19:42:04.757 INFO [WorkbenchTestable][MavenArchetypesPreferencePage] Found 43633 archetype(s) 19:42:04.757 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.dialogs.TitleAreaDialog, 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) 19:42:04.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:04.757 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:04.758 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:04.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:04.758 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:04.759 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:42:04.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:42:04.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:42:04.759 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:42:04.759 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:42:04.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:42:04.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:42:04.778 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 19:42:04.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:04.778 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:04.779 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:04.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:04.779 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:42:04.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:42:04.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:42:04.780 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 19:42:04.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:04.780 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:04.780 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:04.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:04.780 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:42:04.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:42:04.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:42:04.780 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") 19:42:04.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:04.780 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:04.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:04.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:04.781 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:04.782 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 19:42:04.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:42:04.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:42:04.782 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:42:04.782 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:42:04.784 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 19:42:04.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:04.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:04.784 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:04.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:04.784 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:42:04.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:42:04.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:42:04.785 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) 19:42:04.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:04.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:04.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:04.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:04.786 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:04.786 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 19:42:04.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:42:04.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:42:04.786 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:42:04.786 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:42:04.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:42:04.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:42:04.805 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:42:04.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:42:04.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:42:04.805 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 19:42:04.805 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:42:04.805 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:42:04.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:42:04.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:42:04.806 INFO [WorkbenchTestable][RequirementsRunner] Finished test: editRemoteCatalogTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) 19:42:04.806 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:42:04.806 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:04.806 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:42:04.806 INFO [WorkbenchTestable][RequirementsRunner] Started test: editRemoteCatalogNotVerifyTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) 19:42:04.806 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 19:42:04.806 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:42:04.806 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:42:04.806 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:42:04.806 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:42:04.806 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:04.806 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:42:04.807 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:04.807 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:42:04.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:42:04.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:42:04.807 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:42:04.807 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:42:04.807 DEBUG [main][MenuItemLookup] Found menu:'File' 19:42:04.807 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:42:04.807 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:42:04.807 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 19:42:04.807 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:42:04.807 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:42:04.807 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:42:04.807 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:42:04.807 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:42:04.807 DEBUG [main][MenuItemLookup] Item match:Window 19:42:04.808 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:42:04.808 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:42:04.808 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:42:04.808 DEBUG [main][MenuItemLookup] Found menu:'' 19:42:04.808 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:42:04.808 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:42:04.808 DEBUG [main][MenuItemLookup] Found menu:'' 19:42:04.808 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 19:42:04.808 DEBUG [main][MenuItemLookup] Found menu:'' 19:42:04.808 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 19:42:04.808 DEBUG [main][MenuItemLookup] Item match:Preferences 19:42:04.808 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 19:42:04.808 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 19:42:04.808 INFO [main][MenuItemHandler] Select menu item: &Preferences 19:42:04.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 19:42:04.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 19:42:04.883 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 19:42:04.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:42:04.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:42:04.884 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 19:42:04.884 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:04.884 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 19:42:04.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:04.884 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:04.884 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:04.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:04.884 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:42:04.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:42:04.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:42:04.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 19:42:04.885 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 19:42:04.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:42:04.885 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 19:42:04.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:42:04.885 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 19:42:04.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 19:42:04.885 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 19:42:04.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:42:04.885 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 19:42:04.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:42:04.885 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 19:42:04.886 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Archetypes 19:42:04.886 DEBUG [main][TreeItemHandler] Selecting tree item: Archetypes 19:42:04.886 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Archetypes about selection 19:42:04.886 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Archetypes 19:42:04.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:04.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:04.886 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:04.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:04.887 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...") 19:42:04.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:04.887 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:04.887 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:04.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:04.887 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:04.888 INFO [WorkbenchTestable][AbstractButton] Click button Add &Remote Catalog... 19:42:04.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:42:04.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:42:04.888 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:42:04.888 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:42:04.929 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: "Remote Archetype Catalog"] is available.... 19:42:04.929 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:04.929 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:04.929 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:04.929 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: "Remote Archetype Catalog"] is available. finished successfully 19:42:04.929 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Remote Archetype Catalog 19:42:04.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:42:04.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:42:04.930 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.jface.dialogs.TitleAreaDialog, index 0 and no matchers specified 19:42:04.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:04.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:04.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:04.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:04.931 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 19:42:04.932 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:https://repo1.maven.org/maven2/archetype-catalog.xml 19:42:04.934 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.jface.dialogs.TitleAreaDialog, index 0 and following matchers specified (Matcher matching widget with label: is "Description:") 19:42:04.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:04.934 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:04.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:04.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:04.935 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:42:04.935 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:42:04.935 INFO [WorkbenchTestable][AbstractText] Text set to: Remote Test Catalog 19:42:04.935 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.dialogs.TitleAreaDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Verify...") 19:42:04.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:04.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:04.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:04.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:04.936 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:04.937 INFO [WorkbenchTestable][AbstractButton] Click button &Verify... 19:42:04.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:42:04.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:42:04.937 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:42:04.937 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:42:04.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:42:04.937 DEBUG [WorkbenchTestable][JobIsRunning] job 'Downloading remote catalog' has no excuses, wait for it 19:42:05.438 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 19:42:05.438 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:42:05.438 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:42:05.438 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:42:05.438 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:42:05.438 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:42:05.438 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:42:05.438 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:42:05.438 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:42:05.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:42:05.438 TRACE [WorkbenchTestable][TitleAreaDialog] Shell Remote Archetype Catalog is not null and is not disposed 19:42:05.439 TRACE [WorkbenchTestable][TitleAreaDialog] Shell Remote Archetype Catalog is not null and is not disposed 19:42:05.439 INFO [WorkbenchTestable][MavenArchetypesPreferencePage] Found 43633 archetype(s) 19:42:05.439 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.dialogs.TitleAreaDialog, 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) 19:42:05.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:05.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:05.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:05.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:05.440 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:05.440 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:42:05.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:42:05.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:42:05.440 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:42:05.440 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:42:05.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:42:05.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:42:05.459 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 19:42:05.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:05.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:05.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:05.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:05.460 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:42:05.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:42:05.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:42:05.460 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 19:42:05.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:05.460 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:05.461 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:05.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:05.461 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:42:05.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:42:05.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:42:05.461 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...") 19:42:05.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:05.461 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:05.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:05.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:05.462 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:05.462 INFO [WorkbenchTestable][AbstractButton] Click button &Edit... 19:42:05.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:42:05.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:42:05.462 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:42:05.462 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:42:05.491 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: Matcher matching text to regular expression '.* Archetype Catalog'] is available.... 19:42:05.491 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:05.491 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:05.491 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:05.491 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: Matcher matching text to regular expression '.* Archetype Catalog'] is available. finished successfully 19:42:05.491 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Remote Archetype Catalog 19:42:05.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:42:05.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:42:05.492 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.jface.dialogs.TitleAreaDialog, index 0 and no matchers specified 19:42:05.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:05.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:05.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:05.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:05.492 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 19:42:05.493 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo https://repo1.maven.org/maven2/archetype-catalog.xml to:https://repo1.maven.org/maven2/archetype-catalog.xmlabc 19:42:05.493 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.jface.dialogs.TitleAreaDialog, index 0 and following matchers specified (Matcher matching widget with label: is "Description:") 19:42:05.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:05.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:05.494 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:05.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:05.494 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:42:05.494 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:42:05.495 INFO [WorkbenchTestable][AbstractText] Text set to: Remote: Remote Test Catalog test 19:42:05.495 INFO [WorkbenchTestable][MavenArchetypesPreferencePage] 19:42:05.495 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.dialogs.TitleAreaDialog, 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) 19:42:05.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:05.495 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:05.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:05.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:05.495 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:05.496 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:42:05.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:42:05.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:42:05.496 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:42:05.496 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:42:05.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:42:05.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:42:05.512 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 19:42:05.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:05.512 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:05.513 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:05.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:05.513 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:42:05.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:42:05.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:42:05.513 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 19:42:05.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:05.514 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:05.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:05.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:05.514 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:42:05.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:42:05.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:42:05.514 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") 19:42:05.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:05.514 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:05.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:05.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:05.515 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:05.515 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 19:42:05.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:42:05.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:42:05.515 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:42:05.515 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:42:05.517 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 19:42:05.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:05.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:05.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:05.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:05.518 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:42:05.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:42:05.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:42:05.519 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) 19:42:05.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:05.519 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:05.520 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:05.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:05.520 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:05.520 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 19:42:05.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:42:05.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:42:05.520 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:42:05.520 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:42:05.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:42:05.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:42:05.549 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:42:05.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:42:05.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:42:05.549 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 19:42:05.549 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:42:05.549 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:42:05.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:42:05.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:42:05.550 INFO [WorkbenchTestable][RequirementsRunner] Finished test: editRemoteCatalogNotVerifyTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) 19:42:05.550 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 19:42:05.550 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:42:05.550 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:42:05.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:42:05.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.918 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.256 s setRemoteCatalogTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) Time elapsed: 1.198 s setRemoteCatalogNotVerifyTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) Time elapsed: 0.183 s editLocalCatalogTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) Time elapsed: 0.307 s editRemoteCatalogTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) Time elapsed: 2.223 s editRemoteCatalogNotVerifyTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) Time elapsed: 0.744 s Running org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenErrorPreferencePageTest 19:42:05.554 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenErrorPreferencePageTest 19:42:05.555 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:42:05.555 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:42:05.555 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenErrorPreferencePageTest 19:42:05.555 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:42:05.555 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:42:05.555 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:42:05.555 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:42:05.555 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:42:05.556 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:42:05.556 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:05.556 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:42:05.556 INFO [WorkbenchTestable][RequirementsRunner] Started test: checkAllPreferences no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenErrorPreferencePageTest) 19:42:05.556 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenErrorPreferencePageTest 19:42:05.556 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:42:05.556 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:42:05.556 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:42:05.556 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:42:05.556 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:05.556 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:42:05.556 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:05.556 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:42:05.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:42:05.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:42:05.557 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:42:05.557 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:42:05.557 DEBUG [main][MenuItemLookup] Found menu:'File' 19:42:05.557 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:42:05.557 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:42:05.557 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 19:42:05.557 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:42:05.557 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:42:05.557 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:42:05.557 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:42:05.557 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:42:05.557 DEBUG [main][MenuItemLookup] Item match:Window 19:42:05.558 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:42:05.558 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:42:05.558 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:42:05.558 DEBUG [main][MenuItemLookup] Found menu:'' 19:42:05.558 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:42:05.558 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:42:05.558 DEBUG [main][MenuItemLookup] Found menu:'' 19:42:05.558 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 19:42:05.558 DEBUG [main][MenuItemLookup] Found menu:'' 19:42:05.558 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 19:42:05.558 DEBUG [main][MenuItemLookup] Item match:Preferences 19:42:05.558 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 19:42:05.558 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 19:42:05.558 INFO [main][MenuItemHandler] Select menu item: &Preferences 19:42:05.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.... 19:42:05.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 'Preferences.*'] is available. finished successfully 19:42:05.619 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 19:42:05.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:42:05.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:42:05.620 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 19:42:05.621 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:05.621 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 19:42:05.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:05.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:05.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:05.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:05.621 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:42:05.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:42:05.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:42:05.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 19:42:05.622 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 19:42:05.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:42:05.622 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 19:42:05.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:42:05.622 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 19:42:05.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 19:42:05.622 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 19:42:05.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:42:05.622 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 19:42:05.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:42:05.622 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 19:42:05.622 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Errors/Warnings 19:42:05.622 DEBUG [main][TreeItemHandler] Selecting tree item: Errors/Warnings 19:42:05.622 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Errors/Warnings about selection 19:42:05.623 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Errors/Warnings 19:42:05.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:05.642 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:05.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:05.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:05.650 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") 19:42:05.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:05.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:05.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:05.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:05.652 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 19:42:05.653 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo Warning to selection: Ignore 19:42:05.654 INFO [WorkbenchTestable][WarningsPreferencePage] Set Maven error/warning Group ID to: Ignore 19:42:05.655 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") 19:42:05.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:05.655 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:05.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:05.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:05.657 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 19:42:05.657 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo Warning to selection: Ignore 19:42:05.657 INFO [WorkbenchTestable][WarningsPreferencePage] Set Maven error/warning Version to: Ignore 19:42:05.657 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") 19:42:05.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:05.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:05.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:05.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:05.669 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 19:42:05.669 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo Error to selection: Ignore 19:42:05.669 INFO [WorkbenchTestable][WarningsPreferencePage] Set Maven error/warning Project Config to: Ignore 19:42:05.669 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") 19:42:05.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:05.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:05.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:05.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:05.673 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 19:42:05.673 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo Error to selection: Ignore 19:42:05.673 INFO [WorkbenchTestable][WarningsPreferencePage] Set Maven error/warning Plugin Execution to: Ignore 19:42:05.673 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") 19:42:05.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:05.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:05.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:05.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:05.685 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 19:42:05.685 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo Warning to selection: Ignore 19:42:05.685 INFO [WorkbenchTestable][WarningsPreferencePage] Set Maven error/warning Managed Version to: Ignore 19:42:05.685 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") 19:42:05.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:05.685 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:05.687 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:05.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:05.687 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 19:42:05.688 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") 19:42:05.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:05.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:05.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:05.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:05.690 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 19:42:05.690 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") 19:42:05.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:05.690 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:05.697 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:05.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:05.697 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 19:42:05.698 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") 19:42:05.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:05.698 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:05.701 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:05.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:05.701 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 19:42:05.702 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") 19:42:05.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:05.702 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:05.706 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:05.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:05.706 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 19:42:05.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) 19:42:05.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:05.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:05.707 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:05.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:05.707 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:05.708 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 19:42:05.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:42:05.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:42:05.708 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:42:05.708 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:42:05.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:42:05.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:42:05.730 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:42:05.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:42:05.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:42:05.730 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenErrorPreferencePageTest 19:42:05.730 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:42:05.730 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:42:05.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:42:05.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:42:05.730 INFO [WorkbenchTestable][RequirementsRunner] Finished test: checkAllPreferences no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenErrorPreferencePageTest) 19:42:05.730 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenErrorPreferencePageTest 19:42:05.730 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:42:05.730 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:42:05.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:42:05.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.177 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: 0.174 s Running org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenPreferencePageTest 19:42:05.734 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenPreferencePageTest 19:42:05.735 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:42:05.735 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:42:05.735 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenPreferencePageTest 19:42:05.735 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:42:05.735 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:42:05.735 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:42:05.735 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:42:05.735 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:42:05.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.*'] 19:42:05.748 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:05.748 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:42:05.748 INFO [WorkbenchTestable][RequirementsRunner] Started test: checkAllPreferences no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenPreferencePageTest) 19:42:05.748 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenPreferencePageTest 19:42:05.748 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:42:05.748 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:42:05.748 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:42:05.748 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:42:05.748 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:05.748 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:42:05.748 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:05.749 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:42:05.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:42:05.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:42:05.749 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:42:05.749 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:42:05.749 DEBUG [main][MenuItemLookup] Found menu:'File' 19:42:05.749 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:42:05.749 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:42:05.749 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 19:42:05.749 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:42:05.749 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:42:05.749 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:42:05.749 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:42:05.749 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:42:05.749 DEBUG [main][MenuItemLookup] Item match:Window 19:42:05.750 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:42:05.750 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:42:05.750 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:42:05.750 DEBUG [main][MenuItemLookup] Found menu:'' 19:42:05.750 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:42:05.750 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:42:05.750 DEBUG [main][MenuItemLookup] Found menu:'' 19:42:05.750 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 19:42:05.750 DEBUG [main][MenuItemLookup] Found menu:'' 19:42:05.750 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 19:42:05.750 DEBUG [main][MenuItemLookup] Item match:Preferences 19:42:05.750 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 19:42:05.750 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 19:42:05.750 INFO [main][MenuItemHandler] Select menu item: &Preferences 19:42:05.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 'Preferences.*'] is available.... 19:42:05.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 19:42:05.836 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 19:42:05.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:42:05.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:42:05.837 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 19:42:05.837 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:05.837 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 19:42:05.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:05.837 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:05.838 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:05.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:05.838 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:42:05.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:42:05.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:42:05.839 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Maven 19:42:05.839 DEBUG [main][TreeItemHandler] Selecting tree item: Maven 19:42:05.839 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Maven about selection 19:42:05.839 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Maven 19:42:05.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:05.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:05.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:05.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:05.861 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") 19:42:05.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:05.861 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:05.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:05.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:05.861 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:05.862 INFO [WorkbenchTestable][CheckBox] Select checkbox Debu&g Output 19:42:05.862 INFO [WorkbenchTestable][CheckBox] Check checkbox Debu&g Output 19:42:05.862 INFO [WorkbenchTestable][AbstractButton] Click button Debu&g Output 19:42:05.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:42:05.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:42:05.862 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:42:05.862 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:42:05.862 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") 19:42:05.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:05.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:05.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:05.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:05.863 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:05.863 INFO [WorkbenchTestable][CheckBox] Select checkbox Do not automatically update dependencies from remote repositories 19:42:05.863 DEBUG [WorkbenchTestable][CheckBox] Checkbox Do not automatically update dependencies from remote repositories already selected, no action performed 19:42:05.864 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) 19:42:05.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:05.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:05.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:05.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:05.864 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:05.865 INFO [WorkbenchTestable][CheckBox] Select checkbox Download Artifact &Javadoc 19:42:05.865 INFO [WorkbenchTestable][CheckBox] Check checkbox Download Artifact &Javadoc 19:42:05.865 INFO [WorkbenchTestable][AbstractButton] Click button Download Artifact &Javadoc 19:42:05.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:42:05.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:42:05.865 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:42:05.865 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:42:05.865 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") 19:42:05.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:05.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:05.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:05.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:05.866 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:05.866 INFO [WorkbenchTestable][CheckBox] Select checkbox Do&wnload Artifact Sources 19:42:05.866 INFO [WorkbenchTestable][CheckBox] Check checkbox Do&wnload Artifact Sources 19:42:05.866 INFO [WorkbenchTestable][AbstractButton] Click button Do&wnload Artifact Sources 19:42:05.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:42:05.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:42:05.866 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:42:05.866 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:42:05.866 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") 19:42:05.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:05.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:05.891 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:05.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:05.891 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:05.892 INFO [WorkbenchTestable][CheckBox] Select checkbox Download repository index updates on startup 19:42:05.892 INFO [WorkbenchTestable][CheckBox] Check checkbox Download repository index updates on startup 19:42:05.892 INFO [WorkbenchTestable][AbstractButton] Click button Download repository index updates on startup 19:42:05.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:42:05.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:42:05.892 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:42:05.892 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:42:05.892 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)") 19:42:05.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:05.892 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:05.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:05.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:05.893 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:05.899 INFO [WorkbenchTestable][CheckBox] Select checkbox Hide folders of physically nested modules (experimental) 19:42:05.899 INFO [WorkbenchTestable][CheckBox] Check checkbox Hide folders of physically nested modules (experimental) 19:42:05.899 INFO [WorkbenchTestable][AbstractButton] Click button Hide folders of physically nested modules (experimental) 19:42:05.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:42:05.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:42:05.899 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:42:05.899 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:42:05.900 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") 19:42:05.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:05.900 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:05.900 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:05.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:05.900 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:05.900 INFO [WorkbenchTestable][CheckBox] Select checkbox &Offline 19:42:05.900 INFO [WorkbenchTestable][CheckBox] Check checkbox &Offline 19:42:05.900 INFO [WorkbenchTestable][AbstractButton] Click button &Offline 19:42:05.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:42:05.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:42:05.901 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:42:05.901 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:42:05.901 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") 19:42:05.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:05.901 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:05.901 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:05.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:05.901 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:05.902 INFO [WorkbenchTestable][CheckBox] Select checkbox Update Maven projects on startup 19:42:05.902 INFO [WorkbenchTestable][CheckBox] Check checkbox Update Maven projects on startup 19:42:05.902 INFO [WorkbenchTestable][AbstractButton] Click button Update Maven projects on startup 19:42:05.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:42:05.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:42:05.902 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:42:05.902 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:42:05.902 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") 19:42:05.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:05.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:05.903 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:05.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:05.903 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:05.903 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") 19:42:05.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:05.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:05.904 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:05.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:05.904 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:05.904 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) 19:42:05.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:05.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:05.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:05.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:05.905 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:05.905 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") 19:42:05.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:05.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:05.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:05.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:05.906 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:05.906 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") 19:42:05.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:05.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:05.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:05.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:05.906 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:05.907 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)") 19:42:05.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:05.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:05.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:05.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:05.907 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:05.908 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") 19:42:05.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:05.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:05.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:05.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:05.908 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:05.908 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") 19:42:05.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:05.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:05.922 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:05.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:05.922 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:05.922 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) 19:42:05.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:05.923 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:05.923 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:05.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:05.923 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:05.924 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 19:42:05.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:42:05.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:42:05.924 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:42:05.924 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:42:05.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:42:05.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:42:05.946 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:42:05.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:42:05.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:42:05.946 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenPreferencePageTest 19:42:05.946 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:42:05.946 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:42:05.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:42:05.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:42:05.946 INFO [WorkbenchTestable][RequirementsRunner] Finished test: checkAllPreferences no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenPreferencePageTest) 19:42:05.947 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:42:05.947 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:05.947 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:42:05.947 INFO [WorkbenchTestable][RequirementsRunner] Started test: uncheckAllPreferences no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenPreferencePageTest) 19:42:05.947 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenPreferencePageTest 19:42:05.947 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:42:05.947 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:42:05.947 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:42:05.947 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:42:05.947 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:05.947 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:42:05.947 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:05.947 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:42:05.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:42:05.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:42:05.947 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:42:05.948 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:42:05.948 DEBUG [main][MenuItemLookup] Found menu:'File' 19:42:05.948 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:42:05.948 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:42:05.948 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 19:42:05.948 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:42:05.948 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:42:05.948 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:42:05.948 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:42:05.948 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:42:05.948 DEBUG [main][MenuItemLookup] Item match:Window 19:42:05.948 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:42:05.948 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:42:05.948 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:42:05.948 DEBUG [main][MenuItemLookup] Found menu:'' 19:42:05.948 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:42:05.948 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:42:05.948 DEBUG [main][MenuItemLookup] Found menu:'' 19:42:05.948 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 19:42:05.948 DEBUG [main][MenuItemLookup] Found menu:'' 19:42:05.948 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 19:42:05.948 DEBUG [main][MenuItemLookup] Item match:Preferences 19:42:05.948 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 19:42:05.948 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 19:42:05.949 INFO [main][MenuItemHandler] Select menu item: &Preferences 19:42:06.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 19:42:06.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 19:42:06.035 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 19:42:06.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:42:06.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:42:06.036 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 19:42:06.036 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:06.036 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 19:42:06.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:06.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:06.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:06.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:06.036 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:42:06.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:42:06.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:42:06.037 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Maven 19:42:06.037 DEBUG [main][TreeItemHandler] Selecting tree item: Maven 19:42:06.037 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Maven about selection 19:42:06.037 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Maven 19:42:06.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:06.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:06.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:06.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:06.038 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") 19:42:06.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:06.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:06.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:06.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:06.038 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:06.039 INFO [WorkbenchTestable][CheckBox] Select checkbox Debu&g Output 19:42:06.039 DEBUG [WorkbenchTestable][CheckBox] Checkbox Debu&g Output not checked, no action performed 19:42:06.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 "Do not automatically update dependencies from remote repositories") 19:42:06.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:06.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:06.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:06.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:06.039 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:06.039 INFO [WorkbenchTestable][CheckBox] Select checkbox Do not automatically update dependencies from remote repositories 19:42:06.040 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox Do not automatically update dependencies from remote repositories 19:42:06.040 INFO [WorkbenchTestable][AbstractButton] Click button Do not automatically update dependencies from remote repositories 19:42:06.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:42:06.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:42:06.040 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:42:06.040 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:42:06.040 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) 19:42:06.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:06.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:06.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:06.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:06.041 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:06.041 INFO [WorkbenchTestable][CheckBox] Select checkbox Download Artifact &Javadoc 19:42:06.041 DEBUG [WorkbenchTestable][CheckBox] Checkbox Download Artifact &Javadoc not checked, no action performed 19:42:06.041 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") 19:42:06.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:06.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:06.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:06.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:06.042 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:06.042 INFO [WorkbenchTestable][CheckBox] Select checkbox Do&wnload Artifact Sources 19:42:06.042 DEBUG [WorkbenchTestable][CheckBox] Checkbox Do&wnload Artifact Sources not checked, no action performed 19:42:06.042 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") 19:42:06.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:06.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:06.043 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:06.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:06.043 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:06.043 INFO [WorkbenchTestable][CheckBox] Select checkbox Download repository index updates on startup 19:42:06.043 DEBUG [WorkbenchTestable][CheckBox] Checkbox Download repository index updates on startup not checked, no action performed 19:42:06.043 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)") 19:42:06.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:06.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:06.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:06.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:06.044 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:06.044 INFO [WorkbenchTestable][CheckBox] Select checkbox Hide folders of physically nested modules (experimental) 19:42:06.044 DEBUG [WorkbenchTestable][CheckBox] Checkbox Hide folders of physically nested modules (experimental) not checked, no action performed 19:42:06.044 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") 19:42:06.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:06.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:06.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:06.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:06.045 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:06.045 INFO [WorkbenchTestable][CheckBox] Select checkbox &Offline 19:42:06.045 DEBUG [WorkbenchTestable][CheckBox] Checkbox &Offline not checked, no action performed 19:42:06.045 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") 19:42:06.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:06.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:06.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:06.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:06.046 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:06.046 INFO [WorkbenchTestable][CheckBox] Select checkbox Update Maven projects on startup 19:42:06.046 DEBUG [WorkbenchTestable][CheckBox] Checkbox Update Maven projects on startup not checked, no action performed 19:42:06.047 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") 19:42:06.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:06.047 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:06.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:06.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:06.047 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:06.047 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") 19:42:06.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:06.047 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:06.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:06.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:06.048 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:06.048 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) 19:42:06.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:06.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:06.049 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:06.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:06.049 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:06.049 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") 19:42:06.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:06.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:06.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:06.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:06.050 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:06.057 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") 19:42:06.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:06.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:06.058 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:06.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:06.058 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:06.058 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)") 19:42:06.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:06.058 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:06.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:06.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:06.059 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:06.059 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") 19:42:06.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:06.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:06.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:06.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:06.060 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:06.060 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") 19:42:06.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:06.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:06.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:06.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:06.061 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:06.061 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) 19:42:06.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:06.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:06.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:06.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:06.062 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:06.062 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 19:42:06.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:42:06.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:42:06.062 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:42:06.062 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:42:06.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:42:06.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:42:06.097 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:42:06.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:42:06.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:42:06.097 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenPreferencePageTest 19:42:06.097 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:42:06.097 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:42:06.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:42:06.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:42:06.098 INFO [WorkbenchTestable][RequirementsRunner] Finished test: uncheckAllPreferences no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenPreferencePageTest) 19:42:06.098 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenPreferencePageTest 19:42:06.098 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:42:06.098 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:42:06.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:42:06.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.364 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.198 s uncheckAllPreferences no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenPreferencePageTest) Time elapsed: 0.151 s Running org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenProjectWizardTest 19:42:06.105 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenProjectWizardTest 19:42:06.105 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:42:06.106 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:42:06.106 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenProjectWizardTest 19:42:06.106 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:42:06.106 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:42:06.106 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:42:06.106 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:42:06.106 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:42:06.106 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:42:06.106 INFO [WorkbenchTestable][RequirementsRunner] Started test: createMavenProject no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenProjectWizardTest) 19:42:06.106 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenProjectWizardTest 19:42:06.106 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:42:06.106 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:42:06.106 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:42: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: Matcher matching text to regular expression 'New|Select a wizard'] 19:42:06.107 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42: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: Matcher matching text to regular expression 'New|Select a wizard'] 19:42:06.107 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42: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 Maven Project"] 19:42:06.107 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42: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: Matcher matching text to regular expression 'New|Select a wizard'] 19:42:06.107 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42: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: Matcher matching text to regular expression 'New|Select a wizard'] 19:42:06.107 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42: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: Matcher matching text to regular expression 'New|Select a wizard'] 19:42:06.108 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42: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 Maven Project"] 19:42:06.108 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42: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: Matcher matching text to regular expression 'New|Select a wizard'] 19:42:06.108 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42: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: Matcher matching text to regular expression 'New|Select a wizard'] 19:42:06.108 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:06.108 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:42:06.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:42:06.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:42:06.108 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:42:06.108 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:42:06.109 DEBUG [main][MenuItemLookup] Found menu:'File' 19:42:06.109 DEBUG [main][MenuItemLookup] Item match:File 19:42:06.110 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:42:06.110 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:42:06.114 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 19:42:06.114 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:42:06.114 DEBUG [main][MenuItemLookup] Found menu:'' 19:42:06.114 DEBUG [main][MenuItemLookup] Found menu:'Package' 19:42:06.114 DEBUG [main][MenuItemLookup] Found menu:'Class' 19:42:06.114 DEBUG [main][MenuItemLookup] Found menu:'Interface' 19:42:06.114 DEBUG [main][MenuItemLookup] Found menu:'Enum' 19:42:06.114 DEBUG [main][MenuItemLookup] Found menu:'Record' 19:42:06.114 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 19:42:06.114 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 19:42:06.114 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 19:42:06.114 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:42:06.114 DEBUG [main][MenuItemLookup] Found menu:'File' 19:42:06.114 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:42:06.114 DEBUG [main][MenuItemLookup] Found menu:'Task' 19:42:06.114 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 19:42:06.114 DEBUG [main][MenuItemLookup] Found menu:'' 19:42:06.114 DEBUG [main][MenuItemLookup] Found menu:'Example...' 19:42:06.114 DEBUG [main][MenuItemLookup] Found menu:'' 19:42:06.114 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:42:06.114 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:42:06.114 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:42:06.114 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:42:06.114 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:42:06.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 19:42:06.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 19:42:06.193 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:42:06.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:42:06.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:42:06.194 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:42:06.194 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:06.194 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 19:42:06.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:06.194 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:06.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:06.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:06.195 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:42:06.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:42:06.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:42:06.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 19:42:06.196 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 19:42:06.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:42:06.196 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 19:42:06.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:42:06.196 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 19:42:06.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 19:42:06.196 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 19:42:06.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:42:06.196 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 19:42:06.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:42:06.196 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 19:42:06.197 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Maven Project 19:42:06.197 DEBUG [main][TreeItemHandler] Selecting tree item: Maven Project 19:42:06.197 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Maven Project about selection 19:42:06.197 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Maven Project 19:42:06.197 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:42:06.197 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:42:06.197 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) 19:42:06.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:06.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:06.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:06.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:06.198 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:06.198 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:42:06.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:42:06.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:42:06.198 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:42:06.198 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:42:06.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:42:06.362 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:06.362 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:06.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Maven Project"] is available.... 19:42:06.363 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 19:42:06.363 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Maven Project 19:42:06.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:42:06.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:42:06.363 TRACE [WorkbenchTestable][MavenProjectWizard] Shell New Maven Project is not null and is not disposed 19:42:06.363 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:06.364 TRACE [WorkbenchTestable][MavenProjectWizard] Shell New Maven Project is not null and is not disposed 19:42:06.364 INFO [WorkbenchTestable][MavenProjectWizard] Go to next wizard page 19:42:06.364 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) 19:42:06.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:06.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:06.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:06.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:06.365 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:06.365 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:42:06.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:42:06.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:42:06.365 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:42:06.365 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:42:06.375 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 19:42:06.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:06.375 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:06.375 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:06.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:06.376 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 19:42:06.376 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 19:42:06.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:06.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:06.376 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:06.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:06.376 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 19:42:06.376 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo All Catalogs to selection: Internal 19:42:06.406 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 19:42:06.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:06.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:06.406 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:06.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:06.406 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:42:06.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:42:06.407 DEBUG [WorkbenchTestable][JobIsRunning] job 'Retrieving archetypes:' has no excuses, wait for it 19:42:06.907 DEBUG [WorkbenchTestable][JobIsRunning] job 'Retrieving archetypes:' has no excuses, wait for it 19:42:07.408 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 19:42:07.408 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:42:07.408 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:42:07.408 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:42:07.408 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:42:07.408 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:42:07.408 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:42:07.408 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:42:07.408 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:42:07.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:42:07.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:42:07.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:42:07.409 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 19:42:07.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:07.409 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:07.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:07.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:07.410 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 19:42:07.412 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 19:42:07.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:07.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:07.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:07.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:07.413 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:42:07.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:42:07.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:42:07.414 TRACE [main][WidgetHandler] Notify Table with event 13 19:42:07.414 TRACE [main][WidgetHandler] Wait for synchronization 19:42:07.414 TRACE [WorkbenchTestable][MavenProjectWizard] Shell New Maven Project is not null and is not disposed 19:42:07.414 INFO [WorkbenchTestable][MavenProjectWizard] Go to next wizard page 19:42:07.414 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) 19:42:07.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:07.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:07.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:07.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:07.415 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:07.415 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:42:07.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:42:07.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:42:07.416 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:42:07.416 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:42:07.420 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:") 19:42:07.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:07.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:07.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:07.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:07.440 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 19:42:07.441 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:artifact 19:42:07.446 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:") 19:42:07.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:07.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:07.447 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:07.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:07.447 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 19:42:07.448 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo com.example to:group 19:42:07.448 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:") 19:42:07.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:07.448 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:07.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:07.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:07.451 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 19:42:07.451 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo 0.0.1-SNAPSHOT to:1.0.0 19:42:07.452 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:") 19:42:07.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:07.452 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:07.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:07.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:07.457 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 19:42:07.458 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:") 19:42:07.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:07.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:07.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:07.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:07.459 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 19:42:07.460 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:") 19:42:07.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:07.460 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:07.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:07.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:07.462 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 19:42:07.463 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:") 19:42:07.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:07.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:07.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:07.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:07.466 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 19:42:07.466 TRACE [WorkbenchTestable][MavenProjectWizard] Shell New Maven Project is not null and is not disposed 19:42:07.466 INFO [WorkbenchTestable][MavenProjectWizard] Finish wizard 19:42:07.466 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) 19:42:07.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:07.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:07.467 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:07.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:07.467 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:07.467 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:42:07.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:42:07.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:42:07.468 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:42:07.468 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.verification.parametrized/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.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/work/data/artifact 19:42:07.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:42:07.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:42:07.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:42:07.528 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 19:42:08.028 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph Update' is a system job, skipped 19:42:08.028 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 19:42:08.028 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 19:42:08.028 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:42:08.028 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 19:42:08.028 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 19:42:08.028 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:42:08.028 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:42:08.028 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:42:08.028 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:42:08.028 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:42:08.028 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:42:08.028 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:42:08.028 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:42:08.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:42:08.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:08.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:42:08.032 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 19:42:08.032 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:42:08.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:42:08.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:42:08.032 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:42:08.032 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:42:08.032 DEBUG [main][MenuItemLookup] Found menu:'File' 19:42:08.032 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:42:08.032 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:42:08.032 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 19:42:08.032 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:42:08.032 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:42:08.032 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:42:08.032 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:42:08.032 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:42:08.032 DEBUG [main][MenuItemLookup] Item match:Window 19:42:08.033 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:42:08.033 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:42:08.033 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:42:08.033 DEBUG [main][MenuItemLookup] Found menu:'' 19:42:08.033 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:42:08.033 DEBUG [main][MenuItemLookup] Item match:Show View 19:42:08.037 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 19:42:08.037 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 19:42:08.037 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 19:42:08.037 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 19:42:08.037 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 19:42:08.037 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 19:42:08.037 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 19:42:08.037 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 19:42:08.037 DEBUG [main][MenuItemLookup] Found menu:'Progress' 19:42:08.037 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 19:42:08.037 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 19:42:08.037 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 19:42:08.037 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 19:42:08.037 DEBUG [main][MenuItemLookup] Found menu:'Templates' 19:42:08.037 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 19:42:08.037 DEBUG [main][MenuItemLookup] Found menu:'' 19:42:08.037 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 19:42:08.037 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 19:42:08.038 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 19:42:08.038 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 19:42:08.038 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 19:42:08.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 19:42:08.101 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 19:42:08.101 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 19:42:08.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:42:08.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:42:08.102 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 19:42:08.102 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:42:08.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:42:08.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:42:08.102 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:42:08.102 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:42:08.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:08.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:08.102 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:08.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:08.102 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:42:08.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:42:08.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:42:08.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:42:08.103 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:42:08.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:42:08.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:42:08.607 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:42:08.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:42:08.609 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:42:08.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:42:08.609 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:42:08.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:42:08.609 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:42:08.609 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 19:42:08.609 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 19:42:08.610 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 19:42:08.610 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 19:42:08.610 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:42:08.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:42:08.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:42:08.610 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:42:08.610 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:42:08.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:08.611 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:08.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") 19:42:08.611 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:42:08.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:42:08.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:42:08.611 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:42:08.611 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:42:08.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:08.611 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:08.611 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:08.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:08.611 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:08.612 INFO [WorkbenchTestable][AbstractButton] Click button &Open 19:42:08.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:42:08.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:42:08.612 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:42:08.612 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:42:08.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:42:08.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:42:08.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 19:42:08.684 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:08.684 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:08.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 19:42:08.685 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:08.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:08.685 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:42:08.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:42:08.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:42:08.686 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:42:08.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') 19:42:08.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:08.686 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:08.687 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:08.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:08.687 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:42:08.687 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:42:08.687 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:42:08.687 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:42:08.687 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:42:08.687 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:42:08.687 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:42:08.688 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:42:08.689 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:42:08.689 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:42:08.689 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:42:08.689 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:42:08.689 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:42:08.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:42:08.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:42:08.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:08.690 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:08.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:42:09.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:09.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:42:09.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:09.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:42:09.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:42:09.692 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:42:09.692 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:42:09.692 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:42:09.692 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:42:09.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 19:42:09.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:09.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:09.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:09.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:09.693 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:42:09.693 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name artifact 19:42:09.694 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenProjectWizardTest 19:42:09.694 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:42:09.694 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:42:09.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:42:09.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:42:09.694 INFO [WorkbenchTestable][RequirementsRunner] Finished test: createMavenProject no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenProjectWizardTest) 19:42:09.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:09.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:09.695 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 19:42:09.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:09.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:09.712 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:42:09.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:42:09.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:42:09.713 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:42:09.713 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:42:09.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:09.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:09.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:09.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:09.714 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:42:09.714 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:42:09.714 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:42:09.714 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:42:09.714 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:42:09.715 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:42:09.715 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:42:09.716 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:42:09.716 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:42:09.717 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:42:09.717 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:42:09.717 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:42:09.717 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:42:09.717 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:42:09.717 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:42:09.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:09.718 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:09.718 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:42:10.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:10.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:42:10.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:10.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:42:10.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:42:10.728 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:42:10.728 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:42:10.729 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:42:10.729 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:42:10.729 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:42:10.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:10.729 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:10.729 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:10.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:10.729 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:42:10.730 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name artifact 19:42:10.730 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:42:10.730 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:42:10.730 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:42:10.730 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:42:10.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:10.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:10.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:42:11.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:11.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:42:11.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:11.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:42:11.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:42:11.732 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:42:11.732 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:42:11.733 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:42:11.733 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:42:11.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 19:42:11.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:11.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:11.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:11.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:11.734 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:42:11.734 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name artifact 19:42:11.734 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:42:11.734 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:42:11.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:42:11.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:42:11.735 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:42:11.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:11.735 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:11.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:11.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:11.735 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:42:11.735 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 19:42:11.735 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 19:42:11.736 DEBUG [main][TreeItemHandler] Set Tree selection 19:42:11.736 DEBUG [main][TreeHandler] Notify Tree about selection event 19:42:11.742 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 19:42:11.743 DEBUG [WorkbenchTestable][TreeItemHandler] artifact 19:42:11.743 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:42:11.744 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:42:11.781 DEBUG [main][MenuItemLookup] Found menu:'New' 19:42:11.781 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:42:11.781 DEBUG [main][MenuItemLookup] Found menu:'' 19:42:11.781 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:42:11.781 DEBUG [main][MenuItemLookup] Found menu:'' 19:42:11.781 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:42:11.781 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:42:11.781 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:42:11.781 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:42:11.781 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 19:42:11.781 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 19:42:11.781 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 19:42:11.781 DEBUG [main][MenuItemLookup] Found menu:'' 19:42:11.781 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:42:11.781 DEBUG [main][MenuItemLookup] Found menu:'Export...' 19:42:11.781 DEBUG [main][MenuItemLookup] Found menu:'' 19:42:11.781 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:42:11.781 DEBUG [main][MenuItemLookup] Item match:Refresh F5 19:42:11.781 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 19:42:11.781 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 19:42:11.781 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 19:42:11.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:42:11.781 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 3 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 19:42:11.781 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 19:42:12.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:42:12.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:42:12.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:42:12.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:42:12.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:42:12.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:42:12.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:42:12.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:42:12.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:42:12.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:42:12.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:42:12.282 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:42:12.282 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:42:12.308 DEBUG [main][MenuItemLookup] Found menu:'New' 19:42:12.308 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:42:12.308 DEBUG [main][MenuItemLookup] Found menu:'' 19:42:12.308 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:42:12.308 DEBUG [main][MenuItemLookup] Found menu:'' 19:42:12.308 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:42:12.308 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:42:12.308 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:42:12.308 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:42:12.308 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:42:12.308 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:42:12.308 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:42:12.308 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 19:42:12.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 19:42:12.888 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 19:42:12.888 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 19:42:12.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:42:12.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:42:12.891 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 19:42:12.891 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:42:12.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:42:12.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:42:12.891 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:42:12.891 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:42:12.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:12.891 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:12.891 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:12.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:12.891 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:12.891 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 19:42:12.892 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 19:42:12.892 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 19:42:12.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:42:12.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:42:12.892 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:42:12.892 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:42:12.892 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:42:12.892 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:42:12.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:42:12.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:42:12.892 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:42:12.892 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:42:12.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:12.892 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:12.892 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:12.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:12.892 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:12.893 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:42:12.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:42:12.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:42:12.893 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:42:12.893 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:42:12.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 19:42:12.895 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 19:42:13.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 19:42:13.396 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 19:42:13.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:42:13.396 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 19:42:13.396 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 19:42:13.396 DEBUG [WorkbenchTestable][JobIsRunning] job 'Updating Maven Dependencies' is not running, skipped 19:42:13.396 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 19:42:13.396 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 19:42:13.396 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:42:13.396 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:42:13.396 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:42:13.396 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:42:13.396 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:42:13.396 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:42:13.396 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:42:13.396 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:42:13.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:42:13.396 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenProjectWizardTest 19:42:13.396 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:42:13.396 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:42:13.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:42:13.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.292 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: 3.588 s Running org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenCheckoutWizardTest 19:42:13.405 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenCheckoutWizardTest 19:42:13.406 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:42:13.406 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:42:13.406 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenCheckoutWizardTest 19:42:13.406 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:42:13.406 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:42:13.406 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:42:13.406 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:42:13.406 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:42:13.406 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:42:13.406 INFO [WorkbenchTestable][RequirementsRunner] Started test: openMavenSCMWizard no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenCheckoutWizardTest) 19:42:13.406 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenCheckoutWizardTest 19:42:13.407 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:42:13.407 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:42:13.407 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:42:13.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:42:13.407 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:13.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:42:13.408 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:13.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: "Check out as Maven project from SCM"] 19:42:13.408 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:13.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:42:13.408 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:13.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:42:13.408 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:13.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:42:13.408 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:13.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: "Check out as Maven project from SCM"] 19:42:13.408 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:13.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:42:13.409 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:13.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:42:13.409 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:13.409 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:42:13.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:42:13.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:42:13.410 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:42:13.410 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:42:13.410 DEBUG [main][MenuItemLookup] Found menu:'File' 19:42:13.410 DEBUG [main][MenuItemLookup] Item match:File 19:42:13.411 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:42:13.411 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:42:13.415 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 19:42:13.415 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:42:13.415 DEBUG [main][MenuItemLookup] Found menu:'' 19:42:13.415 DEBUG [main][MenuItemLookup] Found menu:'Package' 19:42:13.415 DEBUG [main][MenuItemLookup] Found menu:'Class' 19:42:13.415 DEBUG [main][MenuItemLookup] Found menu:'Interface' 19:42:13.415 DEBUG [main][MenuItemLookup] Found menu:'Enum' 19:42:13.415 DEBUG [main][MenuItemLookup] Found menu:'Record' 19:42:13.415 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 19:42:13.415 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 19:42:13.415 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 19:42:13.415 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:42:13.415 DEBUG [main][MenuItemLookup] Found menu:'File' 19:42:13.415 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:42:13.415 DEBUG [main][MenuItemLookup] Found menu:'Task' 19:42:13.415 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 19:42:13.415 DEBUG [main][MenuItemLookup] Found menu:'' 19:42:13.415 DEBUG [main][MenuItemLookup] Found menu:'Example...' 19:42:13.415 DEBUG [main][MenuItemLookup] Found menu:'' 19:42:13.415 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:42:13.415 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:42:13.415 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:42:13.415 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:42:13.415 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:42:13.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 'New|Select a wizard'] is available.... 19:42:13.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 19:42:13.468 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:42:13.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:42:13.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:42:13.470 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:42:13.470 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:13.470 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 19:42:13.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:13.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:13.470 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:13.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:13.470 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:42:13.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:42:13.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:42:13.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 19:42:13.471 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 19:42:13.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:42:13.471 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 19:42:13.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:42:13.472 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 19:42:13.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 19:42:13.472 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 19:42:13.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:42:13.472 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 19:42:13.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:42:13.472 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 19:42:13.472 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Check out Maven Projects from SCM 19:42:13.472 DEBUG [main][TreeItemHandler] Selecting tree item: Check out Maven Projects from SCM 19:42:13.472 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Check out Maven Projects from SCM about selection 19:42:13.475 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Check out Maven Projects from SCM 19:42:13.475 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:42:13.475 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:42:13.475 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) 19:42:13.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:13.475 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:13.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:13.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:13.476 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:13.476 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:42:13.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:42:13.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:42:13.476 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:42:13.476 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:42:13.528 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:42:13.528 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:13.528 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:13.529 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.... 19:42:13.529 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 19:42:13.529 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Check out as Maven project from SCM 19:42:13.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:42:13.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:42:13.529 TRACE [WorkbenchTestable][MavenCheckoutWizard] Shell Check out as Maven project from SCM is not null and is not disposed 19:42:13.529 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:13.530 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") 19:42:13.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:13.530 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:13.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:13.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:13.531 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:13.531 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") 19:42:13.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:13.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:13.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:13.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:13.531 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:13.532 TRACE [WorkbenchTestable][MavenCheckoutWizard] Shell Check out as Maven project from SCM is not null and is not disposed 19:42:13.532 INFO [WorkbenchTestable][MavenCheckoutWizard] Cancel wizard 19:42:13.532 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) 19:42:13.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:13.532 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:13.532 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:13.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:13.532 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:13.533 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 19:42:13.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:42:13.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:42:13.533 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:42:13.533 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:42:13.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:42:13.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:42:13.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:42:13.559 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 19:42:13.559 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refreshing view' is a system job, skipped 19:42:13.559 DEBUG [WorkbenchTestable][JobIsRunning] job 'Updating Maven Dependencies' is not running, skipped 19:42:13.559 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 19:42:13.559 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 19:42:13.559 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 19:42:13.559 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:42:13.559 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:42:13.559 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:42:13.559 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:42:13.559 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:42:13.559 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:42:13.559 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:42:13.559 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:42:13.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:42:13.559 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenCheckoutWizardTest 19:42:13.559 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:42:13.559 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:42:13.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:42:13.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:42:13.559 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openMavenSCMWizard no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenCheckoutWizardTest) 19:42:13.559 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenCheckoutWizardTest 19:42:13.559 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:42:13.559 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:42:13.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:42:13.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.155 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.153 s Running org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenImportWizardTest 19:42:13.587 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenImportWizardTest 19:42:13.588 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:42:13.588 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:42:13.588 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenImportWizardTest 19:42:13.588 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:42:13.588 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:42:13.591 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:42:13.591 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:42:13.591 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:42:13.591 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:42:13.591 INFO [WorkbenchTestable][RequirementsRunner] Started test: testImportingWrongMavenProject no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenImportWizardTest) 19:42:13.591 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenImportWizardTest 19:42:13.591 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:42:13.591 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:42:13.591 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:42:13.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: "Import"] 19:42:13.593 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:13.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: "Import"] 19:42:13.593 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:13.594 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:42:13.594 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:13.594 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:42:13.595 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:13.595 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:42:13.595 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:13.595 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:42:13.595 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:13.595 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:42:13.595 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:13.595 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:42:13.595 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:13.595 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:42:13.595 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:13.595 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:42:13.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:42:13.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:42:13.596 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:42:13.596 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:42:13.596 DEBUG [main][MenuItemLookup] Found menu:'File' 19:42:13.596 DEBUG [main][MenuItemLookup] Item match:File 19:42:13.597 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:42:13.597 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:42:13.597 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:42:13.597 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:42:13.597 DEBUG [main][MenuItemLookup] Found menu:'' 19:42:13.597 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:42:13.597 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:42:13.597 DEBUG [main][MenuItemLookup] Found menu:'' 19:42:13.597 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:42:13.597 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 19:42:13.597 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 19:42:13.597 DEBUG [main][MenuItemLookup] Found menu:'Revert' 19:42:13.597 DEBUG [main][MenuItemLookup] Found menu:'' 19:42:13.597 DEBUG [main][MenuItemLookup] Found menu:'Move...' 19:42:13.597 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 19:42:13.597 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:42:13.597 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 19:42:13.597 DEBUG [main][MenuItemLookup] Found menu:'' 19:42:13.597 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 19:42:13.597 DEBUG [main][MenuItemLookup] Found menu:'' 19:42:13.597 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:42:13.597 DEBUG [main][MenuItemLookup] Item match:Import... 19:42:13.597 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 19:42:13.597 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 19:42:13.597 INFO [main][MenuItemHandler] Select menu item: &Import... 19:42:13.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 19:42:13.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 19:42:13.700 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 19:42:13.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:42:13.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:42:13.701 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 19:42:13.701 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:13.701 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 19:42:13.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:13.702 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:13.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:13.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:13.702 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:42:13.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:42:13.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:42:13.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 19:42:13.703 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 19:42:13.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:42:14.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:42:14.205 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 19:42:14.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 19:42:14.206 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 19:42:14.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:42:14.206 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 19:42:14.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:42:14.206 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 19:42:14.206 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Maven Projects 19:42:14.206 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Maven Projects 19:42:14.206 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Maven Projects about selection 19:42:14.209 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Maven Projects 19:42:14.209 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 19:42:14.209 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 19:42:14.209 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) 19:42:14.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:14.209 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:14.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:14.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:14.210 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:14.210 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:42:14.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:42:14.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:42:14.210 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:42:14.210 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:42:14.238 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:42:14.248 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:14.248 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:14.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import Maven Projects"] is available.... 19:42:14.248 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 19:42:14.248 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Maven Projects 19:42:14.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:42:14.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:42:14.249 TRACE [WorkbenchTestable][MavenImportWizard] Shell Import Maven Projects is not null and is not disposed 19:42:14.249 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:14.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import Maven Projects"] is available.... 19:42:14.249 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 19:42:14.249 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Maven Projects 19:42:14.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:42:14.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:42:14.249 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:") 19:42:14.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:14.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:14.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:14.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:14.250 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 19:42:14.251 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/m2e/core/ui/wizard/maven-wrong-project 19:42:14.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import Maven Projects"] is available.... 19:42:14.251 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 19:42:14.251 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Maven Projects 19:42:14.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:42:14.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:42:14.266 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") 19:42:14.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:14.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:14.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:14.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:14.266 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:14.267 INFO [WorkbenchTestable][AbstractButton] Click button &Refresh 19:42:14.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:42:14.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:42:14.267 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:42:14.267 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:42:14.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import Maven Projects"] is available.... 19:42:14.287 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 19:42:14.287 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Maven Projects 19:42:14.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:42:14.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:42:14.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until The project is still not loaded.... 19:42:14.288 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") 19:42:14.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:14.288 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:14.289 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:14.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:14.289 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:14.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until The project is still not loaded. finished successfully 19:42:14.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import Maven Projects"] is available.... 19:42:14.289 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 19:42:14.289 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Maven Projects 19:42:14.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:42:14.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:42:14.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 "Finish") 19:42:14.289 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:42:14.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:42:14.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:42:14.290 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Import Maven Projects" as the parent 19:42:14.290 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:42:14.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:14.290 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:14.290 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:14.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:14.290 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:14.291 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:42:14.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:42:14.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:42:14.291 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:42:14.291 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:42:14.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:42:14.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:42:14.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 19:42:14.323 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 19:42:14.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running finished successfully 19:42:14.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:42:14.323 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 19:42:14.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 19:42:15.323 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 19:42:15.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 19:42:16.323 DEBUG [WorkbenchTestable][JobIsRunning] job 'Discover lifecycle mappings' has no excuses, wait for it 19:42:16.824 DEBUG [WorkbenchTestable][JobIsRunning] job 'Discover lifecycle mappings' has no excuses, wait for it 19:42:17.324 DEBUG [WorkbenchTestable][JobIsRunning] job 'Discover lifecycle mappings' has no excuses, wait for it 19:42:17.824 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:42:17.824 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 19:42:17.824 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:42:17.824 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:42:17.824 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:42:17.824 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:42:17.824 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:42:17.824 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:42:17.824 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:42:17.824 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:42:17.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:42:17.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 '(Import Maven Projects)|(Discover m2e connectors)'] is available.... 19:42:17.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 '(Import Maven Projects)|(Discover m2e connectors)'] is available. finished successfully 19:42:17.826 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Discover m2e connectors 19:42:17.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:42:17.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:42:17.826 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:42:17.826 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:42:17.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:42:17.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:42:17.826 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Discover m2e connectors" as the parent 19:42:17.826 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:42:17.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:17.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:17.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:17.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:17.827 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:17.827 INFO [WorkbenchTestable][AbstractButton] Click button &Resolve All Later 19:42:17.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:42:17.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:42:17.827 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:42:17.827 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:42:17.832 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:42:17.832 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:42:17.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:42:17.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:42:17.832 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Discover m2e connectors" as the parent 19:42:17.832 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:42:17.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:17.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:17.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:17.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:17.833 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:17.833 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:42:17.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:42:17.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:42:17.833 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:42:17.833 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:42:17.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:42:27.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available failed, an exception will be thrown 19:42:27.862 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.... 19:42:27.862 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 19:42:27.862 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Incomplete Maven Goal Execution 19:42:27.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:42:27.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:42:27.863 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:42:27.863 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:42:27.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:42:27.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:42:27.864 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Incomplete Maven Goal Execution" as the parent 19:42:27.864 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:42:27.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:27.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:27.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:27.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:27.864 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:27.864 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:42:27.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:42:27.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:42:27.865 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:42:27.865 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:42:27.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:42:27.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:42:27.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 19:42:27.910 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:42:27.910 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:42:27.910 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:42:27.910 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:42:27.910 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:42:27.910 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:42:27.910 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:42:28.410 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:42:28.410 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:42:28.410 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:42:28.410 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:42:28.410 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:42:28.410 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:42:28.410 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:42:28.910 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:42:28.910 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:42:28.910 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:42:28.910 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:42:28.910 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:42:28.910 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:42:28.910 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:42:29.411 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:42:29.411 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:42:29.411 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:42:29.411 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:42:29.411 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:42:29.411 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:42:29.411 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:42:29.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:42:29.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:42:29.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:42:29.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:42:29.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:42:29.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:42:29.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:42:30.411 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:42:30.411 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:42:30.411 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:42:30.411 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:42:30.412 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:42:30.412 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:42:30.412 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:42:30.912 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:42:30.912 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:42:30.912 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:42:30.912 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:42:30.912 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:42:30.912 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:42:30.912 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:42:31.412 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:42:31.412 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:42:31.412 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:42:31.412 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:42:31.412 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:42:31.412 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:42:31.412 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:42:31.913 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:42:31.913 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:42:31.913 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:42:31.913 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:42:31.913 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:42:31.913 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:42:31.913 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:42:32.413 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:42:32.413 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:42:32.413 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:42:32.413 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:42:32.413 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:42:32.413 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:42:32.413 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:42:32.913 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:42:32.913 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:42:32.913 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:42:32.913 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:42:32.913 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:42:32.913 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:42:32.913 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:42:33.414 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:42:33.414 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:42:33.414 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:42:33.414 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:42:33.414 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:42:33.414 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:42:33.414 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:42:33.914 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:42:33.914 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:42:33.914 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:42:33.914 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:42:33.914 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:42:33.914 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:42:33.914 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:42:34.415 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:42:34.415 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:42:34.415 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:42:34.415 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:42:34.415 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:42:34.415 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:42:34.415 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:42:34.915 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:42:34.915 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:42:34.915 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:42:34.915 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:42:34.915 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:42:34.915 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:42:34.915 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:42:35.415 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:42:35.415 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:42:35.415 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:42:35.415 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:42:35.415 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:42:35.415 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:42:35.415 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:42:35.916 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:42:35.916 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:42:35.916 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:42:35.916 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:42:35.916 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:42:35.916 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:42:35.916 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:42:36.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:42:36.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:42:36.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:42:36.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:42:36.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:42:36.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:42:36.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:42:36.917 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:42:36.917 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:42:36.917 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:42:36.917 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:42:36.917 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:42:36.917 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:42:36.917 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:42:37.417 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:42:37.417 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:42:37.417 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:42:37.417 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:42:37.417 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:42:37.417 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:42:37.417 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:42:37.917 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:42:37.917 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:42:37.917 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:42:37.917 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:42:37.917 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:42:37.917 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:42:37.917 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:42:37.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 19:42:37.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:42:37.917 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:42:37.917 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:42:37.917 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:42:37.917 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:42:37.917 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:42:37.917 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:42:37.917 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:42:37.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:42:37.917 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:37.918 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:37.918 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 19:42:37.918 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:37.919 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:37.919 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:42:37.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:42:37.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:42:37.919 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:42:37.919 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:42:37.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:37.919 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:37.920 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:37.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:37.920 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:42:37.920 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:42:37.920 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:42:37.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:42:37.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:42:37.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:42:37.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:42:37.922 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:42:37.922 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:42:37.922 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:42:37.922 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:42:37.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:37.922 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:37.922 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:42:38.423 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:38.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:42:38.923 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:38.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:42:38.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:42:38.924 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:42:38.924 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:42:38.925 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:42:38.926 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:42:38.926 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:42:38.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:38.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:38.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:38.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:38.926 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:42:38.926 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 19:42:38.927 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenImportWizardTest 19:42:38.927 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:42:38.927 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:42:38.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:42:38.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:42:38.927 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testImportingWrongMavenProject no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenImportWizardTest) 19:42:38.927 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:42:38.927 INFO [WorkbenchTestable][RequirementsRunner] Started test: testImportingMavenProject no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenImportWizardTest) 19:42:38.927 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenImportWizardTest 19:42:38.927 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:42:38.927 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:42:38.927 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:42:38.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: "Import"] 19:42:38.927 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:38.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: "Import"] 19:42:38.927 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:38.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: "Import Maven Projects"] 19:42:38.928 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:38.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: "Import"] 19:42:38.928 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:38.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: "Import"] 19:42:38.928 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:38.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: "Import"] 19:42:38.928 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:38.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: "Import Maven Projects"] 19:42:38.928 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:38.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: "Import"] 19:42:38.928 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:38.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: "Import"] 19:42:38.928 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:38.929 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:42:38.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:42:38.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:42:38.929 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:42:38.929 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:42:38.929 DEBUG [main][MenuItemLookup] Found menu:'File' 19:42:38.930 DEBUG [main][MenuItemLookup] Item match:File 19:42:38.930 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:42:38.930 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:42:38.930 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:42:38.930 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:42:38.930 DEBUG [main][MenuItemLookup] Found menu:'' 19:42:38.930 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:42:38.930 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:42:38.930 DEBUG [main][MenuItemLookup] Found menu:'' 19:42:38.930 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:42:38.930 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 19:42:38.930 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 19:42:38.930 DEBUG [main][MenuItemLookup] Found menu:'Revert' 19:42:38.930 DEBUG [main][MenuItemLookup] Found menu:'' 19:42:38.930 DEBUG [main][MenuItemLookup] Found menu:'Move...' 19:42:38.930 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 19:42:38.930 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:42:38.930 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 19:42:38.930 DEBUG [main][MenuItemLookup] Found menu:'' 19:42:38.930 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 19:42:38.930 DEBUG [main][MenuItemLookup] Found menu:'' 19:42:38.930 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:42:38.930 DEBUG [main][MenuItemLookup] Item match:Import... 19:42:38.931 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 19:42:38.931 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 19:42:38.931 INFO [main][MenuItemHandler] Select menu item: &Import... 19:42:38.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 19:42:38.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 19:42:38.982 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 19:42:38.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:42:38.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:42:38.983 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 19:42:38.983 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:38.984 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 19:42:38.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:38.984 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:38.984 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:38.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:38.984 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:42:38.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:42:38.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:42:38.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 19:42:38.985 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 19:42:38.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:42:38.985 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 19:42:38.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:42:38.985 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 19:42:38.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 19:42:38.985 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 19:42:38.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:42:38.985 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 19:42:38.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:42:38.985 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 19:42:38.986 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Maven Projects 19:42:38.986 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Maven Projects 19:42:38.986 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Maven Projects about selection 19:42:38.986 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Maven Projects 19:42:38.986 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 19:42:38.986 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 19:42:38.986 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) 19:42:38.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:38.986 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:38.986 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:38.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:38.987 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:38.987 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:42:38.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:42:38.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:42:38.987 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:42:38.987 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:42:39.011 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:42:39.020 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:39.021 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:39.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import Maven Projects"] is available.... 19:42:39.021 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 19:42:39.021 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Maven Projects 19:42:39.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:42:39.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:42:39.022 TRACE [WorkbenchTestable][MavenImportWizard] Shell Import Maven Projects is not null and is not disposed 19:42:39.022 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:42:39.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import Maven Projects"] is available.... 19:42:39.022 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 19:42:39.022 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Maven Projects 19:42:39.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:42:39.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:42:39.022 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:") 19:42:39.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:39.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:39.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:39.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:39.023 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 19:42:39.024 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/m2e/core/ui/wizard/maven-test-project 19:42:39.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import Maven Projects"] is available.... 19:42:39.024 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 19:42:39.024 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Maven Projects 19:42:39.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:42:39.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:42:39.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.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") 19:42:39.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:39.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:39.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:39.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:39.040 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:39.040 INFO [WorkbenchTestable][AbstractButton] Click button &Refresh 19:42:39.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:42:39.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:42:39.040 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:42:39.040 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:42:39.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import Maven Projects"] is available.... 19:42:39.049 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 19:42:39.050 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Maven Projects 19:42:39.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:42:39.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:42:39.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until The project is still not loaded.... 19:42:39.058 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") 19:42:39.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:39.058 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:39.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:39.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:39.059 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:39.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until The project is still not loaded. finished successfully 19:42:39.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import Maven Projects"] is available.... 19:42:39.060 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 19:42:39.060 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Maven Projects 19:42:39.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:42:39.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:42:39.060 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:42:39.060 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:42:39.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:42:39.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:42:39.060 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Import Maven Projects" as the parent 19:42:39.060 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:42:39.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:42:39.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:42:39.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:42:39.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:42:39.061 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:42:39.061 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:42:39.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:42:39.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:42:39.061 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:42:39.061 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:42:39.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:42:39.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:42:39.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 19:42:39.106 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 19:42:39.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running finished successfully 19:42:39.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:42:39.106 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 19:42:39.606 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 19:42:39.606 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:42:39.606 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 19:42:39.606 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 19:42:39.606 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 19:42:39.606 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:42:39.606 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:42:39.606 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:42:39.606 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:42:39.606 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:42:39.606 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:42:39.606 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:42:39.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:42:39.606 DEBUG [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.... 19:42:49.627 DEBUG [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 19:42:49.629 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.... 19:42:59.638 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 19:42:59.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 19:42:59.639 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:42:59.639 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:42:59.639 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:42:59.639 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:42:59.639 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:42:59.639 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:42:59.639 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:43:00.139 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:43:00.139 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:43:00.139 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:43:00.139 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:43:00.139 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:43:00.139 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:43:00.139 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:43:00.639 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:43:00.639 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:43:00.639 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:43:00.639 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:43:00.639 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:43:00.639 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:43:00.639 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:43:01.139 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:43:01.139 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:43:01.139 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:43:01.139 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:43:01.139 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:43:01.139 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:43:01.139 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:43:01.640 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:43:01.640 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:43:01.640 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:43:01.640 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:43:01.640 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:43:01.640 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:43:01.640 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:43:02.140 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:43:02.140 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:43:02.140 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:43:02.140 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:43:02.140 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:43:02.140 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:43:02.140 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:43:02.640 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:43:02.640 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:43:02.640 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:43:02.640 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:43:02.640 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:43:02.640 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:43:02.640 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:43:03.141 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:43:03.141 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:43:03.141 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:43:03.141 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:43:03.141 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:43:03.141 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:43:03.141 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:43:03.641 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:43:03.641 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:43:03.641 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:43:03.641 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:43:03.641 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:43:03.641 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:43:03.641 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:43:04.141 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:43:04.141 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:43:04.141 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:43:04.141 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:43:04.141 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:43:04.141 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:43:04.141 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:43:04.641 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:43:04.641 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:43:04.641 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:43:04.641 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:43:04.641 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:43:04.641 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:43:04.641 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:43:05.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:43:05.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:43:05.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:43:05.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:43:05.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:43:05.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:43:05.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:43:05.642 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:43:05.642 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:43:05.642 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:43:05.642 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:43:05.642 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:43:05.642 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:43:05.642 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:43:06.143 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:43:06.143 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:43:06.143 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:43:06.143 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:43:06.143 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:43:06.143 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:43:06.143 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:43:06.643 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:43:06.643 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:43:06.643 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:43:06.643 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:43:06.643 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:43:06.643 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:43:06.643 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:43:07.143 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:43:07.143 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:43:07.143 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:43:07.143 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:43:07.143 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:43:07.143 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:43:07.143 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:43:07.644 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:43:07.644 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:43:07.644 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:43:07.644 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:43:07.644 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:43:07.644 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:43:07.644 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:43:08.144 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:43:08.144 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:43:08.144 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:43:08.144 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:43:08.144 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:43:08.144 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:43:08.144 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:43:08.644 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:43:08.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:43:08.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:43:08.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:43:08.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:43:08.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:43:08.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:43:09.145 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:43:09.145 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:43:09.145 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:43:09.145 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:43:09.145 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:43:09.145 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:43:09.145 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:43:09.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:43:09.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:43:09.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:43:09.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:43:09.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:43:09.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:43:09.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:43:09.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 19:43:09.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:43:09.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:43:09.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:43:09.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:43:09.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:43:09.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:43:09.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:43:09.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:43:09.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:43:09.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:09.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:09.647 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 19:43:09.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:09.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:09.648 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:43:09.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:09.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:09.648 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:43:09.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 '\*?\QProject Explorer\E') 19:43:09.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:09.648 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:09.648 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:09.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:09.648 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:43:09.648 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:43:09.648 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:43:09.649 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:09.649 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:43:09.649 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:43:09.649 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:43:09.651 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:43:09.651 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:43:09.651 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:09.651 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:43:09.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:09.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:09.651 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:43:10.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:10.152 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:43:10.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:10.653 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:43:10.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:43:10.653 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:43:10.653 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:43:10.654 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:10.654 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:43:10.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 19:43:10.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:10.655 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:10.655 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:10.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:10.655 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:10.655 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 19:43:10.655 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 19:43:10.655 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenImportWizardTest 19:43:10.655 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:43:10.655 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:43:10.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:10.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:43:10.656 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testImportingMavenProject no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenImportWizardTest) 19:43:10.656 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenImportWizardTest 19:43:10.656 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:43:10.656 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:43:10.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:10.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 57.069 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: 25.336 s testImportingMavenProject no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenImportWizardTest) Time elapsed: 31.729 s Running org.eclipse.reddeer.eclipse.test.ui.part.MultiPageEditorTest 19:43:10.660 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.part.MultiPageEditorTest 19:43:10.663 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:43:10.663 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:43:10.663 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.part.MultiPageEditorTest 19:43:10.663 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:43:10.663 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:43:10.664 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:43:10.664 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:43:10.664 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:43:10.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: "Import"] 19:43:10.665 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:10.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: "Import"] 19:43:10.665 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:10.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: "Import"] 19:43:10.665 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:10.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: "Import"] 19:43:10.665 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:10.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: "Import"] 19:43:10.665 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:10.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: "Import"] 19:43:10.666 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:10.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: "Import"] 19:43:10.666 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:10.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: "Import"] 19:43:10.666 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:10.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: "Import"] 19:43:10.666 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:10.666 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:43:10.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:10.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:10.667 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:43:10.667 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:43:10.667 DEBUG [main][MenuItemLookup] Found menu:'File' 19:43:10.667 DEBUG [main][MenuItemLookup] Item match:File 19:43:10.668 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:43:10.668 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:43:10.668 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:43:10.668 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:43:10.668 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:10.668 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:43:10.668 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:43:10.668 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:10.668 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:43:10.668 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 19:43:10.668 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 19:43:10.668 DEBUG [main][MenuItemLookup] Found menu:'Revert' 19:43:10.668 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:10.668 DEBUG [main][MenuItemLookup] Found menu:'Move...' 19:43:10.668 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 19:43:10.668 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:43:10.668 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 19:43:10.668 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:10.668 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 19:43:10.668 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:10.668 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:43:10.668 DEBUG [main][MenuItemLookup] Item match:Import... 19:43:10.669 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 19:43:10.669 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 19:43:10.669 INFO [main][MenuItemHandler] Select menu item: &Import... 19:43:10.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 19:43:10.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 19:43:10.724 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 19:43:10.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:10.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:10.725 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 19:43:10.726 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:10.726 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 19:43:10.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:10.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:10.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:10.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:10.726 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:10.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:43:10.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:43:10.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:43:10.727 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:43:10.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:11.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:11.229 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:43:11.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:43:11.230 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:43:11.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:11.230 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:43:11.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:11.230 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:43:11.230 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 19:43:11.230 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 19:43:11.230 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 19:43:11.232 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 19:43:11.233 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 19:43:11.233 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 19:43:11.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.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) 19:43:11.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:11.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:11.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:11.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:11.233 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:11.234 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:43:11.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:11.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:11.234 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:11.234 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:11.282 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:43:11.282 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:11.282 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:11.282 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 19:43:11.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:11.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:11.283 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 19:43:11.283 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:11.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 19:43:11.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 19:43:11.283 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 19:43:11.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:11.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:11.283 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 19:43:11.283 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:11.284 INFO [WorkbenchTestable][WizardProjectsImportPage] Settig archive file to '/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/part/xml-project.zip' 19:43:11.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.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:") 19:43:11.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:11.285 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:11.285 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:11.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:11.286 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:11.286 INFO [WorkbenchTestable][AbstractButton] Click button Select &archive file: 19:43:11.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:11.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:11.286 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:11.286 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:11.286 TRACE [main][WidgetHandler] Notify Button with event 27 19:43:11.286 TRACE [main][WidgetHandler] Wait for synchronization 19:43:11.286 TRACE [main][WidgetHandler] Notify Button with event 13 19:43:11.286 TRACE [main][WidgetHandler] Wait for synchronization 19:43:11.286 TRACE [main][WidgetHandler] Notify Button with event 26 19:43:11.286 TRACE [main][WidgetHandler] Wait for synchronization 19:43:11.286 TRACE [main][WidgetHandler] Notify Button with event 3 19:43:11.286 TRACE [main][WidgetHandler] Wait for synchronization 19:43:11.286 TRACE [main][WidgetHandler] Notify Button with event 4 19:43:11.286 TRACE [main][WidgetHandler] Wait for synchronization 19:43:11.286 TRACE [main][WidgetHandler] Notify Button with event 13 19:43:11.286 TRACE [main][WidgetHandler] Wait for synchronization 19:43:11.288 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 19:43:11.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:11.288 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:43:11.288 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:43:11.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:11.288 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 19:43:11.288 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/part/xml-project.zip 19:43:11.288 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") 19:43:11.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:11.288 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:11.289 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:11.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:11.289 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:11.312 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 19:43:11.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:11.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:11.312 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:11.312 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:11.345 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 19:43:11.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:11.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:11.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:11.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:11.345 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:11.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 19:43:11.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 19:43:11.346 INFO [WorkbenchTestable][WizardProjectsImportPage] Selecting projects 19:43:11.346 INFO [WorkbenchTestable][WizardProjectsImportPage] Deselecting all projects 19:43:11.346 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") 19:43:11.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:11.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:11.353 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:11.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:11.353 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:11.353 INFO [WorkbenchTestable][AbstractButton] Click button &Deselect All 19:43:11.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:11.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:11.353 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:11.353 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:11.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 19:43:11.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:11.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:11.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:11.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:11.355 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:11.355 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item xml-project (xml-project/) 19:43:11.355 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item xml-project (xml-project/): 19:43:11.356 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 19:43:11.356 INFO [WorkbenchTestable][TreeItemHandler] Checked: xml-project (xml-project/) 19:43:11.356 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 19:43:11.356 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Finish wizard 19:43:11.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.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) 19:43:11.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:11.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:11.358 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:11.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:11.358 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:11.358 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:43:11.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:11.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:11.358 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:11.358 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:11.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:43:11.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:43:11.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:43:11.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:43:11.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:43:11.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:43:11.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:43:11.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:43:11.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:43:11.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:43:11.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:43:11.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:43:11.892 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:11.892 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:11.892 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:43:11.893 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:11.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:11.893 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:43:11.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:11.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:11.893 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:43:11.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 '\*?\QPackage Explorer\E') 19:43:11.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:11.893 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:11.894 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:11.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:11.894 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:43:11.894 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:43:11.894 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:43:11.926 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:11.927 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:43:11.927 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:43:11.927 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:43:11.928 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:11.928 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:43:11.928 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:43:11.928 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:43:11.928 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:11.928 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:43:11.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:11.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:11.929 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:43:12.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:12.429 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:43:12.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:12.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:43:12.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:43:12.931 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:43:12.931 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:43:12.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:12.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:43:12.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 19:43:12.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:12.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:12.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:12.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:12.932 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:12.932 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 19:43:12.932 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 19:43:12.932 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name xml-project 19:43:12.933 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 19:43:12.933 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item file.xml of tree item xml-project 19:43:12.933 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item xml-project 19:43:12.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:13.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:13.434 INFO [WorkbenchTestable][TreeItemHandler] Expanded: xml-project 19:43:13.434 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item file.xml 19:43:13.434 DEBUG [main][TreeItemHandler] Selecting tree item: file.xml 19:43:13.435 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item file.xml about selection 19:43:13.438 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: file.xml 19:43:13.438 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item file.xml 19:43:13.438 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item file.xml 19:43:13.438 DEBUG [main][TreeItemHandler] Selecting tree item: file.xml 19:43:13.438 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item file.xml about selection 19:43:13.440 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: file.xml 19:43:13.440 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:43:13.440 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:43:13.745 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:43:13.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:43:13.746 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 19:43:13.746 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:43:13.746 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:43:13.746 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:43:13.746 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:43:13.746 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:43:13.746 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:43:13.746 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:43:13.746 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:43:13.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:43:13.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3a8e6a32 is found... 19:43:13.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3a8e6a32 is found finished successfully 19:43:13.787 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') 19:43:13.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:13.787 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:13.788 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:13.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:13.788 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:43:13.791 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:13.791 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:43:13.791 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:43:13.791 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectPage no-configuration(org.eclipse.reddeer.eclipse.test.ui.part.MultiPageEditorTest) 19:43:13.791 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.part.MultiPageEditorTest 19:43:13.791 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:43:13.791 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:43:13.791 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:43:13.792 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:13.792 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:43:13.792 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") 19:43:13.792 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:43:13.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:13.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:43:13.792 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 19:43:13.793 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:43:13.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:13.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:13.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:13.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:13.793 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:43:13.793 INFO [WorkbenchTestable][AbstractCTabItem] Activate Design 19:43:13.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 19:43:13.796 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:43:13.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:13.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:43:13.802 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 19:43:13.802 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:43:13.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:13.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:13.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:13.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:13.802 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:13.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:43:13.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:43:13.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem a has children... 19:43:13.803 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item a 19:43:13.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:13.803 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item a is already expanded. No action performed 19:43:13.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:13.803 INFO [WorkbenchTestable][TreeItemHandler] Expanded: a 19:43:13.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem a has children finished successfully 19:43:13.803 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item a 19:43:13.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:13.804 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item a is already expanded. No action performed 19:43:13.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:13.804 INFO [WorkbenchTestable][TreeItemHandler] Expanded: a 19:43:13.806 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:13.807 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:13.807 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:43:13.807 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:13.807 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:13.807 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - xml-project/file.xml - Eclipse Platform 19:43:13.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:13.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:13.808 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - xml-project/file.xml - Eclipse Platform' 19:43:13.808 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:43:13.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:13.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:13.808 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:13.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:13.808 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:43:13.809 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:43:13.809 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:43:13.883 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:13.883 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:43:13.884 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part file.xml 19:43:13.942 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:13.943 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:43:13.943 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") 19:43:13.943 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:43:13.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:13.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:43:13.943 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 19:43:13.943 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:43:13.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:13.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:13.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:13.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:13.944 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:43:13.944 INFO [WorkbenchTestable][AbstractCTabItem] Activate Source 19:43:14.009 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 19:43:14.009 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:43:14.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:14.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:43:14.020 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 19:43:14.020 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:43:14.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:14.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:14.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:14.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:14.020 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:43:14.020 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.part.MultiPageEditorTest 19:43:14.020 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:43:14.020 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:43:14.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:14.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:43:14.021 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectPage no-configuration(org.eclipse.reddeer.eclipse.test.ui.part.MultiPageEditorTest) 19:43:14.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:14.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:14.021 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:43:14.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:14.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:14.022 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - xml-project/file.xml - Eclipse Platform 19:43:14.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:14.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:14.022 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - xml-project/file.xml - Eclipse Platform' 19:43:14.022 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:43:14.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:14.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:14.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:14.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:14.023 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:43:14.023 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:43:14.023 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:43:14.089 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:14.089 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:43:14.089 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:43:14.089 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:43:14.090 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:14.090 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:43:14.090 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:43:14.090 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:43:14.090 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:14.090 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:43:14.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:14.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:14.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:43:14.591 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:14.591 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:43:15.092 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:15.092 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:43:15.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:43:15.092 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:43:15.092 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:43:15.093 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:15.093 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:43:15.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 19:43:15.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:15.093 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:15.093 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:15.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:15.093 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:15.094 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 19:43:15.094 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 19:43:15.094 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name xml-project 19:43:15.094 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item xml-project 19:43:15.094 DEBUG [main][TreeItemHandler] Selecting tree item: xml-project 19:43:15.094 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item xml-project about selection 19:43:15.097 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: xml-project 19:43:15.097 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:43:15.097 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:15.132 DEBUG [main][MenuItemLookup] Found menu:'New' 19:43:15.132 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:43:15.132 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:15.132 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:43:15.132 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:43:15.132 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:15.132 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:43:15.132 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:43:15.132 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:43:15.132 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:43:15.132 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:15.132 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 19:43:15.132 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 19:43:15.132 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 19:43:15.132 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:15.132 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:43:15.132 DEBUG [main][MenuItemLookup] Found menu:'Export...' 19:43:15.132 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:15.132 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:43:15.132 DEBUG [main][MenuItemLookup] Item match:Refresh F5 19:43:15.132 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 19:43:15.132 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 19:43:15.132 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 19:43:15.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:43:15.134 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 19:43:15.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:43:15.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:43:15.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:43:15.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:43:15.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:43:15.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:43:15.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:43:15.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:43:15.634 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'xml-project' via Explorer 19:43:15.635 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item xml-project 19:43:15.635 DEBUG [main][TreeItemHandler] Selecting tree item: xml-project 19:43:15.635 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item xml-project about selection 19:43:15.637 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: xml-project 19:43:15.637 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:43:15.637 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:15.669 DEBUG [main][MenuItemLookup] Found menu:'New' 19:43:15.669 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:43:15.669 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:15.669 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:43:15.669 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:43:15.669 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:15.669 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:43:15.669 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:43:15.669 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:43:15.669 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:43:15.669 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:43:15.669 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:43:15.669 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:43:15.669 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 19:43:15.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 'Delete.*'] is available.... 19:43:16.232 DEBUG [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 19:43:16.232 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 19:43:16.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:16.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:16.235 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:16.235 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:16.235 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 19:43:16.235 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:43:16.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:16.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:43:16.235 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:43:16.235 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:43:16.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:16.235 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:16.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:16.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:16.236 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:16.236 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 19:43:16.236 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 19:43:16.236 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 19:43:16.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:16.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:16.236 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:16.236 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:16.237 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 19:43:16.237 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:43:16.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:16.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:43:16.237 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:43:16.237 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:43:16.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:16.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:16.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:16.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:16.237 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:16.237 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:43:16.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:16.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:16.238 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:16.238 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:16.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 19:43:16.240 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 19:43:16.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 19:43:16.741 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 19:43:16.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:43:16.741 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:43:16.741 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 19:43:16.741 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 19:43:16.741 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:43:16.741 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:43:16.741 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:43:16.741 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:43:16.741 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:43:16.741 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:43:16.741 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:43:16.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:43:16.741 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.part.MultiPageEditorTest 19:43:16.741 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:43:16.741 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:43:16.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:16.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.082 s - in org.eclipse.reddeer.eclipse.test.ui.part.MultiPageEditorTest selectPage no-configuration(org.eclipse.reddeer.eclipse.test.ui.part.MultiPageEditorTest) Time elapsed: 0.229 s Running org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 19:43:16.746 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 19:43:16.746 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:43:16.747 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:43:16.747 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 19:43:16.747 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:43:16.747 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:43:16.747 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:43:16.747 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:43:16.747 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:43:16.747 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:43:16.747 INFO [WorkbenchTestable][RequirementsRunner] Started test: getProjects_none no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 19:43:16.747 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 19:43:16.747 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:43:16.747 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:43:16.747 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:43:16.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: "Import"] 19:43:16.748 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:16.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: "Import"] 19:43:16.748 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:16.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: "Import"] 19:43:16.748 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:16.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: "Import"] 19:43:16.748 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:16.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: "Import"] 19:43:16.749 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:16.749 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:43:16.749 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:16.749 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:43:16.749 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:16.749 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:43:16.749 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:16.749 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:43:16.749 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:16.749 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:43:16.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:16.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:16.750 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:43:16.750 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:43:16.750 DEBUG [main][MenuItemLookup] Found menu:'File' 19:43:16.750 DEBUG [main][MenuItemLookup] Item match:File 19:43:16.751 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:43:16.751 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:43:16.751 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:43:16.751 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:43:16.751 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:16.751 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:43:16.751 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:43:16.751 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:16.751 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:43:16.751 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 19:43:16.751 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 19:43:16.751 DEBUG [main][MenuItemLookup] Found menu:'Revert' 19:43:16.751 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:16.751 DEBUG [main][MenuItemLookup] Found menu:'Move...' 19:43:16.751 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 19:43:16.751 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:43:16.751 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 19:43:16.751 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:16.751 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 19:43:16.751 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:16.751 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:43:16.751 DEBUG [main][MenuItemLookup] Item match:Import... 19:43:16.751 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 19:43:16.751 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 19:43:16.751 INFO [main][MenuItemHandler] Select menu item: &Import... 19:43:16.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 19:43:16.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 19:43:16.807 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 19:43:16.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:16.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:16.808 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 19:43:16.808 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:16.808 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 19:43:16.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:16.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:16.808 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:16.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:16.808 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:16.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:43:16.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:43:16.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:43:16.810 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:43:16.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:16.810 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:43:16.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:16.810 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:43:16.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:43:16.810 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:43:16.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:16.810 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:43:16.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:16.810 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:43:16.810 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 19:43:16.810 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 19:43:16.810 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 19:43:16.811 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 19:43:16.811 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 19:43:16.811 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 19:43:16.811 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) 19:43:16.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:16.811 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:16.811 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:16.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:16.811 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:16.812 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:43:16.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:16.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:16.812 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:16.812 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:16.843 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:43:16.854 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:16.854 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:16.854 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 19:43:16.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:16.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:16.855 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 19:43:16.855 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:16.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 19:43:16.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 19:43:16.855 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 19:43:16.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:16.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:16.855 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 19:43:16.855 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:16.875 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:") 19:43:16.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:16.875 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:16.876 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:16.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:16.876 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:16.876 INFO [WorkbenchTestable][AbstractButton] Click button Select roo&t directory: 19:43:16.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:16.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:16.876 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:16.876 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:16.877 TRACE [main][WidgetHandler] Notify Button with event 27 19:43:16.877 TRACE [main][WidgetHandler] Wait for synchronization 19:43:16.877 TRACE [main][WidgetHandler] Notify Button with event 13 19:43:16.877 TRACE [main][WidgetHandler] Wait for synchronization 19:43:16.877 TRACE [main][WidgetHandler] Notify Button with event 26 19:43:16.877 TRACE [main][WidgetHandler] Wait for synchronization 19:43:16.877 TRACE [main][WidgetHandler] Notify Button with event 3 19:43:16.877 TRACE [main][WidgetHandler] Wait for synchronization 19:43:16.877 TRACE [main][WidgetHandler] Notify Button with event 4 19:43:16.877 TRACE [main][WidgetHandler] Wait for synchronization 19:43:16.877 TRACE [main][WidgetHandler] Notify Button with event 13 19:43:16.877 TRACE [main][WidgetHandler] Wait for synchronization 19:43:16.878 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 19:43:16.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:16.878 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:16.879 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:16.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:16.879 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 19:43:16.879 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to: 19:43:16.879 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 19:43:16.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:16.879 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:16.879 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:16.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:16.880 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:16.880 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 19:43:16.880 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Cancel wizard 19:43:16.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.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) 19:43:16.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:16.880 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:16.881 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:16.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:16.881 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:16.881 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 19:43:16.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:16.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:16.881 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:16.881 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:16.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:43:16.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:43:16.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:43:16.904 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:43:16.904 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 19:43:16.904 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 19:43:16.904 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:43:16.904 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:43:16.904 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:43:16.904 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:43:16.904 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:43:16.904 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:43:16.904 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:43:16.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:43:16.904 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 19:43:16.904 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:43:16.904 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:43:16.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:16.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:43:16.905 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getProjects_none no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 19:43:16.905 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:43:16.905 INFO [WorkbenchTestable][RequirementsRunner] Started test: setArchiveFile no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 19:43:16.905 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 19:43:16.905 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:43:16.905 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:43:16.905 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:43:16.905 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:43:16.905 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:16.905 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:43:16.905 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:16.905 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:43:16.905 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:16.906 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:43:16.906 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:16.906 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:43:16.906 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:16.906 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:43:16.906 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:16.906 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:43:16.906 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:16.906 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:43:16.906 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:16.906 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:43:16.906 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:16.906 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:43:16.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:16.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:16.907 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:43:16.907 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:43:16.907 DEBUG [main][MenuItemLookup] Found menu:'File' 19:43:16.907 DEBUG [main][MenuItemLookup] Item match:File 19:43:16.908 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:43:16.908 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:43:16.908 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:43:16.908 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:43:16.908 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:16.908 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:43:16.908 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:43:16.908 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:16.908 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:43:16.908 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 19:43:16.908 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 19:43:16.908 DEBUG [main][MenuItemLookup] Found menu:'Revert' 19:43:16.908 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:16.908 DEBUG [main][MenuItemLookup] Found menu:'Move...' 19:43:16.908 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 19:43:16.908 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:43:16.908 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 19:43:16.908 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:16.908 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 19:43:16.908 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:16.908 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:43:16.908 DEBUG [main][MenuItemLookup] Item match:Import... 19:43:16.920 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 19:43:16.920 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 19:43:16.920 INFO [main][MenuItemHandler] Select menu item: &Import... 19:43:16.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 19:43:16.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 19:43:16.984 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 19:43:16.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:16.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:16.985 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 19:43:16.985 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:16.985 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 19:43:16.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:16.985 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:16.986 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:16.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:16.986 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:16.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:43:16.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:43:16.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:43:16.986 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:43:16.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:16.986 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:43:16.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:16.986 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:43:16.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:43:16.987 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:43:16.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:16.987 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:43:16.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:16.987 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:43:16.987 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 19:43:16.987 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 19:43:16.987 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 19:43:16.987 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 19:43:16.987 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 19:43:16.987 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 19:43:16.987 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) 19:43:16.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:16.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:16.992 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:16.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:16.992 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:16.993 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:43:16.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:16.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:16.993 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:16.993 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43: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: "Import"] 19:43:17.032 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:17.032 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:17.032 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 19:43:17.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:17.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:17.033 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 19:43:17.033 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:17.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 19:43:17.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 19:43:17.033 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 19:43:17.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:17.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:17.033 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 19:43:17.033 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:17.033 INFO [WorkbenchTestable][WizardProjectsImportPage] Settig archive file to '/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/zip/projectImport.zip' 19:43:17.033 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:") 19:43:17.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:17.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:17.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:17.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:17.034 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:17.034 INFO [WorkbenchTestable][AbstractButton] Click button Select &archive file: 19:43:17.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:17.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:17.034 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:17.034 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:17.042 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 19:43:17.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:17.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:43:17.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:43:17.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:17.052 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 19:43:17.052 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/part/xml-project.zip to:/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/zip/projectImport.zip 19:43: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.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") 19:43:17.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:17.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:17.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:17.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:17.053 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:17.060 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 19:43:17.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:17.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:17.080 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:17.080 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:17.098 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 19:43:17.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:17.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:17.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:17.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:17.115 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:17.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 19:43:17.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 19:43:17.116 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 19:43:17.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:17.116 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:17.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:17.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:17.116 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:17.120 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 19:43:17.121 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Cancel wizard 19:43:17.121 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) 19:43:17.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:17.121 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:17.122 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:17.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:17.122 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:17.122 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 19:43:17.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:17.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:17.122 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:17.122 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:17.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:43:17.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:43:17.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:43:17.156 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:43:17.156 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 19:43:17.156 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 19:43:17.156 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:43:17.156 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:43:17.156 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:43:17.156 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:43:17.156 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:43:17.156 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:43:17.156 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:43:17.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:43:17.156 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 19:43:17.156 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:43:17.156 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:43:17.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:17.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:43:17.157 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setArchiveFile no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 19:43:17.157 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:43:17.157 INFO [WorkbenchTestable][RequirementsRunner] Started test: copyProjectsIntoWorkspace_zipFile_true no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 19:43:17.157 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 19:43:17.157 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:43:17.157 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:43:17.157 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:43:17.157 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:43:17.157 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:17.157 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:43:17.157 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:17.157 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:43:17.158 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:17.158 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:43:17.158 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:17.158 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:43:17.158 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:17.158 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:43:17.158 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:17.158 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:43:17.158 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:17.158 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:43:17.158 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:17.158 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:43:17.158 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:17.158 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:43:17.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:17.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:17.159 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:43:17.159 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:43:17.159 DEBUG [main][MenuItemLookup] Found menu:'File' 19:43:17.159 DEBUG [main][MenuItemLookup] Item match:File 19:43:17.160 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:43:17.160 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:43:17.160 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:43:17.160 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:43:17.160 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:17.160 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:43:17.160 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:43:17.160 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:17.160 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:43:17.160 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 19:43:17.160 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 19:43:17.160 DEBUG [main][MenuItemLookup] Found menu:'Revert' 19:43:17.160 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:17.160 DEBUG [main][MenuItemLookup] Found menu:'Move...' 19:43:17.160 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 19:43:17.160 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:43:17.160 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 19:43:17.160 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:17.160 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 19:43:17.160 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:17.160 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:43:17.160 DEBUG [main][MenuItemLookup] Item match:Import... 19:43:17.160 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 19:43:17.160 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 19:43:17.160 INFO [main][MenuItemHandler] Select menu item: &Import... 19:43:17.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 19:43:17.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 19:43:17.232 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 19:43:17.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:17.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:17.233 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 19:43:17.233 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:17.233 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 19:43:17.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:17.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:17.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:17.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:17.233 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:17.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:43:17.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:43:17.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:43:17.236 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:43:17.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:17.236 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:43:17.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:17.236 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:43:17.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:43:17.236 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:43:17.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:17.236 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:43:17.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:17.236 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:43:17.236 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 19:43:17.236 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 19:43:17.236 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 19:43:17.236 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 19:43:17.237 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 19:43:17.237 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 19:43:17.237 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) 19:43:17.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:17.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:17.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:17.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:17.237 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:17.237 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:43:17.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:17.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:17.238 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:17.238 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:17.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: "Import"] 19:43:17.277 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:17.278 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:17.278 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 19:43:17.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:17.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:17.278 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 19:43:17.278 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:17.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 19:43:17.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 19:43:17.279 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 19:43:17.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:17.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:17.279 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 19:43:17.279 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:17.279 INFO [WorkbenchTestable][WizardProjectsImportPage] Settig archive file to '/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/zip/projectImport.zip' 19:43:17.286 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:") 19:43:17.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:17.286 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:17.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:17.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:17.299 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:17.299 INFO [WorkbenchTestable][AbstractButton] Click button Select &archive file: 19:43:17.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:17.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:17.299 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:17.299 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:17.300 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 19:43:17.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:17.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:43:17.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:43:17.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:17.301 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 19:43:17.301 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/part/xml-project.zip to:/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/zip/projectImport.zip 19:43:17.301 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") 19:43:17.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:17.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:17.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:17.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:17.302 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:17.309 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 19:43:17.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:17.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:17.309 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:17.309 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:17.343 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 19:43:17.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:17.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:17.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:17.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:17.343 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:17.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 19:43:17.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 19:43:17.344 INFO [WorkbenchTestable][WizardProjectsImportPage] Setting copy checkbox to false 19:43:17.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.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:") 19:43:17.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:17.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:17.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:17.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:17.344 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:17.353 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 19:43:17.353 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Cancel wizard 19:43:17.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.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) 19:43:17.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:17.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:17.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:17.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:17.355 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:17.355 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 19:43:17.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:17.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:17.355 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:17.355 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:17.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:43:17.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:43:17.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:43:17.396 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 19:43:17.396 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:43:17.396 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:43:17.396 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:43:17.396 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:43:17.396 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:43:17.396 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:43:17.396 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:43:17.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:43:17.396 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 19:43:17.396 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:43:17.396 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:43:17.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:17.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:43:17.397 INFO [WorkbenchTestable][RequirementsRunner] Finished test: copyProjectsIntoWorkspace_zipFile_true no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 19:43:17.397 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:43:17.397 INFO [WorkbenchTestable][RequirementsRunner] Started test: copyProjectsIntoWorkspace_zipFile_false no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 19:43:17.397 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 19:43:17.397 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:43:17.397 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:43:17.397 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:43:17.397 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:43:17.397 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:17.397 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:43:17.397 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:17.397 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:43:17.397 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:17.397 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:43:17.397 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:17.397 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:43:17.398 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:17.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: "Import"] 19:43:17.398 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:17.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: "Import"] 19:43:17.398 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:17.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: "Import"] 19:43:17.398 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:17.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: "Import"] 19:43:17.398 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:17.398 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:43:17.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:17.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:17.398 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:43:17.398 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:43:17.398 DEBUG [main][MenuItemLookup] Found menu:'File' 19:43:17.399 DEBUG [main][MenuItemLookup] Item match:File 19:43:17.399 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:43:17.399 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:43:17.399 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:43:17.399 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:43:17.399 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:17.399 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:43:17.399 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:43:17.399 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:17.399 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:43:17.399 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 19:43:17.399 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 19:43:17.399 DEBUG [main][MenuItemLookup] Found menu:'Revert' 19:43:17.399 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:17.399 DEBUG [main][MenuItemLookup] Found menu:'Move...' 19:43:17.399 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 19:43:17.399 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:43:17.399 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 19:43:17.399 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:17.399 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 19:43:17.399 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:17.399 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:43:17.399 DEBUG [main][MenuItemLookup] Item match:Import... 19:43:17.399 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 19:43:17.399 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 19:43:17.399 INFO [main][MenuItemHandler] Select menu item: &Import... 19:43:17.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 19:43:17.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 19:43:17.451 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 19:43:17.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:17.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:17.452 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 19:43:17.452 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:17.452 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 19:43:17.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:17.452 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:17.452 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:17.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:17.452 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:17.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:43:17.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:43:17.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:43:17.454 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:43:17.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:17.454 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:43:17.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:17.454 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:43:17.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:43:17.454 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:43:17.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:17.455 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:43:17.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:17.455 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:43:17.455 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 19:43:17.455 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 19:43:17.455 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 19:43:17.455 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 19:43:17.455 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 19:43:17.455 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 19:43:17.455 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) 19:43:17.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:17.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:17.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:17.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:17.456 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:17.456 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:43:17.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:17.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:17.457 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:17.457 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:17.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"] 19:43:17.495 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:17.495 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:17.495 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 19:43:17.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:17.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:17.496 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 19:43:17.496 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:17.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 19:43:17.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 19:43:17.496 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 19:43:17.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:17.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:17.496 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 19:43:17.496 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:17.496 INFO [WorkbenchTestable][WizardProjectsImportPage] Settig archive file to '/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/zip/projectImport.zip' 19:43:17.496 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:") 19:43:17.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:17.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:17.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:17.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:17.497 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:17.497 INFO [WorkbenchTestable][AbstractButton] Click button Select &archive file: 19:43:17.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:17.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:17.497 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:17.497 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:17.498 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 19:43:17.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:17.498 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:43:17.505 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:43:17.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:17.505 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 19:43:17.514 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/part/xml-project.zip to:/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/zip/projectImport.zip 19:43:17.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.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") 19:43:17.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:17.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:17.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:17.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:17.519 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:17.525 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 19:43:17.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:17.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:17.525 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:17.525 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:17.544 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 19:43:17.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:17.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:17.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:17.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:17.544 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:17.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 19:43:17.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 19:43:17.545 INFO [WorkbenchTestable][WizardProjectsImportPage] Setting copy checkbox to false 19:43:17.545 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:") 19:43:17.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:17.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:17.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:17.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:17.545 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:17.546 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 19:43:17.546 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Cancel wizard 19:43:17.546 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) 19:43:17.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:17.546 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:17.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:17.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:17.547 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:17.547 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 19:43:17.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:17.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:17.547 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:17.547 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:17.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:43:17.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:43:17.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:43:17.582 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 19:43:17.582 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:43:17.582 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:43:17.582 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:43:17.582 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:43:17.582 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:43:17.582 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:43:17.582 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:43:17.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:43:17.582 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 19:43:17.582 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:43:17.582 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:43:17.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:17.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:43:17.582 INFO [WorkbenchTestable][RequirementsRunner] Finished test: copyProjectsIntoWorkspace_zipFile_false no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 19:43:17.583 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:43:17.583 INFO [WorkbenchTestable][RequirementsRunner] Started test: copyProjectsIntoWorkspace_directory_true no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 19:43:17.583 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 19:43:17.583 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:43:17.583 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:43:17.583 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:43:17.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: "Import"] 19:43:17.583 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:17.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: "Import"] 19:43:17.583 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:17.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: "Import"] 19:43:17.583 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:17.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: "Import"] 19:43:17.583 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:17.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: "Import"] 19:43:17.583 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:17.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: "Import"] 19:43:17.584 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:17.584 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:43:17.584 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:17.584 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:43:17.584 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:17.584 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:43:17.584 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:17.584 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:43:17.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:17.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:17.584 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:43:17.584 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:43:17.584 DEBUG [main][MenuItemLookup] Found menu:'File' 19:43:17.584 DEBUG [main][MenuItemLookup] Item match:File 19:43:17.585 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:43:17.585 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:43:17.585 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:43:17.585 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:43:17.585 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:17.585 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:43:17.585 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:43:17.585 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:17.585 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:43:17.585 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 19:43:17.585 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 19:43:17.585 DEBUG [main][MenuItemLookup] Found menu:'Revert' 19:43:17.585 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:17.585 DEBUG [main][MenuItemLookup] Found menu:'Move...' 19:43:17.585 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 19:43:17.585 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:43:17.585 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 19:43:17.585 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:17.585 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 19:43:17.585 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:17.585 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:43:17.585 DEBUG [main][MenuItemLookup] Item match:Import... 19:43:17.586 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 19:43:17.586 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 19:43:17.586 INFO [main][MenuItemHandler] Select menu item: &Import... 19:43:17.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 19:43:17.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 19:43:17.639 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 19:43:17.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:17.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:17.639 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 19:43:17.640 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:17.640 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 19:43:17.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:17.640 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:17.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:17.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:17.640 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:17.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:43:17.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:43:17.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:43:17.641 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:43:17.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:17.642 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:43:17.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:17.642 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:43:17.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:43:17.642 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:43:17.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:17.642 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:43:17.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:17.642 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:43:17.642 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 19:43:17.642 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 19:43:17.642 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 19:43:17.642 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 19:43:17.642 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 19:43:17.642 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 19:43:17.642 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) 19:43:17.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:17.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:17.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:17.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:17.643 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:17.643 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:43:17.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:17.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:17.643 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:17.643 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:17.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"] 19:43:17.701 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:17.702 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:17.703 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 19:43:17.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:17.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:17.711 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 19:43:17.711 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:17.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 19:43:17.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 19:43:17.724 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 19:43:17.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:17.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:17.724 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 19:43:17.724 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:17.724 INFO [WorkbenchTestable][WizardProjectsImportPage] Setting root directory to '/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory' 19:43:17.724 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:") 19:43:17.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:17.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:17.725 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:17.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:17.725 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:17.725 INFO [WorkbenchTestable][AbstractButton] Click button Select roo&t directory: 19:43:17.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:17.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:17.725 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:17.725 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:17.725 TRACE [main][WidgetHandler] Notify Button with event 27 19:43:17.725 TRACE [main][WidgetHandler] Wait for synchronization 19:43:17.725 TRACE [main][WidgetHandler] Notify Button with event 13 19:43:17.725 TRACE [main][WidgetHandler] Wait for synchronization 19:43:17.725 TRACE [main][WidgetHandler] Notify Button with event 26 19:43:17.725 TRACE [main][WidgetHandler] Wait for synchronization 19:43:17.725 TRACE [main][WidgetHandler] Notify Button with event 3 19:43:17.725 TRACE [main][WidgetHandler] Wait for synchronization 19:43:17.725 TRACE [main][WidgetHandler] Notify Button with event 4 19:43:17.725 TRACE [main][WidgetHandler] Wait for synchronization 19:43:17.725 TRACE [main][WidgetHandler] Notify Button with event 13 19:43:17.725 TRACE [main][WidgetHandler] Wait for synchronization 19:43:17.727 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 19:43:17.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:17.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:17.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:17.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:17.727 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 19:43:17.727 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory 19:43:17.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.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") 19:43:17.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:17.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:17.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:17.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:17.728 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:17.735 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 19:43:17.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:17.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:17.735 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:17.735 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:17.781 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 19:43:17.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:17.781 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:17.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:17.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:17.782 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:17.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 19:43:17.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 19:43:17.782 INFO [WorkbenchTestable][WizardProjectsImportPage] Setting copy checkbox to true 19:43:17.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.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:") 19:43:17.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:17.782 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:17.782 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:17.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:17.783 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:17.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.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") 19:43:17.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:17.783 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:17.783 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:17.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:17.783 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:17.784 INFO [WorkbenchTestable][CheckBox] Select checkbox &Copy projects into workspace 19:43:17.784 INFO [WorkbenchTestable][CheckBox] Check checkbox &Copy projects into workspace 19:43:17.784 INFO [WorkbenchTestable][AbstractButton] Click button &Copy projects into workspace 19:43:17.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:17.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:17.784 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:17.784 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:17.785 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 19:43:17.785 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Cancel wizard 19:43:17.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.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) 19:43:17.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:17.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:17.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:17.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:17.796 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:17.797 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 19:43:17.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:17.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:17.797 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:17.797 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:17.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:43:17.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:43:17.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:43:17.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:43:17.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:43:17.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:43:17.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:43:17.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:43:17.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:43:17.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:43:17.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:43:17.830 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 19:43:17.830 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:43:17.830 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:43:17.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:17.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:43:17.831 INFO [WorkbenchTestable][RequirementsRunner] Finished test: copyProjectsIntoWorkspace_directory_true no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 19:43:17.831 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:43:17.831 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 19:43:17.831 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 19:43:17.831 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:43:17.831 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:43:17.831 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:43:17.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: "Import"] 19:43:17.831 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:17.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: "Import"] 19:43:17.831 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:17.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: "Import"] 19:43:17.831 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:17.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: "Import"] 19:43:17.832 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:17.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"] 19:43:17.832 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:17.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"] 19:43:17.832 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:17.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"] 19:43:17.832 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:17.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"] 19:43:17.832 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:17.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"] 19:43:17.832 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:17.832 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:43:17.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:17.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:17.832 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:43:17.833 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:43:17.833 DEBUG [main][MenuItemLookup] Found menu:'File' 19:43:17.833 DEBUG [main][MenuItemLookup] Item match:File 19:43:17.833 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:43:17.833 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:43:17.833 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:43:17.834 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:43:17.834 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:17.834 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:43:17.834 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:43:17.834 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:17.834 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:43:17.834 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 19:43:17.834 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 19:43:17.834 DEBUG [main][MenuItemLookup] Found menu:'Revert' 19:43:17.834 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:17.834 DEBUG [main][MenuItemLookup] Found menu:'Move...' 19:43:17.834 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 19:43:17.834 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:43:17.834 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 19:43:17.834 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:17.834 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 19:43:17.834 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:17.834 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:43:17.834 DEBUG [main][MenuItemLookup] Item match:Import... 19:43:17.834 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 19:43:17.834 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 19:43:17.834 INFO [main][MenuItemHandler] Select menu item: &Import... 19:43:17.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 19:43:17.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 19:43:17.896 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 19:43:17.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:17.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:17.897 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 19:43:17.897 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:17.897 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 19:43:17.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:17.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:17.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:17.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:17.898 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:17.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:43:17.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:43:17.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:43:17.899 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:43:17.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:17.899 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:43:17.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:17.899 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:43:17.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:43:17.899 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:43:17.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:17.899 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:43:17.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:17.899 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:43:17.899 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 19:43:17.899 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 19:43:17.899 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 19:43:17.899 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 19:43:17.899 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 19:43:17.899 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 19:43:17.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.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) 19:43:17.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:17.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:17.900 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:17.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:17.900 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:17.900 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:43:17.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:17.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:17.900 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:17.900 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:17.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: "Import"] 19:43:17.949 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:17.949 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:17.950 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 19:43:17.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:17.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:17.950 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 19:43:17.950 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:17.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 19:43:17.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 19:43:17.950 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 19:43:17.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:17.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:17.951 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 19:43:17.951 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:17.951 INFO [WorkbenchTestable][WizardProjectsImportPage] Setting root directory to '/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory' 19:43:17.951 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:") 19:43:17.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:17.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:17.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:17.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:17.951 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:17.951 INFO [WorkbenchTestable][AbstractButton] Click button Select roo&t directory: 19:43:17.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:17.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:17.952 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:17.952 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:17.952 TRACE [main][WidgetHandler] Notify Button with event 27 19:43:17.952 TRACE [main][WidgetHandler] Wait for synchronization 19:43:17.952 TRACE [main][WidgetHandler] Notify Button with event 13 19:43:17.952 TRACE [main][WidgetHandler] Wait for synchronization 19:43:17.952 TRACE [main][WidgetHandler] Notify Button with event 26 19:43:17.952 TRACE [main][WidgetHandler] Wait for synchronization 19:43:17.952 TRACE [main][WidgetHandler] Notify Button with event 3 19:43:17.952 TRACE [main][WidgetHandler] Wait for synchronization 19:43:17.952 TRACE [main][WidgetHandler] Notify Button with event 4 19:43:17.952 TRACE [main][WidgetHandler] Wait for synchronization 19:43:17.952 TRACE [main][WidgetHandler] Notify Button with event 13 19:43:17.952 TRACE [main][WidgetHandler] Wait for synchronization 19:43:17.953 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 19:43:17.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:17.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:17.953 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:17.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:17.953 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 19:43:17.953 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory 19:43:17.954 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") 19:43:17.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:17.954 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:17.962 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:17.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:17.962 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:17.969 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 19:43:17.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:17.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:17.969 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:17.969 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:17.987 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 19:43:17.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:17.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:17.987 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:17.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:17.987 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:17.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 19:43:17.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 19:43:17.999 INFO [WorkbenchTestable][WizardProjectsImportPage] Selecting projects 19:43:17.999 INFO [WorkbenchTestable][WizardProjectsImportPage] Deselecting all projects 19:43:17.999 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") 19:43:17.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:17.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:18.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:18.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:18.000 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:18.000 INFO [WorkbenchTestable][AbstractButton] Click button &Deselect All 19:43:18.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:18.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:18.001 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:18.001 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:18.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 19:43:18.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:18.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:18.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:18.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:18.002 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:18.003 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item ProjectB (/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory/ProjectB) 19:43:18.003 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item ProjectB (/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory/ProjectB): 19:43:18.003 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 19:43:18.003 INFO [WorkbenchTestable][TreeItemHandler] Checked: ProjectB (/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory/ProjectB) 19:43:18.004 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item ProjectC (/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory/ProjectC) 19:43:18.004 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item ProjectC (/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory/ProjectC): 19:43:18.004 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 19:43:18.004 INFO [WorkbenchTestable][TreeItemHandler] Checked: ProjectC (/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory/ProjectC) 19:43:18.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 19:43:18.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:18.004 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:18.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:18.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:18.005 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:18.005 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 19:43:18.005 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Cancel wizard 19:43:18.005 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) 19:43:18.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:18.005 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:18.006 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:18.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:18.006 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:18.006 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 19:43:18.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:18.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:18.006 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:18.006 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:18.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:43:18.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:43:18.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:43:18.027 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:43:18.027 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:43:18.027 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:43:18.027 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:43:18.027 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:43:18.027 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:43:18.027 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:43:18.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:43:18.027 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 19:43:18.027 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:43:18.027 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:43:18.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:18.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:43:18.028 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 19:43:18.028 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:43:18.028 INFO [WorkbenchTestable][RequirementsRunner] Started test: deselectAllProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 19:43:18.028 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 19:43:18.028 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:43:18.028 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:43:18.028 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:43:18.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: "Import"] 19:43:18.028 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:18.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: "Import"] 19:43:18.028 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:18.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: "Import"] 19:43:18.028 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:18.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: "Import"] 19:43:18.028 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:18.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: "Import"] 19:43:18.028 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:18.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: "Import"] 19:43:18.028 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:18.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: "Import"] 19:43:18.028 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:18.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: "Import"] 19:43:18.029 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:18.029 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:43:18.029 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:18.029 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:43:18.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:18.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:18.029 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:43:18.029 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:43:18.029 DEBUG [main][MenuItemLookup] Found menu:'File' 19:43:18.029 DEBUG [main][MenuItemLookup] Item match:File 19:43:18.030 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:43:18.030 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:43:18.030 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:43:18.030 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:43:18.030 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:18.030 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:43:18.030 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:43:18.030 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:18.030 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:43:18.030 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 19:43:18.030 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 19:43:18.030 DEBUG [main][MenuItemLookup] Found menu:'Revert' 19:43:18.030 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:18.030 DEBUG [main][MenuItemLookup] Found menu:'Move...' 19:43:18.030 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 19:43:18.030 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:43:18.030 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 19:43:18.030 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:18.030 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 19:43:18.030 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:18.030 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:43:18.030 DEBUG [main][MenuItemLookup] Item match:Import... 19:43:18.041 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 19:43:18.041 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 19:43:18.041 INFO [main][MenuItemHandler] Select menu item: &Import... 19:43:18.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 19:43:18.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 19:43:18.094 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 19:43:18.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:18.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:18.095 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 19:43:18.095 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:18.096 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 19:43:18.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:18.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:18.096 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:18.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:18.096 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:18.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:43:18.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:43:18.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:43:18.097 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:43:18.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:18.097 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:43:18.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:18.097 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:43:18.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:43:18.097 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:43:18.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:18.097 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:43:18.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:18.097 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:43:18.097 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 19:43:18.097 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 19:43:18.097 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 19:43:18.098 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 19:43:18.098 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 19:43:18.098 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 19:43:18.098 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) 19:43:18.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:18.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:18.098 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:18.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:18.098 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:18.098 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:43:18.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:18.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:18.099 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:18.099 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:18.126 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:43:18.137 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:18.138 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:18.138 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 19:43:18.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:18.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:18.138 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 19:43:18.138 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:18.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 19:43:18.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 19:43:18.138 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 19:43:18.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:18.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:18.139 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 19:43:18.139 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:18.139 INFO [WorkbenchTestable][WizardProjectsImportPage] Setting root directory to '/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory' 19:43:18.139 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:") 19:43:18.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:18.139 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:18.139 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:18.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:18.139 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:18.139 INFO [WorkbenchTestable][AbstractButton] Click button Select roo&t directory: 19:43:18.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:18.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:18.139 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:18.139 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:18.139 TRACE [main][WidgetHandler] Notify Button with event 27 19:43:18.139 TRACE [main][WidgetHandler] Wait for synchronization 19:43:18.139 TRACE [main][WidgetHandler] Notify Button with event 13 19:43:18.139 TRACE [main][WidgetHandler] Wait for synchronization 19:43:18.139 TRACE [main][WidgetHandler] Notify Button with event 26 19:43:18.139 TRACE [main][WidgetHandler] Wait for synchronization 19:43:18.139 TRACE [main][WidgetHandler] Notify Button with event 3 19:43:18.139 TRACE [main][WidgetHandler] Wait for synchronization 19:43:18.139 TRACE [main][WidgetHandler] Notify Button with event 4 19:43:18.139 TRACE [main][WidgetHandler] Wait for synchronization 19:43:18.140 TRACE [main][WidgetHandler] Notify Button with event 13 19:43:18.140 TRACE [main][WidgetHandler] Wait for synchronization 19:43:18.146 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 19:43:18.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:18.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:18.154 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:18.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:18.154 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 19:43:18.154 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory 19:43:18.155 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") 19:43:18.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:18.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:18.155 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:18.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:18.155 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:18.162 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 19:43:18.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:18.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:18.162 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:18.162 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:18.166 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 19:43:18.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:18.170 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:18.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:18.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:18.170 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:18.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 19:43:18.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 19:43:18.191 INFO [WorkbenchTestable][WizardProjectsImportPage] Deselecting all projects 19:43:18.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.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") 19:43:18.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:18.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:18.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:18.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:18.192 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:18.192 INFO [WorkbenchTestable][AbstractButton] Click button &Deselect All 19:43:18.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:18.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:18.192 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:18.192 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:18.194 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 19:43:18.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:18.194 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:18.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:18.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:18.194 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:18.195 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 19:43:18.195 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Cancel wizard 19:43:18.195 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) 19:43:18.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:18.195 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:18.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:18.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:18.196 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:18.196 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 19:43:18.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:18.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:18.196 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:18.196 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:18.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:43:18.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:43:18.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:43:18.219 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:43:18.219 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:43:18.219 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:43:18.219 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:43:18.219 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:43:18.219 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:43:18.219 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:43:18.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:43:18.219 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 19:43:18.219 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:43:18.219 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:43:18.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:18.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:43:18.219 INFO [WorkbenchTestable][RequirementsRunner] Finished test: deselectAllProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 19:43:18.219 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:43:18.220 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectProjects_none no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 19:43:18.220 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 19:43:18.220 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:43:18.220 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:43:18.220 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:43:18.220 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:43:18.220 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:18.220 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:43:18.220 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:18.220 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:43:18.220 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:18.220 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:43:18.220 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:18.220 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:43:18.220 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:18.220 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:43:18.220 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:18.220 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:43:18.220 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:18.220 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:43:18.220 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:18.220 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:43:18.220 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:18.221 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:43:18.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:18.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:18.221 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:43:18.221 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:43:18.221 DEBUG [main][MenuItemLookup] Found menu:'File' 19:43:18.221 DEBUG [main][MenuItemLookup] Item match:File 19:43:18.222 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:43:18.222 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:43:18.222 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:43:18.222 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:43:18.222 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:18.222 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:43:18.222 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:43:18.222 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:18.222 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:43:18.222 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 19:43:18.222 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 19:43:18.222 DEBUG [main][MenuItemLookup] Found menu:'Revert' 19:43:18.222 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:18.222 DEBUG [main][MenuItemLookup] Found menu:'Move...' 19:43:18.222 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 19:43:18.222 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:43:18.222 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 19:43:18.222 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:18.222 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 19:43:18.222 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:18.222 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:43:18.222 DEBUG [main][MenuItemLookup] Item match:Import... 19:43:18.222 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 19:43:18.222 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 19:43:18.222 INFO [main][MenuItemHandler] Select menu item: &Import... 19:43:18.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 19:43:18.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 19:43:18.295 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 19:43:18.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:18.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:18.296 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 19:43:18.296 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:18.296 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 19:43:18.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:18.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:18.296 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:18.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:18.296 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:18.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:43:18.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:43:18.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:43:18.298 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:43:18.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:18.298 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:43:18.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:18.298 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:43:18.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:43:18.298 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:43:18.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:18.298 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:43:18.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:18.298 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:43:18.298 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 19:43:18.298 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 19:43:18.298 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 19:43:18.299 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 19:43:18.299 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 19:43:18.299 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 19:43:18.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.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) 19:43:18.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:18.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:18.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:18.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:18.299 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:18.299 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:43:18.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:18.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:18.299 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:18.299 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:18.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"] 19:43:18.338 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:18.338 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:18.338 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 19:43:18.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:18.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:18.339 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 19:43:18.339 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:18.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 19:43:18.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 19:43:18.339 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 19:43:18.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:18.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:18.339 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 19:43:18.339 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:18.339 INFO [WorkbenchTestable][WizardProjectsImportPage] Setting root directory to '/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory' 19:43:18.339 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:") 19:43:18.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:18.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:18.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:18.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:18.339 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:18.340 INFO [WorkbenchTestable][AbstractButton] Click button Select roo&t directory: 19:43:18.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:18.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:18.340 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:18.340 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:18.340 TRACE [main][WidgetHandler] Notify Button with event 27 19:43:18.340 TRACE [main][WidgetHandler] Wait for synchronization 19:43:18.340 TRACE [main][WidgetHandler] Notify Button with event 13 19:43:18.340 TRACE [main][WidgetHandler] Wait for synchronization 19:43:18.340 TRACE [main][WidgetHandler] Notify Button with event 26 19:43:18.340 TRACE [main][WidgetHandler] Wait for synchronization 19:43:18.340 TRACE [main][WidgetHandler] Notify Button with event 3 19:43:18.340 TRACE [main][WidgetHandler] Wait for synchronization 19:43:18.340 TRACE [main][WidgetHandler] Notify Button with event 4 19:43:18.340 TRACE [main][WidgetHandler] Wait for synchronization 19:43:18.340 TRACE [main][WidgetHandler] Notify Button with event 13 19:43:18.340 TRACE [main][WidgetHandler] Wait for synchronization 19:43:18.341 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 19:43:18.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:18.341 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:18.342 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:18.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:18.342 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 19:43:18.342 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory 19:43:18.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") 19:43:18.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:18.355 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:18.356 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:18.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:18.356 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:18.370 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 19:43:18.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:18.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:18.370 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:18.370 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:18.388 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 19:43:18.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:18.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:18.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:18.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:18.389 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:18.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 19:43:18.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 19:43:18.389 INFO [WorkbenchTestable][WizardProjectsImportPage] Selecting projects 19:43:18.389 INFO [WorkbenchTestable][WizardProjectsImportPage] Deselecting all projects 19:43:18.389 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") 19:43:18.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:18.389 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:18.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:18.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:18.390 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:18.390 INFO [WorkbenchTestable][AbstractButton] Click button &Deselect All 19:43:18.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:18.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:18.390 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:18.391 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43: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.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 19:43:18.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:18.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:18.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:18.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:18.402 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:18.402 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 19:43:18.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:18.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:18.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:18.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:18.403 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:18.403 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 19:43:18.403 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Cancel wizard 19:43:18.403 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) 19:43:18.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:18.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:18.404 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:18.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:18.404 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:18.404 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 19:43:18.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:18.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:18.404 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:18.404 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:18.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:43:18.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:43:18.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:43:18.439 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:43:18.439 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:43:18.439 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:43:18.439 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:43:18.439 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:43:18.439 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:43:18.439 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:43:18.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:43:18.439 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 19:43:18.439 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:43:18.439 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:43:18.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:18.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:43:18.439 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectProjects_none no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 19:43:18.439 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:43:18.439 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectAllProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 19:43:18.439 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 19:43:18.439 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:43:18.439 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:43:18.439 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:43:18.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: "Import"] 19:43:18.440 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:18.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"] 19:43:18.440 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:18.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"] 19:43:18.440 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:18.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"] 19:43:18.440 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:18.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"] 19:43:18.440 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:18.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"] 19:43:18.440 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:18.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"] 19:43:18.440 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:18.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"] 19:43:18.440 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:18.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"] 19:43:18.440 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:18.440 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:43:18.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:18.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:18.441 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:43:18.441 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:43:18.441 DEBUG [main][MenuItemLookup] Found menu:'File' 19:43:18.441 DEBUG [main][MenuItemLookup] Item match:File 19:43:18.441 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:43:18.441 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:43:18.441 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:43:18.441 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:43:18.442 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:18.442 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:43:18.442 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:43:18.442 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:18.442 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:43:18.442 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 19:43:18.442 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 19:43:18.442 DEBUG [main][MenuItemLookup] Found menu:'Revert' 19:43:18.442 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:18.442 DEBUG [main][MenuItemLookup] Found menu:'Move...' 19:43:18.442 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 19:43:18.442 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:43:18.442 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 19:43:18.442 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:18.442 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 19:43:18.442 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:18.442 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:43:18.442 DEBUG [main][MenuItemLookup] Item match:Import... 19:43:18.442 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 19:43:18.442 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 19:43:18.442 INFO [main][MenuItemHandler] Select menu item: &Import... 19:43:18.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 19:43:18.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 19:43:18.506 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 19:43:18.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:18.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:18.507 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 19:43:18.507 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:18.507 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 19:43:18.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:18.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:18.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:18.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:18.508 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:18.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:43:18.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:43:18.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:43:18.509 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:43:18.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:18.509 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:43:18.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:18.509 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:43:18.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:43:18.509 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:43:18.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:18.509 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:43:18.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:18.509 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:43:18.509 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 19:43:18.509 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 19:43:18.509 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 19:43:18.510 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 19:43:18.510 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 19:43:18.510 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 19:43:18.510 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) 19:43:18.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:18.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:18.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:18.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:18.510 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:18.511 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:43:18.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:18.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:18.511 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:18.511 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:18.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: "Import"] 19:43:18.562 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:18.562 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:18.562 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 19:43:18.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:18.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:18.563 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 19:43:18.563 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:18.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 19:43:18.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 19:43:18.563 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 19:43:18.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:18.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:18.563 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 19:43:18.563 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:18.564 INFO [WorkbenchTestable][WizardProjectsImportPage] Setting root directory to '/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory' 19:43:18.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.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:") 19:43:18.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:18.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:18.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:18.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:18.580 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:18.592 INFO [WorkbenchTestable][AbstractButton] Click button Select roo&t directory: 19:43:18.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:18.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:18.592 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:18.592 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:18.592 TRACE [main][WidgetHandler] Notify Button with event 27 19:43:18.592 TRACE [main][WidgetHandler] Wait for synchronization 19:43:18.592 TRACE [main][WidgetHandler] Notify Button with event 13 19:43:18.592 TRACE [main][WidgetHandler] Wait for synchronization 19:43:18.592 TRACE [main][WidgetHandler] Notify Button with event 26 19:43:18.592 TRACE [main][WidgetHandler] Wait for synchronization 19:43:18.592 TRACE [main][WidgetHandler] Notify Button with event 3 19:43:18.592 TRACE [main][WidgetHandler] Wait for synchronization 19:43:18.592 TRACE [main][WidgetHandler] Notify Button with event 4 19:43:18.592 TRACE [main][WidgetHandler] Wait for synchronization 19:43:18.592 TRACE [main][WidgetHandler] Notify Button with event 13 19:43:18.592 TRACE [main][WidgetHandler] Wait for synchronization 19:43:18.594 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 19:43:18.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:18.594 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:18.594 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:18.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:18.594 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 19:43:18.594 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory 19:43:18.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.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") 19:43:18.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:18.594 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:18.595 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:18.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:18.595 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:18.612 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 19:43:18.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:18.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:18.612 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:18.612 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:18.622 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 19:43:18.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:18.622 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:18.623 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:18.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:18.623 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:18.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 19:43:18.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 19:43:18.623 INFO [WorkbenchTestable][WizardProjectsImportPage] Deselecting all projects 19:43:18.623 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") 19:43:18.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:18.624 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:18.624 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:18.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:18.624 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:18.624 INFO [WorkbenchTestable][AbstractButton] Click button &Deselect All 19:43:18.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:18.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:18.624 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:18.624 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:18.626 INFO [WorkbenchTestable][WizardProjectsImportPage] Selecting all projects 19:43:18.626 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") 19:43:18.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:18.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:18.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:18.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:18.627 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:18.627 INFO [WorkbenchTestable][AbstractButton] Click button &Select All 19:43:18.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:18.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:18.627 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:18.627 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:18.628 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 19:43:18.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:18.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:18.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:18.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:18.628 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:18.641 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 19:43:18.641 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Cancel wizard 19:43:18.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 "Cancel", Widget matcher matching widgets with style: 8) 19:43:18.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:18.641 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:18.642 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:18.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:18.642 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:18.642 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 19:43:18.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:18.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:18.642 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:18.642 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:18.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:43:18.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:43:18.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:43:18.696 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:43:18.696 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:43:18.696 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:43:18.696 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:43:18.696 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:43:18.696 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:43:18.696 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:43:18.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:43:18.696 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 19:43:18.696 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:43:18.696 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:43:18.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:18.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:43:18.696 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectAllProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 19:43:18.696 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:43:18.696 INFO [WorkbenchTestable][RequirementsRunner] Started test: setRootDirectory no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 19:43:18.696 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 19:43:18.696 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:43:18.696 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:43:18.696 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:43:18.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: "Import"] 19:43:18.697 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:18.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: "Import"] 19:43:18.697 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:18.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: "Import"] 19:43:18.697 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:18.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: "Import"] 19:43:18.697 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:18.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: "Import"] 19:43:18.697 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:18.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: "Import"] 19:43:18.698 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:18.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: "Import"] 19:43:18.698 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:18.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: "Import"] 19:43:18.698 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:18.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: "Import"] 19:43:18.698 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:18.699 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:43:18.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:18.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:18.699 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:43:18.699 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:43:18.699 DEBUG [main][MenuItemLookup] Found menu:'File' 19:43:18.699 DEBUG [main][MenuItemLookup] Item match:File 19:43:18.700 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:43:18.700 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:43:18.700 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:43:18.700 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:43:18.700 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:18.700 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:43:18.700 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:43:18.700 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:18.700 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:43:18.700 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 19:43:18.700 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 19:43:18.700 DEBUG [main][MenuItemLookup] Found menu:'Revert' 19:43:18.700 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:18.700 DEBUG [main][MenuItemLookup] Found menu:'Move...' 19:43:18.700 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 19:43:18.700 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:43:18.700 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 19:43:18.700 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:18.700 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 19:43:18.700 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:18.700 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:43:18.700 DEBUG [main][MenuItemLookup] Item match:Import... 19:43:18.700 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 19:43:18.700 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 19:43:18.700 INFO [main][MenuItemHandler] Select menu item: &Import... 19:43:18.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 19:43:18.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 19:43:18.752 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 19:43:18.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:18.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:18.753 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 19:43:18.753 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:18.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 19:43:18.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:18.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:18.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:18.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:18.754 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:18.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:43:18.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:43:18.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:43:18.754 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:43:18.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:18.755 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:43:18.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:18.755 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:43:18.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:43:18.755 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:43:18.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:18.755 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:43:18.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:18.755 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:43:18.755 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 19:43:18.755 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 19:43:18.755 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 19:43:18.755 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 19:43:18.755 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 19:43:18.755 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 19:43:18.755 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) 19:43:18.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:18.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:18.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:18.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:18.756 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:18.756 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:43:18.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:18.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:18.756 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:18.756 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:18.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: "Import"] 19:43:18.794 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:18.794 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:18.794 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 19:43:18.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:18.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:18.795 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 19:43:18.795 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:18.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 19:43:18.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 19:43:18.795 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 19:43:18.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:18.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:18.795 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 19:43:18.795 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:18.795 INFO [WorkbenchTestable][WizardProjectsImportPage] Setting root directory to '/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory' 19:43:18.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: 16, Matcher matching widgets with text that without mnenomic matches: is "Select root directory:") 19:43:18.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:18.795 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:18.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:18.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:18.795 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:18.796 INFO [WorkbenchTestable][AbstractButton] Click button Select roo&t directory: 19:43:18.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:18.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:18.796 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:18.796 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:18.796 TRACE [main][WidgetHandler] Notify Button with event 27 19:43:18.796 TRACE [main][WidgetHandler] Wait for synchronization 19:43:18.796 TRACE [main][WidgetHandler] Notify Button with event 13 19:43:18.796 TRACE [main][WidgetHandler] Wait for synchronization 19:43:18.796 TRACE [main][WidgetHandler] Notify Button with event 26 19:43:18.796 TRACE [main][WidgetHandler] Wait for synchronization 19:43:18.796 TRACE [main][WidgetHandler] Notify Button with event 3 19:43:18.796 TRACE [main][WidgetHandler] Wait for synchronization 19:43:18.796 TRACE [main][WidgetHandler] Notify Button with event 4 19:43:18.796 TRACE [main][WidgetHandler] Wait for synchronization 19:43:18.796 TRACE [main][WidgetHandler] Notify Button with event 13 19:43:18.796 TRACE [main][WidgetHandler] Wait for synchronization 19:43:18.802 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 19:43:18.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:18.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:18.810 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:18.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:18.810 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 19:43:18.810 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory 19:43:18.810 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") 19:43:18.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:18.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:18.811 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:18.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:18.811 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:18.816 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 19:43:18.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:18.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:18.817 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:18.817 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:18.824 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 19:43:18.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:18.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:18.825 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:18.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:18.825 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:18.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 19:43:18.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 19:43:18.825 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 19:43:18.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:18.825 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:18.826 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:18.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:18.826 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:18.826 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 19:43:18.826 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Cancel wizard 19:43:18.826 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) 19:43:18.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:18.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:18.838 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:18.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:18.838 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:18.838 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 19:43:18.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:18.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:18.838 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:18.838 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:18.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:43:18.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:43:18.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:43:18.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:43:18.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:43:18.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:43:18.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:43:18.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:43:18.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:43:18.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:43:18.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:43:18.860 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 19:43:18.860 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:43:18.860 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:43:18.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:18.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:43:18.860 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setRootDirectory no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 19:43:18.860 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:43:18.860 INFO [WorkbenchTestable][RequirementsRunner] Started test: copyProjectsIntoWorkspace_directory_false no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 19:43:18.860 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 19:43:18.860 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:43:18.860 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:43:18.860 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:43:18.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: "Import"] 19:43:18.860 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:18.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: "Import"] 19:43:18.861 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:18.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: "Import"] 19:43:18.861 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:18.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: "Import"] 19:43:18.861 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:18.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: "Import"] 19:43:18.861 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:18.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: "Import"] 19:43:18.861 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:18.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: "Import"] 19:43:18.861 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:18.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: "Import"] 19:43:18.861 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:18.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: "Import"] 19:43:18.861 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:18.862 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:43:18.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:18.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:18.862 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:43:18.862 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:43:18.862 DEBUG [main][MenuItemLookup] Found menu:'File' 19:43:18.862 DEBUG [main][MenuItemLookup] Item match:File 19:43:18.863 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:43:18.863 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:43:18.863 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:43:18.863 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:43:18.863 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:18.863 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:43:18.863 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:43:18.863 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:18.863 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:43:18.863 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 19:43:18.863 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 19:43:18.863 DEBUG [main][MenuItemLookup] Found menu:'Revert' 19:43:18.863 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:18.863 DEBUG [main][MenuItemLookup] Found menu:'Move...' 19:43:18.863 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 19:43:18.863 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:43:18.863 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 19:43:18.863 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:18.863 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 19:43:18.863 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:18.863 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:43:18.863 DEBUG [main][MenuItemLookup] Item match:Import... 19:43:18.863 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 19:43:18.863 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 19:43:18.863 INFO [main][MenuItemHandler] Select menu item: &Import... 19:43:18.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 19:43:18.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 19:43:18.918 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 19:43:18.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:18.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:18.919 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 19:43:18.919 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:18.919 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 19:43:18.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:18.919 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:18.919 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:18.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:18.919 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:18.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:43:18.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:43:18.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:43:18.920 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:43:18.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:18.920 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:43:18.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:18.920 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:43:18.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:43:18.920 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:43:18.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:18.920 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:43:18.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:18.920 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:43:18.921 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 19:43:18.921 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 19:43:18.921 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 19:43:18.921 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 19:43:18.921 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 19:43:18.921 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 19:43:18.921 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) 19:43:18.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:18.921 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:18.921 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:18.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:18.921 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:18.922 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:43:18.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:18.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:18.922 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:18.922 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:18.947 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:43:18.959 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:18.959 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:18.959 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 19:43:18.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:18.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:18.959 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 19:43:18.959 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:18.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 19:43:18.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 19:43:18.960 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 19:43:18.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:18.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:18.960 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 19:43:18.960 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:18.960 INFO [WorkbenchTestable][WizardProjectsImportPage] Setting root directory to '/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory' 19:43:18.960 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:") 19:43:18.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:18.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:18.960 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:18.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:18.960 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:18.960 INFO [WorkbenchTestable][AbstractButton] Click button Select roo&t directory: 19:43:18.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:18.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:18.960 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:18.961 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:18.961 TRACE [main][WidgetHandler] Notify Button with event 27 19:43:18.961 TRACE [main][WidgetHandler] Wait for synchronization 19:43:18.961 TRACE [main][WidgetHandler] Notify Button with event 13 19:43:18.961 TRACE [main][WidgetHandler] Wait for synchronization 19:43:18.961 TRACE [main][WidgetHandler] Notify Button with event 26 19:43:18.961 TRACE [main][WidgetHandler] Wait for synchronization 19:43:18.961 TRACE [main][WidgetHandler] Notify Button with event 3 19:43:18.961 TRACE [main][WidgetHandler] Wait for synchronization 19:43:18.961 TRACE [main][WidgetHandler] Notify Button with event 4 19:43:18.961 TRACE [main][WidgetHandler] Wait for synchronization 19:43:18.961 TRACE [main][WidgetHandler] Notify Button with event 13 19:43:18.961 TRACE [main][WidgetHandler] Wait for synchronization 19:43:18.962 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 19:43:18.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:18.962 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:18.967 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:18.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:18.967 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 19:43:18.974 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory 19:43:18.975 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") 19:43:18.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:18.975 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:18.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:18.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:18.975 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:18.990 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 19:43:18.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:18.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:18.990 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:18.990 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43: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.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 19:43:19.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:19.007 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:19.007 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:19.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:19.007 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:19.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 19:43:19.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 19:43:19.008 INFO [WorkbenchTestable][WizardProjectsImportPage] Setting copy checkbox to false 19:43:19.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.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:") 19:43:19.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:19.008 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:19.008 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:19.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:19.008 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:19.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.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") 19:43:19.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:19.008 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:19.009 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:19.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:19.009 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:19.009 INFO [WorkbenchTestable][CheckBox] Select checkbox &Copy projects into workspace 19:43:19.009 DEBUG [WorkbenchTestable][CheckBox] Checkbox &Copy projects into workspace not checked, no action performed 19:43:19.009 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 19:43:19.009 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Cancel wizard 19:43:19.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.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) 19:43:19.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:19.009 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:19.010 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:19.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:19.010 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:19.010 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 19:43:19.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:19.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:19.011 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:19.011 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:19.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:43:19.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:43:19.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:43:19.033 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:43:19.033 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:43:19.033 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:43:19.033 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:43:19.033 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:43:19.033 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:43:19.033 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:43:19.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:43:19.033 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 19:43:19.033 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:43:19.033 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:43:19.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:19.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:43:19.033 INFO [WorkbenchTestable][RequirementsRunner] Finished test: copyProjectsIntoWorkspace_directory_false no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 19:43:19.033 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 19:43:19.033 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:43:19.033 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:43:19.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:19.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.288 s - 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.158 s setArchiveFile no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) Time elapsed: 0.252 s copyProjectsIntoWorkspace_zipFile_true no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) Time elapsed: 0.24 s copyProjectsIntoWorkspace_zipFile_false no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) Time elapsed: 0.185 s copyProjectsIntoWorkspace_directory_true no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) Time elapsed: 0.248 s selectProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) Time elapsed: 0.197 s deselectAllProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) Time elapsed: 0.191 s selectProjects_none no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) Time elapsed: 0.219 s selectAllProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) Time elapsed: 0.257 s setRootDirectory no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) Time elapsed: 0.164 s copyProjectsIntoWorkspace_directory_false no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) Time elapsed: 0.173 s Running org.eclipse.reddeer.eclipse.test.ui.wizards.newresource.BasicNewProjectResourceWizardTest 19:43:19.040 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.wizards.newresource.BasicNewProjectResourceWizardTest 19:43:19.041 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:43:19.041 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:43:19.041 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.newresource.BasicNewProjectResourceWizardTest 19:43:19.041 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:43:19.041 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:43:19.048 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:43:19.048 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:43:19.048 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:43:19.048 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:43:19.048 INFO [WorkbenchTestable][RequirementsRunner] Started test: createGeneralProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.newresource.BasicNewProjectResourceWizardTest) 19:43:19.048 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.newresource.BasicNewProjectResourceWizardTest 19:43:19.048 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:43:19.048 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:43:19.048 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:43:19.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:43:19.049 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:19.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:43:19.049 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:19.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 Project"] 19:43:19.049 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:19.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:43:19.049 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:19.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:43:19.049 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:19.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:43:19.050 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:19.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 Project"] 19:43:19.050 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:19.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:43:19.050 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:19.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:43:19.050 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:19.050 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:43:19.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:19.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:19.050 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:43:19.050 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:43:19.050 DEBUG [main][MenuItemLookup] Found menu:'File' 19:43:19.050 DEBUG [main][MenuItemLookup] Item match:File 19:43:19.051 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:43:19.051 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:43:19.053 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 19:43:19.053 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:43:19.053 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:19.053 DEBUG [main][MenuItemLookup] Found menu:'Package' 19:43:19.053 DEBUG [main][MenuItemLookup] Found menu:'Class' 19:43:19.053 DEBUG [main][MenuItemLookup] Found menu:'Interface' 19:43:19.053 DEBUG [main][MenuItemLookup] Found menu:'Enum' 19:43:19.053 DEBUG [main][MenuItemLookup] Found menu:'Record' 19:43:19.053 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 19:43:19.053 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 19:43:19.053 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 19:43:19.053 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:43:19.053 DEBUG [main][MenuItemLookup] Found menu:'File' 19:43:19.053 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:43:19.053 DEBUG [main][MenuItemLookup] Found menu:'Task' 19:43:19.053 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 19:43:19.053 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:19.053 DEBUG [main][MenuItemLookup] Found menu:'Example...' 19:43:19.053 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:19.053 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:43:19.053 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:43:19.053 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:43:19.053 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:43:19.053 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:43:19.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 19:43:19.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 'New|Select a wizard'] is available. finished successfully 19:43:19.122 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:43:19.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:19.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:19.123 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:43:19.123 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:19.123 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 19:43:19.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:19.123 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:19.123 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:19.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:19.123 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:19.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:43:19.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:43:19.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:43:19.124 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:43:19.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:19.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:19.625 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:43:19.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:43:19.626 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:43:19.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:19.626 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:43:19.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:19.626 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:43:19.627 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 19:43:19.627 DEBUG [main][TreeItemHandler] Selecting tree item: Project 19:43:19.627 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 19:43:19.629 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 19:43:19.629 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:43:19.629 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:43:19.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.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) 19:43:19.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:19.629 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:19.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:19.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:19.630 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:19.630 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:43:19.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:19.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:19.630 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:19.630 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:19.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:43:19.666 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:19.666 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:19.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 19:43:19.667 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 19:43:19.667 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 19:43:19.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:19.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:19.668 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 19:43:19.668 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:19.668 DEBUG [WorkbenchTestable][BasicNewProjectResourceWizardFirstPage] Set General Project name to 'defaultGeneralProject' 19:43:19.668 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:") 19:43:19.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:19.668 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:19.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:19.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:19.670 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:43:19.670 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:43:19.670 INFO [WorkbenchTestable][AbstractText] Text set to: defaultGeneralProject 19:43:19.671 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 19:43:19.671 INFO [WorkbenchTestable][BasicNewProjectResourceWizard] Finish wizard 19:43:19.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.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) 19:43:19.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:19.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:19.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:19.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:19.672 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:19.672 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:43:19.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:19.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:19.672 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:19.672 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:19.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:43:20.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:43:20.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:43:20.175 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:43:20.175 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:43:20.175 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:43:20.175 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:43:20.175 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:43:20.175 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:43:20.175 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:43:20.175 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:43:20.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:43:20.175 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:20.176 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:20.176 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:43:20.176 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:20.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:20.177 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:43:20.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:20.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:20.177 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:43:20.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 '\*?\QPackage Explorer\E') 19:43:20.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:20.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:20.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:20.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:20.177 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:43:20.177 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:43:20.177 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:43:20.178 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:20.178 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:43:20.178 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:43:20.178 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:43:20.179 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:43:20.179 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:43:20.180 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:20.190 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:43:20.190 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:43:20.190 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:43:20.191 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:20.191 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:43:20.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:20.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:20.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:43:20.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:20.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:43:21.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:21.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:43:21.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:43:21.194 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:43:21.194 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:43:21.195 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:21.195 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:43:21.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 19:43:21.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:21.195 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:21.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:21.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:21.195 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:21.195 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name defaultGeneralProject 19:43:21.195 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 19:43:21.195 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 19:43:21.195 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:43:21.195 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:43:21.196 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:43:21.196 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:21.196 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:43:21.196 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:43:21.196 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:43:21.197 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:21.197 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:43:21.197 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:43:21.197 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:43:21.197 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:21.197 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:43:21.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:21.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:21.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:43:21.698 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:21.698 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:43:22.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:22.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:43:22.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:43:22.200 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:43:22.200 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:43:22.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:22.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:43:22.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 19:43:22.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:22.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:22.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:22.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:22.201 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:22.201 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name defaultGeneralProject 19:43:22.201 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 19:43:22.201 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 19:43:22.202 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:43:22.202 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:43:22.202 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:22.202 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:43:22.203 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:43:22.203 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:43:22.203 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:22.203 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:43:22.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:22.203 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:22.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:43:22.704 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:22.704 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:43:23.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:23.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:43:23.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:43:23.205 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:43:23.205 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:43:23.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:23.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:43:23.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 19:43:23.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:23.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:23.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:23.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:23.206 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:23.206 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name defaultGeneralProject 19:43:23.206 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 19:43:23.206 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 19:43:23.207 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:43:23.207 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:43:23.207 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:23.207 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:43:23.207 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:43:23.207 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:43:23.208 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:23.208 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:43:23.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:23.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:23.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:43:23.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:23.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:43:24.209 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:24.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:43:24.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:43:24.210 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:43:24.210 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:43:24.211 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:24.211 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:43:24.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 19:43:24.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:24.211 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:24.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:24.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:24.211 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:24.211 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name defaultGeneralProject 19:43:24.211 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 19:43:24.211 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 19:43:24.212 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item defaultGeneralProject 19:43:24.212 DEBUG [main][TreeItemHandler] Selecting tree item: defaultGeneralProject 19:43:24.212 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item defaultGeneralProject about selection 19:43:24.213 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: defaultGeneralProject 19:43:24.213 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:43:24.213 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:24.237 DEBUG [main][MenuItemLookup] Found menu:'New' 19:43:24.237 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:24.237 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:43:24.237 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:43:24.237 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:24.237 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:43:24.237 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:43:24.237 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:43:24.237 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:43:24.237 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:24.237 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 19:43:24.237 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 19:43:24.237 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 19:43:24.237 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:24.237 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:43:24.237 DEBUG [main][MenuItemLookup] Found menu:'Export...' 19:43:24.237 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:24.237 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:43:24.237 DEBUG [main][MenuItemLookup] Item match:Refresh F5 19:43:24.237 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 19:43:24.237 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 19:43:24.237 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 19:43:24.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:43:24.237 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 19:43:24.738 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:43:24.738 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:43:24.738 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:43:24.738 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:43:24.738 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:43:24.738 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:43:24.738 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:43:24.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:43:24.738 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'defaultGeneralProject' via Explorer 19:43:24.738 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item defaultGeneralProject 19:43:24.738 DEBUG [main][TreeItemHandler] Selecting tree item: defaultGeneralProject 19:43:24.738 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item defaultGeneralProject about selection 19:43:24.740 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: defaultGeneralProject 19:43:24.740 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:43:24.740 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:24.761 DEBUG [main][MenuItemLookup] Found menu:'New' 19:43:24.761 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:24.761 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:43:24.761 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:43:24.761 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:24.761 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:43:24.761 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:43:24.761 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:43:24.761 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:43:24.761 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:43:24.761 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:43:24.761 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:43:24.761 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 19:43:24.769 DEBUG [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.... 19:43:25.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. finished successfully 19:43:25.320 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 19:43:25.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:25.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:25.322 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:25.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:25.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: 32) 19:43:25.322 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:43:25.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:25.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:43:25.322 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:43:25.322 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:43:25.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:25.322 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:25.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:25.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:25.323 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:25.323 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 19:43:25.323 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 19:43:25.323 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 19:43:25.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:25.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:25.323 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:25.323 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:25.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) 19:43:25.323 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:43:25.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:25.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:43:25.323 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:43:25.323 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:43:25.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:25.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:25.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:25.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:25.324 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:25.324 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:43:25.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:25.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:25.324 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:25.324 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:25.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 19:43:25.326 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 19:43:25.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 19:43:25.827 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 19:43:25.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:43:25.827 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:43:25.827 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:43:25.827 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:43:25.827 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:43:25.827 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:43:25.827 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:43:25.827 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:43:25.827 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:43:25.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:43:25.827 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.newresource.BasicNewProjectResourceWizardTest 19:43:25.827 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:43:25.827 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:43:25.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:25.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:43:25.828 INFO [WorkbenchTestable][RequirementsRunner] Finished test: createGeneralProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.newresource.BasicNewProjectResourceWizardTest) 19:43:25.828 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:43:25.828 INFO [WorkbenchTestable][RequirementsRunner] Started test: createGeneralProjectsWithReferences no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.newresource.BasicNewProjectResourceWizardTest) 19:43:25.828 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.newresource.BasicNewProjectResourceWizardTest 19:43:25.828 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:43:25.828 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:43:25.828 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:43:25.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:25.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:25.829 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:43:25.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:25.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:25.829 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:43:25.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:25.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:25.830 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:43:25.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') 19:43:25.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:25.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:25.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:25.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:25.830 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:43:25.830 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:43:25.830 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:43:25.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:25.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:43:25.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:43:25.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:43:25.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:43:25.832 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:25.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:43:25.832 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:25.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 Project"] 19:43:25.832 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:25.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:43:25.832 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:25.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:43:25.833 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:25.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:43:25.833 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:25.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: "New Project"] 19:43:25.833 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:25.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:43:25.833 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:25.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:43:25.833 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:25.833 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:43:25.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:25.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:25.833 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:43:25.833 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:43:25.834 DEBUG [main][MenuItemLookup] Found menu:'File' 19:43:25.834 DEBUG [main][MenuItemLookup] Item match:File 19:43:25.834 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:43:25.834 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:43:25.837 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 19:43:25.837 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:43:25.837 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:25.837 DEBUG [main][MenuItemLookup] Found menu:'Package' 19:43:25.837 DEBUG [main][MenuItemLookup] Found menu:'Class' 19:43:25.837 DEBUG [main][MenuItemLookup] Found menu:'Interface' 19:43:25.837 DEBUG [main][MenuItemLookup] Found menu:'Enum' 19:43:25.837 DEBUG [main][MenuItemLookup] Found menu:'Record' 19:43:25.837 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 19:43:25.837 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 19:43:25.837 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 19:43:25.837 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:43:25.837 DEBUG [main][MenuItemLookup] Found menu:'File' 19:43:25.837 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:43:25.837 DEBUG [main][MenuItemLookup] Found menu:'Task' 19:43:25.837 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 19:43:25.837 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:25.837 DEBUG [main][MenuItemLookup] Found menu:'Example...' 19:43:25.837 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:25.837 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:43:25.837 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:43:25.837 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:43:25.837 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:43:25.837 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:43:25.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 'New|Select a wizard'] is available.... 19:43:25.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 19:43:25.892 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:43:25.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:25.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:25.893 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:43:25.893 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:25.893 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 19:43:25.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:25.893 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:25.894 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:25.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:25.894 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:25.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:43:25.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:43:25.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:43:25.895 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:43:25.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:25.895 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:43:25.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:25.895 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:43:25.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:43:25.895 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:43:25.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:25.895 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:43:25.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:25.895 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:43:25.895 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 19:43:25.895 DEBUG [main][TreeItemHandler] Selecting tree item: Project 19:43:25.895 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 19:43:25.896 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 19:43:25.896 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:43:25.896 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:43:25.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) 19:43:25.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:25.896 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:25.896 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:25.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:25.896 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:25.896 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:43:25.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:25.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:25.897 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:25.897 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:25.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:43:25.929 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:25.929 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:25.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 19:43:25.929 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 19:43:25.929 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 19:43:25.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:25.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:25.930 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 19:43:25.930 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:25.930 DEBUG [WorkbenchTestable][BasicNewProjectResourceWizardFirstPage] Set General Project name to 'defaultGeneralProject' 19:43:25.930 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:") 19:43:25.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:25.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:25.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:25.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:25.931 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:43:25.931 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:43:25.932 INFO [WorkbenchTestable][AbstractText] Text set to: defaultGeneralProject 19:43:25.933 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 19:43:25.933 INFO [WorkbenchTestable][BasicNewProjectResourceWizard] Finish wizard 19:43:25.933 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) 19:43:25.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:25.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:25.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:25.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:25.934 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:25.935 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:43:25.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:25.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:25.935 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:25.935 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:25.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:43:26.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:43:26.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:43:26.437 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 19:43:26.437 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:43:26.437 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:43:26.437 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:43:26.437 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:43:26.437 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:43:26.437 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:43:26.437 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:43:26.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:43:26.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:43:26.438 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:26.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:43:26.438 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:26.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:43:26.438 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:26.438 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:43:26.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:26.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:26.438 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:43:26.438 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:43:26.439 DEBUG [main][MenuItemLookup] Found menu:'File' 19:43:26.439 DEBUG [main][MenuItemLookup] Item match:File 19:43:26.439 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:43:26.439 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:43:26.441 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 19:43:26.441 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:43:26.441 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:26.441 DEBUG [main][MenuItemLookup] Found menu:'Package' 19:43:26.441 DEBUG [main][MenuItemLookup] Found menu:'Class' 19:43:26.441 DEBUG [main][MenuItemLookup] Found menu:'Interface' 19:43:26.441 DEBUG [main][MenuItemLookup] Found menu:'Enum' 19:43:26.441 DEBUG [main][MenuItemLookup] Found menu:'Record' 19:43:26.441 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 19:43:26.441 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 19:43:26.441 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 19:43:26.441 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:43:26.441 DEBUG [main][MenuItemLookup] Found menu:'File' 19:43:26.441 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:43:26.441 DEBUG [main][MenuItemLookup] Found menu:'Task' 19:43:26.441 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 19:43:26.441 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:26.441 DEBUG [main][MenuItemLookup] Found menu:'Example...' 19:43:26.441 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:26.441 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:43:26.441 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:43:26.441 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:43:26.441 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:43:26.441 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:43:26.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 19:43:26.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 'New|Select a wizard'] is available. finished successfully 19:43:26.492 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:43:26.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:26.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:26.493 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:43:26.493 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:26.493 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 19:43:26.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:26.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:26.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:26.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:26.497 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:26.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:43:26.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:43:26.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:43:26.498 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:43:26.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:26.498 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:43:26.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:26.498 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:43:26.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:43:26.498 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:43:26.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:26.498 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:43:26.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:26.498 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:43:26.498 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 19:43:26.498 DEBUG [main][TreeItemHandler] Selecting tree item: Project 19:43:26.498 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 19:43:26.498 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 19:43:26.499 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:43:26.499 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:43:26.499 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) 19:43:26.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:26.499 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:26.499 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:26.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:26.499 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:26.499 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:43:26.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:26.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:26.500 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:26.500 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:26.528 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:43:26.528 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:26.528 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:26.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 19:43:26.529 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 19:43:26.529 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 19:43:26.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:26.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:26.529 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 19:43:26.529 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:26.529 DEBUG [WorkbenchTestable][BasicNewProjectResourceWizardFirstPage] Set General Project name to 'customizedGeneralProject' 19:43:26.529 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:") 19:43:26.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:26.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:26.530 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:26.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:26.530 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:43:26.530 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:43:26.531 INFO [WorkbenchTestable][AbstractText] Text set to: customizedGeneralProject 19:43:26.533 DEBUG [WorkbenchTestable][BasicNewProjectResourceWizardFirstPage] Set Project location to '/tmp/rdcustomprojectlocation1615405399048' 19:43:26.533 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") 19:43:26.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:26.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:26.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:26.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:26.533 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:26.533 INFO [WorkbenchTestable][CheckBox] Select checkbox Use &default location 19:43:26.534 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox Use &default location 19:43:26.534 INFO [WorkbenchTestable][AbstractButton] Click button Use &default location 19:43:26.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:26.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:26.534 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:26.534 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:26.540 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:") 19:43:26.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:26.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:26.542 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:26.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:26.542 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:43:26.542 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:43:26.543 INFO [WorkbenchTestable][AbstractText] Text set to: /tmp/rdcustomprojectlocation1615405399048 19:43:26.550 DEBUG [WorkbenchTestable][BasicNewProjectResourceWizardFirstPage] Add Project to working set 'dummyws' 19:43:26.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.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") 19:43:26.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:26.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:26.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:26.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:26.550 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:26.551 INFO [WorkbenchTestable][CheckBox] Select checkbox Add projec&t to working sets 19:43:26.551 INFO [WorkbenchTestable][CheckBox] Check checkbox Add projec&t to working sets 19:43:26.551 INFO [WorkbenchTestable][AbstractButton] Click button Add projec&t to working sets 19:43:26.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:26.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:26.551 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:26.551 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:26.551 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:") 19:43:26.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:26.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:26.553 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:26.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:26.553 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 19:43:26.553 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 19:43:26.553 INFO [WorkbenchTestable][BasicNewProjectResourceWizard] Go to next wizard page 19:43:26.553 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) 19:43:26.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:26.553 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:26.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:26.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:26.554 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:26.554 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:43:26.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:26.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:26.554 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:26.554 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:26.558 DEBUG [WorkbenchTestable][WizardNewProjectReferencePage] Set Project references to: 19:43:26.558 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 19:43:26.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:26.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:26.559 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:26.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:26.559 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:43:26.559 DEBUG [WorkbenchTestable][WizardNewProjectReferencePage] defaultGeneralProject 19:43:26.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:43:26.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:43:26.560 INFO [WorkbenchTestable][AbstractTableItem] Check table Item defaultGeneralProject: 19:43:26.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification... 19:43:26.565 TRACE [WorkbenchTestable][WidgetHandler] Notify Table with event 13 19:43:26.565 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:26.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification finished successfully 19:43:26.565 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 19:43:26.565 INFO [WorkbenchTestable][BasicNewProjectResourceWizard] Finish wizard 19:43:26.566 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) 19:43:26.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:26.566 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:26.566 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:26.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:26.566 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:26.566 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:43:26.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:26.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:26.567 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:26.567 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:26.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:43:27.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:43:27.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:43:27.069 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:43:27.069 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:43:27.069 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 19:43:27.069 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:43:27.069 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:43:27.069 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:43:27.069 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:43:27.069 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:43:27.069 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:43:27.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:43:27.070 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:43:27.070 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:43:27.070 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:27.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:43:27.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:43:27.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:43:27.071 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:43:27.072 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:43:27.072 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:27.072 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:43:27.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:27.072 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:27.072 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:43:27.572 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:27.573 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:43:28.073 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:28.074 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:43:28.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:43:28.074 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:43:28.074 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:43:28.075 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:28.075 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:43:28.075 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:43:28.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:28.075 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:28.075 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:28.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:28.075 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:28.075 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name customizedGeneralProject 19:43:28.075 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name defaultGeneralProject 19:43:28.075 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 19:43:28.075 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 19:43:28.075 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:43:28.075 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:43:28.076 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:43:28.076 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:28.076 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:43:28.076 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:43:28.076 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:43:28.077 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:28.077 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:43:28.077 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:43:28.077 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:43:28.077 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:28.077 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:43:28.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:28.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:28.077 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:43:28.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:28.578 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:43:29.079 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:29.079 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:43:29.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:43:29.079 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:43:29.079 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:43:29.080 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:29.080 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:43:29.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 19:43:29.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:29.080 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:29.080 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:29.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:29.080 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:29.081 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name customizedGeneralProject 19:43:29.081 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name defaultGeneralProject 19:43:29.081 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 19:43:29.081 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 19:43:29.081 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:43:29.081 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:43:29.082 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:29.082 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:43:29.082 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:43:29.082 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:43:29.082 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:29.082 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:43:29.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:29.082 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:29.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:43:29.583 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:29.584 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:43:30.084 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:30.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:43:30.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:43:30.084 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:43:30.084 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:43:30.085 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:30.085 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:43:30.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 19:43:30.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:30.085 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:30.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:30.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:30.085 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:30.085 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name customizedGeneralProject 19:43:30.085 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name defaultGeneralProject 19:43:30.086 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 19:43:30.086 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 19:43:30.086 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item customizedGeneralProject 19:43:30.086 DEBUG [main][TreeItemHandler] Selecting tree item: customizedGeneralProject 19:43:30.086 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item customizedGeneralProject about selection 19:43:30.087 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: customizedGeneralProject 19:43:30.087 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:43:30.087 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:30.109 DEBUG [main][MenuItemLookup] Found menu:'New' 19:43:30.109 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:30.109 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:43:30.109 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:43:30.109 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:30.109 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:43:30.109 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:43:30.109 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:43:30.109 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:43:30.109 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:30.109 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 19:43:30.109 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 19:43:30.109 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 19:43:30.109 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:30.109 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:43:30.109 DEBUG [main][MenuItemLookup] Found menu:'Export...' 19:43:30.109 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:30.109 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:43:30.109 DEBUG [main][MenuItemLookup] Item match:Refresh F5 19:43:30.109 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 19:43:30.109 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 19:43:30.109 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 19:43:30.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:43:30.110 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 19:43:30.610 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:43:30.610 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:43:30.610 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:43:30.610 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:43:30.610 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:43:30.610 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:43:30.610 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:43:30.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:43:30.610 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'customizedGeneralProject' via Explorer 19:43:30.610 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item customizedGeneralProject 19:43:30.611 DEBUG [main][TreeItemHandler] Selecting tree item: customizedGeneralProject 19:43:30.611 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item customizedGeneralProject about selection 19:43:30.613 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: customizedGeneralProject 19:43:30.613 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:43:30.613 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:30.635 DEBUG [main][MenuItemLookup] Found menu:'New' 19:43:30.635 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:30.635 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:43:30.635 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:43:30.635 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:30.635 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:43:30.635 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:43:30.635 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:43:30.635 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:43:30.635 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:43:30.635 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:43:30.635 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:43:30.635 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 19:43:30.660 DEBUG [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.... 19:43:31.210 DEBUG [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 19:43:31.210 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 19:43:31.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:31.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:31.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:31.212 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:31.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: 32) 19:43:31.212 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:43:31.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:31.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:43:31.212 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:43:31.212 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:43:31.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:31.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:31.213 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:31.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:31.213 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:31.213 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 19:43:31.213 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 19:43:31.213 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 19:43:31.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:31.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:31.213 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:31.213 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:31.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: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 19:43:31.213 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:43:31.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:31.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:43:31.213 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:43:31.213 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:43:31.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:31.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:31.214 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:31.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:31.214 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:31.214 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:43:31.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:31.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:31.214 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:31.214 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:31.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 19:43:31.216 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 19:43:31.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 19:43:31.717 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 19:43:31.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:43:31.717 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:43:31.717 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:43:31.717 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:43:31.717 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:43:31.717 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:43:31.717 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:43:31.717 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:43:31.717 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:43:31.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:43:31.718 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:43:31.718 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:43:31.718 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:31.718 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:43:31.718 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:43:31.718 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:43:31.719 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:31.719 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:43:31.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:31.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:31.719 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:43:32.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:32.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:43:32.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:32.721 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:43:32.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:43:32.721 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:43:32.721 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:43:32.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:32.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:43:32.722 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:43:32.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:32.722 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:32.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:32.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:32.722 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:32.723 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name defaultGeneralProject 19:43:32.723 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 19:43:32.723 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 19:43:32.723 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:43:32.723 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:43:32.723 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:32.723 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:43:32.723 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:43:32.724 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:43:32.724 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:32.724 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:43:32.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:32.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:32.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:43:33.224 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:33.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:43:33.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:33.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:43:33.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:43:33.726 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:43:33.726 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:43:33.727 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:33.727 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:43:33.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 19:43:33.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:33.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:33.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:33.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:33.728 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:33.728 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name defaultGeneralProject 19:43:33.728 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 19:43:33.728 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 19:43:33.728 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item defaultGeneralProject 19:43:33.728 DEBUG [main][TreeItemHandler] Selecting tree item: defaultGeneralProject 19:43:33.729 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item defaultGeneralProject about selection 19:43:33.730 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: defaultGeneralProject 19:43:33.730 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:43:33.730 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:33.752 DEBUG [main][MenuItemLookup] Found menu:'New' 19:43:33.752 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:33.752 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:43:33.752 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:43:33.752 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:33.752 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:43:33.752 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:43:33.752 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:43:33.752 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:43:33.752 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:33.752 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 19:43:33.752 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 19:43:33.752 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 19:43:33.752 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:33.752 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:43:33.752 DEBUG [main][MenuItemLookup] Found menu:'Export...' 19:43:33.752 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:33.752 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:43:33.752 DEBUG [main][MenuItemLookup] Item match:Refresh F5 19:43:33.752 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 19:43:33.752 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 19:43:33.752 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 19:43:33.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:43:33.752 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 19:43:34.253 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:43:34.253 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:43:34.253 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:43:34.253 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:43:34.253 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:43:34.253 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:43:34.253 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:43:34.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:43:34.253 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'defaultGeneralProject' via Explorer 19:43:34.253 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item defaultGeneralProject 19:43:34.253 DEBUG [main][TreeItemHandler] Selecting tree item: defaultGeneralProject 19:43:34.253 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item defaultGeneralProject about selection 19:43:34.256 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: defaultGeneralProject 19:43:34.256 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:43:34.256 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:34.277 DEBUG [main][MenuItemLookup] Found menu:'New' 19:43:34.277 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:34.277 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:43:34.277 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:43:34.277 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:34.277 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:43:34.277 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:43:34.277 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:43:34.277 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:43:34.277 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:43:34.277 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:43:34.277 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:43:34.277 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 19:43:34.285 DEBUG [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.... 19:43:34.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 'Delete.*'] is available. finished successfully 19:43:34.834 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 19:43:34.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:34.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:34.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:34.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:34.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: 32) 19:43:34.837 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:43:34.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:34.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:43:34.837 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:43:34.837 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:43:34.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:34.837 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:34.837 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:34.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:34.837 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:34.837 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 19:43:34.838 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 19:43:34.838 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 19:43:34.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:34.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:34.838 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:34.838 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:34.838 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 19:43:34.838 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:43:34.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:34.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:43:34.838 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:43:34.838 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:43:34.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:34.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:34.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:34.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:34.839 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:34.839 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:43:34.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:34.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:34.839 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:34.839 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:34.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 19:43:34.841 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 19:43:35.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 19:43:35.342 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 19:43:35.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:43:35.342 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:43:35.342 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:43:35.342 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:43:35.342 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:43:35.342 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:43:35.342 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:43:35.342 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:43:35.342 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:43:35.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:43:35.342 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.newresource.BasicNewProjectResourceWizardTest 19:43:35.342 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:43:35.342 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:43:35.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:35.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:43:35.343 INFO [WorkbenchTestable][RequirementsRunner] Finished test: createGeneralProjectsWithReferences no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.newresource.BasicNewProjectResourceWizardTest) 19:43:35.343 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.newresource.BasicNewProjectResourceWizardTest 19:43:35.343 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:43:35.343 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:43:35.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:35.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.303 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.78 s createGeneralProjectsWithReferences no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.newresource.BasicNewProjectResourceWizardTest) Time elapsed: 9.515 s Running org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 19:43:35.347 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 19:43:35.348 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:43:35.348 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:43:35.348 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 19:43:35.348 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:43:35.348 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:43:35.348 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:43:35.348 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:43:35.348 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:43:35.348 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:43:35.348 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAssociatedEditorsForFileTypeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) 19:43:35.348 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 19:43:35.348 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:43:35.348 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:43:35.348 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:43:35.348 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:43:35.348 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:35.349 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:43:35.349 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:35.349 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:43:35.349 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:35.349 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:43:35.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:35.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:35.349 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:43:35.349 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:43:35.349 DEBUG [main][MenuItemLookup] Found menu:'File' 19:43:35.350 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:43:35.350 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:43:35.350 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 19:43:35.350 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:43:35.350 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:43:35.350 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:43:35.350 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:43:35.350 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:43:35.350 DEBUG [main][MenuItemLookup] Item match:Window 19:43:35.350 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:43:35.350 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:43:35.350 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:43:35.350 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:35.350 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:43:35.350 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:43:35.350 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:35.350 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 19:43:35.350 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:35.350 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 19:43:35.350 DEBUG [main][MenuItemLookup] Item match:Preferences 19:43:35.350 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 19:43:35.350 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 19:43:35.350 INFO [main][MenuItemHandler] Select menu item: &Preferences 19:43:35.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.... 19:43:35.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 'Preferences.*'] is available. finished successfully 19:43:35.409 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 19:43:35.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:35.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:35.410 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 19:43:35.410 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:35.410 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 19:43:35.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:35.410 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:35.410 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:35.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:35.410 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:35.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:43:35.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:43:35.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:43:35.411 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:43:35.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:35.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:35.912 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:43:35.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:43:35.913 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:43:35.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:35.913 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:43:35.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:35.913 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:43:35.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editors has children... 19:43:35.913 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editors 19:43:35.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:36.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:36.414 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editors 19:43:36.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editors has children finished successfully 19:43:36.417 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editors 19:43:36.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:36.417 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editors is already expanded. No action performed 19:43:36.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:36.417 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editors 19:43:36.417 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File Associations 19:43:36.417 DEBUG [main][TreeItemHandler] Selecting tree item: File Associations 19:43:36.417 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File Associations about selection 19:43:36.417 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File Associations 19:43:36.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:36.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:36.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:36.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:36.458 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 19:43:36.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:36.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:36.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:36.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:36.458 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:43:36.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:43:36.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:43:36.459 TRACE [main][WidgetHandler] Notify Table with event 13 19:43:36.459 TRACE [main][WidgetHandler] Wait for synchronization 19:43:36.471 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 19:43:36.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:36.471 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:43:36.478 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:43:36.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:36.478 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 19:43:36.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:43:36.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:43:36.478 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) 19:43:36.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:36.478 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:36.480 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:36.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:36.480 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:36.480 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 19:43:36.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:36.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:36.480 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:36.480 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:36.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:43:36.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:43:36.514 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:43:36.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:36.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:36.514 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 19:43:36.514 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:43:36.514 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:43:36.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:36.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:43:36.515 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAssociatedEditorsForFileTypeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) 19:43:36.515 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:43:36.515 INFO [WorkbenchTestable][RequirementsRunner] Started test: addEditorTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) 19:43:36.515 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 19:43:36.515 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:43:36.515 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:43:36.515 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:43:36.515 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:43:36.515 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:36.515 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:43:36.515 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:36.515 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:43:36.515 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:36.516 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:43:36.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:36.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:36.516 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:43:36.516 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:43:36.516 DEBUG [main][MenuItemLookup] Found menu:'File' 19:43:36.516 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:43:36.516 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:43:36.516 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 19:43:36.516 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:43:36.516 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:43:36.516 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:43:36.516 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:43:36.516 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:43:36.516 DEBUG [main][MenuItemLookup] Item match:Window 19:43:36.517 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:43:36.517 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:43:36.517 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:43:36.517 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:36.517 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:43:36.517 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:43:36.517 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:36.517 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 19:43:36.517 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:36.517 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 19:43:36.517 DEBUG [main][MenuItemLookup] Item match:Preferences 19:43:36.517 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 19:43:36.517 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 19:43:36.517 INFO [main][MenuItemHandler] Select menu item: &Preferences 19:43:36.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 19:43:36.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 19:43:36.602 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 19:43:36.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:36.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:36.603 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 19:43:36.603 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:36.603 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 19:43:36.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:36.603 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:36.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:36.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:36.603 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:36.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:43:36.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:43:36.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:43:36.604 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:43:36.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:36.604 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:43:36.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:36.604 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:43:36.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:43:36.604 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:43:36.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:36.604 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:43:36.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:36.604 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:43:36.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editors has children... 19:43:36.605 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editors 19:43:36.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:36.605 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editors is already expanded. No action performed 19:43:36.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:36.605 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editors 19:43:36.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editors has children finished successfully 19:43:36.605 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editors 19:43:36.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:36.605 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editors is already expanded. No action performed 19:43:36.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:36.605 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editors 19:43:36.605 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File Associations 19:43:36.605 DEBUG [main][TreeItemHandler] Selecting tree item: File Associations 19:43:36.605 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File Associations about selection 19:43:36.605 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File Associations 19:43:36.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:36.606 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:36.606 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:36.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:36.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.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...") 19:43:36.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:36.606 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:36.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:36.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:36.607 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:36.607 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 19:43:36.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:36.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:36.608 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:36.608 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:36.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add File Type"] is available.... 19:43:36.642 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 19:43:36.642 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add File Type 19:43:36.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:36.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:36.643 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:") 19:43:36.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:36.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:36.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:36.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:36.644 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:43:36.644 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:43:36.644 INFO [WorkbenchTestable][AbstractText] Text set to: myFileType 19:43:36.644 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) 19:43:36.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:36.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:36.645 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:36.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:36.645 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:36.645 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:43:36.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:36.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:36.645 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:36.645 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:36.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:43:36.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:43:36.686 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 19:43:36.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:36.686 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:36.686 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:36.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:36.686 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:43:36.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:43:36.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:43:36.687 TRACE [main][WidgetHandler] Notify Table with event 13 19:43:36.687 TRACE [main][WidgetHandler] Wait for synchronization 19:43:36.687 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 19:43:36.687 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:43:36.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:36.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:43:36.687 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 19:43:36.687 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:43:36.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:36.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:43:36.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:43:36.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:36.688 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 19:43:36.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:43:37.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems failed, NO exception will be thrown 19:43:37.689 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...") 19:43:37.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:37.689 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:43:37.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:43:37.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:37.690 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 19:43:37.691 INFO [WorkbenchTestable][AbstractButton] Click button A&dd... 19:43:37.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:37.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:37.691 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:37.691 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:37.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Editor Selection"] is available.... 19:43:37.825 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 19:43:37.825 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Editor Selection 19:43:37.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:37.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:37.826 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 19:43:37.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:37.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:37.826 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:37.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:37.826 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:37.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:43:37.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:43:37.827 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Editor 19:43:37.827 DEBUG [main][TreeItemHandler] Selecting tree item: Java Editor 19:43:37.827 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Editor about selection 19:43:37.828 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Editor 19:43:37.828 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) 19:43:37.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:37.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:37.828 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:37.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:37.828 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:37.828 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:43:37.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:37.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:37.828 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:37.828 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:37.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:43:37.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:43:37.847 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 19:43:37.847 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:43:37.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:37.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:43:37.847 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 19:43:37.847 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:43:37.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:37.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:43:37.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:43:37.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:37.848 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 19:43:37.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:43:37.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:43:37.849 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) 19:43:37.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:37.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:37.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:37.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:37.850 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:37.850 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 19:43:37.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:37.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:37.850 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:37.850 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:37.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:43:37.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:43:37.869 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:43:37.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:37.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:37.869 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 19:43:37.869 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:43:37.869 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:43:37.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:37.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:43:37.869 INFO [WorkbenchTestable][RequirementsRunner] Finished test: addEditorTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) 19:43:37.869 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:43:37.869 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectFileTypeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) 19:43:37.869 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 19:43:37.869 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:43:37.869 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:43:37.869 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:43:37.869 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:43:37.882 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:37.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.*'] 19:43:37.882 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:37.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.*'] 19:43:37.882 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:37.882 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:43:37.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:37.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:37.882 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:43:37.882 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:43:37.882 DEBUG [main][MenuItemLookup] Found menu:'File' 19:43:37.883 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:43:37.883 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:43:37.883 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 19:43:37.883 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:43:37.883 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:43:37.883 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:43:37.883 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:43:37.883 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:43:37.883 DEBUG [main][MenuItemLookup] Item match:Window 19:43:37.884 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:43:37.884 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:43:37.884 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:43:37.884 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:37.884 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:43:37.884 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:43:37.884 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:37.884 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 19:43:37.884 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:37.884 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 19:43:37.884 DEBUG [main][MenuItemLookup] Item match:Preferences 19:43:37.884 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 19:43:37.884 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 19:43:37.884 INFO [main][MenuItemHandler] Select menu item: &Preferences 19:43:37.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.... 19:43:37.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 'Preferences.*'] is available. finished successfully 19:43:37.955 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 19:43:37.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:37.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:37.956 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 19:43:37.956 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:37.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 19:43:37.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:37.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:37.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:37.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:37.957 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:37.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:43:37.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:43:37.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:43:37.958 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:43:37.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:37.958 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:43:37.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:37.958 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:43:37.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:43:37.959 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:43:37.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:37.959 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:43:37.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:37.959 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:43:37.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editors has children... 19:43:37.959 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editors 19:43:37.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:37.959 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editors is already expanded. No action performed 19:43:37.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:37.959 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editors 19:43:37.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editors has children finished successfully 19:43:37.959 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editors 19:43:37.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:37.959 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editors is already expanded. No action performed 19:43:37.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:37.959 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editors 19:43:37.960 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File Associations 19:43:37.960 DEBUG [main][TreeItemHandler] Selecting tree item: File Associations 19:43:37.960 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File Associations about selection 19:43:37.960 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File Associations 19:43:37.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:37.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:37.960 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:37.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:37.960 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 19:43:37.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:37.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:37.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:37.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:37.961 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:43:37.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:43:37.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:43:37.962 TRACE [main][WidgetHandler] Notify Table with event 13 19:43:37.962 TRACE [main][WidgetHandler] Wait for synchronization 19:43:37.962 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 19:43:37.962 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:43:37.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:37.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:43:37.964 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 19:43:37.964 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:43:37.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:37.964 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:37.965 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:37.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:37.965 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:43:37.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:43:37.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:43:37.966 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) 19:43:37.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:37.966 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:37.967 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:37.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:37.967 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:37.968 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 19:43:37.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:37.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:37.968 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:37.968 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:37.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:43:37.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:43:37.995 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:43:37.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:37.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:37.996 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 19:43:37.996 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:43:37.996 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:43:37.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:37.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:43:37.996 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectFileTypeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) 19:43:37.996 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:43:37.996 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAssociatedEditorsTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) 19:43:37.996 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 19:43:37.996 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:43:37.996 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:43:37.996 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:43:37.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.*'] 19:43:37.996 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:37.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.*'] 19:43:37.996 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:37.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.*'] 19:43:37.996 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:37.997 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:43:37.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:37.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:37.997 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:43:37.997 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:43:37.997 DEBUG [main][MenuItemLookup] Found menu:'File' 19:43:37.998 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:43:37.998 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:43:37.998 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 19:43:37.998 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:43:37.998 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:43:37.998 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:43:37.998 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:43:37.998 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:43:37.998 DEBUG [main][MenuItemLookup] Item match:Window 19:43:37.998 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:43:37.998 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:43:37.998 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:43:37.998 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:37.998 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:43:37.998 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:43:37.998 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:37.998 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 19:43:37.998 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:37.998 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 19:43:37.998 DEBUG [main][MenuItemLookup] Item match:Preferences 19:43:37.998 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 19:43:37.998 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 19:43:37.998 INFO [main][MenuItemHandler] Select menu item: &Preferences 19:43:38.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 19:43:38.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 19:43:38.076 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 19:43:38.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:38.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:38.078 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 19:43:38.078 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:38.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 19:43:38.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:38.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:38.078 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:38.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:38.078 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:38.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:43:38.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:43:38.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:43:38.079 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:43:38.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:38.079 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:43:38.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:38.079 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:43:38.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:43:38.080 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:43:38.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:38.080 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:43:38.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:38.080 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:43:38.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editors has children... 19:43:38.080 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editors 19:43:38.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:38.080 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editors is already expanded. No action performed 19:43:38.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:38.080 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editors 19:43:38.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editors has children finished successfully 19:43:38.080 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editors 19:43:38.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:38.080 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editors is already expanded. No action performed 19:43:38.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:38.080 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editors 19:43:38.080 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File Associations 19:43:38.080 DEBUG [main][TreeItemHandler] Selecting tree item: File Associations 19:43:38.080 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File Associations about selection 19:43:38.080 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File Associations 19:43:38.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:38.081 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:38.081 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:38.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:38.081 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 19:43:38.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:38.081 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:38.082 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:38.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:38.082 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:43:38.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:43:38.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:43:38.083 TRACE [main][WidgetHandler] Notify Table with event 13 19:43:38.083 TRACE [main][WidgetHandler] Wait for synchronization 19:43:38.085 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 19:43:38.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:38.085 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:43:38.086 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:43:38.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:38.086 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 19:43:38.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:43:38.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:43:38.087 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) 19:43:38.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:38.087 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:38.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:38.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:38.088 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:38.088 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 19:43:38.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:38.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:38.088 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:38.088 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:38.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:43:38.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:43:38.119 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:43:38.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:38.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:38.120 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 19:43:38.120 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:43:38.120 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:43:38.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:38.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:43:38.120 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAssociatedEditorsTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) 19:43:38.120 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:43:38.120 INFO [WorkbenchTestable][RequirementsRunner] Started test: removeEditorTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) 19:43:38.120 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 19:43:38.120 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:43:38.120 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:43:38.120 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:43:38.120 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:43:38.120 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:38.120 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:43:38.121 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:38.121 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:43:38.121 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:38.121 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:43:38.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:38.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:38.121 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:43:38.121 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:43:38.121 DEBUG [main][MenuItemLookup] Found menu:'File' 19:43:38.121 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:43:38.121 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:43:38.121 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 19:43:38.121 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:43:38.121 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:43:38.121 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:43:38.121 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:43:38.121 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:43:38.121 DEBUG [main][MenuItemLookup] Item match:Window 19:43:38.121 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:43:38.121 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:43:38.121 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:43:38.121 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:38.121 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:43:38.121 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:43:38.121 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:38.122 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 19:43:38.122 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:38.122 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 19:43:38.122 DEBUG [main][MenuItemLookup] Item match:Preferences 19:43:38.122 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 19:43:38.122 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 19:43:38.122 INFO [main][MenuItemHandler] Select menu item: &Preferences 19:43:38.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.... 19:43:38.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 19:43:38.196 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 19:43:38.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:38.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:38.197 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 19:43:38.197 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:38.197 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 19:43:38.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:38.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:38.197 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:38.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:38.197 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:38.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:43:38.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:43:38.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:43:38.198 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:43:38.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:38.198 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:43:38.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:38.198 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:43:38.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:43:38.198 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:43:38.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:38.198 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:43:38.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:38.199 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:43:38.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editors has children... 19:43:38.199 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editors 19:43:38.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:38.199 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editors is already expanded. No action performed 19:43:38.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:38.199 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editors 19:43:38.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editors has children finished successfully 19:43:38.199 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editors 19:43:38.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:38.199 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editors is already expanded. No action performed 19:43:38.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:38.199 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editors 19:43:38.199 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File Associations 19:43:38.199 DEBUG [main][TreeItemHandler] Selecting tree item: File Associations 19:43:38.199 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File Associations about selection 19:43:38.200 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File Associations 19:43:38.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:38.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:38.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:38.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:38.200 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...") 19:43:38.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:38.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:38.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:38.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:38.201 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:38.201 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 19:43:38.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:38.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:38.201 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:38.201 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:38.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add File Type"] is available.... 19:43:38.234 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 19:43:38.234 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add File Type 19:43:38.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:38.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:38.234 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:") 19:43:38.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:38.234 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:38.235 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:38.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:38.235 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:43:38.235 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:43:38.235 INFO [WorkbenchTestable][AbstractText] Text set to: myFileType 19:43:38.236 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) 19:43:38.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:38.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:38.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:38.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:38.236 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:38.236 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:43:38.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:38.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:38.236 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:38.236 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:38.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:43:38.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:43:38.256 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 19:43:38.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:38.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:38.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:38.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:38.257 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:43:38.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:43:38.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:43:38.257 TRACE [main][WidgetHandler] Notify Table with event 13 19:43:38.257 TRACE [main][WidgetHandler] Wait for synchronization 19:43:38.257 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...") 19:43:38.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:38.257 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:43:38.258 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:43:38.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:38.258 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 19:43:38.258 INFO [WorkbenchTestable][AbstractButton] Click button A&dd... 19:43:38.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:38.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:38.258 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:38.258 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:38.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Editor Selection"] is available.... 19:43:38.299 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 19:43:38.299 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Editor Selection 19:43:38.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:38.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:38.300 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 19:43:38.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:38.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:38.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:38.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:38.300 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:38.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:43:38.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:43:38.301 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Editor 19:43:38.301 DEBUG [main][TreeItemHandler] Selecting tree item: Java Editor 19:43:38.302 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Editor about selection 19:43:38.302 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Editor 19:43:38.302 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) 19:43:38.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:38.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:38.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:38.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:38.302 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:38.302 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:43:38.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:38.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:38.302 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:38.302 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:38.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:43:38.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:43:38.328 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 19:43:38.328 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:43:38.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:38.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:43:38.328 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 19:43:38.328 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:43:38.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:38.328 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:43:38.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:43:38.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:38.331 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 19:43:38.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:43:38.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:43:38.332 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 19:43:38.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:38.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:43:38.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:43:38.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:38.332 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 19:43:38.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:43:38.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:43:38.333 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.*') 19:43:38.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:38.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:38.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:38.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:38.333 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 19:43:38.333 TRACE [main][WidgetHandler] Notify Table with event 13 19:43:38.333 TRACE [main][WidgetHandler] Wait for synchronization 19:43:38.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.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") 19:43:38.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:38.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:43:38.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:43:38.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:38.334 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 19:43:38.335 INFO [WorkbenchTestable][AbstractButton] Click button Re&move 19:43:38.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:38.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:38.335 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:38.335 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:38.335 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 19:43:38.335 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:43:38.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:38.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:43:38.335 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 19:43:38.335 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:43:38.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:38.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:43:38.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:43:38.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:38.336 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 19:43:38.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:43:39.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems failed, NO exception will be thrown 19:43:39.338 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) 19:43:39.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:39.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:39.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:39.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:39.339 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:39.340 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 19:43:39.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:39.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:39.340 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:39.340 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:39.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:43:39.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:43:39.359 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:43:39.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:39.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:39.359 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 19:43:39.359 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:43:39.359 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:43:39.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:39.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:43:39.360 INFO [WorkbenchTestable][RequirementsRunner] Finished test: removeEditorTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) 19:43:39.360 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:43:39.360 INFO [WorkbenchTestable][RequirementsRunner] Started test: addFileTypeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) 19:43:39.360 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 19:43:39.360 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:43:39.360 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:43:39.360 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:43:39.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.*'] 19:43:39.360 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:39.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.*'] 19:43:39.360 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:39.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.*'] 19:43:39.360 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:39.360 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:43:39.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:39.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:39.360 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:43:39.360 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:43:39.361 DEBUG [main][MenuItemLookup] Found menu:'File' 19:43:39.361 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:43:39.361 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:43:39.361 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 19:43:39.361 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:43:39.361 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:43:39.361 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:43:39.361 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:43:39.361 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:43:39.361 DEBUG [main][MenuItemLookup] Item match:Window 19:43:39.361 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:43:39.361 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:43:39.361 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:43:39.361 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:39.361 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:43:39.361 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:43:39.361 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:39.361 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 19:43:39.361 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:39.361 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 19:43:39.361 DEBUG [main][MenuItemLookup] Item match:Preferences 19:43:39.361 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 19:43:39.361 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 19:43:39.361 INFO [main][MenuItemHandler] Select menu item: &Preferences 19:43:39.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 19:43:39.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 19:43:39.442 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 19:43:39.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:39.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:39.443 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 19:43:39.443 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:39.443 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 19:43:39.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:39.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:39.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:39.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:39.443 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:39.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:43:39.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:43:39.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:43:39.444 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:43:39.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:39.444 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:43:39.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:39.444 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:43:39.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:43:39.444 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:43:39.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:39.445 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:43:39.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:39.445 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:43:39.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editors has children... 19:43:39.445 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editors 19:43:39.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:39.445 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editors is already expanded. No action performed 19:43:39.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:39.445 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editors 19:43:39.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editors has children finished successfully 19:43:39.445 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editors 19:43:39.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:39.445 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editors is already expanded. No action performed 19:43:39.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:39.445 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editors 19:43:39.445 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File Associations 19:43:39.445 DEBUG [main][TreeItemHandler] Selecting tree item: File Associations 19:43:39.445 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File Associations about selection 19:43:39.445 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File Associations 19:43:39.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:39.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:39.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:39.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:39.446 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...") 19:43:39.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:39.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:39.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:39.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:39.446 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:39.447 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 19:43:39.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:39.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:39.447 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:39.447 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:39.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add File Type"] is available.... 19:43:39.478 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 19:43:39.478 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add File Type 19:43:39.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:39.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:39.479 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:") 19:43:39.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:39.479 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:39.479 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:39.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:39.480 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:43:39.480 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:43:39.480 INFO [WorkbenchTestable][AbstractText] Text set to: myFileType 19:43:39.480 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) 19:43:39.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:39.480 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:39.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:39.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:39.481 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:39.481 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:43:39.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:39.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:39.481 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:39.481 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:39.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:43:39.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:43:39.502 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 19:43:39.502 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:43:39.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:39.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:43:39.502 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 19:43:39.502 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:43:39.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:39.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:39.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:39.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:39.503 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:43:39.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:43:39.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:43:39.503 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 19:43:39.503 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:43:39.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:39.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:43:39.503 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 19:43:39.503 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:43:39.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:39.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:39.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:39.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:39.504 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:43:39.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:43:39.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:43:39.504 TRACE [main][WidgetHandler] Notify Table with event 13 19:43:39.504 TRACE [main][WidgetHandler] Wait for synchronization 19:43:39.504 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:43:39.504 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:43:39.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:39.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:43:39.505 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 19:43:39.505 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:43:39.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:39.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:39.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:39.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:39.508 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:39.509 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 19:43:39.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:39.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:39.509 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:39.509 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:39.509 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) 19:43:39.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:39.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:39.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:39.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:39.510 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:39.511 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 19:43:39.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:39.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:39.511 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:39.511 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:39.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:43:39.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:43:39.530 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:43:39.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:39.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:39.530 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 19:43:39.530 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:43:39.530 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:43:39.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:39.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:43:39.530 INFO [WorkbenchTestable][RequirementsRunner] Finished test: addFileTypeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) 19:43:39.530 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:43:39.530 INFO [WorkbenchTestable][RequirementsRunner] Started test: removeFileTypeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) 19:43:39.530 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 19:43:39.530 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:43:39.530 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:43:39.530 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:43:39.530 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:43:39.530 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:39.530 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:43:39.530 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:39.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.*'] 19:43:39.531 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:39.531 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:43:39.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:39.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:39.531 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:43:39.531 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:43:39.531 DEBUG [main][MenuItemLookup] Found menu:'File' 19:43:39.531 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:43:39.531 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:43:39.531 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 19:43:39.531 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:43:39.531 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:43:39.531 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:43:39.531 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:43:39.531 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:43:39.531 DEBUG [main][MenuItemLookup] Item match:Window 19:43:39.531 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:43:39.531 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:43:39.531 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:43:39.532 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:39.532 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:43:39.532 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:43:39.532 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:39.532 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 19:43:39.532 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:39.532 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 19:43:39.532 DEBUG [main][MenuItemLookup] Item match:Preferences 19:43:39.532 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 19:43:39.532 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 19:43:39.532 INFO [main][MenuItemHandler] Select menu item: &Preferences 19:43:39.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.... 19:43:39.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 19:43:39.605 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 19:43:39.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:39.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:39.606 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 19:43:39.606 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:39.606 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 19:43:39.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:39.606 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:39.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:39.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:39.607 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:39.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:43:39.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:43:39.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:43:39.608 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:43:39.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:39.608 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:43:39.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:39.608 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:43:39.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:43:39.608 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:43:39.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:39.608 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:43:39.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:39.608 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:43:39.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editors has children... 19:43:39.608 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editors 19:43:39.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:39.608 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editors is already expanded. No action performed 19:43:39.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:39.608 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editors 19:43:39.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editors has children finished successfully 19:43:39.608 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editors 19:43:39.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:39.609 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editors is already expanded. No action performed 19:43:39.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:39.609 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editors 19:43:39.609 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File Associations 19:43:39.609 DEBUG [main][TreeItemHandler] Selecting tree item: File Associations 19:43:39.609 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File Associations about selection 19:43:39.609 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File Associations 19:43:39.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:39.609 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:39.610 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:39.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:39.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.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...") 19:43:39.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:39.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:39.611 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:39.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:39.611 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:39.611 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 19:43:39.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:39.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:39.611 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:39.611 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:39.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add File Type"] is available.... 19:43:39.643 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 19:43:39.643 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add File Type 19:43:39.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:39.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:39.643 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:") 19:43:39.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:39.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:39.644 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:39.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:39.644 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:43:39.644 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:43:39.645 INFO [WorkbenchTestable][AbstractText] Text set to: myFileType 19:43:39.645 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) 19:43:39.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:39.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:39.645 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:39.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:39.645 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:39.646 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:43:39.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:39.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:39.646 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:39.646 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:39.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:43:39.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:43:39.666 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 19:43:39.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:39.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:39.667 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:39.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:39.667 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:43:39.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:43:39.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:43:39.667 TRACE [main][WidgetHandler] Notify Table with event 13 19:43:39.667 TRACE [main][WidgetHandler] Wait for synchronization 19:43:39.667 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") 19:43:39.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:39.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:39.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:39.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:39.668 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:39.668 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 19:43:39.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:39.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:39.669 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:39.669 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:39.672 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 19:43:39.672 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:43:39.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:39.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:43:39.673 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 19:43:39.673 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:43:39.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:39.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:39.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:39.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:39.673 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:43:39.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:43:39.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:43:39.674 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) 19:43:39.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:39.674 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:39.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:39.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:39.675 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:39.675 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 19:43:39.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:39.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:39.675 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:39.676 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:39.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:43:39.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:43:39.694 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:43:39.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:39.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:39.694 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 19:43:39.694 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:43:39.694 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:43:39.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:39.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:43:39.695 INFO [WorkbenchTestable][RequirementsRunner] Finished test: removeFileTypeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) 19:43:39.695 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 19:43:39.695 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:43:39.695 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:43:39.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:39.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.348 s - in org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest getAssociatedEditorsForFileTypeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) Time elapsed: 1.167 s addEditorTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) Time elapsed: 1.354 s selectFileTypeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) Time elapsed: 0.127 s getAssociatedEditorsTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) Time elapsed: 0.124 s removeEditorTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) Time elapsed: 1.24 s addFileTypeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) Time elapsed: 0.17 s removeFileTypeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) Time elapsed: 0.165 s Running org.eclipse.reddeer.eclipse.test.ui.ide.RepoConnectionDialogTest 19:43:39.702 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.ide.RepoConnectionDialogTest 19:43:39.702 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:43:39.703 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:43:39.703 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.RepoConnectionDialogTest 19:43:39.703 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:43:39.703 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:43:39.703 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:43:39.703 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:43:39.703 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:43:39.703 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:43:39.703 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDialogTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.RepoConnectionDialogTest) 19:43:39.703 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.RepoConnectionDialogTest 19:43:39.703 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:43:39.703 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:43:39.703 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:43:39.703 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:43:39.703 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:39.704 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:43:39.704 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:39.704 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:43:39.704 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:39.704 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:43:39.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:39.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:39.704 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:43:39.704 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:43:39.716 DEBUG [main][MenuItemLookup] Found menu:'File' 19:43:39.717 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:43:39.717 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:43:39.717 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 19:43:39.717 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:43:39.717 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:43:39.717 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:43:39.717 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:43:39.717 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:43:39.717 DEBUG [main][MenuItemLookup] Item match:Window 19:43:39.717 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:43:39.717 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:43:39.717 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:43:39.717 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:39.717 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:43:39.717 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:43:39.717 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:39.717 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 19:43:39.717 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:39.717 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 19:43:39.717 DEBUG [main][MenuItemLookup] Item match:Preferences 19:43:39.717 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 19:43:39.717 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 19:43:39.717 INFO [main][MenuItemHandler] Select menu item: &Preferences 19:43:39.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.... 19:43:39.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 19:43:39.805 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 19:43:39.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:39.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:39.806 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 19:43:39.806 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:39.806 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 19:43:39.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:39.806 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:39.806 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:39.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:39.806 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:39.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:43:39.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:43:39.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:43:39.808 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:43:39.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:39.808 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:43:39.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:39.808 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:43:39.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:43:39.808 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:43:39.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:39.808 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:43:39.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:39.808 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:43:39.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children... 19:43:39.808 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 19:43:39.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:40.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:40.310 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 19:43:40.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children finished successfully 19:43:40.310 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 19:43:40.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:40.310 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 19:43:40.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:40.310 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 19:43:40.310 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Secure Storage 19:43:40.310 DEBUG [main][TreeItemHandler] Selecting tree item: Secure Storage 19:43:40.311 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Secure Storage about selection 19:43:40.311 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Secure Storage 19:43:40.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:40.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:40.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:43:40.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:40.867 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:40.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:40.867 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 19:43:40.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:40.867 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:40.867 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:40.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:40.868 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:43:40.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:43:40.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:43:40.873 INFO [WorkbenchTestable][AbstractTableItem] Uncheck table Item UI Prompt: 19:43:40.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification... 19:43:40.874 TRACE [WorkbenchTestable][WidgetHandler] Notify Table with event 13 19:43:40.874 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:40.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification finished successfully 19:43:40.875 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") 19:43:40.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:40.875 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:40.876 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:40.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:40.876 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:40.876 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 19:43:40.876 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 19:43:40.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:40.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:40.876 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:40.876 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:40.878 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:40.879 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:40.879 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") 19:43:40.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:40.879 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:40.880 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:40.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:40.880 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:40.880 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 19:43:40.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:40.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:40.880 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:40.880 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:40.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:43:40.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:43:40.918 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:43:40.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:40.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:40.919 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:40.922 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:43:40.922 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QTask Repositories\E'' view via menu. 19:43:40.923 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:43:40.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:40.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:40.923 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:43:40.923 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:43:40.923 DEBUG [main][MenuItemLookup] Found menu:'File' 19:43:40.923 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:43:40.923 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:43:40.923 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 19:43:40.923 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:43:40.923 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:43:40.923 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:43:40.923 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:43:40.923 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:43:40.923 DEBUG [main][MenuItemLookup] Item match:Window 19:43:40.923 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:43:40.923 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:43:40.923 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:43:40.923 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:40.923 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:43:40.923 DEBUG [main][MenuItemLookup] Item match:Show View 19:43:40.928 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 19:43:40.928 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 19:43:40.928 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 19:43:40.928 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 19:43:40.928 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 19:43:40.928 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 19:43:40.928 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 19:43:40.928 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 19:43:40.928 DEBUG [main][MenuItemLookup] Found menu:'Progress' 19:43:40.928 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 19:43:40.928 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 19:43:40.928 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 19:43:40.928 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 19:43:40.928 DEBUG [main][MenuItemLookup] Found menu:'Templates' 19:43:40.928 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 19:43:40.928 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:40.928 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 19:43:40.928 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 19:43:40.940 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 19:43:40.940 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 19:43:40.940 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 19:43:40.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 19:43:40.986 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 19:43:40.986 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 19:43:40.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:40.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:40.987 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 19:43:40.987 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:43:40.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:40.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:43:40.987 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:43:40.987 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:43:40.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:40.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:40.987 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:40.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:40.988 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:40.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:43:40.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:43:40.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Mylyn has children... 19:43:40.989 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Mylyn 19:43:40.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:41.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:41.490 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Mylyn 19:43:41.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Mylyn has children finished successfully 19:43:41.491 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Mylyn 19:43:41.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:41.491 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Mylyn is already expanded. No action performed 19:43:41.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:41.491 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Mylyn 19:43:41.491 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Task Repositories 19:43:41.491 DEBUG [main][TreeItemHandler] Selecting tree item: Task Repositories 19:43:41.494 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Task Repositories about selection 19:43:41.494 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Task Repositories 19:43:41.494 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:43:41.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:41.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:43:41.494 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:43:41.494 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:43:41.494 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:41.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:41.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 "Open") 19:43:41.495 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:43:41.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:41.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:43:41.495 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:43:41.495 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:43:41.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:41.495 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:41.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:41.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:41.495 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:41.495 INFO [WorkbenchTestable][AbstractButton] Click button &Open 19:43:41.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:41.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:41.495 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:41.495 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:41.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:43:41.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:43:41.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.mylyn.tasks.ui.views.TaskRepositoriesView' view is open... 19:43:41.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:41.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:41.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.mylyn.tasks.ui.views.TaskRepositoriesView' view is open finished successfully 19:43:41.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:41.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:41.545 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:43:41.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:41.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:41.546 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:43:41.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 '\*?\QTask Repositories\E') 19:43:41.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:41.546 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:41.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:41.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:41.548 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:43:41.548 INFO [WorkbenchTestable][AbstractView] Activate view Task Repositories 19:43:41.548 INFO [WorkbenchTestable][AbstractCTabItem] Activate Task Repositories 19:43:41.548 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:41.548 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:43:41.548 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:43:41.549 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:43:41.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 19:43:41.549 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:43:41.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:41.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:43:41.550 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Task Repositories"as the parent 19:43:41.550 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:43:41.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:41.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:41.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:41.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:41.550 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:41.550 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Tasks and wait with time period 1 19:43:41.550 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Tasks 19:43:41.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:41.550 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Tasks is already expanded. No action performed 19:43:41.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:41.550 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Tasks 19:43:41.550 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Tasks 19:43:41.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:41.550 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Tasks is already expanded. No action performed 19:43:41.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:41.550 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Tasks 19:43:41.550 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Local and wait with time period 1 19:43:41.550 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Local 19:43:41.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:42.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:42.051 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Local 19:43:42.051 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Local 19:43:42.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:42.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:42.552 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Local 19:43:42.553 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Bugs and wait with time period 1 19:43:42.553 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Bugs 19:43:42.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:42.553 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Bugs is already expanded. No action performed 19:43:42.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:42.553 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Bugs 19:43:42.553 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Bugs 19:43:42.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:42.553 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Bugs is already expanded. No action performed 19:43:42.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:42.553 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Bugs 19:43:42.553 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Eclipse.org and wait with time period 1 19:43:42.553 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Eclipse.org 19:43:42.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:43.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:43.054 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Eclipse.org 19:43:43.054 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Eclipse.org 19:43:43.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:43.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:43.555 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Eclipse.org 19:43:43.555 DEBUG [WorkbenchTestable][TaskRepositoriesView] Found Task repository: Tasks 19:43:43.556 DEBUG [WorkbenchTestable][TaskRepositoriesView] Found Task repository: Local 19:43:43.556 DEBUG [WorkbenchTestable][TaskRepositoriesView] Found Task repository: Bugs 19:43:43.556 DEBUG [WorkbenchTestable][TaskRepositoriesView] Found Task repository: Eclipse.org 19:43:43.556 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Local 19:43:43.556 DEBUG [main][TreeItemHandler] Selecting tree item: Local 19:43:43.556 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Local about selection 19:43:43.559 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Local 19:43:43.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:43.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:43:43.560 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:43:43.560 DEBUG [main][MenuItemLookup] Found menu:'File' 19:43:43.560 DEBUG [main][MenuItemLookup] Item match:File 19:43:43.560 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:43:43.560 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:43:43.560 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:43:43.560 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:43:43.560 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:43.560 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:43:43.560 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:43:43.560 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:43.560 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:43:43.560 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 19:43:43.560 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 19:43:43.560 DEBUG [main][MenuItemLookup] Found menu:'Revert' 19:43:43.560 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:43.561 DEBUG [main][MenuItemLookup] Found menu:'Move...' 19:43:43.561 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 19:43:43.561 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:43:43.561 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 19:43:43.561 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:43.561 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 19:43:43.561 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:43.561 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:43:43.561 DEBUG [main][MenuItemLookup] Found menu:'Export...' 19:43:43.561 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:43.561 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 19:43:43.561 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 19:43:43.561 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 19:43:43.561 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 19:43:43.561 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 19:43:43.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: "Properties for Task Repository"] is available.... 19:43:43.606 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:43.606 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:43.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: "Properties for Task Repository"] is available. finished successfully 19:43:43.606 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Task Repository 19:43:43.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:43.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:43.607 TRACE [WorkbenchTestable][TaskRepositoryWizardDialog] Shell Properties for Task Repository is not null and is not disposed 19:43:43.607 INFO [WorkbenchTestable][TaskRepositoryWizardDialog] Cancel wizard 19:43:43.607 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) 19:43:43.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:43.607 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:43.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:43.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:43.607 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:43.607 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 19:43:43.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:43.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:43.607 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:43.608 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:43.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:43:43.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:43:43.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:43:43.622 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:43:43.622 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:43:43.622 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:43:43.622 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:43:43.622 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:43:43.622 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:43:43.622 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:43:43.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:43:43.622 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:43:43.622 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:43.622 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:43:43.622 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:43.622 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:43:43.622 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:43.623 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:43:43.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:43.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:43.623 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:43:43.623 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:43:43.623 DEBUG [main][MenuItemLookup] Found menu:'File' 19:43:43.623 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:43:43.623 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:43:43.623 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:43:43.623 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:43:43.623 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:43:43.623 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:43:43.623 DEBUG [main][MenuItemLookup] Item match:Window 19:43:43.624 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:43:43.624 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:43:43.624 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:43:43.624 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:43.624 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:43:43.624 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:43:43.624 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:43.624 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 19:43:43.624 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:43.624 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 19:43:43.624 DEBUG [main][MenuItemLookup] Item match:Preferences 19:43:43.624 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 19:43:43.624 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 19:43:43.624 INFO [main][MenuItemHandler] Select menu item: &Preferences 19:43:43.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 'Preferences.*'] is available.... 19:43:44.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 19:43:44.292 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 19:43:44.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:44.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:44.298 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 19:43:44.298 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:44.298 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 19:43:44.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:44.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:44.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:44.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:44.299 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:44.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:43:44.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:43:44.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:43:44.299 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:43:44.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:44.300 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:43:44.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:44.300 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:43:44.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:43:44.300 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:43:44.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:44.300 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:43:44.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:44.300 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:43:44.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children... 19:43:44.300 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 19:43:44.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:44.300 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 19:43:44.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:44.300 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 19:43:44.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children finished successfully 19:43:44.300 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 19:43:44.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:44.300 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 19:43:44.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:44.300 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 19:43:44.300 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Secure Storage 19:43:44.301 DEBUG [main][TreeItemHandler] Selecting tree item: Secure Storage 19:43:44.301 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Secure Storage about selection 19:43:44.301 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Secure Storage 19:43:44.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:44.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:44.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:44.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:44.301 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 19:43:44.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:44.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:44.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:44.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:44.302 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:43:44.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:43:44.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:43:44.303 INFO [WorkbenchTestable][AbstractTableItem] Check table Item UI Prompt: 19:43:44.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification... 19:43:44.304 TRACE [WorkbenchTestable][WidgetHandler] Notify Table with event 13 19:43:44.304 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:44.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification finished successfully 19:43:44.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 "Apply") 19:43:44.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:44.304 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:44.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:44.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:44.305 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:44.305 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 19:43:44.305 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 19:43:44.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:44.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:44.306 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:44.306 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:44.306 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:44.307 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:44.307 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") 19:43:44.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:44.307 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:44.308 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:44.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:44.308 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:44.308 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 19:43:44.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:44.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:44.308 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:44.308 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:44.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:43:44.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:43:44.331 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:43:44.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:44.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:44.331 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.RepoConnectionDialogTest 19:43:44.331 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:43:44.331 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:43:44.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:44.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:43:44.332 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDialogTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.RepoConnectionDialogTest) 19:43:44.332 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.RepoConnectionDialogTest 19:43:44.332 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:43:44.332 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:43:44.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:44.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.631 s - in org.eclipse.reddeer.eclipse.test.ui.ide.RepoConnectionDialogTest getDialogTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.RepoConnectionDialogTest) Time elapsed: 4.629 s Running org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest 19:43:44.338 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest 19:43:44.340 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:43:44.340 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:43:44.340 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest 19:43:44.340 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:43:44.340 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:43:44.354 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:43:44.354 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:43:44.354 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:43:44.354 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:43:44.355 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOpen no-configuration(org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest) 19:43:44.355 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest 19:43:44.355 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:43:44.355 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:43:44.355 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:43:44.355 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:44.358 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:43:44.358 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSearch\E'' view via menu. 19:43:44.358 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:43:44.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:44.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:44.359 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:43:44.359 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:43:44.359 DEBUG [main][MenuItemLookup] Found menu:'File' 19:43:44.359 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:43:44.359 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:43:44.359 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:43:44.359 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:43:44.359 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:43:44.359 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:43:44.359 DEBUG [main][MenuItemLookup] Item match:Window 19:43:44.359 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:43:44.359 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:43:44.359 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:43:44.359 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:44.359 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:43:44.359 DEBUG [main][MenuItemLookup] Item match:Show View 19:43:44.364 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 19:43:44.364 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 19:43:44.364 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 19:43:44.364 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 19:43:44.364 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 19:43:44.364 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 19:43:44.364 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 19:43:44.364 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 19:43:44.364 DEBUG [main][MenuItemLookup] Found menu:'Progress' 19:43:44.364 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 19:43:44.364 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 19:43:44.364 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 19:43:44.364 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 19:43:44.364 DEBUG [main][MenuItemLookup] Found menu:'Templates' 19:43:44.364 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 19:43:44.364 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:44.364 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 19:43:44.364 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 19:43:44.364 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 19:43:44.364 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 19:43:44.364 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 19:43:44.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 19:43:44.409 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 19:43:44.409 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 19:43:44.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:44.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:44.410 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 19:43:44.410 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:43:44.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:44.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:43:44.410 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:43:44.410 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:43:44.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:44.410 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:44.410 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:44.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:44.410 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:44.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:43:44.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:43:44.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:43:44.411 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:43:44.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:44.411 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:43:44.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:44.411 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:43:44.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:43:44.411 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:43:44.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:44.411 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:43:44.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:44.411 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:43:44.411 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Search 19:43:44.411 DEBUG [main][TreeItemHandler] Selecting tree item: Search 19:43:44.412 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Search about selection 19:43:44.412 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Search 19:43:44.412 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:43:44.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:44.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:43:44.412 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:43:44.412 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:43:44.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:44.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:44.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 "Open") 19:43:44.412 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:43:44.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:44.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:43:44.412 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:43:44.412 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:43:44.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:44.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:44.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:44.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:44.412 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:44.413 INFO [WorkbenchTestable][AbstractButton] Click button &Open 19:43:44.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:44.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:44.413 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:44.413 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:44.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:43:44.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:43:44.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.search2.ui.SearchView' view is open... 19:43:44.477 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:44.479 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:44.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.search2.ui.SearchView' view is open finished successfully 19:43:44.479 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:44.482 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:44.482 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:43:44.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:44.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:44.482 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:43:44.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 '\*?\QSearch\E') 19:43:44.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:44.482 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:44.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:44.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:44.492 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:43:44.493 INFO [WorkbenchTestable][AbstractView] Activate view Search 19:43:44.493 INFO [WorkbenchTestable][AbstractCTabItem] Activate Search 19:43:44.493 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:44.493 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:43:44.493 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:43:44.493 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:43:44.494 INFO [WorkbenchTestable][AbstractView] Activate view Search 19:43:44.494 INFO [WorkbenchTestable][AbstractCTabItem] Activate Search 19:43:44.494 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:44.494 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 19:43:44.494 INFO [WorkbenchTestable][AbstractView] Close view 'Search' 19:43:44.495 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Search 19:43:44.495 INFO [WorkbenchTestable][AbstractCTabItem] Activate Search 19:43:44.496 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 19:43:44.513 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest 19:43:44.513 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:43:44.513 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:43:44.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:44.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:43:44.533 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOpen no-configuration(org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest) 19:43:44.533 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:43:44.533 INFO [WorkbenchTestable][RequirementsRunner] Started test: testReturnResults no-configuration(org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest) 19:43:44.533 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest 19:43:44.533 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:43:44.533 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:43:44.533 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:43:44.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:44.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:43:44.537 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSearch\E'' view via menu. 19:43:44.537 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:43:44.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:44.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:44.538 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:43:44.538 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:43:44.538 DEBUG [main][MenuItemLookup] Found menu:'File' 19:43:44.538 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:43:44.538 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:43:44.538 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:43:44.538 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:43:44.538 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:43:44.538 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:43:44.538 DEBUG [main][MenuItemLookup] Item match:Window 19:43:44.539 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:43:44.539 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:43:44.539 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:43:44.539 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:44.539 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:43:44.539 DEBUG [main][MenuItemLookup] Item match:Show View 19:43:44.542 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 19:43:44.542 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 19:43:44.542 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 19:43:44.542 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 19:43:44.542 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 19:43:44.542 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 19:43:44.542 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 19:43:44.542 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 19:43:44.542 DEBUG [main][MenuItemLookup] Found menu:'Progress' 19:43:44.542 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 19:43:44.542 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 19:43:44.542 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 19:43:44.542 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 19:43:44.542 DEBUG [main][MenuItemLookup] Found menu:'Templates' 19:43:44.542 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 19:43:44.542 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:44.542 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 19:43:44.542 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 19:43:44.543 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 19:43:44.543 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 19:43:44.543 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 19:43:44.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 19:43:44.598 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 19:43:44.598 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 19:43:44.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:44.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:44.599 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 19:43:44.599 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:43:44.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:44.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:43:44.599 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:43:44.599 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:43:44.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:44.599 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:44.599 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:44.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:44.599 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:44.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:43:44.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:43:44.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:43:44.600 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:43:44.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:44.600 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:43:44.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:44.600 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:43:44.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:43:44.600 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:43:44.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:44.600 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:43:44.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:44.600 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:43:44.601 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Search 19:43:44.601 DEBUG [main][TreeItemHandler] Selecting tree item: Search 19:43:44.601 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Search about selection 19:43:44.601 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Search 19:43:44.601 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:43:44.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:44.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:43:44.601 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:43:44.601 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:43:44.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:44.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:44.601 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:43:44.601 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:43:44.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:44.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:43:44.601 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:43:44.601 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:43:44.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:44.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:44.602 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:44.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:44.602 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:44.602 INFO [WorkbenchTestable][AbstractButton] Click button &Open 19:43:44.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:44.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:44.602 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:44.602 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:44.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:43:44.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:43:44.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.search2.ui.SearchView' view is open... 19:43:44.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:44.655 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:44.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.search2.ui.SearchView' view is open finished successfully 19:43:44.655 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:44.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:44.658 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:43:44.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:44.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:44.658 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:43:44.658 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:43:44.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:44.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:44.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:44.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:44.669 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:43:44.669 INFO [WorkbenchTestable][AbstractView] Activate view Search 19:43:44.669 INFO [WorkbenchTestable][AbstractCTabItem] Activate Search 19:43:44.669 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:44.670 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:43:44.670 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:43:44.670 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:43:44.670 INFO [WorkbenchTestable][AbstractView] Activate view Search 19:43:44.670 INFO [WorkbenchTestable][AbstractCTabItem] Activate Search 19:43:44.671 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:44.671 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 19:43:44.671 INFO [WorkbenchTestable][AbstractView] Activate view Search 19:43:44.671 INFO [WorkbenchTestable][AbstractCTabItem] Activate Search 19:43:44.671 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:44.671 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 19:43:44.671 INFO [WorkbenchTestable][AbstractView] Activate view Search 19:43:44.671 INFO [WorkbenchTestable][AbstractCTabItem] Activate Search 19:43:44.672 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:44.672 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 19:43:44.673 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...") 19:43:44.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:44.674 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:44.674 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:44.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:44.674 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 19:43:44.674 INFO [WorkbenchTestable][AbstractView] Activate view Search 19:43:44.674 INFO [WorkbenchTestable][AbstractCTabItem] Activate Search 19:43:44.675 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:44.675 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 19:43:44.675 INFO [WorkbenchTestable][AbstractView] Close view 'Search' 19:43:44.675 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Search 19:43:44.675 INFO [WorkbenchTestable][AbstractCTabItem] Activate Search 19:43:44.675 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 19:43:44.690 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest 19:43:44.690 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:43:44.690 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:43:44.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:44.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:43:44.710 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testReturnResults no-configuration(org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest) 19:43:44.710 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:43:44.710 INFO [WorkbenchTestable][RequirementsRunner] Started test: testIsEmpty no-configuration(org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest) 19:43:44.710 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest 19:43:44.710 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:43:44.710 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:43:44.710 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:43:44.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:44.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:43:44.714 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSearch\E'' view via menu. 19:43:44.714 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:43:44.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:44.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:44.715 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:43:44.715 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:43:44.715 DEBUG [main][MenuItemLookup] Found menu:'File' 19:43:44.715 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:43:44.715 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:43:44.715 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:43:44.715 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:43:44.715 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:43:44.715 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:43:44.715 DEBUG [main][MenuItemLookup] Item match:Window 19:43:44.716 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:43:44.716 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:43:44.716 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:43:44.716 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:44.716 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:43:44.716 DEBUG [main][MenuItemLookup] Item match:Show View 19:43:44.719 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 19:43:44.719 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 19:43:44.719 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 19:43:44.719 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 19:43:44.719 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 19:43:44.719 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 19:43:44.719 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 19:43:44.719 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 19:43:44.719 DEBUG [main][MenuItemLookup] Found menu:'Progress' 19:43:44.719 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 19:43:44.719 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 19:43:44.719 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 19:43:44.719 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 19:43:44.719 DEBUG [main][MenuItemLookup] Found menu:'Templates' 19:43:44.719 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 19:43:44.719 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:44.719 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 19:43:44.719 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 19:43:44.720 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 19:43:44.720 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 19:43:44.720 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 19:43:44.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 19:43:44.766 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 19:43:44.766 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 19:43:44.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:44.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:44.767 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 19:43:44.767 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:43:44.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:44.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:43:44.768 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:43:44.768 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:43:44.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:44.768 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:44.768 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:44.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:44.768 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:44.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:43:44.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:43:44.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:43:44.769 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:43:44.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:44.769 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:43:44.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:44.769 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:43:44.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:43:44.769 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:43:44.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:44.769 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:43:44.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:44.769 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:43:44.769 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Search 19:43:44.769 DEBUG [main][TreeItemHandler] Selecting tree item: Search 19:43:44.769 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Search about selection 19:43:44.769 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Search 19:43:44.769 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:43:44.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:44.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:43:44.769 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:43:44.769 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:43:44.769 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:44.770 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:44.770 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:43:44.770 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:43:44.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:44.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:43:44.770 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:43:44.770 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:43:44.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:44.770 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:44.770 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:44.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:44.770 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:44.770 INFO [WorkbenchTestable][AbstractButton] Click button &Open 19:43:44.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:44.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:44.771 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:44.771 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:44.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:43:44.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:43:44.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.search2.ui.SearchView' view is open... 19:43:44.825 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:44.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:44.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.search2.ui.SearchView' view is open finished successfully 19:43:44.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:44.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:44.829 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:43:44.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:44.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:44.829 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:43:44.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSearch\E') 19:43:44.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:44.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:44.840 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:44.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:44.840 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:43:44.840 INFO [WorkbenchTestable][AbstractView] Activate view Search 19:43:44.840 INFO [WorkbenchTestable][AbstractCTabItem] Activate Search 19:43:44.841 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:44.841 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:43:44.841 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:43:44.841 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:43:44.842 INFO [WorkbenchTestable][AbstractView] Activate view Search 19:43:44.842 INFO [WorkbenchTestable][AbstractCTabItem] Activate Search 19:43:44.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:44.842 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 19:43:44.842 INFO [WorkbenchTestable][AbstractView] Activate view Search 19:43:44.842 INFO [WorkbenchTestable][AbstractCTabItem] Activate Search 19:43:44.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:44.843 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 19:43:44.843 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...") 19:43:44.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:44.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:44.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:44.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:44.843 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 19:43:44.843 INFO [WorkbenchTestable][AbstractView] Activate view Search 19:43:44.843 INFO [WorkbenchTestable][AbstractCTabItem] Activate Search 19:43:44.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:44.843 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 19:43:44.843 INFO [WorkbenchTestable][AbstractView] Close view 'Search' 19:43:44.843 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Search 19:43:44.844 INFO [WorkbenchTestable][AbstractCTabItem] Activate Search 19:43:44.844 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 19:43:44.859 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest 19:43:44.859 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:43:44.859 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:43:44.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:44.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:43:44.881 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testIsEmpty no-configuration(org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest) 19:43:44.881 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest 19:43:44.881 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:43:44.881 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:43:44.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:44.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.543 s - in org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest testOpen no-configuration(org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest) Time elapsed: 0.178 s testReturnResults no-configuration(org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest) Time elapsed: 0.177 s testIsEmpty no-configuration(org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest) Time elapsed: 0.171 s Running org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 19:43:44.893 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 19:43:44.895 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:43:44.895 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:43:44.895 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 19:43:44.895 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:43:44.895 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:43:44.895 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:43:44.895 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:43:44.895 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:43:44.896 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 19:43:44.896 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 19:43:44.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 19:43:44.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:44.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:43:44.896 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:43:44.896 DEBUG [main][MenuItemLookup] Found menu:'File' 19:43:44.896 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:43:44.896 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:43:44.896 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:43:44.896 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:43:44.896 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:43:44.896 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:43:44.896 DEBUG [main][MenuItemLookup] Item match:Window 19:43:44.897 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:43:44.897 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:43:44.897 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:43:44.897 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:44.897 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:43:44.897 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:43:44.897 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:44.897 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 19:43:44.897 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:44.897 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 19:43:44.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:44.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:43:44.897 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:43:44.897 DEBUG [main][MenuItemLookup] Found menu:'File' 19:43:44.897 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:43:44.897 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:43:44.897 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:43:44.897 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:43:44.897 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:43:44.897 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:43:44.897 DEBUG [main][MenuItemLookup] Item match:Window 19:43:44.897 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:43:44.897 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:43:44.897 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:43:44.897 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:44.897 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:43:44.897 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:43:44.897 DEBUG [main][MenuItemLookup] Item match:Perspective 19:43:44.898 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 19:43:44.898 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:44.898 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 19:43:44.898 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 19:43:44.898 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 19:43:44.898 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 19:43:44.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 19:43:44.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:44.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:43:44.898 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:43:44.898 DEBUG [main][MenuItemLookup] Found menu:'File' 19:43:44.898 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:43:44.898 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:43:44.898 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:43:44.898 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:43:44.898 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:43:44.898 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:43:44.898 DEBUG [main][MenuItemLookup] Item match:Window 19:43:44.898 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:43:44.898 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:43:44.898 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:43:44.898 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:44.898 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:43:44.898 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:43:44.898 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:44.898 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 19:43:44.898 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:44.898 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 19:43:44.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:44.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:43:44.898 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:43:44.899 DEBUG [main][MenuItemLookup] Found menu:'File' 19:43:44.899 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:43:44.899 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:43:44.899 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:43:44.899 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:43:44.899 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:43:44.899 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:43:44.899 DEBUG [main][MenuItemLookup] Item match:Window 19:43:44.899 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:43:44.899 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:43:44.899 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:43:44.899 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:44.899 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:43:44.899 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:43:44.899 DEBUG [main][MenuItemLookup] Item match:Perspective 19:43:44.899 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 19:43:44.899 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:44.899 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 19:43:44.899 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 19:43:44.899 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 19:43:44.899 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 19:43:44.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:44.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:43:44.899 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:43:44.899 DEBUG [main][MenuItemLookup] Found menu:'File' 19:43:44.899 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:43:44.899 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:43:44.899 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:43:44.899 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:43:44.899 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:43:44.899 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:43:44.899 DEBUG [main][MenuItemLookup] Item match:Window 19:43:44.900 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:43:44.900 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:43:44.900 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:43:44.900 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:44.900 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:43:44.900 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:43:44.900 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:44.900 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 19:43:44.900 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:44.900 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 19:43:44.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:44.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:43:44.900 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:43:44.900 DEBUG [main][MenuItemLookup] Found menu:'File' 19:43:44.900 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:43:44.900 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:43:44.900 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:43:44.900 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:43:44.900 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:43:44.900 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:43:44.900 DEBUG [main][MenuItemLookup] Item match:Window 19:43:44.900 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:43:44.900 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:43:44.900 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:43:44.900 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:44.900 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:43:44.900 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:43:44.900 DEBUG [main][MenuItemLookup] Item match:Perspective 19:43:44.900 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 19:43:44.900 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:44.900 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 19:43:44.900 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 19:43:44.900 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 19:43:44.901 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 19:43:44.901 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 19:43:44.901 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 19:43:44.901 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 19:43:44.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 19:43:44.922 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 19:43:44.922 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 19:43:44.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:44.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:44.923 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:43:44.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:44.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:43:44.923 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 19:43:44.923 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:43:44.923 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:44.923 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:44.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 "Reset Perspective") 19:43:44.923 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:43:44.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:44.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:43:44.923 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 19:43:44.923 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:43:44.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:44.923 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:44.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:44.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:44.924 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:44.924 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 19:43:44.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:44.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:44.924 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:44.924 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:45.126 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:45.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:45.127 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:43:45.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:45.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:45.127 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:43:45.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:45.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:45.128 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:43:45.128 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:43:45.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:45.128 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:45.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:45.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:45.128 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:43:45.128 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:43:45.128 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:43:45.129 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:45.129 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:43:45.129 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:43:45.129 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:43:45.130 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:43:45.130 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:43:45.131 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:45.131 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:43:45.131 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:43:45.131 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:43:45.131 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:45.131 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:43:45.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:45.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:45.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:43:45.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:45.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:43:46.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:46.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:43:46.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:43:46.133 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:43:46.133 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:43:46.134 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:46.134 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:43:46.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 19:43:46.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:46.134 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:46.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:46.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:46.134 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:46.135 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 19:43:46.135 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 19:43:46.136 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:43:46.136 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:46.136 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:43:46.136 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:46.136 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 19:43:46.136 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:46.136 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:43:46.136 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:46.136 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:43:46.136 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:46.136 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:43:46.136 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:46.136 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 19:43:46.136 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:46.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:43:46.137 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:46.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:43:46.137 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:46.137 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:43:46.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:46.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:46.137 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:43:46.137 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:43:46.137 DEBUG [main][MenuItemLookup] Found menu:'File' 19:43:46.137 DEBUG [main][MenuItemLookup] Item match:File 19:43:46.138 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:43:46.138 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:43:46.140 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 19:43:46.140 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:43:46.140 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:46.140 DEBUG [main][MenuItemLookup] Found menu:'Package' 19:43:46.140 DEBUG [main][MenuItemLookup] Found menu:'Class' 19:43:46.140 DEBUG [main][MenuItemLookup] Found menu:'Interface' 19:43:46.140 DEBUG [main][MenuItemLookup] Found menu:'Enum' 19:43:46.140 DEBUG [main][MenuItemLookup] Found menu:'Record' 19:43:46.140 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 19:43:46.140 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 19:43:46.140 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 19:43:46.140 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:43:46.140 DEBUG [main][MenuItemLookup] Found menu:'File' 19:43:46.140 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:43:46.140 DEBUG [main][MenuItemLookup] Found menu:'Task' 19:43:46.140 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 19:43:46.140 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:46.140 DEBUG [main][MenuItemLookup] Found menu:'Example...' 19:43:46.140 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:46.140 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:43:46.140 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:43:46.140 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:43:46.140 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:43:46.140 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:43:46.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 'New|Select a wizard'] is available.... 19:43:46.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 19:43:46.191 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:43:46.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:46.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:46.195 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:43:46.195 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:46.195 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 19:43:46.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:46.195 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:46.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:46.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:46.196 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:46.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:43:46.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:43:46.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 19:43:46.197 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:43:46.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:46.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:46.698 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:43:46.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 19:43:46.699 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:43:46.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:46.700 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:43:46.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:46.700 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:43:46.700 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 19:43:46.700 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 19:43:46.700 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 19:43:46.703 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 19:43:46.703 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:43:46.703 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:43:46.703 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) 19:43:46.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:46.703 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:46.704 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:46.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:46.704 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:46.704 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:43:46.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:46.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:46.704 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:46.704 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:46.908 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:43:46.908 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:46.908 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:46.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 19:43:46.909 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 19:43:46.909 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 19:43:46.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:46.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:46.910 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 19:43:46.910 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:46.911 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'Project' 19:43:46.911 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:") 19:43:46.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:46.911 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:46.912 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:46.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:46.912 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:43:46.912 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:43:46.913 INFO [WorkbenchTestable][AbstractText] Text set to: Project 19:43:46.934 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 19:43:46.934 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 19:43:46.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.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) 19:43:46.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:46.934 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:46.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:46.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:46.936 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:46.936 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:43:46.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:46.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:46.936 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:46.936 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:46.939 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.... 19:43:47.440 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 19:43:47.440 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 19:43:47.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:47.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:47.443 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 19:43:47.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 "Don't Create") 19:43:47.443 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:43:47.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:47.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:43:47.443 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 19:43:47.443 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:43:47.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:47.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:47.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:47.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:47.443 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:47.444 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 19:43:47.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:47.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:47.444 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:47.444 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:47.500 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.... 19:43:47.500 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 19:43:47.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:43:47.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:43:47.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:43:47.500 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 1 files to index (/Project)' is a system job, skipped 19:43:47.500 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:43:47.500 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:43:47.500 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 19:43:47.500 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:43:47.500 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:43:47.500 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:43:47.500 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:43:47.500 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:43:47.500 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:43:47.500 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:43:47.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:43:47.501 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:43:47.501 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:47.501 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:43:47.501 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:47.501 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 19:43:47.501 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:47.501 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:43:47.501 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:47.501 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:43:47.501 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:47.502 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:43:47.502 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:47.502 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 19:43:47.502 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:47.502 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:43:47.502 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:47.502 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:43:47.502 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:47.502 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:43:47.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:47.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:47.502 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:43:47.502 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:43:47.502 DEBUG [main][MenuItemLookup] Found menu:'File' 19:43:47.502 DEBUG [main][MenuItemLookup] Item match:File 19:43:47.503 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:43:47.503 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:43:47.505 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 19:43:47.505 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:43:47.505 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:47.505 DEBUG [main][MenuItemLookup] Found menu:'Package' 19:43:47.505 DEBUG [main][MenuItemLookup] Found menu:'Class' 19:43:47.505 DEBUG [main][MenuItemLookup] Found menu:'Interface' 19:43:47.505 DEBUG [main][MenuItemLookup] Found menu:'Enum' 19:43:47.505 DEBUG [main][MenuItemLookup] Found menu:'Record' 19:43:47.505 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 19:43:47.505 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 19:43:47.505 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 19:43:47.505 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:43:47.505 DEBUG [main][MenuItemLookup] Found menu:'File' 19:43:47.505 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:43:47.505 DEBUG [main][MenuItemLookup] Found menu:'Task' 19:43:47.505 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 19:43:47.505 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:47.505 DEBUG [main][MenuItemLookup] Found menu:'Example...' 19:43:47.505 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:47.505 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:43:47.505 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:43:47.505 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:43:47.505 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:43:47.505 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:43:47.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 'New|Select a wizard'] is available.... 19:43:47.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 19:43:47.566 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:43:47.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:47.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:47.567 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:43:47.567 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:47.567 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 19:43:47.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:47.567 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:47.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:47.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:47.567 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:47.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:43:47.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:43:47.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 19:43:47.568 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:43:47.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:47.568 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:43:47.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:47.568 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:43:47.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 19:43:47.569 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:43:47.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:47.569 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:43:47.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:47.569 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:43:47.569 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 19:43:47.569 DEBUG [main][TreeItemHandler] Selecting tree item: Class 19:43:47.569 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 19:43:47.571 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 19:43:47.571 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:43:47.571 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:43:47.571 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) 19:43:47.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:47.572 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:47.572 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:47.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:47.572 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:47.572 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:43:47.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:47.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:47.572 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:47.572 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:47.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:43:47.643 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:47.643 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:47.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 19:43:47.643 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 19:43:47.643 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 19:43:47.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:47.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:47.644 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 19:43:47.644 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:47.647 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:") 19:43:47.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:47.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:47.651 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:47.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:47.652 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:43:47.652 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:43:47.652 INFO [WorkbenchTestable][AbstractText] Text set to: TestClass 19:43:47.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.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Package:") 19:43:47.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:47.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:47.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:47.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:47.688 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:43:47.688 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:43:47.689 INFO [WorkbenchTestable][AbstractText] Text set to: test 19:43:47.700 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)") 19:43:47.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:47.700 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:47.701 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:47.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:47.701 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:47.702 INFO [WorkbenchTestable][CheckBox] Select checkbox public static &void main(String[] args) 19:43:47.702 INFO [WorkbenchTestable][CheckBox] Check checkbox public static &void main(String[] args) 19:43:47.702 INFO [WorkbenchTestable][AbstractButton] Click button public static &void main(String[] args) 19:43:47.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:47.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:47.702 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:47.702 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:47.702 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 19:43:47.702 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 19:43:47.702 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) 19:43:47.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:47.702 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:47.704 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:47.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:47.704 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:47.704 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:43:47.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:47.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:47.704 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:47.704 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:47.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:43:48.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:43:48.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:43:48.297 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:43:48.297 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:43:48.297 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 19:43:48.297 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 19:43:48.297 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:43:48.297 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:43:48.297 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 19:43:48.297 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:43:48.297 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:43:48.297 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:43:48.297 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:43:48.297 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:43:48.297 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:43:48.297 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:43:48.297 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:43:48.297 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:43:48.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:43:48.297 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 19:43:48.297 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:43:48.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:48.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:43:48.298 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "TestClass.java"as the parent 19:43:48.298 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:43:48.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:48.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:48.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:48.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:48.299 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:43:48.299 INFO [WorkbenchTestable][AbstractStyledText] Insert text into styled text on line 7, column 0: System.out.print("Hello World"); 19:43:48.313 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') 19:43:48.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:48.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:48.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:48.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:48.314 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:43:48.315 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:48.323 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 19:43:48.323 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:48.323 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 19:43:48.323 INFO [WorkbenchTestable][AbstractEditor] Save editor 19:43:48.323 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass.java - Eclipse Platform 19:43:48.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:48.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:48.324 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass.java - Eclipse Platform' 19:43:48.324 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass.java - Eclipse Platform' 19:43:48.324 DEBUG [main][MenuItemLookup] Found menu:'File' 19:43:48.324 DEBUG [main][MenuItemLookup] Item match:File 19:43:48.325 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:43:48.325 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:43:48.325 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:43:48.325 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:43:48.325 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:48.325 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:43:48.325 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:43:48.325 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:48.325 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:43:48.325 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 19:43:48.325 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 19:43:48.325 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 19:43:48.325 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 19:43:48.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 19:43:48.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 19:43:48.357 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:48.358 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 19:43:48.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:43:48.358 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:48.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:43:48.358 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:48.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: "New Java Class"] 19:43:48.358 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:48.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:43:48.358 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:48.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:43:48.358 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:48.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:43:48.358 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:48.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: "New Java Class"] 19:43:48.358 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:48.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:43:48.359 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:48.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:43:48.359 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:48.359 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass.java - Eclipse Platform 19:43:48.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:48.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:48.359 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass.java - Eclipse Platform' 19:43:48.359 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass.java - Eclipse Platform' 19:43:48.359 DEBUG [main][MenuItemLookup] Found menu:'File' 19:43:48.359 DEBUG [main][MenuItemLookup] Item match:File 19:43:48.360 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:43:48.360 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:43:48.363 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 19:43:48.363 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:43:48.363 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:48.363 DEBUG [main][MenuItemLookup] Found menu:'Package' 19:43:48.363 DEBUG [main][MenuItemLookup] Found menu:'Class' 19:43:48.363 DEBUG [main][MenuItemLookup] Found menu:'Interface' 19:43:48.363 DEBUG [main][MenuItemLookup] Found menu:'Enum' 19:43:48.363 DEBUG [main][MenuItemLookup] Found menu:'Record' 19:43:48.363 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 19:43:48.363 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 19:43:48.363 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 19:43:48.363 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:43:48.363 DEBUG [main][MenuItemLookup] Found menu:'File' 19:43:48.363 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:43:48.363 DEBUG [main][MenuItemLookup] Found menu:'Task' 19:43:48.363 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 19:43:48.363 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:48.363 DEBUG [main][MenuItemLookup] Found menu:'Example...' 19:43:48.363 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:48.363 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:43:48.363 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:43:48.363 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:43:48.363 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:43:48.363 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:43:48.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 19:43:48.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 19:43:48.425 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:43:48.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:48.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:48.426 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:43:48.426 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:48.426 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 19:43:48.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:48.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:48.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:48.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:48.426 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:48.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:43:48.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:43:48.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 19:43:48.427 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:43:48.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:48.427 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:43:48.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:48.427 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:43:48.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 19:43:48.427 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:43:48.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:48.427 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:43:48.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:48.427 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:43:48.428 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 19:43:48.428 DEBUG [main][TreeItemHandler] Selecting tree item: Class 19:43:48.428 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 19:43:48.428 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 19:43:48.428 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:43:48.428 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:43:48.428 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) 19:43:48.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:48.428 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:48.429 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:48.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:48.429 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:48.429 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:43:48.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:48.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:48.429 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:48.429 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:48.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:43:48.484 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:48.484 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:48.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 19:43:48.484 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 19:43:48.484 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 19:43:48.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:48.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:48.485 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 19:43:48.485 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:48.485 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:") 19:43:48.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:48.485 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:48.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:48.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:48.489 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:43:48.489 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:43:48.490 INFO [WorkbenchTestable][AbstractText] Text set to: TestLoopClass 19:43:48.491 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:") 19:43:48.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:48.491 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:48.493 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:48.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:48.493 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:43:48.493 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:43:48.493 INFO [WorkbenchTestable][AbstractText] Text set to: test 19:43:48.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: 32, Matcher matching widgets with text that without mnenomic matches: is "public static void main(String[] args)") 19:43:48.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:48.494 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:48.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:48.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:48.495 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:48.496 INFO [WorkbenchTestable][CheckBox] Select checkbox public static &void main(String[] args) 19:43:48.496 INFO [WorkbenchTestable][CheckBox] Check checkbox public static &void main(String[] args) 19:43:48.496 INFO [WorkbenchTestable][AbstractButton] Click button public static &void main(String[] args) 19:43:48.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:48.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:48.496 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:48.496 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:48.496 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 19:43:48.496 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 19:43:48.496 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) 19:43:48.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:48.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:48.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:48.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:48.497 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:48.497 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:43:48.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:48.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:48.497 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:48.497 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:48.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:43:49.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:43:49.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:43:49.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 3 files to index (/Project)' is a system job, skipped 19:43:49.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 19:43:49.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:43:49.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:43:49.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 19:43:49.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:43:49.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:43:49.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:43:49.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:43:49.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:43:49.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:43:49.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:43:49.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:43:49.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:43:49.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:43:49.015 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 19:43:49.015 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:43:49.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:49.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:43:49.015 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "TestLoopClass.java"as the parent 19:43:49.015 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:43:49.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:49.015 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:49.016 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:49.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:49.016 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:43:49.016 INFO [WorkbenchTestable][AbstractStyledText] Insert text into styled text on line 7, column 0: int i = 0; while (true) {System.out.println(i++);} 19:43:49.021 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') 19:43:49.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:49.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:49.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:49.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:49.025 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:43:49.025 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:49.025 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 19:43:49.025 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:49.025 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 19:43:49.025 INFO [WorkbenchTestable][AbstractEditor] Save editor 19:43:49.025 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestLoopClass.java - Eclipse Platform 19:43:49.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:49.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:49.026 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestLoopClass.java - Eclipse Platform' 19:43:49.026 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestLoopClass.java - Eclipse Platform' 19:43:49.026 DEBUG [main][MenuItemLookup] Found menu:'File' 19:43:49.026 DEBUG [main][MenuItemLookup] Item match:File 19:43:49.027 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:43:49.027 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:43:49.027 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:43:49.027 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:43:49.027 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:49.027 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:43:49.027 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:43:49.027 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:49.027 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:43:49.027 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 19:43:49.027 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 19:43:49.027 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 19:43:49.027 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 19:43:49.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 19:43:49.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 19:43:49.055 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:49.055 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 19:43:49.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:43:49.055 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:49.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:43:49.056 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:49.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 Java Class"] 19:43:49.056 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:49.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:43:49.056 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:49.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:43:49.056 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:49.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:43:49.056 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:49.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 Java Class"] 19:43:49.056 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:49.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:43:49.056 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:49.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:43:49.056 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:49.057 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestLoopClass.java - Eclipse Platform 19:43:49.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:49.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:49.057 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestLoopClass.java - Eclipse Platform' 19:43:49.057 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestLoopClass.java - Eclipse Platform' 19:43:49.057 DEBUG [main][MenuItemLookup] Found menu:'File' 19:43:49.057 DEBUG [main][MenuItemLookup] Item match:File 19:43:49.058 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:43:49.058 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:43:49.060 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 19:43:49.060 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:43:49.060 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:49.060 DEBUG [main][MenuItemLookup] Found menu:'Package' 19:43:49.060 DEBUG [main][MenuItemLookup] Found menu:'Class' 19:43:49.060 DEBUG [main][MenuItemLookup] Found menu:'Interface' 19:43:49.060 DEBUG [main][MenuItemLookup] Found menu:'Enum' 19:43:49.060 DEBUG [main][MenuItemLookup] Found menu:'Record' 19:43:49.060 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 19:43:49.060 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 19:43:49.060 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 19:43:49.060 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:43:49.060 DEBUG [main][MenuItemLookup] Found menu:'File' 19:43:49.060 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:43:49.060 DEBUG [main][MenuItemLookup] Found menu:'Task' 19:43:49.060 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 19:43:49.060 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:49.060 DEBUG [main][MenuItemLookup] Found menu:'Example...' 19:43:49.060 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:49.060 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:43:49.060 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:43:49.060 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:43:49.060 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:43:49.060 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:43:49.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 19:43:49.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 19:43:49.119 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:43:49.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:49.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:49.120 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:43:49.120 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:49.121 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 19:43:49.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:49.121 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:49.121 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:49.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:49.121 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:49.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:43:49.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:43:49.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 19:43:49.122 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:43:49.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:49.122 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:43:49.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:49.122 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:43:49.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 19:43:49.122 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:43:49.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:49.122 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:43:49.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:49.122 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:43:49.122 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 19:43:49.122 DEBUG [main][TreeItemHandler] Selecting tree item: Class 19:43:49.122 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 19:43:49.123 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 19:43:49.123 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:43:49.123 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:43:49.123 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) 19:43:49.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:49.123 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:49.123 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:49.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:49.123 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:49.123 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:43:49.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:49.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:49.123 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:49.123 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:49.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:43:49.191 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:49.193 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:49.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 19:43:49.193 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 19:43:49.193 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 19:43:49.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:49.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:49.194 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 19:43:49.194 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:49.194 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:") 19:43:49.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:49.194 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:49.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:49.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:49.199 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:43:49.199 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:43:49.200 INFO [WorkbenchTestable][AbstractText] Text set to: TestLoopClass2 19:43: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.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Package:") 19:43:49.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:49.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:49.215 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:49.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:49.215 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:43:49.215 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:43:49.216 INFO [WorkbenchTestable][AbstractText] Text set to: test 19:43:49.217 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)") 19:43:49.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:49.217 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:49.217 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:49.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:49.218 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:49.222 INFO [WorkbenchTestable][CheckBox] Select checkbox public static &void main(String[] args) 19:43:49.222 INFO [WorkbenchTestable][CheckBox] Check checkbox public static &void main(String[] args) 19:43:49.222 INFO [WorkbenchTestable][AbstractButton] Click button public static &void main(String[] args) 19:43:49.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:49.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:49.222 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:49.222 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:49.222 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 19:43:49.222 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 19:43:49.222 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) 19:43:49.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:49.222 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:49.223 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:49.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:49.224 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:49.224 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:43:49.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:49.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:49.224 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:49.224 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:49.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:43:49.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:43:49.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:43:49.728 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:43:49.728 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 19:43:49.728 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:43:49.728 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:43:49.728 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:43:49.728 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:43:49.728 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:43:49.728 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:43:49.728 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:43:49.728 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:43:49.728 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:43:49.728 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:43:49.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:43:49.728 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 19:43:49.728 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:43:49.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:49.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:43:49.729 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "TestLoopClass2.java"as the parent 19:43:49.729 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:43:49.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:49.729 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:49.729 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:49.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:49.729 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:43:49.729 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();} 19:43:49.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 '\*?\QTestLoopClass2.java\E') 19:43:49.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:49.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:49.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:49.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:49.743 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:43:49.743 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:49.743 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 19:43:49.744 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:49.744 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 19:43:49.744 INFO [WorkbenchTestable][AbstractEditor] Save editor 19:43:49.744 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestLoopClass2.java - Eclipse Platform 19:43:49.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:49.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:49.744 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestLoopClass2.java - Eclipse Platform' 19:43:49.744 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestLoopClass2.java - Eclipse Platform' 19:43:49.744 DEBUG [main][MenuItemLookup] Found menu:'File' 19:43:49.744 DEBUG [main][MenuItemLookup] Item match:File 19:43:49.745 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:43:49.745 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:43:49.745 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:43:49.745 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:43:49.745 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:49.745 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:43:49.745 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:43:49.745 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:49.745 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:43:49.745 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 19:43:49.745 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 19:43:49.745 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 19:43:49.745 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 19:43:49.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 19:43:49.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 19:43:49.772 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:49.773 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 19:43:49.773 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:43:49.773 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:49.773 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:43:49.773 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:49.773 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 19:43:49.773 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:49.773 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:43:49.773 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:49.773 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:43:49.773 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:49.773 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:43:49.773 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:49.773 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 19:43:49.774 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:49.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:43:49.774 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:49.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:43:49.774 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:49.774 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestLoopClass2.java - Eclipse Platform 19:43:49.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:49.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:49.774 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestLoopClass2.java - Eclipse Platform' 19:43:49.774 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestLoopClass2.java - Eclipse Platform' 19:43:49.774 DEBUG [main][MenuItemLookup] Found menu:'File' 19:43:49.774 DEBUG [main][MenuItemLookup] Item match:File 19:43:49.775 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:43:49.775 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:43:49.777 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 19:43:49.777 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:43:49.777 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:49.777 DEBUG [main][MenuItemLookup] Found menu:'Package' 19:43:49.777 DEBUG [main][MenuItemLookup] Found menu:'Class' 19:43:49.777 DEBUG [main][MenuItemLookup] Found menu:'Interface' 19:43:49.777 DEBUG [main][MenuItemLookup] Found menu:'Enum' 19:43:49.777 DEBUG [main][MenuItemLookup] Found menu:'Record' 19:43:49.777 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 19:43:49.777 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 19:43:49.777 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 19:43:49.777 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:43:49.777 DEBUG [main][MenuItemLookup] Found menu:'File' 19:43:49.777 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:43:49.777 DEBUG [main][MenuItemLookup] Found menu:'Task' 19:43:49.777 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 19:43:49.777 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:49.777 DEBUG [main][MenuItemLookup] Found menu:'Example...' 19:43:49.777 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:49.777 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:43:49.777 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:43:49.777 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:43:49.777 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:43:49.777 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:43:49.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 'New|Select a wizard'] is available.... 19:43:49.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 19:43:49.835 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:43:49.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:49.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:49.836 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:43:49.836 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:49.836 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 19:43:49.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:49.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:49.837 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:49.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:49.837 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:49.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:43:49.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:43:49.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 19:43:49.838 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:43:49.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:49.838 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:43:49.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:49.838 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:43:49.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 19:43:49.838 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:43:49.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:49.838 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:43:49.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:49.838 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:43:49.838 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 19:43:49.838 DEBUG [main][TreeItemHandler] Selecting tree item: Class 19:43:49.838 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 19:43:49.838 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 19:43:49.838 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:43:49.838 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:43:49.839 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) 19:43:49.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:49.839 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:49.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:49.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:49.839 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:49.839 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:43:49.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:49.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:49.839 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:49.839 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:49.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:43:49.892 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:49.892 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:49.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 19:43:49.892 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 19:43:49.892 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 19:43:49.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:49.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:49.893 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 19:43:49.893 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:49.893 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:") 19:43:49.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:49.893 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:49.900 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:49.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:49.900 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:43:49.900 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:43:49.900 INFO [WorkbenchTestable][AbstractText] Text set to: TestClass1 19:43:49.901 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:") 19:43:49.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:49.901 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:49.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:49.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:49.916 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:43:49.916 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:43:49.917 INFO [WorkbenchTestable][AbstractText] Text set to: test 19:43:49.922 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)") 19:43:49.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:49.922 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:49.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:49.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:49.924 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:49.928 INFO [WorkbenchTestable][CheckBox] Select checkbox public static &void main(String[] args) 19:43:49.928 INFO [WorkbenchTestable][CheckBox] Check checkbox public static &void main(String[] args) 19:43:49.928 INFO [WorkbenchTestable][AbstractButton] Click button public static &void main(String[] args) 19:43:49.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:49.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:49.928 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:49.928 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:49.928 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 19:43:49.928 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 19:43:49.928 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) 19:43:49.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:49.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:49.929 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:49.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:49.930 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:49.930 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:43:49.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:49.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:49.930 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:49.930 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:49.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:43:50.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:43:50.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:43:50.434 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 19:43:50.434 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:43:50.434 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:43:50.434 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:43:50.434 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:43:50.434 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:43:50.434 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:43:50.434 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:43:50.434 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:43:50.434 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:43:50.434 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:43:50.434 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:43:50.434 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:43:50.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:43:50.434 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 19:43:50.434 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:43:50.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:50.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:43:50.434 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "TestClass1.java"as the parent 19:43:50.434 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:43:50.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:50.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:50.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:50.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:50.435 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:43:50.435 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();} 19:43:50.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 '\*?\QTestClass1.java\E') 19:43:50.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:50.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:50.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:50.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:50.459 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:43:50.459 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:50.459 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 19:43:50.459 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:50.460 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 19:43:50.460 INFO [WorkbenchTestable][AbstractEditor] Save editor 19:43:50.460 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass1.java - Eclipse Platform 19:43:50.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:50.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:50.460 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass1.java - Eclipse Platform' 19:43:50.460 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass1.java - Eclipse Platform' 19:43:50.460 DEBUG [main][MenuItemLookup] Found menu:'File' 19:43:50.460 DEBUG [main][MenuItemLookup] Item match:File 19:43:50.461 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:43:50.461 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:43:50.461 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:43:50.461 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:43:50.461 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:50.461 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:43:50.461 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:43:50.461 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:50.461 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:43:50.461 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 19:43:50.461 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 19:43:50.461 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 19:43:50.461 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 19:43:50.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 19:43:50.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 19:43:50.489 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:50.489 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 19:43:50.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:43:50.489 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:50.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:43:50.489 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:50.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 Java Class"] 19:43:50.489 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:50.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:43:50.490 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:50.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:43:50.490 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:50.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:43:50.490 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:50.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 Class"] 19:43:50.490 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:50.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:43:50.490 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:50.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:43:50.490 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:50.490 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass1.java - Eclipse Platform 19:43:50.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:50.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:50.491 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass1.java - Eclipse Platform' 19:43:50.491 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass1.java - Eclipse Platform' 19:43:50.491 DEBUG [main][MenuItemLookup] Found menu:'File' 19:43:50.491 DEBUG [main][MenuItemLookup] Item match:File 19:43:50.492 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:43:50.492 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:43:50.493 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 19:43:50.493 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:43:50.493 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:50.493 DEBUG [main][MenuItemLookup] Found menu:'Package' 19:43:50.493 DEBUG [main][MenuItemLookup] Found menu:'Class' 19:43:50.493 DEBUG [main][MenuItemLookup] Found menu:'Interface' 19:43:50.493 DEBUG [main][MenuItemLookup] Found menu:'Enum' 19:43:50.493 DEBUG [main][MenuItemLookup] Found menu:'Record' 19:43:50.493 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 19:43:50.493 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 19:43:50.493 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 19:43:50.493 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:43:50.493 DEBUG [main][MenuItemLookup] Found menu:'File' 19:43:50.493 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:43:50.493 DEBUG [main][MenuItemLookup] Found menu:'Task' 19:43:50.493 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 19:43:50.494 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:50.494 DEBUG [main][MenuItemLookup] Found menu:'Example...' 19:43:50.494 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:50.494 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:43:50.494 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:43:50.494 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:43:50.494 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:43:50.494 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:43:50.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 19:43:50.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 19:43:50.552 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:43:50.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:50.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:50.552 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:43:50.553 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:50.553 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 19:43:50.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:50.553 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:50.553 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:50.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:50.553 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:50.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:43:50.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:43:50.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 19:43:50.554 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:43:50.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:50.554 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:43:50.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:50.554 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:43:50.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 19:43:50.554 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:43:50.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:50.554 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:43:50.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:50.554 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:43:50.554 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 19:43:50.554 DEBUG [main][TreeItemHandler] Selecting tree item: Class 19:43:50.554 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 19:43:50.555 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 19:43:50.555 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:43:50.555 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:43:50.555 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) 19:43:50.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:50.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:50.555 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:50.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:50.555 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:50.556 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:43:50.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:50.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:50.556 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:50.556 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:50.618 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:43:50.618 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:50.618 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:50.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 19:43:50.619 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 19:43:50.619 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 19:43:50.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:50.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:50.619 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 19:43:50.619 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:43:50.620 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:") 19:43:50.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:50.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:50.624 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:50.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:50.625 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:43:50.625 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:43:50.625 INFO [WorkbenchTestable][AbstractText] Text set to: TestClass2 19:43:50.626 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:") 19:43:50.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:50.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:50.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:50.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:50.638 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:43:50.638 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:43:50.639 INFO [WorkbenchTestable][AbstractText] Text set to: test 19:43:50.640 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)") 19:43:50.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:50.640 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:50.641 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:50.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:50.641 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:50.642 INFO [WorkbenchTestable][CheckBox] Select checkbox public static &void main(String[] args) 19:43:50.642 INFO [WorkbenchTestable][CheckBox] Check checkbox public static &void main(String[] args) 19:43:50.642 INFO [WorkbenchTestable][AbstractButton] Click button public static &void main(String[] args) 19:43:50.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:50.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:50.642 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:50.642 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:50.642 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 19:43:50.642 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 19:43:50.642 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) 19:43:50.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:50.642 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:50.644 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:50.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:50.644 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:50.644 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:43:50.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:50.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:50.644 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:50.644 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:50.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:43:51.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:43:51.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:43:51.160 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:43:51.160 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:43:51.160 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 19:43:51.160 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Blocked Dialog' is a system job, skipped 19:43:51.160 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refreshing view' is a system job, skipped 19:43:51.160 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:43:51.160 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 19:43:51.160 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:43:51.160 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:43:51.160 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:43:51.160 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:43:51.160 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:43:51.160 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:43:51.160 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:43:51.160 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:43:51.160 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:43:51.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:43:51.160 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 19:43:51.160 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:43:51.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:51.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:43:51.161 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "TestClass2.java"as the parent 19:43:51.161 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:43:51.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:51.161 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:51.161 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:51.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:51.161 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:43:51.161 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();} 19:43:51.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 '\*?\QTestClass2.java\E') 19:43:51.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:51.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:51.172 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:51.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:51.172 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:43:51.172 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:51.172 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 19:43:51.172 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:51.172 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 19:43:51.173 INFO [WorkbenchTestable][AbstractEditor] Save editor 19:43:51.173 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:43:51.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:51.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:51.173 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:43:51.173 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:43:51.173 DEBUG [main][MenuItemLookup] Found menu:'File' 19:43:51.173 DEBUG [main][MenuItemLookup] Item match:File 19:43:51.174 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:43:51.174 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:43:51.174 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:43:51.174 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:43:51.174 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:51.174 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:43:51.174 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:43:51.174 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:51.174 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:43:51.174 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 19:43:51.174 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 19:43:51.174 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 19:43:51.174 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 19:43:51.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 19:43:51.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 19:43:51.200 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:51.200 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 19:43:51.200 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:43:51.200 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:43:51.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:51.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:43:51.212 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:43:51.212 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:43:51.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:51.213 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:43:51.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:51.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:51.213 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:43:51.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:51.713 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:43:52.214 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:52.214 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:43:52.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:43:52.215 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:43:52.215 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:43:52.216 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:52.216 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:43:52.216 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:43:52.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:52.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:52.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:52.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:52.216 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:52.216 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 19:43:52.216 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 19:43:52.216 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Project 19:43:52.216 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 19:43:52.216 DEBUG [main][TreeItemHandler] Selecting tree item: Project 19:43:52.217 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 19:43:52.218 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 19:43:52.218 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:52.222 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:43:52.222 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:43:52.222 INFO [WorkbenchTestable][RequirementsRunner] Started test: testConsoleSwitching no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 19:43:52.222 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 19:43:52.222 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:43:52.222 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:43:52.222 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:43:52.222 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:52.226 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:43:52.226 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' view via menu. 19:43:52.226 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:43:52.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:52.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:52.227 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:43:52.227 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:43:52.227 DEBUG [main][MenuItemLookup] Found menu:'File' 19:43:52.227 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:43:52.227 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:43:52.227 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 19:43:52.227 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:43:52.227 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:43:52.227 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:43:52.227 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:43:52.227 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:43:52.227 DEBUG [main][MenuItemLookup] Item match:Window 19:43:52.230 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:43:52.230 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:43:52.230 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:43:52.230 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:52.230 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:43:52.230 DEBUG [main][MenuItemLookup] Item match:Show View 19:43:52.234 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 19:43:52.234 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 19:43:52.234 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 19:43:52.234 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 19:43:52.234 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 19:43:52.234 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 19:43:52.234 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 19:43:52.234 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 19:43:52.234 DEBUG [main][MenuItemLookup] Found menu:'Progress' 19:43:52.234 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 19:43:52.234 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 19:43:52.234 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 19:43:52.234 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 19:43:52.234 DEBUG [main][MenuItemLookup] Found menu:'Templates' 19:43:52.234 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 19:43:52.234 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:52.234 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 19:43:52.234 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 19:43:52.250 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 19:43:52.250 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 19:43:52.250 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 19:43:52.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 19:43:52.309 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 19:43:52.309 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 19:43:52.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:52.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:52.310 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 19:43:52.310 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:43:52.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:52.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:43:52.310 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:43:52.310 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:43:52.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:52.310 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:52.311 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:52.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:52.311 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:52.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:43:52.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:43:52.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:43:52.311 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:43:52.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:52.312 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:43:52.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:52.312 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:43:52.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:43:52.312 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:43:52.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:52.312 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:43:52.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:52.312 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:43:52.312 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 19:43:52.312 DEBUG [main][TreeItemHandler] Selecting tree item: Console 19:43:52.312 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 19:43:52.312 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 19:43:52.312 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:43:52.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:52.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:43:52.312 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:43:52.312 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:43:52.312 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:52.313 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:52.313 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:43:52.313 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:43:52.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:52.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:43:52.313 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:43:52.313 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:43:52.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:52.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:52.313 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:52.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:52.313 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:43:52.313 INFO [WorkbenchTestable][AbstractButton] Click button &Open 19:43:52.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:43:52.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:43:52.313 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:43:52.313 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:52.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:43:52.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:43:52.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.console.ConsoleView' view is open... 19:43:52.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:52.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:52.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.console.ConsoleView' view is open finished successfully 19:43:52.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:52.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:52.355 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:43:52.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:52.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:52.356 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:43:52.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 '\*?\QConsole\E') 19:43:52.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:52.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:52.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:52.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:52.390 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:43:52.390 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:43:52.390 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:43:52.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:52.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:43:52.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:43:52.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:43:52.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:52.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:52.396 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:43:52.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:52.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:52.399 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:43:52.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:52.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:52.399 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:43: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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 19:43:52.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:52.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:52.401 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:52.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:52.401 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:43:52.402 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:43:52.402 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems (Eclipse:2191): Gtk-CRITICAL **: 19:43:52.403: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 19:43:52.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:52.429 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:43:52.430 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:43:52.430 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:43:52.431 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:52.431 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:43:52.431 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:43:52.432 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:43:52.432 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:43:52.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:52.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:43:52.433 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:43:52.434 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:43:52.434 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:43:52.434 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 19:43:52.434 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Mar 10, 2021, 7:41:23 PM – 7:41:27 PM))' 19:43:52.434 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 19:43:52.434 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Mar 10, 2021, 7:41:23 PM – 7:41:27 PM))' 19:43:52.434 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:43:52.434 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:43:52.434 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:43:52.434 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:43:52.434 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:43:52.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 19:43:53.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 19:43:53.437 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:43:53.437 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:43:53.438 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:43:53.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:53.439 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:43:53.439 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:43:53.439 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:43:53.439 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:43:53.439 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 19:43:53.439 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Mar 10, 2021, 7:41:23 PM – 7:41:27 PM))' 19:43:53.440 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 19:43:53.440 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Mar 10, 2021, 7:41:23 PM – 7:41:27 PM))' 19:43:53.440 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:43:53.440 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:43:53.440 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:43:53.440 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:43:53.440 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:43:53.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 19:43:53.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 19:43:53.441 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:43:53.441 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:43:53.442 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:53.442 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:43:53.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 19:43:53.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:53.442 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:53.442 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:53.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:53.442 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:53.442 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 19:43:53.442 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 19:43:53.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:53.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:53.943 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 19:43:53.944 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 19:43:53.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:53.944 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 19:43:53.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:53.945 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 19:43:53.945 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:43:53.945 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:43:53.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:53.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:43:53.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 19:43:53.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:53.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:53.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:53.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:53.947 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:53.947 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (4 items) and wait with time period 1 19:43:53.947 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (4 items) 19:43:53.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:54.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:54.447 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (4 items) 19:43:54.449 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (4 items) 19:43:54.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:54.449 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (4 items) is already expanded. No action performed 19:43:54.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:54.449 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (4 items) ### There are problems in problems view 19:43:54.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:54.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:54.453 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:43:54.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:54.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:54.454 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:43:54.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 '\*?\QProblems\E') 19:43:54.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:54.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:54.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:54.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:54.456 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:43:54.456 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:43:54.456 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:43:54.457 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:54.457 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:43:54.457 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:43:54.457 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:43:54.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 19:43:54.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:54.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:54.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:54.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:54.457 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:54.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 19:43:54.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:54.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:54.470 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:54.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:54.470 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:54.471 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:54.473 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:54.473 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:43:54.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:54.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:54.474 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:43:54.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 '\*?\QProblems\E') 19:43:54.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:54.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:54.488 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:54.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:54.488 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:43:54.488 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:43:54.488 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:43:54.488 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:54.488 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:43:54.488 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:43:54.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:43:54.489 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:43:54.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:54.489 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:54.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:54.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:54.489 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:54.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 19:43:54.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:54.490 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:54.490 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:54.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:54.490 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found Errors pom.xml Plugin execution not covered by lifecycle configuration: org.apache.felix:maven-bundle-plugin:2.4.0:cleanVersions (execution: cleanVersions, phase: generate-sources) 19:43:54.490 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:54.505 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:54.505 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:43:54.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:54.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:54.505 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:43:54.505 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:43:54.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:54.506 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:54.520 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:54.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:54.520 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:43:54.520 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:43:54.520 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:43:54.521 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:54.521 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:43:54.521 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:43:54.521 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:43:54.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 19:43:54.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:54.521 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:54.521 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:54.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:54.521 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:54.522 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:43:54.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:54.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:54.523 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:54.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:54.523 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:54.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:54.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:54.537 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:43:54.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:54.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:54.537 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:43:54.537 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:43:54.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:54.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:54.540 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:54.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:54.540 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:43:54.540 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:43:54.540 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:43:54.541 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:54.541 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:43:54.541 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:43:54.541 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:43:54.541 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:43:54.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:54.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:54.553 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:54.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:54.553 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:54.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 19:43:54.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:54.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:54.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:54.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:54.554 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found Warnings maven-test-project Build path specifies execution environment J2SE-1.5. There are no JREs installed in the workspace that are strictly compatible with this environment. 19:43:54.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:54.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:54.557 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:43:54.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:54.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:54.557 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:43:54.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 '\*?\QProblems\E') 19:43:54.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:54.558 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:54.572 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:54.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:54.572 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:43:54.572 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:43:54.572 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:43:54.573 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:54.573 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:43:54.573 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:43:54.573 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:43:54.573 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:43:54.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:54.573 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:54.573 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:54.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:54.573 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:54.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 19:43:54.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:54.574 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:54.574 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:54.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:54.574 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:54.574 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:54.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:54.588 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:43:54.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:54.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:54.588 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:43:54.589 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:43:54.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:54.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:54.591 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:54.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:54.591 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:43:54.591 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:43:54.591 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:43:54.592 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:54.604 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:43:54.604 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:43:54.604 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:43:54.604 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:43:54.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:54.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:54.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:54.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:54.604 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:54.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 19:43:54.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:54.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:54.606 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:54.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:54.606 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found Warnings maven-wrong-project Build path specifies execution environment J2SE-1.5. There are no JREs installed in the workspace that are strictly compatible with this environment. 19:43:54.606 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:54.608 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:54.608 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:43:54.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:54.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:54.620 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:43:54.621 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:43:54.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:54.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:54.623 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:54.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:54.623 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:43:54.624 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:43:54.624 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:43:54.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:54.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:43:54.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:43:54.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:43:54.624 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:43:54.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:54.624 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:54.625 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:54.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:54.625 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:54.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 19:43:54.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:54.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:54.626 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:54.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:54.626 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:54.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:54.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:54.629 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:43:54.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:54.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:54.629 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:43:54.629 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:43:54.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:54.629 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:54.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:54.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:54.632 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:43:54.632 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:43:54.632 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:43:54.633 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:54.633 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:43:54.633 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:43:54.633 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:43:54.633 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:43:54.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:54.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:54.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:54.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:54.633 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:54.634 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:43:54.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:54.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:54.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:54.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:54.635 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found Warnings maven-test-project The compiler compliance specified is 1.5 but a JRE 11 is used 19:43:54.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:54.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:54.638 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:43:54.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:54.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:54.638 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:43:54.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 '\*?\QProblems\E') 19:43:54.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:54.638 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:54.641 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:54.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:54.641 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:43:54.656 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:43:54.656 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:43:54.656 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:54.656 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:43:54.656 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:43:54.656 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:43:54.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 19:43:54.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:54.657 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:54.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:54.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:54.657 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:54.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 19:43:54.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:54.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:54.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:54.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:54.669 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:54.670 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:54.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:54.672 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:43:54.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:54.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:54.673 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:43:54.673 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:43:54.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:54.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:54.687 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:54.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:54.687 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:43:54.688 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:43:54.688 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:43:54.688 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:54.688 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:43:54.688 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:43:54.688 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:43:54.688 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:43:54.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:54.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:54.689 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:54.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:54.689 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:54.690 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:43:54.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:54.690 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:54.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:54.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:54.690 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found Warnings maven-wrong-project The compiler compliance specified is 1.5 but a JRE 11 is used 19:43:54.703 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 19:43:54.819 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 19:43:54.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:54.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:54.820 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:43:54.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:54.821 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:54.821 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:43:54.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:54.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:54.821 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:43:54.821 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:43:54.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:54.821 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:54.822 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:54.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:54.822 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:43:54.822 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:43:54.822 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:43:54.832 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:54.833 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:43:54.833 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:43:54.833 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:43:54.833 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:54.833 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:43:54.833 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:43:54.833 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:43:54.834 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:54.834 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:43:54.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:54.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:54.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:43:55.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:55.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:43:55.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:55.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:43:55.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:43:55.836 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:43:55.836 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:43:55.837 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:55.837 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:43:55.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.ctab.DefaultCTabItem, index 0 and no matchers specified 19:43:55.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:55.837 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:55.837 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:55.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:55.837 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:55.837 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 19:43:55.837 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 19:43:55.837 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Project 19:43:55.838 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 19:43:55.838 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item Project 19:43:55.838 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Project 19:43:55.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:55.838 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Project is already expanded. No action performed 19:43:55.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:55.838 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Project 19:43:55.839 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 19:43:55.839 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:43:55.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:55.839 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:43:55.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:55.839 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:43:55.839 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass1.java of tree item test 19:43:55.839 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 19:43:55.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:55.839 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 19:43:55.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:55.839 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 19:43:55.839 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass1.java 19:43:55.839 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass1.java 19:43:55.839 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass1.java about selection 19:43:55.841 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass1.java 19:43:55.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:55.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:43:55.841 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:43:55.841 DEBUG [main][MenuItemLookup] Found menu:'File' 19:43:55.841 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:43:55.841 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:43:55.841 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 19:43:55.841 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:43:55.841 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:43:55.841 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:43:55.841 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:43:55.841 DEBUG [main][MenuItemLookup] Item match:Run 19:43:55.842 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 19:43:55.842 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 19:43:55.842 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:55.842 DEBUG [main][MenuItemLookup] Found menu:'Run History' 19:43:55.842 DEBUG [main][MenuItemLookup] Found menu:'Run As' 19:43:55.842 DEBUG [main][MenuItemLookup] Item match:Run As 19:43:55.853 DEBUG [main][MenuItemLookup] Found menu:'1 Run on Server Shift+Alt+X R' 19:43:55.853 DEBUG [main][MenuItemLookup] Found menu:'2 Java Application Shift+Alt+X J' 19:43:55.853 DEBUG [main][MenuItemLookup] Item match:2 Java Application Shift+Alt+X J 19:43:55.857 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&2 Java Application Shift+Alt+X J" 19:43:55.857 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 2 Java Application Shift+Alt+X J 19:43:55.857 INFO [main][MenuItemHandler] Select menu item: &2 Java Application Shift+Alt+X J 19:43:55.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass1.*'... 19:43:55.892 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:55.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:55.895 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:43:55.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:55.900 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:55.900 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:43:55.900 WARNING [main][ShellHandler] Shell is not focused 19:43:55.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:55.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:55.900 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:43:55.900 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:43:55.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:55.900 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:55.903 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:55.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:55.903 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:43:55.903 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:43:55.903 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:43:55.919 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:55.919 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 19:43:55.919 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:43:55.919 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:43:55.920 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:43:55.920 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:43:55.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:55.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 19:43:55.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:43:55.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:43:55.921 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:55.921 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:56.421 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:43:56.422 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:43:56.422 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:43:56.423 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:56.423 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World1 TooltipText=null 19:43:56.423 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:43:56.424 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:43:56.424 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:56.424 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World1 TooltipText=null 19:43:56.424 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:56.424 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:56.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass1.*' finished successfully 19:43:56.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:43:56.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is a system job, skipped 19:43:56.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 19:43:56.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 19:43:56.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:43:56.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:43:56.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:43:56.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:43:56.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:43:56.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:43:56.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:43:56.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:43:56.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:43:56.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:43:56.425 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:43:56.425 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:43:56.425 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:56.425 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World1 TooltipText=null 19:43:56.426 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") 19:43:56.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:56.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:56.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:56.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:56.426 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:43:56.426 INFO [WorkbenchTestable][AbstractToolItem] Unclick tool item Show Console When Standard Out Changes 19:43:56.427 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Console When Standard Out Changes 19:43:56.427 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 19:43:56.427 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:56.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:56.429 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:56.429 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:43:56.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:56.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:56.433 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:43:56.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:56.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:56.433 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:43:56.433 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:43:56.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:56.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:56.436 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:56.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:56.436 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:43:56.436 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:43:56.436 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems (Eclipse:2191): Gtk-CRITICAL **: 19:43:56.438: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 19:43:56.463 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:56.463 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:43:56.463 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:43:56.464 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:43:56.464 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:56.464 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:43:56.464 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:43:56.464 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:43:56.464 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:43:56.465 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:56.465 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:43:56.465 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:43:56.465 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:43:56.466 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:43:56.466 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 19:43:56.466 TRACE [main][WorkbenchPartLookup] Found view 'Console (TestClass1 [Java Application] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Mar 10, 2021, 7:43:56 PM))' 19:43:56.466 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 19:43:56.466 TRACE [main][WorkbenchPartLookup] Found view 'Console (TestClass1 [Java Application] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Mar 10, 2021, 7:43:56 PM))' 19:43:56.466 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:43:56.466 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:43:56.466 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:43:56.466 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:43:56.466 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:43:56.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 19:43:57.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 19:43:57.467 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:43:57.467 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:43:57.467 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:43:57.468 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:57.468 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:43:57.468 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:43:57.468 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:43:57.468 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:43:57.469 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 19:43:57.469 TRACE [main][WorkbenchPartLookup] Found view 'Console (TestClass1 [Java Application] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Mar 10, 2021, 7:43:56 PM))' 19:43:57.469 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 19:43:57.469 TRACE [main][WorkbenchPartLookup] Found view 'Console (TestClass1 [Java Application] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Mar 10, 2021, 7:43:56 PM))' 19:43:57.469 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:43:57.469 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:43:57.469 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:43:57.469 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:43:57.469 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:43:57.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 19:43:57.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 19:43:57.469 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:43:57.469 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:43:57.469 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:57.469 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:43:57.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 19:43:57.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:57.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:57.470 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:57.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:57.470 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:57.470 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 19:43:57.470 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 19:43:57.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:57.470 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 19:43:57.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:57.470 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 19:43:57.470 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 19:43:57.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:57.470 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 19:43:57.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:57.470 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 19:43:57.470 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:43:57.470 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:43:57.471 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:57.471 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:43:57.471 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:43:57.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:57.471 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:57.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:57.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:57.471 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:57.471 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (4 items) and wait with time period 1 19:43:57.471 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (4 items) 19:43:57.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:57.471 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (4 items) is already expanded. No action performed 19:43:57.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:57.471 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (4 items) 19:43:57.471 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (4 items) 19:43:57.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:57.471 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (4 items) is already expanded. No action performed 19:43:57.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:57.471 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (4 items) ### There are problems in problems view 19:43:57.471 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:57.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:57.474 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:43:57.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:57.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:57.474 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:43:57.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 '\*?\QProblems\E') 19:43:57.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:57.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:57.477 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:57.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:57.477 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:43:57.477 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:43:57.477 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:43:57.490 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:57.490 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:43:57.490 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:43:57.490 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:43:57.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 19:43:57.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:57.490 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:57.491 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:57.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:57.491 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:57.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 19:43:57.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:57.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:57.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:57.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:57.492 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:57.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:57.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:57.507 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:43:57.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:57.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:57.507 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:43:57.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 '\*?\QProblems\E') 19:43:57.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:57.507 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:57.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:57.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:57.510 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:43:57.510 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:43:57.510 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:43:57.523 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:57.523 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:43:57.523 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:43:57.523 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:43:57.523 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:43:57.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:57.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:57.523 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:57.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:57.523 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:57.524 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:43:57.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:57.524 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:57.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:57.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:57.525 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found Errors pom.xml Plugin execution not covered by lifecycle configuration: org.apache.felix:maven-bundle-plugin:2.4.0:cleanVersions (execution: cleanVersions, phase: generate-sources) 19:43:57.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:57.539 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:57.539 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:43:57.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:57.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:57.540 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:43:57.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') 19:43:57.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:57.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:57.542 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:57.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:57.542 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:43:57.542 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:43:57.542 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:43:57.543 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:57.543 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:43:57.543 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:43:57.543 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:43:57.543 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:43:57.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:57.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:57.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:57.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:57.543 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:57.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 19:43:57.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:57.557 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:57.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:57.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:57.557 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:57.557 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:57.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:57.560 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:43:57.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:57.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:57.560 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:43:57.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 '\*?\QProblems\E') 19:43:57.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:57.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:57.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:57.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:57.563 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:43:57.563 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:43:57.563 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:43:57.563 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:57.563 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:43:57.563 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:43:57.563 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:43:57.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 19:43:57.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:57.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:57.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:57.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:57.564 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:57.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 19:43:57.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:57.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:57.565 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:57.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:57.565 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found Warnings maven-test-project Build path specifies execution environment J2SE-1.5. There are no JREs installed in the workspace that are strictly compatible with this environment. 19:43:57.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:57.568 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:57.568 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:43:57.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:57.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:57.568 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:43:57.568 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:43:57.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:57.568 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:57.570 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:57.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:57.570 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:43:57.570 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:43:57.570 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:43:57.571 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:57.571 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:43:57.571 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:43:57.571 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:43:57.571 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:43:57.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:57.571 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:57.571 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:57.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:57.571 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:57.572 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:43:57.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:57.572 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:57.572 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:57.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:57.572 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:57.572 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:57.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:57.587 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:43:57.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:57.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:57.588 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:43:57.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') 19:43:57.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:57.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:57.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:57.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:57.603 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:43:57.603 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:43:57.604 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:43:57.604 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:57.604 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:43:57.604 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:43:57.604 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:43:57.604 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:43:57.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:57.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:57.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:57.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:57.604 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:57.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 19:43:57.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:57.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:57.606 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:57.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:57.606 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found Warnings maven-wrong-project Build path specifies execution environment J2SE-1.5. There are no JREs installed in the workspace that are strictly compatible with this environment. 19:43:57.606 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:57.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:57.620 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:43:57.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:57.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:57.621 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:43:57.621 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:43:57.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:57.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:57.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:57.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:57.635 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:43:57.636 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:43:57.636 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:43:57.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:57.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:43:57.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:43:57.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:43:57.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 19:43:57.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:57.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:57.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:57.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:57.637 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:57.638 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:43:57.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:57.638 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:57.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:57.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:57.638 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:57.638 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:57.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:57.653 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:43:57.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:57.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:57.653 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:43:57.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') 19:43:57.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:57.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:57.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:57.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:57.656 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:43:57.668 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:43:57.668 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:43:57.669 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:57.669 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:43:57.669 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:43:57.669 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:43:57.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 19:43:57.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:57.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:57.670 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:57.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:57.670 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:57.671 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:43:57.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:57.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:57.671 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:57.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:57.671 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found Warnings maven-test-project The compiler compliance specified is 1.5 but a JRE 11 is used 19:43:57.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:57.686 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:57.686 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:43:57.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:57.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:57.686 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:43:57.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 '\*?\QProblems\E') 19:43:57.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:57.686 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:57.689 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:57.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:57.689 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:43:57.689 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:43:57.689 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:43:57.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:57.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:43:57.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:43:57.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:43:57.690 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:43:57.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:57.690 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:57.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:57.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:57.702 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:57.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 19:43:57.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:57.703 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:57.703 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:57.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:57.703 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:57.704 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:57.718 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:57.718 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:43:57.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:57.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:57.718 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:43:57.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') 19:43:57.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:57.718 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:57.721 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:57.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:57.721 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:43:57.721 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:43:57.722 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:43:57.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:57.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:43:57.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:43:57.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:43:57.722 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:43:57.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:57.722 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:57.723 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:57.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:57.723 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:57.741 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:43:57.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:57.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:57.741 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:57.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:57.741 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found Warnings maven-wrong-project The compiler compliance specified is 1.5 but a JRE 11 is used 19:43:57.742 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 19:43:57.820 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 19:43:57.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:57.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:57.820 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:43:57.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:57.821 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:57.821 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:43:57.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:57.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:57.821 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:43:57.821 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:43:57.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:57.821 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:57.822 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:57.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:57.822 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:43:57.822 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:43:57.822 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:43:57.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:57.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:43:57.831 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:43:57.831 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:43:57.832 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:57.832 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:43:57.832 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:43:57.832 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:43:57.833 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:57.833 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:43:57.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:57.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:57.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:43:58.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:58.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:43:58.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:58.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:43:58.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:43:58.835 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:43:58.835 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:43:58.836 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:58.836 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:43:58.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 19:43:58.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:58.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:58.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:58.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:58.836 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:43:58.836 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 19:43:58.836 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 19:43:58.836 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Project 19:43:58.837 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 19:43:58.837 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item Project 19:43:58.837 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Project 19:43:58.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:58.837 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Project is already expanded. No action performed 19:43:58.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:58.837 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Project 19:43:58.837 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 19:43:58.837 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:43:58.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:58.837 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:43:58.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:58.837 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:43:58.837 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass2.java of tree item test 19:43:58.837 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 19:43:58.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:43:58.837 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 19:43:58.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:43:58.837 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 19:43:58.838 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass2.java 19:43:58.838 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass2.java 19:43:58.838 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass2.java about selection 19:43:58.839 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass2.java 19:43:58.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:58.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:43:58.839 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:43:58.839 DEBUG [main][MenuItemLookup] Found menu:'File' 19:43:58.839 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:43:58.839 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:43:58.839 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 19:43:58.839 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:43:58.839 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:43:58.839 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:43:58.839 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:43:58.839 DEBUG [main][MenuItemLookup] Item match:Run 19:43:58.840 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 19:43:58.840 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 19:43:58.840 DEBUG [main][MenuItemLookup] Found menu:'' 19:43:58.840 DEBUG [main][MenuItemLookup] Found menu:'Run History' 19:43:58.840 DEBUG [main][MenuItemLookup] Found menu:'Run As' 19:43:58.840 DEBUG [main][MenuItemLookup] Item match:Run As 19:43:58.840 DEBUG [main][MenuItemLookup] Found menu:'1 Run on Server Shift+Alt+X R' 19:43:58.840 DEBUG [main][MenuItemLookup] Found menu:'2 Java Application Shift+Alt+X J' 19:43:58.840 DEBUG [main][MenuItemLookup] Item match:2 Java Application Shift+Alt+X J 19:43:58.840 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&2 Java Application Shift+Alt+X J" 19:43:58.840 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 2 Java Application Shift+Alt+X J 19:43:58.840 INFO [main][MenuItemHandler] Select menu item: &2 Java Application Shift+Alt+X J 19:43:58.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass2.*'... 19:43:58.878 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:43:58.878 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:43:58.878 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:43:58.921 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:58.921 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World1 TooltipText=null 19:43:58.922 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:43:58.922 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:43:58.922 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:58.922 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World1 TooltipText=null 19:43:58.922 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:58.923 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:59.423 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:43:59.423 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:43:59.423 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:43:59.424 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:59.424 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World2 TooltipText=null 19:43:59.424 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:43:59.424 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:43:59.425 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:59.425 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World2 TooltipText=null 19:43:59.425 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:59.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:59.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass2.*' finished successfully 19:43:59.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:43:59.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is a system job, skipped 19:43:59.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is a system job, skipped 19:43:59.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 19:43:59.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:43:59.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:43:59.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:43:59.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:43:59.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:43:59.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:43:59.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:43:59.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:43:59.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:43:59.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:43:59.425 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:43:59.426 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:43:59.426 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:59.426 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World2 TooltipText=null 19:43:59.427 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") 19:43:59.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:59.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:59.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:59.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:59.427 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:43:59.428 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 19:43:59.428 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:59.443 DEBUG [main][MenuItemLookup] Found menu:'1 TestClass1 [Java Application] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Mar 10, 2021, 7:43:56 PM)' 19:43:59.443 DEBUG [main][MenuItemLookup] Item match:1 TestClass1 [Java Application] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Mar 10, 2021, 7:43:56 PM) 19:43:59.444 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&1 TestClass1 [Java Application] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Mar 10, 2021, 7:43:56 PM)" 19:43:59.444 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 1 TestClass1 [Java Application] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Mar 10, 2021, 7:43:56 PM) 19:43:59.444 INFO [main][MenuItemHandler] Select menu item: &1 TestClass1 [Java Application] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Mar 10, 2021, 7:43:56 PM) 19:43:59.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass1.*'... 19:43:59.459 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:43:59.459 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:43:59.459 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:43:59.460 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:59.460 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World1 TooltipText=null 19:43:59.460 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:43:59.460 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:43:59.460 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:59.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World1 TooltipText=null 19:43:59.461 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:59.461 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:59.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass1.*' finished successfully 19:43:59.461 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:43:59.461 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:43:59.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:59.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World1 TooltipText=null 19:43:59.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:59.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:59.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:59.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:59.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 19:43:59.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:59.463 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:59.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 19:43:59.463 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 19:43:59.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:59.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:59.463 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:59.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:59.463 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:43:59.463 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:43:59.463 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:43:59.464 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:59.464 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World1 TooltipText=null 19:43:59.464 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") 19:43:59.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:59.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:59.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:59.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:59.465 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:43:59.465 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 19:43:59.465 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:59.480 DEBUG [main][MenuItemLookup] Found menu:'1 TestClass1 [Java Application] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Mar 10, 2021, 7:43:56 PM)' 19:43:59.480 DEBUG [main][MenuItemLookup] Found menu:'2 TestClass2 [Java Application] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Mar 10, 2021, 7:43:58 PM)' 19:43:59.480 DEBUG [main][MenuItemLookup] Item match:2 TestClass2 [Java Application] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Mar 10, 2021, 7:43:58 PM) 19:43:59.480 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&2 TestClass2 [Java Application] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Mar 10, 2021, 7:43:58 PM)" 19:43:59.480 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 2 TestClass2 [Java Application] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Mar 10, 2021, 7:43:58 PM) 19:43:59.480 INFO [main][MenuItemHandler] Select menu item: &2 TestClass2 [Java Application] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Mar 10, 2021, 7:43:58 PM) 19:43:59.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass2.*'... 19:43:59.495 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:43:59.495 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:43:59.495 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:43:59.496 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:59.496 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World2 TooltipText=null 19:43:59.496 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:43:59.496 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:43:59.497 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:59.497 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World2 TooltipText=null 19:43:59.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:59.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:59.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass2.*' finished successfully 19:43:59.497 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:43:59.497 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:43:59.498 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:59.498 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World2 TooltipText=null 19:43:59.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:59.498 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:59.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:59.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:59.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 19:43:59.498 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:59.499 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:59.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 19:43:59.499 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 19:43:59.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:59.499 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:59.499 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:59.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:59.499 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:43:59.499 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:43:59.499 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:43:59.500 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:59.500 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World2 TooltipText=null 19:43:59.500 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") 19:43:59.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:59.500 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:59.500 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:59.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:59.500 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:43:59.500 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Console When Standard Out Changes 19:43:59.500 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Console When Standard Out Changes 19:43:59.500 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 19:43:59.500 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:59.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:59.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:59.503 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:43:59.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:59.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:59.506 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:43:59.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:59.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:59.507 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:43:59.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 '\*?\QConsole\E') 19:43:59.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:59.507 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:59.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:59.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:59.510 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:43:59.510 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:43:59.510 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:43:59.510 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:59.510 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:43:59.510 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:43:59.510 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:43:59.510 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:43:59.510 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:43:59.511 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:59.511 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:43:59.511 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:43:59.511 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:43:59.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:59.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:59.511 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:43:59.511 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:43:59.523 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:59.523 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:43:59.523 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:43:59.523 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:43:59.523 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") 19:43:59.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:59.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:59.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:59.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:59.524 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:43:59.524 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Console When Standard Out Changes 19:43:59.524 INFO [WorkbenchTestable][AbstractView] Terminating console 19:43:59.524 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:43:59.524 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:43:59.524 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:59.525 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.ToolBar Text= TooltipText=null 19:43:59.525 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:43:59.525 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:43:59.525 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") 19:43:59.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:59.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:59.525 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:59.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:59.525 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:43:59.525 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Terminate 19:43:59.525 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 19:43:59.525 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:59.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated... 19:43:59.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:59.546 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:59.546 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:43:59.546 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:59.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:59.549 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:43:59.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:59.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:59.549 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:43:59.549 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:43:59.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:59.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:59.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:59.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:59.590 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:43:59.590 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:43:59.590 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:43:59.591 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:59.591 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:43:59.591 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:43:59.591 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:43:59.591 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:43:59.591 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:43:59.591 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:59.592 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:43:59.592 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:43:59.592 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:43:59.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:59.592 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:59.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated finished successfully 19:43:59.592 INFO [WorkbenchTestable][AbstractView] Console terminated 19:43:59.592 INFO [WorkbenchTestable][AbstractView] Removing launch from console 19:43:59.592 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:43:59.592 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:43:59.593 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:59.593 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:43:59.593 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:43:59.593 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:43:59.593 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") 19:43:59.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:59.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:59.594 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:59.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:59.594 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:43:59.594 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove Launch 19:43:59.594 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 19:43:59.594 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:59.605 INFO [WorkbenchTestable][AbstractView] Launch removed 19:43:59.634 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:43:59.634 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:43:59.635 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:59.635 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.ToolBar Text= TooltipText=null 19:43:59.635 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:43:59.635 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:43:59.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:59.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:59.635 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:43:59.635 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:43:59.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:59.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.ToolBar Text= TooltipText=null 19:43:59.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:43:59.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:43:59.636 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") 19:43:59.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:59.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:59.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:59.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:59.637 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:43:59.637 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Console When Standard Out Changes 19:43:59.637 INFO [WorkbenchTestable][AbstractView] Terminating console 19:43:59.637 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:43:59.637 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:43:59.637 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:59.637 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World1 TooltipText=null 19:43:59.638 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") 19:43:59.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:59.638 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:59.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:59.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:59.638 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:43:59.638 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Terminate 19:43:59.638 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 19:43:59.638 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:59.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated... 19:43:59.638 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:59.641 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:59.641 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:43:59.641 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:59.650 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:59.650 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:43:59.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:59.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:59.651 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:43:59.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 '\*?\QConsole\E') 19:43:59.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:59.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:59.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:59.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:59.654 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:43:59.654 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:43:59.654 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:43:59.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:59.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:43:59.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:43:59.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:43:59.655 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:43:59.655 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:43:59.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:59.656 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:43:59.656 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:43:59.656 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:43:59.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:59.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:59.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated finished successfully 19:43:59.656 INFO [WorkbenchTestable][AbstractView] Console terminated 19:43:59.656 INFO [WorkbenchTestable][AbstractView] Removing launch from console 19:43:59.656 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:43:59.656 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:43:59.656 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:59.656 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:43:59.657 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:43:59.657 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:43:59.657 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") 19:43:59.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:59.657 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:59.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:59.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:59.690 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:43:59.690 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove Launch 19:43:59.690 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 19:43:59.690 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:43:59.691 INFO [WorkbenchTestable][AbstractView] Launch removed 19:43:59.708 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:43:59.708 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:43:59.709 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:59.709 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.ToolBar Text= TooltipText=null 19:43:59.709 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:43:59.709 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:43:59.709 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:59.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:43:59.711 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 19:43:59.711 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:43:59.711 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:43:59.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:43:59.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:43:59.712 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testConsoleSwitching no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 19:43:59.712 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:43:59.712 INFO [WorkbenchTestable][RequirementsRunner] Started test: consoleHasNoChangeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 19:43:59.712 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 19:43:59.712 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:43:59.712 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:43:59.712 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:43:59.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:59.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:59.715 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:43:59.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:59.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:59.717 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:43:59.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:43:59.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:43:59.718 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:43:59.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') 19:43:59.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:43:59.718 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:43:59.721 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:43:59.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:43:59.721 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:43:59.721 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:43:59.721 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:43:59.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:59.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:43:59.744 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:43:59.744 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:43:59.745 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:59.745 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:43:59.745 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:43:59.745 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:43:59.745 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:43:59.745 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:43:59.746 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:43:59.746 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:43:59.746 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:43:59.746 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:43:59.746 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 19:43:59.746 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:43:59.747 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 19:43:59.747 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:43:59.747 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:43:59.747 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:43:59.747 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:43:59.747 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:43:59.747 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:43:59.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 19:44:00.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 19:44:00.748 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:44:00.748 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:00.748 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:00.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:00.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:44:00.749 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:44:00.750 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:44:00.750 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:44:00.750 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 19:44:00.750 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:44:00.750 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 19:44:00.750 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:44:00.750 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:44:00.750 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:44:00.750 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:44:00.750 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:44:00.750 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:44:00.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 19:44:00.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 19:44:00.751 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:00.751 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:00.751 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:00.751 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:44:00.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 19:44:00.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:00.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:00.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:00.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:00.752 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:00.752 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 19:44:00.752 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 19:44:00.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:44:00.752 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 19:44:00.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:44:00.752 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 19:44:00.752 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 19:44:00.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:44:00.752 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 19:44:00.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:44:00.752 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 19:44:00.752 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:00.752 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:00.753 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:00.753 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:44:00.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 19:44:00.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:00.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:00.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:00.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:00.753 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:00.753 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (4 items) and wait with time period 1 19:44:00.753 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (4 items) 19:44:00.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:44:00.753 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (4 items) is already expanded. No action performed 19:44:00.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:44:00.753 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (4 items) 19:44:00.753 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (4 items) 19:44:00.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:44:00.753 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (4 items) is already expanded. No action performed 19:44:00.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:44:00.753 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (4 items) ### There are problems in problems view 19:44:00.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:00.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:00.756 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:00.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:00.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:00.757 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:00.757 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:44:00.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:00.757 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:00.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:00.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:00.759 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:00.759 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:00.759 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:00.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:00.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:00.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:00.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:00.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 19:44:00.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:00.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:00.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:00.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:00.761 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:00.762 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:44:00.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:00.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:00.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:00.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:00.762 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:00.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:00.765 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:00.765 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:00.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:00.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:00.765 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:00.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 '\*?\QProblems\E') 19:44:00.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:00.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:00.768 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:00.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:00.768 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:00.768 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:00.768 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:00.769 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:00.769 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:00.769 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:00.769 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:00.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 19:44:00.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:00.769 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:00.769 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:00.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:00.769 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:00.770 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:44:00.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:00.770 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:00.770 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:00.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:00.770 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found Errors pom.xml Plugin execution not covered by lifecycle configuration: org.apache.felix:maven-bundle-plugin:2.4.0:cleanVersions (execution: cleanVersions, phase: generate-sources) 19:44:00.771 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:00.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:00.786 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:00.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:00.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:00.787 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:00.787 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:44:00.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:00.787 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:00.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:00.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:00.802 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:00.802 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:00.802 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:00.803 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:00.803 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:00.803 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:00.803 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:00.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 19:44:00.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:00.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:00.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:00.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:00.803 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:00.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 19:44:00.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:00.804 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:00.816 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:00.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:00.817 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:00.817 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:00.819 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:00.819 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:00.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:00.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:00.820 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:00.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 '\*?\QProblems\E') 19:44:00.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:00.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:00.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:00.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:00.835 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:00.835 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:00.835 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:00.835 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:00.835 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:00.835 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:00.835 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:00.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 19:44:00.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:00.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:00.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:00.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:00.836 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:00.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.ctab.DefaultCTabItem, index 0 and no matchers specified 19:44:00.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:00.837 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:00.837 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:00.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:00.837 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found Warnings maven-test-project Build path specifies execution environment J2SE-1.5. There are no JREs installed in the workspace that are strictly compatible with this environment. 19:44:00.837 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:00.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:00.852 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:00.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:00.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:00.853 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:00.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 19:44:00.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:00.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:00.869 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:00.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:00.869 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:00.869 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:00.869 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:00.870 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:00.870 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:00.870 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:00.870 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:00.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 19:44:00.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:00.870 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:00.870 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:00.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:00.870 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:00.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 19:44:00.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:00.884 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:00.884 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:00.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:00.884 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:00.884 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:00.887 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:00.887 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:00.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:00.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:00.887 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44: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 '\*?\QProblems\E') 19:44:00.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:00.887 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:00.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:00.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:00.890 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:00.890 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:00.890 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:00.890 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:00.890 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:00.891 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:00.891 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:00.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 19:44:00.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:00.891 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:00.891 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:00.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:00.891 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:00.892 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:44:00.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:00.892 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:00.892 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:00.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:00.892 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found Warnings maven-wrong-project Build path specifies execution environment J2SE-1.5. There are no JREs installed in the workspace that are strictly compatible with this environment. 19:44:00.892 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:00.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:00.895 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:00.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:00.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:00.895 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:00.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') 19:44:00.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:00.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:00.898 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:00.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:00.898 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:00.898 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:00.898 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:00.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:00.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:00.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:00.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:00.899 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:44:00.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:00.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:00.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:00.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:00.899 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:00.900 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:44:00.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:00.900 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:00.900 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:00.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:00.900 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:00.900 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:00.915 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:00.915 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:00.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:00.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:00.915 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:00.916 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:44:00.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:00.916 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:00.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:00.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:00.931 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:00.931 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:00.931 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:00.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:00.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:00.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:00.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:00.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 19:44:00.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:00.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:00.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:00.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:00.932 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:00.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 19:44:00.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:00.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:00.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:00.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:00.933 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found Warnings maven-test-project The compiler compliance specified is 1.5 but a JRE 11 is used 19:44:00.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:00.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:00.949 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:00.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:00.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:00.949 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:00.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 '\*?\QProblems\E') 19:44:00.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:00.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:00.964 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:00.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:00.964 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:00.964 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:00.964 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:00.965 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:00.965 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:00.965 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:00.965 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:00.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 19:44:00.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:00.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:00.965 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:00.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:00.965 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:00.966 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:44:00.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:00.966 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:00.966 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:00.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:00.966 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:00.966 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:00.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:00.982 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:00.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:00.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:00.982 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:00.982 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:44:00.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:00.982 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:00.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:00.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:00.997 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:00.997 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:00.997 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:00.998 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:00.998 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:00.998 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:00.998 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:00.998 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:44:00.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:00.998 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:00.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:00.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:00.998 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:01.000 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:44:01.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:01.000 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:01.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:01.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:01.000 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found Warnings maven-wrong-project The compiler compliance specified is 1.5 but a JRE 11 is used 19:44:01.000 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 19:44:01.058 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 19:44:01.071 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:01.071 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:01.071 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:44:01.071 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:01.072 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:01.072 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:01.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:01.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:01.072 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:01.072 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:44:01.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:01.072 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:01.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:01.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:01.073 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:01.073 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:44:01.073 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:44:01.098 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:01.098 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:44:01.098 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:44:01.098 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:44:01.099 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:01.099 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:44:01.099 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:44:01.099 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:44:01.099 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:01.099 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:44:01.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:01.099 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:01.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:44:01.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:01.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:44:02.100 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:02.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:44:02.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:44:02.101 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:44:02.101 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:44:02.101 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:02.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:44:02.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 19:44:02.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:02.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:02.102 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:02.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:02.102 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:02.102 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 19:44:02.102 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 19:44:02.102 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Project 19:44:02.103 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 19:44:02.103 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item Project 19:44:02.103 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Project 19:44:02.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:44:02.103 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Project is already expanded. No action performed 19:44:02.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:44:02.103 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Project 19:44:02.103 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 19:44:02.103 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:44:02.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:44:02.103 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:44:02.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:44:02.103 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:44:02.103 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestLoopClass2.java of tree item test 19:44:02.103 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 19:44:02.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:44:02.103 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 19:44:02.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:44:02.103 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 19:44:02.104 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestLoopClass2.java 19:44:02.104 DEBUG [main][TreeItemHandler] Selecting tree item: TestLoopClass2.java 19:44:02.104 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestLoopClass2.java about selection 19:44:02.106 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestLoopClass2.java 19:44:02.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:44:02.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:44:02.106 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:02.106 DEBUG [main][MenuItemLookup] Found menu:'File' 19:44:02.106 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:44:02.106 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:44:02.106 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 19:44:02.106 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:44:02.106 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:44:02.106 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:44:02.106 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:44:02.106 DEBUG [main][MenuItemLookup] Item match:Run 19:44:02.107 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 19:44:02.107 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 19:44:02.107 DEBUG [main][MenuItemLookup] Found menu:'' 19:44:02.107 DEBUG [main][MenuItemLookup] Found menu:'Run History' 19:44:02.107 DEBUG [main][MenuItemLookup] Found menu:'Run As' 19:44:02.107 DEBUG [main][MenuItemLookup] Item match:Run As 19:44:02.107 DEBUG [main][MenuItemLookup] Found menu:'1 Run on Server Shift+Alt+X R' 19:44:02.107 DEBUG [main][MenuItemLookup] Found menu:'2 Java Application Shift+Alt+X J' 19:44:02.107 DEBUG [main][MenuItemLookup] Item match:2 Java Application Shift+Alt+X J 19:44:02.107 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&2 Java Application Shift+Alt+X J" 19:44:02.107 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 2 Java Application Shift+Alt+X J 19:44:02.107 INFO [main][MenuItemHandler] Select menu item: &2 Java Application Shift+Alt+X J 19:44:02.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestLoopClass2.*'... 19:44:02.139 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:44:02.140 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:02.140 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:02.193 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:02.193 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 19:44:02.193 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:02.193 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:02.194 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:02.194 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 19:44:02.195 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:02.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:02.696 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:44:02.696 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:02.696 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:02.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:02.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Start TooltipText=null 19:44:02.697 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:02.697 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:02.698 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:02.698 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Start TooltipText=null 19:44:02.698 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:02.698 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:02.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestLoopClass2.*' finished successfully 19:44:02.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:44:02.698 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is a system job, skipped 19:44:02.698 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:44:02.698 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 19:44:02.698 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:44:02.698 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:44:02.698 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:44:02.698 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:44:02.698 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:44:02.698 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:44:02.698 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:44:02.698 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:44:02.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:44:02.699 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:02.701 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:02.701 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:44:02.701 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:02.704 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:02.704 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:02.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:02.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:02.704 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:02.704 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:44:02.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:02.704 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:02.707 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:02.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:02.707 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:02.707 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:02.707 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:02.708 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:02.708 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:02.708 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:02.708 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:02.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:02.711 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:02.711 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:44:02.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:02.713 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:02.713 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:02.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:02.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:02.714 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:02.714 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:44:02.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:02.714 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:02.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:02.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:02.727 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:02.727 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:02.727 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:02.727 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:02.727 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:02.727 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:02.727 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:02.727 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:02.727 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:02.728 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:02.728 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:02.728 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:02.728 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:02.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:02.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:02.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:02.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:02.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 19:44:02.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:02.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:02.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 19:44:02.729 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 19:44:02.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:02.729 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:02.729 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:02.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:02.729 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:44:02.729 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:02.729 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:02.730 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:02.730 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Start TooltipText=null 19:44:02.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:02.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:02.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:02.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:02.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 19:44:02.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:02.741 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:02.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 19:44:02.741 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 19:44:02.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:02.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:02.741 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:02.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:02.741 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:44:02.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console contains 'Start' Start ... 19:44:02.742 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:02.742 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:02.742 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:02.742 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Start TooltipText=null 19:44:02.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:02.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:02.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:02.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:02.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 19:44:02.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:02.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:02.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 19:44:02.743 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 19:44:02.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:02.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:02.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:02.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:02.743 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:44:02.743 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:02.743 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:02.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:02.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Start TooltipText=null 19:44:02.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:02.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:02.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:02.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:02.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 19:44:02.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:02.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:02.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 19:44:02.744 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 19:44:02.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:02.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:02.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:02.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:02.744 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:44:02.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console contains 'Start' Start finished successfully 19:44:02.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Console is still changing... 19:44:02.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:02.747 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:02.747 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:44:02.747 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:02.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:02.750 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:02.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:02.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:02.750 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44: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 '\*?\QConsole\E') 19:44:02.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:02.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:02.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:02.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:02.753 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:02.753 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:02.753 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:02.754 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:02.754 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:02.754 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:02.754 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:02.754 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:02.754 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:02.754 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:02.754 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:02.754 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:02.754 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:02.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:02.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:02.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:02.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:02.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 19:44:02.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:02.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:02.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 19:44:02.755 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 19:44:02.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:02.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:02.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:02.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:02.755 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:44:03.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:03.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:03.259 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:44:03.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:03.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:03.262 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:03.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:03.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:03.263 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:03.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 '\*?\QConsole\E') 19:44:03.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:03.263 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:03.276 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:03.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:03.276 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:03.276 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:03.276 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:03.277 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:03.277 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:03.277 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:03.277 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:03.277 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:03.277 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:03.277 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:03.277 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:03.277 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:03.278 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:03.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:03.278 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:03.278 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:03.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:03.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 19:44:03.278 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:03.278 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:03.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 19:44:03.278 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 19:44:03.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:03.278 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:03.278 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:03.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:03.278 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:44:03.779 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:03.783 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:03.783 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:44:03.783 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:03.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:03.786 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:03.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:03.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:03.786 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44: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 '\*?\QConsole\E') 19:44:03.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:03.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:03.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:03.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:03.789 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:03.789 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:03.789 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:03.789 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:03.789 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:03.789 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:03.789 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:03.790 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:03.790 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:03.790 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:03.790 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:03.790 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:03.790 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:03.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:03.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:03.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:03.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:03.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 19:44:03.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:03.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:03.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 19:44:03.790 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 19:44:03.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:03.791 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:03.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:03.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:03.791 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:44:04.291 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:04.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:04.295 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:44:04.295 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:04.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:04.299 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:04.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:04.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:04.299 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:04.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') 19:44:04.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:04.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:04.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:04.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:04.302 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:04.302 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:04.302 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:04.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:04.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:04.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:04.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:04.303 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:04.303 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:04.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:04.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:04.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:04.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:04.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:04.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:04.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:04.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:04.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 19:44:04.304 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:04.304 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:04.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 19:44:04.304 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 19:44:04.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:04.304 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:04.304 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:04.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:04.304 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:44:04.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:04.808 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:04.808 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:44:04.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:04.811 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:04.811 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:04.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:04.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:04.811 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:04.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 '\*?\QConsole\E') 19:44:04.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:04.822 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:04.825 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:04.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:04.825 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:04.825 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:04.825 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:04.825 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:04.825 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:04.825 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:04.825 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:04.826 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:04.826 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:04.826 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:04.826 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:04.826 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:04.826 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:04.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:04.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:04.826 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:04.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:04.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 19:44:04.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:04.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:04.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 19:44:04.827 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 19:44:04.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:04.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:04.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:04.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:04.827 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:44:05.328 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:05.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:05.332 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:44:05.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:05.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:05.334 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:05.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:05.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:05.335 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:05.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 '\*?\QConsole\E') 19:44:05.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:05.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:05.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:05.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:05.338 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:05.338 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:05.338 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:05.338 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:05.338 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:05.338 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:05.338 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:05.339 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:05.339 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:05.339 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:05.339 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:05.339 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:05.339 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:05.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:05.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:05.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:05.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:05.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 19:44:05.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:05.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:05.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 19:44:05.340 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 19:44:05.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:05.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:05.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:05.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:05.340 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:44:05.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:05.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:05.843 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:44:05.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:05.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:05.846 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:05.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:05.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:05.846 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:05.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 '\*?\QConsole\E') 19:44:05.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:05.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:05.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:05.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:05.850 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:05.850 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:05.850 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:05.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:05.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:05.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:05.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:05.850 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:05.850 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:05.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:05.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:05.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:05.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:05.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:05.851 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:05.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:05.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:05.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 19:44:05.851 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:05.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:05.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 19:44:05.851 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 19:44:05.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:05.851 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:05.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:05.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:05.851 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:44:06.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:06.356 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:06.356 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:44:06.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:06.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:06.359 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:06.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:06.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:06.359 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:06.359 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:44:06.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:06.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:06.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:06.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:06.362 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:06.362 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:06.362 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:06.363 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:06.363 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:06.363 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:06.363 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:06.363 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:06.363 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:06.363 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:06.363 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:06.364 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:06.364 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:06.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:06.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:06.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:06.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:06.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 19:44:06.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:06.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:06.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 19:44:06.364 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 19:44:06.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:06.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:06.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:06.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:06.365 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:44:06.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:06.869 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:06.869 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:44:06.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:06.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:06.872 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:06.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:06.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:06.872 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:06.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') 19:44:06.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:06.872 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:06.887 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:06.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:06.887 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:06.887 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:06.887 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:06.888 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:06.888 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:06.888 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:06.888 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:06.888 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:06.888 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:06.888 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:06.889 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:06.889 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:06.889 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:06.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:06.889 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:06.889 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:06.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:06.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 19:44:06.889 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:06.889 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:06.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 19:44:06.889 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 19:44:06.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:06.889 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:06.889 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:06.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:06.889 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:44:07.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:07.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:07.394 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:44:07.394 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:07.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:07.397 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:07.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:07.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:07.397 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:07.397 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:44:07.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:07.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:07.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:07.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:07.400 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:07.400 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:07.400 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:07.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:07.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:07.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:07.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:07.401 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:07.401 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:07.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:07.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:07.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:07.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:07.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:07.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:07.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:07.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:07.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 19:44:07.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:07.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:07.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 19:44:07.402 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 19:44:07.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:07.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:07.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:07.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:07.402 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:44:07.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:07.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:07.906 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:44:07.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:07.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:07.909 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:07.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:07.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:07.909 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:07.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 '\*?\QConsole\E') 19:44:07.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:07.910 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:07.912 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:07.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:07.912 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:07.912 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:07.913 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:07.913 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:07.913 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:07.913 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:07.913 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:07.913 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:07.913 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:07.914 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:07.914 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:07.914 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:07.914 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:07.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:07.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:07.914 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:07.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:07.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 19:44:07.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:07.914 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:07.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 19:44:07.914 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 19:44:07.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:07.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:07.914 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:07.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:07.914 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:44:08.415 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:08.419 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:08.419 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:44:08.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:08.422 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:08.422 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:08.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:08.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:08.422 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:08.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 '\*?\QConsole\E') 19:44:08.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:08.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:08.436 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:08.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:08.436 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:08.436 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:08.436 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:08.436 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:08.436 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:08.436 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:08.437 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:08.437 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:08.437 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:08.437 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:08.437 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:08.437 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:08.437 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:08.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:08.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:08.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:08.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:08.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 19:44:08.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:08.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:08.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 19:44:08.438 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 19:44:08.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:08.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:08.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:08.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:08.438 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:44:08.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:08.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:08.943 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:44:08.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:08.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:08.946 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:08.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:08.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:08.946 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:08.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 '\*?\QConsole\E') 19:44:08.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:08.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:08.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:08.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:08.949 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:08.950 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:08.950 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:08.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:08.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:08.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:08.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:08.950 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:08.950 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:08.951 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:08.951 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:08.951 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:08.951 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:08.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:08.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:08.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:08.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:08.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 19:44:08.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:08.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:08.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 19:44:08.951 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 19:44:08.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:08.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:08.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:08.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:08.952 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:44:09.452 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:09.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:09.455 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:44:09.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:09.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:09.459 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:09.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:09.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:09.459 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:09.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 '\*?\QConsole\E') 19:44:09.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:09.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:09.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:09.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:09.462 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:09.462 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:09.462 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:09.463 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:09.463 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:09.463 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:09.463 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:09.463 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:09.463 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:09.463 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:09.463 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:09.463 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:09.463 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:09.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:09.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:09.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:09.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:09.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 19:44:09.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:09.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:09.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 19:44:09.464 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 19:44:09.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:09.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:09.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:09.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:09.464 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:44:09.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:09.968 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:09.968 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:44:09.968 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:09.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:09.971 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:09.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:09.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:09.982 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:09.982 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:44:09.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:09.982 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:09.985 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:09.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:09.985 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:09.985 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:09.985 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:09.986 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:09.986 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:09.986 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:09.986 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:09.986 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:09.986 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:09.986 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:09.987 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:09.987 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:09.987 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:09.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:09.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:09.987 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:09.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:09.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 19:44:09.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:09.987 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:09.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 19:44:09.987 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 19:44:09.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:09.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:09.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:09.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:09.988 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:44:10.500 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:10.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:10.503 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:44:10.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:10.505 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:10.506 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:10.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:10.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:10.506 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:10.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 '\*?\QConsole\E') 19:44:10.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:10.506 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:10.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:10.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:10.508 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:10.509 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:10.509 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:10.509 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:10.509 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:10.509 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:10.509 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:10.509 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:10.509 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:10.510 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:10.510 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:10.510 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:10.510 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:10.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:10.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:10.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:10.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:10.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 19:44:10.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:10.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:10.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 19:44:10.510 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 19:44:10.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:10.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:10.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:10.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:10.510 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:44:11.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:11.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:11.015 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:44:11.015 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:11.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:11.017 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:11.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:11.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:11.018 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:11.018 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:44:11.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:11.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:11.031 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:11.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:11.031 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:11.031 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:11.031 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:11.032 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:11.032 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:11.032 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:11.032 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:11.032 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:11.032 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:11.032 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:11.032 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:11.032 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:11.032 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:11.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:11.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:11.033 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:11.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:11.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 19:44:11.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:11.033 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:11.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 19:44:11.033 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 19:44:11.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:11.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:11.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:11.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:11.034 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:44:11.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:11.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:11.538 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:44:11.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:11.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:11.541 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:11.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:11.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:11.541 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:11.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 '\*?\QConsole\E') 19:44:11.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:11.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:11.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:11.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:11.544 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:11.544 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:11.544 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:11.545 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:11.545 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:11.545 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:11.545 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:11.545 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:11.545 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:11.545 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:11.545 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:11.545 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:11.545 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:11.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:11.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:11.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:11.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:11.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 19:44:11.546 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:11.546 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:11.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 19:44:11.546 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 19:44:11.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:11.546 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:11.546 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:11.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:11.546 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:44:12.047 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:12.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:12.051 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:44:12.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:12.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:12.054 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:12.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:12.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:12.054 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:12.054 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:44:12.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:12.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:12.057 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:12.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:12.057 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:12.057 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:12.057 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:12.057 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:12.057 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:12.057 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:12.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:12.058 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:12.058 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:12.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:12.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:12.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:12.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:12.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:12.058 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:12.058 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:12.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:12.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 19:44:12.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:12.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:12.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 19:44:12.059 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 19:44:12.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:12.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:12.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:12.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:12.059 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:44:12.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:12.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:12.564 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:44:12.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:12.566 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:12.566 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:12.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:12.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:12.567 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44: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 '\*?\QConsole\E') 19:44:12.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:12.567 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:12.580 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:12.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:12.581 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:12.581 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:12.581 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:12.581 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:12.581 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:12.581 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:12.581 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:12.581 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:12.581 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:12.582 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:12.582 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:12.582 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:12.582 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:12.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:12.582 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:12.582 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:12.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:12.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 19:44:12.582 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:12.583 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:12.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 19:44:12.583 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 19:44:12.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:12.583 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:12.583 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:12.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:12.583 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:44:13.084 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:13.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:13.087 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:44:13.087 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:13.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:13.089 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:13.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:13.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:13.090 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:13.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 '\*?\QConsole\E') 19:44:13.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:13.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:13.093 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:13.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:13.093 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:13.093 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:13.093 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:13.093 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:13.094 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:13.094 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:13.094 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:13.094 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:13.094 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:13.094 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:13.094 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:13.094 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:13.094 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:13.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:13.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:13.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:13.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:13.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 19:44:13.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:13.095 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:13.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 19:44:13.095 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 19:44:13.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:13.095 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:13.095 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:13.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:13.095 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:44:13.595 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:13.599 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:13.599 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:44:13.599 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:13.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:13.601 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:13.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:13.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:13.602 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:13.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 '\*?\QConsole\E') 19:44:13.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:13.602 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:13.606 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:13.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:13.606 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:13.606 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:13.606 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:13.606 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:13.607 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:13.607 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:13.607 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:13.607 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:13.607 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:13.607 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:13.607 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:13.607 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:13.607 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:13.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:13.607 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:13.608 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:13.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:13.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 19:44:13.608 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:13.608 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:13.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 19:44:13.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 19:44:13.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:13.608 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:13.608 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:13.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:13.608 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:44:14.109 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:14.112 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:14.112 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:44:14.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:14.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:14.115 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:14.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:14.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:14.127 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:14.127 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:44:14.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:14.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:14.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:14.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:14.130 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:14.130 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:14.130 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:14.131 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:14.131 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:14.131 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:14.131 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:14.131 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:14.131 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:14.131 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:14.131 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:14.131 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:14.131 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:14.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:14.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:14.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:14.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:14.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 19:44:14.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:14.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:14.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 19:44:14.132 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 19:44:14.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:14.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:14.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:14.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:14.132 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:44:14.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:14.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:14.649 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:44:14.649 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:14.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:14.652 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:14.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:14.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:14.653 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:14.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') 19:44:14.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:14.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:14.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:14.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:14.656 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:14.656 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:14.656 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:14.657 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:14.657 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:14.657 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:14.657 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:14.657 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:14.657 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:14.657 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:14.658 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:14.658 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:14.658 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:14.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:14.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:14.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:14.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:14.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 19:44:14.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:14.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:14.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 19:44:14.658 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 19:44:14.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:14.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:14.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:14.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:14.658 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:44:15.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:15.163 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:15.163 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:44:15.163 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:15.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:15.166 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:15.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:15.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:15.166 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:15.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 '\*?\QConsole\E') 19:44:15.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:15.166 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:15.169 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:15.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:15.169 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:15.169 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:15.169 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:15.170 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:15.170 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:15.170 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:15.170 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:15.170 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:15.170 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:15.170 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:15.170 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:15.170 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:15.170 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:15.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:15.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:15.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:15.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:15.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 19:44:15.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:15.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:15.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 19:44:15.171 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 19:44:15.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:15.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:15.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:15.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:15.171 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:44:15.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:15.676 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:15.676 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:44:15.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:15.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:15.679 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:15.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:15.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:15.679 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:15.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 '\*?\QConsole\E') 19:44:15.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:15.679 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:15.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:15.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:15.693 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:15.694 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:15.694 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:15.694 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:15.694 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:15.694 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:15.694 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:15.694 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:15.694 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:15.695 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:15.695 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:15.695 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:15.695 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:15.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:15.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:15.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:15.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:15.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 19:44:15.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:15.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:15.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 19:44:15.696 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 19:44:15.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:15.696 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:15.696 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:15.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:15.696 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:44:16.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:16.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:16.200 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:44:16.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:16.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:16.203 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:16.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:16.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:16.204 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:16.204 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:44:16.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:16.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:16.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:16.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:16.207 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:16.207 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:16.207 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:16.207 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:16.207 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:16.207 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:16.207 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:16.207 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:16.207 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:16.208 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:16.208 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:16.208 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:16.208 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:16.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:16.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:16.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:16.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:16.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 19:44:16.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:16.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:16.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 19:44:16.209 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 19:44:16.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:16.209 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:16.209 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:16.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:16.209 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:44:16.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:16.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:16.714 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:44:16.714 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:16.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:16.717 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:16.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:16.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:16.717 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:16.717 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:44:16.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:16.718 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:16.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:16.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:16.720 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:16.721 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:16.721 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:16.721 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:16.721 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:16.721 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:16.721 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:16.721 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:16.722 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:16.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:16.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:16.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:16.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:16.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:16.722 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:16.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:16.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:16.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 19:44:16.722 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:16.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:16.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 19:44:16.722 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 19:44:16.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:16.722 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:16.723 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:16.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:16.723 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:44:17.224 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:17.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:17.227 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:44:17.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:17.230 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:17.230 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:17.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:17.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:17.230 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:17.230 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:44:17.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:17.230 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:17.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:17.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:17.234 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:17.234 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:17.234 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:17.234 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:17.234 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:17.234 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:17.234 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:17.235 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:17.235 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:17.235 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:17.235 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:17.235 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:17.235 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:17.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:17.235 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:17.235 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:17.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:17.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 19:44:17.235 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:17.235 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:17.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 19:44:17.236 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 19:44:17.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:17.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:17.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:17.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:17.236 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:44:17.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:17.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:17.741 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:44:17.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:17.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:17.743 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:17.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:17.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:17.754 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:17.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 '\*?\QConsole\E') 19:44:17.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:17.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:17.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:17.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:17.757 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:17.757 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:17.758 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:17.758 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:17.758 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:17.758 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:17.758 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:17.758 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:17.758 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:17.759 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:17.759 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:17.759 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:17.759 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:17.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:17.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:17.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:17.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:17.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 19:44:17.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:17.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:17.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 19:44:17.759 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 19:44:17.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:17.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:17.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:17.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:17.759 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:44:18.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:18.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:18.264 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:44:18.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:18.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:18.266 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:18.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:18.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:18.267 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:18.267 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:44:18.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:18.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:18.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:18.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:18.270 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:18.270 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:18.270 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:18.270 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:18.271 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:18.271 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:18.271 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:18.271 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:18.271 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:18.271 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:18.271 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:18.271 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:18.271 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:18.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:18.271 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:18.271 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:18.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:18.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 19:44:18.271 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:18.272 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:18.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 19:44:18.272 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 19:44:18.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:18.272 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:18.272 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:18.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:18.272 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:44:18.773 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:18.776 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:18.776 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:44:18.776 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:18.778 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:18.778 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:18.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:18.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:18.779 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:18.779 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:44:18.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:18.779 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:18.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:18.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:18.781 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:18.782 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:18.782 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:18.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:18.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:18.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:18.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:18.782 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:18.782 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:18.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:18.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:18.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:18.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:18.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:18.783 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:18.783 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:18.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:18.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 19:44:18.783 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:18.783 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:18.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 19:44:18.783 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 19:44:18.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:18.783 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:18.784 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:18.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:18.784 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:44:19.285 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:19.289 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:19.289 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:44:19.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:19.292 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:19.292 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:19.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:19.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:19.292 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:19.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 '\*?\QConsole\E') 19:44:19.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:19.292 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:19.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:19.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:19.295 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:19.295 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:19.295 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:19.295 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:19.296 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:19.296 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:19.296 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:19.296 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:19.296 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:19.296 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:19.296 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:19.296 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:19.296 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:19.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:19.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:19.296 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:19.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:19.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 19:44:19.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:19.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:19.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 19:44:19.297 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 19:44:19.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:19.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:19.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:19.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:19.297 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:44:19.798 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:19.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:19.801 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:44:19.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:19.805 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:19.805 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:19.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:19.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:19.805 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:19.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 '\*?\QConsole\E') 19:44:19.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:19.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:19.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:19.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:19.820 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:19.820 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:19.820 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:19.821 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:19.821 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:19.821 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:19.821 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:19.821 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:19.821 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:19.821 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:19.821 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:19.821 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:19.821 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:19.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:19.821 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:19.822 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:19.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:19.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 19:44:19.822 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:19.822 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:19.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 19:44:19.822 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 19:44:19.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:19.822 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:19.822 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:19.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:19.822 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:44:20.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:20.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:20.327 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:44:20.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:20.330 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:20.330 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:20.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:20.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:20.330 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:20.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 19:44:20.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:20.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:20.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:20.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:20.333 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:20.333 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:20.333 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:20.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:20.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:20.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:20.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:20.334 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:20.334 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:20.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:20.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:20.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:20.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:20.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:20.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:20.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:20.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:20.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 19:44:20.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:20.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:20.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 19:44:20.335 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 19:44:20.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:20.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:20.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:20.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:20.336 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:44:20.837 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:20.840 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:20.840 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:44:20.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:20.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:20.843 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:20.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:20.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:20.844 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:20.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 '\*?\QConsole\E') 19:44:20.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:20.844 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:20.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:20.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:20.847 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:20.847 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:20.847 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:20.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:20.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:20.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:20.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:20.847 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:20.847 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:20.848 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:20.848 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:20.848 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:20.848 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:20.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:20.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:20.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:20.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:20.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 19:44:20.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:20.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:20.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 19:44:20.849 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 19:44:20.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:20.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:20.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:20.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:20.849 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:44:21.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:21.353 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:21.353 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:44:21.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:21.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:21.355 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:21.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:21.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:21.356 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:21.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 '\*?\QConsole\E') 19:44:21.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:21.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:21.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:21.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:21.359 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:21.359 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:21.359 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:21.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:21.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:21.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:21.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:21.360 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:21.360 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:21.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:21.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:21.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:21.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:21.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:21.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:21.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:21.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:21.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 19:44:21.361 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:21.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:21.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 19:44:21.361 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 19:44:21.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:21.361 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:21.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:21.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:21.361 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:44:21.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:21.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:21.865 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:44:21.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:21.868 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:21.868 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:21.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:21.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:21.868 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:21.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 19:44:21.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:21.868 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:21.883 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:21.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:21.883 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:21.883 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:21.883 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:21.883 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:21.883 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:21.884 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:21.884 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:21.884 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:21.884 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:21.884 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:21.884 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:21.884 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:21.884 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:21.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:21.884 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:21.885 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:21.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:21.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 19:44:21.885 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:21.885 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:21.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 19:44:21.885 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 19:44:21.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:21.885 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:21.885 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:21.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:21.885 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:44:22.386 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:22.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:22.389 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:44:22.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:22.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:22.392 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:22.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:22.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:22.393 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:22.393 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:44:22.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:22.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:22.395 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:22.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:22.395 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:22.395 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:22.395 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:22.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:22.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:22.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:22.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:22.396 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:22.396 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:22.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:22.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:22.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:22.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:22.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:22.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:22.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:22.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:22.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 19:44:22.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:22.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:22.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 19:44:22.397 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 19:44:22.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:22.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:22.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:22.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:22.397 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:44:22.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:22.901 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:22.901 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:44:22.901 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:22.904 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:22.904 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:22.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:22.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:22.904 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:22.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 '\*?\QConsole\E') 19:44:22.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:22.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:22.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:22.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:22.907 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:22.907 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:22.907 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:22.908 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:22.908 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:22.908 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:22.908 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:22.908 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:22.908 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:22.908 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:22.908 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:22.908 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:22.908 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:22.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:22.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:22.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:22.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:22.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 19:44:22.909 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:22.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:22.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 19:44:22.909 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 19:44:22.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:22.909 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:22.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:22.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:22.909 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:44:23.410 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:23.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:23.414 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:44:23.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:23.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:23.417 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:23.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:23.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:23.417 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:23.417 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:44:23.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:23.417 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:23.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:23.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:23.431 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:23.431 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:23.431 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:23.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:23.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:23.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:23.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:23.432 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:23.432 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:23.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:23.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:23.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:23.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:23.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:23.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:23.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:23.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:23.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 19:44:23.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:23.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:23.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 19:44:23.433 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 19:44:23.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:23.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:23.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:23.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:23.433 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:44:23.934 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:23.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:23.938 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:44:23.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:23.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:23.940 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:23.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:23.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:23.941 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:23.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 '\*?\QConsole\E') 19:44:23.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:23.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:23.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:23.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:23.944 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:23.944 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:23.944 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:23.945 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:23.945 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:23.945 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:23.945 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:23.945 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:23.945 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:23.945 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:23.945 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:23.945 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:23.945 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:23.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:23.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:23.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:23.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:23.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 19:44:23.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:23.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:23.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 19:44:23.946 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 19:44:23.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:23.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:23.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:23.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:23.946 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:44:23.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Console is still changing finished successfully 19:44:23.946 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:44:23.947 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:23.947 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:23.947 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:23.947 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Start Hello Application TooltipText=null 19:44:23.947 INFO [WorkbenchTestable][AbstractView] Terminating console 19:44:23.947 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:23.947 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:23.947 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:23.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Start Hello Application TooltipText=null 19:44:23.948 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") 19:44:23.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:23.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:23.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:23.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:23.948 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:44:23.948 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Terminate 19:44:23.948 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 19:44:23.948 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:44:23.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated... 19:44:23.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:23.965 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:23.965 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:44:23.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:23.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:23.970 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:23.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:23.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:23.970 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:23.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') 19:44:23.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:23.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:23.973 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:23.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:23.973 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:23.973 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:23.973 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:23.974 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:23.974 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:23.974 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:23.974 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:23.974 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:23.974 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:23.975 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:23.975 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:23.975 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:23.975 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:23.975 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:23.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:23.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated finished successfully 19:44:23.975 INFO [WorkbenchTestable][AbstractView] Console terminated 19:44:23.975 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:23.975 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:23.975 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:23.975 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:23.975 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:23.975 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:23.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:23.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:23.976 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:23.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:23.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 19:44:23.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:23.976 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:23.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 19:44:23.976 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 19:44:23.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:23.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:23.976 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:23.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:23.976 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:44:23.977 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:23.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:23.980 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:44:23.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:23.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:23.982 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:23.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:23.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:23.983 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:23.983 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:44:23.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:23.983 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:23.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:23.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:23.996 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:23.996 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:23.996 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:23.997 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:23.997 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:23.997 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:23.997 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:23.997 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:23.997 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:23.997 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:23.997 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:23.997 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:23.997 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:23.997 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:23.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:23.998 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:23.998 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:23.998 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:23.998 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:23.998 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:23.998 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:23.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 Console When Standard Out Changes") 19:44:23.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:23.998 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:23.999 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:23.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:23.999 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:44:23.999 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Console When Standard Out Changes 19:44:23.999 INFO [WorkbenchTestable][AbstractView] Terminating console 19:44:23.999 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:23.999 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:23.999 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:23.999 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.ToolBar Text= TooltipText=null 19:44:23.999 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:23.999 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:24.000 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") 19:44:24.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:24.000 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:24.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:24.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:24.000 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:44:24.000 INFO [WorkbenchTestable][AbstractView] Console was terminated earlier 19:44:24.000 INFO [WorkbenchTestable][AbstractView] Removing launch from console 19:44:24.000 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:24.000 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:24.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:24.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Start Hello Application TooltipText=null 19:44:24.012 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") 19:44:24.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:24.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:24.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:24.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:24.013 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:44:24.013 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove Launch 19:44:24.013 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 19:44:24.013 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:44:24.013 INFO [WorkbenchTestable][AbstractView] Launch removed 19:44:24.030 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:24.030 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:24.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:24.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 19:44:24.031 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:24.031 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:44:24.032 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 19:44:24.032 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:44:24.032 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:44:24.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:44:24.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:44:24.032 INFO [WorkbenchTestable][RequirementsRunner] Finished test: consoleHasNoChangeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 19:44:24.032 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:44:24.032 INFO [WorkbenchTestable][RequirementsRunner] Started test: testRemoveAllTerminatedLaunches no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 19:44:24.032 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 19:44:24.032 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:44:24.032 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:44:24.032 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:44:24.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:24.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:24.035 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:44:24.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:24.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:24.037 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:24.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:24.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:24.038 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:24.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 '\*?\QProblems\E') 19:44:24.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:24.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:24.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:24.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:24.040 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:24.040 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:24.040 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:24.064 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:24.064 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:44:24.064 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:24.064 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:24.065 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:24.065 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:44:24.065 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:44:24.065 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:24.065 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:24.065 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:24.065 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:44:24.066 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:44:24.066 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:44:24.066 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:44:24.066 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 19:44:24.066 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:44:24.067 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 19:44:24.067 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:44:24.067 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:44:24.067 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:44:24.067 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:44:24.067 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:44:24.067 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:44:24.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 19:44:25.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 19:44:25.068 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:44:25.068 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:25.068 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:25.069 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:25.069 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:44:25.069 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:44:25.070 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:44:25.070 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:44:25.070 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 19:44:25.070 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:44:25.070 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 19:44:25.070 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:44:25.070 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:44:25.070 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:44:25.070 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:44:25.070 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:44:25.070 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:44:25.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 19:44:25.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 19:44:25.070 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:25.070 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:25.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:25.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:44:25.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 19:44:25.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:25.071 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:25.071 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:25.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:25.071 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:25.071 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 19:44:25.071 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 19:44:25.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:44:25.071 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 19:44:25.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:44:25.071 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 19:44:25.071 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 19:44:25.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:44:25.072 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 19:44:25.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:44:25.072 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 19:44:25.072 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:25.072 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:25.072 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:25.073 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:44:25.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 19:44:25.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:25.073 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:25.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:25.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:25.073 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:25.073 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (4 items) and wait with time period 1 19:44:25.073 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (4 items) 19:44:25.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:44:25.073 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (4 items) is already expanded. No action performed 19:44:25.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:44:25.073 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (4 items) 19:44:25.073 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (4 items) 19:44:25.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:44:25.073 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (4 items) is already expanded. No action performed 19:44:25.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:44:25.073 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (4 items) ### There are problems in problems view 19:44:25.074 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:25.076 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:25.076 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:25.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:25.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:25.077 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:25.077 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:44:25.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:25.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:25.079 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:25.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:25.079 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:25.079 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:25.079 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:25.080 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:25.080 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:25.080 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:25.080 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:25.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 19:44:25.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:25.080 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:25.080 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:25.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:25.080 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:25.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 19:44:25.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:25.081 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:25.081 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:25.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:25.081 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:25.081 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:25.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:25.084 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:25.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:25.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:25.084 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44: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 '\*?\QProblems\E') 19:44:25.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:25.084 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:25.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:25.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:25.087 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:25.087 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:25.087 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:25.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:25.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:25.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:25.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:25.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 19:44:25.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:25.087 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:25.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:25.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:25.087 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:25.088 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:44:25.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:25.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:25.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:25.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:25.089 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found Errors pom.xml Plugin execution not covered by lifecycle configuration: org.apache.felix:maven-bundle-plugin:2.4.0:cleanVersions (execution: cleanVersions, phase: generate-sources) 19:44:25.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:25.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:25.091 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:25.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:25.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:25.091 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:25.092 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:44:25.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:25.092 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:25.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:25.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:25.106 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:25.107 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:25.107 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:25.107 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:25.107 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:25.107 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:25.107 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:25.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 19:44:25.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:25.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:25.108 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:25.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:25.108 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:25.121 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:44:25.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:25.121 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:25.121 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:25.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:25.121 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:25.122 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:25.124 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:25.124 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:25.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:25.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:25.125 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:25.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 '\*?\QProblems\E') 19:44:25.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:25.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:25.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:25.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:25.140 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:25.141 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:25.141 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:25.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:25.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:25.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:25.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:25.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 19:44:25.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:25.141 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:25.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:25.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:25.141 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:25.154 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:44:25.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:25.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:25.155 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:25.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:25.155 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found Warnings maven-test-project Build path specifies execution environment J2SE-1.5. There are no JREs installed in the workspace that are strictly compatible with this environment. 19:44:25.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:25.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:25.158 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:25.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:25.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:25.159 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:25.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 '\*?\QProblems\E') 19:44:25.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:25.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:25.174 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:25.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:25.174 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:25.174 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:25.174 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:25.175 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:25.175 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:25.175 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:25.175 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:25.175 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:44:25.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:25.175 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:25.175 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:25.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:25.175 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:25.188 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:44:25.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:25.188 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:25.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:25.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:25.188 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:25.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:25.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:25.192 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:25.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:25.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:25.192 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:25.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 '\*?\QProblems\E') 19:44:25.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:25.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:25.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:25.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:25.195 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:25.195 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:25.195 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:25.195 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:25.195 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:25.195 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:25.195 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:25.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 19:44:25.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:25.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:25.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:25.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:25.196 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:25.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 19:44:25.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:25.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:25.197 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:25.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:25.197 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found Warnings maven-wrong-project Build path specifies execution environment J2SE-1.5. There are no JREs installed in the workspace that are strictly compatible with this environment. 19:44:25.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:25.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:25.200 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:25.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:25.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:25.200 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:25.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') 19:44:25.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:25.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:25.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:25.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:25.203 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:25.203 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:25.203 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:25.203 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:25.204 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:25.204 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:25.204 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:25.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 19:44:25.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:25.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:25.204 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:25.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:25.204 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:25.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 19:44:25.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:25.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:25.217 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:25.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:25.217 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:25.217 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:25.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:25.220 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:25.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:25.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:25.221 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:25.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') 19:44:25.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:25.221 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:25.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:25.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:25.236 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:25.236 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:25.236 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:25.236 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:25.237 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:25.237 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:25.237 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:25.237 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:44:25.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:25.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:25.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:25.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:25.237 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:25.238 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:44:25.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:25.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:25.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:25.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:25.238 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found Warnings maven-test-project The compiler compliance specified is 1.5 but a JRE 11 is used 19:44:25.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:25.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:25.253 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:25.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:25.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:25.253 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:25.253 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:44:25.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:25.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:25.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:25.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:25.268 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:25.268 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:25.268 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:25.269 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:25.269 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:25.269 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:25.269 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:25.269 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:44:25.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:25.269 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:25.269 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:25.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:25.269 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:25.270 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:44:25.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:25.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:25.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:25.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:25.270 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:25.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:25.285 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:25.285 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:25.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:25.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:25.285 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:25.285 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:44:25.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:25.285 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:25.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:25.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:25.300 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:25.300 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:25.300 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:25.301 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:25.301 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:25.301 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:25.301 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:25.301 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:44:25.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:25.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:25.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:25.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:25.301 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:25.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 19:44:25.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:25.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:25.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:25.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:25.302 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found Warnings maven-wrong-project The compiler compliance specified is 1.5 but a JRE 11 is used 19:44:25.303 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 19:44:25.360 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 19:44:25.372 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:25.373 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:25.373 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:44:25.373 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:25.373 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:25.373 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:25.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:25.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:25.373 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:25.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 '\*?\QPackage Explorer\E') 19:44:25.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:25.374 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:25.374 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:25.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:25.374 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:25.374 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:44:25.374 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:44:25.400 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:25.400 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:44:25.400 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:44:25.400 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:44:25.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:25.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:44:25.401 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:44:25.401 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:44:25.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:25.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:44:25.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:25.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:25.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:44:25.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:25.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:44:26.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:26.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:44:26.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:44:26.403 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:44:26.403 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:44:26.404 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:26.404 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:44:26.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 19:44:26.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:26.404 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:26.404 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:26.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:26.404 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:26.404 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 19:44:26.404 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 19:44:26.404 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Project 19:44:26.405 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 19:44:26.405 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item Project 19:44:26.405 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Project 19:44:26.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:44:26.405 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Project is already expanded. No action performed 19:44:26.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:44:26.405 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Project 19:44:26.405 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 19:44:26.405 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:44:26.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:44:26.405 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:44:26.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:44:26.405 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:44:26.405 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item test 19:44:26.405 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 19:44:26.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:44:26.405 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 19:44:26.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:44:26.405 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 19:44:26.405 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 19:44:26.405 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 19:44:26.406 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 19:44:26.407 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 19:44:26.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:44:26.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:44:26.407 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:26.407 DEBUG [main][MenuItemLookup] Found menu:'File' 19:44:26.407 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:44:26.407 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:44:26.407 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 19:44:26.407 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:44:26.407 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:44:26.407 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:44:26.407 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:44:26.407 DEBUG [main][MenuItemLookup] Item match:Run 19:44:26.408 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 19:44:26.408 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 19:44:26.408 DEBUG [main][MenuItemLookup] Found menu:'' 19:44:26.408 DEBUG [main][MenuItemLookup] Found menu:'Run History' 19:44:26.408 DEBUG [main][MenuItemLookup] Found menu:'Run As' 19:44:26.408 DEBUG [main][MenuItemLookup] Item match:Run As 19:44:26.408 DEBUG [main][MenuItemLookup] Found menu:'1 Run on Server Shift+Alt+X R' 19:44:26.408 DEBUG [main][MenuItemLookup] Found menu:'2 Java Application Shift+Alt+X J' 19:44:26.408 DEBUG [main][MenuItemLookup] Item match:2 Java Application Shift+Alt+X J 19:44:26.408 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&2 Java Application Shift+Alt+X J" 19:44:26.408 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 2 Java Application Shift+Alt+X J 19:44:26.408 INFO [main][MenuItemHandler] Select menu item: &2 Java Application Shift+Alt+X J 19:44:26.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass.*'... 19:44:26.441 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:44:26.441 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:26.441 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:26.460 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:26.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 19:44:26.461 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:26.461 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:26.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:26.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 19:44:26.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:26.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:26.962 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:44:26.962 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:26.962 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:26.963 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:26.963 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World TooltipText=null 19:44:26.963 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:26.963 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:26.963 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:26.963 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World TooltipText=null 19:44:26.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:26.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:26.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass.*' finished successfully 19:44:26.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:44:26.964 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 19:44:26.964 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:44:26.964 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:44:26.964 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:44:26.964 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:44:26.964 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:44:26.964 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:44:26.964 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:44:26.964 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:44:26.964 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:44:26.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:44:26.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated... 19:44:26.964 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:26.967 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:26.967 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:44:26.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:26.969 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:26.969 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:26.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:26.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:26.970 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:26.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') 19:44:26.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:26.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:26.973 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:26.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:26.973 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:26.973 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:26.973 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:26.973 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:26.973 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:26.973 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:26.973 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:26.974 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:26.974 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:26.974 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:26.974 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:26.974 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:26.974 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:26.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:26.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:26.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated finished successfully 19:44:26.975 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:26.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:26.977 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:44:26.977 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:26.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:26.980 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:26.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:26.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:26.980 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:26.980 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:44:26.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:26.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:26.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:26.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:26.993 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:26.993 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:26.993 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:26.994 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:26.994 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:26.994 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:26.994 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:26.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console contains launch... 19:44:26.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:26.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:26.997 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:44:26.997 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:27.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:27.000 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:27.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:27.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:27.001 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:27.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 '\*?\QConsole\E') 19:44:27.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:27.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:27.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:27.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:27.004 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:27.004 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:27.004 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:27.005 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:27.005 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:27.005 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:27.005 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:27.005 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:27.005 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:27.005 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:27.005 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:27.005 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:27.005 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:27.005 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:27.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:27.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console contains launch finished successfully 19:44:27.005 INFO [WorkbenchTestable][AbstractView] Removing terminated launches from console 19:44:27.006 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:27.006 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:27.006 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:27.006 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:27.006 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:27.006 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:27.006 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") 19:44:27.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:27.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:27.007 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:27.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:27.007 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:44:27.007 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove All Terminated Launches 19:44:27.007 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 19:44:27.007 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:44:27.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console contains launch... 19:44:27.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:27.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:27.034 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:44:27.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:27.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:27.037 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:27.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:27.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:27.037 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:27.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 '\*?\QConsole\E') 19:44:27.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:27.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:27.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:27.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:27.040 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:27.040 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:27.040 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:27.040 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:27.041 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:27.041 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:27.041 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:27.041 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:27.041 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:27.041 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:27.041 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:27.041 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:27.041 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:27.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:27.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:44:27.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console contains launch finished successfully 19:44:27.041 INFO [WorkbenchTestable][AbstractView] Terminated launches cleared 19:44:27.041 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:27.041 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:27.042 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:27.042 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:27.042 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:27.042 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:27.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:27.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:44:27.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:27.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:27.045 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:44:27.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:27.057 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:27.057 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:27.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:27.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:27.057 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:27.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 '\*?\QConsole\E') 19:44:27.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:27.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:27.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:27.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:27.060 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:27.060 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:27.060 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:27.061 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:27.061 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:27.061 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:27.061 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:27.061 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:27.061 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:27.061 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:27.061 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:27.061 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:27.061 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:27.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:27.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:44:27.063 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 19:44:27.063 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:44:27.063 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:44:27.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:44:27.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:44:27.063 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testRemoveAllTerminatedLaunches no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 19:44:27.063 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:44:27.063 INFO [WorkbenchTestable][RequirementsRunner] Started test: toggleShowConsoleOnStandardOutChange no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 19:44:27.063 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 19:44:27.063 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:44:27.063 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:44:27.063 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:44:27.064 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:27.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:27.066 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:44:27.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:27.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:27.068 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:27.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:27.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:27.068 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:27.068 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:44:27.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:27.068 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:27.071 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:27.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:27.071 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:27.071 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:27.071 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:27.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:27.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:44:27.096 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:27.096 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:27.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:27.097 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:44:27.097 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:44:27.097 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:27.097 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:27.097 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:27.097 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:44:27.097 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:44:27.098 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:44:27.098 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:44:27.098 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 19:44:27.098 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:44:27.098 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 19:44:27.098 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:44:27.098 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:44:27.098 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:44:27.098 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:44:27.098 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:44:27.098 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:44:27.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 19:44:28.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 19:44:28.099 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:44:28.099 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:28.099 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:28.100 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:28.100 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:44:28.100 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:44:28.101 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:44:28.101 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:44:28.101 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 19:44:28.101 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:44:28.101 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 19:44:28.101 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:44:28.101 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:44:28.101 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:44:28.101 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:44:28.101 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:44:28.101 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:44:28.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 19:44:28.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 19:44:28.101 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:28.101 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:28.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:28.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:44:28.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 19:44:28.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:28.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:28.102 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:28.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:28.102 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:28.103 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 19:44:28.103 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 19:44:28.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:44:28.103 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 19:44:28.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:44:28.103 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 19:44:28.103 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 19:44:28.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:44:28.103 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 19:44:28.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:44:28.103 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 19:44:28.103 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:28.103 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:28.104 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:28.104 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:44:28.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 19:44:28.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:28.104 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:28.104 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:28.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:28.104 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:28.104 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (4 items) and wait with time period 1 19:44:28.104 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (4 items) 19:44:28.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:44:28.104 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (4 items) is already expanded. No action performed 19:44:28.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:44:28.104 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (4 items) 19:44:28.104 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (4 items) 19:44:28.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:44:28.104 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (4 items) is already expanded. No action performed 19:44:28.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:44:28.104 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (4 items) ### There are problems in problems view 19:44:28.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:28.107 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:28.107 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:28.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:28.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:28.107 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:28.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 '\*?\QProblems\E') 19:44:28.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:28.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:28.123 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:28.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:28.123 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:28.123 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:28.123 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:28.123 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:28.123 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:28.124 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:28.124 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:28.124 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:44:28.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:28.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:28.124 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:28.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:28.124 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:28.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 19:44:28.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:28.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:28.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:28.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:28.125 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:28.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:28.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:28.141 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:28.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:28.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:28.141 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:28.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 '\*?\QProblems\E') 19:44:28.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:28.141 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:28.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:28.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:28.157 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:28.157 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:28.157 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:28.157 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:28.157 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:28.157 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:28.157 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:28.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 19:44:28.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:28.157 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:28.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:28.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:28.157 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:28.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 19:44:28.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:28.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:28.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:28.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:28.158 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found Errors pom.xml Plugin execution not covered by lifecycle configuration: org.apache.felix:maven-bundle-plugin:2.4.0:cleanVersions (execution: cleanVersions, phase: generate-sources) 19:44:28.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:28.174 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:28.174 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:28.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:28.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:28.174 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:28.174 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:44:28.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:28.174 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:28.189 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:28.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:28.189 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:28.189 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:28.189 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:28.190 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:28.190 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:28.190 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:28.190 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:28.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 19:44:28.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:28.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:28.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:28.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:28.191 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:28.191 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:44:28.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:28.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:28.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:28.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:28.192 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:28.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:28.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:28.207 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:28.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:28.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:28.207 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:28.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') 19:44:28.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:28.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:28.223 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:28.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:28.223 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:28.223 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:28.223 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:28.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:28.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:28.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:28.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:28.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 19:44:28.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:28.224 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:28.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:28.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:28.224 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:28.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 19:44:28.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:28.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:28.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:28.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:28.225 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found Warnings maven-test-project Build path specifies execution environment J2SE-1.5. There are no JREs installed in the workspace that are strictly compatible with this environment. 19:44:28.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:28.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:28.240 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:28.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:28.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:28.240 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:28.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 '\*?\QProblems\E') 19:44:28.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:28.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:28.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:28.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:28.256 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:28.256 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:28.256 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:28.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:28.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:28.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:28.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:28.257 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:44:28.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:28.257 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:28.258 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:28.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:28.258 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:28.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.ctab.DefaultCTabItem, index 0 and no matchers specified 19:44:28.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:28.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:28.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:28.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:28.259 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:28.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:28.274 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:28.274 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:28.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:28.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:28.274 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:28.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 '\*?\QProblems\E') 19:44:28.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:28.274 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:28.290 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:28.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:28.290 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:28.290 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:28.290 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:28.290 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:28.290 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:28.290 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:28.290 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:28.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 19:44:28.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:28.291 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:28.291 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:28.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:28.291 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:28.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 19:44:28.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:28.292 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:28.292 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:28.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:28.304 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found Warnings maven-wrong-project Build path specifies execution environment J2SE-1.5. There are no JREs installed in the workspace that are strictly compatible with this environment. 19:44:28.305 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:28.308 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:28.308 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:28.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:28.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:28.308 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:28.308 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:44:28.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:28.308 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:28.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:28.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:28.324 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:28.324 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:28.324 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:28.325 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:28.325 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:28.325 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:28.325 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:28.325 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:44:28.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:28.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:28.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:28.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:28.325 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:28.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 19:44:28.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:28.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:28.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:28.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:28.338 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:28.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:28.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:28.341 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:28.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:28.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:28.342 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:28.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') 19:44:28.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:28.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:28.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:28.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:28.345 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:28.345 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:28.345 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:28.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:28.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:28.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:28.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:28.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 19:44:28.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:28.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:28.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:28.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:28.346 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:28.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 19:44:28.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:28.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:28.347 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:28.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:28.347 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found Warnings maven-test-project The compiler compliance specified is 1.5 but a JRE 11 is used 19:44:28.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:28.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:28.350 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:28.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:28.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:28.350 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:28.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 '\*?\QProblems\E') 19:44:28.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:28.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:28.353 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:28.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:28.353 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:28.353 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:28.353 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:28.354 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:28.354 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:28.354 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:28.354 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:28.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 19:44:28.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:28.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:28.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:28.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:28.354 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:28.355 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:44:28.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:28.355 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:28.367 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:28.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:28.367 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:28.368 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:28.372 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:28.372 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:28.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:28.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:28.372 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:28.372 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:44:28.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:28.372 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:28.375 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:28.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:28.375 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:28.375 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:28.375 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:28.375 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:28.375 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:28.375 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:28.375 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:28.376 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:44:28.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:28.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:28.376 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:28.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:28.376 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:28.377 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:44:28.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:28.377 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:28.377 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:28.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:28.377 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found Warnings maven-wrong-project The compiler compliance specified is 1.5 but a JRE 11 is used 19:44:28.377 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 19:44:28.436 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 19:44:28.448 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:28.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:28.449 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:44:28.449 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:28.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:28.449 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:28.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:28.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:28.449 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:28.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') 19:44:28.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:28.449 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:28.450 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:28.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:28.450 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:28.450 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:44:28.450 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:44:28.475 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:28.476 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:44:28.476 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:44:28.476 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:44:28.477 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:28.477 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:44:28.477 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:44:28.477 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:44:28.477 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:28.477 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:44:28.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:28.478 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:28.478 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:44:28.978 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:28.978 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:44:29.479 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:29.479 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:44:29.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:44:29.479 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:44:29.479 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:44:29.480 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:29.480 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:44:29.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 19:44:29.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:29.480 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:29.480 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:29.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:29.480 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:29.480 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 19:44:29.481 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 19:44:29.481 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Project 19:44:29.481 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 19:44:29.481 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item Project 19:44:29.481 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Project 19:44:29.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:44:29.481 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Project is already expanded. No action performed 19:44:29.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:44:29.481 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Project 19:44:29.481 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 19:44:29.481 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:44:29.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:44:29.481 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:44:29.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:44:29.481 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:44:29.482 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item test 19:44:29.482 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 19:44:29.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:44:29.482 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 19:44:29.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:44:29.482 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 19:44:29.482 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 19:44:29.482 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 19:44:29.482 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 19:44:29.484 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 19:44:29.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:44:29.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:44:29.484 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:29.484 DEBUG [main][MenuItemLookup] Found menu:'File' 19:44:29.484 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:44:29.484 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:44:29.484 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 19:44:29.484 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:44:29.484 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:44:29.484 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:44:29.484 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:44:29.484 DEBUG [main][MenuItemLookup] Item match:Run 19:44:29.485 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 19:44:29.485 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 19:44:29.485 DEBUG [main][MenuItemLookup] Found menu:'' 19:44:29.485 DEBUG [main][MenuItemLookup] Found menu:'Run History' 19:44:29.485 DEBUG [main][MenuItemLookup] Found menu:'Run As' 19:44:29.485 DEBUG [main][MenuItemLookup] Item match:Run As 19:44:29.485 DEBUG [main][MenuItemLookup] Found menu:'1 Run on Server Shift+Alt+X R' 19:44:29.485 DEBUG [main][MenuItemLookup] Found menu:'2 Java Application Shift+Alt+X J' 19:44:29.485 DEBUG [main][MenuItemLookup] Item match:2 Java Application Shift+Alt+X J 19:44:29.485 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&2 Java Application Shift+Alt+X J" 19:44:29.485 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 2 Java Application Shift+Alt+X J 19:44:29.485 INFO [main][MenuItemHandler] Select menu item: &2 Java Application Shift+Alt+X J 19:44:29.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass.*'... 19:44:29.518 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:44:29.518 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:29.518 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:29.547 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:29.548 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 19:44:29.548 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:29.548 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:29.548 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:29.548 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 19:44:29.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:29.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:30.049 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:44:30.049 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:30.049 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:30.050 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:30.050 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World TooltipText=null 19:44:30.050 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:30.050 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:30.051 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:30.051 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World TooltipText=null 19:44:30.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:30.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:30.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass.*' finished successfully 19:44:30.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:44:30.051 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 19:44:30.051 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:44:30.051 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:44:30.051 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:44:30.051 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:44:30.051 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:44:30.051 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:44:30.051 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:44:30.051 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:44:30.051 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:44:30.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:44:30.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated... 19:44:30.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:30.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:30.054 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:44:30.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:30.057 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:30.057 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:30.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:30.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:30.057 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:30.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 '\*?\QConsole\E') 19:44:30.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:30.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:30.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:30.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:30.060 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:30.060 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:30.060 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:30.061 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:30.061 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:30.061 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:30.061 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:30.061 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:30.061 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:30.061 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:30.061 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:30.062 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:30.062 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:30.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:30.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:30.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated finished successfully 19:44:30.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:30.075 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:30.075 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:44:30.075 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:30.078 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:30.078 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:30.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:30.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:30.078 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:30.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 '\*?\QConsole\E') 19:44:30.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:30.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:30.081 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:30.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:30.081 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:30.081 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:30.081 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:30.081 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:30.081 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:30.081 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:30.081 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:30.082 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:30.082 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:30.082 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:30.082 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:30.082 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:30.082 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:30.082 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") 19:44:30.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:30.082 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:30.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:30.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:30.083 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:44:30.083 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Console When Standard Out Changes 19:44:30.083 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:30.083 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:30.083 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:30.083 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.ToolBar Text= TooltipText=null 19:44:30.083 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:30.083 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:30.084 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") 19:44:30.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:30.084 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:30.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:30.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:30.084 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:44:30.084 INFO [WorkbenchTestable][AbstractToolItem] Unclick tool item Show Console When Standard Out Changes 19:44:30.084 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Console When Standard Out Changes 19:44:30.084 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 19:44:30.084 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:44:30.084 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:30.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:30.087 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:44:30.087 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:30.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:30.090 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:30.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:30.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:30.090 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:30.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 '\*?\QConsole\E') 19:44:30.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:30.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:30.093 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:30.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:30.093 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:30.093 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:30.093 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:30.093 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:30.093 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:30.093 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:30.093 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:30.094 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:30.094 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:30.094 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:30.094 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:30.094 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:30.094 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:30.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:30.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:30.094 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:30.094 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:30.095 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:30.095 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:30.095 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:30.095 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:30.095 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") 19:44:30.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:30.095 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:30.095 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:30.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:30.095 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:44:30.095 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Console When Standard Out Changes 19:44:30.095 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Console When Standard Out Changes 19:44:30.095 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 19:44:30.095 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:44:30.095 INFO [WorkbenchTestable][AbstractView] Terminating console 19:44:30.095 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:30.095 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:30.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:30.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.ToolBar Text= TooltipText=null 19:44:30.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:30.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:30.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: "Terminate") 19:44:30.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:30.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:30.096 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:30.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:30.096 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:44:30.097 INFO [WorkbenchTestable][AbstractView] Console was terminated earlier 19:44:30.097 INFO [WorkbenchTestable][AbstractView] Removing launch from console 19:44:30.097 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:30.097 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:30.097 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:30.097 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World TooltipText=null 19:44:30.108 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") 19:44:30.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:30.108 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:30.108 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:30.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:30.108 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:44:30.108 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove Launch 19:44:30.108 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 19:44:30.108 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:44:30.109 INFO [WorkbenchTestable][AbstractView] Launch removed 19:44:30.125 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:30.125 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:30.125 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:30.125 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 19:44:30.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:30.126 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:44:30.127 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 19:44:30.127 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:44:30.127 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:44:30.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:44:30.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:44:30.128 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toggleShowConsoleOnStandardOutChange no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 19:44:30.128 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:44:30.128 INFO [WorkbenchTestable][RequirementsRunner] Started test: testConsoleHasAnyText no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 19:44:30.128 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 19:44:30.128 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:44:30.128 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:44:30.128 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:44:30.128 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:30.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:30.132 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:44:30.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:30.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:30.135 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:30.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:30.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:30.135 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:30.135 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:44:30.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:30.135 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:30.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:30.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:30.138 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:30.138 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:30.138 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:30.138 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:30.138 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:30.149 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:30.149 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:30.149 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:30.149 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:30.149 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:30.149 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:30.150 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:30.150 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:30.150 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:30.150 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:44:30.150 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:30.152 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:30.152 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:44:30.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:30.155 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:30.155 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:30.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:30.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:30.155 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:30.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 '\*?\QConsole\E') 19:44:30.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:30.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:30.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:30.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:30.158 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:30.158 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:30.158 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:30.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:30.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:30.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:30.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:30.158 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:30.158 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:30.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:30.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:30.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:30.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:30.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:30.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:30.159 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:44:30.659 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:30.660 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:44:31.160 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:31.161 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:44:31.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:31.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:44:32.162 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:32.164 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:44:32.664 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:32.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:44:33.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:33.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:44:33.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:33.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:44:34.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:34.167 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:44:34.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:34.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:44:35.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:35.169 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:44:35.670 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:35.671 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:44:36.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:36.172 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:44:36.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:36.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:44:37.173 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:37.173 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:44:37.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:37.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:44:38.173 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:38.174 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:44:38.675 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:38.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:44:39.176 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:39.176 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:44:39.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:39.678 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:44:40.178 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:40.178 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:44:40.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:44:40.179 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:40.182 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:40.182 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:44:40.182 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:40.184 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:40.184 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:40.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:40.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:40.184 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:40.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 '\*?\QConsole\E') 19:44:40.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:40.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:40.187 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:40.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:40.187 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:40.187 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:40.187 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:40.187 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:40.187 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:40.188 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:40.188 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:40.188 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:40.188 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:40.188 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:40.188 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:40.188 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:40.188 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:40.188 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:40.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:44:40.190 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 19:44:40.190 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:44:40.190 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:44:40.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:44:40.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:44:40.190 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testConsoleHasAnyText no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 19:44:40.190 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:44:40.190 INFO [WorkbenchTestable][RequirementsRunner] Started test: consoleHasTextTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 19:44:40.190 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 19:44:40.190 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:44:40.190 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:44:40.190 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:44:40.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:40.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:40.193 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:44:40.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:40.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:40.196 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:40.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:40.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:40.196 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:40.196 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:44:40.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:40.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:40.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:40.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:40.198 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:40.198 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:40.198 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:40.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:40.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:40.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:40.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:40.199 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:40.199 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:40.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:40.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:40.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:40.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:40.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:40.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:44:40.201 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 19:44:40.201 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:44:40.201 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:44:40.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:44:40.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:44:40.201 INFO [WorkbenchTestable][RequirementsRunner] Finished test: consoleHasTextTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 19:44:40.201 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:44:40.201 INFO [WorkbenchTestable][RequirementsRunner] Started test: getContextMenuTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 19:44:40.201 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 19:44:40.201 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:44:40.201 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:44:40.201 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:44:40.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:40.204 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:40.204 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:44:40.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:40.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:40.207 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:40.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:40.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:40.207 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:40.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 '\*?\QConsole\E') 19:44:40.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:40.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:40.209 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:40.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:40.209 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:40.210 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:40.210 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:40.210 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:40.210 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:40.210 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:40.210 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:40.210 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:40.213 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:40.213 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:44:40.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:40.215 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:40.215 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:40.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:40.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:40.215 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:40.215 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:44:40.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:40.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:40.217 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:40.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:40.217 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:40.218 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:40.218 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:40.241 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:40.241 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:44:40.241 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:40.241 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:40.241 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:40.241 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:44:40.241 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:44:40.241 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:40.242 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:40.242 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:40.242 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:44:40.242 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:44:40.243 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:44:40.243 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:44:40.243 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 19:44:40.243 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:44:40.243 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 19:44:40.243 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:44:40.243 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:44:40.243 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:44:40.243 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:44:40.243 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:44:40.243 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:44:40.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 19:44:41.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 19:44:41.244 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:44:41.244 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:41.244 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:41.245 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:41.245 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:44:41.245 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:44:41.246 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:44:41.246 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:44:41.246 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 19:44:41.246 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:44:41.246 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 19:44:41.246 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:44:41.246 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:44:41.246 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:44:41.246 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:44:41.246 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:44:41.246 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:44:41.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 19:44:41.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 19:44:41.246 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:41.246 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:41.246 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:41.247 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:44:41.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 19:44:41.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:41.247 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:41.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:41.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:41.247 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:41.247 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 19:44:41.247 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 19:44:41.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:44:41.247 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 19:44:41.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:44:41.247 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 19:44:41.247 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 19:44:41.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:44:41.247 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 19:44:41.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:44:41.247 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 19:44:41.247 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:41.247 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:41.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:41.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:44:41.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 19:44:41.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:41.248 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:41.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:41.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:41.248 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:41.248 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (4 items) and wait with time period 1 19:44:41.248 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (4 items) 19:44:41.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:44:41.248 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (4 items) is already expanded. No action performed 19:44:41.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:44:41.248 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (4 items) 19:44:41.248 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (4 items) 19:44:41.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:44:41.248 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (4 items) is already expanded. No action performed 19:44:41.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:44:41.248 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (4 items) ### There are problems in problems view 19:44:41.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:41.251 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:41.251 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:41.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:41.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:41.251 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:41.251 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:44:41.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:41.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:41.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:41.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:41.254 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:41.254 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:41.254 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:41.254 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:41.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:41.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:41.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:41.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 19:44:41.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:41.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:41.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:41.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:41.267 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:41.269 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:44:41.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:41.269 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:41.269 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:41.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:41.269 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:41.269 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:41.284 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:41.284 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:41.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:41.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:41.284 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:41.285 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:44:41.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:41.285 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:41.287 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:41.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:41.287 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:41.287 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:41.287 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:41.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:41.301 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:41.301 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:41.301 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:41.301 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:44:41.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:41.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:41.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:41.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:41.301 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:41.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 19:44:41.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:41.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:41.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:41.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:41.302 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found Errors pom.xml Plugin execution not covered by lifecycle configuration: org.apache.felix:maven-bundle-plugin:2.4.0:cleanVersions (execution: cleanVersions, phase: generate-sources) 19:44:41.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:41.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:41.318 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:41.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:41.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:41.318 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:41.318 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:44:41.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:41.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:41.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:41.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:41.334 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:41.334 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:41.334 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:41.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:41.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:41.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:41.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:41.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 19:44:41.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:41.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:41.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:41.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:41.335 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:41.336 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:44:41.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:41.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:41.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:41.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:41.336 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:41.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:41.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:41.351 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:41.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:41.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:41.351 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:41.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 '\*?\QProblems\E') 19:44:41.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:41.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:41.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:41.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:41.354 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:41.354 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:41.354 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:41.367 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:41.368 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:41.368 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:41.368 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:41.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 19:44:41.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:41.368 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:41.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:41.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:41.368 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:41.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 19:44:41.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:41.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:41.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:41.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:41.369 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found Warnings maven-test-project Build path specifies execution environment J2SE-1.5. There are no JREs installed in the workspace that are strictly compatible with this environment. 19:44:41.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:41.385 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:41.385 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:41.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:41.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:41.385 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:41.385 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:44:41.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:41.385 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:41.401 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:41.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:41.401 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:41.401 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:41.401 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:41.402 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:41.402 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:41.402 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:41.402 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:41.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 19:44:41.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:41.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:41.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:41.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:41.402 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:41.403 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:44:41.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:41.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:41.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:41.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:41.403 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:41.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:41.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:41.418 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:41.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:41.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:41.419 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:41.419 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:44:41.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:41.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:41.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:41.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:41.434 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:41.434 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:41.434 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:41.434 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:41.434 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:41.434 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:41.434 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:41.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 19:44:41.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:41.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:41.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:41.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:41.435 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:41.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 19:44:41.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:41.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:41.436 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:41.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:41.436 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found Warnings maven-wrong-project Build path specifies execution environment J2SE-1.5. There are no JREs installed in the workspace that are strictly compatible with this environment. 19:44:41.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:41.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:41.451 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:41.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:41.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:41.451 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:41.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 '\*?\QProblems\E') 19:44:41.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:41.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:41.467 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:41.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:41.467 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:41.467 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:41.467 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:41.468 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:41.468 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:41.468 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:41.468 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:41.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 19:44:41.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:41.468 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:41.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:41.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:41.468 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:41.469 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:44:41.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:41.469 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:41.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:41.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:41.469 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:41.469 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:41.484 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:41.484 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:41.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:41.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:41.484 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:41.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 '\*?\QProblems\E') 19:44:41.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:41.484 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:41.487 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:41.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:41.487 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:41.487 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:41.487 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:41.500 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:41.500 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:41.500 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:41.500 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:41.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.ctab.DefaultCTabItem, index 0 and no matchers specified 19:44:41.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:41.500 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:41.500 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:41.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:41.501 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:41.502 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:44:41.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:41.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:41.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:41.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:41.502 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found Warnings maven-test-project The compiler compliance specified is 1.5 but a JRE 11 is used 19:44:41.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:41.517 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:41.517 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:41.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:41.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:41.517 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:41.517 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:44:41.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:41.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:41.520 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:41.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:41.520 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:41.520 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:41.520 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:41.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:41.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:41.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:41.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:41.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 19:44:41.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:41.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:41.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:41.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:41.534 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:41.535 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:44:41.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:41.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:41.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:41.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:41.535 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:41.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:41.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:41.550 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:41.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:41.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:41.551 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:41.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 19:44:41.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:41.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:41.553 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:41.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:41.553 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:41.553 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:41.553 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:41.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:41.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:41.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:41.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:41.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 19:44:41.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:41.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:41.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:41.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:41.554 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:41.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 19:44:41.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:41.567 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:41.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:41.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:41.567 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found Warnings maven-wrong-project The compiler compliance specified is 1.5 but a JRE 11 is used 19:44:41.568 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 19:44:41.625 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 19:44:41.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:41.626 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:41.626 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:44:41.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:41.626 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:41.626 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:41.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:41.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:41.627 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:41.627 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:44:41.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:41.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:41.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:41.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:41.627 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:41.627 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:44:41.627 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:44:41.660 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:41.660 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:44:41.660 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:44:41.660 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:44:41.661 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:41.661 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:44:41.661 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:44:41.661 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:44:41.661 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:41.662 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:44:41.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:41.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:41.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:44:42.162 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:42.162 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:44:42.663 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:42.664 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:44:42.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:44:42.664 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:44:42.664 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:44:42.665 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:42.665 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:44:42.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 19:44:42.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:42.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:42.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:42.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:42.665 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:42.665 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 19:44:42.666 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 19:44:42.666 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Project 19:44:42.666 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 19:44:42.666 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item Project 19:44:42.666 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Project 19:44:42.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:44:42.666 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Project is already expanded. No action performed 19:44:42.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:44:42.666 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Project 19:44:42.666 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 19:44:42.666 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:44:42.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:44:42.667 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:44:42.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:44:42.667 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:44:42.667 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item test 19:44:42.667 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 19:44:42.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:44:42.667 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 19:44:42.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:44:42.667 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 19:44:42.667 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 19:44:42.667 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 19:44:42.667 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 19:44:42.669 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 19:44:42.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:44:42.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:44:42.669 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:42.669 DEBUG [main][MenuItemLookup] Found menu:'File' 19:44:42.669 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:44:42.669 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:44:42.669 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 19:44:42.669 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:44:42.669 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:44:42.669 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:44:42.669 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:44:42.669 DEBUG [main][MenuItemLookup] Item match:Run 19:44:42.669 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 19:44:42.669 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 19:44:42.669 DEBUG [main][MenuItemLookup] Found menu:'' 19:44:42.669 DEBUG [main][MenuItemLookup] Found menu:'Run History' 19:44:42.669 DEBUG [main][MenuItemLookup] Found menu:'Run As' 19:44:42.669 DEBUG [main][MenuItemLookup] Item match:Run As 19:44:42.669 DEBUG [main][MenuItemLookup] Found menu:'1 Run on Server Shift+Alt+X R' 19:44:42.669 DEBUG [main][MenuItemLookup] Found menu:'2 Java Application Shift+Alt+X J' 19:44:42.669 DEBUG [main][MenuItemLookup] Item match:2 Java Application Shift+Alt+X J 19:44:42.670 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&2 Java Application Shift+Alt+X J" 19:44:42.670 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 2 Java Application Shift+Alt+X J 19:44:42.670 INFO [main][MenuItemHandler] Select menu item: &2 Java Application Shift+Alt+X J 19:44:42.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass.*'... 19:44:42.700 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:44:42.700 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:42.700 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:42.719 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:42.719 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 19:44:42.719 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:42.719 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:42.720 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:42.720 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 19:44:42.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:42.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:43.220 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:44:43.221 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:43.221 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:43.222 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:43.222 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World TooltipText=null 19:44:43.222 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:43.222 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:43.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:43.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World TooltipText=null 19:44:43.223 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:43.223 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:43.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass.*' finished successfully 19:44:43.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:44:43.223 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 19:44:43.223 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:44:43.223 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:44:43.223 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:44:43.223 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:44:43.223 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:44:43.223 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:44:43.223 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:44:43.223 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:44:43.223 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:44:43.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:44:43.223 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 19:44:44.224 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:44.224 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:44.224 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:44.225 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World TooltipText=null 19:44:44.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:44.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:44.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:44.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:44.225 TRACE [WorkbenchTestable][WidgetHandler] Notify StyledText with event 35 19:44:44.225 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:44:44.235 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 19:44:44.235 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:44:44.235 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:44:44.235 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 19:44:44.235 DEBUG [main][MenuItemLookup] Found menu:'' 19:44:44.235 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace...' 19:44:44.235 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 19:44:44.235 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 19:44:44.235 DEBUG [main][MenuItemLookup] Found menu:'Open Link' 19:44:44.235 DEBUG [main][MenuItemLookup] Found menu:'Clear' 19:44:44.235 DEBUG [main][MenuItemLookup] Item match:Clear 19:44:44.235 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:44.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:44.238 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:44:44.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:44.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:44.241 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:44.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:44.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:44.241 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:44.241 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:44:44.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:44.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:44.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:44.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:44.244 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:44.244 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:44.244 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:44.245 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:44.245 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:44.245 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:44.245 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:44.245 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:44.245 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:44.245 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:44.245 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:44.245 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:44.245 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:44.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:44.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:44.246 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:44.246 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:44.246 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:44.246 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:44.246 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:44.246 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:44.246 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") 19:44:44.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:44.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:44.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:44.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:44.247 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:44:44.247 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Console When Standard Out Changes 19:44:44.247 INFO [WorkbenchTestable][AbstractView] Terminating console 19:44:44.247 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:44.247 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:44.247 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:44.247 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.ToolBar Text= TooltipText=null 19:44:44.247 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:44.247 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:44.247 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") 19:44:44.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:44.247 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:44.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:44.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:44.248 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:44:44.248 INFO [WorkbenchTestable][AbstractView] Console was terminated earlier 19:44:44.248 INFO [WorkbenchTestable][AbstractView] Removing launch from console 19:44:44.248 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:44.248 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:44.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:44.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World TooltipText=null 19:44:44.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") 19:44:44.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:44.248 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:44.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:44.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:44.248 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:44:44.248 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove Launch 19:44:44.248 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 19:44:44.248 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:44:44.249 INFO [WorkbenchTestable][AbstractView] Launch removed 19:44:44.275 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:44.275 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:44.276 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:44.276 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 19:44:44.276 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:44.276 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:44:44.277 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 19:44:44.277 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:44:44.277 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:44:44.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:44:44.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:44:44.277 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getContextMenuTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 19:44:44.277 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:44:44.277 INFO [WorkbenchTestable][RequirementsRunner] Started test: testRemoveLaunch no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 19:44:44.277 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 19:44:44.277 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:44:44.277 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:44:44.277 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:44:44.277 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:44.280 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:44.280 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:44:44.280 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:44.282 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:44.282 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:44.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:44.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:44.283 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:44.283 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:44:44.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:44.283 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:44.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:44.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:44.295 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:44.295 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:44.295 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:44.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:44.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:44:44.318 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:44.318 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:44.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:44.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:44:44.319 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:44:44.319 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:44.319 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:44.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:44.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:44:44.320 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:44:44.320 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:44:44.320 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:44:44.321 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 19:44:44.321 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:44:44.321 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 19:44:44.321 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:44:44.321 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:44:44.321 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:44:44.321 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:44:44.321 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:44:44.321 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:44:44.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 19:44:45.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 19:44:45.822 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:44:45.822 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:45.822 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:45.823 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:45.823 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:44:45.823 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:44:45.823 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:44:45.823 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:44:45.824 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 19:44:45.824 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:44:45.824 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 19:44:45.824 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:44:45.824 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:44:45.824 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:44:45.824 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:44:45.824 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:44:45.824 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:44:45.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 19:44:45.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 19:44:45.824 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:45.824 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:45.824 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:45.824 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:44:45.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 19:44:45.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:45.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:45.825 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:45.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:45.825 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:45.825 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 19:44:45.825 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 19:44:45.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:44:45.825 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 19:44:45.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:44:45.825 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 19:44:45.825 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 19:44:45.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:44:45.825 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 19:44:45.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:44:45.825 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 19:44:45.825 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:45.825 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:45.825 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:45.825 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:44:45.825 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:44:45.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:45.825 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:45.826 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:45.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:45.826 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:45.826 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (4 items) and wait with time period 1 19:44:45.826 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (4 items) 19:44:45.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:44:45.826 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (4 items) is already expanded. No action performed 19:44:45.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:44:45.826 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (4 items) 19:44:45.826 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (4 items) 19:44:45.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:44:45.826 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (4 items) is already expanded. No action performed 19:44:45.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:44:45.826 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (4 items) ### There are problems in problems view 19:44:45.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:45.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:45.829 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:45.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:45.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:45.829 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:45.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 19:44:45.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:45.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:45.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:45.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:45.844 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:45.844 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:45.844 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:45.845 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:45.845 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:45.845 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:45.845 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:45.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 19:44:45.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:45.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:45.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:45.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:45.845 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:45.846 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:44:45.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:45.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:45.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:45.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:45.846 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:45.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:45.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:45.861 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:45.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:45.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:45.862 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:45.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 '\*?\QProblems\E') 19:44:45.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:45.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:45.877 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:45.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:45.877 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:45.877 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:45.877 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:45.878 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:45.878 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:45.878 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:45.878 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:45.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 19:44:45.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:45.878 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:45.878 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:45.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:45.878 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:45.879 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:44:45.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:45.879 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:45.879 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:45.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:45.879 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found Errors pom.xml Plugin execution not covered by lifecycle configuration: org.apache.felix:maven-bundle-plugin:2.4.0:cleanVersions (execution: cleanVersions, phase: generate-sources) 19:44:45.879 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:45.894 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:45.894 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:45.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:45.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:45.895 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:45.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') 19:44:45.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:45.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:45.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:45.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:45.897 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:45.897 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:45.897 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:45.910 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:45.911 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:45.911 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:45.911 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:45.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 19:44:45.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:45.911 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:45.911 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:45.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:45.911 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:45.912 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:44:45.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:45.912 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:45.912 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:45.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:45.912 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:45.912 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:45.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:45.928 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:45.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:45.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:45.928 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44: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 '\*?\QProblems\E') 19:44:45.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:45.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:45.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:45.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:45.944 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:45.944 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:45.944 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:45.945 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:45.945 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:45.945 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:45.945 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:45.945 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:44:45.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:45.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:45.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:45.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:45.945 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:45.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 19:44:45.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:45.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:45.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:45.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:45.946 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found Warnings maven-test-project Build path specifies execution environment J2SE-1.5. There are no JREs installed in the workspace that are strictly compatible with this environment. 19:44:45.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:45.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:45.961 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:45.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:45.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:45.962 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:45.962 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:44:45.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:45.962 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:45.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:45.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:45.977 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:45.977 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:45.977 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:45.977 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:45.977 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:45.977 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:45.977 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:45.978 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:44:45.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:45.978 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:45.978 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:45.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:45.978 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:45.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 19:44:45.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:45.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:45.979 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:45.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:45.979 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:45.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:45.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:45.994 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:45.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:45.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:45.994 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:45.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 '\*?\QProblems\E') 19:44:45.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:45.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:45.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:45.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:45.996 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:45.997 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:45.997 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:45.997 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:45.997 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:45.997 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:45.997 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:45.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 19:44:45.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:45.997 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:45.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:45.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:45.997 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:46.011 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:44:46.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:46.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:46.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:46.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:46.011 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found Warnings maven-wrong-project Build path specifies execution environment J2SE-1.5. There are no JREs installed in the workspace that are strictly compatible with this environment. 19:44:46.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:46.014 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:46.026 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:46.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:46.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:46.027 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:46.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 19:44:46.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:46.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:46.030 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:46.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:46.030 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:46.030 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:46.030 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:46.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:46.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:46.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:46.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:46.030 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:44:46.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:46.030 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:46.043 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:46.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:46.043 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:46.044 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:44:46.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:46.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:46.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:46.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:46.044 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:46.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:46.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:46.047 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:46.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:46.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:46.047 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:46.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 '\*?\QProblems\E') 19:44:46.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:46.047 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:46.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:46.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:46.063 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:46.063 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:46.063 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:46.063 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:46.063 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:46.064 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:46.064 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:46.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 19:44:46.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:46.064 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:46.064 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:46.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:46.064 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:46.077 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:44:46.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:46.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:46.077 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:46.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:46.077 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found Warnings maven-test-project The compiler compliance specified is 1.5 but a JRE 11 is used 19:44:46.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:46.080 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:46.080 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:46.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:46.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:46.080 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:46.080 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:44:46.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:46.080 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:46.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:46.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:46.083 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:46.083 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:46.083 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:46.084 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:46.084 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:46.084 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:46.084 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:46.084 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:44:46.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:46.084 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:46.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:46.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:46.084 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:46.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 19:44:46.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:46.085 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:46.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:46.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:46.085 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:46.085 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:46.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:46.088 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:46.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:46.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:46.088 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:46.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') 19:44:46.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:46.088 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:46.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:46.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:46.091 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:46.091 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:46.091 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:46.091 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:46.091 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:46.092 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:46.092 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:46.092 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:44:46.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:46.092 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:46.092 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:46.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:46.092 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:46.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 19:44:46.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:46.093 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:46.093 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:46.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:46.093 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found Warnings maven-wrong-project The compiler compliance specified is 1.5 but a JRE 11 is used 19:44:46.093 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 19:44:46.155 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 19:44:46.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:46.168 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:46.168 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:44:46.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:46.169 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:46.169 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:46.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:46.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:46.169 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:46.169 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:44:46.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:46.169 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:46.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:46.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:46.170 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:46.170 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:44:46.170 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:44:46.198 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:46.198 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:44:46.198 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:44:46.198 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:44:46.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:46.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:44:46.199 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:44:46.199 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:44:46.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:46.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:44:46.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:46.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:46.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:44:46.700 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:46.701 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:44:47.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:47.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:44:47.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:44:47.202 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:44:47.202 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:44:47.202 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:47.202 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:44:47.202 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:44:47.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:47.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:47.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:47.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:47.203 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:47.203 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 19:44:47.203 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 19:44:47.203 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Project 19:44:47.203 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 19:44:47.203 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item Project 19:44:47.203 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Project 19:44:47.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:44:47.203 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Project is already expanded. No action performed 19:44:47.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:44:47.204 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Project 19:44:47.204 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 19:44:47.204 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:44:47.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:44:47.204 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:44:47.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:44:47.204 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:44:47.204 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item test 19:44:47.204 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 19:44:47.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:44:47.204 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 19:44:47.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:44:47.204 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 19:44:47.204 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 19:44:47.204 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 19:44:47.204 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 19:44:47.205 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 19:44:47.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:44:47.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:44:47.206 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:47.206 DEBUG [main][MenuItemLookup] Found menu:'File' 19:44:47.206 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:44:47.206 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:44:47.206 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 19:44:47.206 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:44:47.206 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:44:47.206 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:44:47.206 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:44:47.206 DEBUG [main][MenuItemLookup] Item match:Run 19:44:47.206 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 19:44:47.206 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 19:44:47.206 DEBUG [main][MenuItemLookup] Found menu:'' 19:44:47.206 DEBUG [main][MenuItemLookup] Found menu:'Run History' 19:44:47.206 DEBUG [main][MenuItemLookup] Found menu:'Run As' 19:44:47.206 DEBUG [main][MenuItemLookup] Item match:Run As 19:44:47.206 DEBUG [main][MenuItemLookup] Found menu:'1 Run on Server Shift+Alt+X R' 19:44:47.206 DEBUG [main][MenuItemLookup] Found menu:'2 Java Application Shift+Alt+X J' 19:44:47.206 DEBUG [main][MenuItemLookup] Item match:2 Java Application Shift+Alt+X J 19:44:47.206 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&2 Java Application Shift+Alt+X J" 19:44:47.206 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 2 Java Application Shift+Alt+X J 19:44:47.206 INFO [main][MenuItemHandler] Select menu item: &2 Java Application Shift+Alt+X J 19:44:47.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass.*'... 19:44:47.247 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:44:47.252 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:47.252 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:47.331 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:47.331 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 19:44:47.331 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:47.331 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:47.332 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:47.332 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 19:44:47.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:47.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:47.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass.*' finished successfully 19:44:47.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:44:47.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 19:44:47.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 19:44:47.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'IOConsole Updater' is a system job, skipped 19:44:47.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'Show Console View' is a system job, skipped 19:44:47.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 19:44:47.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 19:44:47.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:44:47.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:44:47.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:44:47.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:44:47.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:44:47.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:44:47.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:44:47.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:44:47.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:44:47.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:44:47.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated... 19:44:47.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:47.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:47.335 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:44:47.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:47.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:47.338 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:47.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:47.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:47.338 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:47.338 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:44:47.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:47.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:47.382 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:47.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:47.382 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:47.382 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:47.382 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:47.383 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:47.383 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:47.383 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:47.383 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:47.383 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:47.383 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:47.384 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:47.384 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:47.384 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:47.384 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:47.384 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:47.384 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:47.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated finished successfully 19:44:47.384 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:47.387 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:47.387 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:44:47.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:47.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:47.391 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:47.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:47.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:47.391 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:47.391 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:44:47.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:47.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:47.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:47.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:47.393 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:47.393 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:47.393 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:47.394 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:47.394 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:47.394 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:47.394 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:47.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console contains launch... 19:44:47.394 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:47.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:47.397 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:44:47.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:47.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:47.399 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:47.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:47.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:47.399 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:47.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 '\*?\QConsole\E') 19:44:47.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:47.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:47.401 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:47.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:47.401 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:47.402 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:47.402 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:47.402 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:47.402 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:47.402 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:47.402 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:47.402 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:47.402 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:47.403 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:47.403 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:47.403 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:47.403 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:47.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:47.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:47.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console contains launch finished successfully 19:44:47.403 INFO [WorkbenchTestable][AbstractView] Removing launch from console 19:44:47.403 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:47.403 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:47.403 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:47.403 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:47.403 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:47.403 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:47.404 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") 19:44:47.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:47.404 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:47.404 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:47.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:47.404 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:44:47.404 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove Launch 19:44:47.404 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 19:44:47.404 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:44:47.405 INFO [WorkbenchTestable][AbstractView] Launch removed 19:44:47.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console contains launch... 19:44:47.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:47.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:47.432 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:44:47.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:47.436 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:47.436 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:47.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:47.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:47.436 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:47.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') 19:44:47.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:47.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:47.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:47.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:47.440 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:47.440 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:47.440 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:47.450 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:47.450 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:47.450 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:47.450 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:47.450 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:47.450 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:47.451 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:47.451 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:47.451 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:47.451 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:47.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:47.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:44:47.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console contains launch finished successfully 19:44:47.451 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:47.451 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:47.452 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:47.452 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:47.452 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:47.452 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:47.452 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:47.452 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:44:47.452 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:47.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:47.455 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:44:47.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:47.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:47.458 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:47.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:47.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:47.458 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:47.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 '\*?\QConsole\E') 19:44:47.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:47.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:47.461 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:47.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:47.461 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:47.461 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:47.461 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:47.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:47.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:47.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:47.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:47.462 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:47.462 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:47.462 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:47.462 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:47.462 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:47.462 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:47.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:47.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:44:47.463 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 19:44:47.463 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:44:47.463 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:44:47.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:44:47.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:44:47.464 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testRemoveLaunch no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 19:44:47.464 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:44:47.464 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTerminateConsole no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 19:44:47.464 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 19:44:47.464 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:44:47.464 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:44:47.464 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:44:47.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:47.483 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:47.483 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:44:47.483 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:47.485 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:47.485 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:47.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:47.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:47.485 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:47.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 '\*?\QProblems\E') 19:44:47.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:47.485 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:47.488 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:47.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:47.488 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:47.488 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:47.488 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:47.511 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:47.511 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:44:47.512 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:47.512 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:47.512 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:47.512 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:44:47.512 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:44:47.512 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:47.512 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:47.513 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:47.513 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:44:47.513 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:44:47.514 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:44:47.514 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:44:47.514 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 19:44:47.514 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:44:47.514 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 19:44:47.514 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:44:47.514 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:44:47.514 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:44:47.514 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:44:47.514 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:44:47.514 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:44:47.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 19:44:48.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 19:44:48.515 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:44:48.515 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:48.515 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:48.516 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:48.516 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:44:48.516 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:44:48.516 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:44:48.516 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:44:48.516 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 19:44:48.516 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:44:48.517 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 19:44:48.517 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:44:48.517 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:44:48.517 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:44:48.517 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:44:48.517 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:44:48.517 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:44:48.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 19:44:48.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 19:44:48.517 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:48.517 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:48.517 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:48.517 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:44:48.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 19:44:48.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:48.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:48.517 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:48.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:48.517 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:48.518 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 19:44:48.518 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 19:44:48.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:44:48.518 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 19:44:48.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:44:48.518 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 19:44:48.518 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 19:44:48.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:44:48.518 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 19:44:48.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:44:48.518 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 19:44:48.518 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:48.518 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:48.518 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:48.518 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:44:48.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 19:44:48.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:48.519 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:48.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:48.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:48.519 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:48.519 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (4 items) and wait with time period 1 19:44:48.519 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (4 items) 19:44:48.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:44:48.519 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (4 items) is already expanded. No action performed 19:44:48.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:44:48.519 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (4 items) 19:44:48.519 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (4 items) 19:44:48.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:44:48.519 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (4 items) is already expanded. No action performed 19:44:48.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:44:48.519 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (4 items) ### There are problems in problems view 19:44:48.519 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:48.522 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:48.522 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:48.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:48.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:48.522 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:48.522 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:44:48.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:48.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:48.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:48.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:48.537 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:48.537 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:48.537 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:48.538 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:48.538 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:48.538 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:48.538 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:48.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 19:44:48.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:48.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:48.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:48.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:48.538 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:48.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 19:44:48.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:48.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:48.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:48.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:48.552 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:48.552 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:48.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:48.554 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:48.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:48.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:48.555 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:48.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 '\*?\QProblems\E') 19:44:48.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:48.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:48.570 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:48.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:48.570 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:48.570 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:48.570 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:48.570 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:48.570 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:48.570 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:48.570 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:48.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 19:44:48.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:48.570 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:48.571 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:48.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:48.571 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:48.572 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:44:48.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:48.572 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:48.572 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:48.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:48.572 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found Errors pom.xml Plugin execution not covered by lifecycle configuration: org.apache.felix:maven-bundle-plugin:2.4.0:cleanVersions (execution: cleanVersions, phase: generate-sources) 19:44:48.572 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:48.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:48.587 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:48.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:48.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:48.588 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:48.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') 19:44:48.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:48.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:48.602 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:48.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:48.602 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:48.602 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:48.602 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:48.603 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:48.603 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:48.603 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:48.603 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:48.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 19:44:48.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:48.603 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:48.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:48.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:48.603 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:48.604 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:44:48.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:48.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:48.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:48.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:48.604 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:48.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:48.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:48.620 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:48.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:48.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:48.620 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:48.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 19:44:48.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:48.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:48.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:48.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:48.635 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:48.635 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:48.635 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:48.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:48.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:48.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:48.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:48.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 19:44:48.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:48.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:48.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:48.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:48.636 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:48.637 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:44:48.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:48.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:48.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:48.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:48.637 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found Warnings maven-test-project Build path specifies execution environment J2SE-1.5. There are no JREs installed in the workspace that are strictly compatible with this environment. 19:44:48.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:48.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:48.652 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:48.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:48.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:48.652 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:48.652 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:44:48.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:48.652 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:48.655 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:48.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:48.655 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:48.655 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:48.655 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:48.668 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:48.668 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:48.668 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:48.668 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:48.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 19:44:48.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:48.668 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:48.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:48.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:48.668 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:48.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 19:44:48.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:48.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:48.670 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:48.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:48.670 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:48.670 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:48.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:48.672 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:48.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:48.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:48.673 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:48.673 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:44:48.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:48.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:48.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:48.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:48.688 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:48.688 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:48.688 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:48.689 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:48.689 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:48.689 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:48.689 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:48.689 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:44:48.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:48.689 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:48.689 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:48.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:48.689 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:48.701 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:44:48.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:48.702 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:48.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:48.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:48.702 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found Warnings maven-wrong-project Build path specifies execution environment J2SE-1.5. There are no JREs installed in the workspace that are strictly compatible with this environment. 19:44:48.702 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:48.704 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:48.704 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:48.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:48.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:48.705 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:48.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 '\*?\QProblems\E') 19:44:48.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:48.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:48.707 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:48.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:48.707 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:48.707 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:48.707 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:48.708 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:48.708 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:48.708 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:48.708 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:48.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 19:44:48.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:48.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:48.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:48.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:48.708 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:48.709 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:44:48.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:48.709 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:48.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:48.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:48.709 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:48.709 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:48.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:48.712 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:48.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:48.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:48.712 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:48.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 '\*?\QProblems\E') 19:44:48.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:48.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:48.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:48.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:48.715 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:48.715 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:48.715 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:48.715 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:48.715 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:48.715 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:48.715 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:48.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 19:44:48.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:48.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:48.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:48.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:48.715 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:48.717 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:44:48.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:48.717 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:48.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:48.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:48.717 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found Warnings maven-test-project The compiler compliance specified is 1.5 but a JRE 11 is used 19:44:48.717 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:48.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:48.732 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:48.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:48.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:48.732 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:48.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 '\*?\QProblems\E') 19:44:48.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:48.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:48.748 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:48.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:48.748 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:48.748 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:48.748 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:48.748 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:48.748 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:48.748 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:48.748 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:48.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 19:44:48.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:48.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:48.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:48.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:48.749 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:48.750 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:44:48.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:48.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:48.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:48.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:48.750 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:48.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:48.765 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:48.765 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:48.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:48.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:48.765 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:48.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 '\*?\QProblems\E') 19:44:48.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:48.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:48.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:48.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:48.781 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:48.781 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:48.781 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:48.781 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:48.781 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:48.781 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:48.781 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:48.781 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:44:48.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:48.782 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:48.782 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:48.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:48.782 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:48.783 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:44:48.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:48.783 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:48.783 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:48.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:48.783 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found Warnings maven-wrong-project The compiler compliance specified is 1.5 but a JRE 11 is used 19:44:48.783 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 19:44:48.845 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 19:44:48.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:48.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:48.858 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:44:48.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:48.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:48.858 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:48.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:48.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:48.859 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:48.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 '\*?\QPackage Explorer\E') 19:44:48.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:48.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:48.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:48.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:48.859 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:48.859 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:44:48.860 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:44:48.892 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:48.892 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:44:48.892 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:44:48.892 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:44:48.892 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:48.892 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:44:48.892 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:44:48.893 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:44:48.893 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:48.893 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:44:48.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:48.893 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:48.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:44:49.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:49.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:44:49.894 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:49.894 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:44:49.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:44:49.894 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:44:49.894 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:44:49.895 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:49.895 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:44:49.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 19:44:49.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:49.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:49.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:49.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:49.895 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:49.895 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 19:44:49.895 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 19:44:49.896 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Project 19:44:49.896 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 19:44:49.896 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item Project 19:44:49.896 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Project 19:44:49.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:44:49.896 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Project is already expanded. No action performed 19:44:49.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:44:49.896 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Project 19:44:49.896 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 19:44:49.896 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:44:49.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:44:49.896 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:44:49.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:44:49.896 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:44:49.896 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestLoopClass.java of tree item test 19:44:49.896 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 19:44:49.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:44:49.897 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 19:44:49.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:44:49.897 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 19:44:49.897 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestLoopClass.java 19:44:49.897 DEBUG [main][TreeItemHandler] Selecting tree item: TestLoopClass.java 19:44:49.897 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestLoopClass.java about selection 19:44:49.899 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestLoopClass.java 19:44:49.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:44:49.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:44:49.899 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:49.899 DEBUG [main][MenuItemLookup] Found menu:'File' 19:44:49.899 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:44:49.899 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:44:49.899 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 19:44:49.899 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:44:49.899 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:44:49.899 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:44:49.899 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:44:49.899 DEBUG [main][MenuItemLookup] Item match:Run 19:44:49.899 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 19:44:49.899 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 19:44:49.899 DEBUG [main][MenuItemLookup] Found menu:'' 19:44:49.899 DEBUG [main][MenuItemLookup] Found menu:'Run History' 19:44:49.899 DEBUG [main][MenuItemLookup] Found menu:'Run As' 19:44:49.899 DEBUG [main][MenuItemLookup] Item match:Run As 19:44:49.899 DEBUG [main][MenuItemLookup] Found menu:'1 Run on Server Shift+Alt+X R' 19:44:49.899 DEBUG [main][MenuItemLookup] Found menu:'2 Java Application Shift+Alt+X J' 19:44:49.899 DEBUG [main][MenuItemLookup] Item match:2 Java Application Shift+Alt+X J 19:44:49.900 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&2 Java Application Shift+Alt+X J" 19:44:49.900 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 2 Java Application Shift+Alt+X J 19:44:49.900 INFO [main][MenuItemHandler] Select menu item: &2 Java Application Shift+Alt+X J 19:44:49.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestLoopClass.*'... 19:44:49.940 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:44:49.947 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:49.947 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:50.092 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:50.093 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 TooltipText=null 19:44:50.096 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:50.096 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:50.097 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:50.097 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 TooltipText=null 19:44:50.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:50.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:50.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestLoopClass.*' finished successfully 19:44:50.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:44:50.101 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is a system job, skipped 19:44:50.101 DEBUG [WorkbenchTestable][JobIsRunning] job 'Match Job' is a system job, skipped 19:44:50.101 DEBUG [WorkbenchTestable][JobIsRunning] job 'IOConsole Updater' is a system job, skipped 19:44:50.101 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 19:44:50.101 DEBUG [WorkbenchTestable][JobIsRunning] job 'Show Console View' is a system job, skipped 19:44:50.101 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reveal End of Document' is a system job, skipped 19:44:50.101 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 19:44:50.101 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 19:44:50.101 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 19:44:50.101 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 19:44:50.101 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:44:50.101 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:44:50.101 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:44:50.101 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:44:50.101 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:44:50.101 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:44:50.101 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:44:50.101 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:44:50.101 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:44:50.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:44:50.101 DEBUG [WorkbenchTestable][AbstractWait] Wait for 3 seconds 19:44:53.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:53.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:53.106 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:44:53.106 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:53.110 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:53.110 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:53.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:53.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:53.110 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:53.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 '\*?\QConsole\E') 19:44:53.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:53.110 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:53.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:53.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:53.188 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:53.189 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:53.189 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:53.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:53.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:53.190 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:53.190 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:53.190 INFO [WorkbenchTestable][AbstractView] Terminating console 19:44:53.190 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:53.190 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:53.190 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:53.191 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:53.191 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:53.191 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:53.191 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") 19:44:53.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:53.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:53.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:53.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:53.192 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:44:53.193 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Terminate 19:44:53.193 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 19:44:53.193 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:44:53.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated... 19:44:53.194 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:53.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:53.198 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:44:53.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:53.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:53.202 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:53.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:53.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:53.202 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:53.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 '\*?\QConsole\E') 19:44:53.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:53.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:53.221 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:53.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:53.221 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:53.221 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:53.221 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:53.221 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:53.221 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:53.221 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:53.221 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:53.221 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:53.221 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:53.222 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:53.222 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:53.222 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:53.222 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:53.222 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:53.222 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:53.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated finished successfully 19:44:53.222 INFO [WorkbenchTestable][AbstractView] Console terminated 19:44:53.222 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:53.222 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:53.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:53.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:53.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:53.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:53.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:53.223 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:53.223 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:53.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:53.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 19:44:53.224 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:53.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:53.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 19:44:53.224 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 19:44:53.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:53.224 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:53.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:53.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:53.224 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:44:53.225 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 19:44:54.225 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:54.225 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:54.226 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:54.226 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=592495 592496 592497 592498 592499 592500 592501 592502 592503 592504 592505 592506 592507 592508 592509 592510 592511 592512 592513 592514 592515 592516 592517 592518 592519 592520 592521 592522 592523 592524 592525 592526 592527 592528 592529 592530 592531 592532 592533 592534 592535 592536 592537 592538 592539 592540 592541 592542 592543 592544 592545 592546 592547 592548 592549 592550 592551 592552 592553 592554 592555 592556 592557 592558 592559 592560 592561 592562 592563 592564 592565 592566 592567 592568 592569 592570 592571 592572 592573 592574 592575 592576 592577 592578 592579 592580 592581 592582 592583 592584 592585 592586 592587 592588 592589 592590 592591 592592 592593 592594 592595 592596 592597 592598 592599 592600 592601 592602 592603 592604 592605 592606 592607 592608 592609 592610 592611 592612 592613 592614 592615 592616 592617 592618 592619 592620 592621 592622 592623 592624 592625 592626 592627 592628 592629 592630 592631 592632 592633 592634 592635 592636 592637 592638 592639 592640 592641 592642 592643 592644 592645 592646 592647 592648 592649 592650 592651 592652 592653 592654 592655 592656 592657 592658 592659 592660 592661 592662 592663 592664 592665 592666 592667 592668 592669 592670 592671 592672 592673 592674 592675 592676 592677 592678 592679 592680 592681 592682 592683 592684 592685 592686 592687 592688 592689 592690 592691 592692 592693 592694 592695 592696 592697 592698 592699 592700 592701 592702 592703 592704 592705 592706 592707 592708 592709 592710 592711 592712 592713 592714 592715 592716 592717 592718 592719 592720 592721 592722 592723 592724 592725 592726 592727 592728 592729 592730 592731 592732 592733 592734 592735 592736 592737 592738 592739 592740 592741 592742 592743 592744 592745 592746 592747 592748 592749 592750 592751 592752 592753 592754 592755 592756 592757 592758 592759 592760 592761 592762 592763 592764 592765 592766 592767 592768 592769 592770 592771 592772 592773 592774 592775 592776 592777 592778 592779 592780 592781 592782 592783 592784 592785 592786 592787 592788 592789 592790 592791 592792 592793 592794 592795 592796 592797 592798 592799 592800 592801 592802 592803 592804 592805 592806 592807 592808 592809 592810 592811 592812 592813 592814 592815 592816 592817 592818 592819 592820 592821 592822 592823 592824 592825 592826 592827 592828 592829 592830 592831 592832 592833 592834 592835 592836 592837 592838 592839 592840 592841 592842 592843 592844 592845 592846 592847 592848 592849 592850 592851 592852 592853 592854 592855 592856 592857 592858 592859 592860 592861 592862 592863 592864 592865 592866 592867 592868 592869 592870 592871 592872 592873 592874 592875 592876 592877 592878 592879 592880 592881 592882 592883 592884 592885 592886 592887 592888 592889 592890 592891 592892 592893 592894 592895 592896 592897 592898 592899 592900 592901 592902 592903 592904 592905 592906 592907 592908 592909 592910 592911 592912 592913 592914 592915 592916 592917 592918 592919 592920 592921 592922 592923 592924 592925 592926 592927 592928 592929 592930 592931 592932 592933 592934 592935 592936 592937 592938 592939 592940 592941 592942 592943 592944 592945 592946 592947 592948 592949 592950 592951 592952 592953 592954 592955 592956 592957 592958 592959 592960 592961 592962 592963 592964 592965 592966 592967 592968 592969 592970 592971 592972 592973 592974 592975 592976 592977 592978 592979 592980 592981 592982 592983 592984 592985 592986 592987 592988 592989 592990 592991 592992 592993 592994 592995 592996 592997 592998 592999 593000 593001 593002 593003 593004 593005 593006 593007 593008 593009 593010 593011 593012 593013 593014 593015 593016 593017 593018 593019 593020 593021 593022 593023 593024 593025 593026 593027 593028 593029 593030 593031 593032 593033 593034 593035 593036 593037 593038 593039 593040 593041 593042 593043 593044 593045 593046 593047 593048 593049 593050 593051 593052 593053 593054 593055 593056 593057 593058 593059 593060 593061 593062 593063 593064 593065 593066 593067 593068 593069 593070 593071 593072 593073 593074 593075 593076 593077 593078 593079 593080 593081 593082 593083 593084 593085 593086 593087 593088 593089 593090 593091 593092 593093 593094 593095 593096 593097 593098 593099 593100 593101 593102 593103 593104 593105 593106 593107 593108 593109 593110 593111 593112 593113 593114 593115 593116 593117 593118 593119 593120 593121 593122 593123 593124 593125 593126 593127 593128 593129 593130 593131 593132 593133 593134 593135 593136 593137 593138 593139 593140 593141 593142 593143 593144 593145 593146 593147 593148 593149 593150 593151 593152 593153 593154 593155 593156 593157 593158 593159 593160 593161 593162 593163 593164 593165 593166 593167 593168 593169 593170 593171 593172 593173 593174 593175 593176 593177 593178 593179 593180 593181 593182 593183 593184 593185 593186 593187 593188 593189 593190 593191 593192 593193 593194 593195 593196 593197 593198 593199 593200 593201 593202 593203 593204 593205 593206 593207 593208 593209 593210 593211 593212 593213 593214 593215 593216 593217 593218 593219 593220 593221 593222 593223 593224 593225 593226 593227 593228 593229 593230 593231 593232 593233 593234 593235 593236 593237 593238 593239 593240 593241 593242 593243 593244 593245 593246 593247 593248 593249 593250 593251 593252 593253 593254 593255 593256 593257 593258 593259 593260 593261 593262 593263 593264 593265 593266 593267 593268 593269 593270 593271 593272 593273 593274 593275 593276 593277 593278 593279 593280 593281 593282 593283 593284 593285 593286 593287 593288 593289 593290 593291 593292 593293 593294 593295 593296 593297 593298 593299 593300 593301 593302 593303 593304 593305 593306 593307 593308 593309 593310 593311 593312 593313 593314 593315 593316 593317 593318 593319 593320 593321 593322 593323 593324 593325 593326 593327 593328 593329 593330 593331 593332 593333 593334 593335 593336 593337 593338 593339 593340 593341 593342 593343 593344 593345 593346 593347 593348 593349 593350 593351 593352 593353 593354 593355 593356 593357 593358 593359 593360 593361 593362 593363 593364 593365 593366 593367 593368 593369 593370 593371 593372 593373 593374 593375 593376 593377 593378 593379 593380 593381 593382 593383 593384 593385 593386 593387 593388 593389 593390 593391 593392 593393 593394 593395 593396 593397 593398 593399 593400 593401 593402 593403 593404 593405 593406 593407 593408 593409 593410 593411 593412 593413 593414 593415 593416 593417 593418 593419 593420 593421 593422 593423 593424 593425 593426 593427 593428 593429 593430 593431 593432 593433 593434 593435 593436 593437 593438 593439 593440 593441 593442 593443 593444 593445 593446 593447 593448 593449 593450 593451 593452 593453 593454 593455 593456 593457 593458 593459 593460 593461 593462 593463 593464 593465 593466 593467 593468 593469 593470 593471 593472 593473 593474 593475 593476 593477 593478 593479 593480 593481 593482 593483 593484 593485 593486 593487 593488 593489 593490 593491 593492 593493 593494 593495 593496 593497 593498 593499 593500 593501 593502 593503 593504 593505 593506 593507 593508 593509 593510 593511 593512 593513 593514 593515 593516 593517 593518 593519 593520 593521 593522 593523 593524 593525 593526 593527 593528 593529 593530 593531 593532 593533 593534 593535 593536 593537 593538 593539 593540 593541 593542 593543 593544 593545 593546 593547 593548 593549 593550 593551 593552 593553 593554 593555 593556 593557 593558 593559 593560 593561 593562 593563 593564 593565 593566 593567 593568 593569 593570 593571 593572 593573 593574 593575 593576 593577 593578 593579 593580 593581 593582 593583 593584 593585 593586 593587 593588 593589 593590 593591 593592 593593 593594 593595 593596 593597 593598 593599 593600 593601 593602 593603 593604 593605 593606 593607 593608 593609 593610 593611 593612 593613 593614 593615 593616 593617 593618 593619 593620 593621 593622 593623 593624 593625 593626 593627 593628 593629 593630 593631 593632 593633 593634 593635 593636 593637 593638 593639 593640 593641 593642 593643 593644 593645 593646 593647 593648 593649 593650 593651 593652 593653 593654 593655 593656 593657 593658 593659 593660 593661 593662 593663 593664 593665 593666 593667 593668 593669 593670 593671 593672 593673 593674 593675 593676 593677 593678 593679 593680 593681 593682 593683 593684 593685 593686 593687 593688 593689 593690 593691 593692 593693 593694 593695 593696 593697 593698 593699 593700 593701 593702 593703 593704 593705 593706 593707 593708 593709 593710 593711 593712 593713 593714 593715 593716 593717 593718 593719 593720 593721 593722 593723 593724 593725 593726 593727 593728 593729 593730 593731 593732 593733 593734 593735 593736 593737 593738 593739 593740 593741 593742 593743 593744 593745 593746 593747 593748 593749 593750 593751 593752 593753 593754 593755 593756 593757 593758 593759 593760 593761 593762 593763 593764 593765 593766 593767 593768 593769 593770 593771 593772 593773 593774 593775 593776 593777 593778 593779 593780 593781 593782 593783 593784 593785 593786 593787 593788 593789 593790 593791 593792 593793 593794 593795 593796 593797 593798 593799 593800 593801 593802 593803 593804 593805 593806 593807 593808 593809 593810 593811 593812 593813 593814 593815 593816 593817 593818 593819 593820 593821 593822 593823 593824 593825 593826 593827 593828 593829 593830 593831 593832 593833 593834 593835 593836 593837 593838 593839 593840 593841 593842 593843 593844 593845 593846 593847 593848 593849 593850 593851 593852 593853 593854 593855 593856 593857 593858 593859 593860 593861 593862 593863 593864 593865 593866 593867 593868 593869 593870 593871 593872 593873 593874 593875 593876 593877 593878 593879 593880 593881 593882 593883 593884 593885 593886 593887 593888 593889 593890 593891 593892 593893 593894 593895 593896 593897 593898 593899 593900 593901 593902 593903 593904 593905 593906 593907 593908 593909 593910 593911 593912 593913 593914 593915 593916 593917 593918 593919 593920 593921 593922 593923 593924 593925 593926 593927 593928 593929 593930 593931 593932 593933 593934 593935 593936 593937 593938 593939 593940 593941 593942 593943 593944 593945 593946 593947 593948 593949 593950 593951 593952 593953 593954 593955 593956 593957 593958 593959 593960 593961 593962 593963 593964 593965 593966 593967 593968 593969 593970 593971 593972 593973 593974 593975 593976 593977 593978 593979 593980 593981 593982 593983 593984 593985 593986 593987 593988 593989 593990 593991 593992 593993 593994 593995 593996 593997 593998 593999 594000 594001 594002 594003 594004 594005 594006 594007 594008 594009 594010 594011 594012 594013 594014 594015 594016 594017 594018 594019 594020 594021 594022 594023 594024 594025 594026 594027 594028 594029 594030 594031 594032 594033 594034 594035 594036 594037 594038 594039 594040 594041 594042 594043 594044 594045 594046 594047 594048 594049 594050 594051 594052 594053 594054 594055 594056 594057 594058 594059 594060 594061 594062 594063 594064 594065 594066 594067 594068 594069 594070 594071 594072 594073 594074 594075 594076 594077 594078 594079 594080 594081 594082 594083 594084 594085 594086 594087 594088 594089 594090 594091 594092 594093 594094 594095 594096 594097 594098 594099 594100 594101 594102 594103 594104 594105 594106 594107 594108 594109 594110 594111 594112 594113 594114 594115 594116 594117 594118 594119 594120 594121 594122 594123 594124 594125 594126 594127 594128 594129 594130 594131 594132 594133 594134 594135 594136 594137 594138 594139 594140 594141 594142 594143 594144 594145 594146 594147 594148 594149 594150 594151 594152 594153 594154 594155 594156 594157 594158 594159 594160 594161 594162 594163 594164 594165 594166 594167 594168 594169 594170 594171 594172 594173 594174 594175 594176 594177 594178 594179 594180 594181 594182 594183 594184 594185 594186 594187 594188 594189 594190 594191 594192 594193 594194 594195 594196 594197 594198 594199 594200 594201 594202 594203 594204 594205 594206 594207 594208 594209 594210 594211 594212 594213 594214 594215 594216 594217 594218 594219 594220 594221 594222 594223 594224 594225 594226 594227 594228 594229 594230 594231 594232 594233 594234 594235 594236 594237 594238 594239 594240 594241 594242 594243 594244 594245 594246 594247 594248 594249 594250 594251 594252 594253 594254 594255 594256 594257 594258 594259 594260 594261 594262 594263 594264 594265 594266 594267 594268 594269 594270 594271 594272 594273 594274 594275 594276 594277 594278 594279 594280 594281 594282 594283 594284 594285 594286 594287 594288 594289 594290 594291 594292 594293 594294 594295 594296 594297 594298 594299 594300 594301 594302 594303 594304 594305 594306 594307 594308 594309 594310 594311 594312 594313 594314 594315 594316 594317 594318 594319 594320 594321 594322 594323 594324 594325 594326 594327 594328 594329 594330 594331 594332 594333 594334 594335 594336 594337 594338 594339 594340 594341 594342 594343 594344 594345 594346 594347 594348 594349 594350 594351 594352 594353 594354 594355 594356 594357 594358 594359 594360 594361 594362 594363 594364 594365 594366 594367 594368 594369 594370 594371 594372 594373 594374 594375 594376 594377 594378 594379 594380 594381 594382 594383 594384 594385 594386 594387 594388 594389 594390 594391 594392 594393 594394 594395 594396 594397 594398 594399 594400 594401 594402 594403 594404 594405 594406 594407 594408 594409 594410 594411 594412 594413 594414 594415 594416 594417 594418 594419 594420 594421 594422 594423 594424 594425 594426 594427 594428 594429 594430 594431 594432 594433 594434 594435 594436 594437 594438 594439 594440 594441 594442 594443 594444 594445 594446 594447 594448 594449 594450 594451 594452 594453 594454 594455 594456 594457 594458 594459 594460 594461 594462 594463 594464 594465 594466 594467 594468 594469 594470 594471 594472 594473 594474 594475 594476 594477 594478 594479 594480 594481 594482 594483 594484 594485 594486 594487 594488 594489 594490 594491 594492 594493 594494 594495 594496 594497 594498 594499 594500 594501 594502 594503 594504 594505 594506 594507 594508 594509 594510 594511 594512 594513 594514 594515 594516 594517 594518 594519 594520 594521 594522 594523 594524 594525 594526 594527 594528 594529 594530 594531 594532 594533 594534 594535 594536 594537 594538 594539 594540 594541 594542 594543 594544 594545 594546 594547 594548 594549 594550 594551 594552 594553 594554 594555 594556 594557 594558 594559 594560 594561 594562 594563 594564 594565 594566 594567 594568 594569 594570 594571 594572 594573 594574 594575 594576 594577 594578 594579 594580 594581 594582 594583 594584 594585 594586 594587 594588 594589 594590 594591 594592 594593 594594 594595 594596 594597 594598 594599 594600 594601 594602 594603 594604 594605 594606 594607 594608 594609 594610 594611 594612 594613 594614 594615 594616 594617 594618 594619 594620 594621 594622 594623 594624 594625 594626 594627 594628 594629 594630 594631 594632 594633 594634 594635 594636 594637 594638 594639 594640 594641 594642 594643 594644 594645 594646 594647 594648 594649 594650 594651 594652 594653 594654 594655 594656 594657 594658 594659 594660 594661 594662 594663 594664 594665 594666 594667 594668 594669 594670 594671 594672 594673 594674 594675 594676 594677 594678 594679 594680 594681 594682 594683 594684 594685 594686 594687 594688 594689 594690 594691 594692 594693 594694 594695 594696 594697 594698 594699 594700 594701 594702 594703 594704 594705 594706 594707 594708 594709 594710 594711 594712 594713 594714 594715 594716 594717 594718 594719 594720 594721 594722 594723 594724 594725 594726 594727 594728 594729 594730 594731 594732 594733 594734 594735 594736 594737 594738 594739 594740 594741 594742 594743 594744 594745 594746 594747 594748 594749 594750 594751 594752 594753 594754 594755 594756 594757 594758 594759 594760 594761 594762 594763 594764 594765 594766 594767 594768 594769 594770 594771 594772 594773 594774 594775 594776 594777 594778 594779 594780 594781 594782 594783 594784 594785 594786 594787 594788 594789 594790 594791 594792 594793 594794 594795 594796 594797 594798 594799 594800 594801 594802 594803 594804 594805 594806 594807 594808 594809 594810 594811 594812 594813 594814 594815 594816 594817 594818 594819 594820 594821 594822 594823 594824 594825 594826 594827 594828 594829 594830 594831 594832 594833 594834 594835 594836 594837 594838 594839 594840 594841 594842 594843 594844 594845 594846 594847 594848 594849 594850 594851 594852 594853 594854 594855 594856 594857 594858 594859 594860 594861 594862 594863 594864 594865 594866 594867 594868 594869 594870 594871 594872 594873 594874 594875 594876 594877 594878 594879 594880 594881 594882 594883 594884 594885 594886 594887 594888 594889 594890 594891 594892 594893 594894 594895 594896 594897 594898 594899 594900 594901 594902 594903 594904 594905 594906 594907 594908 594909 594910 594911 594912 594913 594914 594915 594916 594917 594918 594919 594920 594921 594922 594923 594924 594925 594926 594927 594928 594929 594930 594931 594932 594933 594934 594935 594936 594937 594938 594939 594940 594941 594942 594943 594944 594945 594946 594947 594948 594949 594950 594951 594952 594953 594954 594955 594956 594957 594958 594959 594960 594961 594962 594963 594964 594965 594966 594967 594968 594969 594970 594971 594972 594973 594974 594975 594976 594977 594978 594979 594980 594981 594982 594983 594984 594985 594986 594987 594988 594989 594990 594991 594992 594993 594994 594995 594996 594997 594998 594999 595000 595001 595002 595003 595004 595005 595006 595007 595008 595009 595010 595011 595012 595013 595014 595015 595016 595017 595018 595019 595020 595021 595022 595023 595024 595025 595026 595027 595028 595029 595030 595031 595032 595033 595034 595035 595036 595037 595038 595039 595040 595041 595042 595043 595044 595045 595046 595047 595048 595049 595050 595051 595052 595053 595054 595055 595056 595057 595058 595059 595060 595061 595062 595063 595064 595065 595066 595067 595068 595069 595070 595071 595072 595073 595074 595075 595076 595077 595078 595079 595080 595081 595082 595083 595084 595085 595086 595087 595088 595089 595090 595091 595092 595093 595094 595095 595096 595097 595098 595099 595100 595101 595102 595103 595104 595105 595106 595107 595108 595109 595110 595111 595112 595113 595114 595115 595116 595117 595118 595119 595120 595121 595122 595123 595124 595125 595126 595127 595128 595129 595130 595131 595132 595133 595134 595135 595136 595137 595138 595139 595140 595141 595142 595143 595144 595145 595146 595147 595148 595149 595150 595151 595152 595153 595154 595155 595156 595157 595158 595159 595160 595161 595162 595163 595164 595165 595166 595167 595168 595169 595170 595171 595172 595173 595174 595175 595176 595177 595178 595179 595180 595181 595182 595183 595184 595185 595186 595187 595188 595189 595190 595191 595192 595193 595194 595195 595196 595197 595198 595199 595200 595201 595202 595203 595204 595205 595206 595207 595208 595209 595210 595211 595212 595213 595214 595215 595216 595217 595218 595219 595220 595221 595222 595223 595224 595225 595226 595227 595228 595229 595230 595231 595232 595233 595234 595235 595236 595237 595238 595239 595240 595241 595242 595243 595244 595245 595246 595247 595248 595249 595250 595251 595252 595253 595254 595255 595256 595257 595258 595259 595260 595261 595262 595263 595264 595265 595266 595267 595268 595269 595270 595271 595272 595273 595274 595275 595276 595277 595278 595279 595280 595281 595282 595283 595284 595285 595286 595287 595288 595289 595290 595291 595292 595293 595294 595295 595296 595297 595298 595299 595300 595301 595302 595303 595304 595305 595306 595307 595308 595309 595310 595311 595312 595313 595314 595315 595316 595317 595318 595319 595320 595321 595322 595323 595324 595325 595326 595327 595328 595329 595330 595331 595332 595333 595334 595335 595336 595337 595338 595339 595340 595341 595342 595343 595344 595345 595346 595347 595348 595349 595350 595351 595352 595353 595354 595355 595356 595357 595358 595359 595360 595361 595362 595363 595364 595365 595366 595367 595368 595369 595370 595371 595372 595373 595374 595375 595376 595377 595378 595379 595380 595381 595382 595383 595384 595385 595386 595387 595388 595389 595390 595391 595392 595393 595394 595395 595396 595397 595398 595399 595400 595401 595402 595403 595404 595405 595406 595407 595408 595409 595410 595411 595412 595413 595414 595415 595416 595417 595418 595419 595420 595421 595422 595423 595424 595425 595426 595427 595428 595429 595430 595431 595432 595433 595434 595435 595436 595437 595438 595439 595440 595441 595442 595443 595444 595445 595446 595447 595448 595449 595450 595451 595452 595453 595454 595455 595456 595457 595458 595459 595460 595461 595462 595463 595464 595465 595466 595467 595468 595469 595470 595471 595472 595473 595474 595475 595476 595477 595478 595479 595480 595481 595482 595483 595484 595485 595486 595487 595488 595489 595490 595491 595492 595493 595494 595495 595496 595497 595498 595499 595500 595501 595502 595503 595504 595505 595506 595507 595508 595509 595510 595511 595512 595513 595514 595515 595516 595517 595518 595519 595520 595521 595522 595523 595524 595525 595526 595527 595528 595529 595530 595531 595532 595533 595534 595535 595536 595537 595538 595539 595540 595541 595542 595543 595544 595545 595546 595547 595548 595549 595550 595551 595552 595553 595554 595555 595556 595557 595558 595559 595560 595561 595562 595563 595564 595565 595566 595567 595568 595569 595570 595571 595572 595573 595574 595575 595576 595577 595578 595579 595580 595581 595582 595583 595584 595585 595586 595587 595588 595589 595590 595591 595592 595593 595594 595595 595596 595597 595598 595599 595600 595601 595602 595603 595604 595605 595606 595607 595608 595609 595610 595611 595612 595613 595614 595615 595616 595617 595618 595619 595620 595621 595622 595623 595624 595625 595626 595627 595628 595629 595630 595631 595632 595633 595634 595635 595636 595637 595638 595639 595640 595641 595642 595643 595644 595645 595646 595647 595648 595649 595650 595651 595652 595653 595654 595655 595656 595657 595658 595659 595660 595661 595662 595663 595664 595665 595666 595667 595668 595669 595670 595671 595672 595673 595674 595675 595676 595677 595678 595679 595680 595681 595682 595683 595684 595685 595686 595687 595688 595689 595690 595691 595692 595693 595694 595695 595696 595697 595698 595699 595700 595701 595702 595703 595704 595705 595706 595707 595708 595709 595710 595711 595712 595713 595714 595715 595716 595717 595718 595719 595720 595721 595722 595723 595724 595725 595726 595727 595728 595729 595730 595731 595732 595733 595734 595735 595736 595737 595738 595739 595740 595741 595742 595743 595744 595745 595746 595747 595748 595749 595750 595751 595752 595753 595754 595755 595756 595757 595758 595759 595760 595761 595762 595763 595764 595765 595766 595767 595768 595769 595770 595771 595772 595773 595774 595775 595776 595777 595778 595779 595780 595781 595782 595783 595784 595785 595786 595787 595788 595789 595790 595791 595792 595793 595794 595795 595796 595797 595798 595799 595800 595801 595802 595803 595804 595805 595806 595807 595808 595809 595810 595811 595812 595813 595814 595815 595816 595817 595818 595819 595820 595821 595822 595823 595824 595825 595826 595827 595828 595829 595830 595831 595832 595833 595834 595835 595836 595837 595838 595839 595840 595841 595842 595843 595844 595845 595846 595847 595848 595849 595850 595851 595852 595853 595854 595855 595856 595857 595858 595859 595860 595861 595862 595863 595864 595865 595866 595867 595868 595869 595870 595871 595872 595873 595874 595875 595876 595877 595878 595879 595880 595881 595882 595883 595884 595885 595886 595887 595888 595889 595890 595891 595892 595893 595894 595895 595896 595897 595898 595899 595900 595901 595902 595903 595904 595905 595906 595907 595908 595909 595910 595911 595912 595913 595914 595915 595916 595917 595918 595919 595920 595921 595922 595923 595924 595925 595926 595927 595928 595929 595930 595931 595932 595933 595934 595935 595936 595937 595938 595939 595940 595941 595942 595943 595944 595945 595946 595947 595948 595949 595950 595951 595952 595953 595954 595955 595956 595957 595958 595959 595960 595961 595962 595963 595964 595965 595966 595967 595968 595969 595970 595971 595972 595973 595974 595975 595976 595977 595978 595979 595980 595981 595982 595983 595984 595985 595986 595987 595988 595989 595990 595991 595992 595993 595994 595995 595996 595997 595998 595999 596000 596001 596002 596003 596004 596005 596006 596007 596008 596009 596010 596011 596012 596013 596014 596015 596016 596017 596018 596019 596020 596021 596022 596023 596024 596025 596026 596027 596028 596029 596030 596031 596032 596033 596034 596035 596036 596037 596038 596039 596040 596041 596042 596043 596044 596045 596046 596047 596048 596049 596050 596051 596052 596053 596054 596055 596056 596057 596058 596059 596060 596061 596062 596063 596064 596065 596066 596067 596068 596069 596070 596071 596072 596073 596074 596075 596076 596077 596078 596079 596080 596081 596082 596083 596084 596085 596086 596087 596088 596089 596090 596091 596092 596093 596094 596095 596096 596097 596098 596099 596100 596101 596102 596103 596104 596105 596106 596107 596108 596109 596110 596111 596112 596113 596114 596115 596116 596117 596118 596119 596120 596121 596122 596123 596124 596125 596126 596127 596128 596129 596130 596131 596132 596133 596134 596135 596136 596137 596138 596139 596140 596141 596142 596143 596144 596145 596146 596147 596148 596149 596150 596151 596152 596153 596154 596155 596156 596157 596158 596159 596160 596161 596162 596163 596164 596165 596166 596167 596168 596169 596170 596171 596172 596173 596174 596175 596176 596177 596178 596179 596180 596181 596182 596183 596184 596185 596186 596187 596188 596189 596190 596191 596192 596193 596194 596195 596196 596197 596198 596199 596200 596201 596202 596203 596204 596205 596206 596207 596208 596209 596210 596211 596212 596213 596214 596215 596216 596217 596218 596219 596220 596221 596222 596223 596224 596225 596226 596227 596228 596229 596230 596231 596232 596233 596234 596235 596236 596237 596238 596239 596240 596241 596242 596243 596244 596245 596246 596247 596248 596249 596250 596251 596252 596253 596254 596255 596256 596257 596258 596259 596260 596261 596262 596263 596264 596265 596266 596267 596268 596269 596270 596271 596272 596273 596274 596275 596276 596277 596278 596279 596280 596281 596282 596283 596284 596285 596286 596287 596288 596289 596290 596291 596292 596293 596294 596295 596296 596297 596298 596299 596300 596301 596302 596303 596304 596305 596306 596307 596308 596309 596310 596311 596312 596313 596314 596315 596316 596317 596318 596319 596320 596321 596322 596323 596324 596325 596326 596327 596328 596329 596330 596331 596332 596333 596334 596335 596336 596337 596338 596339 596340 596341 596342 596343 596344 596345 596346 596347 596348 596349 596350 596351 596352 596353 596354 596355 596356 596357 596358 596359 596360 596361 596362 596363 596364 596365 596366 596367 596368 596369 596370 596371 596372 596373 596374 596375 596376 596377 596378 596379 596380 596381 596382 596383 596384 596385 596386 596387 596388 596389 596390 596391 596392 596393 596394 596395 596396 596397 596398 596399 596400 596401 596402 596403 596404 596405 596406 596407 596408 596409 596410 596411 596412 596413 596414 596415 596416 596417 596418 596419 596420 596421 596422 596423 596424 596425 596426 596427 596428 596429 596430 596431 596432 596433 596434 596435 596436 596437 596438 596439 596440 596441 596442 596443 596444 596445 596446 596447 596448 596449 596450 596451 596452 596453 596454 596455 596456 596457 596458 596459 596460 596461 596462 596463 596464 596465 596466 596467 596468 596469 596470 596471 596472 596473 596474 596475 596476 596477 596478 596479 596480 596481 596482 596483 596484 596485 596486 596487 596488 596489 596490 596491 596492 596493 596494 596495 596496 596497 596498 596499 596500 596501 596502 596503 596504 596505 596506 596507 596508 596509 596510 596511 596512 596513 596514 596515 596516 596517 596518 596519 596520 596521 596522 596523 596524 596525 596526 596527 596528 596529 596530 596531 596532 596533 596534 596535 596536 596537 596538 596539 596540 596541 596542 596543 596544 596545 596546 596547 596548 596549 596550 596551 596552 596553 596554 596555 596556 596557 596558 596559 596560 596561 596562 596563 596564 596565 596566 596567 596568 596569 596570 596571 596572 596573 596574 596575 596576 596577 596578 596579 596580 596581 596582 596583 596584 596585 596586 596587 596588 596589 596590 596591 596592 596593 596594 596595 596596 596597 596598 596599 596600 596601 596602 596603 596604 596605 596606 596607 596608 596609 596610 596611 596612 596613 596614 596615 596616 596617 596618 596619 596620 596621 596622 596623 596624 596625 596626 596627 596628 596629 596630 596631 596632 596633 596634 596635 596636 596637 596638 596639 596640 596641 596642 596643 596644 596645 596646 596647 596648 596649 596650 596651 596652 596653 596654 596655 596656 596657 596658 596659 596660 596661 596662 596663 596664 596665 596666 596667 596668 596669 596670 596671 596672 596673 596674 596675 596676 596677 596678 596679 596680 596681 596682 596683 596684 596685 596686 596687 596688 596689 596690 596691 596692 596693 596694 596695 596696 596697 596698 596699 596700 596701 596702 596703 596704 596705 596706 596707 596708 596709 596710 596711 596712 596713 596714 596715 596716 596717 596718 596719 596720 596721 596722 596723 596724 596725 596726 596727 596728 596729 596730 596731 596732 596733 596734 596735 596736 596737 596738 596739 596740 596741 596742 596743 596744 596745 596746 596747 596748 596749 596750 596751 596752 596753 596754 596755 596756 596757 596758 596759 596760 596761 596762 596763 596764 596765 596766 596767 596768 596769 596770 596771 596772 596773 596774 596775 596776 596777 596778 596779 596780 596781 596782 596783 596784 596785 596786 596787 596788 596789 596790 596791 596792 596793 596794 596795 596796 596797 596798 596799 596800 596801 596802 596803 596804 596805 596806 596807 596808 596809 596810 596811 596812 596813 596814 596815 596816 596817 596818 596819 596820 596821 596822 596823 596824 596825 596826 596827 596828 596829 596830 596831 596832 596833 596834 596835 596836 596837 596838 596839 596840 596841 596842 596843 596844 596845 596846 596847 596848 596849 596850 596851 596852 596853 596854 596855 596856 596857 596858 596859 596860 596861 596862 596863 596864 596865 596866 596867 596868 596869 596870 596871 596872 596873 596874 596875 596876 596877 596878 596879 596880 596881 596882 596883 596884 596885 596886 596887 596888 596889 596890 596891 596892 596893 596894 596895 596896 596897 596898 596899 596900 596901 596902 596903 596904 596905 596906 596907 596908 596909 596910 596911 596912 596913 596914 596915 596916 596917 596918 596919 596920 596921 596922 596923 596924 596925 596926 596927 596928 596929 596930 596931 596932 596933 596934 596935 596936 596937 596938 596939 596940 596941 596942 596943 596944 596945 596946 596947 596948 596949 596950 596951 596952 596953 596954 596955 596956 596957 596958 596959 596960 596961 596962 596963 596964 596965 596966 596967 596968 596969 596970 596971 596972 596973 596974 596975 596976 596977 596978 596979 596980 596981 596982 596983 596984 596985 596986 596987 596988 596989 596990 596991 596992 596993 596994 596995 596996 596997 596998 596999 597000 597001 597002 597003 597004 597005 597006 597007 597008 597009 597010 597011 597012 597013 597014 597015 597016 597017 597018 597019 597020 597021 597022 597023 597024 597025 597026 597027 597028 597029 597030 597031 597032 597033 597034 597035 597036 597037 597038 597039 597040 597041 597042 597043 597044 597045 597046 597047 597048 597049 597050 597051 597052 597053 597054 597055 597056 597057 597058 597059 597060 597061 597062 597063 597064 597065 597066 597067 597068 597069 597070 597071 597072 597073 597074 597075 597076 597077 597078 597079 597080 597081 597082 597083 597084 597085 597086 597087 597088 597089 597090 597091 597092 597093 597094 597095 597096 597097 597098 597099 597100 597101 597102 597103 597104 597105 597106 597107 597108 597109 597110 597111 597112 597113 597114 597115 597116 597117 597118 597119 597120 597121 597122 597123 597124 597125 597126 597127 597128 597129 597130 597131 597132 597133 597134 597135 597136 597137 597138 597139 597140 597141 597142 597143 597144 597145 597146 597147 597148 597149 597150 597151 597152 597153 597154 597155 597156 597157 597158 597159 597160 597161 597162 597163 597164 597165 597166 597167 597168 597169 597170 597171 597172 597173 597174 597175 597176 597177 597178 597179 597180 597181 597182 597183 597184 597185 597186 597187 597188 597189 597190 597191 597192 597193 597194 597195 597196 597197 597198 597199 597200 597201 597202 597203 597204 597205 597206 597207 597208 597209 597210 597211 597212 597213 597214 597215 597216 597217 597218 597219 597220 597221 597222 597223 597224 597225 597226 597227 597228 597229 597230 597231 597232 597233 597234 597235 597236 597237 597238 597239 597240 597241 597242 597243 597244 597245 597246 597247 597248 597249 597250 597251 597252 597253 597254 597255 597256 597257 597258 597259 597260 597261 597262 597263 597264 597265 597266 597267 597268 597269 597270 597271 597272 597273 597274 597275 597276 597277 597278 597279 597280 597281 597282 597283 597284 597285 597286 597287 597288 597289 597290 597291 597292 597293 597294 597295 597296 597297 597298 597299 597300 597301 597302 597303 597304 597305 597306 597307 597308 597309 597310 597311 597312 597313 597314 597315 597316 597317 597318 597319 597320 597321 597322 597323 597324 597325 597326 597327 597328 597329 597330 597331 597332 597333 597334 597335 597336 597337 597338 597339 597340 597341 597342 597343 597344 597345 597346 597347 597348 597349 597350 597351 597352 597353 597354 597355 597356 597357 597358 597359 597360 597361 597362 597363 597364 597365 597366 597367 597368 597369 597370 597371 597372 597373 597374 597375 597376 597377 597378 597379 597380 597381 597382 597383 597384 597385 597386 597387 597388 597389 597390 597391 597392 597393 597394 597395 597396 597397 597398 597399 597400 597401 597402 597403 597404 597405 597406 597407 597408 597409 597410 597411 597412 597413 597414 597415 597416 597417 597418 597419 597420 597421 597422 597423 597424 597425 597426 597427 597428 597429 597430 597431 597432 597433 597434 597435 597436 597437 597438 597439 597440 597441 597442 597443 597444 597445 597446 597447 597448 597449 597450 597451 597452 597453 597454 597455 597456 597457 597458 597459 597460 597461 597462 597463 597464 597465 597466 597467 597468 597469 597470 597471 597472 597473 597474 597475 597476 597477 597478 597479 597480 597481 597482 597483 597484 597485 597486 597487 597488 597489 597490 597491 597492 597493 597494 597495 597496 597497 597498 597499 597500 597501 597502 597503 597504 597505 597506 597507 597508 597509 597510 597511 597512 597513 597514 597515 597516 597517 597518 597519 597520 597521 597522 597523 597524 597525 597526 597527 597528 597529 597530 597531 597532 597533 597534 597535 597536 597537 597538 597539 597540 597541 597542 597543 597544 597545 597546 597547 597548 597549 597550 597551 597552 597553 597554 597555 597556 597557 597558 597559 597560 597561 597562 597563 597564 597565 597566 597567 597568 597569 597570 597571 597572 597573 597574 597575 597576 597577 597578 597579 597580 597581 597582 597583 597584 597585 597586 597587 597588 597589 597590 597591 597592 597593 597594 597595 597596 597597 597598 597599 597600 597601 597602 597603 597604 597605 597606 597607 597608 597609 597610 597611 597612 597613 597614 597615 597616 597617 597618 597619 597620 597621 597622 597623 597624 597625 597626 597627 597628 597629 597630 597631 597632 597633 597634 597635 597636 597637 597638 597639 597640 597641 597642 597643 597644 597645 597646 597647 597648 597649 597650 597651 597652 597653 597654 597655 597656 597657 597658 597659 597660 597661 597662 597663 597664 597665 597666 597667 597668 597669 597670 597671 597672 597673 597674 597675 597676 597677 597678 597679 597680 597681 597682 597683 597684 597685 597686 597687 597688 597689 597690 597691 597692 597693 597694 597695 597696 597697 597698 597699 597700 597701 597702 597703 597704 597705 597706 597707 597708 597709 597710 597711 597712 597713 597714 597715 597716 597717 597718 597719 597720 597721 597722 597723 597724 597725 597726 597727 597728 597729 597730 597731 597732 597733 597734 597735 597736 597737 597738 597739 597740 597741 597742 597743 597744 597745 597746 597747 597748 597749 597750 597751 597752 597753 597754 597755 597756 597757 597758 597759 597760 597761 597762 597763 597764 597765 597766 597767 597768 597769 597770 597771 597772 597773 597774 597775 597776 597777 597778 597779 597780 597781 597782 597783 597784 597785 597786 597787 597788 597789 597790 597791 597792 597793 597794 597795 597796 597797 597798 597799 597800 597801 597802 597803 597804 597805 597806 597807 597808 597809 597810 597811 597812 597813 597814 597815 597816 597817 597818 597819 597820 597821 597822 597823 597824 597825 597826 597827 597828 597829 597830 597831 597832 597833 597834 597835 597836 597837 597838 597839 597840 597841 597842 597843 597844 597845 597846 597847 597848 597849 597850 597851 597852 597853 597854 597855 597856 597857 597858 597859 597860 597861 597862 597863 597864 597865 597866 597867 597868 597869 597870 597871 597872 597873 597874 597875 597876 597877 597878 597879 597880 597881 597882 597883 597884 597885 597886 597887 597888 597889 597890 597891 597892 597893 597894 597895 597896 597897 597898 597899 597900 597901 597902 597903 597904 597905 597906 597907 597908 597909 597910 597911 597912 597913 597914 597915 597916 597917 597918 597919 597920 597921 597922 597923 597924 597925 597926 597927 597928 597929 597930 597931 597932 597933 597934 597935 597936 597937 597938 597939 597940 597941 597942 597943 597944 597945 597946 597947 597948 597949 597950 597951 597952 597953 597954 597955 597956 597957 597958 597959 597960 597961 597962 597963 597964 597965 597966 597967 597968 597969 597970 597971 597972 597973 597974 597975 597976 597977 597978 597979 597980 597981 597982 597983 597984 597985 597986 597987 597988 597989 597990 597991 597992 597993 597994 597995 597996 597997 597998 597999 598000 598001 598002 598003 598004 598005 598006 598007 598008 598009 598010 598011 598012 598013 598014 598015 598016 598017 598018 598019 598020 598021 598022 598023 598024 598025 598026 598027 598028 598029 598030 598031 598032 598033 598034 598035 598036 598037 598038 598039 598040 598041 598042 598043 598044 598045 598046 598047 598048 598049 598050 598051 598052 598053 598054 598055 598056 598057 598058 598059 598060 598061 598062 598063 598064 598065 598066 598067 598068 598069 598070 598071 598072 598073 598074 598075 598076 598077 598078 598079 598080 598081 598082 598083 598084 598085 598086 598087 598088 598089 598090 598091 598092 598093 598094 598095 598096 598097 598098 598099 598100 598101 598102 598103 598104 598105 598106 598107 598108 598109 598110 598111 598112 598113 598114 598115 598116 598117 598118 598119 598120 598121 598122 598123 598124 598125 598126 598127 598128 598129 598130 598131 598132 598133 598134 598135 598136 598137 598138 598139 598140 598141 598142 598143 598144 598145 598146 598147 598148 598149 598150 598151 598152 598153 598154 598155 598156 598157 598158 598159 598160 598161 598162 598163 598164 598165 598166 598167 598168 598169 598170 598171 598172 598173 598174 598175 598176 598177 598178 598179 598180 598181 598182 598183 598184 598185 598186 598187 598188 598189 598190 598191 598192 598193 598194 598195 598196 598197 598198 598199 598200 598201 598202 598203 598204 598205 598206 598207 598208 598209 598210 598211 598212 598213 598214 598215 598216 598217 598218 598219 598220 598221 598222 598223 598224 598225 598226 598227 598228 598229 598230 598231 598232 598233 598234 598235 598236 598237 598238 598239 598240 598241 598242 598243 598244 598245 598246 598247 598248 598249 598250 598251 598252 598253 598254 598255 598256 598257 598258 598259 598260 598261 598262 598263 598264 598265 598266 598267 598268 598269 598270 598271 598272 598273 598274 598275 598276 598277 598278 598279 598280 598281 598282 598283 598284 598285 598286 598287 598288 598289 598290 598291 598292 598293 598294 598295 598296 598297 598298 598299 598300 598301 598302 598303 598304 598305 598306 598307 598308 598309 598310 598311 598312 598313 598314 598315 598316 598317 598318 598319 598320 598321 598322 598323 598324 598325 598326 598327 598328 598329 598330 598331 598332 598333 598334 598335 598336 598337 598338 598339 598340 598341 598342 598343 598344 598345 598346 598347 598348 598349 598350 598351 598352 598353 598354 598355 598356 598357 598358 598359 598360 598361 598362 598363 598364 598365 598366 598367 598368 598369 598370 598371 598372 598373 598374 598375 598376 598377 598378 598379 598380 598381 598382 598383 598384 598385 598386 598387 598388 598389 598390 598391 598392 598393 598394 598395 598396 598397 598398 598399 598400 598401 598402 598403 598404 598405 598406 598407 598408 598409 598410 598411 598412 598413 598414 598415 598416 598417 598418 598419 598420 598421 598422 598423 598424 598425 598426 598427 598428 598429 598430 598431 598432 598433 598434 598435 598436 598437 598438 598439 598440 598441 598442 598443 598444 598445 598446 598447 598448 598449 598450 598451 598452 598453 598454 598455 598456 598457 598458 598459 598460 598461 598462 598463 598464 598465 598466 598467 598468 598469 598470 598471 598472 598473 598474 598475 598476 598477 598478 598479 598480 598481 598482 598483 598484 598485 598486 598487 598488 598489 598490 598491 598492 598493 598494 598495 598496 598497 598498 598499 598500 598501 598502 598503 598504 598505 598506 598507 598508 598509 598510 598511 598512 598513 598514 598515 598516 598517 598518 598519 598520 598521 598522 598523 598524 598525 598526 598527 598528 598529 598530 598531 598532 598533 598534 598535 598536 598537 598538 598539 598540 598541 598542 598543 598544 598545 598546 598547 598548 598549 598550 598551 598552 598553 598554 598555 598556 598557 598558 598559 598560 598561 598562 598563 598564 598565 598566 598567 598568 598569 598570 598571 598572 598573 598574 598575 598576 598577 598578 598579 598580 598581 598582 598583 598584 598585 598586 598587 598588 598589 598590 598591 598592 598593 598594 598595 598596 598597 598598 598599 598600 598601 598602 598603 598604 598605 598606 598607 598608 598609 598610 598611 598612 598613 598614 598615 598616 598617 598618 598619 598620 598621 598622 598623 598624 598625 598626 598627 598628 598629 598630 598631 598632 598633 598634 598635 598636 598637 598638 598639 598640 598641 598642 598643 598644 598645 598646 598647 598648 598649 598650 598651 598652 598653 598654 598655 598656 598657 598658 598659 598660 598661 598662 598663 598664 598665 598666 598667 598668 598669 598670 598671 598672 598673 598674 598675 598676 598677 598678 598679 598680 598681 598682 598683 598684 598685 598686 598687 598688 598689 598690 598691 598692 598693 598694 598695 598696 598697 598698 598699 598700 598701 598702 598703 598704 598705 598706 598707 598708 598709 598710 598711 598712 598713 598714 598715 598716 598717 598718 598719 598720 598721 598722 598723 598724 598725 598726 598727 598728 598729 598730 598731 598732 598733 598734 598735 598736 598737 598738 598739 598740 598741 598742 598743 598744 598745 598746 598747 598748 598749 598750 598751 598752 598753 598754 598755 598756 598757 598758 598759 598760 598761 598762 598763 598764 598765 598766 598767 598768 598769 598770 598771 598772 598773 598774 598775 598776 598777 598778 598779 598780 598781 598782 598783 598784 598785 598786 598787 598788 598789 598790 598791 598792 598793 598794 598795 598796 598797 598798 598799 598800 598801 598802 598803 598804 598805 598806 598807 598808 598809 598810 598811 598812 598813 598814 598815 598816 598817 598818 598819 598820 598821 598822 598823 598824 598825 598826 598827 598828 598829 598830 598831 598832 598833 598834 598835 598836 598837 598838 598839 598840 598841 598842 598843 598844 598845 598846 598847 598848 598849 598850 598851 598852 598853 598854 598855 598856 598857 598858 598859 598860 598861 598862 598863 598864 598865 598866 598867 598868 598869 598870 598871 598872 598873 598874 598875 598876 598877 598878 598879 598880 598881 598882 598883 598884 598885 598886 598887 598888 598889 598890 598891 598892 598893 598894 598895 598896 598897 598898 598899 598900 598901 598902 598903 598904 598905 598906 598907 598908 598909 598910 598911 598912 598913 598914 598915 598916 598917 598918 598919 598920 598921 598922 598923 598924 598925 598926 598927 598928 598929 598930 598931 598932 598933 598934 598935 598936 598937 598938 598939 598940 598941 598942 598943 598944 598945 598946 598947 598948 598949 598950 598951 598952 598953 598954 598955 598956 598957 598958 598959 598960 598961 598962 598963 598964 598965 598966 598967 598968 598969 598970 598971 598972 598973 598974 598975 598976 598977 598978 598979 598980 598981 598982 598983 598984 598985 598986 598987 598988 598989 598990 598991 598992 598993 598994 598995 598996 598997 598998 598999 599000 599001 599002 599003 599004 599005 599006 599007 599008 599009 599010 599011 599012 599013 599014 599015 599016 599017 599018 599019 599020 599021 599022 599023 599024 599025 599026 599027 599028 599029 599030 599031 599032 599033 599034 599035 599036 599037 599038 599039 599040 599041 599042 599043 599044 599045 599046 599047 599048 599049 599050 599051 599052 599053 599054 599055 599056 599057 599058 599059 599060 599061 599062 599063 599064 599065 599066 599067 599068 599069 599070 599071 599072 599073 599074 599075 599076 599077 599078 599079 599080 599081 599082 599083 599084 599085 599086 599087 599088 599089 599090 599091 599092 599093 599094 599095 599096 599097 599098 599099 599100 599101 599102 599103 599104 599105 599106 599107 599108 599109 599110 599111 599112 599113 599114 599115 599116 599117 599118 599119 599120 599121 599122 599123 599124 599125 599126 599127 599128 599129 599130 599131 599132 599133 599134 599135 599136 599137 599138 599139 599140 599141 599142 599143 599144 599145 599146 599147 599148 599149 599150 599151 599152 599153 599154 599155 599156 599157 599158 599159 599160 599161 599162 599163 599164 599165 599166 599167 599168 599169 599170 599171 599172 599173 599174 599175 599176 599177 599178 599179 599180 599181 599182 599183 599184 599185 599186 599187 599188 599189 599190 599191 599192 599193 599194 599195 599196 599197 599198 599199 599200 599201 599202 599203 599204 599205 599206 599207 599208 599209 599210 599211 599212 599213 599214 599215 599216 599217 599218 599219 599220 599221 599222 599223 599224 599225 599226 599227 599228 599229 599230 599231 599232 599233 599234 599235 599236 599237 599238 599239 599240 599241 599242 599243 599244 599245 599246 599247 599248 599249 599250 599251 599252 599253 599254 599255 599256 599257 599258 599259 599260 599261 599262 599263 599264 599265 599266 599267 599268 599269 599270 599271 599272 599273 599274 599275 599276 599277 599278 599279 599280 599281 599282 599283 599284 599285 599286 599287 599288 599289 599290 599291 599292 599293 599294 599295 599296 599297 599298 599299 599300 599301 599302 599303 599304 599305 599306 599307 599308 599309 599310 599311 599312 599313 599314 599315 599316 599317 599318 599319 599320 599321 599322 599323 599324 599325 599326 599327 599328 599329 599330 599331 599332 599333 599334 599335 599336 599337 599338 599339 599340 599341 599342 599343 599344 599345 599346 599347 599348 599349 599350 599351 599352 599353 599354 599355 599356 599357 599358 599359 599360 599361 599362 599363 599364 599365 599366 599367 599368 599369 599370 599371 599372 599373 599374 599375 599376 599377 599378 599379 599380 599381 599382 599383 599384 599385 599386 599387 599388 599389 599390 599391 599392 599393 599394 599395 599396 599397 599398 599399 599400 599401 599402 599403 599404 599405 599406 599407 599408 599409 599410 599411 599412 599413 599414 599415 599416 599417 599418 599419 599420 599421 599422 599423 599424 599425 599426 599427 599428 599429 599430 599431 599432 599433 599434 599435 599436 599437 599438 599439 599440 599441 599442 599443 599444 599445 599446 599447 599448 599449 599450 599451 599452 599453 599454 599455 599456 599457 599458 599459 599460 599461 599462 599463 599464 599465 599466 599467 599468 599469 599470 599471 599472 599473 599474 599475 599476 599477 599478 599479 599480 599481 599482 599483 599484 599485 599486 599487 599488 599489 599490 599491 599492 599493 599494 599495 599496 599497 599498 599499 599500 599501 599502 599503 599504 599505 599506 599507 599508 599509 599510 599511 599512 599513 599514 599515 599516 599517 599518 599519 599520 599521 599522 599523 599524 599525 599526 599527 599528 599529 599530 599531 599532 599533 599534 599535 599536 599537 599538 599539 599540 599541 599542 599543 599544 599545 599546 599547 599548 599549 599550 599551 599552 599553 599554 599555 599556 599557 599558 599559 599560 599561 599562 599563 599564 599565 599566 599567 599568 599569 599570 599571 599572 599573 599574 599575 599576 599577 599578 599579 599580 599581 599582 599583 599584 599585 599586 599587 599588 599589 599590 599591 599592 599593 599594 599595 599596 599597 599598 599599 599600 599601 599602 599603 599604 599605 599606 599607 599608 599609 599610 599611 599612 599613 599614 599615 599616 599617 599618 599619 599620 599621 599622 599623 599624 599625 599626 599627 599628 599629 599630 599631 599632 599633 599634 599635 599636 599637 599638 599639 599640 599641 599642 599643 599644 599645 599646 599647 599648 599649 599650 599651 599652 599653 599654 599655 599656 599657 599658 599659 599660 599661 599662 599663 599664 599665 599666 599667 599668 599669 599670 599671 599672 599673 599674 599675 599676 599677 599678 599679 599680 599681 599682 599683 599684 599685 599686 599687 599688 599689 599690 599691 599692 599693 599694 599695 599696 599697 599698 599699 599700 599701 599702 599703 599704 599705 599706 599707 599708 599709 599710 599711 599712 599713 599714 599715 599716 599717 599718 599719 599720 599721 599722 599723 599724 599725 599726 599727 599728 599729 599730 599731 599732 599733 599734 599735 599736 599737 599738 599739 599740 599741 599742 599743 599744 599745 599746 599747 599748 599749 599750 599751 599752 599753 599754 599755 599756 599757 599758 599759 599760 599761 599762 599763 599764 599765 599766 599767 599768 599769 599770 599771 599772 599773 599774 599775 599776 599777 599778 599779 599780 599781 599782 599783 599784 599785 599786 599787 599788 599789 599790 599791 599792 599793 599794 599795 599796 599797 599798 599799 599800 599801 599802 599803 599804 599805 599806 599807 599808 599809 599810 599811 599812 599813 599814 599815 599816 599817 599818 599819 599820 599821 599822 599823 599824 599825 599826 599827 599828 599829 599830 599831 599832 599833 599834 599835 599836 599837 599838 599839 599840 599841 599842 599843 599844 599845 599846 599847 599848 599849 599850 599851 599852 599853 599854 599855 599856 599857 599858 599859 599860 599861 599862 599863 599864 599865 599866 599867 599868 599869 599870 599871 599872 599873 599874 599875 599876 599877 599878 599879 599880 599881 599882 599883 599884 599885 599886 599887 599888 599889 599890 599891 599892 599893 599894 599895 599896 599897 599898 599899 599900 599901 599902 599903 599904 599905 599906 599907 599908 599909 599910 599911 599912 599913 599914 599915 599916 599917 599918 599919 599920 599921 599922 599923 599924 599925 599926 599927 599928 599929 599930 599931 599932 599933 599934 599935 599936 599937 599938 599939 599940 599941 599942 599943 599944 599945 599946 599947 599948 599949 599950 599951 599952 599953 599954 599955 599956 599957 599958 599959 599960 599961 599962 599963 599964 599965 599966 599967 599968 599969 599970 599971 599972 599973 599974 599975 599976 599977 599978 599979 599980 599981 599982 599983 599984 599985 599986 599987 599988 599989 599990 599991 599992 599993 599994 599995 599996 599997 599998 599999 600000 600001 600002 600003 600004 600005 600006 600007 600008 600009 600010 600011 600012 600013 600014 600015 600016 600017 600018 600019 600020 600021 600022 600023 600024 600025 600026 600027 600028 600029 600030 600031 600032 600033 600034 600035 600036 600037 600038 600039 600040 600041 600042 600043 600044 600045 600046 600047 600048 600049 600050 600051 600052 600053 600054 600055 600056 600057 600058 600059 600060 600061 600062 600063 600064 600065 600066 600067 600068 600069 600070 600071 600072 600073 600074 600075 600076 600077 600078 600079 600080 600081 600082 600083 600084 600085 600086 600087 600088 600089 600090 600091 600092 600093 600094 600095 600096 600097 600098 600099 600100 600101 600102 600103 600104 600105 600106 600107 600108 600109 600110 600111 600112 600113 600114 600115 600116 600117 600118 600119 600120 600121 600122 600123 600124 600125 600126 600127 600128 600129 600130 600131 600132 600133 600134 600135 600136 600137 600138 600139 600140 600141 600142 600143 600144 600145 600146 600147 600148 600149 600150 600151 600152 600153 600154 600155 600156 600157 600158 600159 600160 600161 600162 600163 600164 600165 600166 600167 600168 600169 600170 600171 600172 600173 600174 600175 600176 600177 600178 600179 600180 600181 600182 600183 600184 600185 600186 600187 600188 600189 600190 600191 600192 600193 600194 600195 600196 600197 600198 600199 600200 600201 600202 600203 600204 600205 600206 600207 600208 600209 600210 600211 600212 600213 600214 600215 600216 600217 600218 600219 600220 600221 600222 600223 600224 600225 600226 600227 600228 600229 600230 600231 600232 600233 600234 600235 600236 600237 600238 600239 600240 600241 600242 600243 600244 600245 600246 600247 600248 600249 600250 600251 600252 600253 600254 600255 600256 600257 600258 600259 600260 600261 600262 600263 600264 600265 600266 600267 600268 600269 600270 600271 600272 600273 600274 600275 600276 600277 600278 600279 600280 600281 600282 600283 600284 600285 600286 600287 600288 600289 600290 600291 600292 600293 600294 600295 600296 600297 600298 600299 600300 600301 600302 600303 600304 600305 600306 600307 600308 600309 600310 600311 600312 600313 600314 600315 600316 600317 600318 600319 600320 600321 600322 600323 600324 600325 600326 600327 600328 600329 600330 600331 600332 600333 600334 600335 600336 600337 600338 600339 600340 600341 600342 600343 600344 600345 600346 600347 600348 600349 600350 600351 600352 600353 600354 600355 600356 600357 600358 600359 600360 600361 600362 600363 600364 600365 600366 600367 600368 600369 600370 600371 600372 600373 600374 600375 600376 600377 600378 600379 600380 600381 600382 600383 600384 600385 600386 600387 600388 600389 600390 600391 600392 600393 600394 600395 600396 600397 600398 600399 600400 600401 600402 600403 600404 600405 600406 600407 600408 600409 600410 600411 600412 600413 600414 600415 600416 600417 600418 600419 600420 600421 600422 600423 600424 600425 600426 600427 600428 600429 600430 600431 600432 600433 600434 600435 600436 600437 600438 600439 600440 600441 600442 600443 600444 600445 600446 600447 600448 600449 600450 600451 600452 600453 600454 600455 600456 600457 600458 600459 600460 600461 600462 600463 600464 600465 600466 600467 600468 600469 600470 600471 600472 600473 600474 600475 600476 600477 600478 600479 600480 600481 600482 600483 600484 600485 600486 600487 600488 600489 600490 600491 600492 600493 600494 600495 600496 600497 600498 600499 600500 600501 600502 600503 600504 600505 600506 600507 600508 600509 600510 600511 600512 600513 600514 600515 600516 600517 600518 600519 600520 600521 600522 600523 600524 600525 600526 600527 600528 600529 600530 600531 600532 600533 600534 600535 600536 600537 600538 600539 600540 600541 600542 600543 600544 600545 600546 600547 600548 600549 600550 600551 600552 600553 600554 600555 600556 600557 600558 600559 600560 600561 600562 600563 600564 600565 600566 600567 600568 600569 600570 600571 600572 600573 600574 600575 600576 600577 600578 600579 600580 600581 600582 600583 600584 600585 600586 600587 600588 600589 600590 600591 600592 600593 600594 600595 600596 600597 600598 600599 600600 600601 600602 600603 600604 600605 600606 600607 600608 600609 600610 600611 600612 600613 600614 600615 600616 600617 600618 600619 600620 600621 600622 600623 600624 600625 600626 600627 600628 600629 600630 600631 600632 600633 600634 600635 600636 600637 600638 600639 600640 600641 600642 600643 600644 600645 600646 600647 600648 600649 600650 600651 600652 600653 600654 600655 600656 600657 600658 600659 600660 600661 600662 600663 600664 600665 600666 600667 600668 600669 600670 600671 600672 600673 600674 600675 600676 600677 600678 600679 600680 600681 600682 600683 600684 600685 600686 600687 600688 600689 600690 600691 600692 600693 600694 600695 600696 600697 600698 600699 600700 600701 600702 600703 600704 600705 600706 600707 600708 600709 600710 600711 600712 600713 600714 600715 600716 600717 600718 600719 600720 600721 600722 600723 600724 600725 600726 600727 600728 600729 600730 600731 600732 600733 600734 600735 600736 600737 600738 600739 600740 600741 600742 600743 600744 600745 600746 600747 600748 600749 600750 600751 600752 600753 600754 600755 600756 600757 600758 600759 600760 600761 600762 600763 600764 600765 600766 600767 600768 600769 600770 600771 600772 600773 600774 600775 600776 600777 600778 600779 600780 600781 600782 600783 600784 600785 600786 600787 600788 600789 600790 600791 600792 600793 600794 600795 600796 600797 600798 600799 600800 600801 600802 600803 600804 600805 600806 600807 600808 600809 600810 600811 600812 600813 600814 600815 600816 600817 600818 600819 600820 600821 600822 600823 600824 600825 600826 600827 600828 600829 600830 600831 600832 600833 600834 600835 600836 600837 600838 600839 600840 600841 600842 600843 600844 600845 600846 600847 600848 600849 600850 600851 600852 600853 600854 600855 600856 600857 600858 600859 600860 600861 600862 600863 600864 600865 600866 600867 600868 600869 600870 600871 600872 600873 600874 600875 600876 600877 600878 600879 600880 600881 600882 600883 600884 600885 600886 600887 600888 600889 600890 600891 600892 600893 600894 600895 600896 600897 600898 600899 600900 600901 600902 600903 600904 600905 600906 600907 600908 600909 600910 600911 600912 600913 600914 600915 600916 600917 600918 600919 600920 600921 600922 600923 600924 600925 600926 600927 600928 600929 600930 600931 600932 600933 600934 600935 600936 600937 600938 600939 600940 600941 600942 600943 600944 600945 600946 600947 600948 600949 600950 600951 600952 600953 600954 600955 600956 600957 600958 600959 600960 600961 600962 600963 600964 600965 600966 600967 600968 600969 600970 600971 600972 600973 600974 600975 600976 600977 600978 600979 600980 600981 600982 600983 600984 600985 600986 600987 600988 600989 600990 600991 600992 600993 600994 600995 600996 600997 600998 600999 601000 601001 601002 601003 601004 601005 601006 601007 601008 601009 601010 601011 601012 601013 601014 601015 601016 601017 601018 601019 601020 601021 601022 601023 601024 601025 601026 601027 601028 601029 601030 601031 601032 601033 601034 601035 601036 601037 601038 601039 601040 601041 601042 601043 601044 601045 601046 601047 601048 601049 601050 601051 601052 601053 601054 601055 601056 601057 601058 601059 601060 601061 601062 601063 601064 601065 601066 601067 601068 601069 601070 601071 601072 601073 601074 601075 601076 601077 601078 601079 601080 601081 601082 601083 601084 601085 601086 601087 601088 601089 601090 601091 601092 601093 601094 601095 601096 601097 601098 601099 601100 601101 601102 601103 601104 601105 601106 601107 601108 601109 601110 601111 601112 601113 601114 601115 601116 601117 601118 601119 601120 601121 601122 601123 601124 601125 601126 601127 601128 601129 601130 601131 601132 601133 601134 601135 601136 601137 601138 601139 601140 601141 601142 601143 601144 601145 601146 601147 601148 601149 601150 601151 601152 601153 601154 601155 601156 601157 601158 601159 601160 601161 601162 601163 601164 601165 601166 601167 601168 601169 601170 601171 601172 601173 601174 601175 601176 601177 601178 601179 601180 601181 601182 601183 601184 601185 601186 601187 601188 601189 601190 601191 601192 601193 601194 601195 601196 601197 601198 601199 601200 601201 601202 601203 601204 601205 601206 601207 601208 601209 601210 601211 601212 601213 601214 601215 601216 601217 601218 601219 601220 601221 601222 601223 601224 601225 601226 601227 601228 601229 601230 601231 601232 601233 601234 601235 601236 601237 601238 601239 601240 601241 601242 601243 601244 601245 601246 601247 601248 601249 601250 601251 601252 601253 601254 601255 601256 601257 601258 601259 601260 601261 601262 601263 601264 601265 601266 601267 601268 601269 601270 601271 601272 601273 601274 601275 601276 601277 601278 601279 601280 601281 601282 601283 601284 601285 601286 601287 601288 601289 601290 601291 601292 601293 601294 601295 601296 601297 601298 601299 601300 601301 601302 601303 601304 601305 601306 601307 601308 601309 601310 601311 601312 601313 601314 601315 601316 601317 601318 601319 601320 601321 601322 601323 601324 601325 601326 601327 601328 601329 601330 601331 601332 601333 601334 601335 601336 601337 601338 601339 601340 601341 601342 601343 601344 601345 601346 601347 601348 601349 601350 601351 601352 601353 601354 601355 601356 601357 601358 601359 601360 601361 601362 601363 601364 601365 601366 601367 601368 601369 601370 601371 601372 601373 601374 601375 601376 601377 601378 601379 601380 601381 601382 601383 601384 601385 601386 601387 601388 601389 601390 601391 601392 601393 601394 601395 601396 601397 601398 601399 601400 601401 601402 601403 601404 601405 601406 601407 601408 601409 601410 601411 601412 601413 601414 601415 601416 601417 601418 601419 601420 601421 601422 601423 601424 601425 601426 601427 601428 601429 601430 601431 601432 601433 601434 601435 601436 601437 601438 601439 601440 601441 601442 601443 601444 601445 601446 601447 601448 601449 601450 601451 601452 601453 601454 601455 601456 601457 601458 601459 601460 601461 601462 601463 601464 601465 601466 601467 601468 601469 601470 601471 601472 601473 601474 601475 601476 601477 601478 601479 601480 601481 601482 601483 601484 601485 601486 601487 601488 601489 601490 601491 601492 601493 601494 601495 601496 601497 601498 601499 601500 601501 601502 601503 601504 601505 601506 601507 601508 601509 601510 601511 601512 601513 601514 601515 601516 601517 601518 601519 601520 601521 601522 601523 601524 601525 601526 601527 601528 601529 601530 601531 601532 601533 601534 601535 601536 601537 601538 601539 601540 601541 601542 601543 601544 601545 601546 601547 601548 601549 601550 601551 601552 601553 601554 601555 601556 601557 601558 601559 601560 601561 601562 601563 601564 601565 601566 601567 601568 601569 601570 601571 601572 601573 601574 601575 601576 601577 601578 601579 601580 601581 601582 601583 601584 601585 601586 601587 601588 601589 601590 601591 601592 601593 601594 601595 601596 601597 601598 601599 601600 601601 601602 601603 601604 601605 601606 601607 601608 601609 601610 601611 601612 601613 601614 601615 601616 601617 601618 601619 601620 601621 601622 601623 601624 601625 601626 601627 601628 601629 601630 601631 601632 601633 601634 601635 601636 601637 601638 601639 601640 601641 601642 601643 601644 601645 601646 601647 601648 601649 601650 601651 601652 601653 601654 601655 601656 601657 601658 601659 601660 601661 601662 601663 601664 601665 601666 601667 601668 601669 601670 601671 601672 601673 601674 601675 601676 601677 601678 601679 601680 601681 601682 601683 601684 601685 601686 601687 601688 601689 601690 601691 601692 601693 601694 601695 601696 601697 601698 601699 601700 601701 601702 601703 601704 601705 601706 601707 601708 601709 601710 601711 601712 601713 601714 601715 601716 601717 601718 601719 601720 601721 601722 601723 601724 601725 601726 601727 601728 601729 601730 601731 601732 601733 601734 601735 601736 601737 601738 601739 601740 601741 601742 601743 601744 601745 601746 601747 601748 601749 601750 601751 601752 601753 601754 601755 601756 601757 601758 601759 601760 601761 601762 601763 601764 601765 601766 601767 601768 601769 601770 601771 601772 601773 601774 601775 601776 601777 601778 601779 601780 601781 601782 601783 601784 601785 601786 601787 601788 601789 601790 601791 601792 601793 601794 601795 601796 601797 601798 601799 601800 601801 601802 601803 601804 601805 601806 601807 601808 601809 601810 601811 601812 601813 601814 601815 601816 601817 601818 601819 601820 601821 601822 601823 601824 601825 601826 601827 601828 601829 601830 601831 601832 601833 601834 601835 601836 601837 601838 601839 601840 601841 601842 601843 601844 601845 601846 601847 601848 601849 601850 601851 601852 601853 601854 601855 601856 601857 601858 601859 601860 601861 601862 601863 601864 601865 601866 601867 601868 601869 601870 601871 601872 601873 601874 601875 601876 601877 601878 601879 601880 601881 601882 601883 601884 601885 601886 601887 601888 601889 601890 601891 601892 601893 601894 601895 601896 601897 601898 601899 601900 601901 601902 601903 601904 601905 601906 601907 601908 601909 601910 601911 601912 601913 601914 601915 601916 601917 601918 601919 601920 601921 601922 601923 601924 601925 601926 601927 601928 601929 601930 601931 601932 601933 601934 601935 601936 601937 601938 601939 601940 601941 601942 601943 601944 601945 601946 601947 601948 601949 601950 601951 601952 601953 601954 601955 601956 601957 601958 601959 601960 601961 601962 601963 601964 601965 601966 601967 601968 601969 601970 601971 601972 601973 601974 601975 601976 601977 601978 601979 601980 601981 601982 601983 601984 601985 601986 601987 601988 601989 601990 601991 601992 601993 601994 601995 601996 601997 601998 601999 602000 602001 602002 602003 602004 602005 602006 602007 602008 602009 602010 602011 602012 602013 602014 602015 602016 602017 602018 602019 602020 602021 602022 602023 602024 602025 602026 602027 602028 602029 602030 602031 602032 602033 602034 602035 602036 602037 602038 602039 602040 602041 602042 602043 602044 602045 602046 602047 602048 602049 602050 602051 602052 602053 602054 602055 602056 602057 602058 602059 602060 602061 602062 602063 602064 602065 602066 602067 602068 602069 602070 602071 602072 602073 602074 602075 602076 602077 602078 602079 602080 602081 602082 602083 602084 602085 602086 602087 602088 602089 602090 602091 602092 602093 602094 602095 602096 602097 602098 602099 602100 602101 602102 602103 602104 602105 602106 602107 602108 602109 602110 602111 602112 602113 602114 602115 602116 602117 602118 602119 602120 602121 602122 602123 602124 602125 602126 602127 602128 602129 602130 602131 602132 602133 602134 602135 602136 602137 602138 602139 602140 602141 602142 602143 602144 602145 602146 602147 602148 602149 602150 602151 602152 602153 602154 602155 602156 602157 602158 602159 602160 602161 602162 602163 602164 602165 602166 602167 602168 602169 602170 602171 602172 602173 602174 602175 602176 602177 602178 602179 602180 602181 602182 602183 602184 602185 602186 602187 602188 602189 602190 602191 602192 602193 602194 602195 602196 602197 602198 602199 602200 602201 602202 602203 602204 602205 602206 602207 602208 602209 602210 602211 602212 602213 602214 602215 602216 602217 602218 602219 602220 602221 602222 602223 602224 602225 602226 602227 602228 602229 602230 602231 602232 602233 602234 602235 602236 602237 602238 602239 602240 602241 602242 602243 602244 602245 602246 602247 602248 602249 602250 602251 602252 602253 602254 602255 602256 602257 602258 602259 602260 602261 602262 602263 602264 602265 602266 602267 602268 602269 602270 602271 602272 602273 602274 602275 602276 602277 602278 602279 602280 602281 602282 602283 602284 602285 602286 602287 602288 602289 602290 602291 602292 602293 602294 602295 602296 602297 602298 602299 602300 602301 602302 602303 602304 602305 602306 602307 602308 602309 602310 602311 602312 602313 602314 602315 602316 602317 602318 602319 602320 602321 602322 602323 602324 602325 602326 602327 602328 602329 602330 602331 602332 602333 602334 602335 602336 602337 602338 602339 602340 602341 602342 602343 602344 602345 602346 602347 602348 602349 602350 602351 602352 602353 602354 602355 602356 602357 602358 602359 602360 602361 602362 602363 602364 602365 602366 602367 602368 602369 602370 602371 602372 602373 602374 602375 602376 602377 602378 602379 602380 602381 602382 602383 602384 602385 602386 602387 602388 602389 602390 602391 602392 602393 602394 602395 602396 602397 602398 602399 602400 602401 602402 602403 602404 602405 602406 602407 602408 602409 602410 602411 602412 602413 602414 602415 602416 602417 602418 602419 602420 602421 602422 602423 602424 602425 602426 602427 602428 602429 602430 602431 602432 602433 602434 602435 602436 602437 602438 602439 602440 602441 602442 602443 602444 602445 602446 602447 602448 602449 602450 602451 602452 602453 602454 602455 602456 602457 602458 602459 602460 602461 602462 602463 602464 602465 602466 602467 602468 602469 602470 602471 602472 602473 602474 602475 602476 602477 602478 602479 602480 602481 602482 602483 602484 602485 602486 602487 602488 602489 602490 602491 602492 602493 602494 602495 602496 602497 602498 602499 602500 602501 602502 602503 602504 602505 602506 602507 602508 602509 602510 602511 602512 602513 602514 602515 602516 602517 602518 602519 602520 602521 602522 602523 602524 602525 602526 602527 602528 602529 602530 602531 602532 602533 602534 602535 602536 602537 602538 602539 602540 602541 602542 602543 602544 602545 602546 602547 602548 602549 602550 602551 602552 602553 602554 602555 602556 602557 602558 602559 602560 602561 602562 602563 602564 602565 602566 602567 602568 602569 602570 602571 602572 602573 602574 602575 602576 602577 602578 602579 602580 602581 602582 602583 602584 602585 602586 602587 602588 602589 602590 602591 602592 602593 602594 602595 602596 602597 602598 602599 602600 602601 602602 602603 602604 602605 602606 602607 602608 602609 602610 602611 602612 602613 602614 602615 602616 602617 602618 602619 602620 602621 602622 602623 602624 602625 602626 602627 602628 602629 602630 602631 602632 602633 602634 602635 602636 602637 602638 602639 602640 602641 602642 602643 602644 602645 602646 602647 602648 602649 602650 602651 602652 602653 602654 602655 602656 602657 602658 602659 602660 602661 602662 602663 602664 602665 602666 602667 602668 602669 602670 602671 602672 602673 602674 602675 602676 602677 602678 602679 602680 602681 602682 602683 602684 602685 602686 602687 602688 602689 602690 602691 602692 602693 602694 602695 602696 602697 602698 602699 602700 602701 602702 602703 602704 602705 602706 602707 602708 602709 602710 602711 602712 602713 602714 602715 602716 602717 602718 602719 602720 602721 602722 602723 602724 602725 602726 602727 602728 602729 602730 602731 602732 602733 602734 602735 602736 602737 602738 602739 602740 602741 602742 602743 602744 602745 602746 602747 602748 602749 602750 602751 602752 602753 602754 602755 602756 602757 602758 602759 602760 602761 602762 602763 602764 602765 602766 602767 602768 602769 602770 602771 602772 602773 602774 602775 602776 602777 602778 602779 602780 602781 602782 602783 602784 602785 602786 602787 602788 602789 602790 602791 602792 602793 602794 602795 602796 602797 602798 602799 602800 602801 602802 602803 602804 602805 602806 602807 602808 602809 602810 602811 602812 602813 602814 602815 602816 602817 602818 602819 602820 602821 602822 602823 602824 602825 602826 602827 602828 602829 602830 602831 602832 602833 602834 602835 602836 602837 602838 602839 602840 602841 602842 602843 602844 602845 602846 602847 602848 602849 602850 602851 602852 602853 602854 602855 602856 602857 602858 602859 602860 602861 602862 602863 602864 602865 602866 602867 602868 602869 602870 602871 602872 602873 602874 602875 602876 602877 602878 602879 602880 602881 602882 602883 602884 602885 602886 602887 602888 602889 602890 602891 602892 602893 602894 602895 602896 602897 602898 602899 602900 602901 602902 602903 602904 602905 602906 602907 602908 602909 602910 602911 602912 602913 602914 602915 602916 602917 602918 602919 602920 602921 602922 602923 602924 602925 602926 602927 602928 602929 602930 602931 602932 602933 602934 602935 602936 602937 602938 602939 602940 602941 602942 602943 602944 602945 602946 602947 602948 602949 602950 602951 602952 602953 602954 602955 602956 602957 602958 602959 602960 602961 602962 602963 602964 602965 602966 602967 602968 602969 602970 602971 602972 602973 602974 602975 602976 602977 602978 602979 602980 602981 602982 602983 602984 602985 602986 602987 602988 602989 602990 602991 602992 602993 602994 602995 602996 602997 602998 602999 603000 603001 603002 603003 603004 603005 603006 603007 603008 603009 603010 603011 603012 603013 603014 603015 603016 603017 603018 603019 603020 603021 603022 603023 603024 603025 603026 603027 603028 603029 603030 603031 603032 603033 603034 603035 603036 603037 603038 603039 603040 603041 603042 603043 603044 603045 603046 603047 603048 603049 603050 603051 603052 603053 603054 603055 603056 603057 603058 603059 603060 603061 603062 603063 603064 603065 603066 603067 603068 603069 603070 603071 603072 603073 603074 603075 603076 603077 603078 603079 603080 603081 603082 603083 603084 603085 603086 603087 603088 603089 603090 603091 603092 603093 603094 603095 603096 603097 603098 603099 603100 603101 603102 603103 603104 603105 603106 603107 603108 603109 603110 603111 603112 603113 603114 603115 603116 603117 603118 603119 603120 603121 603122 603123 603124 603125 603126 603127 603128 603129 603130 603131 603132 603133 603134 603135 603136 603137 603138 603139 603140 603141 603142 603143 603144 603145 603146 603147 603148 603149 603150 603151 603152 603153 603154 603155 603156 603157 603158 603159 603160 603161 603162 603163 603164 603165 603166 603167 603168 603169 603170 603171 603172 603173 603174 603175 603176 603177 603178 603179 603180 603181 603182 603183 603184 603185 603186 603187 603188 603189 603190 603191 603192 603193 603194 603195 603196 603197 603198 603199 603200 603201 603202 603203 603204 603205 603206 603207 603208 603209 603210 603211 603212 603213 603214 603215 603216 603217 603218 603219 603220 603221 603222 603223 603224 603225 603226 603227 603228 603229 603230 603231 603232 603233 603234 603235 603236 603237 603238 603239 603240 603241 603242 603243 603244 603245 603246 603247 603248 603249 603250 603251 603252 603253 603254 603255 603256 603257 603258 603259 603260 603261 603262 603263 603264 603265 603266 603267 603268 603269 603270 603271 603272 603273 603274 603275 603276 603277 603278 603279 603280 603281 603282 603283 603284 603285 603286 603287 603288 603289 603290 603291 603292 603293 603294 603295 603296 603297 603298 603299 603300 603301 603302 603303 603304 603305 603306 603307 603308 603309 603310 603311 603312 603313 603314 603315 603316 603317 603318 603319 603320 603321 603322 603323 603324 603325 603326 603327 603328 603329 603330 603331 603332 603333 603334 603335 603336 603337 603338 603339 603340 603341 603342 603343 603344 603345 603346 603347 603348 603349 603350 603351 603352 603353 603354 603355 603356 603357 603358 603359 603360 603361 603362 603363 603364 603365 603366 603367 603368 603369 603370 603371 603372 603373 603374 603375 603376 603377 603378 603379 603380 603381 603382 603383 603384 603385 603386 603387 603388 603389 603390 603391 603392 603393 603394 603395 603396 603397 603398 603399 603400 603401 603402 603403 603404 603405 603406 603407 603408 603409 603410 603411 603412 603413 603414 603415 603416 603417 603418 603419 603420 603421 603422 603423 603424 603425 603426 603427 603428 603429 603430 603431 603432 603433 603434 603435 603436 603437 603438 603439 603440 603441 603442 603443 603444 603445 603446 603447 603448 603449 603450 603451 603452 603453 603454 603455 603456 603457 603458 603459 603460 603461 603462 603463 603464 603465 603466 603467 603468 603469 603470 603471 603472 603473 603474 603475 603476 603477 603478 603479 603480 603481 603482 603483 603484 603485 603486 603487 603488 603489 603490 603491 603492 603493 603494 603495 603496 603497 603498 603499 603500 603501 603502 603503 603504 603505 603506 603507 603508 603509 603510 603511 603512 603513 603514 603515 603516 603517 603518 603519 603520 603521 603522 603523 603524 603525 603526 603527 603528 603529 603530 603531 603532 603533 603534 603535 603536 603537 603538 603539 603540 603541 603542 603543 603544 603545 603546 603547 603548 603549 603550 603551 603552 603553 603554 603555 603556 603557 603558 603559 603560 603561 603562 603563 603564 603565 603566 603567 603568 603569 603570 603571 603572 603573 603574 603575 603576 603577 603578 603579 603580 603581 603582 603583 603584 603585 603586 603587 603588 603589 603590 603591 603592 603593 603594 603595 603596 603597 603598 603599 603600 603601 603602 603603 603604 603605 603606 603607 603608 603609 603610 603611 603612 603613 603614 603615 603616 603617 603618 603619 603620 603621 603622 603623 603624 603625 603626 603627 603628 603629 603630 603631 603632 603633 603634 603635 603636 603637 603638 603639 603640 603641 603642 603643 603644 603645 603646 603647 603648 603649 603650 603651 603652 603653 603654 603655 603656 603657 603658 603659 603660 603661 603662 603663 603664 603665 603666 603667 603668 603669 603670 603671 603672 603673 603674 603675 603676 603677 603678 603679 603680 603681 603682 603683 603684 603685 603686 603687 603688 603689 603690 603691 603692 603693 603694 603695 603696 603697 603698 603699 603700 603701 603702 603703 603704 603705 603706 603707 603708 603709 603710 603711 603712 603713 603714 603715 603716 603717 603718 603719 603720 603721 603722 603723 603724 603725 603726 603727 603728 603729 603730 603731 603732 603733 603734 603735 603736 603737 603738 603739 603740 603741 603742 603743 603744 603745 603746 603747 603748 603749 603750 603751 603752 603753 603754 603755 603756 603757 603758 603759 603760 603761 603762 603763 603764 603765 603766 603767 603768 603769 603770 603771 603772 603773 603774 603775 603776 603777 603778 603779 603780 603781 603782 603783 603784 603785 603786 603787 603788 603789 603790 603791 603792 603793 603794 603795 603796 603797 603798 603799 603800 603801 603802 603803 603804 603805 603806 603807 603808 603809 603810 603811 603812 603813 603814 603815 603816 603817 603818 603819 603820 603821 603822 603823 603824 603825 603826 603827 603828 603829 603830 603831 603832 603833 603834 603835 603836 603837 603838 603839 603840 603841 603842 603843 603844 603845 603846 603847 603848 603849 603850 603851 603852 603853 603854 603855 603856 603857 603858 603859 603860 603861 603862 603863 603864 603865 603866 603867 603868 603869 603870 603871 603872 603873 603874 603875 603876 603877 603878 603879 603880 603881 603882 603883 603884 603885 603886 603887 603888 603889 603890 603891 603892 603893 603894 603895 603896 603897 603898 603899 603900 603901 603902 603903 603904 603905 603906 603907 603908 603909 603910 603911 603912 603913 603914 603915 603916 603917 603918 603919 603920 603921 603922 603923 60 TooltipText=null 19:44:54.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:54.228 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:54.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:54.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:54.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 19:44:54.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:54.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:54.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 19:44:54.229 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 19:44:54.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:54.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:54.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:54.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:54.229 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:44:54.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:44:54.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:44:54.230 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Console ( TestLoopClass [Java Application] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Mar 10, 2021, 7:44:49 PM – 7:44:53 PM))"as the parent 19:44:54.231 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") 19:44:54.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:54.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:54.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:54.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:54.231 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:44:54.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:54.235 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:54.235 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:44:54.235 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:54.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:54.238 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:54.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:54.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:54.252 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:54.253 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:44:54.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:54.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:54.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:54.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:54.255 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:54.255 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:54.255 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:54.256 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:54.256 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:54.256 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:54.256 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:54.256 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:54.256 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:54.256 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:54.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:54.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:54.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:54.257 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:54.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:54.257 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:54.257 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:54.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:54.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:54.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:54.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:54.257 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") 19:44:54.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:54.258 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:54.258 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:54.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:54.258 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:44:54.258 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Console When Standard Out Changes 19:44:54.258 INFO [WorkbenchTestable][AbstractView] Terminating console 19:44:54.258 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:54.258 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:54.258 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:54.258 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.ToolBar Text= TooltipText=null 19:44:54.258 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:54.258 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:54.259 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") 19:44:54.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:54.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:54.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:54.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:54.259 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:44:54.259 INFO [WorkbenchTestable][AbstractView] Console was terminated earlier 19:44:54.259 INFO [WorkbenchTestable][AbstractView] Removing launch from console 19:44:54.259 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:54.259 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:54.259 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:54.260 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=592495 592496 592497 592498 592499 592500 592501 592502 592503 592504 592505 592506 592507 592508 592509 592510 592511 592512 592513 592514 592515 592516 592517 592518 592519 592520 592521 592522 592523 592524 592525 592526 592527 592528 592529 592530 592531 592532 592533 592534 592535 592536 592537 592538 592539 592540 592541 592542 592543 592544 592545 592546 592547 592548 592549 592550 592551 592552 592553 592554 592555 592556 592557 592558 592559 592560 592561 592562 592563 592564 592565 592566 592567 592568 592569 592570 592571 592572 592573 592574 592575 592576 592577 592578 592579 592580 592581 592582 592583 592584 592585 592586 592587 592588 592589 592590 592591 592592 592593 592594 592595 592596 592597 592598 592599 592600 592601 592602 592603 592604 592605 592606 592607 592608 592609 592610 592611 592612 592613 592614 592615 592616 592617 592618 592619 592620 592621 592622 592623 592624 592625 592626 592627 592628 592629 592630 592631 592632 592633 592634 592635 592636 592637 592638 592639 592640 592641 592642 592643 592644 592645 592646 592647 592648 592649 592650 592651 592652 592653 592654 592655 592656 592657 592658 592659 592660 592661 592662 592663 592664 592665 592666 592667 592668 592669 592670 592671 592672 592673 592674 592675 592676 592677 592678 592679 592680 592681 592682 592683 592684 592685 592686 592687 592688 592689 592690 592691 592692 592693 592694 592695 592696 592697 592698 592699 592700 592701 592702 592703 592704 592705 592706 592707 592708 592709 592710 592711 592712 592713 592714 592715 592716 592717 592718 592719 592720 592721 592722 592723 592724 592725 592726 592727 592728 592729 592730 592731 592732 592733 592734 592735 592736 592737 592738 592739 592740 592741 592742 592743 592744 592745 592746 592747 592748 592749 592750 592751 592752 592753 592754 592755 592756 592757 592758 592759 592760 592761 592762 592763 592764 592765 592766 592767 592768 592769 592770 592771 592772 592773 592774 592775 592776 592777 592778 592779 592780 592781 592782 592783 592784 592785 592786 592787 592788 592789 592790 592791 592792 592793 592794 592795 592796 592797 592798 592799 592800 592801 592802 592803 592804 592805 592806 592807 592808 592809 592810 592811 592812 592813 592814 592815 592816 592817 592818 592819 592820 592821 592822 592823 592824 592825 592826 592827 592828 592829 592830 592831 592832 592833 592834 592835 592836 592837 592838 592839 592840 592841 592842 592843 592844 592845 592846 592847 592848 592849 592850 592851 592852 592853 592854 592855 592856 592857 592858 592859 592860 592861 592862 592863 592864 592865 592866 592867 592868 592869 592870 592871 592872 592873 592874 592875 592876 592877 592878 592879 592880 592881 592882 592883 592884 592885 592886 592887 592888 592889 592890 592891 592892 592893 592894 592895 592896 592897 592898 592899 592900 592901 592902 592903 592904 592905 592906 592907 592908 592909 592910 592911 592912 592913 592914 592915 592916 592917 592918 592919 592920 592921 592922 592923 592924 592925 592926 592927 592928 592929 592930 592931 592932 592933 592934 592935 592936 592937 592938 592939 592940 592941 592942 592943 592944 592945 592946 592947 592948 592949 592950 592951 592952 592953 592954 592955 592956 592957 592958 592959 592960 592961 592962 592963 592964 592965 592966 592967 592968 592969 592970 592971 592972 592973 592974 592975 592976 592977 592978 592979 592980 592981 592982 592983 592984 592985 592986 592987 592988 592989 592990 592991 592992 592993 592994 592995 592996 592997 592998 592999 593000 593001 593002 593003 593004 593005 593006 593007 593008 593009 593010 593011 593012 593013 593014 593015 593016 593017 593018 593019 593020 593021 593022 593023 593024 593025 593026 593027 593028 593029 593030 593031 593032 593033 593034 593035 593036 593037 593038 593039 593040 593041 593042 593043 593044 593045 593046 593047 593048 593049 593050 593051 593052 593053 593054 593055 593056 593057 593058 593059 593060 593061 593062 593063 593064 593065 593066 593067 593068 593069 593070 593071 593072 593073 593074 593075 593076 593077 593078 593079 593080 593081 593082 593083 593084 593085 593086 593087 593088 593089 593090 593091 593092 593093 593094 593095 593096 593097 593098 593099 593100 593101 593102 593103 593104 593105 593106 593107 593108 593109 593110 593111 593112 593113 593114 593115 593116 593117 593118 593119 593120 593121 593122 593123 593124 593125 593126 593127 593128 593129 593130 593131 593132 593133 593134 593135 593136 593137 593138 593139 593140 593141 593142 593143 593144 593145 593146 593147 593148 593149 593150 593151 593152 593153 593154 593155 593156 593157 593158 593159 593160 593161 593162 593163 593164 593165 593166 593167 593168 593169 593170 593171 593172 593173 593174 593175 593176 593177 593178 593179 593180 593181 593182 593183 593184 593185 593186 593187 593188 593189 593190 593191 593192 593193 593194 593195 593196 593197 593198 593199 593200 593201 593202 593203 593204 593205 593206 593207 593208 593209 593210 593211 593212 593213 593214 593215 593216 593217 593218 593219 593220 593221 593222 593223 593224 593225 593226 593227 593228 593229 593230 593231 593232 593233 593234 593235 593236 593237 593238 593239 593240 593241 593242 593243 593244 593245 593246 593247 593248 593249 593250 593251 593252 593253 593254 593255 593256 593257 593258 593259 593260 593261 593262 593263 593264 593265 593266 593267 593268 593269 593270 593271 593272 593273 593274 593275 593276 593277 593278 593279 593280 593281 593282 593283 593284 593285 593286 593287 593288 593289 593290 593291 593292 593293 593294 593295 593296 593297 593298 593299 593300 593301 593302 593303 593304 593305 593306 593307 593308 593309 593310 593311 593312 593313 593314 593315 593316 593317 593318 593319 593320 593321 593322 593323 593324 593325 593326 593327 593328 593329 593330 593331 593332 593333 593334 593335 593336 593337 593338 593339 593340 593341 593342 593343 593344 593345 593346 593347 593348 593349 593350 593351 593352 593353 593354 593355 593356 593357 593358 593359 593360 593361 593362 593363 593364 593365 593366 593367 593368 593369 593370 593371 593372 593373 593374 593375 593376 593377 593378 593379 593380 593381 593382 593383 593384 593385 593386 593387 593388 593389 593390 593391 593392 593393 593394 593395 593396 593397 593398 593399 593400 593401 593402 593403 593404 593405 593406 593407 593408 593409 593410 593411 593412 593413 593414 593415 593416 593417 593418 593419 593420 593421 593422 593423 593424 593425 593426 593427 593428 593429 593430 593431 593432 593433 593434 593435 593436 593437 593438 593439 593440 593441 593442 593443 593444 593445 593446 593447 593448 593449 593450 593451 593452 593453 593454 593455 593456 593457 593458 593459 593460 593461 593462 593463 593464 593465 593466 593467 593468 593469 593470 593471 593472 593473 593474 593475 593476 593477 593478 593479 593480 593481 593482 593483 593484 593485 593486 593487 593488 593489 593490 593491 593492 593493 593494 593495 593496 593497 593498 593499 593500 593501 593502 593503 593504 593505 593506 593507 593508 593509 593510 593511 593512 593513 593514 593515 593516 593517 593518 593519 593520 593521 593522 593523 593524 593525 593526 593527 593528 593529 593530 593531 593532 593533 593534 593535 593536 593537 593538 593539 593540 593541 593542 593543 593544 593545 593546 593547 593548 593549 593550 593551 593552 593553 593554 593555 593556 593557 593558 593559 593560 593561 593562 593563 593564 593565 593566 593567 593568 593569 593570 593571 593572 593573 593574 593575 593576 593577 593578 593579 593580 593581 593582 593583 593584 593585 593586 593587 593588 593589 593590 593591 593592 593593 593594 593595 593596 593597 593598 593599 593600 593601 593602 593603 593604 593605 593606 593607 593608 593609 593610 593611 593612 593613 593614 593615 593616 593617 593618 593619 593620 593621 593622 593623 593624 593625 593626 593627 593628 593629 593630 593631 593632 593633 593634 593635 593636 593637 593638 593639 593640 593641 593642 593643 593644 593645 593646 593647 593648 593649 593650 593651 593652 593653 593654 593655 593656 593657 593658 593659 593660 593661 593662 593663 593664 593665 593666 593667 593668 593669 593670 593671 593672 593673 593674 593675 593676 593677 593678 593679 593680 593681 593682 593683 593684 593685 593686 593687 593688 593689 593690 593691 593692 593693 593694 593695 593696 593697 593698 593699 593700 593701 593702 593703 593704 593705 593706 593707 593708 593709 593710 593711 593712 593713 593714 593715 593716 593717 593718 593719 593720 593721 593722 593723 593724 593725 593726 593727 593728 593729 593730 593731 593732 593733 593734 593735 593736 593737 593738 593739 593740 593741 593742 593743 593744 593745 593746 593747 593748 593749 593750 593751 593752 593753 593754 593755 593756 593757 593758 593759 593760 593761 593762 593763 593764 593765 593766 593767 593768 593769 593770 593771 593772 593773 593774 593775 593776 593777 593778 593779 593780 593781 593782 593783 593784 593785 593786 593787 593788 593789 593790 593791 593792 593793 593794 593795 593796 593797 593798 593799 593800 593801 593802 593803 593804 593805 593806 593807 593808 593809 593810 593811 593812 593813 593814 593815 593816 593817 593818 593819 593820 593821 593822 593823 593824 593825 593826 593827 593828 593829 593830 593831 593832 593833 593834 593835 593836 593837 593838 593839 593840 593841 593842 593843 593844 593845 593846 593847 593848 593849 593850 593851 593852 593853 593854 593855 593856 593857 593858 593859 593860 593861 593862 593863 593864 593865 593866 593867 593868 593869 593870 593871 593872 593873 593874 593875 593876 593877 593878 593879 593880 593881 593882 593883 593884 593885 593886 593887 593888 593889 593890 593891 593892 593893 593894 593895 593896 593897 593898 593899 593900 593901 593902 593903 593904 593905 593906 593907 593908 593909 593910 593911 593912 593913 593914 593915 593916 593917 593918 593919 593920 593921 593922 593923 593924 593925 593926 593927 593928 593929 593930 593931 593932 593933 593934 593935 593936 593937 593938 593939 593940 593941 593942 593943 593944 593945 593946 593947 593948 593949 593950 593951 593952 593953 593954 593955 593956 593957 593958 593959 593960 593961 593962 593963 593964 593965 593966 593967 593968 593969 593970 593971 593972 593973 593974 593975 593976 593977 593978 593979 593980 593981 593982 593983 593984 593985 593986 593987 593988 593989 593990 593991 593992 593993 593994 593995 593996 593997 593998 593999 594000 594001 594002 594003 594004 594005 594006 594007 594008 594009 594010 594011 594012 594013 594014 594015 594016 594017 594018 594019 594020 594021 594022 594023 594024 594025 594026 594027 594028 594029 594030 594031 594032 594033 594034 594035 594036 594037 594038 594039 594040 594041 594042 594043 594044 594045 594046 594047 594048 594049 594050 594051 594052 594053 594054 594055 594056 594057 594058 594059 594060 594061 594062 594063 594064 594065 594066 594067 594068 594069 594070 594071 594072 594073 594074 594075 594076 594077 594078 594079 594080 594081 594082 594083 594084 594085 594086 594087 594088 594089 594090 594091 594092 594093 594094 594095 594096 594097 594098 594099 594100 594101 594102 594103 594104 594105 594106 594107 594108 594109 594110 594111 594112 594113 594114 594115 594116 594117 594118 594119 594120 594121 594122 594123 594124 594125 594126 594127 594128 594129 594130 594131 594132 594133 594134 594135 594136 594137 594138 594139 594140 594141 594142 594143 594144 594145 594146 594147 594148 594149 594150 594151 594152 594153 594154 594155 594156 594157 594158 594159 594160 594161 594162 594163 594164 594165 594166 594167 594168 594169 594170 594171 594172 594173 594174 594175 594176 594177 594178 594179 594180 594181 594182 594183 594184 594185 594186 594187 594188 594189 594190 594191 594192 594193 594194 594195 594196 594197 594198 594199 594200 594201 594202 594203 594204 594205 594206 594207 594208 594209 594210 594211 594212 594213 594214 594215 594216 594217 594218 594219 594220 594221 594222 594223 594224 594225 594226 594227 594228 594229 594230 594231 594232 594233 594234 594235 594236 594237 594238 594239 594240 594241 594242 594243 594244 594245 594246 594247 594248 594249 594250 594251 594252 594253 594254 594255 594256 594257 594258 594259 594260 594261 594262 594263 594264 594265 594266 594267 594268 594269 594270 594271 594272 594273 594274 594275 594276 594277 594278 594279 594280 594281 594282 594283 594284 594285 594286 594287 594288 594289 594290 594291 594292 594293 594294 594295 594296 594297 594298 594299 594300 594301 594302 594303 594304 594305 594306 594307 594308 594309 594310 594311 594312 594313 594314 594315 594316 594317 594318 594319 594320 594321 594322 594323 594324 594325 594326 594327 594328 594329 594330 594331 594332 594333 594334 594335 594336 594337 594338 594339 594340 594341 594342 594343 594344 594345 594346 594347 594348 594349 594350 594351 594352 594353 594354 594355 594356 594357 594358 594359 594360 594361 594362 594363 594364 594365 594366 594367 594368 594369 594370 594371 594372 594373 594374 594375 594376 594377 594378 594379 594380 594381 594382 594383 594384 594385 594386 594387 594388 594389 594390 594391 594392 594393 594394 594395 594396 594397 594398 594399 594400 594401 594402 594403 594404 594405 594406 594407 594408 594409 594410 594411 594412 594413 594414 594415 594416 594417 594418 594419 594420 594421 594422 594423 594424 594425 594426 594427 594428 594429 594430 594431 594432 594433 594434 594435 594436 594437 594438 594439 594440 594441 594442 594443 594444 594445 594446 594447 594448 594449 594450 594451 594452 594453 594454 594455 594456 594457 594458 594459 594460 594461 594462 594463 594464 594465 594466 594467 594468 594469 594470 594471 594472 594473 594474 594475 594476 594477 594478 594479 594480 594481 594482 594483 594484 594485 594486 594487 594488 594489 594490 594491 594492 594493 594494 594495 594496 594497 594498 594499 594500 594501 594502 594503 594504 594505 594506 594507 594508 594509 594510 594511 594512 594513 594514 594515 594516 594517 594518 594519 594520 594521 594522 594523 594524 594525 594526 594527 594528 594529 594530 594531 594532 594533 594534 594535 594536 594537 594538 594539 594540 594541 594542 594543 594544 594545 594546 594547 594548 594549 594550 594551 594552 594553 594554 594555 594556 594557 594558 594559 594560 594561 594562 594563 594564 594565 594566 594567 594568 594569 594570 594571 594572 594573 594574 594575 594576 594577 594578 594579 594580 594581 594582 594583 594584 594585 594586 594587 594588 594589 594590 594591 594592 594593 594594 594595 594596 594597 594598 594599 594600 594601 594602 594603 594604 594605 594606 594607 594608 594609 594610 594611 594612 594613 594614 594615 594616 594617 594618 594619 594620 594621 594622 594623 594624 594625 594626 594627 594628 594629 594630 594631 594632 594633 594634 594635 594636 594637 594638 594639 594640 594641 594642 594643 594644 594645 594646 594647 594648 594649 594650 594651 594652 594653 594654 594655 594656 594657 594658 594659 594660 594661 594662 594663 594664 594665 594666 594667 594668 594669 594670 594671 594672 594673 594674 594675 594676 594677 594678 594679 594680 594681 594682 594683 594684 594685 594686 594687 594688 594689 594690 594691 594692 594693 594694 594695 594696 594697 594698 594699 594700 594701 594702 594703 594704 594705 594706 594707 594708 594709 594710 594711 594712 594713 594714 594715 594716 594717 594718 594719 594720 594721 594722 594723 594724 594725 594726 594727 594728 594729 594730 594731 594732 594733 594734 594735 594736 594737 594738 594739 594740 594741 594742 594743 594744 594745 594746 594747 594748 594749 594750 594751 594752 594753 594754 594755 594756 594757 594758 594759 594760 594761 594762 594763 594764 594765 594766 594767 594768 594769 594770 594771 594772 594773 594774 594775 594776 594777 594778 594779 594780 594781 594782 594783 594784 594785 594786 594787 594788 594789 594790 594791 594792 594793 594794 594795 594796 594797 594798 594799 594800 594801 594802 594803 594804 594805 594806 594807 594808 594809 594810 594811 594812 594813 594814 594815 594816 594817 594818 594819 594820 594821 594822 594823 594824 594825 594826 594827 594828 594829 594830 594831 594832 594833 594834 594835 594836 594837 594838 594839 594840 594841 594842 594843 594844 594845 594846 594847 594848 594849 594850 594851 594852 594853 594854 594855 594856 594857 594858 594859 594860 594861 594862 594863 594864 594865 594866 594867 594868 594869 594870 594871 594872 594873 594874 594875 594876 594877 594878 594879 594880 594881 594882 594883 594884 594885 594886 594887 594888 594889 594890 594891 594892 594893 594894 594895 594896 594897 594898 594899 594900 594901 594902 594903 594904 594905 594906 594907 594908 594909 594910 594911 594912 594913 594914 594915 594916 594917 594918 594919 594920 594921 594922 594923 594924 594925 594926 594927 594928 594929 594930 594931 594932 594933 594934 594935 594936 594937 594938 594939 594940 594941 594942 594943 594944 594945 594946 594947 594948 594949 594950 594951 594952 594953 594954 594955 594956 594957 594958 594959 594960 594961 594962 594963 594964 594965 594966 594967 594968 594969 594970 594971 594972 594973 594974 594975 594976 594977 594978 594979 594980 594981 594982 594983 594984 594985 594986 594987 594988 594989 594990 594991 594992 594993 594994 594995 594996 594997 594998 594999 595000 595001 595002 595003 595004 595005 595006 595007 595008 595009 595010 595011 595012 595013 595014 595015 595016 595017 595018 595019 595020 595021 595022 595023 595024 595025 595026 595027 595028 595029 595030 595031 595032 595033 595034 595035 595036 595037 595038 595039 595040 595041 595042 595043 595044 595045 595046 595047 595048 595049 595050 595051 595052 595053 595054 595055 595056 595057 595058 595059 595060 595061 595062 595063 595064 595065 595066 595067 595068 595069 595070 595071 595072 595073 595074 595075 595076 595077 595078 595079 595080 595081 595082 595083 595084 595085 595086 595087 595088 595089 595090 595091 595092 595093 595094 595095 595096 595097 595098 595099 595100 595101 595102 595103 595104 595105 595106 595107 595108 595109 595110 595111 595112 595113 595114 595115 595116 595117 595118 595119 595120 595121 595122 595123 595124 595125 595126 595127 595128 595129 595130 595131 595132 595133 595134 595135 595136 595137 595138 595139 595140 595141 595142 595143 595144 595145 595146 595147 595148 595149 595150 595151 595152 595153 595154 595155 595156 595157 595158 595159 595160 595161 595162 595163 595164 595165 595166 595167 595168 595169 595170 595171 595172 595173 595174 595175 595176 595177 595178 595179 595180 595181 595182 595183 595184 595185 595186 595187 595188 595189 595190 595191 595192 595193 595194 595195 595196 595197 595198 595199 595200 595201 595202 595203 595204 595205 595206 595207 595208 595209 595210 595211 595212 595213 595214 595215 595216 595217 595218 595219 595220 595221 595222 595223 595224 595225 595226 595227 595228 595229 595230 595231 595232 595233 595234 595235 595236 595237 595238 595239 595240 595241 595242 595243 595244 595245 595246 595247 595248 595249 595250 595251 595252 595253 595254 595255 595256 595257 595258 595259 595260 595261 595262 595263 595264 595265 595266 595267 595268 595269 595270 595271 595272 595273 595274 595275 595276 595277 595278 595279 595280 595281 595282 595283 595284 595285 595286 595287 595288 595289 595290 595291 595292 595293 595294 595295 595296 595297 595298 595299 595300 595301 595302 595303 595304 595305 595306 595307 595308 595309 595310 595311 595312 595313 595314 595315 595316 595317 595318 595319 595320 595321 595322 595323 595324 595325 595326 595327 595328 595329 595330 595331 595332 595333 595334 595335 595336 595337 595338 595339 595340 595341 595342 595343 595344 595345 595346 595347 595348 595349 595350 595351 595352 595353 595354 595355 595356 595357 595358 595359 595360 595361 595362 595363 595364 595365 595366 595367 595368 595369 595370 595371 595372 595373 595374 595375 595376 595377 595378 595379 595380 595381 595382 595383 595384 595385 595386 595387 595388 595389 595390 595391 595392 595393 595394 595395 595396 595397 595398 595399 595400 595401 595402 595403 595404 595405 595406 595407 595408 595409 595410 595411 595412 595413 595414 595415 595416 595417 595418 595419 595420 595421 595422 595423 595424 595425 595426 595427 595428 595429 595430 595431 595432 595433 595434 595435 595436 595437 595438 595439 595440 595441 595442 595443 595444 595445 595446 595447 595448 595449 595450 595451 595452 595453 595454 595455 595456 595457 595458 595459 595460 595461 595462 595463 595464 595465 595466 595467 595468 595469 595470 595471 595472 595473 595474 595475 595476 595477 595478 595479 595480 595481 595482 595483 595484 595485 595486 595487 595488 595489 595490 595491 595492 595493 595494 595495 595496 595497 595498 595499 595500 595501 595502 595503 595504 595505 595506 595507 595508 595509 595510 595511 595512 595513 595514 595515 595516 595517 595518 595519 595520 595521 595522 595523 595524 595525 595526 595527 595528 595529 595530 595531 595532 595533 595534 595535 595536 595537 595538 595539 595540 595541 595542 595543 595544 595545 595546 595547 595548 595549 595550 595551 595552 595553 595554 595555 595556 595557 595558 595559 595560 595561 595562 595563 595564 595565 595566 595567 595568 595569 595570 595571 595572 595573 595574 595575 595576 595577 595578 595579 595580 595581 595582 595583 595584 595585 595586 595587 595588 595589 595590 595591 595592 595593 595594 595595 595596 595597 595598 595599 595600 595601 595602 595603 595604 595605 595606 595607 595608 595609 595610 595611 595612 595613 595614 595615 595616 595617 595618 595619 595620 595621 595622 595623 595624 595625 595626 595627 595628 595629 595630 595631 595632 595633 595634 595635 595636 595637 595638 595639 595640 595641 595642 595643 595644 595645 595646 595647 595648 595649 595650 595651 595652 595653 595654 595655 595656 595657 595658 595659 595660 595661 595662 595663 595664 595665 595666 595667 595668 595669 595670 595671 595672 595673 595674 595675 595676 595677 595678 595679 595680 595681 595682 595683 595684 595685 595686 595687 595688 595689 595690 595691 595692 595693 595694 595695 595696 595697 595698 595699 595700 595701 595702 595703 595704 595705 595706 595707 595708 595709 595710 595711 595712 595713 595714 595715 595716 595717 595718 595719 595720 595721 595722 595723 595724 595725 595726 595727 595728 595729 595730 595731 595732 595733 595734 595735 595736 595737 595738 595739 595740 595741 595742 595743 595744 595745 595746 595747 595748 595749 595750 595751 595752 595753 595754 595755 595756 595757 595758 595759 595760 595761 595762 595763 595764 595765 595766 595767 595768 595769 595770 595771 595772 595773 595774 595775 595776 595777 595778 595779 595780 595781 595782 595783 595784 595785 595786 595787 595788 595789 595790 595791 595792 595793 595794 595795 595796 595797 595798 595799 595800 595801 595802 595803 595804 595805 595806 595807 595808 595809 595810 595811 595812 595813 595814 595815 595816 595817 595818 595819 595820 595821 595822 595823 595824 595825 595826 595827 595828 595829 595830 595831 595832 595833 595834 595835 595836 595837 595838 595839 595840 595841 595842 595843 595844 595845 595846 595847 595848 595849 595850 595851 595852 595853 595854 595855 595856 595857 595858 595859 595860 595861 595862 595863 595864 595865 595866 595867 595868 595869 595870 595871 595872 595873 595874 595875 595876 595877 595878 595879 595880 595881 595882 595883 595884 595885 595886 595887 595888 595889 595890 595891 595892 595893 595894 595895 595896 595897 595898 595899 595900 595901 595902 595903 595904 595905 595906 595907 595908 595909 595910 595911 595912 595913 595914 595915 595916 595917 595918 595919 595920 595921 595922 595923 595924 595925 595926 595927 595928 595929 595930 595931 595932 595933 595934 595935 595936 595937 595938 595939 595940 595941 595942 595943 595944 595945 595946 595947 595948 595949 595950 595951 595952 595953 595954 595955 595956 595957 595958 595959 595960 595961 595962 595963 595964 595965 595966 595967 595968 595969 595970 595971 595972 595973 595974 595975 595976 595977 595978 595979 595980 595981 595982 595983 595984 595985 595986 595987 595988 595989 595990 595991 595992 595993 595994 595995 595996 595997 595998 595999 596000 596001 596002 596003 596004 596005 596006 596007 596008 596009 596010 596011 596012 596013 596014 596015 596016 596017 596018 596019 596020 596021 596022 596023 596024 596025 596026 596027 596028 596029 596030 596031 596032 596033 596034 596035 596036 596037 596038 596039 596040 596041 596042 596043 596044 596045 596046 596047 596048 596049 596050 596051 596052 596053 596054 596055 596056 596057 596058 596059 596060 596061 596062 596063 596064 596065 596066 596067 596068 596069 596070 596071 596072 596073 596074 596075 596076 596077 596078 596079 596080 596081 596082 596083 596084 596085 596086 596087 596088 596089 596090 596091 596092 596093 596094 596095 596096 596097 596098 596099 596100 596101 596102 596103 596104 596105 596106 596107 596108 596109 596110 596111 596112 596113 596114 596115 596116 596117 596118 596119 596120 596121 596122 596123 596124 596125 596126 596127 596128 596129 596130 596131 596132 596133 596134 596135 596136 596137 596138 596139 596140 596141 596142 596143 596144 596145 596146 596147 596148 596149 596150 596151 596152 596153 596154 596155 596156 596157 596158 596159 596160 596161 596162 596163 596164 596165 596166 596167 596168 596169 596170 596171 596172 596173 596174 596175 596176 596177 596178 596179 596180 596181 596182 596183 596184 596185 596186 596187 596188 596189 596190 596191 596192 596193 596194 596195 596196 596197 596198 596199 596200 596201 596202 596203 596204 596205 596206 596207 596208 596209 596210 596211 596212 596213 596214 596215 596216 596217 596218 596219 596220 596221 596222 596223 596224 596225 596226 596227 596228 596229 596230 596231 596232 596233 596234 596235 596236 596237 596238 596239 596240 596241 596242 596243 596244 596245 596246 596247 596248 596249 596250 596251 596252 596253 596254 596255 596256 596257 596258 596259 596260 596261 596262 596263 596264 596265 596266 596267 596268 596269 596270 596271 596272 596273 596274 596275 596276 596277 596278 596279 596280 596281 596282 596283 596284 596285 596286 596287 596288 596289 596290 596291 596292 596293 596294 596295 596296 596297 596298 596299 596300 596301 596302 596303 596304 596305 596306 596307 596308 596309 596310 596311 596312 596313 596314 596315 596316 596317 596318 596319 596320 596321 596322 596323 596324 596325 596326 596327 596328 596329 596330 596331 596332 596333 596334 596335 596336 596337 596338 596339 596340 596341 596342 596343 596344 596345 596346 596347 596348 596349 596350 596351 596352 596353 596354 596355 596356 596357 596358 596359 596360 596361 596362 596363 596364 596365 596366 596367 596368 596369 596370 596371 596372 596373 596374 596375 596376 596377 596378 596379 596380 596381 596382 596383 596384 596385 596386 596387 596388 596389 596390 596391 596392 596393 596394 596395 596396 596397 596398 596399 596400 596401 596402 596403 596404 596405 596406 596407 596408 596409 596410 596411 596412 596413 596414 596415 596416 596417 596418 596419 596420 596421 596422 596423 596424 596425 596426 596427 596428 596429 596430 596431 596432 596433 596434 596435 596436 596437 596438 596439 596440 596441 596442 596443 596444 596445 596446 596447 596448 596449 596450 596451 596452 596453 596454 596455 596456 596457 596458 596459 596460 596461 596462 596463 596464 596465 596466 596467 596468 596469 596470 596471 596472 596473 596474 596475 596476 596477 596478 596479 596480 596481 596482 596483 596484 596485 596486 596487 596488 596489 596490 596491 596492 596493 596494 596495 596496 596497 596498 596499 596500 596501 596502 596503 596504 596505 596506 596507 596508 596509 596510 596511 596512 596513 596514 596515 596516 596517 596518 596519 596520 596521 596522 596523 596524 596525 596526 596527 596528 596529 596530 596531 596532 596533 596534 596535 596536 596537 596538 596539 596540 596541 596542 596543 596544 596545 596546 596547 596548 596549 596550 596551 596552 596553 596554 596555 596556 596557 596558 596559 596560 596561 596562 596563 596564 596565 596566 596567 596568 596569 596570 596571 596572 596573 596574 596575 596576 596577 596578 596579 596580 596581 596582 596583 596584 596585 596586 596587 596588 596589 596590 596591 596592 596593 596594 596595 596596 596597 596598 596599 596600 596601 596602 596603 596604 596605 596606 596607 596608 596609 596610 596611 596612 596613 596614 596615 596616 596617 596618 596619 596620 596621 596622 596623 596624 596625 596626 596627 596628 596629 596630 596631 596632 596633 596634 596635 596636 596637 596638 596639 596640 596641 596642 596643 596644 596645 596646 596647 596648 596649 596650 596651 596652 596653 596654 596655 596656 596657 596658 596659 596660 596661 596662 596663 596664 596665 596666 596667 596668 596669 596670 596671 596672 596673 596674 596675 596676 596677 596678 596679 596680 596681 596682 596683 596684 596685 596686 596687 596688 596689 596690 596691 596692 596693 596694 596695 596696 596697 596698 596699 596700 596701 596702 596703 596704 596705 596706 596707 596708 596709 596710 596711 596712 596713 596714 596715 596716 596717 596718 596719 596720 596721 596722 596723 596724 596725 596726 596727 596728 596729 596730 596731 596732 596733 596734 596735 596736 596737 596738 596739 596740 596741 596742 596743 596744 596745 596746 596747 596748 596749 596750 596751 596752 596753 596754 596755 596756 596757 596758 596759 596760 596761 596762 596763 596764 596765 596766 596767 596768 596769 596770 596771 596772 596773 596774 596775 596776 596777 596778 596779 596780 596781 596782 596783 596784 596785 596786 596787 596788 596789 596790 596791 596792 596793 596794 596795 596796 596797 596798 596799 596800 596801 596802 596803 596804 596805 596806 596807 596808 596809 596810 596811 596812 596813 596814 596815 596816 596817 596818 596819 596820 596821 596822 596823 596824 596825 596826 596827 596828 596829 596830 596831 596832 596833 596834 596835 596836 596837 596838 596839 596840 596841 596842 596843 596844 596845 596846 596847 596848 596849 596850 596851 596852 596853 596854 596855 596856 596857 596858 596859 596860 596861 596862 596863 596864 596865 596866 596867 596868 596869 596870 596871 596872 596873 596874 596875 596876 596877 596878 596879 596880 596881 596882 596883 596884 596885 596886 596887 596888 596889 596890 596891 596892 596893 596894 596895 596896 596897 596898 596899 596900 596901 596902 596903 596904 596905 596906 596907 596908 596909 596910 596911 596912 596913 596914 596915 596916 596917 596918 596919 596920 596921 596922 596923 596924 596925 596926 596927 596928 596929 596930 596931 596932 596933 596934 596935 596936 596937 596938 596939 596940 596941 596942 596943 596944 596945 596946 596947 596948 596949 596950 596951 596952 596953 596954 596955 596956 596957 596958 596959 596960 596961 596962 596963 596964 596965 596966 596967 596968 596969 596970 596971 596972 596973 596974 596975 596976 596977 596978 596979 596980 596981 596982 596983 596984 596985 596986 596987 596988 596989 596990 596991 596992 596993 596994 596995 596996 596997 596998 596999 597000 597001 597002 597003 597004 597005 597006 597007 597008 597009 597010 597011 597012 597013 597014 597015 597016 597017 597018 597019 597020 597021 597022 597023 597024 597025 597026 597027 597028 597029 597030 597031 597032 597033 597034 597035 597036 597037 597038 597039 597040 597041 597042 597043 597044 597045 597046 597047 597048 597049 597050 597051 597052 597053 597054 597055 597056 597057 597058 597059 597060 597061 597062 597063 597064 597065 597066 597067 597068 597069 597070 597071 597072 597073 597074 597075 597076 597077 597078 597079 597080 597081 597082 597083 597084 597085 597086 597087 597088 597089 597090 597091 597092 597093 597094 597095 597096 597097 597098 597099 597100 597101 597102 597103 597104 597105 597106 597107 597108 597109 597110 597111 597112 597113 597114 597115 597116 597117 597118 597119 597120 597121 597122 597123 597124 597125 597126 597127 597128 597129 597130 597131 597132 597133 597134 597135 597136 597137 597138 597139 597140 597141 597142 597143 597144 597145 597146 597147 597148 597149 597150 597151 597152 597153 597154 597155 597156 597157 597158 597159 597160 597161 597162 597163 597164 597165 597166 597167 597168 597169 597170 597171 597172 597173 597174 597175 597176 597177 597178 597179 597180 597181 597182 597183 597184 597185 597186 597187 597188 597189 597190 597191 597192 597193 597194 597195 597196 597197 597198 597199 597200 597201 597202 597203 597204 597205 597206 597207 597208 597209 597210 597211 597212 597213 597214 597215 597216 597217 597218 597219 597220 597221 597222 597223 597224 597225 597226 597227 597228 597229 597230 597231 597232 597233 597234 597235 597236 597237 597238 597239 597240 597241 597242 597243 597244 597245 597246 597247 597248 597249 597250 597251 597252 597253 597254 597255 597256 597257 597258 597259 597260 597261 597262 597263 597264 597265 597266 597267 597268 597269 597270 597271 597272 597273 597274 597275 597276 597277 597278 597279 597280 597281 597282 597283 597284 597285 597286 597287 597288 597289 597290 597291 597292 597293 597294 597295 597296 597297 597298 597299 597300 597301 597302 597303 597304 597305 597306 597307 597308 597309 597310 597311 597312 597313 597314 597315 597316 597317 597318 597319 597320 597321 597322 597323 597324 597325 597326 597327 597328 597329 597330 597331 597332 597333 597334 597335 597336 597337 597338 597339 597340 597341 597342 597343 597344 597345 597346 597347 597348 597349 597350 597351 597352 597353 597354 597355 597356 597357 597358 597359 597360 597361 597362 597363 597364 597365 597366 597367 597368 597369 597370 597371 597372 597373 597374 597375 597376 597377 597378 597379 597380 597381 597382 597383 597384 597385 597386 597387 597388 597389 597390 597391 597392 597393 597394 597395 597396 597397 597398 597399 597400 597401 597402 597403 597404 597405 597406 597407 597408 597409 597410 597411 597412 597413 597414 597415 597416 597417 597418 597419 597420 597421 597422 597423 597424 597425 597426 597427 597428 597429 597430 597431 597432 597433 597434 597435 597436 597437 597438 597439 597440 597441 597442 597443 597444 597445 597446 597447 597448 597449 597450 597451 597452 597453 597454 597455 597456 597457 597458 597459 597460 597461 597462 597463 597464 597465 597466 597467 597468 597469 597470 597471 597472 597473 597474 597475 597476 597477 597478 597479 597480 597481 597482 597483 597484 597485 597486 597487 597488 597489 597490 597491 597492 597493 597494 597495 597496 597497 597498 597499 597500 597501 597502 597503 597504 597505 597506 597507 597508 597509 597510 597511 597512 597513 597514 597515 597516 597517 597518 597519 597520 597521 597522 597523 597524 597525 597526 597527 597528 597529 597530 597531 597532 597533 597534 597535 597536 597537 597538 597539 597540 597541 597542 597543 597544 597545 597546 597547 597548 597549 597550 597551 597552 597553 597554 597555 597556 597557 597558 597559 597560 597561 597562 597563 597564 597565 597566 597567 597568 597569 597570 597571 597572 597573 597574 597575 597576 597577 597578 597579 597580 597581 597582 597583 597584 597585 597586 597587 597588 597589 597590 597591 597592 597593 597594 597595 597596 597597 597598 597599 597600 597601 597602 597603 597604 597605 597606 597607 597608 597609 597610 597611 597612 597613 597614 597615 597616 597617 597618 597619 597620 597621 597622 597623 597624 597625 597626 597627 597628 597629 597630 597631 597632 597633 597634 597635 597636 597637 597638 597639 597640 597641 597642 597643 597644 597645 597646 597647 597648 597649 597650 597651 597652 597653 597654 597655 597656 597657 597658 597659 597660 597661 597662 597663 597664 597665 597666 597667 597668 597669 597670 597671 597672 597673 597674 597675 597676 597677 597678 597679 597680 597681 597682 597683 597684 597685 597686 597687 597688 597689 597690 597691 597692 597693 597694 597695 597696 597697 597698 597699 597700 597701 597702 597703 597704 597705 597706 597707 597708 597709 597710 597711 597712 597713 597714 597715 597716 597717 597718 597719 597720 597721 597722 597723 597724 597725 597726 597727 597728 597729 597730 597731 597732 597733 597734 597735 597736 597737 597738 597739 597740 597741 597742 597743 597744 597745 597746 597747 597748 597749 597750 597751 597752 597753 597754 597755 597756 597757 597758 597759 597760 597761 597762 597763 597764 597765 597766 597767 597768 597769 597770 597771 597772 597773 597774 597775 597776 597777 597778 597779 597780 597781 597782 597783 597784 597785 597786 597787 597788 597789 597790 597791 597792 597793 597794 597795 597796 597797 597798 597799 597800 597801 597802 597803 597804 597805 597806 597807 597808 597809 597810 597811 597812 597813 597814 597815 597816 597817 597818 597819 597820 597821 597822 597823 597824 597825 597826 597827 597828 597829 597830 597831 597832 597833 597834 597835 597836 597837 597838 597839 597840 597841 597842 597843 597844 597845 597846 597847 597848 597849 597850 597851 597852 597853 597854 597855 597856 597857 597858 597859 597860 597861 597862 597863 597864 597865 597866 597867 597868 597869 597870 597871 597872 597873 597874 597875 597876 597877 597878 597879 597880 597881 597882 597883 597884 597885 597886 597887 597888 597889 597890 597891 597892 597893 597894 597895 597896 597897 597898 597899 597900 597901 597902 597903 597904 597905 597906 597907 597908 597909 597910 597911 597912 597913 597914 597915 597916 597917 597918 597919 597920 597921 597922 597923 597924 597925 597926 597927 597928 597929 597930 597931 597932 597933 597934 597935 597936 597937 597938 597939 597940 597941 597942 597943 597944 597945 597946 597947 597948 597949 597950 597951 597952 597953 597954 597955 597956 597957 597958 597959 597960 597961 597962 597963 597964 597965 597966 597967 597968 597969 597970 597971 597972 597973 597974 597975 597976 597977 597978 597979 597980 597981 597982 597983 597984 597985 597986 597987 597988 597989 597990 597991 597992 597993 597994 597995 597996 597997 597998 597999 598000 598001 598002 598003 598004 598005 598006 598007 598008 598009 598010 598011 598012 598013 598014 598015 598016 598017 598018 598019 598020 598021 598022 598023 598024 598025 598026 598027 598028 598029 598030 598031 598032 598033 598034 598035 598036 598037 598038 598039 598040 598041 598042 598043 598044 598045 598046 598047 598048 598049 598050 598051 598052 598053 598054 598055 598056 598057 598058 598059 598060 598061 598062 598063 598064 598065 598066 598067 598068 598069 598070 598071 598072 598073 598074 598075 598076 598077 598078 598079 598080 598081 598082 598083 598084 598085 598086 598087 598088 598089 598090 598091 598092 598093 598094 598095 598096 598097 598098 598099 598100 598101 598102 598103 598104 598105 598106 598107 598108 598109 598110 598111 598112 598113 598114 598115 598116 598117 598118 598119 598120 598121 598122 598123 598124 598125 598126 598127 598128 598129 598130 598131 598132 598133 598134 598135 598136 598137 598138 598139 598140 598141 598142 598143 598144 598145 598146 598147 598148 598149 598150 598151 598152 598153 598154 598155 598156 598157 598158 598159 598160 598161 598162 598163 598164 598165 598166 598167 598168 598169 598170 598171 598172 598173 598174 598175 598176 598177 598178 598179 598180 598181 598182 598183 598184 598185 598186 598187 598188 598189 598190 598191 598192 598193 598194 598195 598196 598197 598198 598199 598200 598201 598202 598203 598204 598205 598206 598207 598208 598209 598210 598211 598212 598213 598214 598215 598216 598217 598218 598219 598220 598221 598222 598223 598224 598225 598226 598227 598228 598229 598230 598231 598232 598233 598234 598235 598236 598237 598238 598239 598240 598241 598242 598243 598244 598245 598246 598247 598248 598249 598250 598251 598252 598253 598254 598255 598256 598257 598258 598259 598260 598261 598262 598263 598264 598265 598266 598267 598268 598269 598270 598271 598272 598273 598274 598275 598276 598277 598278 598279 598280 598281 598282 598283 598284 598285 598286 598287 598288 598289 598290 598291 598292 598293 598294 598295 598296 598297 598298 598299 598300 598301 598302 598303 598304 598305 598306 598307 598308 598309 598310 598311 598312 598313 598314 598315 598316 598317 598318 598319 598320 598321 598322 598323 598324 598325 598326 598327 598328 598329 598330 598331 598332 598333 598334 598335 598336 598337 598338 598339 598340 598341 598342 598343 598344 598345 598346 598347 598348 598349 598350 598351 598352 598353 598354 598355 598356 598357 598358 598359 598360 598361 598362 598363 598364 598365 598366 598367 598368 598369 598370 598371 598372 598373 598374 598375 598376 598377 598378 598379 598380 598381 598382 598383 598384 598385 598386 598387 598388 598389 598390 598391 598392 598393 598394 598395 598396 598397 598398 598399 598400 598401 598402 598403 598404 598405 598406 598407 598408 598409 598410 598411 598412 598413 598414 598415 598416 598417 598418 598419 598420 598421 598422 598423 598424 598425 598426 598427 598428 598429 598430 598431 598432 598433 598434 598435 598436 598437 598438 598439 598440 598441 598442 598443 598444 598445 598446 598447 598448 598449 598450 598451 598452 598453 598454 598455 598456 598457 598458 598459 598460 598461 598462 598463 598464 598465 598466 598467 598468 598469 598470 598471 598472 598473 598474 598475 598476 598477 598478 598479 598480 598481 598482 598483 598484 598485 598486 598487 598488 598489 598490 598491 598492 598493 598494 598495 598496 598497 598498 598499 598500 598501 598502 598503 598504 598505 598506 598507 598508 598509 598510 598511 598512 598513 598514 598515 598516 598517 598518 598519 598520 598521 598522 598523 598524 598525 598526 598527 598528 598529 598530 598531 598532 598533 598534 598535 598536 598537 598538 598539 598540 598541 598542 598543 598544 598545 598546 598547 598548 598549 598550 598551 598552 598553 598554 598555 598556 598557 598558 598559 598560 598561 598562 598563 598564 598565 598566 598567 598568 598569 598570 598571 598572 598573 598574 598575 598576 598577 598578 598579 598580 598581 598582 598583 598584 598585 598586 598587 598588 598589 598590 598591 598592 598593 598594 598595 598596 598597 598598 598599 598600 598601 598602 598603 598604 598605 598606 598607 598608 598609 598610 598611 598612 598613 598614 598615 598616 598617 598618 598619 598620 598621 598622 598623 598624 598625 598626 598627 598628 598629 598630 598631 598632 598633 598634 598635 598636 598637 598638 598639 598640 598641 598642 598643 598644 598645 598646 598647 598648 598649 598650 598651 598652 598653 598654 598655 598656 598657 598658 598659 598660 598661 598662 598663 598664 598665 598666 598667 598668 598669 598670 598671 598672 598673 598674 598675 598676 598677 598678 598679 598680 598681 598682 598683 598684 598685 598686 598687 598688 598689 598690 598691 598692 598693 598694 598695 598696 598697 598698 598699 598700 598701 598702 598703 598704 598705 598706 598707 598708 598709 598710 598711 598712 598713 598714 598715 598716 598717 598718 598719 598720 598721 598722 598723 598724 598725 598726 598727 598728 598729 598730 598731 598732 598733 598734 598735 598736 598737 598738 598739 598740 598741 598742 598743 598744 598745 598746 598747 598748 598749 598750 598751 598752 598753 598754 598755 598756 598757 598758 598759 598760 598761 598762 598763 598764 598765 598766 598767 598768 598769 598770 598771 598772 598773 598774 598775 598776 598777 598778 598779 598780 598781 598782 598783 598784 598785 598786 598787 598788 598789 598790 598791 598792 598793 598794 598795 598796 598797 598798 598799 598800 598801 598802 598803 598804 598805 598806 598807 598808 598809 598810 598811 598812 598813 598814 598815 598816 598817 598818 598819 598820 598821 598822 598823 598824 598825 598826 598827 598828 598829 598830 598831 598832 598833 598834 598835 598836 598837 598838 598839 598840 598841 598842 598843 598844 598845 598846 598847 598848 598849 598850 598851 598852 598853 598854 598855 598856 598857 598858 598859 598860 598861 598862 598863 598864 598865 598866 598867 598868 598869 598870 598871 598872 598873 598874 598875 598876 598877 598878 598879 598880 598881 598882 598883 598884 598885 598886 598887 598888 598889 598890 598891 598892 598893 598894 598895 598896 598897 598898 598899 598900 598901 598902 598903 598904 598905 598906 598907 598908 598909 598910 598911 598912 598913 598914 598915 598916 598917 598918 598919 598920 598921 598922 598923 598924 598925 598926 598927 598928 598929 598930 598931 598932 598933 598934 598935 598936 598937 598938 598939 598940 598941 598942 598943 598944 598945 598946 598947 598948 598949 598950 598951 598952 598953 598954 598955 598956 598957 598958 598959 598960 598961 598962 598963 598964 598965 598966 598967 598968 598969 598970 598971 598972 598973 598974 598975 598976 598977 598978 598979 598980 598981 598982 598983 598984 598985 598986 598987 598988 598989 598990 598991 598992 598993 598994 598995 598996 598997 598998 598999 599000 599001 599002 599003 599004 599005 599006 599007 599008 599009 599010 599011 599012 599013 599014 599015 599016 599017 599018 599019 599020 599021 599022 599023 599024 599025 599026 599027 599028 599029 599030 599031 599032 599033 599034 599035 599036 599037 599038 599039 599040 599041 599042 599043 599044 599045 599046 599047 599048 599049 599050 599051 599052 599053 599054 599055 599056 599057 599058 599059 599060 599061 599062 599063 599064 599065 599066 599067 599068 599069 599070 599071 599072 599073 599074 599075 599076 599077 599078 599079 599080 599081 599082 599083 599084 599085 599086 599087 599088 599089 599090 599091 599092 599093 599094 599095 599096 599097 599098 599099 599100 599101 599102 599103 599104 599105 599106 599107 599108 599109 599110 599111 599112 599113 599114 599115 599116 599117 599118 599119 599120 599121 599122 599123 599124 599125 599126 599127 599128 599129 599130 599131 599132 599133 599134 599135 599136 599137 599138 599139 599140 599141 599142 599143 599144 599145 599146 599147 599148 599149 599150 599151 599152 599153 599154 599155 599156 599157 599158 599159 599160 599161 599162 599163 599164 599165 599166 599167 599168 599169 599170 599171 599172 599173 599174 599175 599176 599177 599178 599179 599180 599181 599182 599183 599184 599185 599186 599187 599188 599189 599190 599191 599192 599193 599194 599195 599196 599197 599198 599199 599200 599201 599202 599203 599204 599205 599206 599207 599208 599209 599210 599211 599212 599213 599214 599215 599216 599217 599218 599219 599220 599221 599222 599223 599224 599225 599226 599227 599228 599229 599230 599231 599232 599233 599234 599235 599236 599237 599238 599239 599240 599241 599242 599243 599244 599245 599246 599247 599248 599249 599250 599251 599252 599253 599254 599255 599256 599257 599258 599259 599260 599261 599262 599263 599264 599265 599266 599267 599268 599269 599270 599271 599272 599273 599274 599275 599276 599277 599278 599279 599280 599281 599282 599283 599284 599285 599286 599287 599288 599289 599290 599291 599292 599293 599294 599295 599296 599297 599298 599299 599300 599301 599302 599303 599304 599305 599306 599307 599308 599309 599310 599311 599312 599313 599314 599315 599316 599317 599318 599319 599320 599321 599322 599323 599324 599325 599326 599327 599328 599329 599330 599331 599332 599333 599334 599335 599336 599337 599338 599339 599340 599341 599342 599343 599344 599345 599346 599347 599348 599349 599350 599351 599352 599353 599354 599355 599356 599357 599358 599359 599360 599361 599362 599363 599364 599365 599366 599367 599368 599369 599370 599371 599372 599373 599374 599375 599376 599377 599378 599379 599380 599381 599382 599383 599384 599385 599386 599387 599388 599389 599390 599391 599392 599393 599394 599395 599396 599397 599398 599399 599400 599401 599402 599403 599404 599405 599406 599407 599408 599409 599410 599411 599412 599413 599414 599415 599416 599417 599418 599419 599420 599421 599422 599423 599424 599425 599426 599427 599428 599429 599430 599431 599432 599433 599434 599435 599436 599437 599438 599439 599440 599441 599442 599443 599444 599445 599446 599447 599448 599449 599450 599451 599452 599453 599454 599455 599456 599457 599458 599459 599460 599461 599462 599463 599464 599465 599466 599467 599468 599469 599470 599471 599472 599473 599474 599475 599476 599477 599478 599479 599480 599481 599482 599483 599484 599485 599486 599487 599488 599489 599490 599491 599492 599493 599494 599495 599496 599497 599498 599499 599500 599501 599502 599503 599504 599505 599506 599507 599508 599509 599510 599511 599512 599513 599514 599515 599516 599517 599518 599519 599520 599521 599522 599523 599524 599525 599526 599527 599528 599529 599530 599531 599532 599533 599534 599535 599536 599537 599538 599539 599540 599541 599542 599543 599544 599545 599546 599547 599548 599549 599550 599551 599552 599553 599554 599555 599556 599557 599558 599559 599560 599561 599562 599563 599564 599565 599566 599567 599568 599569 599570 599571 599572 599573 599574 599575 599576 599577 599578 599579 599580 599581 599582 599583 599584 599585 599586 599587 599588 599589 599590 599591 599592 599593 599594 599595 599596 599597 599598 599599 599600 599601 599602 599603 599604 599605 599606 599607 599608 599609 599610 599611 599612 599613 599614 599615 599616 599617 599618 599619 599620 599621 599622 599623 599624 599625 599626 599627 599628 599629 599630 599631 599632 599633 599634 599635 599636 599637 599638 599639 599640 599641 599642 599643 599644 599645 599646 599647 599648 599649 599650 599651 599652 599653 599654 599655 599656 599657 599658 599659 599660 599661 599662 599663 599664 599665 599666 599667 599668 599669 599670 599671 599672 599673 599674 599675 599676 599677 599678 599679 599680 599681 599682 599683 599684 599685 599686 599687 599688 599689 599690 599691 599692 599693 599694 599695 599696 599697 599698 599699 599700 599701 599702 599703 599704 599705 599706 599707 599708 599709 599710 599711 599712 599713 599714 599715 599716 599717 599718 599719 599720 599721 599722 599723 599724 599725 599726 599727 599728 599729 599730 599731 599732 599733 599734 599735 599736 599737 599738 599739 599740 599741 599742 599743 599744 599745 599746 599747 599748 599749 599750 599751 599752 599753 599754 599755 599756 599757 599758 599759 599760 599761 599762 599763 599764 599765 599766 599767 599768 599769 599770 599771 599772 599773 599774 599775 599776 599777 599778 599779 599780 599781 599782 599783 599784 599785 599786 599787 599788 599789 599790 599791 599792 599793 599794 599795 599796 599797 599798 599799 599800 599801 599802 599803 599804 599805 599806 599807 599808 599809 599810 599811 599812 599813 599814 599815 599816 599817 599818 599819 599820 599821 599822 599823 599824 599825 599826 599827 599828 599829 599830 599831 599832 599833 599834 599835 599836 599837 599838 599839 599840 599841 599842 599843 599844 599845 599846 599847 599848 599849 599850 599851 599852 599853 599854 599855 599856 599857 599858 599859 599860 599861 599862 599863 599864 599865 599866 599867 599868 599869 599870 599871 599872 599873 599874 599875 599876 599877 599878 599879 599880 599881 599882 599883 599884 599885 599886 599887 599888 599889 599890 599891 599892 599893 599894 599895 599896 599897 599898 599899 599900 599901 599902 599903 599904 599905 599906 599907 599908 599909 599910 599911 599912 599913 599914 599915 599916 599917 599918 599919 599920 599921 599922 599923 599924 599925 599926 599927 599928 599929 599930 599931 599932 599933 599934 599935 599936 599937 599938 599939 599940 599941 599942 599943 599944 599945 599946 599947 599948 599949 599950 599951 599952 599953 599954 599955 599956 599957 599958 599959 599960 599961 599962 599963 599964 599965 599966 599967 599968 599969 599970 599971 599972 599973 599974 599975 599976 599977 599978 599979 599980 599981 599982 599983 599984 599985 599986 599987 599988 599989 599990 599991 599992 599993 599994 599995 599996 599997 599998 599999 600000 600001 600002 600003 600004 600005 600006 600007 600008 600009 600010 600011 600012 600013 600014 600015 600016 600017 600018 600019 600020 600021 600022 600023 600024 600025 600026 600027 600028 600029 600030 600031 600032 600033 600034 600035 600036 600037 600038 600039 600040 600041 600042 600043 600044 600045 600046 600047 600048 600049 600050 600051 600052 600053 600054 600055 600056 600057 600058 600059 600060 600061 600062 600063 600064 600065 600066 600067 600068 600069 600070 600071 600072 600073 600074 600075 600076 600077 600078 600079 600080 600081 600082 600083 600084 600085 600086 600087 600088 600089 600090 600091 600092 600093 600094 600095 600096 600097 600098 600099 600100 600101 600102 600103 600104 600105 600106 600107 600108 600109 600110 600111 600112 600113 600114 600115 600116 600117 600118 600119 600120 600121 600122 600123 600124 600125 600126 600127 600128 600129 600130 600131 600132 600133 600134 600135 600136 600137 600138 600139 600140 600141 600142 600143 600144 600145 600146 600147 600148 600149 600150 600151 600152 600153 600154 600155 600156 600157 600158 600159 600160 600161 600162 600163 600164 600165 600166 600167 600168 600169 600170 600171 600172 600173 600174 600175 600176 600177 600178 600179 600180 600181 600182 600183 600184 600185 600186 600187 600188 600189 600190 600191 600192 600193 600194 600195 600196 600197 600198 600199 600200 600201 600202 600203 600204 600205 600206 600207 600208 600209 600210 600211 600212 600213 600214 600215 600216 600217 600218 600219 600220 600221 600222 600223 600224 600225 600226 600227 600228 600229 600230 600231 600232 600233 600234 600235 600236 600237 600238 600239 600240 600241 600242 600243 600244 600245 600246 600247 600248 600249 600250 600251 600252 600253 600254 600255 600256 600257 600258 600259 600260 600261 600262 600263 600264 600265 600266 600267 600268 600269 600270 600271 600272 600273 600274 600275 600276 600277 600278 600279 600280 600281 600282 600283 600284 600285 600286 600287 600288 600289 600290 600291 600292 600293 600294 600295 600296 600297 600298 600299 600300 600301 600302 600303 600304 600305 600306 600307 600308 600309 600310 600311 600312 600313 600314 600315 600316 600317 600318 600319 600320 600321 600322 600323 600324 600325 600326 600327 600328 600329 600330 600331 600332 600333 600334 600335 600336 600337 600338 600339 600340 600341 600342 600343 600344 600345 600346 600347 600348 600349 600350 600351 600352 600353 600354 600355 600356 600357 600358 600359 600360 600361 600362 600363 600364 600365 600366 600367 600368 600369 600370 600371 600372 600373 600374 600375 600376 600377 600378 600379 600380 600381 600382 600383 600384 600385 600386 600387 600388 600389 600390 600391 600392 600393 600394 600395 600396 600397 600398 600399 600400 600401 600402 600403 600404 600405 600406 600407 600408 600409 600410 600411 600412 600413 600414 600415 600416 600417 600418 600419 600420 600421 600422 600423 600424 600425 600426 600427 600428 600429 600430 600431 600432 600433 600434 600435 600436 600437 600438 600439 600440 600441 600442 600443 600444 600445 600446 600447 600448 600449 600450 600451 600452 600453 600454 600455 600456 600457 600458 600459 600460 600461 600462 600463 600464 600465 600466 600467 600468 600469 600470 600471 600472 600473 600474 600475 600476 600477 600478 600479 600480 600481 600482 600483 600484 600485 600486 600487 600488 600489 600490 600491 600492 600493 600494 600495 600496 600497 600498 600499 600500 600501 600502 600503 600504 600505 600506 600507 600508 600509 600510 600511 600512 600513 600514 600515 600516 600517 600518 600519 600520 600521 600522 600523 600524 600525 600526 600527 600528 600529 600530 600531 600532 600533 600534 600535 600536 600537 600538 600539 600540 600541 600542 600543 600544 600545 600546 600547 600548 600549 600550 600551 600552 600553 600554 600555 600556 600557 600558 600559 600560 600561 600562 600563 600564 600565 600566 600567 600568 600569 600570 600571 600572 600573 600574 600575 600576 600577 600578 600579 600580 600581 600582 600583 600584 600585 600586 600587 600588 600589 600590 600591 600592 600593 600594 600595 600596 600597 600598 600599 600600 600601 600602 600603 600604 600605 600606 600607 600608 600609 600610 600611 600612 600613 600614 600615 600616 600617 600618 600619 600620 600621 600622 600623 600624 600625 600626 600627 600628 600629 600630 600631 600632 600633 600634 600635 600636 600637 600638 600639 600640 600641 600642 600643 600644 600645 600646 600647 600648 600649 600650 600651 600652 600653 600654 600655 600656 600657 600658 600659 600660 600661 600662 600663 600664 600665 600666 600667 600668 600669 600670 600671 600672 600673 600674 600675 600676 600677 600678 600679 600680 600681 600682 600683 600684 600685 600686 600687 600688 600689 600690 600691 600692 600693 600694 600695 600696 600697 600698 600699 600700 600701 600702 600703 600704 600705 600706 600707 600708 600709 600710 600711 600712 600713 600714 600715 600716 600717 600718 600719 600720 600721 600722 600723 600724 600725 600726 600727 600728 600729 600730 600731 600732 600733 600734 600735 600736 600737 600738 600739 600740 600741 600742 600743 600744 600745 600746 600747 600748 600749 600750 600751 600752 600753 600754 600755 600756 600757 600758 600759 600760 600761 600762 600763 600764 600765 600766 600767 600768 600769 600770 600771 600772 600773 600774 600775 600776 600777 600778 600779 600780 600781 600782 600783 600784 600785 600786 600787 600788 600789 600790 600791 600792 600793 600794 600795 600796 600797 600798 600799 600800 600801 600802 600803 600804 600805 600806 600807 600808 600809 600810 600811 600812 600813 600814 600815 600816 600817 600818 600819 600820 600821 600822 600823 600824 600825 600826 600827 600828 600829 600830 600831 600832 600833 600834 600835 600836 600837 600838 600839 600840 600841 600842 600843 600844 600845 600846 600847 600848 600849 600850 600851 600852 600853 600854 600855 600856 600857 600858 600859 600860 600861 600862 600863 600864 600865 600866 600867 600868 600869 600870 600871 600872 600873 600874 600875 600876 600877 600878 600879 600880 600881 600882 600883 600884 600885 600886 600887 600888 600889 600890 600891 600892 600893 600894 600895 600896 600897 600898 600899 600900 600901 600902 600903 600904 600905 600906 600907 600908 600909 600910 600911 600912 600913 600914 600915 600916 600917 600918 600919 600920 600921 600922 600923 600924 600925 600926 600927 600928 600929 600930 600931 600932 600933 600934 600935 600936 600937 600938 600939 600940 600941 600942 600943 600944 600945 600946 600947 600948 600949 600950 600951 600952 600953 600954 600955 600956 600957 600958 600959 600960 600961 600962 600963 600964 600965 600966 600967 600968 600969 600970 600971 600972 600973 600974 600975 600976 600977 600978 600979 600980 600981 600982 600983 600984 600985 600986 600987 600988 600989 600990 600991 600992 600993 600994 600995 600996 600997 600998 600999 601000 601001 601002 601003 601004 601005 601006 601007 601008 601009 601010 601011 601012 601013 601014 601015 601016 601017 601018 601019 601020 601021 601022 601023 601024 601025 601026 601027 601028 601029 601030 601031 601032 601033 601034 601035 601036 601037 601038 601039 601040 601041 601042 601043 601044 601045 601046 601047 601048 601049 601050 601051 601052 601053 601054 601055 601056 601057 601058 601059 601060 601061 601062 601063 601064 601065 601066 601067 601068 601069 601070 601071 601072 601073 601074 601075 601076 601077 601078 601079 601080 601081 601082 601083 601084 601085 601086 601087 601088 601089 601090 601091 601092 601093 601094 601095 601096 601097 601098 601099 601100 601101 601102 601103 601104 601105 601106 601107 601108 601109 601110 601111 601112 601113 601114 601115 601116 601117 601118 601119 601120 601121 601122 601123 601124 601125 601126 601127 601128 601129 601130 601131 601132 601133 601134 601135 601136 601137 601138 601139 601140 601141 601142 601143 601144 601145 601146 601147 601148 601149 601150 601151 601152 601153 601154 601155 601156 601157 601158 601159 601160 601161 601162 601163 601164 601165 601166 601167 601168 601169 601170 601171 601172 601173 601174 601175 601176 601177 601178 601179 601180 601181 601182 601183 601184 601185 601186 601187 601188 601189 601190 601191 601192 601193 601194 601195 601196 601197 601198 601199 601200 601201 601202 601203 601204 601205 601206 601207 601208 601209 601210 601211 601212 601213 601214 601215 601216 601217 601218 601219 601220 601221 601222 601223 601224 601225 601226 601227 601228 601229 601230 601231 601232 601233 601234 601235 601236 601237 601238 601239 601240 601241 601242 601243 601244 601245 601246 601247 601248 601249 601250 601251 601252 601253 601254 601255 601256 601257 601258 601259 601260 601261 601262 601263 601264 601265 601266 601267 601268 601269 601270 601271 601272 601273 601274 601275 601276 601277 601278 601279 601280 601281 601282 601283 601284 601285 601286 601287 601288 601289 601290 601291 601292 601293 601294 601295 601296 601297 601298 601299 601300 601301 601302 601303 601304 601305 601306 601307 601308 601309 601310 601311 601312 601313 601314 601315 601316 601317 601318 601319 601320 601321 601322 601323 601324 601325 601326 601327 601328 601329 601330 601331 601332 601333 601334 601335 601336 601337 601338 601339 601340 601341 601342 601343 601344 601345 601346 601347 601348 601349 601350 601351 601352 601353 601354 601355 601356 601357 601358 601359 601360 601361 601362 601363 601364 601365 601366 601367 601368 601369 601370 601371 601372 601373 601374 601375 601376 601377 601378 601379 601380 601381 601382 601383 601384 601385 601386 601387 601388 601389 601390 601391 601392 601393 601394 601395 601396 601397 601398 601399 601400 601401 601402 601403 601404 601405 601406 601407 601408 601409 601410 601411 601412 601413 601414 601415 601416 601417 601418 601419 601420 601421 601422 601423 601424 601425 601426 601427 601428 601429 601430 601431 601432 601433 601434 601435 601436 601437 601438 601439 601440 601441 601442 601443 601444 601445 601446 601447 601448 601449 601450 601451 601452 601453 601454 601455 601456 601457 601458 601459 601460 601461 601462 601463 601464 601465 601466 601467 601468 601469 601470 601471 601472 601473 601474 601475 601476 601477 601478 601479 601480 601481 601482 601483 601484 601485 601486 601487 601488 601489 601490 601491 601492 601493 601494 601495 601496 601497 601498 601499 601500 601501 601502 601503 601504 601505 601506 601507 601508 601509 601510 601511 601512 601513 601514 601515 601516 601517 601518 601519 601520 601521 601522 601523 601524 601525 601526 601527 601528 601529 601530 601531 601532 601533 601534 601535 601536 601537 601538 601539 601540 601541 601542 601543 601544 601545 601546 601547 601548 601549 601550 601551 601552 601553 601554 601555 601556 601557 601558 601559 601560 601561 601562 601563 601564 601565 601566 601567 601568 601569 601570 601571 601572 601573 601574 601575 601576 601577 601578 601579 601580 601581 601582 601583 601584 601585 601586 601587 601588 601589 601590 601591 601592 601593 601594 601595 601596 601597 601598 601599 601600 601601 601602 601603 601604 601605 601606 601607 601608 601609 601610 601611 601612 601613 601614 601615 601616 601617 601618 601619 601620 601621 601622 601623 601624 601625 601626 601627 601628 601629 601630 601631 601632 601633 601634 601635 601636 601637 601638 601639 601640 601641 601642 601643 601644 601645 601646 601647 601648 601649 601650 601651 601652 601653 601654 601655 601656 601657 601658 601659 601660 601661 601662 601663 601664 601665 601666 601667 601668 601669 601670 601671 601672 601673 601674 601675 601676 601677 601678 601679 601680 601681 601682 601683 601684 601685 601686 601687 601688 601689 601690 601691 601692 601693 601694 601695 601696 601697 601698 601699 601700 601701 601702 601703 601704 601705 601706 601707 601708 601709 601710 601711 601712 601713 601714 601715 601716 601717 601718 601719 601720 601721 601722 601723 601724 601725 601726 601727 601728 601729 601730 601731 601732 601733 601734 601735 601736 601737 601738 601739 601740 601741 601742 601743 601744 601745 601746 601747 601748 601749 601750 601751 601752 601753 601754 601755 601756 601757 601758 601759 601760 601761 601762 601763 601764 601765 601766 601767 601768 601769 601770 601771 601772 601773 601774 601775 601776 601777 601778 601779 601780 601781 601782 601783 601784 601785 601786 601787 601788 601789 601790 601791 601792 601793 601794 601795 601796 601797 601798 601799 601800 601801 601802 601803 601804 601805 601806 601807 601808 601809 601810 601811 601812 601813 601814 601815 601816 601817 601818 601819 601820 601821 601822 601823 601824 601825 601826 601827 601828 601829 601830 601831 601832 601833 601834 601835 601836 601837 601838 601839 601840 601841 601842 601843 601844 601845 601846 601847 601848 601849 601850 601851 601852 601853 601854 601855 601856 601857 601858 601859 601860 601861 601862 601863 601864 601865 601866 601867 601868 601869 601870 601871 601872 601873 601874 601875 601876 601877 601878 601879 601880 601881 601882 601883 601884 601885 601886 601887 601888 601889 601890 601891 601892 601893 601894 601895 601896 601897 601898 601899 601900 601901 601902 601903 601904 601905 601906 601907 601908 601909 601910 601911 601912 601913 601914 601915 601916 601917 601918 601919 601920 601921 601922 601923 601924 601925 601926 601927 601928 601929 601930 601931 601932 601933 601934 601935 601936 601937 601938 601939 601940 601941 601942 601943 601944 601945 601946 601947 601948 601949 601950 601951 601952 601953 601954 601955 601956 601957 601958 601959 601960 601961 601962 601963 601964 601965 601966 601967 601968 601969 601970 601971 601972 601973 601974 601975 601976 601977 601978 601979 601980 601981 601982 601983 601984 601985 601986 601987 601988 601989 601990 601991 601992 601993 601994 601995 601996 601997 601998 601999 602000 602001 602002 602003 602004 602005 602006 602007 602008 602009 602010 602011 602012 602013 602014 602015 602016 602017 602018 602019 602020 602021 602022 602023 602024 602025 602026 602027 602028 602029 602030 602031 602032 602033 602034 602035 602036 602037 602038 602039 602040 602041 602042 602043 602044 602045 602046 602047 602048 602049 602050 602051 602052 602053 602054 602055 602056 602057 602058 602059 602060 602061 602062 602063 602064 602065 602066 602067 602068 602069 602070 602071 602072 602073 602074 602075 602076 602077 602078 602079 602080 602081 602082 602083 602084 602085 602086 602087 602088 602089 602090 602091 602092 602093 602094 602095 602096 602097 602098 602099 602100 602101 602102 602103 602104 602105 602106 602107 602108 602109 602110 602111 602112 602113 602114 602115 602116 602117 602118 602119 602120 602121 602122 602123 602124 602125 602126 602127 602128 602129 602130 602131 602132 602133 602134 602135 602136 602137 602138 602139 602140 602141 602142 602143 602144 602145 602146 602147 602148 602149 602150 602151 602152 602153 602154 602155 602156 602157 602158 602159 602160 602161 602162 602163 602164 602165 602166 602167 602168 602169 602170 602171 602172 602173 602174 602175 602176 602177 602178 602179 602180 602181 602182 602183 602184 602185 602186 602187 602188 602189 602190 602191 602192 602193 602194 602195 602196 602197 602198 602199 602200 602201 602202 602203 602204 602205 602206 602207 602208 602209 602210 602211 602212 602213 602214 602215 602216 602217 602218 602219 602220 602221 602222 602223 602224 602225 602226 602227 602228 602229 602230 602231 602232 602233 602234 602235 602236 602237 602238 602239 602240 602241 602242 602243 602244 602245 602246 602247 602248 602249 602250 602251 602252 602253 602254 602255 602256 602257 602258 602259 602260 602261 602262 602263 602264 602265 602266 602267 602268 602269 602270 602271 602272 602273 602274 602275 602276 602277 602278 602279 602280 602281 602282 602283 602284 602285 602286 602287 602288 602289 602290 602291 602292 602293 602294 602295 602296 602297 602298 602299 602300 602301 602302 602303 602304 602305 602306 602307 602308 602309 602310 602311 602312 602313 602314 602315 602316 602317 602318 602319 602320 602321 602322 602323 602324 602325 602326 602327 602328 602329 602330 602331 602332 602333 602334 602335 602336 602337 602338 602339 602340 602341 602342 602343 602344 602345 602346 602347 602348 602349 602350 602351 602352 602353 602354 602355 602356 602357 602358 602359 602360 602361 602362 602363 602364 602365 602366 602367 602368 602369 602370 602371 602372 602373 602374 602375 602376 602377 602378 602379 602380 602381 602382 602383 602384 602385 602386 602387 602388 602389 602390 602391 602392 602393 602394 602395 602396 602397 602398 602399 602400 602401 602402 602403 602404 602405 602406 602407 602408 602409 602410 602411 602412 602413 602414 602415 602416 602417 602418 602419 602420 602421 602422 602423 602424 602425 602426 602427 602428 602429 602430 602431 602432 602433 602434 602435 602436 602437 602438 602439 602440 602441 602442 602443 602444 602445 602446 602447 602448 602449 602450 602451 602452 602453 602454 602455 602456 602457 602458 602459 602460 602461 602462 602463 602464 602465 602466 602467 602468 602469 602470 602471 602472 602473 602474 602475 602476 602477 602478 602479 602480 602481 602482 602483 602484 602485 602486 602487 602488 602489 602490 602491 602492 602493 602494 602495 602496 602497 602498 602499 602500 602501 602502 602503 602504 602505 602506 602507 602508 602509 602510 602511 602512 602513 602514 602515 602516 602517 602518 602519 602520 602521 602522 602523 602524 602525 602526 602527 602528 602529 602530 602531 602532 602533 602534 602535 602536 602537 602538 602539 602540 602541 602542 602543 602544 602545 602546 602547 602548 602549 602550 602551 602552 602553 602554 602555 602556 602557 602558 602559 602560 602561 602562 602563 602564 602565 602566 602567 602568 602569 602570 602571 602572 602573 602574 602575 602576 602577 602578 602579 602580 602581 602582 602583 602584 602585 602586 602587 602588 602589 602590 602591 602592 602593 602594 602595 602596 602597 602598 602599 602600 602601 602602 602603 602604 602605 602606 602607 602608 602609 602610 602611 602612 602613 602614 602615 602616 602617 602618 602619 602620 602621 602622 602623 602624 602625 602626 602627 602628 602629 602630 602631 602632 602633 602634 602635 602636 602637 602638 602639 602640 602641 602642 602643 602644 602645 602646 602647 602648 602649 602650 602651 602652 602653 602654 602655 602656 602657 602658 602659 602660 602661 602662 602663 602664 602665 602666 602667 602668 602669 602670 602671 602672 602673 602674 602675 602676 602677 602678 602679 602680 602681 602682 602683 602684 602685 602686 602687 602688 602689 602690 602691 602692 602693 602694 602695 602696 602697 602698 602699 602700 602701 602702 602703 602704 602705 602706 602707 602708 602709 602710 602711 602712 602713 602714 602715 602716 602717 602718 602719 602720 602721 602722 602723 602724 602725 602726 602727 602728 602729 602730 602731 602732 602733 602734 602735 602736 602737 602738 602739 602740 602741 602742 602743 602744 602745 602746 602747 602748 602749 602750 602751 602752 602753 602754 602755 602756 602757 602758 602759 602760 602761 602762 602763 602764 602765 602766 602767 602768 602769 602770 602771 602772 602773 602774 602775 602776 602777 602778 602779 602780 602781 602782 602783 602784 602785 602786 602787 602788 602789 602790 602791 602792 602793 602794 602795 602796 602797 602798 602799 602800 602801 602802 602803 602804 602805 602806 602807 602808 602809 602810 602811 602812 602813 602814 602815 602816 602817 602818 602819 602820 602821 602822 602823 602824 602825 602826 602827 602828 602829 602830 602831 602832 602833 602834 602835 602836 602837 602838 602839 602840 602841 602842 602843 602844 602845 602846 602847 602848 602849 602850 602851 602852 602853 602854 602855 602856 602857 602858 602859 602860 602861 602862 602863 602864 602865 602866 602867 602868 602869 602870 602871 602872 602873 602874 602875 602876 602877 602878 602879 602880 602881 602882 602883 602884 602885 602886 602887 602888 602889 602890 602891 602892 602893 602894 602895 602896 602897 602898 602899 602900 602901 602902 602903 602904 602905 602906 602907 602908 602909 602910 602911 602912 602913 602914 602915 602916 602917 602918 602919 602920 602921 602922 602923 602924 602925 602926 602927 602928 602929 602930 602931 602932 602933 602934 602935 602936 602937 602938 602939 602940 602941 602942 602943 602944 602945 602946 602947 602948 602949 602950 602951 602952 602953 602954 602955 602956 602957 602958 602959 602960 602961 602962 602963 602964 602965 602966 602967 602968 602969 602970 602971 602972 602973 602974 602975 602976 602977 602978 602979 602980 602981 602982 602983 602984 602985 602986 602987 602988 602989 602990 602991 602992 602993 602994 602995 602996 602997 602998 602999 603000 603001 603002 603003 603004 603005 603006 603007 603008 603009 603010 603011 603012 603013 603014 603015 603016 603017 603018 603019 603020 603021 603022 603023 603024 603025 603026 603027 603028 603029 603030 603031 603032 603033 603034 603035 603036 603037 603038 603039 603040 603041 603042 603043 603044 603045 603046 603047 603048 603049 603050 603051 603052 603053 603054 603055 603056 603057 603058 603059 603060 603061 603062 603063 603064 603065 603066 603067 603068 603069 603070 603071 603072 603073 603074 603075 603076 603077 603078 603079 603080 603081 603082 603083 603084 603085 603086 603087 603088 603089 603090 603091 603092 603093 603094 603095 603096 603097 603098 603099 603100 603101 603102 603103 603104 603105 603106 603107 603108 603109 603110 603111 603112 603113 603114 603115 603116 603117 603118 603119 603120 603121 603122 603123 603124 603125 603126 603127 603128 603129 603130 603131 603132 603133 603134 603135 603136 603137 603138 603139 603140 603141 603142 603143 603144 603145 603146 603147 603148 603149 603150 603151 603152 603153 603154 603155 603156 603157 603158 603159 603160 603161 603162 603163 603164 603165 603166 603167 603168 603169 603170 603171 603172 603173 603174 603175 603176 603177 603178 603179 603180 603181 603182 603183 603184 603185 603186 603187 603188 603189 603190 603191 603192 603193 603194 603195 603196 603197 603198 603199 603200 603201 603202 603203 603204 603205 603206 603207 603208 603209 603210 603211 603212 603213 603214 603215 603216 603217 603218 603219 603220 603221 603222 603223 603224 603225 603226 603227 603228 603229 603230 603231 603232 603233 603234 603235 603236 603237 603238 603239 603240 603241 603242 603243 603244 603245 603246 603247 603248 603249 603250 603251 603252 603253 603254 603255 603256 603257 603258 603259 603260 603261 603262 603263 603264 603265 603266 603267 603268 603269 603270 603271 603272 603273 603274 603275 603276 603277 603278 603279 603280 603281 603282 603283 603284 603285 603286 603287 603288 603289 603290 603291 603292 603293 603294 603295 603296 603297 603298 603299 603300 603301 603302 603303 603304 603305 603306 603307 603308 603309 603310 603311 603312 603313 603314 603315 603316 603317 603318 603319 603320 603321 603322 603323 603324 603325 603326 603327 603328 603329 603330 603331 603332 603333 603334 603335 603336 603337 603338 603339 603340 603341 603342 603343 603344 603345 603346 603347 603348 603349 603350 603351 603352 603353 603354 603355 603356 603357 603358 603359 603360 603361 603362 603363 603364 603365 603366 603367 603368 603369 603370 603371 603372 603373 603374 603375 603376 603377 603378 603379 603380 603381 603382 603383 603384 603385 603386 603387 603388 603389 603390 603391 603392 603393 603394 603395 603396 603397 603398 603399 603400 603401 603402 603403 603404 603405 603406 603407 603408 603409 603410 603411 603412 603413 603414 603415 603416 603417 603418 603419 603420 603421 603422 603423 603424 603425 603426 603427 603428 603429 603430 603431 603432 603433 603434 603435 603436 603437 603438 603439 603440 603441 603442 603443 603444 603445 603446 603447 603448 603449 603450 603451 603452 603453 603454 603455 603456 603457 603458 603459 603460 603461 603462 603463 603464 603465 603466 603467 603468 603469 603470 603471 603472 603473 603474 603475 603476 603477 603478 603479 603480 603481 603482 603483 603484 603485 603486 603487 603488 603489 603490 603491 603492 603493 603494 603495 603496 603497 603498 603499 603500 603501 603502 603503 603504 603505 603506 603507 603508 603509 603510 603511 603512 603513 603514 603515 603516 603517 603518 603519 603520 603521 603522 603523 603524 603525 603526 603527 603528 603529 603530 603531 603532 603533 603534 603535 603536 603537 603538 603539 603540 603541 603542 603543 603544 603545 603546 603547 603548 603549 603550 603551 603552 603553 603554 603555 603556 603557 603558 603559 603560 603561 603562 603563 603564 603565 603566 603567 603568 603569 603570 603571 603572 603573 603574 603575 603576 603577 603578 603579 603580 603581 603582 603583 603584 603585 603586 603587 603588 603589 603590 603591 603592 603593 603594 603595 603596 603597 603598 603599 603600 603601 603602 603603 603604 603605 603606 603607 603608 603609 603610 603611 603612 603613 603614 603615 603616 603617 603618 603619 603620 603621 603622 603623 603624 603625 603626 603627 603628 603629 603630 603631 603632 603633 603634 603635 603636 603637 603638 603639 603640 603641 603642 603643 603644 603645 603646 603647 603648 603649 603650 603651 603652 603653 603654 603655 603656 603657 603658 603659 603660 603661 603662 603663 603664 603665 603666 603667 603668 603669 603670 603671 603672 603673 603674 603675 603676 603677 603678 603679 603680 603681 603682 603683 603684 603685 603686 603687 603688 603689 603690 603691 603692 603693 603694 603695 603696 603697 603698 603699 603700 603701 603702 603703 603704 603705 603706 603707 603708 603709 603710 603711 603712 603713 603714 603715 603716 603717 603718 603719 603720 603721 603722 603723 603724 603725 603726 603727 603728 603729 603730 603731 603732 603733 603734 603735 603736 603737 603738 603739 603740 603741 603742 603743 603744 603745 603746 603747 603748 603749 603750 603751 603752 603753 603754 603755 603756 603757 603758 603759 603760 603761 603762 603763 603764 603765 603766 603767 603768 603769 603770 603771 603772 603773 603774 603775 603776 603777 603778 603779 603780 603781 603782 603783 603784 603785 603786 603787 603788 603789 603790 603791 603792 603793 603794 603795 603796 603797 603798 603799 603800 603801 603802 603803 603804 603805 603806 603807 603808 603809 603810 603811 603812 603813 603814 603815 603816 603817 603818 603819 603820 603821 603822 603823 603824 603825 603826 603827 603828 603829 603830 603831 603832 603833 603834 603835 603836 603837 603838 603839 603840 603841 603842 603843 603844 603845 603846 603847 603848 603849 603850 603851 603852 603853 603854 603855 603856 603857 603858 603859 603860 603861 603862 603863 603864 603865 603866 603867 603868 603869 603870 603871 603872 603873 603874 603875 603876 603877 603878 603879 603880 603881 603882 603883 603884 603885 603886 603887 603888 603889 603890 603891 603892 603893 603894 603895 603896 603897 603898 603899 603900 603901 603902 603903 603904 603905 603906 603907 603908 603909 603910 603911 603912 603913 603914 603915 603916 603917 603918 603919 603920 603921 603922 603923 60 TooltipText=null 19:44:54.261 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") 19:44:54.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:54.261 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:54.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:54.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:54.262 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:44:54.262 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove Launch 19:44:54.262 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 19:44:54.262 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:44:54.263 INFO [WorkbenchTestable][AbstractView] Launch removed 19:44:54.293 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:54.293 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:54.294 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:54.294 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 19:44:54.294 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:54.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:44:54.295 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 19:44:54.295 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:44:54.295 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:44:54.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:44:54.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:44:54.296 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTerminateConsole no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 19:44:54.296 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:44:54.296 INFO [WorkbenchTestable][RequirementsRunner] Started test: testConsoleView no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 19:44:54.296 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 19:44:54.296 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:44:54.296 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:44:54.296 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:44:54.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:54.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:54.298 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:44:54.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:54.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:54.301 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:54.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:54.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:54.301 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:54.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 19:44:54.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:54.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:54.304 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:54.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:54.304 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:54.304 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:54.304 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:54.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:54.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:44:54.330 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:54.330 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:54.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:54.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:44:54.330 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:44:54.330 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:54.331 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:54.331 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:54.331 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:44:54.331 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:44:54.332 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:44:54.332 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:44:54.332 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 19:44:54.332 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:44:54.332 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 19:44:54.332 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:44:54.332 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:44:54.332 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:44:54.332 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:44:54.332 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:44:54.332 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:44:54.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 19:44:55.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 19:44:55.333 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:44:55.333 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:55.333 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:55.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:55.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:44:55.335 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:44:55.335 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:44:55.335 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:44:55.335 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 19:44:55.335 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:44:55.335 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 19:44:55.335 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:44:55.335 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:44:55.335 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:44:55.335 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:44:55.335 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:44:55.335 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:44:55.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 19:44:55.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 19:44:55.336 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:55.336 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:55.336 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:55.336 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:44:55.336 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:44:55.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:55.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:55.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:55.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:55.336 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:55.336 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 19:44:55.336 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 19:44:55.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:44:55.337 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 19:44:55.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:44:55.337 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 19:44:55.337 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 19:44:55.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:44:55.337 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 19:44:55.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:44:55.337 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 19:44:55.337 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:55.337 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:55.337 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:55.337 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:44:55.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 19:44:55.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:55.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:55.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:55.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:55.337 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:55.338 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (4 items) and wait with time period 1 19:44:55.338 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (4 items) 19:44:55.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:44:55.338 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (4 items) is already expanded. No action performed 19:44:55.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:44:55.338 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (4 items) 19:44:55.338 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (4 items) 19:44:55.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:44:55.338 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (4 items) is already expanded. No action performed 19:44:55.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:44:55.338 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (4 items) ### There are problems in problems view 19:44:55.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:55.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:55.341 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:55.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:55.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:55.341 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:55.341 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:44:55.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:55.341 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:55.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:55.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:55.343 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:55.343 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:55.344 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:55.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:55.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:55.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:55.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:55.344 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:44:55.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:55.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:55.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:55.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:55.344 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:55.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 19:44:55.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:55.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:55.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:55.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:55.345 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:55.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:55.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:55.348 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:55.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:55.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:55.348 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:55.348 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:44:55.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:55.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:55.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:55.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:55.351 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:55.351 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:55.351 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:55.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:55.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:55.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:55.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:55.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 19:44:55.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:55.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:55.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:55.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:55.352 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:55.353 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:44:55.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:55.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:55.353 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:55.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:55.353 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found Errors pom.xml Plugin execution not covered by lifecycle configuration: org.apache.felix:maven-bundle-plugin:2.4.0:cleanVersions (execution: cleanVersions, phase: generate-sources) 19:44:55.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:55.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:55.368 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:55.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:55.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:55.368 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:55.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 '\*?\QProblems\E') 19:44:55.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:55.368 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:55.371 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:55.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:55.371 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:55.371 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:55.371 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:55.371 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:55.371 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:55.371 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:55.371 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:55.371 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:44:55.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:55.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:55.372 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:55.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:55.372 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:55.384 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:44:55.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:55.384 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:55.385 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:55.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:55.385 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:55.385 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:55.387 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:55.387 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:55.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:55.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:55.388 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:55.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 '\*?\QProblems\E') 19:44:55.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:55.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:55.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:55.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:55.390 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:55.390 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:55.390 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:55.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:55.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:55.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:55.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:55.391 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:44:55.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:55.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:55.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:55.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:55.391 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:55.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 19:44:55.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:55.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:55.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:55.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:55.392 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found Warnings maven-test-project Build path specifies execution environment J2SE-1.5. There are no JREs installed in the workspace that are strictly compatible with this environment. 19:44:55.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:55.395 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:55.395 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:55.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:55.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:55.395 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:55.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 '\*?\QProblems\E') 19:44:55.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:55.395 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:55.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:55.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:55.397 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:55.397 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:55.397 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:55.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:55.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:55.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:55.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:55.398 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:44:55.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:55.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:55.398 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:55.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:55.398 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:55.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 19:44:55.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:55.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:55.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:55.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:55.399 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:55.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:55.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:55.414 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:55.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:55.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:55.414 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:55.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 '\*?\QProblems\E') 19:44:55.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:55.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:55.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:55.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:55.417 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:55.417 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:55.417 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:55.417 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:55.417 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:55.417 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:55.417 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:55.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.ctab.DefaultCTabItem, index 0 and no matchers specified 19:44:55.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:55.417 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:55.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:55.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:55.417 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:55.430 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:44:55.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:55.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:55.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:55.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:55.431 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found Warnings maven-wrong-project Build path specifies execution environment J2SE-1.5. There are no JREs installed in the workspace that are strictly compatible with this environment. 19:44:55.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:55.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:55.434 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:55.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:55.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:55.434 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:55.434 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:44:55.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:55.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:55.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:55.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:55.437 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:55.437 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:55.437 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:55.437 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:55.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:55.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:55.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:55.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 19:44:55.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:55.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:55.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:55.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:55.438 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:55.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 19:44:55.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:55.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:55.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:55.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:55.439 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:55.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:55.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:55.441 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:55.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:55.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:55.442 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:55.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 '\*?\QProblems\E') 19:44:55.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:55.442 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:55.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:55.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:55.445 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:55.445 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:55.445 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:55.445 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:55.445 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:55.445 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:55.445 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:55.445 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:44:55.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:55.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:55.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:55.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:55.445 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:55.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 19:44:55.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:55.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:55.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:55.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:55.446 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found Warnings maven-test-project The compiler compliance specified is 1.5 but a JRE 11 is used 19:44:55.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:55.461 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:55.461 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:55.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:55.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:55.461 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:55.461 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:44:55.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:55.461 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:55.477 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:55.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:55.477 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:55.477 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:55.477 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:55.477 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:55.477 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:55.477 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:55.477 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:55.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 19:44:55.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:55.478 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:55.478 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:55.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:55.478 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:55.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 19:44:55.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:55.479 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:55.479 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:55.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:55.479 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:55.479 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:55.493 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:55.493 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:55.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:55.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:55.494 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:55.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 '\*?\QProblems\E') 19:44:55.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:55.494 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:55.496 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:55.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:55.496 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:55.496 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:44:55.496 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:44:55.509 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:55.509 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:55.509 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:55.509 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:55.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 19:44:55.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:55.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:55.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:55.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:55.510 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:55.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 19:44:55.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:55.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:55.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:55.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:55.511 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found Warnings maven-wrong-project The compiler compliance specified is 1.5 but a JRE 11 is used 19:44:55.511 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 19:44:55.572 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 19:44:55.584 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:55.585 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:55.585 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:44:55.585 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:55.585 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:55.585 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:55.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:55.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:55.586 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:55.586 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:44:55.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:55.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:55.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:55.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:55.586 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:55.586 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:44:55.586 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:44:55.612 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:55.613 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:44:55.613 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:44:55.613 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:44:55.613 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:55.613 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:44:55.614 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:44:55.614 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:44:55.614 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:55.614 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:44:55.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:55.614 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:55.614 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:44:56.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:56.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:44:56.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:56.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:44:56.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:44:56.617 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:44:56.617 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:44:56.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:56.618 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:44:56.618 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:44:56.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:56.618 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:56.618 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:56.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:56.618 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:56.618 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 19:44:56.618 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 19:44:56.618 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Project 19:44:56.618 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 19:44:56.618 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item Project 19:44:56.618 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Project 19:44:56.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:44:56.618 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Project is already expanded. No action performed 19:44:56.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:44:56.619 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Project 19:44:56.619 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 19:44:56.619 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:44:56.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:44:56.619 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:44:56.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:44:56.619 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:44:56.619 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item test 19:44:56.619 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 19:44:56.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:44:56.619 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 19:44:56.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:44:56.619 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 19:44:56.619 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 19:44:56.619 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 19:44:56.619 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 19:44:56.621 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 19:44:56.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:44:56.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:44:56.621 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:56.621 DEBUG [main][MenuItemLookup] Found menu:'File' 19:44:56.621 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:44:56.621 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:44:56.621 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 19:44:56.621 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:44:56.621 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:44:56.621 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:44:56.621 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:44:56.621 DEBUG [main][MenuItemLookup] Item match:Run 19:44:56.622 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 19:44:56.622 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 19:44:56.622 DEBUG [main][MenuItemLookup] Found menu:'' 19:44:56.622 DEBUG [main][MenuItemLookup] Found menu:'Run History' 19:44:56.622 DEBUG [main][MenuItemLookup] Found menu:'Run As' 19:44:56.622 DEBUG [main][MenuItemLookup] Item match:Run As 19:44:56.622 DEBUG [main][MenuItemLookup] Found menu:'1 Run on Server Shift+Alt+X R' 19:44:56.622 DEBUG [main][MenuItemLookup] Found menu:'2 Java Application Shift+Alt+X J' 19:44:56.622 DEBUG [main][MenuItemLookup] Item match:2 Java Application Shift+Alt+X J 19:44:56.622 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&2 Java Application Shift+Alt+X J" 19:44:56.622 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 2 Java Application Shift+Alt+X J 19:44:56.622 INFO [main][MenuItemHandler] Select menu item: &2 Java Application Shift+Alt+X J 19:44:56.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass.*'... 19:44:56.660 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:44:56.660 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:56.660 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:56.675 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:56.675 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 19:44:56.676 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:56.676 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:56.676 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:56.676 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 19:44:56.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:56.783 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:56.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass.*' finished successfully 19:44:56.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:44:56.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'Delayed model change job' is a system job, skipped 19:44:56.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is a system job, skipped 19:44:56.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'Label Job' is a system job, skipped 19:44:56.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 19:44:56.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 19:44:56.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 19:44:56.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 19:44:56.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:44:56.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:44:56.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:44:56.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:44:56.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:44:56.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:44:56.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:44:56.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:44:56.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:44:56.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:44:56.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated... 19:44:56.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:56.787 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:56.787 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:44:56.787 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:56.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:56.791 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:56.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:56.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:56.791 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:56.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 '\*?\QConsole\E') 19:44:56.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:56.791 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:56.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:56.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:56.795 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:56.795 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:56.795 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:56.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:56.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:56.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:56.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:56.796 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:56.796 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:56.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:56.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:56.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:56.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:56.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:56.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:57.297 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:44:57.297 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:57.297 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:57.298 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:57.298 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:57.298 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:57.298 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:57.298 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:57.298 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:57.298 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:57.298 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:57.298 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:57.298 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:57.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:57.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:57.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated finished successfully 19:44:57.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:57.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:57.301 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:44:57.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:57.304 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:57.304 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:57.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:57.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:57.304 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:57.304 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:44:57.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:57.304 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:57.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:57.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:57.307 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:57.307 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:57.307 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:57.307 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:57.307 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:57.307 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:57.307 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:57.307 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:57.307 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:57.308 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:57.308 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:57.308 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:57.308 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:57.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:57.308 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:57.308 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:57.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:57.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 19:44:57.308 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:57.308 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:57.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 19:44:57.308 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 19:44:57.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:57.308 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:57.308 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:57.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:57.308 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:44:57.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:57.311 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:57.311 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:44:57.311 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:57.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:57.324 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:57.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:57.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:57.325 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:57.325 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:44:57.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:57.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:57.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:57.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:57.328 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:57.328 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:57.328 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:57.329 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:57.329 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:57.329 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:57.329 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:57.329 INFO [WorkbenchTestable][AbstractView] Clearing console 19:44:57.329 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:57.329 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:57.329 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:57.329 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:57.329 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:57.329 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:57.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: "Clear Console") 19:44:57.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:57.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:57.330 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:57.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:57.330 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:44:57.330 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Clear Console 19:44:57.330 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 19:44:57.330 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:44:57.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console text is ""... 19:44:57.341 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:57.342 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:57.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console text is "" finished successfully 19:44:57.342 INFO [WorkbenchTestable][AbstractView] Console cleared 19:44:57.342 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:57.342 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:57.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:57.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.ToolBar Text= TooltipText=null 19:44:57.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:57.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:57.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:57.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:57.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:57.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:57.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 19:44:57.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:57.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:57.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:57.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:58.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:58.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:58.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" failed, NO exception will be thrown 19:44:58.346 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 19:44:58.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:58.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:58.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:58.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:58.347 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:44:58.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:58.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:58.350 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 19:44:58.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:58.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:58.352 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:58.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:58.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:58.353 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:58.353 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:44:58.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:58.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:58.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:58.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:58.355 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:58.355 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:58.355 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:58.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:58.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:58.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:58.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:58.356 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:58.356 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:58.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:58.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:58.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:58.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:58.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:58.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:58.357 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:58.357 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:58.357 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:58.357 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 19:44:58.357 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:58.357 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:58.357 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") 19:44:58.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:58.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:58.358 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:58.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:58.358 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:44:58.358 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Console When Standard Out Changes 19:44:58.358 INFO [WorkbenchTestable][AbstractView] Terminating console 19:44:58.358 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:58.358 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:58.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:58.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.ToolBar Text= TooltipText=null 19:44:58.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:44:58.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:44:58.359 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") 19:44:58.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:58.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:58.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:58.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:58.359 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:44:58.359 INFO [WorkbenchTestable][AbstractView] Console was terminated earlier 19:44:58.359 INFO [WorkbenchTestable][AbstractView] Removing launch from console 19:44:58.359 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:58.359 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:58.359 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:58.359 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 19:44:58.360 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") 19:44:58.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:58.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:58.360 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:58.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:58.360 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:44:58.360 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove Launch 19:44:58.360 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 19:44:58.360 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:44:58.360 INFO [WorkbenchTestable][AbstractView] Launch removed 19:44:58.384 INFO [WorkbenchTestable][AbstractView] Activate view Console 19:44:58.384 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 19:44:58.385 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:58.385 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 19:44:58.385 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:58.385 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:44:58.387 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 19:44:58.387 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:44:58.387 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:44:58.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:44:58.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:44:58.387 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testConsoleView no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 19:44:58.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:58.388 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:58.388 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:44:58.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:58.388 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:58.388 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 19:44:58.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:44:58.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:44:58.388 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 19:44:58.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 '\*?\QPackage Explorer\E') 19:44:58.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:58.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:58.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:58.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:58.389 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:44:58.389 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:44:58.389 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:44:58.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:58.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:44:58.412 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:44:58.412 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:44:58.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:58.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:44:58.412 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:44:58.412 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:44:58.413 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:58.413 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:44:58.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:58.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:58.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:44:58.913 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:58.914 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:44:59.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:59.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:44:59.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:44:59.415 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:44:59.415 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:44:59.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:44:59.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:44:59.416 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:44:59.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:44:59.416 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:44:59.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:44:59.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:44:59.416 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:44:59.416 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 19:44:59.416 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 19:44:59.416 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Project 19:44:59.416 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 19:44:59.416 DEBUG [main][TreeItemHandler] Selecting tree item: Project 19:44:59.417 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 19:44:59.418 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 19:44:59.418 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:44:59.418 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:44:59.444 DEBUG [main][MenuItemLookup] Found menu:'New' 19:44:59.444 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:44:59.444 DEBUG [main][MenuItemLookup] Found menu:'' 19:44:59.444 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:44:59.444 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 19:44:59.444 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:44:59.444 DEBUG [main][MenuItemLookup] Found menu:'' 19:44:59.444 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:44:59.444 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:44:59.444 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:44:59.444 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:44:59.444 DEBUG [main][MenuItemLookup] Found menu:'' 19:44:59.444 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 19:44:59.444 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 19:44:59.444 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 19:44:59.444 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 19:44:59.444 DEBUG [main][MenuItemLookup] Found menu:'' 19:44:59.444 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:44:59.444 DEBUG [main][MenuItemLookup] Found menu:'Export...' 19:44:59.444 DEBUG [main][MenuItemLookup] Found menu:'' 19:44:59.444 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:44:59.444 DEBUG [main][MenuItemLookup] Item match:Refresh F5 19:44:59.445 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 19:44:59.445 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 19:44:59.445 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 19:44:59.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:44:59.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:44:59.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:44:59.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 19:44:59.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:44:59.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:44:59.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:44:59.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:44:59.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:44:59.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:44:59.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:44:59.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:44:59.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:44:59.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:44:59.447 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'Project' via Explorer 19:44:59.448 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 19:44:59.448 DEBUG [main][TreeItemHandler] Selecting tree item: Project 19:44:59.448 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 19:44:59.449 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 19:44:59.449 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:44:59.449 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:44:59.471 DEBUG [main][MenuItemLookup] Found menu:'New' 19:44:59.472 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:44:59.472 DEBUG [main][MenuItemLookup] Found menu:'' 19:44:59.472 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:44:59.472 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 19:44:59.472 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:44:59.472 DEBUG [main][MenuItemLookup] Found menu:'' 19:44:59.472 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:44:59.472 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:44:59.472 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:44:59.472 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:44:59.472 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:44:59.472 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:44:59.472 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:44:59.472 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 19:44:59.501 DEBUG [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.... 19:45:00.058 DEBUG [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 19:45:00.058 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 19:45:00.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:45:00.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:45:00.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:00.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:00.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: 32) 19:45:00.061 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:45:00.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:45:00.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:45:00.061 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:45:00.061 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:45:00.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:00.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:00.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:00.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:00.061 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:45:00.061 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 19:45:00.061 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 19:45:00.061 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 19:45:00.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:45:00.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:45:00.062 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:45:00.062 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:45:00.062 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 19:45:00.062 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:45:00.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:45:00.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:45:00.062 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:45:00.062 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:45:00.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:00.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:00.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:00.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:00.062 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:45:00.062 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:45:00.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:45:00.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:45:00.062 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:45:00.062 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:45:00.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 19:45:00.065 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 19:45:00.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 19:45:00.565 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 19:45:00.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:45:00.565 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:45:00.565 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 19:45:00.565 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refreshing view' is a system job, skipped 19:45:00.565 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 19:45:00.565 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 19:45:00.566 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:45:00.566 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:45:00.566 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:45:00.566 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:45:00.566 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:45:00.566 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:45:00.566 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:45:00.566 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:45:00.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:45:00.566 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 19:45:00.566 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:45:00.566 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:45:00.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:45:00.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 75.673 s - in org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest testConsoleSwitching no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) Time elapsed: 7.49 s consoleHasNoChangeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) Time elapsed: 24.32 s testRemoveAllTerminatedLaunches no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) Time elapsed: 3.031 s toggleShowConsoleOnStandardOutChange no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) Time elapsed: 3.065 s testConsoleHasAnyText no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) Time elapsed: 10.062 s consoleHasTextTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) Time elapsed: 0.011 s getContextMenuTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) Time elapsed: 4.076 s testRemoveLaunch no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) Time elapsed: 3.187 s testTerminateConsole no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) Time elapsed: 6.832 s testConsoleView no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) Time elapsed: 4.091 s Running org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 19:45:00.573 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 19:45:00.574 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:45:00.575 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:45:00.575 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 19:45:00.575 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:45:00.575 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:45:00.575 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:45:00.575 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:45:00.575 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:45:00.575 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:45:00.575 INFO [WorkbenchTestable][RequirementsRunner] Started test: getInfoMessage no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) 19:45:00.575 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 19:45:00.575 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:45:00.575 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:45:00.575 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:45:00.579 DEBUG [WorkbenchTestable][AbstractWait] Wait for 3 seconds 19:45:03.579 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:03.582 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:45:03.582 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' view via menu. 19:45:03.582 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:45:03.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:45:03.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:45:03.582 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:45:03.582 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:45:03.583 DEBUG [main][MenuItemLookup] Found menu:'File' 19:45:03.583 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:45:03.583 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:45:03.583 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 19:45:03.583 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:45:03.583 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:45:03.583 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:45:03.583 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:45:03.583 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:45:03.583 DEBUG [main][MenuItemLookup] Item match:Window 19:45:03.584 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:45:03.584 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:45:03.584 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:45:03.584 DEBUG [main][MenuItemLookup] Found menu:'' 19:45:03.584 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:45:03.584 DEBUG [main][MenuItemLookup] Item match:Show View 19:45:03.588 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 19:45:03.588 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 19:45:03.588 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 19:45:03.588 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 19:45:03.588 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 19:45:03.588 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 19:45:03.588 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 19:45:03.588 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 19:45:03.588 DEBUG [main][MenuItemLookup] Found menu:'Progress' 19:45:03.588 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 19:45:03.588 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 19:45:03.588 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 19:45:03.588 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 19:45:03.588 DEBUG [main][MenuItemLookup] Found menu:'Templates' 19:45:03.588 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 19:45:03.588 DEBUG [main][MenuItemLookup] Found menu:'' 19:45:03.588 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 19:45:03.588 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 19:45:03.598 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 19:45:03.598 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 19:45:03.598 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 19:45:03.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 19:45:03.642 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 19:45:03.642 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 19:45:03.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:45:03.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:45:03.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 19:45:03.643 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:45:03.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:45:03.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:45:03.643 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:45:03.643 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:45:03.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:03.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:03.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:03.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:03.643 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:45:03.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:45:03.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:45:03.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:45:03.644 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:45:03.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:45:03.644 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:45:03.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:45:03.644 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:45:03.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:45:03.644 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:45:03.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:45:03.644 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:45:03.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:45:03.644 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:45:03.644 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Error Log 19:45:03.644 DEBUG [main][TreeItemHandler] Selecting tree item: Error Log 19:45:03.645 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Error Log about selection 19:45:03.645 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Error Log 19:45:03.645 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:45:03.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:45:03.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:45:03.645 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:45:03.645 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:45:03.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:03.645 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:03.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") 19:45:03.645 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:45:03.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:45:03.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:45:03.645 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:45:03.645 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:45:03.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:03.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:03.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:03.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:03.646 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:45:03.646 INFO [WorkbenchTestable][AbstractButton] Click button &Open 19:45:03.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:45:03.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:45:03.646 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:45:03.646 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:45:03.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:45:03.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:45:03.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.log.LogView' view is open... 19:45:03.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:03.746 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:03.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.log.LogView' view is open finished successfully 19:45:03.746 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:03.748 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:03.748 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:45:03.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:45:03.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:45:03.748 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:45:03.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 '\*?\QError Log\E') 19:45:03.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:03.749 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:03.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:03.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:03.751 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:45:03.751 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 19:45:03.751 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 19:45:03.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:03.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:45:03.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:45:03.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... (Eclipse:2191): Gtk-CRITICAL **: 19:45:03.754: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 19:45:03.757 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 19:45:03.757 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 19:45:03.757 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:03.757 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:45:03.758 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:45:03.758 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:45:03.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:03.758 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:03.758 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:03.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:03.780 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers (Eclipse:2191): Gtk-CRITICAL **: 19:45:03.787: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2191): Gtk-CRITICAL **: 19:45:03.791: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 19:45:03.794 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:03.794 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 19:45:03.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:03.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:03.796 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:45:03.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:45:03.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:45:03.797 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:45:03.797 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:45:03.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:03.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:03.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:03.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:03.799 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:45:03.799 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 19:45:03.799 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 19:45:03.800 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:03.800 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:45:03.800 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:45:03.800 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:45:03.800 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 19:45:03.800 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 19:45:03.800 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:03.801 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:45:03.801 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:45:03.801 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:45:03.801 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 19:45:03.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:03.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:03.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:03.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:03.801 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found (Eclipse:2191): Gtk-CRITICAL **: 19:45:03.810: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 19:45:03.813 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:45:03.813 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:2191): Gtk-CRITICAL **: 19:45:03.824: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 19:45:03.826 DEBUG [main][MenuItemLookup] Found menu:'Copy' 19:45:03.826 DEBUG [main][MenuItemLookup] Found menu:'' 19:45:03.826 DEBUG [main][MenuItemLookup] Found menu:'Clear Log Viewer' 19:45:03.826 DEBUG [main][MenuItemLookup] Found menu:'Delete Log' 19:45:03.826 DEBUG [main][MenuItemLookup] Item match:Delete Log 19:45:03.826 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Log" 19:45:03.826 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Log 19:45:03.826 INFO [main][MenuItemHandler] Select menu item: &Delete Log (Eclipse:2191): Gtk-CRITICAL **: 19:45:03.842: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 19:45:03.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Confirm Delete"] is available.... 19:45:03.847 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 19:45:03.847 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Confirm Delete 19:45:03.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:45:03.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:45:03.848 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:45:03.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:45:03.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:45:03.848 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Delete" as the parent 19:45:03.848 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:45:03.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:03.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:03.848 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:45:03.848 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:45:03.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:45:03.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:45:03.848 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Delete" as the parent 19:45:03.848 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:45:03.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:03.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:03.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:03.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:03.848 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:45:03.848 INFO [WorkbenchTestable][AbstractButton] Click button &Delete All Events 19:45:03.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:45:03.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:45:03.849 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:45:03.849 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:2191): Gtk-CRITICAL **: 19:45:03.881: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 19:45:03.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:45:03.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:45:03.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest.LogViewIsEmpty... 19:45:03.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:03.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:03.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:03.892 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:03.892 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:45:03.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:45:03.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:45:03.892 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:45:03.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 '\*?\QError Log\E') 19:45:03.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:03.892 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:03.894 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:03.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:03.894 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:45:03.895 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 19:45:03.895 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 19:45:03.895 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:03.895 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:45:03.895 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:45:03.895 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:45:03.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:03.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:03.896 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:03.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:03.896 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 19:45:03.896 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 19:45:03.897 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:03.897 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 19:45:03.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:03.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:03.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:03.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:03.909 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 19:45:03.909 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 19:45:03.910 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:03.910 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 19:45:03.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:03.910 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:03.911 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:03.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:03.911 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 19:45:03.911 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 19:45:03.911 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:03.912 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 19:45:03.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:03.912 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:03.912 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:03.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:03.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest.LogViewIsEmpty finished successfully 19:45:03.913 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 19:45:03.913 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:45:03.913 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:45:03.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:45:03.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:45:03.913 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getInfoMessage no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) 19:45:03.913 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:45:03.913 INFO [WorkbenchTestable][RequirementsRunner] Started test: getErrorMessage no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) 19:45:03.913 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 19:45:03.913 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:45:03.913 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:45:03.913 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:45:03.919 DEBUG [WorkbenchTestable][AbstractWait] Wait for 3 seconds (Eclipse:2191): Gtk-CRITICAL **: 19:45:03.926: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2191): Gtk-CRITICAL **: 19:45:03.941: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2191): Gtk-CRITICAL **: 19:45:03.959: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2191): Gtk-CRITICAL **: 19:45:03.975: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 19:45:06.919 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:06.921 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:06.921 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 19:45:06.921 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:06.923 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:06.923 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:45:06.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:45:06.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:45:06.924 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:45:06.924 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:45:06.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:06.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:06.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:06.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:06.926 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:45:06.926 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 19:45:06.926 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 19:45:06.926 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:06.927 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:45:06.927 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:45:06.927 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:45:06.927 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 19:45:06.927 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 19:45:06.927 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:06.927 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:45:06.927 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:45:06.927 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:45:06.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:06.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:06.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:06.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:06.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:06.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:06.932 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 19:45:06.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:06.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:06.934 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:45:06.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:45:06.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:45:06.934 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:45:06.934 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:45:06.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:06.934 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:06.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:06.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:06.936 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:45:06.936 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 19:45:06.936 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 19:45:06.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:06.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:45:06.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:45:06.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:45:06.937 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 19:45:06.937 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 19:45:06.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:06.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:45:06.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:45:06.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:45:06.938 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 19:45:06.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:06.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:06.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:06.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:06.938 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:45:06.949 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:45:06.949 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:45:06.959 DEBUG [main][MenuItemLookup] Found menu:'Copy' 19:45:06.959 DEBUG [main][MenuItemLookup] Found menu:'' 19:45:06.959 DEBUG [main][MenuItemLookup] Found menu:'Clear Log Viewer' 19:45:06.959 DEBUG [main][MenuItemLookup] Found menu:'Delete Log' 19:45:06.959 DEBUG [main][MenuItemLookup] Item match:Delete Log 19:45:06.959 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Log" 19:45:06.959 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Log 19:45:06.959 INFO [main][MenuItemHandler] Select menu item: &Delete Log 19:45:06.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Confirm Delete"] is available.... 19:45:06.980 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 19:45:06.980 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Confirm Delete 19:45:06.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:45:06.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:45:06.981 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:45:06.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:45:06.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:45:06.981 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Delete" as the parent 19:45:06.981 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:45:06.981 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:06.981 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:06.981 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:45:06.981 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:45:06.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:45:06.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:45:06.981 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Delete" as the parent 19:45:06.981 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:45:06.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:06.981 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:06.981 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:06.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:06.981 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:45:06.982 INFO [WorkbenchTestable][AbstractButton] Click button &Delete All Events 19:45:06.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:45:06.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:45:06.982 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:45:06.982 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:45:07.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:45:07.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:45:07.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest.LogViewIsEmpty... 19:45:07.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:07.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:07.004 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:07.007 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:07.007 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:45:07.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:45:07.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:45:07.007 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:45:07.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 '\*?\QError Log\E') 19:45:07.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:07.007 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:07.010 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:07.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:07.010 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:45:07.010 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 19:45:07.010 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 19:45:07.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:07.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:45:07.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:45:07.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:45:07.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:07.010 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:07.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:07.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:07.011 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 19:45:07.011 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 19:45:07.012 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:07.012 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 19:45:07.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:07.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:07.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:07.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:07.014 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 19:45:07.014 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 19:45:07.014 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:07.014 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 19:45:07.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:07.015 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:07.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:07.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:07.015 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 19:45:07.015 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 19:45:07.025 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:07.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 19:45:07.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:07.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:07.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:07.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:07.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest.LogViewIsEmpty finished successfully 19:45:07.027 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 19:45:07.027 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:45:07.027 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:45:07.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:45:07.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:45:07.027 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getErrorMessage no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) 19:45:07.027 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:45:07.027 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSetActivateOnNewEvents no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) 19:45:07.027 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 19:45:07.027 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:45:07.027 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:45:07.027 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:45:07.031 DEBUG [WorkbenchTestable][AbstractWait] Wait for 3 seconds (Eclipse:2191): Gtk-CRITICAL **: 19:45:07.034: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2191): Gtk-CRITICAL **: 19:45:07.054: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 19:45:10.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:10.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:10.034 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 19:45:10.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:10.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:10.037 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:45:10.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:45:10.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:45:10.037 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:45:10.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 '\*?\QError Log\E') 19:45:10.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:10.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:10.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:10.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:10.039 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:45:10.039 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 19:45:10.039 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 19:45:10.040 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:10.040 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:45:10.040 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:45:10.040 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:45:10.040 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 19:45:10.040 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 19:45:10.040 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:10.040 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:45:10.040 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:45:10.041 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:45:10.044 DEBUG [main][MenuItemLookup] Found menu:'Group By' 19:45:10.044 DEBUG [main][MenuItemLookup] Found menu:'' 19:45:10.044 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 19:45:10.044 DEBUG [main][MenuItemLookup] Found menu:'' 19:45:10.044 DEBUG [main][MenuItemLookup] Found menu:'Activate on new events' 19:45:10.044 DEBUG [main][MenuItemLookup] Item match:Activate on new events 19:45:10.046 DEBUG [main][MenuItemLookup] Found menu:'Group By' 19:45:10.046 DEBUG [main][MenuItemLookup] Found menu:'' 19:45:10.046 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 19:45:10.046 DEBUG [main][MenuItemLookup] Found menu:'' 19:45:10.046 DEBUG [main][MenuItemLookup] Found menu:'Activate on new events' 19:45:10.046 DEBUG [main][MenuItemLookup] Item match:Activate on new events 19:45:10.046 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 19:45:10.046 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 19:45:10.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:10.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:45:10.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:45:10.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:45:10.047 DEBUG [main][MenuItemLookup] Found menu:'Group By' 19:45:10.047 DEBUG [main][MenuItemLookup] Found menu:'' 19:45:10.047 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 19:45:10.047 DEBUG [main][MenuItemLookup] Found menu:'' 19:45:10.047 DEBUG [main][MenuItemLookup] Found menu:'Activate on new events' 19:45:10.047 DEBUG [main][MenuItemLookup] Item match:Activate on new events 19:45:10.047 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Activate on new events" 19:45:10.047 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Activate on new events 19:45:10.047 INFO [main][MenuItemHandler] Select menu item: &Activate on new events 19:45:10.047 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 19:45:10.047 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 19:45:10.047 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:10.047 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:45:10.047 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:45:10.047 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:45:10.048 DEBUG [main][MenuItemLookup] Found menu:'Group By' 19:45:10.048 DEBUG [main][MenuItemLookup] Found menu:'' 19:45:10.048 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 19:45:10.048 DEBUG [main][MenuItemLookup] Found menu:'' 19:45:10.048 DEBUG [main][MenuItemLookup] Found menu:'Activate on new events' 19:45:10.048 DEBUG [main][MenuItemLookup] Item match:Activate on new events 19:45:10.048 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Activate on new events" 19:45:10.048 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Activate on new events 19:45:10.048 INFO [main][MenuItemHandler] Select menu item: &Activate on new events 19:45:10.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:10.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:10.061 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 19:45:10.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:10.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:10.063 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:45:10.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:45:10.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:45:10.063 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:45:10.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 '\*?\QError Log\E') 19:45:10.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:10.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:10.065 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:10.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:10.065 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:45:10.065 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 19:45:10.065 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 19:45:10.066 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:10.066 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:45:10.066 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:45:10.066 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:45:10.066 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 19:45:10.066 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 19:45:10.066 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:10.066 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:45:10.066 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:45:10.066 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:45: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.ui.views.log.LogView, index 0 and no matchers specified 19:45:10.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:10.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:10.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:10.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:10.066 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:45:10.068 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:45:10.068 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:45:10.078 DEBUG [main][MenuItemLookup] Found menu:'Copy' 19:45:10.078 DEBUG [main][MenuItemLookup] Found menu:'' 19:45:10.078 DEBUG [main][MenuItemLookup] Found menu:'Clear Log Viewer' 19:45:10.078 DEBUG [main][MenuItemLookup] Found menu:'Delete Log' 19:45:10.078 DEBUG [main][MenuItemLookup] Item match:Delete Log 19:45:10.078 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Log" 19:45:10.078 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Log 19:45:10.078 INFO [main][MenuItemHandler] Select menu item: &Delete Log 19:45:10.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Confirm Delete"] is available.... 19:45:10.109 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 19:45:10.109 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Confirm Delete 19:45:10.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:45:10.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:45:10.109 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:45:10.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:45:10.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:45:10.109 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Delete" as the parent 19:45:10.109 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:45:10.109 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:10.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:10.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") 19:45:10.109 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:45:10.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:45:10.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:45:10.110 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Delete" as the parent 19:45:10.110 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:45:10.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:10.110 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:10.110 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:10.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:10.110 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:45:10.110 INFO [WorkbenchTestable][AbstractButton] Click button &Delete All Events 19:45:10.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:45:10.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:45:10.110 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:45:10.110 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:45:10.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:45:10.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:45:10.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest.LogViewIsEmpty... 19:45:10.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:10.126 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:10.126 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:10.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:10.128 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:45:10.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:45:10.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:45:10.128 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:45:10.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 '\*?\QError Log\E') 19:45:10.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:10.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:10.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:10.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:10.131 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:45:10.131 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 19:45:10.131 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 19:45:10.131 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:10.131 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:45:10.131 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:45:10.131 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:45:10.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:10.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:10.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:10.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:10.132 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 19:45:10.132 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 19:45:10.143 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:10.143 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 19:45:10.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:10.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:10.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:10.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:10.145 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 19:45:10.145 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 19:45:10.145 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:10.145 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 19:45:10.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:10.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:10.146 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:10.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:10.147 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 19:45:10.147 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 19:45:10.147 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:10.147 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 19:45:10.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:10.148 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:10.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:10.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:10.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest.LogViewIsEmpty finished successfully 19:45:10.150 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 19:45:10.150 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:45:10.150 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:45:10.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:45:10.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:45:10.150 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSetActivateOnNewEvents no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) 19:45:10.150 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:45:10.151 INFO [WorkbenchTestable][RequirementsRunner] Started test: getWarningMessage no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) 19:45:10.151 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 19:45:10.151 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:45:10.151 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:45:10.151 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:45:10.155 DEBUG [WorkbenchTestable][AbstractWait] Wait for 3 seconds (Eclipse:2191): Gtk-CRITICAL **: 19:45:10.167: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 19:45:13.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:13.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:13.158 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 19:45:13.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:13.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:13.160 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:45:13.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:45:13.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:45:13.160 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:45:13.160 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:45:13.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:13.160 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:13.172 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:13.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:13.172 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:45:13.172 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 19:45:13.172 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 19:45:13.173 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:13.173 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:45:13.173 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:45:13.173 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:45:13.173 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 19:45:13.173 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 19:45:13.174 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:13.174 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:45:13.174 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:45:13.174 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:45:13.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:13.174 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:13.175 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:13.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:13.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:13.189 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:13.189 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 19:45:13.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:13.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:13.191 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:45:13.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:45:13.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:45:13.192 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:45:13.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 '\*?\QError Log\E') 19:45:13.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:13.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:13.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:13.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:13.194 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:45:13.194 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 19:45:13.194 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 19:45:13.194 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:13.194 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:45:13.194 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:45:13.194 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:45:13.195 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 19:45:13.195 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 19:45:13.195 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:13.195 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:45:13.195 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:45:13.195 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:45:13.195 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 19:45:13.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:13.195 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:13.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:13.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:13.195 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:45:13.206 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:45:13.206 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:45:13.216 DEBUG [main][MenuItemLookup] Found menu:'Copy' 19:45:13.216 DEBUG [main][MenuItemLookup] Found menu:'' 19:45:13.216 DEBUG [main][MenuItemLookup] Found menu:'Clear Log Viewer' 19:45:13.216 DEBUG [main][MenuItemLookup] Found menu:'Delete Log' 19:45:13.216 DEBUG [main][MenuItemLookup] Item match:Delete Log 19:45:13.216 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Log" 19:45:13.216 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Log 19:45:13.217 INFO [main][MenuItemHandler] Select menu item: &Delete Log 19:45:13.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Confirm Delete"] is available.... 19:45:13.237 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 19:45:13.237 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Confirm Delete 19:45:13.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:45:13.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:45:13.237 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:45:13.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:45:13.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:45:13.237 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Delete" as the parent 19:45:13.237 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:45:13.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:13.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:13.238 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:45:13.238 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:45:13.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:45:13.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:45:13.238 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Delete" as the parent 19:45:13.238 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:45:13.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:13.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:13.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:13.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:13.238 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:45:13.238 INFO [WorkbenchTestable][AbstractButton] Click button &Delete All Events 19:45:13.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:45:13.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:45:13.238 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:45:13.238 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:45:13.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:45:13.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:45:13.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest.LogViewIsEmpty... 19:45:13.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:13.260 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:13.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:13.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:13.262 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:45:13.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:45:13.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:45:13.263 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:45:13.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 '\*?\QError Log\E') 19:45:13.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:13.263 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:13.265 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:13.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:13.265 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:45:13.265 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 19:45:13.265 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 19:45:13.266 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:13.266 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:45:13.266 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:45:13.266 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:45:13.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:13.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:13.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:13.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:13.267 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 19:45:13.267 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 19:45:13.268 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:13.268 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 19:45:13.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:13.269 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:13.269 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:13.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:13.270 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 19:45:13.270 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 19:45:13.270 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:13.270 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 19:45:13.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:13.271 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:13.271 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:13.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:13.272 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 19:45:13.272 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 19:45:13.272 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:13.272 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 19:45:13.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:13.273 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:13.273 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:13.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:13.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest.LogViewIsEmpty finished successfully 19:45:13.283 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 19:45:13.283 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:45:13.283 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:45:13.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:45:13.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:45:13.283 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getWarningMessage no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) 19:45:13.283 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:45:13.283 INFO [WorkbenchTestable][RequirementsRunner] Started test: testClearAndRestore no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) 19:45:13.283 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 19:45:13.283 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:45:13.283 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:45:13.283 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:45:13.287 DEBUG [WorkbenchTestable][AbstractWait] Wait for 3 seconds (Eclipse:2191): Gtk-CRITICAL **: 19:45:13.291: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 19:45:16.287 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:16.289 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:16.289 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 19:45:16.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:16.291 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:16.291 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:45:16.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:45:16.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:45:16.292 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:45:16.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 '\*?\QError Log\E') 19:45:16.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:16.292 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:16.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:16.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:16.294 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:45:16.294 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 19:45:16.294 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 19:45:16.295 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:16.295 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:45:16.295 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:45:16.295 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:45:16.295 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 19:45:16.295 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 19:45:16.295 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:16.295 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:45:16.295 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:45:16.295 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:45:16.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:16.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:16.296 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:16.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:16.298 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 19:45:16.298 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 19:45:16.298 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:16.298 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 19:45:16.298 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 19:45:16.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:16.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:16.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:16.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:16.299 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:45:16.299 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:45:16.299 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:45:16.321 DEBUG [main][MenuItemLookup] Found menu:'Copy' 19:45:16.321 DEBUG [main][MenuItemLookup] Found menu:'' 19:45:16.321 DEBUG [main][MenuItemLookup] Found menu:'Clear Log Viewer' 19:45:16.321 DEBUG [main][MenuItemLookup] Item match:Clear Log Viewer 19:45:16.321 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"C&lear Log Viewer" 19:45:16.321 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Clear Log Viewer 19:45:16.321 INFO [main][MenuItemHandler] Select menu item: C&lear Log Viewer 19:45:16.323 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 19:45:16.323 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 19:45:16.324 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:16.324 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 19:45:16.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:16.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:16.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:16.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:16.326 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 19:45:16.326 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 19:45:16.326 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:16.326 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 19:45:16.327 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 19:45:16.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:16.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:16.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:16.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:16.327 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:45:16.327 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:45:16.327 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:45:16.341 DEBUG [main][MenuItemLookup] Found menu:'Copy' 19:45:16.341 DEBUG [main][MenuItemLookup] Found menu:'' 19:45:16.341 DEBUG [main][MenuItemLookup] Found menu:'Clear Log Viewer' 19:45:16.341 DEBUG [main][MenuItemLookup] Found menu:'Delete Log' 19:45:16.341 DEBUG [main][MenuItemLookup] Found menu:'Open Log' 19:45:16.341 DEBUG [main][MenuItemLookup] Found menu:'Restore Log' 19:45:16.341 DEBUG [main][MenuItemLookup] Item match:Restore Log 19:45:16.341 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Restore Log" 19:45:16.341 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Restore Log 19:45:16.341 INFO [main][MenuItemHandler] Select menu item: &Restore Log 19:45:16.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Progress Information"] is available.... (Eclipse:2191): Gtk-CRITICAL **: 19:45:16.387: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 19:45:17.385 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 19:45:17.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Progress Information"] is available.... 19:45:17.385 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 19:45:17.385 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 19:45:17.385 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 19:45:17.386 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:17.386 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 19:45:17.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:17.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:17.387 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:17.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:17.389 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:17.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:17.391 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 19:45:17.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:17.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:17.393 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:45:17.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:45:17.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:45:17.393 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:45:17.393 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:45:17.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:17.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:17.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:17.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:17.396 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:45:17.396 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 19:45:17.396 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 19:45:17.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:17.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:45:17.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:45:17.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:45:17.396 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 19:45:17.396 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 19:45:17.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:17.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:45:17.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:45:17.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:45:17.397 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 19:45:17.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:17.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:17.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:17.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:17.397 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:45:17.398 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:45:17.398 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:45:17.418 DEBUG [main][MenuItemLookup] Found menu:'Copy' 19:45:17.418 DEBUG [main][MenuItemLookup] Found menu:'' 19:45:17.418 DEBUG [main][MenuItemLookup] Found menu:'Clear Log Viewer' 19:45:17.418 DEBUG [main][MenuItemLookup] Found menu:'Delete Log' 19:45:17.418 DEBUG [main][MenuItemLookup] Item match:Delete Log 19:45:17.419 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Log" 19:45:17.419 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Log 19:45:17.419 INFO [main][MenuItemHandler] Select menu item: &Delete Log 19:45:17.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Confirm Delete"] is available.... 19:45:17.439 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 19:45:17.439 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Confirm Delete 19:45:17.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:45:17.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:45:17.439 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:45:17.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:45:17.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:45:17.440 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Delete" as the parent 19:45:17.440 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:45:17.440 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:17.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:17.440 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:45:17.440 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:45:17.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:45:17.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:45:17.440 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Delete" as the parent 19:45:17.440 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:45:17.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:17.440 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:17.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:17.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:17.440 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:45:17.440 INFO [WorkbenchTestable][AbstractButton] Click button &Delete All Events 19:45:17.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:45:17.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:45:17.440 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:45:17.440 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:45:17.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:45:17.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:45:17.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest.LogViewIsEmpty... 19:45:17.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:17.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:17.460 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:17.463 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:17.463 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:45:17.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:45:17.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:45:17.463 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:45:17.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 '\*?\QError Log\E') 19:45:17.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:17.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:17.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:17.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:17.465 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:45:17.465 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 19:45:17.465 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 19:45:17.466 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:17.466 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:45:17.466 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:45:17.466 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:45:17.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:17.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:17.467 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:17.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:17.467 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 19:45:17.467 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 19:45:17.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:17.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 19:45:17.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:17.468 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:17.478 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:17.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:17.479 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 19:45:17.479 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 19:45:17.479 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:17.479 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 19:45:17.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:17.480 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:17.480 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:17.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:17.480 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 19:45:17.480 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 19:45:17.481 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:17.481 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 19:45:17.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:17.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:17.482 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:17.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:17.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest.LogViewIsEmpty finished successfully 19:45:17.482 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 19:45:17.482 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:45:17.482 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:45:17.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:45:17.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:45:17.482 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testClearAndRestore no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) 19:45:17.482 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:45:17.482 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDelete no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) 19:45:17.482 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 19:45:17.483 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:45:17.483 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:45:17.483 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:45:17.485 DEBUG [WorkbenchTestable][AbstractWait] Wait for 3 seconds (Eclipse:2191): Gtk-CRITICAL **: 19:45:17.496: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 19:45:20.486 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:20.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:20.489 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 19:45:20.489 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:20.491 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:20.491 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:45:20.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:45:20.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:45:20.501 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:45:20.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 '\*?\QError Log\E') 19:45:20.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:20.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:20.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:20.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:20.503 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:45:20.504 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 19:45:20.504 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 19:45:20.504 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:20.504 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:45:20.504 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:45:20.504 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:45:20.504 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 19:45:20.504 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 19:45:20.505 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:20.505 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:45:20.505 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:45:20.505 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:45:20.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:20.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:20.505 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:20.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:20.518 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 19:45:20.518 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 19:45:20.518 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:20.518 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 19:45:20.518 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 19:45:20.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:20.519 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:20.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:20.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:20.519 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:45:20.519 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:45:20.519 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:45:20.539 DEBUG [main][MenuItemLookup] Found menu:'Copy' 19:45:20.539 DEBUG [main][MenuItemLookup] Found menu:'' 19:45:20.539 DEBUG [main][MenuItemLookup] Found menu:'Clear Log Viewer' 19:45:20.539 DEBUG [main][MenuItemLookup] Found menu:'Delete Log' 19:45:20.539 DEBUG [main][MenuItemLookup] Item match:Delete Log 19:45:20.540 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Log" 19:45:20.540 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Log 19:45:20.540 INFO [main][MenuItemHandler] Select menu item: &Delete Log 19:45:20.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Confirm Delete"] is available.... 19:45:20.561 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 19:45:20.561 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Confirm Delete 19:45:20.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:45:20.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:45:20.561 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:45:20.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:45:20.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:45:20.561 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Delete" as the parent 19:45:20.561 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:45:20.561 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:20.561 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:20.561 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:45:20.561 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:45:20.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:45:20.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:45:20.562 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Delete" as the parent 19:45:20.562 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:45:20.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:20.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:20.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:20.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:20.562 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:45:20.562 INFO [WorkbenchTestable][AbstractButton] Click button &Delete All Events 19:45:20.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:45:20.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:45:20.562 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:45:20.562 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:45:20.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:45:20.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:45:20.579 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 19:45:20.579 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 19:45:20.580 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:20.580 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 19:45:20.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:20.580 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:20.581 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:20.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:20.581 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 19:45:20.581 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 19:45:20.582 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:20.582 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 19:45:20.582 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 19:45:20.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:20.582 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:20.582 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:20.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:20.582 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:45:20.582 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:45:20.582 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:45:20.594 DEBUG [main][MenuItemLookup] Found menu:'Copy' 19:45:20.594 DEBUG [main][MenuItemLookup] Found menu:'' 19:45:20.594 DEBUG [main][MenuItemLookup] Found menu:'Clear Log Viewer' 19:45:20.594 DEBUG [main][MenuItemLookup] Found menu:'Delete Log' 19:45:20.594 DEBUG [main][MenuItemLookup] Item match:Delete Log 19:45:20.594 DEBUG [WorkbenchTestable][AbstractView] Unable to delete log. "Delete Log" menu item is not enabled. 19:45:20.594 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 19:45:20.594 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 19:45:20.595 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:20.595 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 19:45:20.595 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 19:45:20.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:20.595 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:20.595 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:20.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:20.595 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:45:20.595 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:45:20.595 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:45:20.604 DEBUG [main][MenuItemLookup] Found menu:'Copy' 19:45:20.604 DEBUG [main][MenuItemLookup] Found menu:'' 19:45:20.604 DEBUG [main][MenuItemLookup] Found menu:'Clear Log Viewer' 19:45:20.604 DEBUG [main][MenuItemLookup] Found menu:'Delete Log' 19:45:20.604 DEBUG [main][MenuItemLookup] Found menu:'Open Log' 19:45:20.604 DEBUG [main][MenuItemLookup] Found menu:'Restore Log' 19:45:20.604 DEBUG [main][MenuItemLookup] Item match:Restore Log 19:45:20.604 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Restore Log" 19:45:20.604 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Restore Log 19:45:20.604 INFO [main][MenuItemHandler] Select menu item: &Restore Log 19:45:20.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Progress Information"] is available.... 19:45:21.637 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 19:45:21.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Progress Information"] is available.... 19:45:21.638 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 19:45:21.638 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 19:45:21.638 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 19:45:21.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:21.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 19:45:21.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:21.640 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:21.642 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:21.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:21.642 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:21.644 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:21.644 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 19:45:21.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:21.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:21.647 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:45:21.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:45:21.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:45:21.647 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:45:21.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 '\*?\QError Log\E') 19:45:21.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:21.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:21.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:21.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:21.649 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:45:21.649 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 19:45:21.649 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 19:45:21.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:21.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:45:21.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:45:21.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:45:21.650 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 19:45:21.650 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 19:45:21.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:21.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:45:21.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:45:21.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:45:21.650 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 19:45:21.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:21.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:21.651 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:21.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:21.651 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:45:21.651 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:45:21.651 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:45:21.670 DEBUG [main][MenuItemLookup] Found menu:'Copy' 19:45:21.670 DEBUG [main][MenuItemLookup] Found menu:'' 19:45:21.670 DEBUG [main][MenuItemLookup] Found menu:'Clear Log Viewer' 19:45:21.670 DEBUG [main][MenuItemLookup] Found menu:'Delete Log' 19:45:21.670 DEBUG [main][MenuItemLookup] Item match:Delete Log 19:45:21.670 DEBUG [WorkbenchTestable][AbstractView] Unable to delete log. "Delete Log" menu item is not enabled. 19:45:21.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest.LogViewIsEmpty... 19:45:21.670 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:21.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:21.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:21.674 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:21.674 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:45:21.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:45:21.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:45:21.684 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:45:21.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 '\*?\QError Log\E') 19:45:21.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:21.684 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:21.687 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:21.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:21.687 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:45:21.687 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 19:45:21.687 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 19:45:21.687 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:21.687 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:45:21.687 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:45:21.687 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:45:21.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:21.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:21.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:21.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:21.689 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 19:45:21.689 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 19:45:21.689 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:21.689 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 19:45:21.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:21.690 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:21.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:21.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:21.691 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 19:45:21.691 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 19:45:21.700 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:21.700 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 19:45:21.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:21.701 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:21.701 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:21.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:21.702 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 19:45:21.702 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 19:45:21.702 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:21.703 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 19:45:21.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:21.703 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:21.703 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:21.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:21.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest.LogViewIsEmpty finished successfully 19:45:21.704 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 19:45:21.704 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:45:21.704 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:45:21.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:45:21.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:45:21.704 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDelete no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) 19:45:21.704 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:45:21.704 INFO [WorkbenchTestable][RequirementsRunner] Started test: getOKMessage no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) 19:45:21.704 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 19:45:21.704 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:45:21.704 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:45:21.704 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:45:21.707 DEBUG [WorkbenchTestable][AbstractWait] Wait for 3 seconds (Eclipse:2191): Gtk-CRITICAL **: 19:45:21.711: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 19:45:24.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:24.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:24.709 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 19:45:24.709 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:24.711 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:24.711 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:45:24.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:45:24.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:45:24.712 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:45:24.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 '\*?\QError Log\E') 19:45:24.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:24.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:24.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:24.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:24.714 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:45:24.715 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 19:45:24.715 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 19:45:24.715 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:24.715 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:45:24.715 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:45:24.715 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:45:24.715 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 19:45:24.715 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 19:45:24.716 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:24.716 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:45:24.716 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:45:24.716 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:45:24.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:24.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:24.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:24.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:24.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:24.721 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:24.721 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 19:45:24.721 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:24.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:24.733 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:45:24.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:45:24.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:45:24.734 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:45:24.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 '\*?\QError Log\E') 19:45:24.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:24.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:24.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:24.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:24.736 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:45:24.736 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 19:45:24.736 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 19:45:24.737 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:24.737 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:45:24.737 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:45:24.737 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:45:24.737 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 19:45:24.737 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 19:45:24.748 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:24.748 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:45:24.748 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:45:24.748 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:45:24.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.views.log.LogView, index 0 and no matchers specified 19:45:24.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:24.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:24.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:24.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:24.749 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:45:24.750 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:45:24.750 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:45:24.769 DEBUG [main][MenuItemLookup] Found menu:'Copy' 19:45:24.770 DEBUG [main][MenuItemLookup] Found menu:'' 19:45:24.770 DEBUG [main][MenuItemLookup] Found menu:'Clear Log Viewer' 19:45:24.770 DEBUG [main][MenuItemLookup] Found menu:'Delete Log' 19:45:24.770 DEBUG [main][MenuItemLookup] Item match:Delete Log 19:45:24.770 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Log" 19:45:24.770 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Log 19:45:24.770 INFO [main][MenuItemHandler] Select menu item: &Delete Log 19:45:24.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Confirm Delete"] is available.... 19:45:24.790 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 19:45:24.790 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Confirm Delete 19:45:24.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:45:24.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:45:24.790 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:45:24.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:45:24.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:45:24.790 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Delete" as the parent 19:45:24.790 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:45:24.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:24.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:24.790 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:45:24.790 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:45:24.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:45:24.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:45:24.791 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Delete" as the parent 19:45:24.791 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:45:24.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:24.791 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:24.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:24.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:24.791 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:45:24.791 INFO [WorkbenchTestable][AbstractButton] Click button &Delete All Events 19:45:24.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:45:24.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:45:24.791 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:45:24.791 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:45:24.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:45:24.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:45:24.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest.LogViewIsEmpty... 19:45:24.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:24.810 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:24.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:24.812 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:24.812 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:45:24.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:45:24.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:45:24.813 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:45:24.813 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:45:24.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:24.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:24.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:24.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:24.815 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:45:24.815 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 19:45:24.815 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 19:45:24.816 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:24.816 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:45:24.816 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:45:24.816 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:45:24.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:24.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:24.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:24.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:24.817 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 19:45:24.817 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 19:45:24.818 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:24.818 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 19:45:24.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:24.818 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:24.819 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:24.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:24.819 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 19:45:24.819 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 19:45:24.820 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:24.820 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 19:45:24.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:24.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:24.821 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:24.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:24.830 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 19:45:24.830 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 19:45:24.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:24.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 19:45:24.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:24.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:24.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:24.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:24.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest.LogViewIsEmpty finished successfully 19:45:24.832 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 19:45:24.832 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:45:24.832 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:45:24.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:45:24.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:45:24.832 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getOKMessage no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) 19:45:24.832 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 19:45:24.832 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:45:24.832 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:45:24.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:45:24.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.26 s - in org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest getInfoMessage no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) Time elapsed: 3.338 s getErrorMessage no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) Time elapsed: 3.114 s testSetActivateOnNewEvents no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) Time elapsed: 3.123 s getWarningMessage no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) Time elapsed: 3.132 s testClearAndRestore no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) Time elapsed: 4.199 s testDelete no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) Time elapsed: 4.222 s getOKMessage no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) Time elapsed: 3.128 s Running org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorTest 19:45:24.839 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorTest 19:45:24.840 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:45:24.840 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:45:24.840 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorTest 19:45:24.840 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:45:24.840 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:45:24.840 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:45:24.840 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:45:24.840 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:45:24.840 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:45:24.841 INFO [WorkbenchTestable][RequirementsRunner] Started test: open no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorTest) 19:45:24.841 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorTest 19:45:24.841 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:45:24.841 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:45:24.841 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:45:24.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:24.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:45:24.844 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QNavigator (Deprecated)\E'' view via menu. 19:45:24.844 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:45:24.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:45:24.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:45:24.845 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:45:24.845 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:45:24.845 DEBUG [main][MenuItemLookup] Found menu:'File' 19:45:24.845 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:45:24.845 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:45:24.845 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:45:24.845 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:45:24.845 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:45:24.845 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:45:24.845 DEBUG [main][MenuItemLookup] Item match:Window 19:45:24.845 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:45:24.845 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:45:24.845 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:45:24.845 DEBUG [main][MenuItemLookup] Found menu:'' 19:45:24.845 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:45:24.845 DEBUG [main][MenuItemLookup] Item match:Show View 19:45:24.849 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 19:45:24.849 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 19:45:24.849 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 19:45:24.849 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 19:45:24.849 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 19:45:24.849 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 19:45:24.849 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 19:45:24.849 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 19:45:24.849 DEBUG [main][MenuItemLookup] Found menu:'Progress' 19:45:24.849 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 19:45:24.849 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 19:45:24.849 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 19:45:24.849 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 19:45:24.849 DEBUG [main][MenuItemLookup] Found menu:'Templates' 19:45:24.849 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 19:45:24.849 DEBUG [main][MenuItemLookup] Found menu:'' 19:45:24.849 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 19:45:24.849 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 19:45:24.850 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 19:45:24.850 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 19:45:24.850 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 19:45:24.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 19:45:24.896 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 19:45:24.896 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 19:45:24.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:45:24.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:45:24.897 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 19:45:24.897 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:45:24.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:45:24.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:45:24.897 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:45:24.897 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:45:24.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:24.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:24.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:24.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:24.897 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:45:24.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:45:24.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:45:24.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:45:24.899 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:45:24.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:45:24.899 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:45:24.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:45:24.899 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:45:24.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:45:24.899 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:45:24.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:45:24.899 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:45:24.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:45:24.899 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:45:24.900 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Navigator (Deprecated) 19:45:24.900 DEBUG [main][TreeItemHandler] Selecting tree item: Navigator (Deprecated) 19:45:24.900 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Navigator (Deprecated) about selection 19:45:24.900 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Navigator (Deprecated) 19:45:24.900 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:45:24.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:45:24.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:45:24.900 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:45:24.900 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:45:24.900 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:24.900 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:24.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 "Open") 19:45:24.900 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:45:24.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:45:24.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:45:24.900 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:45:24.900 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:45:24.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:24.900 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:24.904 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:24.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:24.904 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:45:24.905 INFO [WorkbenchTestable][AbstractButton] Click button &Open 19:45:24.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:45:24.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:45:24.905 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:45:24.905 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:45:24.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:45:24.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:45:24.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.navigator.ResourceNavigator' view is open... 19:45:24.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:24.972 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:24.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.navigator.ResourceNavigator' view is open finished successfully 19:45:24.973 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:24.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:24.975 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:45:24.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:45:24.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:45:24.976 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:45:24.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 '\*?\QNavigator (Deprecated)\E') 19:45:24.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:24.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:24.978 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:24.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:24.978 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:45:24.979 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 19:45:24.979 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 19:45:24.979 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:24.979 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:45:24.979 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:45:24.979 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:45:24.980 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 19:45:24.980 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 19:45:24.981 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:24.981 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:45:24.981 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 19:45:24.981 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 19:45:24.990 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:24.990 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:45:24.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:24.991 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:24.991 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:45:25.491 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:25.491 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:45:25.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:25.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:45:25.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:45:25.993 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 19:45:25.993 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 19:45:25.994 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:25.994 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:45:25.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 19:45:25.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:25.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:25.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:25.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:25.994 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:45:25.994 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 19:45:25.994 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 19:45:25.995 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorTest 19:45:25.995 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:45:25.995 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:45:25.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:45:25.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:45:25.995 INFO [WorkbenchTestable][RequirementsRunner] Finished test: open no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorTest) 19:45:25.995 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:45:25.995 INFO [WorkbenchTestable][RequirementsRunner] Started test: navigation no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorTest) 19:45:25.995 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorTest 19:45:25.995 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:45:25.995 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:45:25.995 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:45:25.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:45:25.995 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:45:25.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:45:25.995 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:45:25.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: "New Java Project"] 19:45:25.996 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:45:25.996 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:45:25.996 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:45:25.996 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:45:25.996 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:45:25.996 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:45:25.996 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:45:25.996 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 19:45:25.996 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:45:25.996 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:45:25.996 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:45:25.996 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:45:25.996 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:45:25.996 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:45:25.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:45:25.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:45:25.996 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:45:25.996 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:45:25.997 DEBUG [main][MenuItemLookup] Found menu:'File' 19:45:25.997 DEBUG [main][MenuItemLookup] Item match:File 19:45:25.997 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:45:25.997 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:45:25.999 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 19:45:25.999 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:45:25.999 DEBUG [main][MenuItemLookup] Found menu:'' 19:45:25.999 DEBUG [main][MenuItemLookup] Found menu:'Package' 19:45:25.999 DEBUG [main][MenuItemLookup] Found menu:'Class' 19:45:25.999 DEBUG [main][MenuItemLookup] Found menu:'Interface' 19:45:25.999 DEBUG [main][MenuItemLookup] Found menu:'Enum' 19:45:25.999 DEBUG [main][MenuItemLookup] Found menu:'Record' 19:45:25.999 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 19:45:25.999 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 19:45:25.999 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 19:45:25.999 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:45:25.999 DEBUG [main][MenuItemLookup] Found menu:'File' 19:45:25.999 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:45:25.999 DEBUG [main][MenuItemLookup] Found menu:'Task' 19:45:25.999 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 19:45:25.999 DEBUG [main][MenuItemLookup] Found menu:'' 19:45:25.999 DEBUG [main][MenuItemLookup] Found menu:'Example...' 19:45:25.999 DEBUG [main][MenuItemLookup] Found menu:'' 19:45:25.999 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:45:25.999 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:45:25.999 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:45:25.999 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:45:25.999 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:45:26.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 19:45:26.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 'New|Select a wizard'] is available. finished successfully 19:45:26.048 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:45:26.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:45:26.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:45:26.049 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:45:26.049 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:45:26.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 19:45:26.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:26.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:26.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:26.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:26.050 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:45:26.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:45:26.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:45:26.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 19:45:26.051 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:45:26.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:45:26.051 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:45:26.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:45:26.051 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:45:26.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 19:45:26.051 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:45:26.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:45:26.051 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:45:26.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:45:26.051 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:45:26.055 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 19:45:26.055 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 19:45:26.055 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 19:45:26.057 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 19:45:26.057 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:45:26.057 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:45:26.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) 19:45:26.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:26.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:26.057 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:26.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:26.057 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:45:26.058 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:45:26.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:45:26.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:45:26.058 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:45:26.058 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:45:26.166 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:45:26.166 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:45:26.167 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:45:26.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.... 19:45:26.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 19:45:26.167 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 19:45:26.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:45:26.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:45:26.168 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 19:45:26.168 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:45:26.168 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ResourceNavigatorTestProject' 19:45:26.168 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:") 19:45:26.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:26.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:26.169 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:26.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:26.169 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:45:26.169 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:45:26.170 INFO [WorkbenchTestable][AbstractText] Text set to: ResourceNavigatorTestProject 19:45:26.195 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 19:45:26.195 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 19:45:26.195 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) 19:45:26.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:26.195 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:26.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:26.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:26.196 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:45:26.196 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:45:26.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:45:26.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:45:26.196 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:45:26.196 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:45:26.198 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.... 19:45:26.831 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 19:45:26.831 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 19:45:26.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:45:26.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:45:26.833 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 19:45:26.833 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:45:26.833 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:45:26.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:45:26.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:45:26.833 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 19:45:26.833 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:45:26.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:26.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:26.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:26.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:26.834 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:45:26.834 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 19:45:26.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:45:26.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:45:26.834 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:45:26.834 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:45:26.887 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.... 19:45:26.888 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 19:45:26.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:45:26.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:45:26.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:45:26.888 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 1 files to index (/ResourceNavigatorTestProject)' is a system job, skipped 19:45:26.888 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:45:26.888 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 19:45:26.888 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:45:26.888 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:45:26.888 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:45:26.888 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:45:26.888 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:45:26.888 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:45:26.888 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:45:26.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:45:26.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:45:26.888 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:45:26.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:45:26.888 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:45:26.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: "New Java Class"] 19:45:26.888 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:45:26.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:45:26.889 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:45:26.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:45:26.889 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:45:26.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:45:26.889 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:45:26.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 Java Class"] 19:45:26.889 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:45:26.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:45:26.889 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:45:26.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:45:26.889 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:45:26.889 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:45:26.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:45:26.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:45:26.890 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:45:26.890 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:45:26.890 DEBUG [main][MenuItemLookup] Found menu:'File' 19:45:26.890 DEBUG [main][MenuItemLookup] Item match:File 19:45:26.890 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:45:26.890 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:45:26.892 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 19:45:26.892 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:45:26.892 DEBUG [main][MenuItemLookup] Found menu:'' 19:45:26.892 DEBUG [main][MenuItemLookup] Found menu:'Package' 19:45:26.892 DEBUG [main][MenuItemLookup] Found menu:'Class' 19:45:26.892 DEBUG [main][MenuItemLookup] Found menu:'Interface' 19:45:26.892 DEBUG [main][MenuItemLookup] Found menu:'Enum' 19:45:26.892 DEBUG [main][MenuItemLookup] Found menu:'Record' 19:45:26.892 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 19:45:26.892 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 19:45:26.892 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 19:45:26.892 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:45:26.892 DEBUG [main][MenuItemLookup] Found menu:'File' 19:45:26.892 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:45:26.892 DEBUG [main][MenuItemLookup] Found menu:'Task' 19:45:26.892 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 19:45:26.892 DEBUG [main][MenuItemLookup] Found menu:'' 19:45:26.892 DEBUG [main][MenuItemLookup] Found menu:'Example...' 19:45:26.892 DEBUG [main][MenuItemLookup] Found menu:'' 19:45:26.892 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:45:26.892 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:45:26.893 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:45:26.893 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:45:26.893 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:45:26.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 'New|Select a wizard'] is available.... 19:45:26.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 19:45:26.957 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:45:26.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:45:26.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:45:26.958 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:45:26.958 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:45:26.958 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 19:45:26.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:26.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:26.959 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:26.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:26.959 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:45:26.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:45:26.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:45:26.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 19:45:26.960 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:45:26.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:45:26.960 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:45:26.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:45:26.960 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:45:26.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 19:45:26.960 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:45:26.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:45:26.960 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:45:26.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:45:26.960 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:45:26.960 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 19:45:26.960 DEBUG [main][TreeItemHandler] Selecting tree item: Class 19:45:26.960 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 19:45:26.963 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 19:45:26.963 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:45:26.963 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:45:26.963 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) 19:45:26.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:26.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:26.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:26.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:26.963 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:45:26.964 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:45:26.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:45:26.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:45:26.964 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:45:26.964 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:45:27.026 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:45:27.026 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:45:27.026 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:45:27.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 19:45:27.026 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 19:45:27.026 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 19:45:27.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:45:27.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:45:27.027 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 19:45:27.027 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:45:27.027 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:") 19:45:27.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:27.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:27.031 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:27.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:27.031 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:45:27.031 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:45:27.032 INFO [WorkbenchTestable][AbstractText] Text set to: Test 19:45:27.047 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:") 19:45:27.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:27.047 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:27.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:27.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:27.050 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:45:27.050 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:45:27.050 INFO [WorkbenchTestable][AbstractText] Text set to: org.eclipse.reddeer.eclipse.jdt.navigator 19:45:27.054 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:") 19:45:27.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:27.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:27.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:27.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:27.055 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:45:27.055 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:45:27.056 INFO [WorkbenchTestable][AbstractText] Text set to: ResourceNavigatorTestProject/src 19:45:27.059 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 19:45:27.059 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 19:45:27.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.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) 19:45:27.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:27.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:27.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:27.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:27.060 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:45:27.061 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:45:27.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:45:27.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:45:27.061 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:45:27.061 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:45:27.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:45:27.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:45:27.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:45:27.589 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:45:27.589 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 19:45:27.589 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:45:27.589 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:45:27.589 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:45:27.589 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:45:27.589 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:45:27.589 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:45:27.589 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:45:27.589 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:45:27.589 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:45:27.589 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:45:27.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:45:27.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:27.592 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:27.592 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ResourceNavigatorTestProject/src/org/eclipse/reddeer/eclipse/jdt/navigator/Test.java - Eclipse Platform 19:45:27.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:45:27.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:45:27.593 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ResourceNavigatorTestProject/src/org/eclipse/reddeer/eclipse/jdt/navigator/Test.java - Eclipse Platform' 19:45:27.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 '\*?\QNavigator (Deprecated)\E') 19:45:27.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:27.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:27.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:27.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:27.596 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:45:27.596 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 19:45:27.596 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 19:45:27.618 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:27.619 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:45:27.619 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 19:45:27.619 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 19:45:27.619 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:27.619 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:45:27.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:27.619 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:27.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:45:28.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:28.121 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:45:28.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:28.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:45:28.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:45:28.621 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 19:45:28.621 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 19:45:28.622 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:28.622 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:45:28.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 19:45:28.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:28.622 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:28.622 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:28.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:28.622 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:45:28.622 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 19:45:28.622 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 19:45:28.622 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ResourceNavigatorTestProject 19:45:28.622 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 19:45:28.623 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ResourceNavigatorTestProject 19:45:28.623 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ResourceNavigatorTestProject 19:45:28.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:45:28.623 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ResourceNavigatorTestProject is already expanded. No action performed 19:45:28.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:45:28.623 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ResourceNavigatorTestProject 19:45:28.623 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 19:45:28.623 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item org of tree item src 19:45:28.623 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:45:28.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:45:28.623 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:45:28.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:45:28.624 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:45:28.624 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 19:45:28.624 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item eclipse of tree item org 19:45:28.624 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item org 19:45:28.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:45:28.624 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item org is already expanded. No action performed 19:45:28.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:45:28.624 INFO [WorkbenchTestable][TreeItemHandler] Expanded: org 19:45:28.624 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 19:45:28.625 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item reddeer of tree item eclipse 19:45:28.625 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item eclipse 19:45:28.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:45:28.625 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item eclipse is already expanded. No action performed 19:45:28.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:45:28.625 INFO [WorkbenchTestable][TreeItemHandler] Expanded: eclipse 19:45:28.625 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 19:45:28.625 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item eclipse of tree item reddeer 19:45:28.625 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item reddeer 19:45:28.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:45:28.625 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item reddeer is already expanded. No action performed 19:45:28.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:45:28.625 INFO [WorkbenchTestable][TreeItemHandler] Expanded: reddeer 19:45:28.626 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 19:45:28.626 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item jdt of tree item eclipse 19:45:28.626 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item eclipse 19:45:28.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:45:28.626 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item eclipse is already expanded. No action performed 19:45:28.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:45:28.626 INFO [WorkbenchTestable][TreeItemHandler] Expanded: eclipse 19:45:28.626 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 19:45:28.626 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item navigator of tree item jdt 19:45:28.626 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item jdt 19:45:28.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:45:28.627 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item jdt is already expanded. No action performed 19:45:28.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:45:28.627 INFO [WorkbenchTestable][TreeItemHandler] Expanded: jdt 19:45:28.627 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 19:45:28.627 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item Test.java of tree item navigator 19:45:28.627 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item navigator 19:45:28.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:45:28.627 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item navigator is already expanded. No action performed 19:45:28.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:45:28.627 INFO [WorkbenchTestable][TreeItemHandler] Expanded: navigator 19:45:28.627 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 19:45:28.627 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 19:45:28.628 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:28.628 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:45:28.628 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 19:45:28.628 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 19:45:28.628 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:28.628 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:45:28.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:28.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:28.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:45:29.128 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:29.129 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:45:29.629 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:29.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:45:29.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:45:29.629 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 19:45:29.629 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 19:45:29.630 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:29.630 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:45:29.630 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:45:29.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:29.630 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:29.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:29.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:29.631 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:45:29.631 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 19:45:29.631 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 19:45:29.631 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ResourceNavigatorTestProject 19:45:29.631 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 19:45:29.631 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 19:45:29.631 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:29.632 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:45:29.632 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 19:45:29.632 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 19:45:29.632 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:29.632 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:45:29.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:29.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:29.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:45:30.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:30.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:45:30.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:30.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:45:30.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:45:30.633 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 19:45:30.633 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 19:45:30.634 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:30.634 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:45:30.634 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:45:30.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:30.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:30.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:30.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:30.634 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:45:30.634 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 19:45:30.634 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 19:45:30.635 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ResourceNavigatorTestProject 19:45:30.635 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ResourceNavigatorTestProject 19:45:30.635 DEBUG [main][TreeItemHandler] Selecting tree item: ResourceNavigatorTestProject 19:45:30.635 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ResourceNavigatorTestProject about selection 19:45:30.636 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ResourceNavigatorTestProject 19:45:30.636 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:45:30.636 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:45:30.652 DEBUG [main][MenuItemLookup] Found menu:'New' 19:45:30.652 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:45:30.652 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:45:30.652 DEBUG [main][MenuItemLookup] Found menu:'' 19:45:30.652 DEBUG [main][MenuItemLookup] Found menu:'Copy' 19:45:30.652 DEBUG [main][MenuItemLookup] Found menu:'Paste' 19:45:30.652 DEBUG [main][MenuItemLookup] Found menu:'Delete' 19:45:30.652 DEBUG [main][MenuItemLookup] Found menu:'Move...' 19:45:30.652 DEBUG [main][MenuItemLookup] Found menu:'Rename...' 19:45:30.652 DEBUG [main][MenuItemLookup] Found menu:'' 19:45:30.652 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:45:30.652 DEBUG [main][MenuItemLookup] Found menu:'Export...' 19:45:30.652 DEBUG [main][MenuItemLookup] Found menu:'' 19:45:30.652 DEBUG [main][MenuItemLookup] Found menu:'Refresh' 19:45:30.652 DEBUG [main][MenuItemLookup] Item match:Refresh 19:45:30.653 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh" 19:45:30.653 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh 19:45:30.653 INFO [main][MenuItemHandler] Select menu item: Re&fresh 19:45:30.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:45:30.653 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 19:45:31.153 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:45:31.153 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:45:31.153 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:45:31.153 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:45:31.153 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:45:31.154 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:45:31.154 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:45:31.154 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:45:31.154 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:45:31.154 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:45:31.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:45:31.154 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ResourceNavigatorTestProject' via Explorer 19:45:31.154 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ResourceNavigatorTestProject 19:45:31.154 DEBUG [main][TreeItemHandler] Selecting tree item: ResourceNavigatorTestProject 19:45:31.154 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ResourceNavigatorTestProject about selection 19:45:31.157 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ResourceNavigatorTestProject 19:45:31.157 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:45:31.157 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:45:31.172 DEBUG [main][MenuItemLookup] Found menu:'New' 19:45:31.172 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:45:31.172 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:45:31.172 DEBUG [main][MenuItemLookup] Found menu:'' 19:45:31.172 DEBUG [main][MenuItemLookup] Found menu:'Copy' 19:45:31.172 DEBUG [main][MenuItemLookup] Found menu:'Paste' 19:45:31.172 DEBUG [main][MenuItemLookup] Found menu:'Delete' 19:45:31.172 DEBUG [main][MenuItemLookup] Item match:Delete 19:45:31.173 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete" 19:45:31.173 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete 19:45:31.173 INFO [main][MenuItemHandler] Select menu item: &Delete 19:45:31.181 DEBUG [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.... 19:45:31.734 DEBUG [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 19:45:31.734 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 19:45:31.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:45:31.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:45:31.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:31.737 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:31.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: 32) 19:45:31.737 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:45:31.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:45:31.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:45:31.737 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:45:31.737 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:45:31.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:31.737 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:31.737 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:31.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:31.737 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:45:31.738 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 19:45:31.738 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 19:45:31.738 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 19:45:31.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:45:31.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:45:31.738 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:45:31.738 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:45: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 "OK", Widget matcher matching widgets with style: 8) 19:45:31.738 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:45:31.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:45:31.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:45:31.738 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:45:31.738 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:45:31.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:31.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:31.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:31.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:31.739 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:45:31.739 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:45:31.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:45:31.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:45:31.739 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:45:31.739 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:45:31.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 19:45:31.741 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 19:45:32.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 19:45:32.242 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 19:45:32.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:45:32.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:45:32.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 19:45:32.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 19:45:32.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:45:32.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:45:32.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:45:32.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:45:32.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:45:32.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:45:32.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:45:32.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:45:32.242 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorTest 19:45:32.242 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:45:32.242 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:45:32.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:45:32.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:45:32.243 INFO [WorkbenchTestable][RequirementsRunner] Finished test: navigation no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorTest) 19:45:32.243 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorTest 19:45:32.243 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:45:32.243 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:45:32.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:45:32.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.404 s - in org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorTest open no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorTest) Time elapsed: 1.154 s navigation no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorTest) Time elapsed: 6.248 s Running org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 19:45:32.247 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 19:45:32.248 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:45:32.248 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:45:32.248 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 19:45:32.248 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:45:32.248 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:45:32.249 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:45:32.249 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:45:32.249 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:45:32.249 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:45:32.249 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:45:32.249 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:45:32.249 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:45:32.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 Java Project"] 19:45:32.250 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:45:32.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:45:32.250 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:45:32.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:45:32.250 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:45:32.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:45:32.250 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:45:32.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 Java Project"] 19:45:32.250 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:45:32.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:45:32.250 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:45:32.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:45:32.250 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:45:32.250 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:45:32.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:45:32.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:45:32.251 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:45:32.251 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:45:32.251 DEBUG [main][MenuItemLookup] Found menu:'File' 19:45:32.251 DEBUG [main][MenuItemLookup] Item match:File 19:45:32.252 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:45:32.252 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:45:32.254 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 19:45:32.254 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:45:32.254 DEBUG [main][MenuItemLookup] Found menu:'' 19:45:32.254 DEBUG [main][MenuItemLookup] Found menu:'Package' 19:45:32.254 DEBUG [main][MenuItemLookup] Found menu:'Class' 19:45:32.254 DEBUG [main][MenuItemLookup] Found menu:'Interface' 19:45:32.254 DEBUG [main][MenuItemLookup] Found menu:'Enum' 19:45:32.254 DEBUG [main][MenuItemLookup] Found menu:'Record' 19:45:32.254 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 19:45:32.254 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 19:45:32.254 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 19:45:32.254 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:45:32.254 DEBUG [main][MenuItemLookup] Found menu:'File' 19:45:32.254 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:45:32.254 DEBUG [main][MenuItemLookup] Found menu:'Task' 19:45:32.254 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 19:45:32.254 DEBUG [main][MenuItemLookup] Found menu:'' 19:45:32.254 DEBUG [main][MenuItemLookup] Found menu:'Example...' 19:45:32.254 DEBUG [main][MenuItemLookup] Found menu:'' 19:45:32.254 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:45:32.254 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:45:32.254 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:45:32.254 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:45:32.254 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:45:32.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 19:45:32.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 'New|Select a wizard'] is available. finished successfully 19:45:32.306 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:45:32.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:45:32.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:45:32.311 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:45:32.311 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:45:32.311 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 19:45:32.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:32.311 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:32.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:32.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:32.312 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:45:32.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:45:32.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:45:32.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 19:45:32.313 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:45:32.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:45:32.313 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:45:32.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:45:32.313 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:45:32.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 19:45:32.313 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:45:32.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:45:32.313 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:45:32.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:45:32.313 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:45:32.314 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 19:45:32.314 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 19:45:32.314 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 19:45:32.316 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 19:45:32.316 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:45:32.317 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:45:32.317 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) 19:45:32.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:32.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:32.317 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:32.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:32.317 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:45:32.318 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:45:32.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:45:32.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:45:32.318 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:45:32.318 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:45:32.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:45:32.438 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:45:32.438 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:45:32.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 19:45:32.438 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 19:45:32.438 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 19:45:32.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:45:32.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:45:32.439 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 19:45:32.439 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:45:32.439 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'OutlineViewTestProject' 19:45:32.439 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:") 19:45:32.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:32.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:32.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:32.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:32.440 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:45:32.440 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:45:32.441 INFO [WorkbenchTestable][AbstractText] Text set to: OutlineViewTestProject 19:45:32.462 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 19:45:32.462 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 19:45:32.462 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) 19:45:32.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:32.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:32.463 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:32.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:32.463 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:45:32.464 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:45:32.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:45:32.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:45:32.464 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:45:32.464 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:45:32.466 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.... 19:45:32.966 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 19:45:32.966 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 19:45:32.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:45:32.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:45:32.968 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 19:45:32.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: 8, Matcher matching widgets with text that without mnenomic matches: is "Don't Create") 19:45:32.968 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:45:32.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:45:32.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:45:32.969 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 19:45:32.969 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:45:32.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:32.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:32.969 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:32.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:32.969 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:45:32.970 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 19:45:32.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:45:32.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:45:32.970 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:45:32.970 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:45:33.030 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.... 19:45:33.030 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 19:45:33.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:45:33.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:45:33.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:45:33.030 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 1 files to index (/OutlineViewTestProject)' is a system job, skipped 19:45:33.030 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 19:45:33.030 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 19:45:33.030 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 19:45:33.030 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:45:33.030 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:45:33.030 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:45:33.030 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:45:33.030 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:45:33.030 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:45:33.030 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:45:33.030 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:45:33.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:45:33.030 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:33.031 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:33.031 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:45:33.031 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:33.031 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:33.031 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:45:33.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:45:33.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:45:33.031 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:45:33.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 '\*?\QPackage Explorer\E') 19:45:33.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:33.031 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:33.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:33.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:33.032 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:45:33.032 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:45:33.032 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:45:33.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:33.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:45:33.056 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:45:33.056 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:45:33.056 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:33.056 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:45:33.056 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:45:33.056 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:45:33.057 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:33.057 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:45:33.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:33.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:33.057 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:45:33.557 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:33.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:45:34.058 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:34.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:45:34.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:45:34.059 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:45:34.059 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:45:34.060 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:34.060 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:45:34.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 19:45:34.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:34.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:34.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:34.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:34.061 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:45:34.061 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 19:45:34.061 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 19:45:34.061 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name OutlineViewTestProject 19:45:34.061 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item OutlineViewTestProject 19:45:34.061 DEBUG [main][TreeItemHandler] Selecting tree item: OutlineViewTestProject 19:45:34.061 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item OutlineViewTestProject about selection 19:45:34.062 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: OutlineViewTestProject 19:45:34.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:45:34.063 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:45:34.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:45:34.063 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:45:34.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"] 19:45:34.063 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:45:34.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:45:34.063 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:45:34.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:45:34.063 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:45:34.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:45:34.063 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:45:34.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"] 19:45:34.063 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:45:34.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:45:34.063 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:45:34.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:45:34.064 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:45:34.064 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:45:34.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:45:34.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:45:34.064 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:45:34.064 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:45:34.064 DEBUG [main][MenuItemLookup] Found menu:'File' 19:45:34.064 DEBUG [main][MenuItemLookup] Item match:File 19:45:34.065 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:45:34.065 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:45:34.066 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 19:45:34.066 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:45:34.066 DEBUG [main][MenuItemLookup] Found menu:'' 19:45:34.066 DEBUG [main][MenuItemLookup] Found menu:'Package' 19:45:34.066 DEBUG [main][MenuItemLookup] Found menu:'Class' 19:45:34.066 DEBUG [main][MenuItemLookup] Found menu:'Interface' 19:45:34.066 DEBUG [main][MenuItemLookup] Found menu:'Enum' 19:45:34.066 DEBUG [main][MenuItemLookup] Found menu:'Record' 19:45:34.066 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 19:45:34.066 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 19:45:34.066 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 19:45:34.066 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:45:34.066 DEBUG [main][MenuItemLookup] Found menu:'File' 19:45:34.066 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:45:34.066 DEBUG [main][MenuItemLookup] Found menu:'Task' 19:45:34.066 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 19:45:34.066 DEBUG [main][MenuItemLookup] Found menu:'' 19:45:34.066 DEBUG [main][MenuItemLookup] Found menu:'Example...' 19:45:34.066 DEBUG [main][MenuItemLookup] Found menu:'' 19:45:34.066 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:45:34.066 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:45:34.067 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:45:34.067 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:45:34.067 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:45:34.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 19:45:34.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 19:45:34.118 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:45:34.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:45:34.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:45:34.123 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:45:34.123 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:45:34.123 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 19:45:34.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:34.123 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:34.124 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:34.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:34.124 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:45:34.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:45:34.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:45:34.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 19:45:34.125 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:45:34.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:45:34.125 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:45:34.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:45:34.125 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:45:34.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 19:45:34.125 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:45:34.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:45:34.125 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:45:34.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:45:34.125 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:45:34.125 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 19:45:34.125 DEBUG [main][TreeItemHandler] Selecting tree item: Class 19:45:34.126 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 19:45:34.128 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 19:45:34.128 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:45:34.128 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:45:34.128 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) 19:45:34.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:34.128 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:34.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:34.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:34.128 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:45:34.129 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:45:34.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:45:34.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:45:34.129 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:45:34.129 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:45:34.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:45:34.178 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:45:34.178 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:45:34.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 19:45:34.178 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 19:45:34.178 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 19:45:34.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:45:34.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:45:34.179 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 19:45:34.179 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:45:34.179 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:") 19:45:34.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:34.179 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:34.184 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:34.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:34.184 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:45:34.184 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:45:34.185 INFO [WorkbenchTestable][AbstractText] Text set to: TestClass 19:45:34.189 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:") 19:45:34.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:34.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:34.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:34.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:34.202 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:45:34.202 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:45:34.202 INFO [WorkbenchTestable][AbstractText] Text set to: test 19:45:34.206 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)") 19:45:34.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:34.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:34.214 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:34.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:34.214 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:45:34.214 INFO [WorkbenchTestable][CheckBox] Select checkbox public static &void main(String[] args) 19:45:34.214 INFO [WorkbenchTestable][CheckBox] Check checkbox public static &void main(String[] args) 19:45:34.214 INFO [WorkbenchTestable][AbstractButton] Click button public static &void main(String[] args) 19:45:34.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:45:34.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:45:34.215 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:45:34.215 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:45:34.215 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 19:45:34.215 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 19:45:34.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.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) 19:45:34.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:34.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:34.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:34.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:34.216 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:45:34.216 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:45:34.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:45:34.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:45:34.216 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:45:34.216 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:45:34.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:45:34.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:45:34.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:45:34.720 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:45:34.720 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 19:45:34.720 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:45:34.720 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:45:34.720 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:45:34.720 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:45:34.720 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:45:34.720 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:45:34.720 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:45:34.720 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:45:34.720 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:45:34.720 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:45:34.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:45:34.720 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:45:34.721 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHideNonPublicMembersInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 19:45:34.721 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 19:45:34.721 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:45:34.721 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:45:34.721 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:45:34.721 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:34.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:34.722 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:45:34.722 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:34.723 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:34.723 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform 19:45:34.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:45:34.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:45:34.723 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform' 19:45:34.723 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:45:34.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:34.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:34.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:34.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:34.724 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:45:34.724 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:45:34.724 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:45:34.733 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:34.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:45:34.734 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:45:34.734 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:45:34.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:34.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:45:34.734 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:45:34.734 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:45:34.735 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:34.735 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:45:34.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:34.735 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:34.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:45:35.235 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:35.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:45:35.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:35.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:45:35.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:45:35.737 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:45:35.737 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:45:35.738 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:35.738 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:45:35.738 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:45:35.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:35.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:35.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:35.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:35.738 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:45:35.738 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 19:45:35.738 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 19:45:35.738 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name OutlineViewTestProject 19:45:35.739 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 19:45:35.739 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item OutlineViewTestProject 19:45:35.739 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item OutlineViewTestProject 19:45:35.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:45:35.739 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item OutlineViewTestProject is already expanded. No action performed 19:45:35.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:45:35.739 INFO [WorkbenchTestable][TreeItemHandler] Expanded: OutlineViewTestProject 19:45:35.739 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 19:45:35.739 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:45:35.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:45:35.739 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:45:35.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:45:35.739 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:45:35.739 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item test 19:45:35.739 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 19:45:35.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:45:35.739 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 19:45:35.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:45:35.739 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 19:45:35.740 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 19:45:35.740 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 19:45:35.740 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 19:45:35.741 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 19:45:35.741 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item TestClass.java 19:45:35.741 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 19:45:35.741 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 19:45:35.741 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 19:45:35.743 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 19:45:35.743 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:45:35.743 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:45:35.769 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:45:35.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:45:35.769 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:45:35.769 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:45:35.769 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:45:35.769 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:45:35.769 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:45:35.769 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:45:35.769 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:45:35.769 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:45:35.769 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:45:35.769 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:45:35.769 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:45:35.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:45:35.770 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:35.772 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:35.772 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 19:45:35.772 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:35.774 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:35.774 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform 19:45:35.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:45:35.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:45:35.774 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform' 19:45:35.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 '\*?\QOutline\E') 19:45:35.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:35.775 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:35.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:35.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:35.777 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:45:35.777 INFO [WorkbenchTestable][AbstractView] Activate view Outline 19:45:35.777 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 19:45:35.801 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:35.801 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:45:35.801 INFO [WorkbenchTestable][AbstractView] Activate view Outline 19:45:35.801 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 19:45:35.801 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:35.801 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:45:35.802 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.*') 19:45:35.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:35.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:35.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:35.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:35.802 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:45:35.802 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Sort 19:45:35.802 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 19:45:35.802 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:45:35.804 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 19:45:35.804 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:45:35.804 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:45:35.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:45:35.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:45:35.804 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHideNonPublicMembersInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 19:45:35.804 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:45:35.804 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSortInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 19:45:35.804 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 19:45:35.804 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:45:35.804 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:45:35.804 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:45:35.804 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:45:35.805 DEBUG [main][EditorHandler] 1 editor(s) found 19:45:35.806 DEBUG [WorkbenchTestable][EditorHandler] Closing editor TestClass.java 19:45:35.856 DEBUG [WorkbenchTestable][EditorHandler] Editor TestClass.java is closed 19:45:35.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:35.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:35.858 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 19:45:35.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:35.860 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:35.860 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:45:35.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:45:35.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:45:35.860 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:45:35.860 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:45:35.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:35.861 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:35.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:35.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:35.862 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:45:35.862 INFO [WorkbenchTestable][AbstractView] Activate view Outline 19:45:35.862 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 19:45:35.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:35.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:45:35.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:45:35.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:45:35.863 INFO [WorkbenchTestable][AbstractView] Activate view Outline 19:45:35.863 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 19:45:35.864 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:35.864 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 19:45:35.864 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.*') 19:45:35.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:35.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:35.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:45:36.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:36.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:45:36.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:36.867 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:45:36.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:45:36.868 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was not found 19:45:36.868 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 19:45:36.868 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:45:36.868 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:45:36.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:45:36.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:45:36.868 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSortInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 19:45:36.868 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:45:36.869 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCollapseInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 19:45:36.869 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 19:45:36.869 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:45:36.869 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:45:36.869 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:45:36.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:36.870 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:36.870 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:45:36.870 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:36.870 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:36.870 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:45:36.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:45:36.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:45:36.871 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:45:36.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') 19:45:36.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:36.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:36.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:36.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:36.871 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:45:36.871 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:45:36.871 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:45:36.878 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:36.878 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:45:36.878 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:45:36.878 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:45:36.879 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:36.879 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:45:36.879 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:45:36.879 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:45:36.879 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:36.879 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:45:36.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:36.879 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:36.880 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:45:37.380 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:37.380 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:45:37.881 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:37.881 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:45:37.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:45:37.881 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:45:37.882 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:45:37.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:37.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:45:37.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 19:45:37.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:37.882 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:37.883 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:37.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:37.883 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:45:37.883 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 19:45:37.883 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 19:45:37.883 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name OutlineViewTestProject 19:45:37.883 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 19:45:37.884 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item OutlineViewTestProject 19:45:37.884 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item OutlineViewTestProject 19:45:37.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:45:37.884 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item OutlineViewTestProject is already expanded. No action performed 19:45:37.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:45:37.884 INFO [WorkbenchTestable][TreeItemHandler] Expanded: OutlineViewTestProject 19:45:37.884 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 19:45:37.884 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:45:37.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:45:37.884 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:45:37.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:45:37.884 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:45:37.884 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item test 19:45:37.884 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 19:45:37.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:45:37.884 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 19:45:37.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:45:37.884 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 19:45:37.885 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 19:45:37.885 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 19:45:37.885 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 19:45:37.887 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 19:45:37.887 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item TestClass.java 19:45:37.887 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 19:45:37.887 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 19:45:37.888 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 19:45:37.889 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 19:45:37.889 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:45:37.889 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:45:37.984 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:45:37.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:45:37.984 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:45:37.984 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:45:37.984 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:45:37.984 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:45:37.984 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:45:37.984 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:45:37.984 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:45:37.984 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:45:37.984 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:45:37.984 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:45:37.984 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:45:37.984 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:45:37.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:45:37.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:37.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:37.997 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 19:45:37.997 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:37.999 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:37.999 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform 19:45:37.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:45:37.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:45:37.999 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform' 19:45:37.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 '\*?\QOutline\E') 19:45:37.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:37.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:38.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:38.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:38.002 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:45:38.002 INFO [WorkbenchTestable][AbstractView] Activate view Outline 19:45:38.002 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 19:45:38.025 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:38.025 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:45:38.025 INFO [WorkbenchTestable][AbstractView] Activate view Outline 19:45:38.025 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 19:45:38.025 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:38.025 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:45:38.026 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.*') 19:45:38.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:38.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:38.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:38.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:38.026 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:45:38.026 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Collapse All (Shift+Ctrl+Numpad_Divide) 19:45:38.026 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 19:45:38.026 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:45:38.026 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 19:45:38.026 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:45:38.026 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:45:38.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:45:38.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:45:38.027 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCollapseInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 19:45:38.027 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:45:38.027 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSortInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 19:45:38.027 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 19:45:38.027 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:45:38.027 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:45:38.027 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:45:38.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:38.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:38.027 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:45:38.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:38.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:38.028 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform 19:45:38.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:45:38.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:45:38.028 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform' 19:45:38.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 '\*?\QPackage Explorer\E') 19:45:38.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:38.028 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:38.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:38.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:38.029 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:45:38.029 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:45:38.029 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:45:38.035 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:38.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:45:38.036 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:45:38.036 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:45:38.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:38.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:45:38.036 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:45:38.036 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:45:38.037 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:38.037 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:45:38.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:38.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:38.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:45:38.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:38.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:45:39.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:39.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:45:39.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:45:39.039 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:45:39.039 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:45:39.040 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:39.040 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:45:39.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 19:45:39.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:39.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:39.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:39.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:39.040 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:45:39.040 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 19:45:39.040 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 19:45:39.040 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name OutlineViewTestProject 19:45:39.040 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 19:45:39.041 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item OutlineViewTestProject 19:45:39.042 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item OutlineViewTestProject 19:45:39.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:45:39.042 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item OutlineViewTestProject is already expanded. No action performed 19:45:39.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:45:39.042 INFO [WorkbenchTestable][TreeItemHandler] Expanded: OutlineViewTestProject 19:45:39.042 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 19:45:39.042 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:45:39.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:45:39.042 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:45:39.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:45:39.042 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:45:39.042 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item test 19:45:39.042 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 19:45:39.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:45:39.042 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 19:45:39.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:45:39.042 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 19:45:39.042 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 19:45:39.042 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 19:45:39.042 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 19:45:39.044 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 19:45:39.044 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item TestClass.java 19:45:39.044 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 19:45:39.044 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 19:45:39.044 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 19:45:39.045 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 19:45:39.045 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:45:39.045 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:45:39.069 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:45:39.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:45:39.069 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:45:39.069 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:45:39.069 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:45:39.069 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:45:39.069 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:45:39.069 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:45:39.069 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:45:39.069 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:45:39.069 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:45:39.069 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:45:39.069 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:45:39.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:45:39.070 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:39.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:39.073 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 19:45:39.073 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:39.075 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:39.075 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform 19:45:39.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:45:39.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:45:39.075 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform' 19:45:39.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 '\*?\QOutline\E') 19:45:39.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:39.075 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:39.077 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:39.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:39.077 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:45:39.078 INFO [WorkbenchTestable][AbstractView] Activate view Outline 19:45:39.078 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 19:45:39.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:39.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:45:39.102 INFO [WorkbenchTestable][AbstractView] Activate view Outline 19:45:39.102 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 19:45:39.103 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:39.103 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:45:39.103 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.*') 19:45:39.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:39.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:39.103 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:39.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:39.103 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:45:39.103 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Sort 19:45:39.103 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 19:45:39.103 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:45:39.104 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 19:45:39.104 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:45:39.104 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:45:39.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:45:39.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:45:39.104 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSortInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 19:45:39.104 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:45:39.105 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHideNonPublicMembersInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 19:45:39.105 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 19:45:39.105 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:45:39.105 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:45:39.105 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:45:39.105 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:45:39.105 DEBUG [main][EditorHandler] 1 editor(s) found 19:45:39.105 DEBUG [WorkbenchTestable][EditorHandler] Closing editor TestClass.java 19:45:39.150 DEBUG [WorkbenchTestable][EditorHandler] Editor TestClass.java is closed 19:45:39.151 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:39.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:39.153 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 19:45:39.153 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:39.154 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:39.154 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:45:39.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:45:39.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:45:39.164 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:45:39.164 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:45:39.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:39.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:39.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:39.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:39.166 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:45:39.166 INFO [WorkbenchTestable][AbstractView] Activate view Outline 19:45:39.166 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 19:45:39.166 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:39.166 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:45:39.166 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:45:39.166 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:45:39.167 INFO [WorkbenchTestable][AbstractView] Activate view Outline 19:45:39.167 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 19:45:39.167 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:39.167 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 19:45:39.167 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.*') 19:45:39.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:39.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:39.168 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:45:39.668 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:39.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:45:40.169 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:40.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:45:40.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:45:40.171 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was not found 19:45:40.171 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 19:45:40.171 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:45:40.171 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:45:40.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:45:40.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:45:40.172 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHideNonPublicMembersInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 19:45:40.172 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:45:40.172 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHideFieldsInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 19:45:40.172 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 19:45:40.172 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:45:40.172 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:45:40.172 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:45:40.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:40.173 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:40.173 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:45:40.173 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:40.173 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:40.173 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:45:40.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:45:40.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:45:40.174 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:45:40.174 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:45:40.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:40.174 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:40.174 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:40.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:40.174 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:45:40.174 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:45:40.174 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:45:40.181 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:40.182 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:45:40.182 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:45:40.182 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:45:40.182 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:40.182 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:45:40.182 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:45:40.182 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:45:40.183 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:40.183 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:45:40.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:40.183 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:40.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:45:40.683 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:40.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:45:41.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:41.184 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:45:41.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:45:41.185 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:45:41.185 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:45:41.185 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:41.185 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:45:41.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 19:45:41.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:41.185 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:41.185 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:41.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:41.185 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:45:41.186 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 19:45:41.186 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 19:45:41.186 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name OutlineViewTestProject 19:45:41.186 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 19:45:41.186 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item OutlineViewTestProject 19:45:41.186 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item OutlineViewTestProject 19:45:41.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:45:41.186 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item OutlineViewTestProject is already expanded. No action performed 19:45:41.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:45:41.186 INFO [WorkbenchTestable][TreeItemHandler] Expanded: OutlineViewTestProject 19:45:41.186 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 19:45:41.186 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:45:41.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:45:41.187 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:45:41.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:45:41.187 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:45:41.187 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item test 19:45:41.187 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 19:45:41.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:45:41.187 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 19:45:41.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:45:41.187 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 19:45:41.187 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 19:45:41.187 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 19:45:41.187 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 19:45:41.189 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 19:45:41.189 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item TestClass.java 19:45:41.189 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 19:45:41.190 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 19:45:41.190 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 19:45:41.191 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 19:45:41.191 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:45:41.191 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:45:41.285 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:45:41.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:45:41.285 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:45:41.285 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:45:41.285 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:45:41.285 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:45:41.285 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:45:41.285 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:45:41.285 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:45:41.285 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:45:41.285 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:45:41.285 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:45:41.285 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:45:41.285 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:45:41.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:45:41.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:41.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:41.298 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 19:45:41.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:41.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:41.300 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform 19:45:41.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:45:41.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:45:41.301 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform' 19:45:41.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E') 19:45:41.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:41.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:41.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:41.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:41.303 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:45:41.303 INFO [WorkbenchTestable][AbstractView] Activate view Outline 19:45:41.303 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 19:45:41.331 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:41.332 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:45:41.332 INFO [WorkbenchTestable][AbstractView] Activate view Outline 19:45:41.332 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 19:45:41.332 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:41.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:45:41.333 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.*') 19:45:41.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:41.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:41.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:41.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:41.334 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:45:41.334 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Sort 19:45:41.334 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 19:45:41.334 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:45:41.335 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 19:45:41.335 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:45:41.335 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:45:41.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:45:41.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:45:41.335 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHideFieldsInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 19:45:41.335 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:45:41.335 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHideStaticFieldsAndMethodsInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 19:45:41.335 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 19:45:41.336 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:45:41.336 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:45:41.336 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:45:41.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:41.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:41.337 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:45:41.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:41.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:41.338 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform 19:45:41.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:45:41.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:45:41.339 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform' 19:45:41.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 '\*?\QPackage Explorer\E') 19:45:41.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:41.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:41.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:41.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:41.341 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:45:41.341 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:45:41.341 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:45:41.369 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:41.369 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:45:41.369 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:45:41.369 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:45:41.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:41.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:45:41.370 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:45:41.370 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:45:41.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:41.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:45:41.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:41.370 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:41.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:45:41.870 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:41.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:45:42.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:42.371 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:45:42.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:45:42.372 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:45:42.372 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:45:42.372 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:42.372 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:45:42.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 19:45:42.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:42.372 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:42.373 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:42.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:42.373 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:45:42.373 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 19:45:42.373 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 19:45:42.373 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name OutlineViewTestProject 19:45:42.373 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 19:45:42.374 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item OutlineViewTestProject 19:45:42.374 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item OutlineViewTestProject 19:45:42.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:45:42.374 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item OutlineViewTestProject is already expanded. No action performed 19:45:42.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:45:42.374 INFO [WorkbenchTestable][TreeItemHandler] Expanded: OutlineViewTestProject 19:45:42.374 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 19:45:42.374 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:45:42.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:45:42.374 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:45:42.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:45:42.374 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:45:42.374 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item test 19:45:42.374 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 19:45:42.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:45:42.374 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 19:45:42.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:45:42.374 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 19:45:42.375 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 19:45:42.375 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 19:45:42.375 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 19:45:42.376 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 19:45:42.376 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item TestClass.java 19:45:42.376 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 19:45:42.376 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 19:45:42.376 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 19:45:42.377 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 19:45:42.377 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:45:42.378 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:45:42.407 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:45:42.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:45:42.408 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:45:42.408 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:45:42.408 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:45:42.408 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:45:42.408 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:45:42.408 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:45:42.408 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:45:42.408 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:45:42.408 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:45:42.408 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:45:42.408 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:45:42.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:45:42.409 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:42.411 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:42.412 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 19:45:42.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:42.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:42.414 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform 19:45:42.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:45:42.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:45:42.414 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform' 19:45:42.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 '\*?\QOutline\E') 19:45:42.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:42.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:42.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:42.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:42.416 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:45:42.416 INFO [WorkbenchTestable][AbstractView] Activate view Outline 19:45:42.416 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 19:45:42.440 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:42.440 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:45:42.440 INFO [WorkbenchTestable][AbstractView] Activate view Outline 19:45:42.440 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 19:45:42.441 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:42.441 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:45:42.441 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.*') 19:45:42.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:42.441 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:42.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:42.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:42.441 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:45:42.441 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Sort 19:45:42.441 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 19:45:42.442 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:45:42.442 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 19:45:42.442 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:45:42.442 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:45:42.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:45:42.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:45:42.442 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHideStaticFieldsAndMethodsInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 19:45:42.442 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:45:42.443 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHideStaticFieldsAndMethodsInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 19:45:42.443 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 19:45:42.443 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:45:42.443 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:45:42.443 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:45:42.443 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:45:42.443 DEBUG [main][EditorHandler] 1 editor(s) found 19:45:42.443 DEBUG [WorkbenchTestable][EditorHandler] Closing editor TestClass.java 19:45:42.490 DEBUG [WorkbenchTestable][EditorHandler] Editor TestClass.java is closed 19:45:42.490 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:42.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:42.492 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 19:45:42.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:42.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:42.495 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:45:42.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:45:42.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:45:42.496 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:45:42.496 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:45:42.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:42.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:42.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:42.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:42.497 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:45:42.497 INFO [WorkbenchTestable][AbstractView] Activate view Outline 19:45:42.497 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 19:45:42.498 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:42.498 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:45:42.498 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:45:42.498 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:45:42.498 INFO [WorkbenchTestable][AbstractView] Activate view Outline 19:45:42.498 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 19:45:42.499 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:42.499 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 19:45:42.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: Matcher matching text to regular expression 'Sort.*') 19:45:42.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:42.499 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:42.499 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:45:43.000 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:43.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:45:43.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:43.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:45:43.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:45:43.503 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was not found 19:45:43.503 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 19:45:43.503 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:45:43.503 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:45:43.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:45:43.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:45:43.503 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHideStaticFieldsAndMethodsInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 19:45:43.503 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:45:43.503 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHideFieldsInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 19:45:43.503 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 19:45:43.503 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:45:43.503 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:45:43.503 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:45:43.504 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:45:43.504 DEBUG [main][EditorHandler] 0 editor(s) found 19:45:43.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:43.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:43.507 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 19:45:43.507 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:43.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:43.508 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:45:43.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:45:43.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:45:43.509 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:45:43.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 '\*?\QOutline\E') 19:45:43.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:43.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:43.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:43.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:43.510 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:45:43.510 INFO [WorkbenchTestable][AbstractView] Activate view Outline 19:45:43.510 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 19:45:43.511 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:43.511 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:45:43.511 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:45:43.511 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:45:43.511 INFO [WorkbenchTestable][AbstractView] Activate view Outline 19:45:43.511 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 19:45:43.512 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:43.512 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 19:45:43.512 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.*') 19:45:43.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:43.512 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:43.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:45:44.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:44.014 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:45:44.514 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:44.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:45:44.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:45:44.515 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was not found 19:45:44.516 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 19:45:44.516 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:45:44.516 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:45:44.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:45:44.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:45:44.516 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHideFieldsInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 19:45:44.516 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:45:44.516 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHideLocalTypesInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 19:45:44.516 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 19:45:44.516 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:45:44.516 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:45:44.516 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:45:44.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:44.517 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:44.517 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:45:44.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:44.517 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:44.517 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:45:44.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:45:44.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:45:44.518 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:45:44.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') 19:45:44.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:44.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:44.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:44.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:44.518 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:45:44.518 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:45:44.518 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:45:44.538 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:44.538 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:45:44.538 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:45:44.538 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:45:44.539 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:44.539 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:45:44.539 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:45:44.539 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:45:44.539 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:44.539 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:45:44.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:44.539 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:44.539 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:45:45.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:45.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:45:45.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:45.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:45:45.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:45:45.541 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:45:45.541 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:45:45.542 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:45.542 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:45:45.542 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:45:45.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:45.542 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:45.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:45.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:45.543 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:45:45.543 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 19:45:45.543 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 19:45:45.543 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name OutlineViewTestProject 19:45:45.543 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 19:45:45.544 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item OutlineViewTestProject 19:45:45.544 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item OutlineViewTestProject 19:45:45.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:45:45.544 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item OutlineViewTestProject is already expanded. No action performed 19:45:45.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:45:45.544 INFO [WorkbenchTestable][TreeItemHandler] Expanded: OutlineViewTestProject 19:45:45.544 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 19:45:45.544 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:45:45.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:45:45.544 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:45:45.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:45:45.544 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:45:45.544 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item test 19:45:45.544 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 19:45:45.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:45:45.544 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 19:45:45.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:45:45.544 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 19:45:45.544 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 19:45:45.544 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 19:45:45.544 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 19:45:45.546 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 19:45:45.546 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item TestClass.java 19:45:45.546 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 19:45:45.546 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 19:45:45.546 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 19:45:45.547 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 19:45:45.547 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:45:45.547 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:45:45.642 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:45:45.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:45:45.642 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:45:45.642 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:45:45.642 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:45:45.642 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:45:45.642 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:45:45.642 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:45:45.642 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:45:45.642 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:45:45.643 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:45:45.643 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:45:45.643 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:45:45.643 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:45:45.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:45:45.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:45.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:45.656 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 19:45:45.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:45.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:45.658 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform 19:45:45.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:45:45.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:45:45.658 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform' 19:45:45.658 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:45:45.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:45.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:45.660 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:45.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:45.660 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:45:45.660 INFO [WorkbenchTestable][AbstractView] Activate view Outline 19:45:45.660 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 19:45:45.687 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:45.687 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:45:45.687 INFO [WorkbenchTestable][AbstractView] Activate view Outline 19:45:45.687 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 19:45:45.688 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:45.688 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:45:45.688 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.*') 19:45:45.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:45.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:45.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:45.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:45.688 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:45:45.688 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Sort 19:45:45.688 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 19:45:45.688 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:45:45.689 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 19:45:45.689 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:45:45.689 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:45:45.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:45:45.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:45:45.689 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHideLocalTypesInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 19:45:45.689 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:45:45.689 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHideLocalTypesInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 19:45:45.689 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 19:45:45.690 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:45:45.690 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:45:45.690 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:45:45.690 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:45:45.690 DEBUG [main][EditorHandler] 1 editor(s) found 19:45:45.690 DEBUG [WorkbenchTestable][EditorHandler] Closing editor TestClass.java 19:45:45.737 DEBUG [WorkbenchTestable][EditorHandler] Editor TestClass.java is closed 19:45:45.737 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:45.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:45.739 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 19:45:45.739 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:45.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:45.740 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:45:45.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:45:45.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:45:45.741 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:45:45.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 '\*?\QOutline\E') 19:45:45.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:45.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:45.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:45.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:45.743 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:45:45.743 INFO [WorkbenchTestable][AbstractView] Activate view Outline 19:45:45.743 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 19:45:45.743 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:45.743 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:45:45.743 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:45:45.743 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:45:45.744 INFO [WorkbenchTestable][AbstractView] Activate view Outline 19:45:45.744 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 19:45:45.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:45.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 19:45:45.744 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.*') 19:45:45.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:45.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:45.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:45:46.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:46.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:45:46.746 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:46.746 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:45:46.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:45:46.747 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was not found 19:45:46.747 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 19:45:46.747 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:45:46.747 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:45:46.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:45:46.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:45:46.748 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHideLocalTypesInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 19:45:46.748 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:45:46.748 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCollapseInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 19:45:46.748 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 19:45:46.748 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:45:46.748 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:45:46.748 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:45:46.748 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:45:46.748 DEBUG [main][EditorHandler] 0 editor(s) found 19:45:46.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:46.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:46.750 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 19:45:46.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:46.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:46.752 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:45:46.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:45:46.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:45:46.752 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:45:46.752 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:45:46.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:46.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:46.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:46.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:46.754 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:45:46.754 INFO [WorkbenchTestable][AbstractView] Activate view Outline 19:45:46.754 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 19:45:46.754 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:46.754 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:45:46.754 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:45:46.754 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:45:46.755 INFO [WorkbenchTestable][AbstractView] Activate view Outline 19:45:46.755 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 19:45:46.755 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:46.755 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 19:45:46.755 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.*') 19:45:46.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:46.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:46.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:45:47.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:47.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:45:47.757 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:47.758 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:45:47.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:45:47.758 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was not found 19:45:47.758 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 19:45:47.758 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:45:47.758 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:45:47.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:45:47.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:45:47.759 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCollapseInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 19:45:47.759 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:45:47.759 INFO [WorkbenchTestable][RequirementsRunner] Started test: testElementsInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 19:45:47.759 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 19:45:47.759 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:45:47.759 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:45:47.759 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:45:47.759 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:45:47.759 DEBUG [main][EditorHandler] 0 editor(s) found 19:45:47.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:47.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:47.761 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 19:45:47.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:47.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:47.763 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:45:47.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:45:47.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:45:47.764 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:45:47.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 '\*?\QOutline\E') 19:45:47.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:47.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:47.774 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:47.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:47.774 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:45:47.774 INFO [WorkbenchTestable][AbstractView] Activate view Outline 19:45:47.774 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 19:45:47.775 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:47.775 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:45:47.775 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:45:47.775 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:45:47.775 INFO [WorkbenchTestable][AbstractView] Activate view Outline 19:45:47.775 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 19:45:47.776 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:47.776 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 19:45:47.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 19:45:47.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:47.776 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:47.776 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:45:48.276 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:48.276 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:45:48.777 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:48.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:45:48.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:45:48.778 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 19:45:48.778 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 19:45:48.778 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:45:48.778 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:45:48.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:45:48.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:45:48.779 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testElementsInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 19:45:48.779 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:45:48.779 INFO [WorkbenchTestable][RequirementsRunner] Started test: testLinkWithEditorInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 19:45:48.779 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 19:45:48.779 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:45:48.779 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:45:48.779 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:45:48.779 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:45:48.779 DEBUG [main][EditorHandler] 0 editor(s) found 19:45:48.780 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:48.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:48.781 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 19:45:48.781 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:48.783 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:48.783 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:45:48.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:45:48.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:45:48.783 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:45:48.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 '\*?\QOutline\E') 19:45:48.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:48.783 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:48.785 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:48.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:48.785 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:45:48.785 INFO [WorkbenchTestable][AbstractView] Activate view Outline 19:45:48.785 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 19:45:48.785 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:48.785 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:45:48.785 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:45:48.785 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:45:48.786 INFO [WorkbenchTestable][AbstractView] Activate view Outline 19:45:48.786 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 19:45:48.786 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:48.786 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 19:45:48.786 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.*') 19:45:48.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:48.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:48.787 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:45:49.287 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:49.288 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:45:49.788 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:49.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:45:49.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:45:49.789 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was not found 19:45:49.789 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 19:45:49.789 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:45:49.789 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:45:49.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:45:49.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:45:49.790 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testLinkWithEditorInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 19:45:49.790 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:45:49.790 INFO [WorkbenchTestable][RequirementsRunner] Started test: testElementsInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 19:45:49.790 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 19:45:49.790 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:45:49.790 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:45:49.790 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:45:49.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:49.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:49.790 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:45:49.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:49.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:49.791 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:45:49.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:45:49.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:45:49.791 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:45:49.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 '\*?\QPackage Explorer\E') 19:45:49.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:49.791 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:49.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:49.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:49.791 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:45:49.791 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:45:49.791 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:45:49.821 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:49.821 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:45:49.822 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:45:49.822 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:45:49.822 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:49.822 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:45:49.822 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:45:49.822 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:45:49.822 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:49.822 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:45:49.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:49.823 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:49.823 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:45:50.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:50.323 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:45:50.823 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:50.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:45:50.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:45:50.824 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:45:50.824 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:45:50.825 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:50.825 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:45:50.825 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:45:50.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:50.825 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:50.826 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:50.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:50.826 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:45:50.826 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 19:45:50.826 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 19:45:50.826 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name OutlineViewTestProject 19:45:50.826 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 19:45:50.826 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item OutlineViewTestProject 19:45:50.827 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item OutlineViewTestProject 19:45:50.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:45:50.827 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item OutlineViewTestProject is already expanded. No action performed 19:45:50.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:45:50.827 INFO [WorkbenchTestable][TreeItemHandler] Expanded: OutlineViewTestProject 19:45:50.827 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 19:45:50.827 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:45:50.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:45:50.827 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:45:50.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:45:50.827 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:45:50.827 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item test 19:45:50.827 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 19:45:50.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:45:50.827 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 19:45:50.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:45:50.827 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 19:45:50.827 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 19:45:50.827 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 19:45:50.827 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 19:45:50.829 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 19:45:50.829 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item TestClass.java 19:45:50.829 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 19:45:50.829 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 19:45:50.829 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 19:45:50.830 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 19:45:50.830 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:45:50.830 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:45:50.929 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:45:50.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:45:50.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:45:50.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:45:50.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:45:50.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:45:50.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:45:50.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:45:50.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:45:50.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:45:50.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:45:50.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:45:50.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:45:50.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:45:50.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:45:50.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:45:50.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:50.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:50.943 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 19:45:50.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:50.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:50.948 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform 19:45:50.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:45:50.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:45:50.949 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform' 19:45:50.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 '\*?\QOutline\E') 19:45:50.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:50.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:50.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:50.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:50.951 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:45:50.951 INFO [WorkbenchTestable][AbstractView] Activate view Outline 19:45:50.951 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 19:45:51.003 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:51.003 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:45:51.003 INFO [WorkbenchTestable][AbstractView] Activate view Outline 19:45:51.003 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 19:45:51.003 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:51.003 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:45:51.004 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:45:51.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:51.004 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:51.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:51.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:51.004 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:45:51.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:45:51.005 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:2 19:45:51.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:45:51.005 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 19:45:51.005 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:45:51.005 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:45:51.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:45:51.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:45:51.005 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testElementsInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 19:45:51.006 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:45:51.006 INFO [WorkbenchTestable][RequirementsRunner] Started test: testLinkWithEditorInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 19:45:51.006 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 19:45:51.006 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:45:51.006 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:45:51.006 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:45:51.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:51.006 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:51.006 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:45:51.007 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:51.007 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:51.007 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform 19:45:51.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:45:51.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:45:51.008 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform' 19:45:51.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 '\*?\QPackage Explorer\E') 19:45:51.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:51.008 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:51.008 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:51.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:51.008 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:45:51.008 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:45:51.008 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:45:51.083 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:51.083 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:45:51.083 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:45:51.083 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:45:51.083 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:51.084 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:45:51.084 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:45:51.084 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:45:51.084 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:51.084 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:45:51.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:51.084 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:51.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:45:51.585 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:51.585 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:45:52.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:52.086 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:45:52.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:45:52.087 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:45:52.087 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:45:52.088 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:52.088 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:45:52.088 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:45:52.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:52.088 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:52.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:52.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:52.088 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:45:52.088 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 19:45:52.088 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 19:45:52.088 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name OutlineViewTestProject 19:45:52.089 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 19:45:52.089 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item OutlineViewTestProject 19:45:52.089 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item OutlineViewTestProject 19:45:52.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:45:52.089 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item OutlineViewTestProject is already expanded. No action performed 19:45:52.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:45:52.089 INFO [WorkbenchTestable][TreeItemHandler] Expanded: OutlineViewTestProject 19:45:52.089 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 19:45:52.089 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:45:52.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:45:52.089 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:45:52.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:45:52.089 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:45:52.090 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item test 19:45:52.090 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 19:45:52.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:45:52.090 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 19:45:52.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:45:52.090 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 19:45:52.090 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 19:45:52.090 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 19:45:52.090 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 19:45:52.091 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 19:45:52.091 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item TestClass.java 19:45:52.091 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 19:45:52.091 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 19:45:52.091 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 19:45:52.092 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 19:45:52.092 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:45:52.093 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:45:52.117 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:45:52.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:45:52.117 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:45:52.117 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:45:52.117 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:45:52.117 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:45:52.117 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:45:52.117 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:45:52.117 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:45:52.117 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:45:52.117 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:45:52.117 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:45:52.117 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:45:52.117 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:45:52.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:45:52.118 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:52.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:52.120 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 19:45:52.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:52.122 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:52.122 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform 19:45:52.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:45:52.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:45:52.123 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform' 19:45:52.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 '\*?\QOutline\E') 19:45:52.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:52.123 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:52.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:52.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:52.125 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:45:52.125 INFO [WorkbenchTestable][AbstractView] Activate view Outline 19:45:52.125 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 19:45:52.147 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:52.147 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:45:52.148 INFO [WorkbenchTestable][AbstractView] Activate view Outline 19:45:52.148 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 19:45:52.148 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:52.148 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:45:52.148 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.*') 19:45:52.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:52.148 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:52.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:45:52.649 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:52.651 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:45:53.151 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:53.152 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:45:53.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:45:53.153 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was not found 19:45:53.153 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 19:45:53.153 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:45:53.153 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:45:53.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:45:53.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:45:53.153 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testLinkWithEditorInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 19:45:53.153 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:45:53.153 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:45:53.160 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:53.160 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:45:53.161 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:45:53.161 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:45:53.161 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:53.161 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:45:53.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:53.161 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:53.162 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:45:53.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:53.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:45:54.163 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:54.163 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:45:54.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:45:54.164 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:45:54.164 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:45:54.164 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:54.164 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:45:54.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 19:45:54.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:54.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:54.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:54.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:54.165 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:45:54.165 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 19:45:54.165 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 19:45:54.165 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name OutlineViewTestProject 19:45:54.165 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item OutlineViewTestProject 19:45:54.165 DEBUG [main][TreeItemHandler] Selecting tree item: OutlineViewTestProject 19:45:54.166 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item OutlineViewTestProject about selection 19:45:54.167 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: OutlineViewTestProject 19:45:54.167 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:45:54.167 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:45:54.192 DEBUG [main][MenuItemLookup] Found menu:'New' 19:45:54.192 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:45:54.192 DEBUG [main][MenuItemLookup] Found menu:'' 19:45:54.192 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:45:54.192 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 19:45:54.192 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:45:54.192 DEBUG [main][MenuItemLookup] Found menu:'' 19:45:54.192 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:45:54.192 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:45:54.192 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:45:54.192 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:45:54.192 DEBUG [main][MenuItemLookup] Found menu:'' 19:45:54.192 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 19:45:54.192 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 19:45:54.192 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 19:45:54.192 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 19:45:54.192 DEBUG [main][MenuItemLookup] Found menu:'' 19:45:54.192 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:45:54.192 DEBUG [main][MenuItemLookup] Found menu:'Export...' 19:45:54.192 DEBUG [main][MenuItemLookup] Found menu:'' 19:45:54.192 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:45:54.192 DEBUG [main][MenuItemLookup] Item match:Refresh F5 19:45:54.192 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 19:45:54.192 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 19:45:54.192 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 19:45:54.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:45:54.195 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:45:54.195 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:45:54.195 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 19:45:54.195 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:45:54.195 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:45:54.195 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:45:54.195 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:45:54.195 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:45:54.195 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:45:54.195 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:45:54.195 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:45:54.195 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:45:54.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:45:54.195 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'OutlineViewTestProject' via Explorer 19:45:54.195 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item OutlineViewTestProject 19:45:54.195 DEBUG [main][TreeItemHandler] Selecting tree item: OutlineViewTestProject 19:45:54.195 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item OutlineViewTestProject about selection 19:45:54.197 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: OutlineViewTestProject 19:45:54.197 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:45:54.197 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:45:54.216 DEBUG [main][MenuItemLookup] Found menu:'New' 19:45:54.216 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:45:54.216 DEBUG [main][MenuItemLookup] Found menu:'' 19:45:54.216 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:45:54.216 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 19:45:54.216 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:45:54.216 DEBUG [main][MenuItemLookup] Found menu:'' 19:45:54.216 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:45:54.216 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:45:54.216 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:45:54.216 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:45:54.216 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:45:54.216 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:45:54.216 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:45:54.217 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 19:45:54.225 DEBUG [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.... 19:45:54.786 DEBUG [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 19:45:54.786 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 19:45:54.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:45:54.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:45:54.788 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:54.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:54.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: 32) 19:45:54.789 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:45:54.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:45:54.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:45:54.789 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:45:54.789 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:45:54.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:54.789 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:54.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:54.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:54.789 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:45:54.789 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 19:45:54.789 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 19:45:54.789 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 19:45:54.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:45:54.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:45:54.789 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:45:54.789 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:45:54.790 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 19:45:54.790 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:45:54.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:45:54.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:45:54.790 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:45:54.790 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:45:54.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:54.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:54.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:54.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:54.790 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:45:54.790 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:45:54.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:45:54.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:45:54.790 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:45:54.790 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:45:54.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 19:45:54.792 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 19:45:55.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 19:45:55.293 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 19:45:55.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:45:55.293 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:45:55.293 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 19:45:55.293 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 19:45:55.293 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 19:45:55.293 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 19:45:55.293 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:45:55.293 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:45:55.293 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:45:55.293 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:45:55.293 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:45:55.293 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:45:55.293 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:45:55.293 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:45:55.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:45:55.293 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 19:45:55.293 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:45:55.293 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:45:55.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:45:55.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.046 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.083 s testSortInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 1.064 s testCollapseInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 1.158 s testSortInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 1.077 s testHideNonPublicMembersInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 1.068 s testHideFieldsInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 1.163 s testHideStaticFieldsAndMethodsInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 1.107 s testHideStaticFieldsAndMethodsInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 1.06 s testHideFieldsInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 1.013 s testHideLocalTypesInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 1.173 s testHideLocalTypesInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 1.059 s testCollapseInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 1.011 s testElementsInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 1.02 s testLinkWithEditorInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 1.011 s testElementsInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 1.215 s testLinkWithEditorInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 2.147 s Running org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest 19:45:55.301 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest 19:45:55.301 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:45:55.302 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:45:55.302 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest 19:45:55.302 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:45:55.302 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:45:55.302 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:45:55.302 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:45:55.302 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:45:55.302 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 19:45:55.302 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 19:45:55.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 19:45:55.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:45:55.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:45:55.302 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:45:55.302 DEBUG [main][MenuItemLookup] Found menu:'File' 19:45:55.303 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:45:55.303 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:45:55.303 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 19:45:55.303 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:45:55.303 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:45:55.303 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:45:55.303 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:45:55.303 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:45:55.303 DEBUG [main][MenuItemLookup] Item match:Window 19:45:55.303 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:45:55.303 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:45:55.303 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:45:55.303 DEBUG [main][MenuItemLookup] Found menu:'' 19:45:55.303 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:45:55.303 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:45:55.303 DEBUG [main][MenuItemLookup] Found menu:'' 19:45:55.303 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 19:45:55.303 DEBUG [main][MenuItemLookup] Found menu:'' 19:45:55.303 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 19:45:55.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:45:55.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:45:55.305 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:45:55.305 DEBUG [main][MenuItemLookup] Found menu:'File' 19:45:55.305 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:45:55.305 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:45:55.305 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 19:45:55.305 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:45:55.305 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:45:55.305 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:45:55.305 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:45:55.305 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:45:55.305 DEBUG [main][MenuItemLookup] Item match:Window 19:45:55.305 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:45:55.305 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:45:55.305 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:45:55.305 DEBUG [main][MenuItemLookup] Found menu:'' 19:45:55.305 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:45:55.305 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:45:55.305 DEBUG [main][MenuItemLookup] Item match:Perspective 19:45:55.305 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 19:45:55.305 DEBUG [main][MenuItemLookup] Found menu:'' 19:45:55.305 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 19:45:55.305 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 19:45:55.305 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 19:45:55.305 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 19:45:55.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 19:45:55.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:45:55.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:45:55.306 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:45:55.306 DEBUG [main][MenuItemLookup] Found menu:'File' 19:45:55.306 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:45:55.306 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:45:55.306 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 19:45:55.306 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:45:55.306 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:45:55.306 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:45:55.306 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:45:55.306 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:45:55.306 DEBUG [main][MenuItemLookup] Item match:Window 19:45:55.306 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:45:55.306 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:45:55.306 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:45:55.306 DEBUG [main][MenuItemLookup] Found menu:'' 19:45:55.306 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:45:55.306 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:45:55.306 DEBUG [main][MenuItemLookup] Found menu:'' 19:45:55.306 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 19:45:55.306 DEBUG [main][MenuItemLookup] Found menu:'' 19:45:55.306 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 19:45:55.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:45:55.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:45:55.306 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:45:55.306 DEBUG [main][MenuItemLookup] Found menu:'File' 19:45:55.306 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:45:55.306 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:45:55.306 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 19:45:55.306 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:45:55.306 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:45:55.306 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:45:55.306 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:45:55.306 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:45:55.306 DEBUG [main][MenuItemLookup] Item match:Window 19:45:55.306 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:45:55.306 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:45:55.306 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:45:55.306 DEBUG [main][MenuItemLookup] Found menu:'' 19:45:55.306 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:45:55.306 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:45:55.306 DEBUG [main][MenuItemLookup] Item match:Perspective 19:45:55.306 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 19:45:55.306 DEBUG [main][MenuItemLookup] Found menu:'' 19:45:55.306 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 19:45:55.306 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 19:45:55.306 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 19:45:55.306 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 19:45:55.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:45:55.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:45:55.307 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:45:55.307 DEBUG [main][MenuItemLookup] Found menu:'File' 19:45:55.307 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:45:55.307 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:45:55.307 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 19:45:55.307 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:45:55.307 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:45:55.307 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:45:55.307 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:45:55.307 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:45:55.307 DEBUG [main][MenuItemLookup] Item match:Window 19:45:55.307 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:45:55.307 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:45:55.307 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:45:55.307 DEBUG [main][MenuItemLookup] Found menu:'' 19:45:55.307 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:45:55.307 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:45:55.307 DEBUG [main][MenuItemLookup] Found menu:'' 19:45:55.307 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 19:45:55.307 DEBUG [main][MenuItemLookup] Found menu:'' 19:45:55.307 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 19:45:55.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:45:55.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:45:55.307 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:45:55.307 DEBUG [main][MenuItemLookup] Found menu:'File' 19:45:55.307 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:45:55.307 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:45:55.307 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 19:45:55.307 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:45:55.307 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:45:55.307 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:45:55.307 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:45:55.307 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:45:55.307 DEBUG [main][MenuItemLookup] Item match:Window 19:45:55.307 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:45:55.307 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:45:55.307 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:45:55.307 DEBUG [main][MenuItemLookup] Found menu:'' 19:45:55.307 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:45:55.307 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:45:55.307 DEBUG [main][MenuItemLookup] Item match:Perspective 19:45:55.307 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 19:45:55.307 DEBUG [main][MenuItemLookup] Found menu:'' 19:45:55.307 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 19:45:55.307 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 19:45:55.307 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 19:45:55.307 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 19:45:55.308 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 19:45:55.308 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 19:45:55.308 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 19:45:55.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 19:45:55.329 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 19:45:55.329 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 19:45:55.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:45:55.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:45:55.330 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:45:55.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:45:55.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:45:55.330 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 19:45:55.330 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:45:55.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:55.330 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:55.330 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:45:55.330 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:45:55.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:45:55.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:45:55.330 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 19:45:55.330 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:45:55.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:55.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:55.330 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:55.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:55.330 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:45:55.331 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 19:45:55.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:45:55.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:45:55.331 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:45:55.331 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:45:55.444 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:45:55.444 INFO [WorkbenchTestable][RequirementsRunner] Started test: getProperties no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest) 19:45:55.444 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest 19:45:55.444 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:45:55.444 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:45:55.444 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:45:55.444 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:45:55.444 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:45:55.444 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:45:55.445 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:45:55.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 Java Project"] 19:45:55.445 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:45:55.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:45:55.445 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:45:55.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:45:55.445 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:45:55.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:45:55.445 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:45:55.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 Java Project"] 19:45:55.445 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:45:55.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:45:55.445 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:45:55.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:45:55.445 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:45:55.446 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:45:55.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:45:55.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:45:55.446 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:45:55.446 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:45:55.446 DEBUG [main][MenuItemLookup] Found menu:'File' 19:45:55.446 DEBUG [main][MenuItemLookup] Item match:File 19:45:55.447 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:45:55.447 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:45:55.448 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 19:45:55.448 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:45:55.448 DEBUG [main][MenuItemLookup] Found menu:'' 19:45:55.448 DEBUG [main][MenuItemLookup] Found menu:'Package' 19:45:55.448 DEBUG [main][MenuItemLookup] Found menu:'Class' 19:45:55.448 DEBUG [main][MenuItemLookup] Found menu:'Interface' 19:45:55.448 DEBUG [main][MenuItemLookup] Found menu:'Enum' 19:45:55.448 DEBUG [main][MenuItemLookup] Found menu:'Record' 19:45:55.448 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 19:45:55.448 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 19:45:55.448 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 19:45:55.448 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:45:55.448 DEBUG [main][MenuItemLookup] Found menu:'File' 19:45:55.448 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:45:55.448 DEBUG [main][MenuItemLookup] Found menu:'Task' 19:45:55.448 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 19:45:55.448 DEBUG [main][MenuItemLookup] Found menu:'' 19:45:55.448 DEBUG [main][MenuItemLookup] Found menu:'Example...' 19:45:55.448 DEBUG [main][MenuItemLookup] Found menu:'' 19:45:55.448 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:45:55.448 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:45:55.449 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:45:55.449 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:45:55.449 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:45:55.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 19:45:55.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 19:45:55.505 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:45:55.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:45:55.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:45:55.506 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:45:55.506 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:45:55.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 19:45:55.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:55.506 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:55.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:55.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:55.507 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:45:55.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:45:55.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:45:55.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 19:45:55.508 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:45:55.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:45:55.508 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:45:55.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:45:55.508 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:45:55.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 19:45:55.508 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:45:55.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:45:55.508 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:45:55.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:45:55.508 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:45:55.508 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 19:45:55.508 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 19:45:55.508 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 19:45:55.511 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 19:45:55.511 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:45:55.511 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:45:55.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.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) 19:45:55.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:55.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:55.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:55.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:55.511 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:45:55.512 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:45:55.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:45:55.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:45:55.512 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:45:55.512 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:45:55.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:45:55.630 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:45:55.630 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:45:55.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 19:45:55.631 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 19:45:55.631 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 19:45:55.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:45:55.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:45:55.631 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 19:45:55.631 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:45:55.632 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'PropertiesViewTestProject' 19:45:55.632 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:") 19:45:55.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:55.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:55.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:55.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:55.633 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:45:55.633 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:45:55.633 INFO [WorkbenchTestable][AbstractText] Text set to: PropertiesViewTestProject 19:45:55.655 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 19:45:55.655 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 19:45:55.655 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) 19:45:55.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:55.655 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:55.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:55.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:55.656 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:45:55.657 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:45:55.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:45:55.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:45:55.657 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:45:55.657 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:45:55.659 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.... 19:45:56.159 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 19:45:56.159 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 19:45:56.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:45:56.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:45:56.162 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 19:45:56.162 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:45:56.162 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:45:56.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:45:56.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:45:56.162 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 19:45:56.162 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:45:56.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:56.162 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:56.162 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:56.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:56.163 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:45:56.163 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 19:45:56.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:45:56.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:45:56.163 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:45:56.163 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:45:56.220 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.... 19:45:56.220 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 19:45:56.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:45:56.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:45:56.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:45:56.220 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 1 files to index (/PropertiesViewTestProject)' is a system job, skipped 19:45:56.220 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:45:56.220 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:45:56.220 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:45:56.220 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:45:56.220 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:45:56.220 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:45:56.220 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:45:56.220 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:45:56.220 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:45:56.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:45:56.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:56.221 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:56.221 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:45:56.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:45:56.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:45:56.221 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:45:56.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 '\*?\QPackage Explorer\E') 19:45:56.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:56.221 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:56.221 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:56.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:56.221 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:45:56.221 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:45:56.221 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:45:56.222 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:56.222 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:45:56.222 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:45:56.222 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:45:56.223 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:45:56.223 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:45:56.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:56.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:45:56.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:56.224 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:56.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:45:56.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:56.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:45:57.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:57.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:45:57.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:45:57.225 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:45:57.226 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:45:57.226 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:57.226 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:45:57.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 19:45:57.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:57.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:57.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:57.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:57.227 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:45:57.227 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 19:45:57.227 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 19:45:57.227 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PropertiesViewTestProject 19:45:57.227 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PropertiesViewTestProject 19:45:57.227 DEBUG [main][TreeItemHandler] Selecting tree item: PropertiesViewTestProject 19:45:57.227 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PropertiesViewTestProject about selection 19:45:57.229 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PropertiesViewTestProject 19:45:57.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:57.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:45:57.232 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProperties\E'' view via menu. 19:45:57.232 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:45:57.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:45:57.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:45:57.232 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:45:57.232 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:45:57.233 DEBUG [main][MenuItemLookup] Found menu:'File' 19:45:57.233 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:45:57.233 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:45:57.233 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 19:45:57.233 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:45:57.233 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:45:57.233 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:45:57.233 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:45:57.233 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:45:57.233 DEBUG [main][MenuItemLookup] Item match:Window 19:45:57.233 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:45:57.233 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:45:57.233 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:45:57.233 DEBUG [main][MenuItemLookup] Found menu:'' 19:45:57.233 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:45:57.233 DEBUG [main][MenuItemLookup] Item match:Show View 19:45:57.236 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 19:45:57.236 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 19:45:57.236 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 19:45:57.236 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 19:45:57.236 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 19:45:57.236 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 19:45:57.236 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 19:45:57.236 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 19:45:57.236 DEBUG [main][MenuItemLookup] Found menu:'Progress' 19:45:57.236 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 19:45:57.236 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 19:45:57.236 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 19:45:57.236 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 19:45:57.236 DEBUG [main][MenuItemLookup] Found menu:'Templates' 19:45:57.236 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 19:45:57.236 DEBUG [main][MenuItemLookup] Found menu:'' 19:45:57.236 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 19:45:57.236 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 19:45:57.237 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 19:45:57.237 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 19:45:57.237 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 19:45:57.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 19:45:57.286 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 19:45:57.286 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 19:45:57.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:45:57.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:45:57.287 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 19:45:57.287 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:45:57.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:45:57.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:45:57.287 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:45:57.287 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:45:57.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:57.287 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:57.287 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:57.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:57.287 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:45:57.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:45:57.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:45:57.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:45:57.291 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:45:57.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:45:57.291 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:45:57.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:45:57.291 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:45:57.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:45:57.291 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:45:57.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:45:57.291 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:45:57.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:45:57.291 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:45:57.292 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Properties 19:45:57.292 DEBUG [main][TreeItemHandler] Selecting tree item: Properties 19:45:57.292 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Properties about selection 19:45:57.292 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Properties 19:45:57.292 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:45:57.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:45:57.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:45:57.292 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:45:57.292 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:45:57.292 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:57.292 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:57.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 "Open") 19:45:57.292 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:45:57.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:45:57.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:45:57.292 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:45:57.292 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:45:57.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:57.292 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:57.293 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:57.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:57.293 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:45:57.293 INFO [WorkbenchTestable][AbstractButton] Click button &Open 19:45:57.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:45:57.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:45:57.293 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:45:57.293 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:45:57.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:45:57.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:45:57.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.properties.PropertySheet' view is open... 19:45:57.367 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:57.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:57.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.properties.PropertySheet' view is open finished successfully 19:45:57.370 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:57.372 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:57.373 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:45:57.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:45:57.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:45:57.373 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:45:57.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 '\*?\QProperties\E') 19:45:57.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:57.373 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:57.375 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:57.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:57.375 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:45:57.375 INFO [WorkbenchTestable][AbstractView] Activate view Properties 19:45:57.375 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 19:45:57.376 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:57.376 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:45:57.376 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:45:57.376 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:45:57.377 INFO [WorkbenchTestable][AbstractView] Activate view Properties 19:45:57.377 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 19:45:57.377 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:57.377 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:45:57.377 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") 19:45:57.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:57.378 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:57.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:57.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:57.378 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:45:57.378 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Categories 19:45:57.378 INFO [WorkbenchTestable][AbstractView] Activate view Properties 19:45:57.378 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 19:45:57.378 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:45:57.378 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:45:57.379 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:45:57.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:45:57.379 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:45:57.379 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:45:57.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:45:57.379 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:45:57.379 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Info and wait with time period 1 19:45:57.379 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Info 19:45:57.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:45:57.379 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Info is already expanded. No action performed 19:45:57.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:45:57.379 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Info 19:45:57.379 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Info 19:45:57.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:45:57.379 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Info is already expanded. No action performed 19:45:57.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:45:57.379 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Info 19:45:57.379 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item derived and wait with time period 1 19:45:57.379 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item derived 19:45:57.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:45:57.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:45:57.880 INFO [WorkbenchTestable][TreeItemHandler] Expanded: derived 19:45:57.880 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item derived 19:45:57.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:45:58.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:45:58.381 INFO [WorkbenchTestable][TreeItemHandler] Expanded: derived 19:45:58.381 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item editable and wait with time period 1 19:45:58.381 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item editable 19:45:58.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:45:58.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:45:58.882 INFO [WorkbenchTestable][TreeItemHandler] Expanded: editable 19:45:58.882 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item editable 19:45:58.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:45:59.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:45:59.383 INFO [WorkbenchTestable][TreeItemHandler] Expanded: editable 19:45:59.383 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item last modified and wait with time period 1 19:45:59.383 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item last modified 19:45:59.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:45:59.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:45:59.884 INFO [WorkbenchTestable][TreeItemHandler] Expanded: last modified 19:45:59.884 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item last modified 19:45:59.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:46:00.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:46:00.385 INFO [WorkbenchTestable][TreeItemHandler] Expanded: last modified 19:46:00.385 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item linked and wait with time period 1 19:46:00.385 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item linked 19:46:00.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:46:00.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:46:00.886 INFO [WorkbenchTestable][TreeItemHandler] Expanded: linked 19:46:00.886 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item linked 19:46:00.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:46:01.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:46:01.387 INFO [WorkbenchTestable][TreeItemHandler] Expanded: linked 19:46:01.387 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item location and wait with time period 1 19:46:01.387 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item location 19:46:01.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:46:01.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:46:01.888 INFO [WorkbenchTestable][TreeItemHandler] Expanded: location 19:46:01.888 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item location 19:46:01.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:46:02.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:46:02.389 INFO [WorkbenchTestable][TreeItemHandler] Expanded: location 19:46:02.389 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item name and wait with time period 1 19:46:02.389 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item name 19:46:02.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:46:02.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:46:02.890 INFO [WorkbenchTestable][TreeItemHandler] Expanded: name 19:46:02.890 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item name 19:46:02.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:46:03.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:46:03.391 INFO [WorkbenchTestable][TreeItemHandler] Expanded: name 19:46:03.391 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item path and wait with time period 1 19:46:03.392 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item path 19:46:03.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:46:03.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:46:03.892 INFO [WorkbenchTestable][TreeItemHandler] Expanded: path 19:46:03.893 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item path 19:46:03.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:46:04.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:46:04.393 INFO [WorkbenchTestable][TreeItemHandler] Expanded: path 19:46:04.395 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:04.395 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:04.395 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:46:04.395 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:04.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:04.396 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:46:04.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:04.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:04.396 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:46:04.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') 19:46:04.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:04.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:04.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:04.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:04.397 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:46:04.397 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:46:04.397 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:46:04.417 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:04.418 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:04.418 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:46:04.418 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:46:04.418 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:04.418 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:04.418 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:46:04.418 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:46:04.419 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:04.419 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:04.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:04.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:04.420 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:04.920 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:04.920 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:05.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:05.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:05.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:46:05.421 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:46:05.421 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:46:05.422 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:05.422 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:05.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 19:46:05.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:05.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:05.422 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:05.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:05.422 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:46:05.422 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 19:46:05.422 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 19:46:05.423 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PropertiesViewTestProject 19:46:05.423 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:46:05.423 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:46:05.423 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:05.423 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:05.423 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:46:05.423 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:46:05.423 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:05.424 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:05.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:05.424 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:05.424 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:05.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:05.925 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:06.425 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:06.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:06.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:46:06.425 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:46:06.425 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:46:06.426 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:06.426 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:06.426 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:46:06.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:06.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:06.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:06.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:06.426 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:46:06.426 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 19:46:06.427 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 19:46:06.427 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PropertiesViewTestProject 19:46:06.427 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PropertiesViewTestProject 19:46:06.427 DEBUG [main][TreeItemHandler] Selecting tree item: PropertiesViewTestProject 19:46:06.427 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PropertiesViewTestProject about selection 19:46:06.428 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PropertiesViewTestProject 19:46:06.428 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:46:06.428 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:06.448 DEBUG [main][MenuItemLookup] Found menu:'New' 19:46:06.448 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:46:06.448 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:06.448 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:46:06.448 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 19:46:06.448 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:46:06.448 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:06.448 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:46:06.448 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:46:06.448 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:46:06.448 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:46:06.448 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:06.448 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 19:46:06.448 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 19:46:06.448 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 19:46:06.448 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 19:46:06.448 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:06.448 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:46:06.448 DEBUG [main][MenuItemLookup] Found menu:'Export...' 19:46:06.448 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:06.448 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:46:06.448 DEBUG [main][MenuItemLookup] Item match:Refresh F5 19:46:06.449 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 19:46:06.449 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 19:46:06.449 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 19:46:06.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:46:06.449 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 19:46:06.949 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:46:06.949 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:46:06.949 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:46:06.949 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:46:06.949 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:46:06.949 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:46:06.949 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:46:06.949 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:46:06.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:46:06.950 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'PropertiesViewTestProject' via Explorer 19:46:06.950 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PropertiesViewTestProject 19:46:06.950 DEBUG [main][TreeItemHandler] Selecting tree item: PropertiesViewTestProject 19:46:06.950 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PropertiesViewTestProject about selection 19:46:06.952 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PropertiesViewTestProject 19:46:06.952 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:46:06.952 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:06.971 DEBUG [main][MenuItemLookup] Found menu:'New' 19:46:06.972 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:46:06.972 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:06.972 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:46:06.972 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 19:46:06.972 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:46:06.972 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:06.972 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:46:06.972 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:46:06.972 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:46:06.972 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:46:06.972 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:46:06.972 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:46:06.972 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:46:06.972 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 19:46:06.980 DEBUG [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.... 19:46:07.547 DEBUG [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 19:46:07.547 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 19:46:07.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:07.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:07.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:07.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:07.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: 32) 19:46:07.549 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:46:07.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:07.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:07.549 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:46:07.549 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:46:07.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:07.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:07.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:07.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:07.550 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:46:07.550 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 19:46:07.550 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 19:46:07.550 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 19:46:07.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:46:07.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:46:07.550 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:46:07.550 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:07.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 "OK", Widget matcher matching widgets with style: 8) 19:46:07.550 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:46:07.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:07.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:07.550 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:46:07.550 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:46:07.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:07.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:07.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:07.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:07.551 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:46:07.551 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:46:07.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:46:07.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:46:07.551 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:46:07.551 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:07.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 19:46:07.553 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 19:46:08.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 19:46:08.054 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 19:46:08.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:46:08.054 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:46:08.054 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:46:08.054 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 19:46:08.054 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:46:08.054 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:46:08.054 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:46:08.054 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:46:08.054 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:46:08.054 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:46:08.054 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:46:08.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:46:08.054 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest 19:46:08.054 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:46:08.054 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:46:08.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:08.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:08.055 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getProperties no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest) 19:46:08.055 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:46:08.055 INFO [WorkbenchTestable][RequirementsRunner] Started test: toggleShowCategories no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest) 19:46:08.055 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest 19:46:08.055 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:46:08.055 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:46:08.055 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:46:08.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:46:08.055 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:08.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:46:08.055 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:08.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 Java Project"] 19:46:08.055 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:08.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:46:08.055 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:08.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:46:08.055 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:08.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:46:08.056 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:08.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 Java Project"] 19:46:08.056 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:08.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:46:08.056 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:08.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:46:08.056 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:08.056 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:46:08.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:08.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:08.056 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:46:08.056 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:46:08.056 DEBUG [main][MenuItemLookup] Found menu:'File' 19:46:08.057 DEBUG [main][MenuItemLookup] Item match:File 19:46:08.057 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:46:08.057 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:46:08.059 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 19:46:08.059 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:46:08.059 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:08.059 DEBUG [main][MenuItemLookup] Found menu:'Package' 19:46:08.059 DEBUG [main][MenuItemLookup] Found menu:'Class' 19:46:08.059 DEBUG [main][MenuItemLookup] Found menu:'Interface' 19:46:08.059 DEBUG [main][MenuItemLookup] Found menu:'Enum' 19:46:08.059 DEBUG [main][MenuItemLookup] Found menu:'Record' 19:46:08.059 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 19:46:08.059 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 19:46:08.059 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 19:46:08.059 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:46:08.059 DEBUG [main][MenuItemLookup] Found menu:'File' 19:46:08.059 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:46:08.059 DEBUG [main][MenuItemLookup] Found menu:'Task' 19:46:08.059 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 19:46:08.059 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:08.059 DEBUG [main][MenuItemLookup] Found menu:'Example...' 19:46:08.059 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:08.059 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:46:08.059 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:46:08.059 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:46:08.059 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:46:08.059 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:46:08.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 19:46:08.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 'New|Select a wizard'] is available. finished successfully 19:46:08.111 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:46:08.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:08.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:08.116 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:46:08.116 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:08.116 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 19:46:08.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:08.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:08.117 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:08.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:08.117 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:46:08.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:46:08.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:46:08.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 19:46:08.118 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:46:08.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:46:08.118 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:46:08.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:46:08.118 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:46:08.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 19:46:08.118 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:46:08.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:46:08.118 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:46:08.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:46:08.118 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:46:08.118 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 19:46:08.118 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 19:46:08.119 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 19:46:08.119 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 19:46:08.119 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:46:08.119 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:46:08.119 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) 19:46:08.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:08.119 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:08.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:08.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:08.119 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:46:08.119 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:46:08.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:46:08.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:46:08.120 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:46:08.120 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:08.238 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:46:08.239 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:08.239 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:08.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 19:46:08.239 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 19:46:08.239 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 19:46:08.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:08.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:08.240 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 19:46:08.240 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:08.240 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'PropertiesViewTestProject' 19:46:08.240 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:") 19:46:08.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:08.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:08.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:08.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:08.241 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:46:08.241 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:46:08.241 INFO [WorkbenchTestable][AbstractText] Text set to: PropertiesViewTestProject 19:46:08.263 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 19:46:08.263 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 19:46:08.263 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) 19:46:08.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:08.263 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:08.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:08.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:08.264 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:46:08.264 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:46:08.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:46:08.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:46:08.264 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:46:08.264 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:08.267 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.... 19:46:08.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. finished successfully 19:46:08.767 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 19:46:08.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:08.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:08.770 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 19:46:08.770 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:46:08.770 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:46:08.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:08.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:08.770 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 19:46:08.770 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:46:08.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:08.770 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:08.770 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:08.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:08.770 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:46:08.770 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 19:46:08.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:46:08.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:46:08.771 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:46:08.771 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:08.831 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.... 19:46:08.831 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 19:46:08.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:46:08.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:46:08.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:46:08.831 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 1 files to index (/PropertiesViewTestProject)' is a system job, skipped 19:46:08.831 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 19:46:08.831 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 19:46:08.831 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 19:46:08.831 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:46:08.831 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:46:08.831 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:46:08.831 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:46:08.831 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:46:08.831 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:46:08.831 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:46:08.831 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:46:08.831 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:46:08.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:46:08.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:08.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:08.832 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:46:08.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:08.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:08.832 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:46:08.832 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:46:08.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:08.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:08.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:08.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:08.832 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:46:08.832 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:46:08.833 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:46:08.833 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:08.833 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:46:08.833 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:46:08.833 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:46:08.834 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:46:08.834 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:46:08.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:08.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:08.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:08.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:08.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:09.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:09.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:09.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:09.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:09.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:46:09.851 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:46:09.851 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:46:09.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:09.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:09.851 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:46:09.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:09.851 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:09.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:09.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:09.851 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:46:09.851 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 19:46:09.852 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 19:46:09.852 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PropertiesViewTestProject 19:46:09.852 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PropertiesViewTestProject 19:46:09.852 DEBUG [main][TreeItemHandler] Selecting tree item: PropertiesViewTestProject 19:46:09.852 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PropertiesViewTestProject about selection 19:46:09.853 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PropertiesViewTestProject 19:46:09.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:09.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:09.855 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProperties\E'' is already open. Activate. 19:46:09.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:09.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:09.857 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:46:09.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:09.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:09.858 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:46:09.858 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:46:09.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:09.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:09.877 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:09.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:09.877 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:46:09.877 INFO [WorkbenchTestable][AbstractView] Activate view Properties 19:46:09.877 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 19:46:09.893 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:09.893 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:09.893 INFO [WorkbenchTestable][AbstractView] Activate view Properties 19:46:09.893 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 19:46:09.894 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:09.894 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:09.894 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") 19:46:09.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:09.894 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:09.894 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:09.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:09.894 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:46:09.894 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Categories 19:46:09.894 INFO [WorkbenchTestable][AbstractView] Activate view Properties 19:46:09.894 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 19:46:09.895 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:09.895 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:09.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 19:46:09.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:09.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:09.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:09.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:09.895 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:46:09.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:46:09.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:46:09.895 INFO [WorkbenchTestable][AbstractView] Activate view Properties 19:46:09.895 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 19:46:09.896 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:09.896 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:09.896 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") 19:46:09.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:09.896 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:09.896 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:09.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:09.896 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:46:09.896 INFO [WorkbenchTestable][AbstractToolItem] Unclick tool item Show Categories 19:46:09.896 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Categories 19:46:09.896 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 19:46:09.896 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:09.898 INFO [WorkbenchTestable][AbstractView] Activate view Properties 19:46:09.898 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 19:46:09.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:09.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:09.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 19:46:09.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:09.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:09.898 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:09.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:09.898 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:46:09.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:46:09.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:46:09.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:09.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:09.899 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:46:09.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:09.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:09.899 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:46:09.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:09.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:09.900 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:46:09.900 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:46:09.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:09.900 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:09.900 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:09.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:09.900 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:46:09.900 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:46:09.900 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:46:09.922 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:09.922 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:09.922 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:46:09.922 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:46:09.923 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:09.923 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:09.923 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:46:09.923 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:46:09.923 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:09.923 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:09.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:09.923 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:09.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:10.424 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:10.424 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:10.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:10.925 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:10.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:46:10.926 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:46:10.926 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:46:10.927 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:10.927 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46: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 19:46:10.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:10.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:10.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:10.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:10.927 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:46:10.927 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 19:46:10.927 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 19:46:10.927 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PropertiesViewTestProject 19:46:10.927 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:46:10.928 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:46:10.928 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:10.928 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:10.928 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:46:10.928 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:46:10.928 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:10.928 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:10.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:10.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:10.929 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:11.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:11.429 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:11.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:11.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:11.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:46:11.930 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:46:11.930 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:46:11.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:11.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:11.931 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:46:11.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:11.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:11.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:11.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:11.931 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:46:11.931 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 19:46:11.931 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 19:46:11.931 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PropertiesViewTestProject 19:46:11.931 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PropertiesViewTestProject 19:46:11.931 DEBUG [main][TreeItemHandler] Selecting tree item: PropertiesViewTestProject 19:46:11.931 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PropertiesViewTestProject about selection 19:46:11.933 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PropertiesViewTestProject 19:46:11.933 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:46:11.933 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:11.954 DEBUG [main][MenuItemLookup] Found menu:'New' 19:46:11.954 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:46:11.954 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:11.954 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:46:11.954 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 19:46:11.954 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:46:11.954 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:11.954 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:46:11.954 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:46:11.954 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:46:11.954 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:46:11.954 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:11.954 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 19:46:11.954 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 19:46:11.954 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 19:46:11.954 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 19:46:11.954 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:11.954 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:46:11.954 DEBUG [main][MenuItemLookup] Found menu:'Export...' 19:46:11.954 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:11.954 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:46:11.954 DEBUG [main][MenuItemLookup] Item match:Refresh F5 19:46:11.954 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 19:46:11.954 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 19:46:11.954 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 19:46:11.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:46:11.955 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 19:46:12.455 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:46:12.455 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:46:12.455 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:46:12.455 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:46:12.455 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:46:12.455 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:46:12.455 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:46:12.455 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:46:12.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:46:12.455 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'PropertiesViewTestProject' via Explorer 19:46:12.455 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PropertiesViewTestProject 19:46:12.455 DEBUG [main][TreeItemHandler] Selecting tree item: PropertiesViewTestProject 19:46:12.456 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PropertiesViewTestProject about selection 19:46:12.457 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PropertiesViewTestProject 19:46:12.457 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:46:12.457 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:12.477 DEBUG [main][MenuItemLookup] Found menu:'New' 19:46:12.477 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:46:12.477 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:12.477 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:46:12.477 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 19:46:12.477 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:46:12.477 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:12.477 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:46:12.477 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:46:12.477 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:46:12.477 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:46:12.477 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:46:12.477 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:46:12.477 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:46:12.477 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 19:46: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 'Delete.*'] is available.... 19:46:13.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 19:46:13.048 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 19:46:13.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:13.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:13.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:13.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:13.050 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 19:46:13.050 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:46:13.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:13.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:13.050 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:46:13.050 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:46:13.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:13.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:13.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:13.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:13.051 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:46:13.051 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 19:46:13.051 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 19:46:13.051 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 19:46:13.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:46:13.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:46:13.051 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:46:13.051 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:13.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: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 19:46:13.051 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:46:13.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:13.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:13.051 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:46:13.051 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:46:13.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:13.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:13.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:13.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:13.052 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:46:13.052 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:46:13.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:46:13.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:46:13.052 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:46:13.052 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:13.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 19:46:13.054 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 19:46:13.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 19:46:13.555 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 19:46:13.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:46:13.555 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:46:13.555 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:46:13.555 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 19:46:13.555 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:46:13.555 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:46:13.555 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:46:13.555 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:46:13.555 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:46:13.555 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:46:13.555 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:46:13.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:46:13.555 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest 19:46:13.555 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:46:13.555 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:46:13.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:13.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:13.556 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toggleShowCategories no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest) 19:46:13.556 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:46:13.556 INFO [WorkbenchTestable][RequirementsRunner] Started test: getProperty no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest) 19:46:13.556 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest 19:46:13.557 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:46:13.557 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:46:13.557 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:46:13.557 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:46:13.557 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:13.557 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:46:13.557 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:13.557 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 19:46:13.557 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:13.557 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:46:13.557 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:13.557 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:46:13.557 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:13.557 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:46:13.558 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:13.558 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 19:46:13.558 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:13.558 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:46:13.558 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:13.558 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:46:13.558 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:13.558 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:46:13.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:13.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:13.559 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:46:13.559 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:46:13.559 DEBUG [main][MenuItemLookup] Found menu:'File' 19:46:13.559 DEBUG [main][MenuItemLookup] Item match:File 19:46:13.560 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:46:13.560 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:46:13.561 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 19:46:13.561 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:46:13.561 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:13.561 DEBUG [main][MenuItemLookup] Found menu:'Package' 19:46:13.561 DEBUG [main][MenuItemLookup] Found menu:'Class' 19:46:13.561 DEBUG [main][MenuItemLookup] Found menu:'Interface' 19:46:13.561 DEBUG [main][MenuItemLookup] Found menu:'Enum' 19:46:13.561 DEBUG [main][MenuItemLookup] Found menu:'Record' 19:46:13.561 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 19:46:13.561 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 19:46:13.561 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 19:46:13.561 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:46:13.561 DEBUG [main][MenuItemLookup] Found menu:'File' 19:46:13.561 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:46:13.561 DEBUG [main][MenuItemLookup] Found menu:'Task' 19:46:13.561 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 19:46:13.561 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:13.561 DEBUG [main][MenuItemLookup] Found menu:'Example...' 19:46:13.561 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:13.561 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:46:13.562 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:46:13.562 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:46:13.562 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:46:13.562 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:46:13.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 19:46:13.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 'New|Select a wizard'] is available. finished successfully 19:46:13.619 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:46:13.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:13.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:13.620 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:46:13.620 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:13.620 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 19:46:13.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:13.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:13.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:13.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:13.621 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:46:13.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:46:13.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:46:13.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 19:46:13.621 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:46:13.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:46:13.621 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:46:13.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:46:13.621 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:46:13.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 19:46:13.622 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:46:13.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:46:13.622 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:46:13.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:46:13.622 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:46:13.622 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 19:46:13.622 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 19:46:13.622 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 19:46:13.622 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 19:46:13.622 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:46:13.622 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:46:13.622 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) 19:46:13.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:13.622 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:13.623 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:13.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:13.623 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:46:13.623 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:46:13.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:46:13.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:46:13.623 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:46:13.623 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:13.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:46:13.741 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:13.741 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:13.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 19:46:13.741 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 19:46:13.741 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 19:46:13.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:13.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:13.742 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 19:46:13.742 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:13.742 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'PropertiesViewTestProject' 19:46:13.742 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:") 19:46:13.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:13.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:13.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:13.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:13.743 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:46:13.743 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:46:13.743 INFO [WorkbenchTestable][AbstractText] Text set to: PropertiesViewTestProject 19:46:13.764 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 19:46:13.764 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 19:46:13.764 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) 19:46:13.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:13.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:13.765 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:13.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:13.765 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:46:13.766 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:46:13.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:46:13.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:46:13.766 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:46:13.766 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:13.768 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.... 19:46:14.269 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 19:46:14.269 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 19:46:14.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:14.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:14.271 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 19:46:14.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 "Don't Create") 19:46:14.271 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:46:14.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:14.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:14.271 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 19:46:14.272 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:46:14.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:14.272 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:14.272 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:14.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:14.272 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:46:14.272 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 19:46:14.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:46:14.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:46:14.272 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:46:14.272 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:14.332 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.... 19:46:14.332 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 19:46:14.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:46:14.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:46:14.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:46:14.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 1 files to index (/PropertiesViewTestProject)' is a system job, skipped 19:46:14.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 19:46:14.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 19:46:14.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:46:14.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:46:14.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:46:14.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:46:14.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:46:14.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:46:14.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:46:14.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:46:14.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:46:14.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:46:14.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:14.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:14.333 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:46:14.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:14.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:14.333 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:46:14.333 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:46:14.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:14.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:14.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:14.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:14.333 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:46:14.334 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:46:14.334 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:46:14.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:14.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:46:14.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:46:14.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:46:14.335 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:46:14.335 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:46:14.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:14.336 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:14.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:14.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:14.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:14.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:14.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:15.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:15.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:15.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:46:15.337 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:46:15.337 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:46:15.338 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:15.338 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:15.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 19:46:15.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:15.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:15.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:15.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:15.338 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:46:15.338 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 19:46:15.338 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 19:46:15.338 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PropertiesViewTestProject 19:46:15.339 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PropertiesViewTestProject 19:46:15.339 DEBUG [main][TreeItemHandler] Selecting tree item: PropertiesViewTestProject 19:46:15.339 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PropertiesViewTestProject about selection 19:46:15.340 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PropertiesViewTestProject 19:46:15.341 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:15.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:15.343 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProperties\E'' is already open. Activate. 19:46:15.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:15.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:15.345 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:46:15.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:15.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:15.345 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:46:15.345 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:46:15.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:15.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:15.347 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:15.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:15.347 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:46:15.347 INFO [WorkbenchTestable][AbstractView] Activate view Properties 19:46:15.347 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 19:46:15.367 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:15.367 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:15.367 INFO [WorkbenchTestable][AbstractView] Activate view Properties 19:46:15.367 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 19:46:15.368 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:15.368 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:15.368 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") 19:46:15.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:15.368 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:15.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:15.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:15.368 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:46:15.368 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Categories 19:46:15.368 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Categories 19:46:15.368 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 19:46:15.368 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:15.370 INFO [WorkbenchTestable][AbstractView] Activate view Properties 19:46:15.370 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 19:46:15.371 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:15.371 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:15.371 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:46:15.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:15.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:15.371 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:15.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:15.371 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:46:15.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:46:15.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:46:15.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Info has children... 19:46:15.371 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Info 19:46:15.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:46:15.372 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Info is already expanded. No action performed 19:46:15.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:46:15.372 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Info 19:46:15.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Info has children finished successfully 19:46:15.372 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Info 19:46:15.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:46:15.372 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Info is already expanded. No action performed 19:46:15.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:46:15.372 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Info 19:46:15.372 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:15.373 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:15.373 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:46:15.373 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:15.373 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:15.373 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:46:15.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:15.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:15.374 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:46:15.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 '\*?\QPackage Explorer\E') 19:46:15.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:15.374 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:15.374 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:15.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:15.374 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:46:15.374 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:46:15.374 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:46:15.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:15.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:15.396 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:46:15.396 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:46:15.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:15.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:15.397 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:46:15.397 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:46:15.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:15.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:15.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:15.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:15.398 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:15.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:15.898 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:16.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:16.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:16.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:46:16.399 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:46:16.399 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:46:16.400 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:16.400 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:16.400 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:46:16.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:16.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:16.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:16.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:16.400 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:46:16.401 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 19:46:16.401 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 19:46:16.401 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PropertiesViewTestProject 19:46:16.401 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:46:16.401 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:46:16.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:16.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:16.401 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:46:16.401 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:46:16.402 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:16.402 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:16.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:16.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:16.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:16.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:16.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:17.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:17.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:17.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:46:17.403 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:46:17.404 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:46:17.404 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:17.404 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:17.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 19:46:17.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:17.404 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:17.404 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:17.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:17.404 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:46:17.405 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 19:46:17.405 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 19:46:17.405 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PropertiesViewTestProject 19:46:17.405 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PropertiesViewTestProject 19:46:17.405 DEBUG [main][TreeItemHandler] Selecting tree item: PropertiesViewTestProject 19:46:17.405 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PropertiesViewTestProject about selection 19:46:17.406 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PropertiesViewTestProject 19:46:17.406 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:46:17.406 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:17.426 DEBUG [main][MenuItemLookup] Found menu:'New' 19:46:17.426 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:46:17.426 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:17.426 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:46:17.426 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 19:46:17.426 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:46:17.426 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:17.426 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:46:17.426 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:46:17.426 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:46:17.426 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:46:17.426 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:17.426 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 19:46:17.426 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 19:46:17.426 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 19:46:17.426 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 19:46:17.426 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:17.426 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:46:17.426 DEBUG [main][MenuItemLookup] Found menu:'Export...' 19:46:17.426 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:17.426 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:46:17.426 DEBUG [main][MenuItemLookup] Item match:Refresh F5 19:46:17.426 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 19:46:17.426 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 19:46:17.426 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 19:46:17.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:46:17.426 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 19:46:17.927 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:46:17.927 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:46:17.927 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:46:17.927 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:46:17.927 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:46:17.927 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:46:17.927 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:46:17.927 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:46:17.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:46:17.927 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'PropertiesViewTestProject' via Explorer 19:46:17.927 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PropertiesViewTestProject 19:46:17.927 DEBUG [main][TreeItemHandler] Selecting tree item: PropertiesViewTestProject 19:46:17.927 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PropertiesViewTestProject about selection 19:46:17.929 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PropertiesViewTestProject 19:46:17.929 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:46:17.929 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:17.949 DEBUG [main][MenuItemLookup] Found menu:'New' 19:46:17.949 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:46:17.949 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:17.949 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:46:17.949 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 19:46:17.949 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:46:17.949 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:17.949 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:46:17.949 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:46:17.949 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:46:17.949 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:46:17.949 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:46:17.949 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:46:17.949 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:46:17.949 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 19:46:17.957 DEBUG [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.... 19:46:18.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 'Delete.*'] is available. finished successfully 19:46:18.509 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 19:46:18.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:18.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:18.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:18.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:18.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: 32) 19:46:18.512 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:46:18.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:18.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:18.512 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:46:18.512 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:46:18.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:18.512 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:18.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:18.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:18.512 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:46:18.513 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 19:46:18.513 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 19:46:18.513 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 19:46:18.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:46:18.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:46:18.513 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:46:18.513 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:18.513 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 19:46:18.513 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:46:18.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:18.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:18.513 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:46:18.513 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:46:18.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:18.513 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:18.513 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:18.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:18.513 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:46:18.514 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:46:18.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:46:18.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:46:18.514 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:46:18.514 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:18.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 19:46:18.516 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 19:46:19.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 19:46:19.017 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 19:46:19.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:46:19.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:46:19.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 19:46:19.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:46:19.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:46:19.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:46:19.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:46:19.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:46:19.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:46:19.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:46:19.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:46:19.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:46:19.017 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest 19:46:19.017 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:46:19.017 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:46:19.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:19.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:19.018 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getProperty no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest) 19:46:19.018 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:46:19.018 INFO [WorkbenchTestable][RequirementsRunner] Started test: getNonExistingProperty no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest) 19:46:19.018 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest 19:46:19.018 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:46:19.018 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:46:19.018 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:46:19.018 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:46:19.018 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:19.018 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:46:19.018 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:19.018 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 19:46:19.018 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:19.018 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:46:19.018 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:19.018 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:46:19.018 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:19.018 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:46:19.018 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:19.018 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 19:46:19.018 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:19.019 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:46:19.019 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:19.019 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:46:19.019 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:19.019 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:46:19.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:19.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:19.019 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:46:19.019 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:46:19.019 DEBUG [main][MenuItemLookup] Found menu:'File' 19:46:19.019 DEBUG [main][MenuItemLookup] Item match:File 19:46:19.020 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:46:19.020 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:46:19.022 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 19:46:19.022 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:46:19.022 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:19.022 DEBUG [main][MenuItemLookup] Found menu:'Package' 19:46:19.022 DEBUG [main][MenuItemLookup] Found menu:'Class' 19:46:19.022 DEBUG [main][MenuItemLookup] Found menu:'Interface' 19:46:19.022 DEBUG [main][MenuItemLookup] Found menu:'Enum' 19:46:19.022 DEBUG [main][MenuItemLookup] Found menu:'Record' 19:46:19.022 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 19:46:19.022 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 19:46:19.022 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 19:46:19.022 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:46:19.022 DEBUG [main][MenuItemLookup] Found menu:'File' 19:46:19.022 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:46:19.022 DEBUG [main][MenuItemLookup] Found menu:'Task' 19:46:19.022 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 19:46:19.022 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:19.022 DEBUG [main][MenuItemLookup] Found menu:'Example...' 19:46:19.022 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:19.022 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:46:19.022 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:46:19.022 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:46:19.022 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:46:19.022 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:46:19.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 19:46:19.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 19:46:19.073 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:46:19.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:19.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:19.079 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:46:19.079 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:19.079 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 19:46:19.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:19.079 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:19.079 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:19.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:19.079 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:46:19.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:46:19.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:46:19.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 19:46:19.080 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:46:19.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:46:19.080 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:46:19.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:46:19.080 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:46:19.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 19:46:19.080 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:46:19.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:46:19.080 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:46:19.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:46:19.080 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:46:19.081 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 19:46:19.081 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 19:46:19.081 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 19:46:19.081 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 19:46:19.081 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:46:19.081 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:46:19.081 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) 19:46:19.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:19.081 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:19.082 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:19.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:19.082 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:46:19.082 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:46:19.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:46:19.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:46:19.082 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:46:19.082 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:19.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:46:19.200 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:19.200 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:19.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.... 19:46:19.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 19:46:19.200 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 19:46:19.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:19.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:19.201 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 19:46:19.201 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:19.201 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'PropertiesViewTestProject' 19:46:19.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:") 19:46:19.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:19.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:19.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:19.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:19.202 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:46:19.202 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:46:19.203 INFO [WorkbenchTestable][AbstractText] Text set to: PropertiesViewTestProject 19:46:19.223 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 19:46:19.223 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 19:46:19.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) 19:46:19.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:19.223 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:19.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:19.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:19.224 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:46:19.225 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:46:19.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:46:19.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:46:19.225 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:46:19.225 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:19.227 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.... 19:46:19.728 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 19:46:19.728 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 19:46:19.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:19.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:19.731 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 19:46:19.731 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:46:19.731 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:46:19.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:19.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:19.731 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 19:46:19.731 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:46:19.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:19.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:19.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:19.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:19.731 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:46:19.732 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 19:46:19.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:46:19.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:46:19.732 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:46:19.732 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:19.791 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.... 19:46:19.791 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 19:46:19.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:46:19.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:46:19.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:46:19.791 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 1 files to index (/PropertiesViewTestProject)' is a system job, skipped 19:46:19.791 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 19:46:19.791 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:46:19.791 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:46:19.791 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:46:19.791 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:46:19.791 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:46:19.791 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:46:19.791 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:46:19.791 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:46:19.791 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:46:19.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:46:19.791 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:19.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:19.792 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:46:19.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:19.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:19.792 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:46:19.792 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:46:19.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:19.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:19.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:19.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:19.793 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:46:19.793 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:46:19.793 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:46:19.793 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:19.793 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:46:19.793 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:46:19.793 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:46:19.794 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:46:19.794 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:46:19.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:19.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:19.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:19.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:19.794 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:20.295 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:20.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:20.795 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:20.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:20.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:46:20.796 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:46:20.796 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:46:20.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:20.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:20.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 19:46:20.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:20.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:20.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:20.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:20.797 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:46:20.797 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 19:46:20.797 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 19:46:20.797 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PropertiesViewTestProject 19:46:20.797 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PropertiesViewTestProject 19:46:20.797 DEBUG [main][TreeItemHandler] Selecting tree item: PropertiesViewTestProject 19:46:20.798 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PropertiesViewTestProject about selection 19:46:20.799 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PropertiesViewTestProject 19:46:20.799 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:20.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:20.801 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:46:20.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:20.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:20.801 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:46:20.801 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:46:20.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:20.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:20.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:20.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:20.803 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:46:20.803 INFO [WorkbenchTestable][AbstractView] Activate view Properties 19:46:20.804 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 19:46:20.810 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:20.810 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:20.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 19:46:20.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:20.811 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:20.811 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:20.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:20.811 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:46:20.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:46:20.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:46:20.822 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:20.823 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:20.823 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:46:20.823 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:20.823 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:20.823 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:46:20.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:20.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:20.824 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:46:20.824 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:46:20.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:20.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:20.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:20.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:20.824 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:46:20.825 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:46:20.825 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:46:20.845 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:20.845 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:20.845 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:46:20.846 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:46:20.846 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:20.846 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:20.846 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:46:20.846 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:46:20.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:20.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:20.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:20.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:20.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:21.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:21.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:21.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:21.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:21.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:46:21.848 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:46:21.848 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:46:21.848 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:21.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:21.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 19:46:21.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:21.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:21.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:21.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:21.849 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:46:21.849 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 19:46:21.849 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 19:46:21.849 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PropertiesViewTestProject 19:46:21.850 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:46:21.850 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:46:21.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:21.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:21.850 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:46:21.850 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:46:21.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:21.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:21.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:21.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:21.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:22.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:22.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:22.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:22.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:22.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:46:22.853 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:46:22.853 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:46:22.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:22.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:22.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 19:46:22.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:22.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:22.854 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:22.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:22.854 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:46:22.854 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 19:46:22.854 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 19:46:22.854 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PropertiesViewTestProject 19:46:22.854 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PropertiesViewTestProject 19:46:22.855 DEBUG [main][TreeItemHandler] Selecting tree item: PropertiesViewTestProject 19:46:22.855 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PropertiesViewTestProject about selection 19:46:22.856 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PropertiesViewTestProject 19:46:22.856 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:46:22.856 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:22.877 DEBUG [main][MenuItemLookup] Found menu:'New' 19:46:22.877 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:46:22.877 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:22.877 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:46:22.877 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 19:46:22.877 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:46:22.877 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:22.877 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:46:22.877 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:46:22.877 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:46:22.877 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:46:22.877 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:22.877 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 19:46:22.877 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 19:46:22.877 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 19:46:22.877 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 19:46:22.877 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:22.877 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:46:22.877 DEBUG [main][MenuItemLookup] Found menu:'Export...' 19:46:22.877 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:22.877 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:46:22.877 DEBUG [main][MenuItemLookup] Item match:Refresh F5 19:46:22.877 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 19:46:22.877 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 19:46:22.877 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 19:46:22.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:46:22.877 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 19:46:23.377 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:46:23.377 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:46:23.377 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:46:23.377 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:46:23.378 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:46:23.378 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:46:23.378 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:46:23.378 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:46:23.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:46:23.378 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'PropertiesViewTestProject' via Explorer 19:46:23.378 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PropertiesViewTestProject 19:46:23.378 DEBUG [main][TreeItemHandler] Selecting tree item: PropertiesViewTestProject 19:46:23.378 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PropertiesViewTestProject about selection 19:46:23.379 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PropertiesViewTestProject 19:46:23.379 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:46:23.379 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:23.403 DEBUG [main][MenuItemLookup] Found menu:'New' 19:46:23.403 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:46:23.403 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:23.403 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:46:23.403 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 19:46:23.403 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:46:23.403 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:23.403 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:46:23.403 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:46:23.403 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:46:23.403 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:46:23.403 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:46:23.403 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:46:23.403 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:46:23.403 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 19:46:23.426 DEBUG [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.... 19:46:23.974 DEBUG [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 19:46:23.974 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 19:46:23.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:23.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:23.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:23.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:23.977 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 19:46:23.977 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:46:23.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:23.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:23.977 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:46:23.977 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:46:23.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:23.977 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:23.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:23.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:23.977 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:46:23.977 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 19:46:23.978 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 19:46:23.978 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 19:46:23.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:46:23.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:46:23.978 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:46:23.978 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:23.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 "OK", Widget matcher matching widgets with style: 8) 19:46:23.978 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:46:23.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:23.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:23.978 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:46:23.978 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:46:23.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:23.978 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:23.978 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:23.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:23.978 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:46:23.979 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:46:23.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:46:23.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:46:23.979 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:46:23.979 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:23.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 19:46:23.981 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 19:46:24.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 19:46:24.481 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 19:46:24.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:46:24.481 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:46:24.481 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 19:46:24.482 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:46:24.482 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:46:24.482 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:46:24.482 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:46:24.482 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:46:24.482 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:46:24.482 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:46:24.482 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:46:24.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:46:24.482 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest 19:46:24.482 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:46:24.482 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:46:24.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:24.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:24.482 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getNonExistingProperty no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest) 19:46:24.482 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest 19:46:24.482 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:46:24.482 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:46:24.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:24.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 29.183 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: 12.611 s toggleShowCategories no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest) Time elapsed: 5.501 s getProperty no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest) Time elapsed: 5.462 s getNonExistingProperty no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest) Time elapsed: 5.464 s Running org.eclipse.reddeer.eclipse.test.ui.views.properties.TabbedPropertiesTest 19:46:24.489 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.views.properties.TabbedPropertiesTest 19:46:24.489 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:46:24.489 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:46:24.489 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.TabbedPropertiesTest 19:46:24.490 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:46:24.490 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:46:24.490 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:46:24.490 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:46:24.490 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:46:24.490 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:24.493 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:24.493 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 19:46:24.493 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:46:24.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:24.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:24.493 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:46:24.493 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:46:24.493 DEBUG [main][MenuItemLookup] Found menu:'File' 19:46:24.493 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:46:24.493 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:46:24.493 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 19:46:24.493 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:46:24.493 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:46:24.493 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:46:24.493 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:46:24.493 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:46:24.493 DEBUG [main][MenuItemLookup] Item match:Window 19:46:24.494 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:46:24.494 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:46:24.494 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:46:24.494 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:24.494 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:46:24.494 DEBUG [main][MenuItemLookup] Item match:Show View 19:46:24.498 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 19:46:24.498 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 19:46:24.498 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 19:46:24.498 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 19:46:24.498 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 19:46:24.498 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 19:46:24.498 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 19:46:24.498 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 19:46:24.498 DEBUG [main][MenuItemLookup] Found menu:'Progress' 19:46:24.498 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 19:46:24.498 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 19:46:24.498 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 19:46:24.498 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 19:46:24.498 DEBUG [main][MenuItemLookup] Found menu:'Templates' 19:46:24.498 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 19:46:24.498 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:24.498 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 19:46:24.498 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 19:46:24.504 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 19:46:24.504 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 19:46:24.504 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 19:46:24.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 19:46:24.553 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 19:46:24.553 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 19:46:24.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:24.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:24.554 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 19:46:24.554 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:46:24.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:24.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:24.554 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:46:24.554 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:46:24.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:24.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:24.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:24.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:24.554 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:46:24.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:46:24.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:46:24.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:46:24.555 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:46:24.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:46:24.555 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:46:24.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:46:24.555 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:46:24.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:46:24.555 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:46:24.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:46:24.555 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:46:24.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:46:24.555 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:46:24.559 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 19:46:24.559 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 19:46:24.559 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 19:46:24.559 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 19:46:24.559 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:46:24.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:24.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:24.560 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:46:24.560 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:46:24.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:24.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:24.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 "Open") 19:46:24.560 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:46:24.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:24.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:24.560 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:46:24.560 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:46:24.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:24.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:24.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:24.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:24.560 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:46:24.561 INFO [WorkbenchTestable][AbstractButton] Click button &Open 19:46:24.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:46:24.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:46:24.561 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:46:24.561 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:24.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:46:24.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:46:24.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 19:46:24.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:24.680 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:24.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 19:46:24.680 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:24.681 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:24.681 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:46:24.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:24.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:24.682 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:46:24.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 '\*?\QProject Explorer\E') 19:46:24.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:24.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:24.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:24.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:24.682 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:46:24.682 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:46:24.682 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:46:24.683 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:24.683 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:46:24.683 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:46:24.683 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:46:24.684 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:24.696 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:24.696 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProperties\E'' is already open. Activate. 19:46:24.696 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:24.698 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:24.698 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:46:24.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:24.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:24.698 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:46:24.699 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:46:24.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:24.699 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:24.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:24.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:24.710 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:46:24.710 INFO [WorkbenchTestable][AbstractView] Activate view Properties 19:46:24.710 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 19:46:24.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:24.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.ScrolledComposite Text= TooltipText=null 19:46:24.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:24.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:24.727 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:46:24.727 DEBUG [main][MenuItemLookup] Found menu:'File' 19:46:24.727 DEBUG [main][MenuItemLookup] Item match:File 19:46:24.727 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:46:24.727 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:46:24.729 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 19:46:24.729 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:46:24.729 DEBUG [main][MenuItemLookup] Item match:Project... 19:46:24.729 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roject..." 19:46:24.730 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Project... 19:46:24.730 INFO [main][MenuItemHandler] Select menu item: P&roject... 19:46:24.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 19:46:24.787 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 19:46:24.787 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 19:46:24.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:24.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:24.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 19:46:24.788 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:46:24.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:24.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:24.788 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent 19:46:24.788 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:46:24.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:24.788 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:24.788 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:24.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:24.788 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:46:24.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:46:24.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:46:24.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:46:24.790 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:46:24.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:46:25.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:46:25.292 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:46:25.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:46:25.292 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:46:25.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:46:25.292 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:46:25.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:46:25.292 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:46:25.292 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 19:46:25.292 DEBUG [main][TreeItemHandler] Selecting tree item: Project 19:46:25.293 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 19:46:25.295 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 19:46:25.295 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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 >") 19:46:25.295 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:46:25.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:25.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:25.295 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent 19:46:25.295 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:46:25.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:25.295 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:25.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:25.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:25.295 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:46:25.296 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:46:25.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:46:25.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:46:25.296 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:46:25.296 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:25.322 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:") 19:46:25.322 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:46:25.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:25.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:25.322 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent 19:46:25.322 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:46:25.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:25.322 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:25.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:25.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:25.324 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:46:25.324 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:46:25.324 INFO [WorkbenchTestable][AbstractText] Text set to: test 19:46:25.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 "Finish") 19:46:25.324 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:46:25.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:25.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:25.325 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent 19:46:25.325 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:46:25.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:25.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:25.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:25.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:25.325 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:46:25.326 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:46:25.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:46:25.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:46:25.326 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:46:25.326 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:25.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 19:46:25.830 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 19:46:25.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:46:25.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:46:25.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:46:25.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:46:25.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:46:25.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:46:25.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:46:25.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:46:25.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:46:25.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:46:25.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:46:25.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:46:25.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:25.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:25.831 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:46:25.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:25.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:25.831 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:46:25.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 '\*?\QProject Explorer\E') 19:46:25.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:25.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:25.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:25.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:25.832 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:46:25.832 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:46:25.832 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:46:25.872 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:25.872 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:25.872 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:46:25.873 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:46:25.873 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:25.873 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:25.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:25.873 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:25.873 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:26.374 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:26.374 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:26.874 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:26.875 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:26.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:46:26.875 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:46:26.875 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:46:26.875 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:26.875 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:26.875 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:46:26.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:26.876 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:26.876 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:26.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:26.876 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:46:26.876 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 19:46:26.876 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 19:46:26.876 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 19:46:26.876 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test 19:46:26.876 DEBUG [main][TreeItemHandler] Selecting tree item: test 19:46:26.876 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test about selection 19:46:26.881 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test 19:46:26.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:26.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:26.882 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:46:26.882 DEBUG [main][MenuItemLookup] Found menu:'File' 19:46:26.882 DEBUG [main][MenuItemLookup] Item match:File 19:46:26.883 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:46:26.883 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:46:26.884 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 19:46:26.884 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:46:26.884 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:26.884 DEBUG [main][MenuItemLookup] Found menu:'Package' 19:46:26.884 DEBUG [main][MenuItemLookup] Found menu:'Class' 19:46:26.884 DEBUG [main][MenuItemLookup] Found menu:'Interface' 19:46:26.884 DEBUG [main][MenuItemLookup] Found menu:'Enum' 19:46:26.884 DEBUG [main][MenuItemLookup] Found menu:'Record' 19:46:26.884 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 19:46:26.884 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 19:46:26.884 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 19:46:26.884 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:46:26.884 DEBUG [main][MenuItemLookup] Found menu:'File' 19:46:26.884 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:46:26.884 DEBUG [main][MenuItemLookup] Found menu:'Task' 19:46:26.884 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 19:46:26.884 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:26.884 DEBUG [main][MenuItemLookup] Found menu:'Example...' 19:46:26.885 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:26.885 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:46:26.885 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:46:26.886 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:46:26.886 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:46:26.887 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:46:26.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Select a wizard"] is available.... 19:46:26.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Select a wizard"] is available. finished successfully 19:46:26.930 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:46:26.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:26.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:26.931 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 19:46:26.931 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:46:26.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:26.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:26.932 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent 19:46:26.932 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:46:26.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:26.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:26.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:26.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:26.932 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:46:26.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:46:26.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:46:26.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem XML has children... 19:46:26.933 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item XML 19:46:26.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:46:27.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:46:27.434 INFO [WorkbenchTestable][TreeItemHandler] Expanded: XML 19:46:27.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem XML has children finished successfully 19:46:27.435 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item XML 19:46:27.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:46:27.435 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item XML is already expanded. No action performed 19:46:27.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:46:27.435 INFO [WorkbenchTestable][TreeItemHandler] Expanded: XML 19:46:27.435 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item XML Schema File 19:46:27.435 DEBUG [main][TreeItemHandler] Selecting tree item: XML Schema File 19:46:27.436 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item XML Schema File about selection 19:46:27.439 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: XML Schema File 19:46:27.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: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >") 19:46:27.439 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:46:27.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:27.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:27.440 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent 19:46:27.440 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:46:27.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:27.440 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:27.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:27.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:27.440 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:46:27.441 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:46:27.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:46:27.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:46:27.441 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:46:27.441 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:27.485 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:46:27.485 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:46:27.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:27.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:27.485 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Create XML Schema" as the parent 19:46:27.485 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:46:27.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:27.485 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:27.486 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:27.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:27.486 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:46:27.486 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:46:27.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:46:27.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:46:27.486 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:46:27.487 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:27.489 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:2191): Gtk-WARNING **: 19:46:27.956: Negative content height -5 (allocation 1, extents 3x3) while allocating gadget (node button, owner GtkToggleButton) 19:46:28.129 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 19:46:28.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:46:28.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:46:28.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:46:28.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:46:28.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:46:28.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 19:46:28.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:46:28.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:46:28.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:46:28.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:46:28.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:46:28.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:46:28.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:46:28.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:46:28.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:46:28.129 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:46:28.129 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectTabTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.TabbedPropertiesTest) 19:46:28.129 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.TabbedPropertiesTest 19:46:28.129 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:46:28.129 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:46:28.129 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:46:28.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:28.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:28.130 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/NewXMLSchema.xsd - Eclipse Platform 19:46:28.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:28.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:28.152 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/NewXMLSchema.xsd - Eclipse Platform' 19:46:28.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 '\*?\QProject Explorer\E') 19:46:28.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:28.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:28.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:28.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:28.153 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:46:28.153 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:46:28.153 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:46:28.194 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:28.194 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:28.194 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:46:28.194 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:46:28.195 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:28.195 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:28.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:28.195 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:28.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:28.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:28.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:29.195 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:29.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:29.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:46:29.196 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:46:29.196 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:46:29.197 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:29.197 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:29.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 19:46:29.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:29.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:29.197 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:29.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:29.197 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:46:29.197 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 19:46:29.197 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 19:46:29.197 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 19:46:29.197 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 19:46:29.198 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item NewXMLSchema.xsd of tree item test 19:46:29.198 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 19:46:29.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:46:29.198 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 19:46:29.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:46:29.198 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 19:46:29.198 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item NewXMLSchema.xsd 19:46:29.198 DEBUG [main][TreeItemHandler] Selecting tree item: NewXMLSchema.xsd 19:46:29.198 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item NewXMLSchema.xsd about selection 19:46:29.205 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: NewXMLSchema.xsd 19:46:29.205 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item NewXMLSchema.xsd 19:46:29.205 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item NewXMLSchema.xsd 19:46:29.205 DEBUG [main][TreeItemHandler] Selecting tree item: NewXMLSchema.xsd 19:46:29.205 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item NewXMLSchema.xsd about selection 19:46:29.210 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: NewXMLSchema.xsd 19:46:29.210 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:46:29.210 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:46:29.242 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:46:29.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:46:29.243 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:46:29.243 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:46:29.243 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:46:29.243 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:46:29.243 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:46:29.243 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:46:29.243 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:46:29.243 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:46:29.243 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:46:29.243 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:46:29.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:46:29.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4a2eed38 is found... 19:46:29.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4a2eed38 is found finished successfully 19:46:29.246 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') 19:46:29.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:29.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:29.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:29.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:29.247 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:46:29.248 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:29.248 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 19:46:29.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 '\*?\QNewXMLSchema.xsd\E') 19:46:29.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:29.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:29.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:29.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:29.256 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:46:29.257 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:29.257 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 19:46:29.284 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:29.287 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:29.287 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProperties\E'' is already open. Activate. 19:46:29.287 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:29.290 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:29.290 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/NewXMLSchema.xsd - Eclipse Platform 19:46:29.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:29.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:29.290 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/NewXMLSchema.xsd - Eclipse Platform' 19:46:29.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 '\*?\QProperties\E') 19:46:29.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:29.290 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:29.293 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:29.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:29.293 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:46:29.293 INFO [WorkbenchTestable][AbstractView] Activate view Properties 19:46:29.293 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 19:46:29.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:29.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=tns TooltipText=null 19:46:29.320 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') 19:46:29.320 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:46:29.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:29.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:29.320 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Properties"as the parent 19:46:29.320 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:46:29.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:29.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:29.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:29.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:29.321 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Composite and index 0 was found 19:46:29.321 TRACE [WorkbenchTestable][WidgetHandler] Notify ListElement with event 3 19:46:29.321 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:29.321 TRACE [WorkbenchTestable][WidgetHandler] Notify ListElement with event 4 19:46:29.321 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:29.355 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') 19:46:29.355 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:46:29.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:29.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:29.355 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Properties"as the parent 19:46:29.355 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:46:29.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:29.355 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:29.356 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:29.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:29.356 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Composite and index 0 was found 19:46:29.356 TRACE [WorkbenchTestable][WidgetHandler] Notify ListElement with event 3 19:46:29.356 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:29.356 TRACE [WorkbenchTestable][WidgetHandler] Notify ListElement with event 4 19:46:29.356 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:29.363 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') 19:46:29.363 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:46:29.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:29.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:29.363 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Properties"as the parent 19:46:29.363 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:46:29.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:29.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:29.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:29.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:29.363 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Composite and index 0 was found 19:46:29.386 TRACE [WorkbenchTestable][WidgetHandler] Notify ListElement with event 3 19:46:29.386 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:29.386 TRACE [WorkbenchTestable][WidgetHandler] Notify ListElement with event 4 19:46:29.386 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:29.393 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') 19:46:29.393 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:46:29.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:29.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:29.393 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Properties"as the parent 19:46:29.394 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:46:29.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:29.394 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:29.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:29.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:29.394 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Composite and index 0 was found 19:46:29.394 TRACE [WorkbenchTestable][WidgetHandler] Notify ListElement with event 3 19:46:29.394 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:29.394 TRACE [WorkbenchTestable][WidgetHandler] Notify ListElement with event 4 19:46:29.394 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:29.426 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") 19:46:29.426 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:46:29.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:29.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:29.426 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Properties"as the parent 19:46:29.426 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:46:29.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:29.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:29.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:29.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:29.427 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 19:46:29.427 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") 19:46:29.427 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:46:29.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:29.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:29.427 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Properties"as the parent 19:46:29.427 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:46:29.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:29.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:29.428 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:29.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:29.428 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 19:46:29.428 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.TabbedPropertiesTest 19:46:29.428 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:46:29.428 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:46:29.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:29.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:29.428 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectTabTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.TabbedPropertiesTest) 19:46:29.428 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:46:29.429 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTabTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.TabbedPropertiesTest) 19:46:29.429 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.TabbedPropertiesTest 19:46:29.429 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:46:29.429 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:46:29.429 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:46:29.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:29.429 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:29.429 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/NewXMLSchema.xsd - Eclipse Platform 19:46:29.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:29.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:29.430 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/NewXMLSchema.xsd - Eclipse Platform' 19:46:29.430 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:46:29.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:29.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:29.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:29.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:29.430 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:46:29.430 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:46:29.430 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:46:29.441 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:29.441 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:29.441 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:46:29.441 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:46:29.456 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:29.456 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:29.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:29.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:29.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:29.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:29.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:30.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:30.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:30.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:46:30.459 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:46:30.459 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:46:30.459 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:30.459 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:30.459 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:46:30.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:30.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:30.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:30.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:30.460 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:46:30.460 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 19:46:30.460 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 19:46:30.460 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 19:46:30.460 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 19:46:30.461 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item NewXMLSchema.xsd of tree item test 19:46:30.461 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 19:46:30.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:46:30.461 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 19:46:30.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:46:30.461 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 19:46:30.461 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item NewXMLSchema.xsd 19:46:30.461 DEBUG [main][TreeItemHandler] Selecting tree item: NewXMLSchema.xsd 19:46:30.461 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item NewXMLSchema.xsd about selection 19:46:30.467 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: NewXMLSchema.xsd 19:46:30.467 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item NewXMLSchema.xsd 19:46:30.467 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item NewXMLSchema.xsd 19:46:30.467 DEBUG [main][TreeItemHandler] Selecting tree item: NewXMLSchema.xsd 19:46:30.467 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item NewXMLSchema.xsd about selection 19:46:30.474 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: NewXMLSchema.xsd 19:46:30.474 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:46:30.476 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:46:30.512 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:46:30.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:46:30.512 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:46:30.512 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:46:30.512 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:46:30.512 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:46:30.512 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:46:30.512 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:46:30.512 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:46:30.512 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:46:30.512 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:46:30.512 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:46:30.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:46:30.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3a471132 is found... 19:46:30.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3a471132 is found finished successfully 19:46: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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QNewXMLSchema.xsd\E') 19:46:30.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:30.513 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:30.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:30.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:30.514 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:46:30.514 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:30.515 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 19:46:30.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QNewXMLSchema.xsd\E') 19:46:30.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:30.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:30.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:30.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:30.516 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:46:30.516 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:30.516 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 19:46:30.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:30.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:30.519 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProperties\E'' is already open. Activate. 19:46:30.519 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:30.522 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:30.522 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/NewXMLSchema.xsd - Eclipse Platform 19:46:30.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:30.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:30.522 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/NewXMLSchema.xsd - Eclipse Platform' 19:46:30.522 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:46:30.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:30.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:30.540 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:30.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:30.540 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:46:30.540 INFO [WorkbenchTestable][AbstractView] Activate view Properties 19:46:30.540 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 19:46:30.562 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:30.562 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:30.562 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') 19:46:30.563 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:46:30.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:30.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:30.563 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Properties"as the parent 19:46:30.563 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:46:30.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:30.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:30.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:30.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:30.563 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Composite and index 0 was found 19:46:30.563 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.TabbedPropertiesTest 19:46:30.563 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:46:30.563 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:46:30.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:30.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:30.563 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTabTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.TabbedPropertiesTest) 19:46:30.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:30.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:30.564 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/NewXMLSchema.xsd - Eclipse Platform 19:46:30.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:30.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:30.564 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/NewXMLSchema.xsd - Eclipse Platform' 19:46:30.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') 19:46:30.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:30.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:30.565 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:30.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:30.565 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:46:30.565 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:46:30.565 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:46:30.601 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:30.601 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:30.601 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:46:30.601 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:46:30.601 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:30.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:30.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:30.602 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:30.602 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:31.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:31.102 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:31.603 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:31.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:31.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:46:31.604 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:46:31.604 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:46:31.604 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:31.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:31.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 19:46:31.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:31.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:31.605 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:31.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:31.605 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:46:31.605 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 19:46:31.605 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 19:46:31.605 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 19:46:31.605 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test 19:46:31.606 DEBUG [main][TreeItemHandler] Selecting tree item: test 19:46:31.606 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test about selection 19:46:31.612 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test 19:46:31.618 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:46:31.618 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:31.642 DEBUG [main][MenuItemLookup] Found menu:'New' 19:46:31.642 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:46:31.642 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:31.642 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:46:31.642 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:31.642 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:46:31.642 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:46:31.642 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:46:31.642 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 19:46:31.642 DEBUG [main][MenuItemLookup] Found menu:'Move...' 19:46:31.642 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 19:46:31.642 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:31.642 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:46:31.642 DEBUG [main][MenuItemLookup] Found menu:'Export...' 19:46:31.642 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:31.642 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:46:31.642 DEBUG [main][MenuItemLookup] Item match:Refresh F5 19:46:31.642 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 19:46:31.642 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 19:46:31.642 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 19:46:31.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:46:31.642 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 19:46:32.143 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:46:32.143 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:46:32.143 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:46:32.143 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:46:32.143 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:46:32.143 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:46:32.143 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:46:32.143 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:46:32.143 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:46:32.143 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:46:32.143 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:46:32.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:46:32.143 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'test' via Explorer 19:46:32.143 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test 19:46:32.143 DEBUG [main][TreeItemHandler] Selecting tree item: test 19:46:32.143 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test about selection 19:46:32.149 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test 19:46:32.149 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:46:32.149 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:32.167 DEBUG [main][MenuItemLookup] Found menu:'New' 19:46:32.167 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:46:32.167 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:32.167 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:46:32.167 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:32.167 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:46:32.167 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:46:32.167 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:46:32.167 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:46:32.167 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:46:32.167 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:46:32.168 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 19:46:32.196 DEBUG [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.... 19:46:32.751 DEBUG [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 19:46:32.751 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 19:46:32.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:32.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:32.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:32.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:32.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: 32) 19:46:32.753 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:46:32.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:32.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:32.753 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:46:32.753 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:46:32.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:32.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:32.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:32.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:32.754 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:46:32.754 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 19:46:32.754 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 19:46:32.754 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 19:46:32.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:46:32.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:46:32.754 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:46:32.754 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:32.754 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 19:46:32.754 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:46:32.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:32.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:32.754 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:46:32.754 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:46:32.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:32.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:32.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:32.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:32.755 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:46:32.755 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:46:32.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:46:32.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:46:32.755 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:46:32.755 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:32.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 19:46:32.757 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 19:46:33.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 19:46:33.258 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 19:46:33.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:46:33.258 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:46:33.258 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:46:33.258 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 19:46:33.258 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:46:33.258 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:46:33.258 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:46:33.258 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:46:33.258 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:46:33.258 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:46:33.258 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:46:33.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:46:33.258 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.TabbedPropertiesTest 19:46:33.258 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:46:33.258 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:46:33.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:33.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.769 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.299 s getTabTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.TabbedPropertiesTest) Time elapsed: 1.134 s Running org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest 19:46:33.262 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest 19:46:33.263 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:46:33.263 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:46:33.263 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest 19:46:33.263 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:46:33.263 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:46:33.263 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:46:33.263 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:46:33.263 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:46:33.263 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 19:46:33.263 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 19:46:33.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 19:46:33.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:33.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:33.264 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:46:33.264 DEBUG [main][MenuItemLookup] Found menu:'File' 19:46:33.264 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:46:33.264 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:46:33.264 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:46:33.264 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:46:33.264 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:46:33.264 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:46:33.264 DEBUG [main][MenuItemLookup] Item match:Window 19:46:33.264 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:46:33.265 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:46:33.265 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:46:33.265 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:33.265 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:46:33.265 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:46:33.265 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:33.265 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 19:46:33.265 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:33.265 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 19:46:33.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:33.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:33.265 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:46:33.265 DEBUG [main][MenuItemLookup] Found menu:'File' 19:46:33.265 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:46:33.265 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:46:33.265 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:46:33.265 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:46:33.265 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:46:33.265 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:46:33.265 DEBUG [main][MenuItemLookup] Item match:Window 19:46:33.265 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:46:33.265 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:46:33.265 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:46:33.265 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:33.265 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:46:33.265 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:46:33.265 DEBUG [main][MenuItemLookup] Item match:Perspective 19:46:33.265 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 19:46:33.265 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:33.265 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 19:46:33.265 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 19:46:33.265 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 19:46:33.265 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 19:46:33.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 19:46:33.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:33.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:33.266 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:46:33.266 DEBUG [main][MenuItemLookup] Found menu:'File' 19:46:33.266 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:46:33.266 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:46:33.266 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:46:33.266 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:46:33.266 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:46:33.266 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:46:33.266 DEBUG [main][MenuItemLookup] Item match:Window 19:46:33.266 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:46:33.266 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:46:33.266 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:46:33.266 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:33.266 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:46:33.266 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:46:33.266 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:33.266 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 19:46:33.266 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:33.266 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 19:46:33.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:33.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:33.266 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:46:33.266 DEBUG [main][MenuItemLookup] Found menu:'File' 19:46:33.266 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:46:33.266 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:46:33.266 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:46:33.266 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:46:33.266 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:46:33.266 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:46:33.266 DEBUG [main][MenuItemLookup] Item match:Window 19:46:33.266 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:46:33.267 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:46:33.267 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:46:33.267 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:33.267 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:46:33.267 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:46:33.267 DEBUG [main][MenuItemLookup] Item match:Perspective 19:46:33.267 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 19:46:33.267 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:33.267 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 19:46:33.267 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 19:46:33.267 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 19:46:33.267 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 19:46:33.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:33.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:33.267 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:46:33.267 DEBUG [main][MenuItemLookup] Found menu:'File' 19:46:33.267 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:46:33.267 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:46:33.267 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:46:33.267 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:46:33.267 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:46:33.267 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:46:33.267 DEBUG [main][MenuItemLookup] Item match:Window 19:46:33.267 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:46:33.267 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:46:33.267 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:46:33.267 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:33.267 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:46:33.267 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:46:33.267 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:33.267 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 19:46:33.267 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:33.267 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 19:46:33.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:33.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:33.267 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:46:33.267 DEBUG [main][MenuItemLookup] Found menu:'File' 19:46:33.267 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:46:33.267 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:46:33.267 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:46:33.267 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:46:33.267 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:46:33.267 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:46:33.267 DEBUG [main][MenuItemLookup] Item match:Window 19:46:33.268 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:46:33.268 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:46:33.268 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:46:33.268 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:33.268 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:46:33.268 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:46:33.268 DEBUG [main][MenuItemLookup] Item match:Perspective 19:46:33.268 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 19:46:33.268 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:33.268 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 19:46:33.268 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 19:46:33.268 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 19:46:33.268 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 19:46:33.268 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 19:46:33.268 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 19:46:33.268 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 19:46:33.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 19:46:33.289 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 19:46:33.289 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 19:46:33.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:33.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:33.289 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:46:33.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:33.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:33.289 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 19:46:33.289 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:46:33.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:33.289 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:33.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") 19:46:33.289 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:46:33.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:33.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:33.290 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 19:46:33.290 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:46:33.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:33.290 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:33.290 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:33.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:33.290 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:46:33.290 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 19:46:33.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:46:33.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:46:33.290 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:46:33.290 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:33.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:46:33.404 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:33.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:46:33.404 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:33.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 Java Project"] 19:46:33.404 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:33.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:46:33.404 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:33.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:46:33.404 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:33.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:46:33.404 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:33.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 Java Project"] 19:46:33.404 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:33.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:46:33.405 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:33.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:46:33.405 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:33.405 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:46:33.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:33.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:33.405 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:46:33.405 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:46:33.405 DEBUG [main][MenuItemLookup] Found menu:'File' 19:46:33.405 DEBUG [main][MenuItemLookup] Item match:File 19:46:33.406 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:46:33.406 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:46:33.409 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 19:46:33.409 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:46:33.409 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:33.409 DEBUG [main][MenuItemLookup] Found menu:'Package' 19:46:33.409 DEBUG [main][MenuItemLookup] Found menu:'Class' 19:46:33.409 DEBUG [main][MenuItemLookup] Found menu:'Interface' 19:46:33.409 DEBUG [main][MenuItemLookup] Found menu:'Enum' 19:46:33.409 DEBUG [main][MenuItemLookup] Found menu:'Record' 19:46:33.409 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 19:46:33.409 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 19:46:33.409 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 19:46:33.409 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:46:33.409 DEBUG [main][MenuItemLookup] Found menu:'File' 19:46:33.409 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:46:33.409 DEBUG [main][MenuItemLookup] Found menu:'Task' 19:46:33.409 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 19:46:33.409 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:33.409 DEBUG [main][MenuItemLookup] Found menu:'Example...' 19:46:33.409 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:33.409 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:46:33.409 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:46:33.409 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:46:33.409 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:46:33.409 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:46:33.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 19:46:33.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 'New|Select a wizard'] is available. finished successfully 19:46:33.467 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:46:33.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:33.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:33.468 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:46:33.468 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:33.468 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 19:46:33.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:33.468 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:33.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:33.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:33.468 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:46:33.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:46:33.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:46:33.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 19:46:33.469 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:46:33.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:46:33.469 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:46:33.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:46:33.469 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:46:33.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 19:46:33.470 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:46:33.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:46:33.470 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:46:33.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:46:33.470 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:46:33.470 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 19:46:33.470 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 19:46:33.470 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 19:46:33.472 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 19:46:33.472 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:46:33.472 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:46:33.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) 19:46:33.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:33.473 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:33.473 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:33.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:33.473 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:46:33.473 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:46:33.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:46:33.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:46:33.473 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:46:33.473 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:33.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:46:33.585 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:33.585 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:33.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 19:46:33.585 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 19:46:33.585 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 19:46:33.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:33.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:33.586 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 19:46:33.586 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:33.586 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProjectItemTestProject' 19:46:33.586 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:") 19:46:33.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:33.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:33.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:33.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:33.587 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:46:33.587 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:46:33.588 INFO [WorkbenchTestable][AbstractText] Text set to: ProjectItemTestProject 19:46:33.609 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 19:46:33.610 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 19:46:33.610 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) 19:46:33.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:33.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:33.611 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:33.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:33.611 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:46:33.611 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:46:33.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:46:33.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:46:33.611 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:46:33.611 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:33.614 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.... 19:46:34.115 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 19:46:34.115 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 19:46:34.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:34.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:34.118 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 19:46:34.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 "Don't Create") 19:46:34.118 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:46:34.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:34.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:34.118 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 19:46:34.118 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:46:34.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:34.118 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:34.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:34.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:34.119 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:46:34.120 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 19:46:34.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:46:34.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:46:34.120 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:46:34.120 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:34.180 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.... 19:46:34.180 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 19:46:34.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:46:34.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:46:34.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:46:34.180 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 1 files to index (/ProjectItemTestProject)' is a system job, skipped 19:46:34.180 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:46:34.180 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 19:46:34.180 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:46:34.180 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:46:34.180 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:46:34.180 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:46:34.180 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:46:34.180 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:46:34.180 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:46:34.180 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:46:34.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:46:34.180 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:46:34.180 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:34.180 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:46:34.180 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:34.180 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 19:46:34.180 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:34.180 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:46:34.180 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:34.180 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:46:34.181 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:34.181 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:46:34.181 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:34.181 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 19:46:34.181 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:34.181 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:46:34.181 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:34.181 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:46:34.181 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:34.181 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:46:34.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:34.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:34.181 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:46:34.181 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:46:34.181 DEBUG [main][MenuItemLookup] Found menu:'File' 19:46:34.181 DEBUG [main][MenuItemLookup] Item match:File 19:46:34.182 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:46:34.182 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:46:34.184 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 19:46:34.184 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:46:34.184 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:34.184 DEBUG [main][MenuItemLookup] Found menu:'Package' 19:46:34.184 DEBUG [main][MenuItemLookup] Found menu:'Class' 19:46:34.184 DEBUG [main][MenuItemLookup] Found menu:'Interface' 19:46:34.184 DEBUG [main][MenuItemLookup] Found menu:'Enum' 19:46:34.184 DEBUG [main][MenuItemLookup] Found menu:'Record' 19:46:34.184 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 19:46:34.184 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 19:46:34.184 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 19:46:34.184 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:46:34.184 DEBUG [main][MenuItemLookup] Found menu:'File' 19:46:34.184 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:46:34.184 DEBUG [main][MenuItemLookup] Found menu:'Task' 19:46:34.184 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 19:46:34.184 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:34.184 DEBUG [main][MenuItemLookup] Found menu:'Example...' 19:46:34.184 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:34.184 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:46:34.184 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:46:34.184 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:46:34.184 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:46:34.184 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:46:34.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 19:46:34.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 'New|Select a wizard'] is available. finished successfully 19:46:34.246 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:46:34.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:34.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:34.247 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:46:34.247 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:34.247 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 19:46:34.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:34.247 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:34.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:34.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:34.247 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:46:34.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:46:34.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:46:34.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 19:46:34.248 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:46:34.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:46:34.249 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:46:34.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:46:34.249 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:46:34.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 19:46:34.249 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:46:34.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:46:34.249 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:46:34.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:46:34.249 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:46:34.249 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 19:46:34.249 DEBUG [main][TreeItemHandler] Selecting tree item: Class 19:46:34.249 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 19:46:34.252 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 19:46:34.252 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:46:34.252 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:46:34.252 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) 19:46:34.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:34.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:34.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:34.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:34.253 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:46:34.253 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:46:34.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:46:34.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:46:34.253 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:46:34.253 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:34.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:46:34.321 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:34.322 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:34.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 19:46:34.322 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 19:46:34.322 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 19:46:34.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:34.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:34.323 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 19:46:34.323 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:34.324 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:") 19:46:34.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:34.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:34.329 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:34.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:34.329 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:46:34.329 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:46:34.330 INFO [WorkbenchTestable][AbstractText] Text set to: TestClass 19:46:34.344 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 19:46:34.344 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 19:46:34.344 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) 19:46:34.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:34.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:34.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:34.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:34.345 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:46:34.346 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:46:34.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:46:34.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:46:34.346 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:46:34.346 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:34.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:46:34.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:46:34.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:46:34.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:46:34.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:46:34.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 19:46:34.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 19:46:34.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:46:34.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:46:34.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:46:34.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:46:34.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:46:34.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:46:34.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:46:34.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:46:34.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:46:34.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:46:34.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:46:34.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:46:34.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:46:34.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:46:34.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 19:46:34.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 19:46:34.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:46:34.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:46:34.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:46:34.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:46:34.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:46:34.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:46:34.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:46:34.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:46:34.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:46:34.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:46:34.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:46:34.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:46:34.860 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:34.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:46:34.861 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:34.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 Java Class"] 19:46:34.861 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:34.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:46:34.861 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:34.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:46:34.861 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:34.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:46:34.861 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:34.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 Java Class"] 19:46:34.861 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:34.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:46:34.861 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:34.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:46:34.862 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:34.862 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 19:46:34.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:34.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:34.862 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 19:46:34.862 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 19:46:34.862 DEBUG [main][MenuItemLookup] Found menu:'File' 19:46:34.862 DEBUG [main][MenuItemLookup] Item match:File 19:46:34.863 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:46:34.863 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:46:34.865 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 19:46:34.865 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:46:34.865 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:34.865 DEBUG [main][MenuItemLookup] Found menu:'Package' 19:46:34.865 DEBUG [main][MenuItemLookup] Found menu:'Class' 19:46:34.865 DEBUG [main][MenuItemLookup] Found menu:'Interface' 19:46:34.865 DEBUG [main][MenuItemLookup] Found menu:'Enum' 19:46:34.865 DEBUG [main][MenuItemLookup] Found menu:'Record' 19:46:34.865 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 19:46:34.865 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 19:46:34.865 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 19:46:34.865 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:46:34.865 DEBUG [main][MenuItemLookup] Found menu:'File' 19:46:34.865 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:46:34.865 DEBUG [main][MenuItemLookup] Found menu:'Task' 19:46:34.865 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 19:46:34.865 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:34.865 DEBUG [main][MenuItemLookup] Found menu:'Example...' 19:46:34.865 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:34.865 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:46:34.865 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:46:34.876 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:46:34.876 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:46:34.876 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:46:34.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 19:46:34.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 19:46:34.933 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:46:34.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:34.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:34.934 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:46:34.934 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:34.935 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 19:46:34.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:34.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:34.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:34.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:34.935 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:46:34.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:46:34.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:46:34.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 19:46:34.936 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:46:34.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:46:34.936 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:46:34.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:46:34.936 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:46:34.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 19:46:34.936 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:46:34.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:46:34.936 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:46:34.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:46:34.936 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:46:34.936 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 19:46:34.936 DEBUG [main][TreeItemHandler] Selecting tree item: Class 19:46:34.937 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 19:46:34.937 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 19:46:34.937 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:46:34.937 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:46:34.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) 19:46:34.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:34.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:34.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:34.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:34.937 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:46:34.937 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:46:34.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:46:34.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:46:34.938 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:46:34.938 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:35.019 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:46:35.019 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:35.019 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:35.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 19:46:35.020 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 19:46:35.020 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 19:46:35.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:35.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:35.020 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 19:46:35.020 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:35.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.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 19:46:35.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:35.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:35.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:35.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:35.026 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:46:35.026 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:46:35.027 INFO [WorkbenchTestable][AbstractText] Text set to: TestClass1 19:46:35.041 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 19:46:35.041 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 19:46:35.041 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) 19:46:35.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:35.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:35.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:35.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:35.042 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:46:35.043 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:46:35.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:46:35.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:46:35.043 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:46:35.043 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:35.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:46:35.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:46:35.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:46:35.546 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:46:35.546 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:46:35.546 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:46:35.546 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 19:46:35.546 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:46:35.546 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:46:35.546 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:46:35.546 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:46:35.546 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:46:35.546 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:46:35.546 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:46:35.546 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:46:35.546 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:46:35.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:46:35.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:46:35.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:46:35.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:46:35.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:46:35.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 19:46:35.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:46:35.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:46:35.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:46:35.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:46:35.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:46:35.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:46:35.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:46:35.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:46:35.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:46:35.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:46:35.547 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:46:35.547 INFO [WorkbenchTestable][RequirementsRunner] Started test: open no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest) 19:46:35.547 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest 19:46:35.547 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:46:35.547 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:46:35.547 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:46:35.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:35.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:35.551 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QNavigator (Deprecated)\E'' view via menu. 19:46:35.551 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass1.java - Eclipse Platform 19:46:35.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:35.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:35.551 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass1.java - Eclipse Platform' 19:46:35.551 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass1.java - Eclipse Platform' 19:46:35.551 DEBUG [main][MenuItemLookup] Found menu:'File' 19:46:35.551 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:46:35.551 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:46:35.551 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 19:46:35.551 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:46:35.551 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:46:35.551 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:46:35.551 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:46:35.551 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:46:35.551 DEBUG [main][MenuItemLookup] Item match:Window 19:46:35.553 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:46:35.553 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:46:35.553 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:46:35.553 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:35.553 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:46:35.553 DEBUG [main][MenuItemLookup] Item match:Show View 19:46:35.556 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 19:46:35.556 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 19:46:35.556 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 19:46:35.556 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 19:46:35.556 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 19:46:35.556 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 19:46:35.556 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 19:46:35.556 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 19:46:35.556 DEBUG [main][MenuItemLookup] Found menu:'Progress' 19:46:35.556 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 19:46:35.556 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 19:46:35.556 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 19:46:35.556 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 19:46:35.556 DEBUG [main][MenuItemLookup] Found menu:'Templates' 19:46:35.556 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 19:46:35.556 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:35.556 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 19:46:35.556 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 19:46:35.568 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 19:46:35.568 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 19:46:35.573 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 19:46:35.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 19:46:35.620 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 19:46:35.620 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 19:46:35.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:35.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:35.621 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 19:46:35.621 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:46:35.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:35.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:35.621 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:46:35.621 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:46:35.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:35.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:35.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:35.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:35.621 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:46:35.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:46:35.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:46:35.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:46:35.622 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:46:35.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:46:35.622 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:46:35.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:46:35.622 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:46:35.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:46:35.622 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:46:35.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:46:35.622 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:46:35.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:46:35.622 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:46:35.623 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Navigator (Deprecated) 19:46:35.623 DEBUG [main][TreeItemHandler] Selecting tree item: Navigator (Deprecated) 19:46:35.623 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Navigator (Deprecated) about selection 19:46:35.623 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Navigator (Deprecated) 19:46:35.623 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:46:35.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:35.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:35.623 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:46:35.623 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:46:35.623 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:35.623 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46: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: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 19:46:35.623 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:46:35.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:35.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:35.623 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:46:35.623 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:46:35.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:35.623 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:35.623 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:35.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:35.623 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:46:35.627 INFO [WorkbenchTestable][AbstractButton] Click button &Open 19:46:35.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:46:35.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:46:35.627 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:46:35.627 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:35.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:46:35.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:46:35.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.navigator.ResourceNavigator' view is open... 19:46:35.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:35.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:35.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.navigator.ResourceNavigator' view is open finished successfully 19:46:35.690 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:35.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:35.692 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass1.java - Eclipse Platform 19:46:35.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:35.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:35.693 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass1.java - Eclipse Platform' 19:46:35.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 '\*?\QNavigator (Deprecated)\E') 19:46:35.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:35.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:35.696 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:35.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:35.696 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:46:35.696 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 19:46:35.696 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 19:46:35.696 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:35.696 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProjectItemTestProject/src/TestClass1.java - Eclipse Platform TooltipText=null 19:46:35.696 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:46:35.696 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:46:35.708 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 19:46:35.708 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 19:46:35.708 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:35.709 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:35.709 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 19:46:35.709 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 19:46:35.709 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:35.709 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:35.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:35.709 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:35.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:36.210 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:36.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:36.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:36.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:36.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:46:36.712 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 19:46:36.712 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 19:46:36.713 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:36.713 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:36.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 19:46:36.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:36.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:36.713 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:36.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:36.713 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:46:36.713 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 19:46:36.713 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 19:46:36.713 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 19:46:36.713 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 19:46:36.714 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 19:46:36.714 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 19:46:36.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:46:37.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:46:37.215 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 19:46:37.216 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 19:46:37.216 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 19:46:37.217 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:37.217 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:37.217 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 19:46:37.217 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 19:46:37.217 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:37.217 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:37.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:37.217 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:37.217 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:37.718 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:37.718 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:38.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:38.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:38.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:46:38.219 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 19:46:38.220 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 19:46:38.220 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:38.220 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:38.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 19:46:38.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:38.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:38.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:38.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:38.221 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:46:38.221 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 19:46:38.221 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 19:46:38.221 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 19:46:38.221 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 19:46:38.221 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 19:46:38.221 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 19:46:38.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:46:38.221 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 19:46:38.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:46:38.221 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 19:46:38.222 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 19:46:38.222 DEBUG [main][TreeItemHandler] Selecting tree item: src 19:46:38.222 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 19:46:38.224 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 19:46:38.224 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:46:38.224 DEBUG [main][EditorHandler] 2 editor(s) found 19:46:38.224 DEBUG [WorkbenchTestable][EditorHandler] Closing editor TestClass.java 19:46:38.247 DEBUG [WorkbenchTestable][EditorHandler] Editor TestClass.java is closed 19:46:38.248 DEBUG [WorkbenchTestable][EditorHandler] Closing editor TestClass1.java 19:46:38.292 DEBUG [WorkbenchTestable][EditorHandler] Editor TestClass1.java is closed 19:46:38.292 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 19:46:38.292 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 19:46:38.293 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:38.293 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:38.293 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 19:46:38.293 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 19:46:38.293 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:38.293 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:38.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:38.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:38.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:38.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:38.794 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:39.294 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:39.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:39.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:46:39.295 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 19:46:39.295 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 19:46:39.295 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:39.296 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:39.296 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:46:39.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:39.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:39.296 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:39.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:39.296 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:46:39.296 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 19:46:39.296 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 19:46:39.296 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 19:46:39.296 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 19:46:39.296 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 19:46:39.296 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 19:46:39.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:46:39.296 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 19:46:39.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:46:39.296 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 19:46:39.296 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item src 19:46:39.297 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:46:39.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:46:39.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:46:39.797 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:46:39.798 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 19:46:39.798 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 19:46:39.798 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 19:46:39.800 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 19:46:39.800 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item TestClass.java 19:46:39.800 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 19:46:39.800 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 19:46:39.800 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 19:46:39.801 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 19:46:39.801 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:46:39.801 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:46:39.890 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:46:39.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:46:39.890 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:46:39.890 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:46:39.890 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:46:39.890 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:46:39.890 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:46:39.890 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:46:39.890 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:46:39.890 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:46:39.890 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:46:39.890 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:46:39.890 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:46:39.890 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:46:39.890 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:46:39.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:46:39.899 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') 19:46:39.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:39.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:39.900 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:39.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:39.900 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:46:39.900 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:39.901 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class TestClass { } TooltipText=null 19:46:39.901 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 19:46:39.901 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 19:46:39.910 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:39.910 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:39.910 INFO [WorkbenchTestable][AbstractView] Close view 'Navigator (Deprecated)' 19:46:39.911 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Navigator (Deprecated) 19:46:39.911 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 19:46:39.911 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 19:46:39.938 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest 19:46:39.938 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:46:39.938 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:46:39.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:39.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:39.956 INFO [WorkbenchTestable][RequirementsRunner] Finished test: open no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest) 19:46:39.956 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:46:39.956 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectCollapsedResourceNavigatorItem no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest) 19:46:39.956 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest 19:46:39.956 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:46:39.956 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:46:39.956 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:46:39.956 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:39.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:39.961 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QNavigator (Deprecated)\E'' view via menu. 19:46:39.961 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 19:46:39.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:39.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:39.961 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 19:46:39.961 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 19:46:39.961 DEBUG [main][MenuItemLookup] Found menu:'File' 19:46:39.962 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:46:39.962 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:46:39.962 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 19:46:39.962 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:46:39.962 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:46:39.962 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:46:39.962 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:46:39.962 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:46:39.962 DEBUG [main][MenuItemLookup] Item match:Window 19:46:39.962 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:46:39.962 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:46:39.962 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:46:39.962 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:39.962 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:46:39.962 DEBUG [main][MenuItemLookup] Item match:Show View 19:46:39.965 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 19:46:39.965 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 19:46:39.965 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 19:46:39.965 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 19:46:39.965 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 19:46:39.965 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 19:46:39.965 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 19:46:39.965 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 19:46:39.965 DEBUG [main][MenuItemLookup] Found menu:'Progress' 19:46:39.965 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 19:46:39.965 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 19:46:39.965 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 19:46:39.965 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 19:46:39.965 DEBUG [main][MenuItemLookup] Found menu:'Templates' 19:46:39.965 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 19:46:39.965 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:39.965 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 19:46:39.965 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 19:46:39.983 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 19:46:39.983 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 19:46:39.983 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 19:46:40.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 19:46:40.047 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 19:46:40.047 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 19:46:40.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:40.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:40.048 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 19:46:40.048 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:46:40.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:40.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:40.048 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:46:40.048 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:46:40.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:40.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:40.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:40.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:40.048 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:46:40.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:46:40.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:46:40.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:46:40.049 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:46:40.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:46:40.049 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:46:40.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:46:40.049 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:46:40.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:46:40.050 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:46:40.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:46:40.050 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:46:40.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:46:40.050 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:46:40.050 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Navigator (Deprecated) 19:46:40.050 DEBUG [main][TreeItemHandler] Selecting tree item: Navigator (Deprecated) 19:46:40.050 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Navigator (Deprecated) about selection 19:46:40.050 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Navigator (Deprecated) 19:46:40.050 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:46:40.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:40.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:40.050 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:46:40.050 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:46:40.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:40.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:40.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: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 19:46:40.051 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:46:40.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:40.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:40.051 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:46:40.051 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:46:40.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:40.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:40.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:40.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:40.051 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:46:40.051 INFO [WorkbenchTestable][AbstractButton] Click button &Open 19:46:40.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:46:40.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:46:40.051 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:46:40.051 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:40.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:46:40.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:46:40.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.navigator.ResourceNavigator' view is open... 19:46:40.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:40.184 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:40.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.navigator.ResourceNavigator' view is open finished successfully 19:46:40.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:40.186 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:40.186 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 19:46:40.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:40.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:40.187 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 19:46:40.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 '\*?\QNavigator (Deprecated)\E') 19:46:40.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:40.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:40.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:40.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:40.190 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:46:40.190 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 19:46:40.190 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 19:46:40.190 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:40.190 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform TooltipText=null 19:46:40.191 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:46:40.191 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:46:40.191 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 19:46:40.192 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 19:46:40.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:40.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:40.192 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 19:46:40.192 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 19:46:40.193 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:40.193 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:40.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:40.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:40.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:40.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:40.694 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:41.194 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:41.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:41.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:46:41.195 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 19:46:41.195 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 19:46:41.196 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:41.196 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:41.196 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:46:41.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:41.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:41.197 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:41.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:41.197 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:46:41.197 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 19:46:41.197 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 19:46:41.197 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 19:46:41.197 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 19:46:41.197 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 19:46:41.197 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 19:46:41.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:46:41.197 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 19:46:41.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:46:41.197 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 19:46:41.198 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 19:46:41.198 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 19:46:41.198 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:41.198 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:41.198 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 19:46:41.198 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 19:46:41.198 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:41.198 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:41.199 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 19:46:41.199 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 19:46:41.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:41.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:41.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:41.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:41.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:41.699 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:41.700 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:42.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:42.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:42.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:46:42.201 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 19:46:42.201 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 19:46:42.202 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:42.202 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:42.202 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:46:42.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:42.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:42.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:42.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:42.202 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:46:42.203 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 19:46:42.203 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 19:46:42.203 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 19:46:42.203 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 19:46:42.203 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 19:46:42.203 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 19:46:42.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:46:42.203 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 19:46:42.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:46:42.203 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 19:46:42.203 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 19:46:42.203 DEBUG [main][TreeItemHandler] Selecting tree item: src 19:46:42.204 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 19:46:42.205 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 19:46:42.205 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:46:42.205 DEBUG [main][EditorHandler] 1 editor(s) found 19:46:42.205 DEBUG [WorkbenchTestable][EditorHandler] Closing editor TestClass.java 19:46:42.249 DEBUG [WorkbenchTestable][EditorHandler] Editor TestClass.java is closed 19:46:42.249 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 19:46:42.249 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 19:46:42.250 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:42.250 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:42.250 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 19:46:42.250 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 19:46:42.250 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 19:46:42.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:46:42.251 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 19:46:42.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:46:42.251 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 19:46:42.251 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item src 19:46:42.251 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:46:42.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:46:42.251 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:46:42.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:46:42.251 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:46:42.251 INFO [WorkbenchTestable][AbstractTreeItem] Collapse tree item ProjectItemTestProject 19:46:42.251 DEBUG [WorkbenchTestable][TreeItemHandler] Collapse Tree Item ProjectItemTestProject 19:46:42.252 DEBUG [main][TreeItemHandler] Setting tree item ProjectItemTestProject collapsed 19:46:42.252 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about collapse event 19:46:42.253 INFO [WorkbenchTestable][TreeItemHandler] Collapsed: ProjectItemTestProject 19:46:42.253 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectItemTestProject 19:46:42.253 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectItemTestProject 19:46:42.255 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectItemTestProject about selection 19:46:42.256 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectItemTestProject 19:46:42.256 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 19:46:42.256 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 19:46:42.257 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 19:46:42.258 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 19:46:42.258 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 19:46:42.258 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 19:46:42.259 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:42.259 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:42.259 INFO [WorkbenchTestable][AbstractView] Close view 'Navigator (Deprecated)' 19:46:42.259 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Navigator (Deprecated) 19:46:42.259 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 19:46:42.259 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 19:46:42.274 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest 19:46:42.274 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:46:42.274 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:46:42.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:42.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:42.287 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectCollapsedResourceNavigatorItem no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest) 19:46:42.287 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:46:42.287 INFO [WorkbenchTestable][RequirementsRunner] Started test: select no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest) 19:46:42.287 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest 19:46:42.287 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:46:42.287 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:46:42.287 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:46:42.287 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:42.290 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:42.290 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QNavigator (Deprecated)\E'' view via menu. 19:46:42.290 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:46:42.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:42.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:42.291 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:46:42.291 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:46:42.291 DEBUG [main][MenuItemLookup] Found menu:'File' 19:46:42.291 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:46:42.291 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:46:42.291 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:46:42.291 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:46:42.291 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:46:42.291 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:46:42.291 DEBUG [main][MenuItemLookup] Item match:Window 19:46:42.292 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:46:42.292 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:46:42.292 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:46:42.292 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:42.292 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:46:42.292 DEBUG [main][MenuItemLookup] Item match:Show View 19:46:42.295 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 19:46:42.296 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 19:46:42.296 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 19:46:42.296 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 19:46:42.296 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 19:46:42.296 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 19:46:42.296 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 19:46:42.296 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 19:46:42.296 DEBUG [main][MenuItemLookup] Found menu:'Progress' 19:46:42.296 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 19:46:42.296 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 19:46:42.296 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 19:46:42.296 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 19:46:42.296 DEBUG [main][MenuItemLookup] Found menu:'Templates' 19:46:42.296 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 19:46:42.296 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:42.296 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 19:46:42.296 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 19:46:42.296 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 19:46:42.296 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 19:46:42.296 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 19:46:42.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 19:46:42.346 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 19:46:42.346 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 19:46:42.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:42.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:42.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 19:46:42.347 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:46:42.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:42.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:42.347 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:46:42.347 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:46:42.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:42.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:42.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:42.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:42.349 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:46:42.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:46:42.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:46:42.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:46:42.350 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:46:42.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:46:42.350 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:46:42.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:46:42.350 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:46:42.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:46:42.350 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:46:42.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:46:42.350 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:46:42.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:46:42.350 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:46:42.350 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Navigator (Deprecated) 19:46:42.350 DEBUG [main][TreeItemHandler] Selecting tree item: Navigator (Deprecated) 19:46:42.351 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Navigator (Deprecated) about selection 19:46:42.351 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Navigator (Deprecated) 19:46:42.351 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:46:42.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:42.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:42.351 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:46:42.351 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:46:42.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:42.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:42.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 "Open") 19:46:42.351 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:46:42.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:42.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:42.351 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:46:42.351 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:46:42.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:42.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:42.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:42.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:42.351 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:46:42.352 INFO [WorkbenchTestable][AbstractButton] Click button &Open 19:46:42.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:46:42.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:46:42.352 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:46:42.352 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:42.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:46:42.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:46:42.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.navigator.ResourceNavigator' view is open... 19:46:42.410 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:42.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:42.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.navigator.ResourceNavigator' view is open finished successfully 19:46:42.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:42.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:42.414 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:46:42.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:42.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:42.414 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:46:42.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 '\*?\QNavigator (Deprecated)\E') 19:46:42.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:42.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:42.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:42.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:42.416 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:46:42.416 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 19:46:42.416 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 19:46:42.417 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:42.417 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:46:42.417 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:46:42.417 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:46:42.418 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 19:46:42.418 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 19:46:42.418 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:42.418 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:42.418 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 19:46:42.418 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 19:46:42.418 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:42.419 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:42.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:42.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:42.419 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:42.919 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:42.920 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:43.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:43.420 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:43.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:46:43.421 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 19:46:43.421 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 19:46:43.421 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:43.421 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:43.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 19:46:43.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:43.421 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:43.422 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:43.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:43.422 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:46:43.422 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 19:46:43.422 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 19:46:43.422 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 19:46:43.422 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 19:46:43.422 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 19:46:43.422 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 19:46:43.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:46:43.422 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 19:46:43.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:46:43.423 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 19:46:43.423 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 19:46:43.423 DEBUG [main][TreeItemHandler] Selecting tree item: src 19:46:43.423 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 19:46:43.424 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 19:46:43.424 INFO [WorkbenchTestable][AbstractTreeItem] Collapse tree item src 19:46:43.424 DEBUG [WorkbenchTestable][TreeItemHandler] Collapse Tree Item src 19:46:43.424 DEBUG [main][TreeItemHandler] Setting tree item src collapsed 19:46:43.424 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about collapse event 19:46:43.425 INFO [WorkbenchTestable][TreeItemHandler] Collapsed: src 19:46:43.425 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 19:46:43.425 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 19:46:43.425 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:43.425 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:43.425 INFO [WorkbenchTestable][AbstractView] Close view 'Navigator (Deprecated)' 19:46:43.425 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Navigator (Deprecated) 19:46:43.426 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 19:46:43.426 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 19:46:43.440 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest 19:46:43.440 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:46:43.440 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:46:43.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:43.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:43.452 INFO [WorkbenchTestable][RequirementsRunner] Finished test: select no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest) 19:46:43.452 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:46:43.452 INFO [WorkbenchTestable][RequirementsRunner] Started test: asyncDelete no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest) 19:46:43.452 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest 19:46:43.452 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:46:43.452 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:46:43.452 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:46:43.452 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:43.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:43.455 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QNavigator (Deprecated)\E'' view via menu. 19:46:43.455 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:46:43.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:43.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:43.455 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:46:43.455 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:46:43.456 DEBUG [main][MenuItemLookup] Found menu:'File' 19:46:43.456 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:46:43.456 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:46:43.456 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:46:43.456 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:46:43.456 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:46:43.456 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:46:43.456 DEBUG [main][MenuItemLookup] Item match:Window 19:46:43.456 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:46:43.456 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:46:43.456 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:46:43.456 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:43.456 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:46:43.456 DEBUG [main][MenuItemLookup] Item match:Show View 19:46:43.459 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 19:46:43.459 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 19:46:43.459 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 19:46:43.459 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 19:46:43.459 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 19:46:43.459 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 19:46:43.459 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 19:46:43.459 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 19:46:43.459 DEBUG [main][MenuItemLookup] Found menu:'Progress' 19:46:43.459 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 19:46:43.459 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 19:46:43.459 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 19:46:43.459 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 19:46:43.459 DEBUG [main][MenuItemLookup] Found menu:'Templates' 19:46:43.459 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 19:46:43.459 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:43.459 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 19:46:43.459 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 19:46:43.460 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 19:46:43.460 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 19:46:43.460 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 19:46:43.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 19:46:43.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 19:46:43.508 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 19:46:43.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:43.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:43.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 19:46:43.508 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:46:43.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:43.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:43.509 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:46:43.509 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:46:43.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:43.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:43.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:43.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:43.509 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:46:43.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:46:43.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:46:43.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:46:43.510 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:46:43.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:46:43.510 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:46:43.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:46:43.510 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:46:43.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:46:43.510 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:46:43.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:46:43.511 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:46:43.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:46:43.511 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:46:43.514 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Navigator (Deprecated) 19:46:43.514 DEBUG [main][TreeItemHandler] Selecting tree item: Navigator (Deprecated) 19:46:43.514 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Navigator (Deprecated) about selection 19:46:43.515 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Navigator (Deprecated) 19:46:43.515 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:46:43.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:43.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:43.515 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:46:43.515 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:46:43.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:43.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:43.515 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:46:43.515 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:46:43.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:43.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:43.515 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:46:43.515 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:46:43.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:43.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:43.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:43.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:43.516 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:46:43.516 INFO [WorkbenchTestable][AbstractButton] Click button &Open 19:46:43.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:46:43.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:46:43.516 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:46:43.516 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:43.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:46:43.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:46:43.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.navigator.ResourceNavigator' view is open... 19:46:43.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:43.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:43.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.navigator.ResourceNavigator' view is open finished successfully 19:46:43.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:43.592 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:43.592 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:46:43.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:43.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:43.592 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:46:43.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 '\*?\QNavigator (Deprecated)\E') 19:46:43.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:43.602 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:43.605 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:43.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:43.605 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:46:43.605 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 19:46:43.605 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 19:46:43.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:43.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:46:43.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:46:43.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:46:43.606 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 19:46:43.606 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 19:46:43.607 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:43.607 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:43.607 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 19:46:43.607 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 19:46:43.608 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:43.608 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:43.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:43.608 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:43.608 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:44.108 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:44.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:44.609 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:44.610 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:44.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:46:44.610 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 19:46:44.610 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 19:46:44.610 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:44.610 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:44.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 19:46:44.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:44.611 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:44.611 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:44.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:44.611 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:46:44.611 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 19:46:44.611 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 19:46:44.611 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 19:46:44.611 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 19:46:44.612 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 19:46:44.612 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 19:46:44.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:46:44.612 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 19:46:44.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:46:44.612 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 19:46:44.612 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 19:46:44.612 DEBUG [main][TreeItemHandler] Selecting tree item: src 19:46:44.612 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 19:46:44.613 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 19:46:44.613 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:46:44.614 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:44.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:46:44.614 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:44.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: "Create New File"] 19:46:44.614 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:44.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:46:44.614 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:44.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:46:44.614 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:44.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:46:44.614 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:44.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: "Create New File"] 19:46:44.614 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:44.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:46:44.614 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:44.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:46:44.614 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:44.615 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:46:44.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:44.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:44.615 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:46:44.615 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:46:44.615 DEBUG [main][MenuItemLookup] Found menu:'File' 19:46:44.615 DEBUG [main][MenuItemLookup] Item match:File 19:46:44.616 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:46:44.616 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:46:44.618 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 19:46:44.618 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:46:44.618 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:44.618 DEBUG [main][MenuItemLookup] Found menu:'Package' 19:46:44.618 DEBUG [main][MenuItemLookup] Found menu:'Class' 19:46:44.618 DEBUG [main][MenuItemLookup] Found menu:'Interface' 19:46:44.618 DEBUG [main][MenuItemLookup] Found menu:'Enum' 19:46:44.618 DEBUG [main][MenuItemLookup] Found menu:'Record' 19:46:44.618 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 19:46:44.618 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 19:46:44.618 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 19:46:44.618 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:46:44.618 DEBUG [main][MenuItemLookup] Found menu:'File' 19:46:44.618 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:46:44.618 DEBUG [main][MenuItemLookup] Found menu:'Task' 19:46:44.618 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 19:46:44.618 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:44.618 DEBUG [main][MenuItemLookup] Found menu:'Example...' 19:46:44.618 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:44.618 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:46:44.618 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:46:44.618 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:46:44.618 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:46:44.618 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:46: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 'New|Select a wizard'] is available.... 19:46:44.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 'New|Select a wizard'] is available. finished successfully 19:46:44.670 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:46:44.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:44.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:44.675 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:46:44.675 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:44.675 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 19:46:44.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:44.675 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:44.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:44.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:44.675 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:46:44.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:46:44.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:46:44.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:46:44.676 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:46:44.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:46:44.677 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:46:44.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:46:44.677 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:46:44.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:46:44.677 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:46:44.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:46:44.677 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:46:44.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:46:44.677 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:46:44.677 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 19:46:44.677 DEBUG [main][TreeItemHandler] Selecting tree item: File 19:46:44.677 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 19:46:44.679 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 19:46:44.680 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:46:44.680 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:46:44.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) 19:46:44.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:44.680 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:44.680 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:44.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:44.680 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:46:44.680 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:46:44.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:46:44.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:46:44.681 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:46:44.681 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:44.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:46:44.704 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:44.704 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:44.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 19:46:44.704 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 19:46:44.704 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 19:46:44.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:44.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:44.705 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 19:46:44.705 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46: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.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "File name:") 19:46:44.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:44.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:44.707 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:44.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:44.707 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:46:44.707 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:46:44.708 INFO [WorkbenchTestable][AbstractText] Text set to: text.txt 19:46:44.708 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:") 19:46:44.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:44.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:44.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:44.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:44.709 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:46:44.709 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:46:44.709 INFO [WorkbenchTestable][AbstractText] Text set to: ProjectItemTestProject/src/files/ 19:46:44.709 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 19:46:44.709 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 19:46:44.710 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) 19:46:44.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:44.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:44.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:44.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:44.710 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:46:44.711 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:46:44.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:46:44.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:46:44.711 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:46:44.711 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:44.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:46:45.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:46:45.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:46:45.214 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:46:45.214 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:46:45.214 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:46:45.214 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:46:45.215 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:46:45.215 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:46:45.215 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:46:45.215 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:46:45.215 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:46:45.215 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:46:45.215 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:46:45.215 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:46:45.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:46:45.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@39344ea1 is found... 19:46:45.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@39344ea1 is found finished successfully 19:46:45.215 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') 19:46:45.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:45.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:45.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:45.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:45.216 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:46:45.217 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:45.217 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 19:46:45.217 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:45.217 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 19:46:45.217 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 19:46:45.217 DEBUG [WorkbenchTestable][EditorHandler] Closing editor text.txt 19:46:45.258 DEBUG [WorkbenchTestable][EditorHandler] Editor text.txt is closed 19:46:45.258 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 19:46:45.258 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 19:46:45.259 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:45.259 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:45.259 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 19:46:45.259 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 19:46:45.259 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:45.259 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:45.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:45.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:45.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:45.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:45.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:46.261 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:46.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:46.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:46:46.262 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 19:46:46.262 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 19:46:46.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:46.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:46.262 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:46:46.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:46.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:46.263 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:46.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:46.263 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:46:46.263 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 19:46:46.263 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 19:46:46.263 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 19:46:46.263 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 19:46:46.264 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 19:46:46.264 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 19:46:46.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:46:46.264 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 19:46:46.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:46:46.264 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 19:46:46.264 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item files of tree item src 19:46:46.264 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:46:46.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:46:46.264 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:46:46.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:46:46.264 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:46:46.264 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item files 19:46:46.264 DEBUG [main][TreeItemHandler] Selecting tree item: files 19:46:46.264 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item files about selection 19:46:46.266 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: files 19:46:46.266 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:46:46.266 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:46.280 DEBUG [main][MenuItemLookup] Found menu:'New' 19:46:46.280 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:46:46.280 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:46:46.280 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:46.280 DEBUG [main][MenuItemLookup] Found menu:'Copy' 19:46:46.280 DEBUG [main][MenuItemLookup] Found menu:'Paste' 19:46:46.280 DEBUG [main][MenuItemLookup] Found menu:'Delete' 19:46:46.280 DEBUG [main][MenuItemLookup] Found menu:'Move...' 19:46:46.280 DEBUG [main][MenuItemLookup] Found menu:'Rename...' 19:46:46.280 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:46.280 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:46:46.280 DEBUG [main][MenuItemLookup] Found menu:'Export...' 19:46:46.280 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:46.280 DEBUG [main][MenuItemLookup] Found menu:'Refresh' 19:46:46.280 DEBUG [main][MenuItemLookup] Item match:Refresh 19:46:46.280 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh" 19:46:46.280 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh 19:46:46.280 INFO [main][MenuItemHandler] Select menu item: Re&fresh 19:46:46.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:46:46.280 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 19:46:46.780 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:46:46.780 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:46:46.780 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:46:46.780 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:46:46.780 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:46:46.780 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:46:46.780 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:46:46.780 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:46:46.780 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:46:46.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:46:46.781 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'files' via Explorer 19:46:46.781 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item files 19:46:46.781 DEBUG [main][TreeItemHandler] Selecting tree item: files 19:46:46.781 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item files about selection 19:46:46.783 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: files 19:46:46.783 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:46:46.783 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:46.798 DEBUG [main][MenuItemLookup] Found menu:'New' 19:46:46.799 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:46:46.799 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:46:46.799 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:46.799 DEBUG [main][MenuItemLookup] Found menu:'Copy' 19:46:46.799 DEBUG [main][MenuItemLookup] Found menu:'Paste' 19:46:46.799 DEBUG [main][MenuItemLookup] Found menu:'Delete' 19:46:46.799 DEBUG [main][MenuItemLookup] Item match:Delete 19:46:46.799 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete" 19:46:46.799 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete 19:46:46.799 INFO [main][MenuItemHandler] Select menu item: &Delete 19:46:46.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.... 19:46:47.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 'Delete.*'] is available. finished successfully 19:46:47.365 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 19:46:47.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:47.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:47.367 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:47.367 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:47.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 "OK", Widget matcher matching widgets with style: 8) 19:46:47.367 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:46:47.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:47.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:47.367 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:46:47.367 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:46:47.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:47.367 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:47.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:47.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:47.368 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:46:47.368 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:46:47.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:46:47.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:46:47.368 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:46:47.368 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:47.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 19:46:47.370 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 19:46:47.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 19:46:47.871 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 19:46:47.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:46:47.871 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:46:47.871 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:46:47.871 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:46:47.871 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:46:47.871 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:46:47.871 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:46:47.871 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:46:47.871 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:46:47.871 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:46:47.871 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:46:47.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:46:47.872 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 19:46:47.872 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 19:46:47.873 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:47.873 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:47.873 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 19:46:47.873 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 19:46:47.874 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:47.874 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:47.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:47.874 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:47.874 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:48.374 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:48.375 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:48.875 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:48.875 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:48.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:46:48.875 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 19:46:48.875 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 19:46:48.876 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:48.876 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:48.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 19:46:48.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:48.876 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:48.877 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:48.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:48.877 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:46:48.877 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 19:46:48.877 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 19:46:48.877 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 19:46:48.877 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 19:46:48.877 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 19:46:48.877 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 19:46:48.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:46:48.878 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 19:46:48.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:46:48.878 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 19:46:48.878 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 19:46:48.878 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 19:46:48.878 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item files of tree item src 19:46:48.878 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:46:48.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:46:48.878 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:46:48.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:46:48.878 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:46:48.879 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item src and wait with time period 1 19:46:48.879 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:46:48.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:46:48.879 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:46:48.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:46:48.879 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:46:48.879 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:46:48.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:46:48.879 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:46:48.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:46:48.879 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:46:48.879 DEBUG [WorkbenchTestable][AbstractResource] Obtaining direct children on the current level 19:46:48.879 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item src and wait with time period 1 19:46:48.879 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:46:48.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:46:48.879 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:46:48.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:46:48.879 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:46:48.879 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:46:48.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:46:48.879 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:46:48.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:46:48.879 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:46:48.880 DEBUG [WorkbenchTestable][AbstractResource] Item "files" was not found. Available items on the current level: 19:46:48.880 DEBUG [WorkbenchTestable][AbstractResource] "TestClass.java" 19:46:48.880 DEBUG [WorkbenchTestable][AbstractResource] "TestClass1.java" 19:46:48.880 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 19:46:48.880 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 19:46:48.880 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:48.880 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:48.880 INFO [WorkbenchTestable][AbstractView] Close view 'Navigator (Deprecated)' 19:46:48.880 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Navigator (Deprecated) 19:46:48.880 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 19:46:48.881 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 19:46:48.898 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest 19:46:48.898 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:46:48.898 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:46:48.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:48.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:48.909 INFO [WorkbenchTestable][RequirementsRunner] Finished test: asyncDelete no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest) 19:46:48.909 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:46:48.909 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpand no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest) 19:46:48.909 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest 19:46:48.909 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:46:48.909 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:46:48.910 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:46:48.910 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:48.912 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:48.912 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QNavigator (Deprecated)\E'' view via menu. 19:46:48.913 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:46:48.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:48.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:48.913 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:46:48.913 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:46:48.913 DEBUG [main][MenuItemLookup] Found menu:'File' 19:46:48.913 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:46:48.913 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:46:48.913 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:46:48.913 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:46:48.913 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:46:48.913 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:46:48.913 DEBUG [main][MenuItemLookup] Item match:Window 19:46:48.914 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:46:48.914 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:46:48.914 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:46:48.914 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:48.914 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:46:48.914 DEBUG [main][MenuItemLookup] Item match:Show View 19:46:48.917 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 19:46:48.917 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 19:46:48.917 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 19:46:48.917 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 19:46:48.917 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 19:46:48.917 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 19:46:48.917 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 19:46:48.917 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 19:46:48.917 DEBUG [main][MenuItemLookup] Found menu:'Progress' 19:46:48.917 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 19:46:48.917 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 19:46:48.917 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 19:46:48.917 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 19:46:48.917 DEBUG [main][MenuItemLookup] Found menu:'Templates' 19:46:48.917 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 19:46:48.917 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:48.917 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 19:46:48.917 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 19:46:48.917 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 19:46:48.917 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 19:46:48.918 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 19:46:48.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 19:46:48.967 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 19:46:48.967 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 19:46:48.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:48.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:48.968 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 19:46:48.968 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:46:48.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:48.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:48.968 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:46:48.968 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:46:48.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:48.968 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:48.968 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:48.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:48.968 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:46:48.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:46:48.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:46:48.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:46:48.972 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:46:48.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:46:48.972 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:46:48.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:46:48.972 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:46:48.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:46:48.972 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:46:48.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:46:48.972 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:46:48.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:46:48.972 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:46:48.980 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Navigator (Deprecated) 19:46:48.980 DEBUG [main][TreeItemHandler] Selecting tree item: Navigator (Deprecated) 19:46:48.980 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Navigator (Deprecated) about selection 19:46:48.981 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Navigator (Deprecated) 19:46:48.981 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:46:48.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:48.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:48.981 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:46:48.981 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:46:48.981 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:48.981 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:48.981 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:46:48.981 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:46:48.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:48.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:48.981 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:46:48.981 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:46:48.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:48.981 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:48.981 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:48.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:48.981 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:46:48.982 INFO [WorkbenchTestable][AbstractButton] Click button &Open 19:46:48.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:46:48.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:46:48.982 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:46:48.982 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:49.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:46:49.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:46:49.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.navigator.ResourceNavigator' view is open... 19:46:49.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:49.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:49.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.navigator.ResourceNavigator' view is open finished successfully 19:46:49.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:49.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:49.038 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:46:49.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:49.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:49.038 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:46:49.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 '\*?\QNavigator (Deprecated)\E') 19:46:49.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:49.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:49.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:49.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:49.041 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:46:49.041 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 19:46:49.041 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 19:46:49.041 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:49.041 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:46:49.041 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:46:49.041 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:46:49.042 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 19:46:49.042 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 19:46:49.042 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:49.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:49.043 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 19:46:49.043 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 19:46:49.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:49.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:49.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:49.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:49.043 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:49.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:49.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:50.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:50.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:50.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:46:50.046 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 19:46:50.046 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 19:46:50.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:50.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:50.046 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:46:50.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:50.047 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:50.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:50.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:50.047 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:46:50.047 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 19:46:50.047 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 19:46:50.047 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 19:46:50.047 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 19:46:50.048 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 19:46:50.048 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 19:46:50.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:46:50.048 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 19:46:50.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:46:50.048 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 19:46:50.048 INFO [WorkbenchTestable][AbstractTreeItem] Collapse tree item src 19:46:50.048 DEBUG [WorkbenchTestable][TreeItemHandler] Collapse Tree Item src 19:46:50.048 DEBUG [main][TreeItemHandler] Setting tree item src collapsed 19:46:50.048 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about collapse event 19:46:50.048 INFO [WorkbenchTestable][TreeItemHandler] Collapsed: src 19:46:50.048 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item src and wait with time period 1 19:46:50.048 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:46:50.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:46:50.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:46:50.549 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:46:50.550 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 19:46:50.550 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 19:46:50.550 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:50.550 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:50.550 INFO [WorkbenchTestable][AbstractView] Close view 'Navigator (Deprecated)' 19:46:50.550 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Navigator (Deprecated) 19:46:50.550 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 19:46:50.551 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 19:46:50.566 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest 19:46:50.566 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:46:50.566 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:46:50.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:50.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:50.577 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpand no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest) 19:46:50.577 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:50.579 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:50.579 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QNavigator (Deprecated)\E'' view via menu. 19:46:50.580 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:46:50.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:50.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:50.580 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:46:50.580 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:46:50.580 DEBUG [main][MenuItemLookup] Found menu:'File' 19:46:50.580 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:46:50.580 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:46:50.580 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:46:50.580 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:46:50.580 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:46:50.580 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:46:50.580 DEBUG [main][MenuItemLookup] Item match:Window 19:46:50.581 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:46:50.581 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:46:50.581 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:46:50.581 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:50.581 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:46:50.581 DEBUG [main][MenuItemLookup] Item match:Show View 19:46:50.584 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 19:46:50.584 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 19:46:50.584 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 19:46:50.584 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 19:46:50.584 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 19:46:50.584 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 19:46:50.584 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 19:46:50.584 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 19:46:50.584 DEBUG [main][MenuItemLookup] Found menu:'Progress' 19:46:50.584 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 19:46:50.584 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 19:46:50.584 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 19:46:50.584 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 19:46:50.584 DEBUG [main][MenuItemLookup] Found menu:'Templates' 19:46:50.584 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 19:46:50.584 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:50.584 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 19:46:50.584 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 19:46:50.584 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 19:46:50.584 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 19:46:50.584 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 19:46:50.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 19:46:50.630 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 19:46:50.630 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 19:46:50.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:50.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:50.631 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 19:46:50.631 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:46:50.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:50.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:50.631 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:46:50.631 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:46:50.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:50.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:50.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:50.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:50.631 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:46:50.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:46:50.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:46:50.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:46:50.632 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:46:50.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:46:50.632 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:46:50.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:46:50.632 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:46:50.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:46:50.632 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:46:50.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:46:50.632 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:46:50.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:46:50.632 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:46:50.633 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Navigator (Deprecated) 19:46:50.633 DEBUG [main][TreeItemHandler] Selecting tree item: Navigator (Deprecated) 19:46:50.633 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Navigator (Deprecated) about selection 19:46:50.633 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Navigator (Deprecated) 19:46:50.633 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:46:50.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:50.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:50.633 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:46:50.633 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:46:50.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:50.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:50.633 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:46:50.633 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:46:50.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:50.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:50.633 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:46:50.633 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:46:50.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:50.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:50.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:50.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:50.633 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:46:50.634 INFO [WorkbenchTestable][AbstractButton] Click button &Open 19:46:50.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:46:50.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:46:50.634 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:46:50.634 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:50.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:46:50.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:46:50.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.navigator.ResourceNavigator' view is open... 19:46:50.685 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:50.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:50.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.navigator.ResourceNavigator' view is open finished successfully 19:46:50.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:50.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:50.690 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:46:50.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:50.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:50.690 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:46:50.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 '\*?\QNavigator (Deprecated)\E') 19:46:50.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:50.690 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:50.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:50.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:50.692 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:46:50.692 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 19:46:50.692 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 19:46:50.692 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:50.692 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:46:50.692 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:46:50.692 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:46:50.693 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 19:46:50.693 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 19:46:50.694 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:50.694 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:50.694 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 19:46:50.694 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 19:46:50.694 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:50.694 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:50.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:50.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:50.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:51.195 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:51.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:51.696 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:51.696 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:51.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:46:51.696 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 19:46:51.697 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 19:46:51.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:51.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:51.698 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:46:51.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:51.698 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:51.698 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:51.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:51.698 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:46:51.698 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 19:46:51.698 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 19:46:51.698 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 19:46:51.698 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectItemTestProject 19:46:51.698 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectItemTestProject 19:46:51.699 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectItemTestProject about selection 19:46:51.700 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectItemTestProject 19:46:51.701 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:46:51.701 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:51.715 DEBUG [main][MenuItemLookup] Found menu:'New' 19:46:51.715 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:46:51.715 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:46:51.715 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:51.715 DEBUG [main][MenuItemLookup] Found menu:'Copy' 19:46:51.715 DEBUG [main][MenuItemLookup] Found menu:'Paste' 19:46:51.715 DEBUG [main][MenuItemLookup] Found menu:'Delete' 19:46:51.715 DEBUG [main][MenuItemLookup] Found menu:'Move...' 19:46:51.715 DEBUG [main][MenuItemLookup] Found menu:'Rename...' 19:46:51.715 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:51.715 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:46:51.715 DEBUG [main][MenuItemLookup] Found menu:'Export...' 19:46:51.715 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:51.715 DEBUG [main][MenuItemLookup] Found menu:'Refresh' 19:46:51.715 DEBUG [main][MenuItemLookup] Item match:Refresh 19:46:51.715 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh" 19:46:51.715 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh 19:46:51.715 INFO [main][MenuItemHandler] Select menu item: Re&fresh 19:46:51.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:46:51.715 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 19:46:52.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:46:52.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:46:52.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:46:52.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:46:52.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:46:52.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:46:52.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:46:52.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:46:52.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:46:52.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:46:52.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:46:52.216 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProjectItemTestProject' via Explorer 19:46:52.216 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectItemTestProject 19:46:52.216 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectItemTestProject 19:46:52.216 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectItemTestProject about selection 19:46:52.218 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectItemTestProject 19:46:52.218 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:46:52.218 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:52.233 DEBUG [main][MenuItemLookup] Found menu:'New' 19:46:52.233 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:46:52.233 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:46:52.233 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:52.233 DEBUG [main][MenuItemLookup] Found menu:'Copy' 19:46:52.233 DEBUG [main][MenuItemLookup] Found menu:'Paste' 19:46:52.233 DEBUG [main][MenuItemLookup] Found menu:'Delete' 19:46:52.233 DEBUG [main][MenuItemLookup] Item match:Delete 19:46:52.234 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete" 19:46:52.234 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete 19:46:52.234 INFO [main][MenuItemHandler] Select menu item: &Delete 19:46:52.241 DEBUG [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.... 19:46:52.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 'Delete.*'] is available. finished successfully 19:46:52.795 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 19:46:52.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:52.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:52.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:52.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:52.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: 32) 19:46:52.797 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:46:52.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:52.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:52.798 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:46:52.798 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:46:52.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:52.798 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:52.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:52.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:52.798 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:46:52.798 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 19:46:52.798 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 19:46:52.798 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 19:46:52.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:46:52.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:46:52.799 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:46:52.799 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:52.799 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 19:46:52.799 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:46:52.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:52.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:52.799 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:46:52.799 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:46:52.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:52.799 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:52.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:52.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:52.799 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:46:52.799 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:46:52.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:46:52.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:46:52.799 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:46:52.799 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:52.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 19:46:52.802 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 19:46:53.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 19:46:53.302 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 19:46:53.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:46:53.303 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:46:53.303 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:46:53.303 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 19:46:53.303 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 19:46:53.303 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:46:53.303 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:46:53.303 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:46:53.303 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:46:53.303 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:46:53.303 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:46:53.303 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:46:53.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:46:53.303 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest 19:46:53.303 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:46:53.303 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:46:53.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:53.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.042 s - in org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest open no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest) Time elapsed: 4.409 s selectCollapsedResourceNavigatorItem no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest) Time elapsed: 2.331 s select no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest) Time elapsed: 1.165 s asyncDelete no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest) Time elapsed: 5.457 s testExpand no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest) Time elapsed: 1.668 s Running org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 19:46:53.310 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 19:46:53.311 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:46:53.311 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:46:53.311 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 19:46:53.311 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:46:53.311 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:46:53.311 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:46:53.311 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:46:53.311 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:46:53.311 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:46:53.311 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:53.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:46:53.312 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:53.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 Project"] 19:46:53.312 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:53.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:46:53.312 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:53.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:46:53.312 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:53.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:46:53.312 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:53.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 Project"] 19:46:53.312 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:53.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:46:53.312 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:53.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:46:53.313 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:53.313 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:46:53.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:53.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:53.313 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:46:53.313 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:46:53.313 DEBUG [main][MenuItemLookup] Found menu:'File' 19:46:53.313 DEBUG [main][MenuItemLookup] Item match:File 19:46:53.314 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:46:53.314 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:46:53.316 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 19:46:53.316 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:46:53.316 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:53.316 DEBUG [main][MenuItemLookup] Found menu:'Package' 19:46:53.316 DEBUG [main][MenuItemLookup] Found menu:'Class' 19:46:53.316 DEBUG [main][MenuItemLookup] Found menu:'Interface' 19:46:53.316 DEBUG [main][MenuItemLookup] Found menu:'Enum' 19:46:53.316 DEBUG [main][MenuItemLookup] Found menu:'Record' 19:46:53.316 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 19:46:53.316 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 19:46:53.316 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 19:46:53.316 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:46:53.316 DEBUG [main][MenuItemLookup] Found menu:'File' 19:46:53.316 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:46:53.316 DEBUG [main][MenuItemLookup] Found menu:'Task' 19:46:53.316 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 19:46:53.316 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:53.316 DEBUG [main][MenuItemLookup] Found menu:'Example...' 19:46:53.316 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:53.316 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:46:53.316 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:46:53.316 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:46:53.316 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:46:53.316 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:46:53.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 'New|Select a wizard'] is available.... 19:46:53.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 'New|Select a wizard'] is available. finished successfully 19:46:53.368 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:46:53.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:53.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:53.372 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:46:53.372 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:53.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 19:46:53.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:53.372 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:53.372 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:53.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:53.372 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:46:53.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:46:53.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:46:53.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 19:46:53.373 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:46:53.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:46:53.373 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:46:53.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:46:53.373 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:46:53.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 19:46:53.373 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:46:53.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:46:53.373 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:46:53.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:46:53.373 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:46:53.374 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 19:46:53.374 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 19:46:53.374 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 19:46:53.376 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 19:46:53.376 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:46:53.376 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:46:53.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) 19:46:53.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:53.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:53.376 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:53.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:53.376 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:46:53.377 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:46:53.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:46:53.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:46:53.377 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:46:53.377 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:53.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:46:53.495 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:53.495 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:53.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 19:46:53.496 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 19:46:53.496 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 19:46:53.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:53.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:53.496 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 19:46:53.496 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:53.496 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'Property test project' 19:46:53.497 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:") 19:46:53.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:53.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:53.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:53.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:53.498 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:46:53.498 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:46:53.498 INFO [WorkbenchTestable][AbstractText] Text set to: Property test project 19:46:53.520 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 19:46:53.520 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 19:46:53.520 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) 19:46:53.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:53.520 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:53.521 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:53.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:53.521 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:46:53.521 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:46:53.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:46:53.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:46:53.522 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:46:53.522 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:53.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.... 19:46:54.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. finished successfully 19:46:54.024 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 19:46:54.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:54.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:54.027 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 19:46:54.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: 8, Matcher matching widgets with text that without mnenomic matches: is "Don't Create") 19:46:54.027 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:46:54.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:54.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:54.027 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 19:46:54.027 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:46:54.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:54.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:54.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:54.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:54.027 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:46:54.028 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 19:46:54.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:46:54.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:46:54.028 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:46:54.028 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:54.092 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.... 19:46:54.092 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 19:46:54.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:46:54.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:46:54.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:46:54.093 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 1 files to index (/Property test project)' is a system job, skipped 19:46:54.093 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 19:46:54.093 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:46:54.093 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:46:54.093 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:46:54.093 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:46:54.093 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:46:54.093 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:46:54.093 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:46:54.093 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:46:54.093 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:46:54.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:46:54.093 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:54.093 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:54.093 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:46:54.093 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:54.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:54.094 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:46:54.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:54.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:54.094 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:46:54.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 '\*?\QPackage Explorer\E') 19:46:54.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:54.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:54.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:54.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:54.094 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:46:54.094 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:46:54.094 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:46:54.117 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:54.117 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:54.117 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:46:54.117 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:46:54.118 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:54.118 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:54.118 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:46:54.118 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:46:54.118 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:54.118 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:54.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:54.118 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:54.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:54.619 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:54.619 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:55.119 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:55.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:55.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:46:55.120 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:46:55.120 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:46:55.120 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:55.121 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:46:55.121 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:46:55.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:55.121 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:55.121 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:55.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:55.121 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:46:55.121 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 19:46:55.121 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 19:46:55.121 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Property test project 19:46:55.121 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:46:55.121 INFO [WorkbenchTestable][RequirementsRunner] Started test: cancel no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) 19:46:55.121 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 19:46:55.121 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:46:55.121 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:46:55.121 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:46:55.121 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Property test project 19:46:55.121 DEBUG [main][TreeItemHandler] Selecting tree item: Property test project 19:46:55.121 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Property test project about selection 19:46:55.123 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Property test project 19:46:55.123 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:46:55.123 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:55.147 DEBUG [main][MenuItemLookup] Found menu:'New' 19:46:55.147 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:46:55.147 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:55.147 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:46:55.147 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 19:46:55.147 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:46:55.147 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:55.147 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:46:55.147 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:46:55.147 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:46:55.147 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:46:55.147 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:55.147 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 19:46:55.147 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 19:46:55.147 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 19:46:55.147 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 19:46:55.147 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:55.147 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:46:55.147 DEBUG [main][MenuItemLookup] Found menu:'Export...' 19:46:55.147 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:55.147 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:46:55.147 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 19:46:55.147 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Projects' 19:46:55.147 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 19:46:55.147 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:55.147 DEBUG [main][MenuItemLookup] Found menu:'Run As' 19:46:55.147 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 19:46:55.147 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 19:46:55.147 DEBUG [main][MenuItemLookup] Found menu:'Team' 19:46:55.147 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 19:46:55.147 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 19:46:55.147 DEBUG [main][MenuItemLookup] Found menu:'Configure' 19:46:55.147 DEBUG [main][MenuItemLookup] Found menu:'Validate' 19:46:55.147 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:55.147 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 19:46:55.147 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 19:46:55.147 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 19:46:55.147 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 19:46:55.147 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 19:46:55.218 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"] 19:46:55.219 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:55.219 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:55.219 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 19:46:55.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:55.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:55.220 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for Property test project is not null and is not disposed 19:46:55.220 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:55.220 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 19:46:55.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:55.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:55.221 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 19:46:55.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:55.221 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:55.221 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:55.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:55.221 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:46:55.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:46:55.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:46:55.222 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Property page test 19:46:55.222 DEBUG [main][TreeItemHandler] Selecting tree item: Property page test 19:46:55.222 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Property page test about selection 19:46:55.222 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Property page test 19:46:55.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:55.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:55.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:55.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:55.227 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) 19:46:55.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:55.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:55.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:55.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:55.228 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:46:55.228 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 19:46:55.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:46:55.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:46:55.228 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:46:55.228 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:55.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:46:55.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:46:55.250 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:46:55.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:55.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:55.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:55.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:55.250 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:46:55.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:55.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:55.251 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 19:46:55.251 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:46:55.251 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:46:55.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:55.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:55.251 INFO [WorkbenchTestable][RequirementsRunner] Finished test: cancel no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) 19:46:55.251 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:46:55.251 INFO [WorkbenchTestable][RequirementsRunner] Started test: restoreDefaults no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) 19:46:55.252 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 19:46:55.252 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:46:55.252 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:46:55.252 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:46:55.252 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Property test project 19:46:55.252 DEBUG [main][TreeItemHandler] Selecting tree item: Property test project 19:46:55.253 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Property test project about selection 19:46:55.255 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Property test project 19:46:55.255 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:46:55.255 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:55.287 DEBUG [main][MenuItemLookup] Found menu:'New' 19:46:55.287 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:46:55.287 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:55.287 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:46:55.287 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 19:46:55.287 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:46:55.287 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:55.287 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:46:55.287 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:46:55.287 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:46:55.287 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:46:55.287 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:55.287 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 19:46:55.287 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 19:46:55.287 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 19:46:55.287 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 19:46:55.287 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:55.287 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:46:55.287 DEBUG [main][MenuItemLookup] Found menu:'Export...' 19:46:55.287 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:55.287 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:46:55.287 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 19:46:55.287 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Projects' 19:46:55.287 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 19:46:55.287 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:55.287 DEBUG [main][MenuItemLookup] Found menu:'Run As' 19:46:55.287 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 19:46:55.287 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 19:46:55.287 DEBUG [main][MenuItemLookup] Found menu:'Team' 19:46:55.287 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 19:46:55.287 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 19:46:55.287 DEBUG [main][MenuItemLookup] Found menu:'Configure' 19:46:55.287 DEBUG [main][MenuItemLookup] Found menu:'Validate' 19:46:55.287 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:55.287 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 19:46:55.287 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 19:46:55.288 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 19:46:55.288 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 19:46:55.288 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 19:46:55.328 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"] 19:46:55.329 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:55.329 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:55.329 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 19:46:55.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:55.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:55.330 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for Property test project is not null and is not disposed 19:46:55.330 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:55.330 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 19:46:55.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:55.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:55.330 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 19:46:55.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:55.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:55.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:55.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:55.331 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:46:55.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:46:55.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:46:55.331 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Property page test 19:46:55.331 DEBUG [main][TreeItemHandler] Selecting tree item: Property page test 19:46:55.331 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Property page test about selection 19:46:55.331 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Property page test 19:46:55.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:55.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:55.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:55.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:55.332 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") 19:46:55.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:55.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:55.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:55.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:55.333 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:46:55.333 INFO [WorkbenchTestable][PreferencePage] Restore default values in Preferences dialog 19:46:55.333 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 19:46:55.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:46:55.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:46:55.333 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:46:55.333 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:55.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:55.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:55.333 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 19:46:55.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:55.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:55.335 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 19:46:55.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:55.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:55.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:55.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:55.335 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 19:46:55.336 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 19:46:55.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:55.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:55.336 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) 19:46:55.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:55.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:55.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:55.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:55.337 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:46:55.337 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 19:46:55.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:46:55.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:46:55.338 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:46:55.338 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:55.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:46:55.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:46:55.362 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:46:55.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:55.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:55.363 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 19:46:55.363 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:46:55.363 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:46:55.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:55.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:55.363 INFO [WorkbenchTestable][RequirementsRunner] Finished test: restoreDefaults no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) 19:46:55.363 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:46:55.363 INFO [WorkbenchTestable][RequirementsRunner] Started test: ok no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) 19:46:55.363 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 19:46:55.363 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:46:55.363 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:46:55.363 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:46:55.380 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Property test project 19:46:55.390 DEBUG [main][TreeItemHandler] Selecting tree item: Property test project 19:46:55.392 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Property test project about selection 19:46:55.393 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Property test project 19:46:55.393 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:46:55.393 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:55.422 DEBUG [main][MenuItemLookup] Found menu:'New' 19:46:55.422 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:46:55.422 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:55.422 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:46:55.422 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 19:46:55.422 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:46:55.422 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:55.422 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:46:55.422 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:46:55.422 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:46:55.422 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:46:55.422 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:55.422 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 19:46:55.422 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 19:46:55.422 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 19:46:55.422 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 19:46:55.422 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:55.422 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:46:55.422 DEBUG [main][MenuItemLookup] Found menu:'Export...' 19:46:55.422 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:55.422 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:46:55.422 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 19:46:55.422 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Projects' 19:46:55.422 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 19:46:55.422 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:55.422 DEBUG [main][MenuItemLookup] Found menu:'Run As' 19:46:55.422 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 19:46:55.422 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 19:46:55.422 DEBUG [main][MenuItemLookup] Found menu:'Team' 19:46:55.422 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 19:46:55.422 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 19:46:55.422 DEBUG [main][MenuItemLookup] Found menu:'Configure' 19:46:55.422 DEBUG [main][MenuItemLookup] Found menu:'Validate' 19:46:55.422 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:55.422 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 19:46:55.422 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 19:46:55.422 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 19:46:55.422 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 19:46:55.422 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 19:46:55.463 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"] 19:46:55.463 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:55.463 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:55.463 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 19:46:55.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:55.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:55.464 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for Property test project is not null and is not disposed 19:46:55.464 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:55.464 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 19:46:55.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:55.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:55.464 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 19:46:55.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:55.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:55.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:55.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:55.464 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:46:55.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:46:55.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:46:55.465 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Property page test 19:46:55.465 DEBUG [main][TreeItemHandler] Selecting tree item: Property page test 19:46:55.465 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Property page test about selection 19:46:55.465 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Property page test 19:46:55.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:55.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:55.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:55.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:55.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:55.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:55.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.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") 19:46:55.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:55.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:55.467 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:55.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:55.467 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:46:55.467 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 19:46:55.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:46:55.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:46:55.467 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:46:55.467 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:55.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:46:55.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:46:55.484 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:46:55.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:55.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:55.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:55.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:55.484 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:46:55.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:55.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:55.485 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 19:46:55.485 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:46:55.485 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:46:55.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:55.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:55.485 INFO [WorkbenchTestable][RequirementsRunner] Finished test: ok no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) 19:46:55.485 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:46:55.485 INFO [WorkbenchTestable][RequirementsRunner] Started test: openAndSelect no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) 19:46:55.485 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 19:46:55.485 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:46:55.485 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:46:55.485 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:46:55.485 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Property test project 19:46:55.485 DEBUG [main][TreeItemHandler] Selecting tree item: Property test project 19:46:55.487 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Property test project about selection 19:46:55.488 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Property test project 19:46:55.488 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:46:55.488 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:55.518 DEBUG [main][MenuItemLookup] Found menu:'New' 19:46:55.518 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:46:55.518 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:55.518 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:46:55.518 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 19:46:55.518 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:46:55.518 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:55.518 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:46:55.518 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:46:55.518 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:46:55.518 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:46:55.518 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:55.518 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 19:46:55.518 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 19:46:55.518 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 19:46:55.518 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 19:46:55.518 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:55.518 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:46:55.518 DEBUG [main][MenuItemLookup] Found menu:'Export...' 19:46:55.518 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:55.518 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:46:55.518 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 19:46:55.518 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Projects' 19:46:55.518 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 19:46:55.518 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:55.518 DEBUG [main][MenuItemLookup] Found menu:'Run As' 19:46:55.518 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 19:46:55.518 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 19:46:55.518 DEBUG [main][MenuItemLookup] Found menu:'Team' 19:46:55.518 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 19:46:55.518 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 19:46:55.518 DEBUG [main][MenuItemLookup] Found menu:'Configure' 19:46:55.518 DEBUG [main][MenuItemLookup] Found menu:'Validate' 19:46:55.518 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:55.518 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 19:46:55.518 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 19:46:55.518 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 19:46:55.518 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 19:46:55.518 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 19:46:55.558 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"] 19:46:55.558 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:55.558 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:55.559 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 19:46:55.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:55.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:55.559 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for Property test project is not null and is not disposed 19:46:55.559 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:55.560 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 19:46:55.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:55.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:55.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:55.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:55.560 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 19:46:55.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:55.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:55.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.dialogs.PropertyDialog, index 0 and no matchers specified 19:46:55.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:55.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:55.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:55.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:55.560 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:46:55.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:46:55.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:46:55.561 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Property page test 19:46:55.561 DEBUG [main][TreeItemHandler] Selecting tree item: Property page test 19:46:55.561 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Property page test about selection 19:46:55.561 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Property page test 19:46:55.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:55.561 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:55.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:55.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:55.562 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 19:46:55.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:55.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:55.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:55.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:55.562 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 19:46:55.562 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 19:46:55.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:55.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:55.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.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) 19:46:55.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:55.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:55.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:55.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:55.563 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:46:55.563 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 19:46:55.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:46:55.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:46:55.563 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:46:55.563 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:55.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:46:55.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:46:55.579 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:46:55.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:55.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:55.580 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 19:46:55.580 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:46:55.580 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:46:55.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:55.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:55.580 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openAndSelect no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) 19:46:55.580 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:46:55.580 INFO [WorkbenchTestable][RequirementsRunner] Started test: apply no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) 19:46:55.580 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 19:46:55.580 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:46:55.580 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:46:55.580 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:46:55.580 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Property test project 19:46:55.580 DEBUG [main][TreeItemHandler] Selecting tree item: Property test project 19:46:55.582 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Property test project about selection 19:46:55.583 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Property test project 19:46:55.583 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:46:55.583 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:55.613 DEBUG [main][MenuItemLookup] Found menu:'New' 19:46:55.613 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:46:55.613 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:55.613 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:46:55.613 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 19:46:55.613 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:46:55.613 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:55.613 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:46:55.613 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:46:55.613 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:46:55.613 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:46:55.613 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:55.613 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 19:46:55.613 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 19:46:55.613 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 19:46:55.613 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 19:46:55.613 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:55.613 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:46:55.613 DEBUG [main][MenuItemLookup] Found menu:'Export...' 19:46:55.613 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:55.613 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:46:55.613 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 19:46:55.613 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Projects' 19:46:55.613 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 19:46:55.613 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:55.613 DEBUG [main][MenuItemLookup] Found menu:'Run As' 19:46:55.613 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 19:46:55.613 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 19:46:55.613 DEBUG [main][MenuItemLookup] Found menu:'Team' 19:46:55.613 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 19:46:55.613 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 19:46:55.613 DEBUG [main][MenuItemLookup] Found menu:'Configure' 19:46:55.613 DEBUG [main][MenuItemLookup] Found menu:'Validate' 19:46:55.613 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:55.613 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 19:46:55.613 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 19:46:55.613 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 19:46:55.613 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 19:46:55.614 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 19:46:55.653 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"] 19:46:55.653 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:55.653 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:55.653 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 19:46:55.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:55.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:55.654 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for Property test project is not null and is not disposed 19:46:55.654 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:55.654 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 19:46:55.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:55.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:55.654 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 19:46:55.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:55.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:55.655 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:55.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:55.655 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:46:55.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:46:55.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:46:55.655 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Property page test 19:46:55.655 DEBUG [main][TreeItemHandler] Selecting tree item: Property page test 19:46:55.656 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Property page test about selection 19:46:55.656 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Property page test 19:46:55.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:55.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:55.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:55.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:55.656 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") 19:46:55.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:55.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:55.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:55.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:55.657 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:46:55.657 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 19:46:55.657 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 19:46:55.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:46:55.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:46:55.657 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:46:55.657 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:55.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:55.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:55.657 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 19:46:55.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:55.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:55.657 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 19:46:55.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:55.657 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:55.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:55.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:55.658 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 19:46:55.658 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 19:46:55.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:55.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:55.658 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) 19:46:55.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:55.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:55.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:55.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:55.658 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:46:55.659 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 19:46:55.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:46:55.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:46:55.659 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:46:55.659 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:55.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:46:55.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:46:55.675 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:46:55.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:55.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:55.675 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 19:46:55.675 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:46:55.675 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:46:55.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:55.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:55.675 INFO [WorkbenchTestable][RequirementsRunner] Finished test: apply no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) 19:46:55.676 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:46:55.676 INFO [WorkbenchTestable][RequirementsRunner] Started test: openAndSelectByPath no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) 19:46:55.676 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 19:46:55.676 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:46:55.676 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:46:55.676 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:46:55.676 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Property test project 19:46:55.676 DEBUG [main][TreeItemHandler] Selecting tree item: Property test project 19:46:55.677 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Property test project about selection 19:46:55.679 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Property test project 19:46:55.679 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:46:55.679 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:55.707 DEBUG [main][MenuItemLookup] Found menu:'New' 19:46:55.707 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:46:55.707 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:55.707 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:46:55.707 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 19:46:55.707 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:46:55.707 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:55.707 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:46:55.707 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:46:55.707 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:46:55.707 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:46:55.707 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:55.707 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 19:46:55.707 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 19:46:55.707 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 19:46:55.707 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 19:46:55.707 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:55.707 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:46:55.707 DEBUG [main][MenuItemLookup] Found menu:'Export...' 19:46:55.707 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:55.707 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:46:55.707 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 19:46:55.707 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Projects' 19:46:55.707 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 19:46:55.707 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:55.707 DEBUG [main][MenuItemLookup] Found menu:'Run As' 19:46:55.707 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 19:46:55.707 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 19:46:55.707 DEBUG [main][MenuItemLookup] Found menu:'Team' 19:46:55.707 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 19:46:55.707 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 19:46:55.707 DEBUG [main][MenuItemLookup] Found menu:'Configure' 19:46:55.707 DEBUG [main][MenuItemLookup] Found menu:'Validate' 19:46:55.707 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:55.707 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 19:46:55.707 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 19:46:55.707 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 19:46:55.707 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 19:46:55.707 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 19:46:55.748 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"] 19:46:55.748 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:55.748 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:55.748 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 19:46:55.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:55.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:55.749 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for Property test project is not null and is not disposed 19:46:55.749 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:55.749 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 19:46:55.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:55.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:55.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:55.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:55.749 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 19:46:55.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:55.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:55.749 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 19:46:55.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:55.749 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:55.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:55.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:55.750 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:46:55.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:46:55.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:46:55.750 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Property page test 19:46:55.750 DEBUG [main][TreeItemHandler] Selecting tree item: Property page test 19:46:55.750 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Property page test about selection 19:46:55.751 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Property page test 19:46:55.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:55.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:55.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:55.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:55.751 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 19:46:55.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:55.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:55.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:55.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:55.751 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 19:46:55.751 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 19:46:55.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:55.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:55.752 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) 19:46:55.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:55.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:55.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:55.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:55.752 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:46:55.753 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 19:46:55.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:46:55.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:46:55.753 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:46:55.753 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:55.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:46:55.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:46:55.768 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:46:55.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:55.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:55.769 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 19:46:55.769 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:46:55.769 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:46:55.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:55.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:55.769 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openAndSelectByPath no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) 19:46:55.769 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Property test project 19:46:55.769 DEBUG [main][TreeItemHandler] Selecting tree item: Property test project 19:46:55.771 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Property test project about selection 19:46:55.772 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Property test project 19:46:55.772 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:46:55.772 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:55.800 DEBUG [main][MenuItemLookup] Found menu:'New' 19:46:55.800 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:46:55.800 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:55.800 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:46:55.800 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 19:46:55.800 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:46:55.800 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:55.800 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:46:55.800 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:46:55.800 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:46:55.800 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:46:55.800 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:55.800 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 19:46:55.800 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 19:46:55.800 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 19:46:55.800 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 19:46:55.800 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:55.800 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:46:55.800 DEBUG [main][MenuItemLookup] Found menu:'Export...' 19:46:55.800 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:55.800 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:46:55.800 DEBUG [main][MenuItemLookup] Item match:Refresh F5 19:46:55.800 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 19:46:55.800 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 19:46:55.800 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 19:46:55.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:46:55.801 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:46:55.801 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 19:46:56.301 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:46:56.301 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:46:56.301 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:46:56.301 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:46:56.301 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:46:56.301 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:46:56.301 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:46:56.301 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:46:56.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:46:56.301 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'Property test project' via Explorer 19:46:56.301 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Property test project 19:46:56.301 DEBUG [main][TreeItemHandler] Selecting tree item: Property test project 19:46:56.301 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Property test project about selection 19:46:56.303 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Property test project 19:46:56.303 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:46:56.303 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:56.322 DEBUG [main][MenuItemLookup] Found menu:'New' 19:46:56.322 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:46:56.322 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:56.322 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:46:56.322 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 19:46:56.322 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:46:56.322 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:56.322 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:46:56.322 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:46:56.322 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:46:56.322 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:46:56.322 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:46:56.322 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:46:56.322 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:46:56.322 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 19:46:56.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.... 19:46:56.892 DEBUG [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 19:46:56.892 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 19:46:56.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:56.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:56.894 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:56.894 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:56.894 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 19:46:56.894 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:46:56.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:56.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:56.894 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:46:56.894 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:46:56.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:56.894 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:56.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:56.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:56.895 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:46:56.895 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 19:46:56.895 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 19:46:56.895 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 19:46:56.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:46:56.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:46:56.895 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:46:56.895 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:56.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: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 19:46:56.895 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:46:56.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:56.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:56.895 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:46:56.895 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:46:56.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:56.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:56.896 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:56.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:56.896 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:46:56.896 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:46:56.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:46:56.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:46:56.896 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:46:56.896 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:56.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 19:46:56.898 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 19:46:57.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 19:46:57.399 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 19:46:57.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:46:57.399 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:46:57.399 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 19:46:57.399 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:46:57.399 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:46:57.399 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:46:57.399 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:46:57.399 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:46:57.399 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:46:57.399 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:46:57.399 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:46:57.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:46:57.399 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 19:46:57.399 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:46:57.399 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:46:57.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:57.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.09 s - in org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest cancel no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) Time elapsed: 0.13 s restoreDefaults no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) Time elapsed: 0.112 s ok no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) Time elapsed: 0.122 s openAndSelect no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) Time elapsed: 0.095 s apply no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) Time elapsed: 0.095 s openAndSelectByPath no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) Time elapsed: 0.093 s Running org.eclipse.reddeer.eclipse.test.ui.dialogs.PerspectivesPreferencePageTest 19:46:57.406 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.dialogs.PerspectivesPreferencePageTest 19:46:57.406 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:46:57.407 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:46:57.407 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.PerspectivesPreferencePageTest 19:46:57.407 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:46:57.407 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:46:57.409 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:46:57.409 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:46:57.409 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:46:57.410 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:46:57.410 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:57.410 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:46:57.410 INFO [WorkbenchTestable][RequirementsRunner] Started test: checkAllPreferences no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.PerspectivesPreferencePageTest) 19:46:57.410 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.PerspectivesPreferencePageTest 19:46:57.410 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:46:57.410 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:46:57.410 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:46:57.410 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:46:57.410 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:57.410 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:46:57.410 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:57.410 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:46:57.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:57.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:57.411 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:46:57.411 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:46:57.411 DEBUG [main][MenuItemLookup] Found menu:'File' 19:46:57.411 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:46:57.411 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:46:57.411 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 19:46:57.411 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:46:57.411 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:46:57.412 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:46:57.412 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:46:57.412 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:46:57.412 DEBUG [main][MenuItemLookup] Item match:Window 19:46:57.412 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:46:57.412 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:46:57.412 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:46:57.412 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:57.412 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:46:57.412 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:46:57.412 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:57.412 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 19:46:57.412 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:57.412 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 19:46:57.412 DEBUG [main][MenuItemLookup] Item match:Preferences 19:46:57.412 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 19:46:57.412 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 19:46:57.412 INFO [main][MenuItemHandler] Select menu item: &Preferences 19:46:57.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 19:46:58.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 19:46:58.056 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 19:46:58.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:58.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:58.062 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 19:46:58.062 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:46:58.063 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 19:46:58.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:58.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:58.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:58.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:58.063 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:46:58.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:46:58.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:46:58.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:46:58.064 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:46:58.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:46:58.064 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:46:58.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:46:58.064 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:46:58.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:46:58.065 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:46:58.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:46:58.065 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:46:58.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:46:58.065 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:46:58.065 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Perspectives 19:46:58.065 DEBUG [main][TreeItemHandler] Selecting tree item: Perspectives 19:46:58.065 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Perspectives about selection 19:46:58.065 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Perspectives 19:46:58.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:58.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:58.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:58.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:58.106 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") 19:46:58.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:58.106 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:58.107 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:58.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:58.107 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 19:46:58.108 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") 19:46:58.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:58.108 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:58.108 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:58.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:58.108 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:46:58.108 INFO [WorkbenchTestable][RadioButton] Select radio button Alwa&ys open 19:46:58.108 INFO [WorkbenchTestable][AbstractButton] Click button Alwa&ys open 19:46:58.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:46:58.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:46:58.108 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:46:58.108 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:58.108 TRACE [main][WidgetHandler] Notify Button with event 27 19:46:58.108 TRACE [main][WidgetHandler] Wait for synchronization 19:46:58.108 TRACE [main][WidgetHandler] Notify Button with event 13 19:46:58.108 TRACE [main][WidgetHandler] Wait for synchronization 19:46:58.108 TRACE [main][WidgetHandler] Notify Button with event 26 19:46:58.108 TRACE [main][WidgetHandler] Wait for synchronization 19:46:58.108 TRACE [main][WidgetHandler] Notify Button with event 3 19:46:58.108 TRACE [main][WidgetHandler] Wait for synchronization 19:46:58.108 TRACE [main][WidgetHandler] Notify Button with event 4 19:46:58.108 TRACE [main][WidgetHandler] Wait for synchronization 19:46:58.108 TRACE [main][WidgetHandler] Notify Button with event 13 19:46:58.108 TRACE [main][WidgetHandler] Wait for synchronization 19:46:58.108 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") 19:46:58.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:58.108 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:58.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:58.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:58.109 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 19:46:58.109 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") 19:46:58.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:58.109 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:58.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:58.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:58.109 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:46:58.109 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") 19:46:58.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:58.109 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:58.110 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:58.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:58.110 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 19:46:58.110 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") 19:46:58.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:58.110 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:58.110 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:58.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:58.110 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:46:58.110 INFO [WorkbenchTestable][RadioButton] Select radio button Ne&ver open 19:46:58.110 INFO [WorkbenchTestable][AbstractButton] Click button Ne&ver open 19:46:58.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:46:58.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:46:58.110 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:46:58.110 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:58.110 TRACE [main][WidgetHandler] Notify Button with event 27 19:46:58.110 TRACE [main][WidgetHandler] Wait for synchronization 19:46:58.110 TRACE [main][WidgetHandler] Notify Button with event 13 19:46:58.110 TRACE [main][WidgetHandler] Wait for synchronization 19:46:58.110 TRACE [main][WidgetHandler] Notify Button with event 26 19:46:58.110 TRACE [main][WidgetHandler] Wait for synchronization 19:46:58.110 TRACE [main][WidgetHandler] Notify Button with event 3 19:46:58.110 TRACE [main][WidgetHandler] Wait for synchronization 19:46:58.110 TRACE [main][WidgetHandler] Notify Button with event 4 19:46:58.110 TRACE [main][WidgetHandler] Wait for synchronization 19:46:58.110 TRACE [main][WidgetHandler] Notify Button with event 13 19:46:58.110 TRACE [main][WidgetHandler] Wait for synchronization 19:46:58.110 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") 19:46:58.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:58.111 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:58.111 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:58.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:58.111 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 19:46:58.111 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") 19:46:58.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:58.111 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:58.111 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:58.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:58.111 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:46:58.112 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") 19:46:58.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:58.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:58.112 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:58.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:58.112 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 19:46:58.112 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") 19:46:58.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:58.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:58.112 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:58.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:58.112 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:46:58.113 INFO [WorkbenchTestable][RadioButton] Select radio button In a &new window 19:46:58.113 INFO [WorkbenchTestable][AbstractButton] Click button In a &new window 19:46:58.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:46:58.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:46:58.113 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:46:58.113 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:58.113 TRACE [main][WidgetHandler] Notify Button with event 27 19:46:58.113 TRACE [main][WidgetHandler] Wait for synchronization 19:46:58.113 TRACE [main][WidgetHandler] Notify Button with event 13 19:46:58.113 TRACE [main][WidgetHandler] Wait for synchronization 19:46:58.113 TRACE [main][WidgetHandler] Notify Button with event 26 19:46:58.113 TRACE [main][WidgetHandler] Wait for synchronization 19:46:58.113 TRACE [main][WidgetHandler] Notify Button with event 3 19:46:58.113 TRACE [main][WidgetHandler] Wait for synchronization 19:46:58.113 TRACE [main][WidgetHandler] Notify Button with event 4 19:46:58.113 TRACE [main][WidgetHandler] Wait for synchronization 19:46:58.113 TRACE [main][WidgetHandler] Notify Button with event 13 19:46:58.113 TRACE [main][WidgetHandler] Wait for synchronization 19:46:58.113 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") 19:46:58.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:58.113 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:58.113 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:58.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:58.113 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 19:46:58.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.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") 19:46:58.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:58.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:58.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:58.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:58.114 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:46:58.114 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") 19:46:58.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:58.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:58.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:58.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:58.114 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 19:46:58.115 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") 19:46:58.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:58.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:58.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:58.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:58.115 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:46:58.115 INFO [WorkbenchTestable][RadioButton] Select radio button In the &same window 19:46:58.115 INFO [WorkbenchTestable][AbstractButton] Click button In the &same window 19:46:58.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:46:58.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:46:58.115 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:46:58.115 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:58.115 TRACE [main][WidgetHandler] Notify Button with event 27 19:46:58.115 TRACE [main][WidgetHandler] Wait for synchronization 19:46:58.115 TRACE [main][WidgetHandler] Notify Button with event 13 19:46:58.115 TRACE [main][WidgetHandler] Wait for synchronization 19:46:58.115 TRACE [main][WidgetHandler] Notify Button with event 26 19:46:58.115 TRACE [main][WidgetHandler] Wait for synchronization 19:46:58.115 TRACE [main][WidgetHandler] Notify Button with event 3 19:46:58.115 TRACE [main][WidgetHandler] Wait for synchronization 19:46:58.115 TRACE [main][WidgetHandler] Notify Button with event 4 19:46:58.115 TRACE [main][WidgetHandler] Wait for synchronization 19:46:58.115 TRACE [main][WidgetHandler] Notify Button with event 13 19:46:58.115 TRACE [main][WidgetHandler] Wait for synchronization 19:46:58.115 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") 19:46:58.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:58.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:58.124 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:58.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:58.124 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 19:46:58.124 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") 19:46:58.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:58.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:58.124 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:58.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:58.124 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:46:58.125 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") 19:46:58.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:58.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:58.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:58.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:58.125 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 19:46:58.126 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") 19:46:58.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:58.126 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:58.126 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:58.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:58.126 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:46:58.126 INFO [WorkbenchTestable][RadioButton] Select radio button Promp&t 19:46:58.126 INFO [WorkbenchTestable][AbstractButton] Click button Promp&t 19:46:58.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:46:58.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:46:58.126 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:46:58.127 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:58.127 TRACE [main][WidgetHandler] Notify Button with event 27 19:46:58.127 TRACE [main][WidgetHandler] Wait for synchronization 19:46:58.127 TRACE [main][WidgetHandler] Notify Button with event 13 19:46:58.127 TRACE [main][WidgetHandler] Wait for synchronization 19:46:58.127 TRACE [main][WidgetHandler] Notify Button with event 26 19:46:58.127 TRACE [main][WidgetHandler] Wait for synchronization 19:46:58.127 TRACE [main][WidgetHandler] Notify Button with event 3 19:46:58.127 TRACE [main][WidgetHandler] Wait for synchronization 19:46:58.127 TRACE [main][WidgetHandler] Notify Button with event 4 19:46:58.127 TRACE [main][WidgetHandler] Wait for synchronization 19:46:58.127 TRACE [main][WidgetHandler] Notify Button with event 13 19:46:58.127 TRACE [main][WidgetHandler] Wait for synchronization 19:46:58.127 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") 19:46:58.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:58.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:58.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:58.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:58.128 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 19:46:58.128 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") 19:46:58.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:58.128 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:58.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:58.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:58.128 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:46:58.128 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) 19:46:58.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:58.128 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:58.129 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:58.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:58.129 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:46:58.129 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 19:46:58.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:46:58.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:46:58.129 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:46:58.129 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:58.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:46:58.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:46:58.157 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:46:58.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:58.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:58.158 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.PerspectivesPreferencePageTest 19:46:58.158 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:46:58.158 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:46:58.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:58.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:58.158 INFO [WorkbenchTestable][RequirementsRunner] Finished test: checkAllPreferences no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.PerspectivesPreferencePageTest) 19:46:58.158 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.PerspectivesPreferencePageTest 19:46:58.158 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:46:58.158 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:46:58.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:58.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.753 s - in org.eclipse.reddeer.eclipse.test.ui.dialogs.PerspectivesPreferencePageTest checkAllPreferences no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.PerspectivesPreferencePageTest) Time elapsed: 0.748 s Running org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTitleTest 19:46:58.163 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTitleTest 19:46:58.163 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:46:58.163 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:46:58.163 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTitleTest 19:46:58.163 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:46:58.163 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:46:58.173 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:46:58.173 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:46:58.173 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:46:58.173 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:46:58.173 INFO [WorkbenchTestable][RequirementsRunner] Started test: testEditor no-configuration(org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTitleTest) 19:46:58.173 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTitleTest 19:46:58.173 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:46:58.173 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:46:58.173 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:46:58.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6dc46cca is found... 19:46:58.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6dc46cca is found finished successfully 19:46:58.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Q[test-new] Test Title:.+\E') 19:46:58.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:58.495 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:58.496 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:58.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:58.496 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:46:58.499 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:58.499 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text= TooltipText=null 19:46:58.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@71a68fa8 is found... 19:46:58.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@71a68fa8 is found finished successfully 19:46:58.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Q[test-new] Test Title:.+\E') 19:46:58.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:58.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:58.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:58.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:58.503 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:46:58.503 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:58.504 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text= TooltipText=null 19:46:58.505 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.browser.Browser with no referenced composite specified, index 0 and no matchers specified 19:46:58.505 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:46:58.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:58.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:58.506 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "[test-new] Test Title:.+"as the parent 19:46:58.506 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:46:58.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:58.506 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:58.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:58.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:58.506 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 19:46:58.508 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTitleTest 19:46:58.508 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:46:58.508 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:46:58.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:58.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:58.508 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testEditor no-configuration(org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTitleTest) 19:46:58.508 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTitleTest 19:46:58.508 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:46:58.508 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:46:58.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:58.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.346 s - in org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTitleTest testEditor no-configuration(org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTitleTest) Time elapsed: 0.335 s Running org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest 19:46:58.516 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest 19:46:58.518 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:46:58.518 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:46:58.518 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest 19:46:58.518 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:46:58.518 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:46:58.518 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:46:58.518 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:46:58.518 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:46:58.518 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:46:58.518 INFO [WorkbenchTestable][RequirementsRunner] Started test: testRefreshPage no-configuration(org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest) 19:46:58.518 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest 19:46:58.518 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:46:58.519 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:46:58.519 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:46:58.519 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:58.522 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:46:58.522 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QInternal Web Browser\E'' view via menu. 19:46:58.522 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - b - Eclipse Platform 19:46:58.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:58.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:58.523 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - b - Eclipse Platform' 19:46:58.523 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - b - Eclipse Platform' 19:46:58.523 DEBUG [main][MenuItemLookup] Found menu:'File' 19:46:58.523 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:46:58.523 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:46:58.523 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:46:58.523 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:46:58.523 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:46:58.523 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:46:58.523 DEBUG [main][MenuItemLookup] Item match:Window 19:46:58.524 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:46:58.524 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:46:58.524 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:46:58.524 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:58.524 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:46:58.524 DEBUG [main][MenuItemLookup] Item match:Show View 19:46:58.530 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 19:46:58.530 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 19:46:58.530 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 19:46:58.530 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 19:46:58.530 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 19:46:58.530 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 19:46:58.530 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 19:46:58.530 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 19:46:58.530 DEBUG [main][MenuItemLookup] Found menu:'Progress' 19:46:58.530 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 19:46:58.530 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 19:46:58.530 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 19:46:58.530 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 19:46:58.530 DEBUG [main][MenuItemLookup] Found menu:'Templates' 19:46:58.530 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 19:46:58.530 DEBUG [main][MenuItemLookup] Found menu:'' 19:46:58.530 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 19:46:58.530 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 19:46:58.589 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 19:46:58.589 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 19:46:58.589 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 19:46:58.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 19:46:58.686 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 19:46:58.686 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 19:46:58.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:58.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:58.687 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 19:46:58.687 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:46:58.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:58.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:58.687 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:46:58.687 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:46:58.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:58.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:58.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:58.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:58.688 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:46:58.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:46:58.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:46:58.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:46:58.688 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:46:58.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:46:58.689 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:46:58.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:46:58.689 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:46:58.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:46:58.689 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:46:58.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:46:58.689 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:46:58.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:46:58.689 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:46:58.689 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Internal Web Browser 19:46:58.689 DEBUG [main][TreeItemHandler] Selecting tree item: Internal Web Browser 19:46:58.689 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Internal Web Browser about selection 19:46:58.689 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Internal Web Browser 19:46:58.690 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:46:58.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:58.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:58.690 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:46:58.690 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:46:58.690 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:58.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:58.690 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:46:58.690 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:46:58.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:46:58.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:46:58.690 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:46:58.690 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:46:58.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:58.690 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:58.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:58.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:58.691 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:46:58.691 INFO [WorkbenchTestable][AbstractButton] Click button &Open 19:46:58.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:46:58.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:46:58.691 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:46:58.691 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:46:58.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:46:58.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:46:58.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.browser.WebBrowserView' view is open... 19:46:58.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:58.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:58.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.browser.WebBrowserView' view is open finished successfully 19:46:58.735 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:58.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:58.738 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - b - Eclipse Platform 19:46:58.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:46:58.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:46:58.738 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - b - Eclipse Platform' 19:46:58.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 '\*?\QInternal Web Browser\E') 19:46:58.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:58.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:58.741 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:58.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:58.741 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:46:58.741 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 19:46:58.741 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 19:46:58.742 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:58.742 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - b - Eclipse Platform TooltipText=null 19:46:58.742 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:46:58.742 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:46:58.743 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 19:46:58.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:46:58.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:46:58.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:46:58.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:46:58.743 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 19:46:58.744 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 19:46:58.744 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 19:46:58.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:46:58.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text= TooltipText=null 19:46:58.744 INFO [WorkbenchTestable][AbstractBrowser] Set browser URL to 'https://www.google.cz/?q=redhat' 19:46:58.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 19:46:58.778 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 19:46:58.790 DEBUG [main][BrowserProgressListener] Calling chanded() failed to create drawable failed to create drawable 19:46:59.072 DEBUG [main][BrowserProgressListener] Calling chanded() 19:46:59.278 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 19:46:59.284 DEBUG [main][BrowserProgressListener] Calling chanded() 19:46:59.522 DEBUG [main][BrowserProgressListener] Calling chanded() 19:46:59.744 DEBUG [main][BrowserProgressListener] Calling chanded() 19:46:59.778 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 19:47:00.112 DEBUG [main][BrowserProgressListener] Calling chanded() 19:47:00.278 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 19:47:00.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 19:47:00.278 DEBUG [WorkbenchTestable][AbstractWait] Wait for 10 seconds 19:47:10.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 19:47:10.279 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 19:47:10.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 19:47:10.280 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 19:47:10.280 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 19:47:10.281 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:47:10.302 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text=Google
AboutStore
Google
Google offered in: čeština Français
Canada
PrivacyTerms
Google apps
TooltipText=null 19:47:10.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 19:47:10.310 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 19:47:10.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 19:47:10.311 INFO [WorkbenchTestable][AbstractBrowser] Set browser URL to 'https://www.google.cz/?q=redhat' 19:47:10.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 19:47:10.311 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 19:47:10.312 DEBUG [main][BrowserProgressListener] Calling chanded() 19:47:10.479 DEBUG [main][BrowserProgressListener] Calling chanded() 19:47:10.560 DEBUG [main][BrowserProgressListener] Calling chanded() 19:47:10.811 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 19:47:10.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 19:47:10.811 DEBUG [WorkbenchTestable][AbstractWait] Wait for 10 seconds 19:47:20.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 19:47:20.812 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 19:47:20.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 19:47:20.813 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 19:47:20.813 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 19:47:20.814 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:47:20.816 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text=Google
AboutStore
Google
Google offered in: čeština Français
Canada
PrivacyTerms
Google apps
TooltipText=null 19:47:20.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 19:47:20.825 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 19:47:20.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 19:47:20.825 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 19:47:20.826 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 19:47:20.826 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:47:20.828 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text=Google
AboutStore
Google
Google offered in: čeština Français
Canada
PrivacyTerms
Google apps
TooltipText=null 19:47:20.833 INFO [WorkbenchTestable][AbstractView] Close view 'Internal Web Browser' 19:47:20.833 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Internal Web Browser 19:47:20.833 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 19:47:20.834 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 19:47:20.863 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest 19:47:20.863 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:47:20.863 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:47:20.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:47:20.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:47:20.881 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testRefreshPage no-configuration(org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest) 19:47:20.881 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:47:20.881 INFO [WorkbenchTestable][RequirementsRunner] Started test: testNavigation no-configuration(org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest) 19:47:20.881 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest 19:47:20.881 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:47:20.881 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:47:20.881 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:47:20.881 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:20.885 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:47:20.885 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QInternal Web Browser\E'' view via menu. 19:47:20.885 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - b - Eclipse Platform 19:47:20.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:47:20.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:47:20.886 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - b - Eclipse Platform' 19:47:20.886 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - b - Eclipse Platform' 19:47:20.886 DEBUG [main][MenuItemLookup] Found menu:'File' 19:47:20.886 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:47:20.886 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:47:20.886 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:47:20.886 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:47:20.886 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:47:20.886 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:47:20.886 DEBUG [main][MenuItemLookup] Item match:Window 19:47:20.886 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:47:20.886 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:47:20.886 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:47:20.887 DEBUG [main][MenuItemLookup] Found menu:'' 19:47:20.887 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:47:20.887 DEBUG [main][MenuItemLookup] Item match:Show View 19:47:20.891 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 19:47:20.891 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 19:47:20.891 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 19:47:20.891 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 19:47:20.891 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 19:47:20.891 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 19:47:20.891 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 19:47:20.891 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 19:47:20.891 DEBUG [main][MenuItemLookup] Found menu:'Progress' 19:47:20.891 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 19:47:20.891 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 19:47:20.891 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 19:47:20.891 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 19:47:20.891 DEBUG [main][MenuItemLookup] Found menu:'Templates' 19:47:20.891 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 19:47:20.891 DEBUG [main][MenuItemLookup] Found menu:'' 19:47:20.891 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 19:47:20.891 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 19:47:20.891 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 19:47:20.891 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 19:47:20.891 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 19:47:20.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 19:47:20.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 19:47:20.942 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 19:47:20.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:47:20.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:47:20.945 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 19:47:20.945 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:47:20.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:47:20.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:47:20.945 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:47:20.945 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:47:20.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:47:20.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:20.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:47:20.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:47:20.946 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:47:20.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:47:20.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:47:20.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:47:20.947 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:47:20.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:47:20.947 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:47:20.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:47:20.947 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:47:20.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:47:20.947 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:47:20.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:47:20.947 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:47:20.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:47:20.947 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:47:20.947 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Internal Web Browser 19:47:20.947 DEBUG [main][TreeItemHandler] Selecting tree item: Internal Web Browser 19:47:20.948 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Internal Web Browser about selection 19:47:20.948 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Internal Web Browser 19:47:20.948 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:47:20.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:47:20.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:47:20.948 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:47:20.948 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:47:20.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:20.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:47:20.948 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:47:20.948 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:47:20.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:47:20.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:47:20.948 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:47:20.948 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:47:20.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:47:20.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:20.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:47:20.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:47:20.949 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:47:20.949 INFO [WorkbenchTestable][AbstractButton] Click button &Open 19:47:20.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:47:20.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:47:20.949 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:47:20.949 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:47:20.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:47:20.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:47:20.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.browser.WebBrowserView' view is open... 19:47:20.991 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:20.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:47:20.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.browser.WebBrowserView' view is open finished successfully 19:47:20.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:20.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:47:20.997 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - b - Eclipse Platform 19:47:20.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:47:20.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:47:20.997 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - b - Eclipse Platform' 19:47:20.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 '\*?\QInternal Web Browser\E') 19:47:20.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:47:20.997 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:20.999 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:47:20.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:47:20.999 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:47:21.000 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 19:47:21.000 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 19:47:21.000 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:47:21.000 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - b - Eclipse Platform TooltipText=null 19:47:21.000 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:47:21.000 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:47:21.002 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 19:47:21.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:47:21.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:21.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:47:21.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:47:21.002 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 19:47:21.003 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 19:47:21.003 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 19:47:21.003 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:47:21.003 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text= TooltipText=null 19:47:21.003 INFO [WorkbenchTestable][AbstractBrowser] Set browser URL to 'https://www.google.cz/?q=redhat' 19:47:21.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 19:47:21.035 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 19:47:21.085 DEBUG [main][BrowserProgressListener] Calling chanded() 19:47:21.535 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 19:47:21.545 DEBUG [main][BrowserProgressListener] Calling chanded() 19:47:21.750 DEBUG [main][BrowserProgressListener] Calling chanded() 19:47:22.036 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 19:47:22.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 19:47:22.036 DEBUG [WorkbenchTestable][AbstractWait] Wait for 10 seconds 19:47:32.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 19:47:32.036 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 19:47:32.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 19:47:32.037 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 19:47:32.037 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 19:47:32.038 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:47:32.040 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text=Google
AboutStore
Google
Google offered in: čeština Français
Canada
PrivacyTerms
Google apps
TooltipText=null 19:47:32.045 INFO [WorkbenchTestable][AbstractBrowser] Set browser URL to 'https://www.google.cz/?q=jboss' 19:47:32.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 19:47:32.045 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 19:47:32.046 DEBUG [main][BrowserProgressListener] Calling chanded() 19:47:32.157 DEBUG [main][BrowserProgressListener] Calling chanded() 19:47:32.232 DEBUG [main][BrowserProgressListener] Calling chanded() 19:47:32.546 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 19:47:32.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 19:47:32.546 DEBUG [WorkbenchTestable][AbstractWait] Wait for 10 seconds 19:47:42.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 19:47:42.546 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 19:47:42.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 19:47:42.546 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 19:47:42.547 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 19:47:42.547 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:47:42.549 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text=Google
AboutStore
Google
Google offered in: čeština Français
Canada
PrivacyTerms
Google apps
TooltipText=null 19:47:42.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 19:47:42.554 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 19:47:42.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 19:47:42.555 INFO [WorkbenchTestable][AbstractBrowser] Browser back 19:47:42.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 19:47:42.556 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 19:47:42.557 DEBUG [main][BrowserProgressListener] Calling chanded() 19:47:42.604 DEBUG [main][BrowserProgressListener] Calling chanded() 19:47:43.056 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 19:47:43.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 19:47:43.056 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 19:47:44.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting while browser is pointed to URL: https://www.google.cz/?q=jboss... 19:47:44.057 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 19:47:44.058 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 19:47:44.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:47:44.060 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text=Google
AboutStore
Google
Google offered in: čeština Français
Canada
PrivacyTerms
Google apps
TooltipText=null 19:47:44.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 19:47:44.065 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 19:47:44.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 19:47:44.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting while browser is pointed to URL: https://www.google.cz/?q=jboss finished successfully 19:47:44.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 19:47:44.065 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 19:47:44.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 19:47:44.065 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 19:47:44.065 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 19:47:44.066 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:47:44.068 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text=Google
AboutStore
Google
Google offered in: čeština Français
Canada
PrivacyTerms
Google apps
TooltipText=null 19:47:44.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 19:47:44.073 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 19:47:44.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 19:47:44.073 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 19:47:44.073 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 19:47:44.074 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:47:44.076 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text=Google
AboutStore
Google
Google offered in: čeština Français
Canada
PrivacyTerms
Google apps
TooltipText=null 19:47:44.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 19:47:44.081 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 19:47:44.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 19:47:44.081 INFO [WorkbenchTestable][AbstractBrowser] Browser forward 19:47:44.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 19:47:44.082 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 19:47:44.083 DEBUG [main][BrowserProgressListener] Calling chanded() 19:47:44.132 DEBUG [main][BrowserProgressListener] Calling chanded() 19:47:44.582 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 19:47:44.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 19:47:44.582 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 19:47:45.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting while browser is pointed to URL: https://www.google.cz/?q=redhat... 19:47:45.582 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 19:47:45.583 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 19:47:45.584 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:47:45.586 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text=Google
AboutStore
Google
Google offered in: čeština Français
Canada
PrivacyTerms
Google apps
TooltipText=null 19:47:45.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 19:47:45.590 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 19:47:45.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 19:47:45.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting while browser is pointed to URL: https://www.google.cz/?q=redhat finished successfully 19:47:45.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 19:47:45.590 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 19:47:45.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 19:47:45.590 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 19:47:45.590 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 19:47:45.591 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:47:45.596 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text=Google
AboutStore
Google
Google offered in: čeština Français
Canada
PrivacyTerms
Google apps
TooltipText=null 19:47:45.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 19:47:45.600 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 19:47:45.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 19:47:45.601 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 19:47:45.601 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 19:47:45.601 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:47:45.604 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text=Google
AboutStore
Google
Google offered in: čeština Français
Canada
PrivacyTerms
Google apps
TooltipText=null 19:47:45.610 INFO [WorkbenchTestable][AbstractView] Close view 'Internal Web Browser' 19:47:45.610 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Internal Web Browser 19:47:45.611 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 19:47:45.611 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 19:47:45.636 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest 19:47:45.637 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:47:45.637 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:47:45.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:47:45.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:47:45.640 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testNavigation no-configuration(org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest) 19:47:45.640 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest 19:47:45.640 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:47:45.640 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:47:45.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:47:45.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 47.124 s - in org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest testRefreshPage no-configuration(org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest) Time elapsed: 22.363 s testNavigation no-configuration(org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest) Time elapsed: 24.759 s Running org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTest 19:47:45.682 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTest 19:47:45.682 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:47:45.682 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:47:45.682 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTest 19:47:45.682 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:47:45.682 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:47:45.683 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:47:45.683 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:47:45.683 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:47:45.683 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:47:45.683 INFO [WorkbenchTestable][RequirementsRunner] Started test: testEditor no-configuration(org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTest) 19:47:45.683 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTest 19:47:45.683 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:47:45.683 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:47:45.683 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:47:45.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7681aca5 is found... 19:47:45.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7681aca5 is found finished successfully 19:47:45.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 '\*?\Qa\E') 19:47:45.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:47:45.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:45.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:47:45.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:47:45.745 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:47:45.746 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:47:45.747 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text= TooltipText=null 19:47:45.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@50b5f8e9 is found... 19:47:45.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@50b5f8e9 is found finished successfully 19:47:45.747 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 '\*?\Qa\E') 19:47:45.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:47:45.747 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:45.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:47:45.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:47:45.749 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:47:45.750 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:47:45.750 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text= TooltipText=null 19:47:45.750 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.browser.Browser with no referenced composite specified, index 0 and no matchers specified 19:47:45.750 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:47:45.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:47:45.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:47:45.750 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "a"as the parent 19:47:45.750 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:47:45.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:47:45.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:45.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:47:45.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:47:45.750 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 19:47:45.751 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTest 19:47:45.751 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:47:45.751 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:47:45.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:47:45.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:47:45.751 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testEditor no-configuration(org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTest) 19:47:45.751 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTest 19:47:45.751 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:47:45.751 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:47:45.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:47:45.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s - in org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTest testEditor no-configuration(org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTest) Time elapsed: 0.068 s Running org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 19:47:45.760 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 19:47:45.760 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:47:45.761 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:47:45.761 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 19:47:45.761 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:47:45.761 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:47:45.761 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:47:45.761 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:47:45.761 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:47:45.761 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:47:45.761 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDeleteAllEmpty no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) 19:47:45.761 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 19:47:45.761 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:47:45.761 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:47:45.761 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:47:45.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:45.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:47:45.781 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 19:47:45.781 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - b - Eclipse Platform 19:47:45.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:47:45.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:47:45.781 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - b - Eclipse Platform' 19:47:45.781 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - b - Eclipse Platform' 19:47:45.782 DEBUG [main][MenuItemLookup] Found menu:'File' 19:47:45.782 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:47:45.782 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:47:45.782 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:47:45.782 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:47:45.782 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:47:45.782 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:47:45.782 DEBUG [main][MenuItemLookup] Item match:Window 19:47:45.782 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:47:45.782 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:47:45.782 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:47:45.782 DEBUG [main][MenuItemLookup] Found menu:'' 19:47:45.782 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:47:45.782 DEBUG [main][MenuItemLookup] Item match:Show View 19:47:45.788 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 19:47:45.788 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 19:47:45.788 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 19:47:45.788 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 19:47:45.788 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 19:47:45.788 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 19:47:45.788 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 19:47:45.788 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 19:47:45.788 DEBUG [main][MenuItemLookup] Found menu:'Progress' 19:47:45.788 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 19:47:45.788 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 19:47:45.788 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 19:47:45.788 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 19:47:45.788 DEBUG [main][MenuItemLookup] Found menu:'Templates' 19:47:45.788 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 19:47:45.788 DEBUG [main][MenuItemLookup] Found menu:'' 19:47:45.788 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 19:47:45.789 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 19:47:45.789 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 19:47:45.789 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 19:47:45.789 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 19:47:45.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 19:47:45.853 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 19:47:45.853 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 19:47:45.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:47:45.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:47:45.854 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 19:47:45.854 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:47:45.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:47:45.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:47:45.854 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:47:45.854 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:47:45.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:47:45.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:45.854 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:47:45.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:47:45.854 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:47:45.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:47:45.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:47:45.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:47:45.855 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:47:45.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:47:45.856 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:47:45.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:47:45.856 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:47:45.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:47:45.856 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:47:45.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:47:45.856 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:47:45.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:47:45.856 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:47:45.856 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 19:47:45.856 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 19:47:45.856 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 19:47:45.856 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 19:47:45.857 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:47:45.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:47:45.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:47:45.857 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:47:45.857 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:47:45.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:45.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:47:45.857 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:47:45.857 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:47:45.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:47:45.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:47:45.857 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:47:45.857 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:47:45.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:47:45.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:45.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:47:45.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:47:45.857 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:47:45.858 INFO [WorkbenchTestable][AbstractButton] Click button &Open 19:47:45.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:47:45.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:47:45.858 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:47:45.858 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:47:45.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:47:45.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:47:45.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 19:47:45.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:45.904 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:47:45.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 19:47:45.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:45.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:47:45.905 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - b - Eclipse Platform 19:47:45.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:47:45.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:47:45.905 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - b - Eclipse Platform' 19:47:45.905 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:47:45.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:47:45.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:45.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:47:45.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:47:45.906 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:47:45.906 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:47:45.906 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:47:45.907 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:47:45.907 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - b - Eclipse Platform TooltipText=null 19:47:45.907 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:47:45.907 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:47:45.908 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:47:45.908 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:47:45.908 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:47:45.908 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:47:45.908 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:47:45.908 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:47:45.909 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:47:45.909 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:47:45.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:47:45.909 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:45.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found failed to create drawable failed to create drawable 19:47:46.409 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:46.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:47:46.909 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:46.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:47:47.410 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:47.410 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:47:47.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:47:47.410 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:47:47.410 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:47:47.411 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:47:47.411 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:47:47.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 19:47:47.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:47:47.411 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:47.411 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:47:47.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:47:47.411 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:47:47.411 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 19:47:47.411 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 19:47:47.412 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:47:47.412 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:47:47.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:47:47.413 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:47:47.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:47:47.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:47.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:47:47.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:47.914 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:47:48.415 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:48.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:47:48.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:47:48.415 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:47:48.415 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:47:48.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:47:48.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:47:48.416 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:47:48.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:47:48.416 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:48.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:47:48.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:47:48.416 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:47:48.416 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 19:47:48.417 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 19:47:48.417 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:47:48.417 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:47:48.417 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:47:48.417 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:47:48.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.ctab.DefaultCTabItem, index 0 and no matchers specified 19:47:48.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:47:48.417 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:48.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:47:48.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:47:48.417 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:47:48.417 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 19:47:48.417 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 19:47:48.417 DEBUG [main][TreeItemHandler] Set Tree selection 19:47:48.418 DEBUG [main][TreeHandler] Notify Tree about selection event 19:47:48.423 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 19:47:48.424 DEBUG [WorkbenchTestable][TreeItemHandler] maven-test-project 19:47:48.424 DEBUG [WorkbenchTestable][TreeItemHandler] maven-wrong-project 19:47:48.424 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:47:48.424 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:47:48.452 DEBUG [main][MenuItemLookup] Found menu:'New' 19:47:48.452 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:47:48.452 DEBUG [main][MenuItemLookup] Found menu:'' 19:47:48.452 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:47:48.452 DEBUG [main][MenuItemLookup] Found menu:'' 19:47:48.452 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:47:48.452 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:47:48.452 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:47:48.452 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:47:48.452 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 19:47:48.452 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 19:47:48.452 DEBUG [main][MenuItemLookup] Found menu:'' 19:47:48.452 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:47:48.452 DEBUG [main][MenuItemLookup] Found menu:'Export...' 19:47:48.452 DEBUG [main][MenuItemLookup] Found menu:'' 19:47:48.452 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:47:48.452 DEBUG [main][MenuItemLookup] Item match:Refresh F5 19:47:48.452 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 19:47:48.452 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 19:47:48.452 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 19:47:48.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:47:48.453 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 19:47:48.953 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:47:48.953 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:47:48.953 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:47:48.953 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:47:48.953 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:47:48.953 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:47:48.953 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:47:48.953 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:47:48.953 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:47:48.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:47:48.953 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:47:48.953 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:47:48.976 DEBUG [main][MenuItemLookup] Found menu:'New' 19:47:48.976 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:47:48.976 DEBUG [main][MenuItemLookup] Found menu:'' 19:47:48.976 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:47:48.976 DEBUG [main][MenuItemLookup] Found menu:'' 19:47:48.976 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:47:48.976 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:47:48.976 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:47:48.976 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:47:48.976 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:47:48.977 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:47:48.977 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:47:48.977 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 19:47:49.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... (Eclipse:2191): Gtk-CRITICAL **: 19:47:49.020: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2191): Gtk-CRITICAL **: 19:47:49.023: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2191): Gtk-CRITICAL **: 19:47:49.045: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2191): Gtk-CRITICAL **: 19:47:49.059: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2191): Gtk-CRITICAL **: 19:47:49.078: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2191): Gtk-CRITICAL **: 19:47:49.094: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2191): Gtk-CRITICAL **: 19:47:49.111: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2191): Gtk-CRITICAL **: 19:47:49.127: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2191): Gtk-CRITICAL **: 19:47:49.144: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2191): Gtk-CRITICAL **: 19:47:49.161: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2191): Gtk-CRITICAL **: 19:47:49.178: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2191): Gtk-CRITICAL **: 19:47:49.195: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2191): Gtk-CRITICAL **: 19:47:49.211: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2191): Gtk-CRITICAL **: 19:47:49.228: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2191): Gtk-CRITICAL **: 19:47:49.244: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2191): Gtk-CRITICAL **: 19:47:49.261: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2191): Gtk-CRITICAL **: 19:47:49.277: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2191): Gtk-CRITICAL **: 19:47:49.294: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2191): Gtk-CRITICAL **: 19:47:49.311: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 19:47:49.562 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 19:47:49.562 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 19:47:49.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:47:49.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:47:49.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: 32) 19:47:49.564 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:47:49.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:47:49.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:47:49.565 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:47:49.565 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:47:49.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:47:49.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:49.565 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:47:49.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:47:49.565 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:47:49.565 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 19:47:49.565 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 19:47:49.565 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 19:47:49.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:47:49.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:47:49.565 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:47:49.565 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:47:49.566 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:47:49.566 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:47:49.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:47:49.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:47:49.566 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:47:49.566 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:47:49.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:47:49.566 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:49.566 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:47:49.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:47:49.566 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:47:49.567 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:47:49.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:47:49.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:47:49.567 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:47:49.567 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:47:49.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 19:47:49.570 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 (Eclipse:2191): Gtk-CRITICAL **: 19:47:49.586: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 19:47:50.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 19:47:50.070 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 19:47:50.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:47:50.070 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 19:47:50.070 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refreshing view' is a system job, skipped 19:47:50.070 DEBUG [WorkbenchTestable][JobIsRunning] job 'Updating Maven Dependencies' is not running, skipped 19:47:50.070 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 19:47:50.070 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:47:50.070 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:47:50.070 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:47:50.070 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:47:50.070 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:47:50.070 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:47:50.070 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:47:50.070 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:47:50.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:47:50.070 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:47:50.070 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:47:50.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:47:50.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:47:50.071 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:47:50.071 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:47:50.072 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:47:50.072 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:47:50.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:47:50.072 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:50.072 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:47:50.572 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:50.572 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:47:51.080 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:51.080 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:47:51.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:47:51.081 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:47:51.081 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:47:51.082 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:47:51.082 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:47:51.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 19:47:51.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:47:51.082 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:51.082 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:47:51.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:47:51.082 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:47:51.082 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:47:51.082 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:47:51.083 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:47:51.084 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:47:51.084 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:47:51.084 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:47:51.085 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:47:51.085 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:47:51.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:47:51.085 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:51.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:47:51.585 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:51.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:47:52.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:52.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:47:52.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:47:52.087 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:47:52.087 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:47:52.088 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:47:52.088 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:47:52.088 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:47:52.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:47:52.088 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:52.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:47:52.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:47:52.088 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:47:52.088 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:47:52.088 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:47:52.089 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:47:52.089 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:47:52.089 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 19:47:52.089 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 19:47:52.089 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:47:52.089 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 19:47:52.105 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 19:47:52.105 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:47:52.105 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:47:52.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:47:52.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:47:52.112 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDeleteAllEmpty no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) 19:47:52.112 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:47:52.112 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetProjectsItemsEmpty no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) 19:47:52.112 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 19:47:52.112 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:47:52.112 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:47:52.112 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:47:52.113 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:52.118 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:47:52.118 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 19:47:52.118 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - b - Eclipse Platform 19:47:52.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:47:52.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:47:52.118 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - b - Eclipse Platform' 19:47:52.118 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - b - Eclipse Platform' 19:47:52.118 DEBUG [main][MenuItemLookup] Found menu:'File' 19:47:52.119 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:47:52.119 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:47:52.119 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:47:52.119 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:47:52.119 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:47:52.119 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:47:52.119 DEBUG [main][MenuItemLookup] Item match:Window 19:47:52.119 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:47:52.119 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:47:52.119 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:47:52.119 DEBUG [main][MenuItemLookup] Found menu:'' 19:47:52.119 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:47:52.119 DEBUG [main][MenuItemLookup] Item match:Show View 19:47:52.123 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 19:47:52.123 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 19:47:52.123 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 19:47:52.123 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 19:47:52.123 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 19:47:52.123 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 19:47:52.123 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 19:47:52.123 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 19:47:52.123 DEBUG [main][MenuItemLookup] Found menu:'Progress' 19:47:52.123 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 19:47:52.123 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 19:47:52.123 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 19:47:52.123 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 19:47:52.123 DEBUG [main][MenuItemLookup] Found menu:'Templates' 19:47:52.123 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 19:47:52.123 DEBUG [main][MenuItemLookup] Found menu:'' 19:47:52.123 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 19:47:52.123 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 19:47:52.123 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 19:47:52.123 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 19:47:52.123 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 19:47:52.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 19:47:52.207 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 19:47:52.208 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 19:47:52.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:47:52.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:47:52.209 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 19:47:52.209 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:47:52.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:47:52.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:47:52.210 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:47:52.210 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:47:52.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:47:52.210 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:52.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:47:52.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:47:52.210 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:47:52.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:47:52.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:47:52.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:47:52.211 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:47:52.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:47:52.211 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:47:52.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:47:52.211 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:47:52.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:47:52.211 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:47:52.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:47:52.211 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:47:52.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:47:52.211 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:47:52.211 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 19:47:52.211 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 19:47:52.211 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 19:47:52.211 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 19:47:52.211 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:47:52.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:47:52.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:47:52.211 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:47:52.211 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:47:52.211 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:52.212 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:47:52.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 "Open") 19:47:52.212 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:47:52.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:47:52.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:47:52.212 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:47:52.212 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:47:52.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:47:52.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:52.212 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:47:52.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:47:52.212 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:47:52.212 INFO [WorkbenchTestable][AbstractButton] Click button &Open 19:47:52.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:47:52.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:47:52.212 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:47:52.212 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:47:52.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:47:52.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:47:52.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 19:47:52.242 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:52.242 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:47:52.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 19:47:52.242 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:52.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:47:52.243 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - b - Eclipse Platform 19:47:52.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:47:52.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:47:52.243 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - b - Eclipse Platform' 19:47:52.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 19:47:52.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:47:52.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:52.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:47:52.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:47:52.244 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:47:52.244 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:47:52.244 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:47:52.244 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:47:52.244 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - b - Eclipse Platform TooltipText=null 19:47:52.244 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:47:52.244 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:47:52.245 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:47:52.245 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:47:52.245 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:47:52.245 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:47:52.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:47:52.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:52.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:47:52.746 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:52.746 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:47:53.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:53.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:47:53.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:47:53.247 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:47:53.247 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:47:53.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:47:53.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:47:53.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 19:47:53.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:47:53.248 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:53.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:47:53.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:47:53.249 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:47:53.249 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:47:53.249 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:47:53.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:47:53.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:47:53.249 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 19:47:53.249 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 19:47:53.249 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:47:53.250 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 19:47:53.264 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 19:47:53.264 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:47:53.264 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:47:53.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:47:53.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:47:53.271 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetProjectsItemsEmpty no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) 19:47:53.271 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:47:53.271 INFO [WorkbenchTestable][RequirementsRunner] Started test: open no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) 19:47:53.271 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 19:47:53.271 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:47:53.271 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:47:53.271 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:47:53.271 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:53.275 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:47:53.275 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 19:47:53.275 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - b - Eclipse Platform 19:47:53.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:47:53.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:47:53.275 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - b - Eclipse Platform' 19:47:53.276 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - b - Eclipse Platform' 19:47:53.276 DEBUG [main][MenuItemLookup] Found menu:'File' 19:47:53.276 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:47:53.276 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:47:53.276 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:47:53.276 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:47:53.276 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:47:53.276 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:47:53.276 DEBUG [main][MenuItemLookup] Item match:Window 19:47:53.276 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:47:53.276 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:47:53.276 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:47:53.276 DEBUG [main][MenuItemLookup] Found menu:'' 19:47:53.276 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:47:53.276 DEBUG [main][MenuItemLookup] Item match:Show View 19:47:53.280 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 19:47:53.280 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 19:47:53.280 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 19:47:53.280 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 19:47:53.280 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 19:47:53.280 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 19:47:53.280 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 19:47:53.280 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 19:47:53.280 DEBUG [main][MenuItemLookup] Found menu:'Progress' 19:47:53.280 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 19:47:53.280 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 19:47:53.280 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 19:47:53.280 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 19:47:53.280 DEBUG [main][MenuItemLookup] Found menu:'Templates' 19:47:53.280 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 19:47:53.280 DEBUG [main][MenuItemLookup] Found menu:'' 19:47:53.280 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 19:47:53.280 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 19:47:53.280 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 19:47:53.280 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 19:47:53.280 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 19:47:53.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 19:47:53.326 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 19:47:53.326 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 19:47:53.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:47:53.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:47:53.327 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 19:47:53.327 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:47:53.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:47:53.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:47:53.327 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:47:53.327 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:47:53.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:47:53.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:53.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:47:53.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:47:53.327 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:47:53.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:47:53.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:47:53.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:47:53.328 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:47:53.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:47:53.328 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:47:53.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:47:53.328 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:47:53.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:47:53.328 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:47:53.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:47:53.328 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:47:53.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:47:53.328 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:47:53.328 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 19:47:53.328 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 19:47:53.329 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 19:47:53.329 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 19:47:53.329 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:47:53.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:47:53.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:47:53.329 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:47:53.329 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:47:53.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:53.329 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:47:53.329 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:47:53.329 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:47:53.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:47:53.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:47:53.329 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:47:53.329 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:47:53.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:47:53.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:53.329 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:47:53.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:47:53.329 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:47:53.330 INFO [WorkbenchTestable][AbstractButton] Click button &Open 19:47:53.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:47:53.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:47:53.330 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:47:53.330 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:47:53.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:47:53.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:47:53.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 19:47:53.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:53.358 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:47:53.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 19:47:53.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:53.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:47:53.359 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - b - Eclipse Platform 19:47:53.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:47:53.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:47:53.359 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - b - Eclipse Platform' 19:47:53.359 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:47:53.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:47:53.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:53.360 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:47:53.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:47:53.360 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:47:53.360 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:47:53.360 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:47:53.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:47:53.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - b - Eclipse Platform TooltipText=null 19:47:53.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:47:53.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:47:53.361 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:47:53.361 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:47:53.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:47:53.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:47:53.361 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 19:47:53.361 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 19:47:53.362 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:47:53.362 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 19:47:53.385 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 19:47:53.385 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:47:53.385 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:47:53.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:47:53.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:47:53.399 INFO [WorkbenchTestable][RequirementsRunner] Finished test: open no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) 19:47:53.399 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:47:53.399 INFO [WorkbenchTestable][RequirementsRunner] Started test: getProjectsWhenExplorerIsClosed no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) 19:47:53.399 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 19:47:53.399 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:47:53.399 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:47:53.399 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:47:53.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:53.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:47:53.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:53.406 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:47:53.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:53.410 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:47:53.410 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 19:47:53.410 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:47:53.410 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:47:53.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:47:53.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:47:53.411 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getProjectsWhenExplorerIsClosed no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) 19:47:53.411 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:47:53.411 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectProjectWithEmptyExplorer no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) 19:47:53.411 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 19:47:53.411 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:47:53.411 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:47:53.411 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:47:53.411 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:53.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:47:53.415 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 19:47:53.415 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - b - Eclipse Platform 19:47:53.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:47:53.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:47:53.416 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - b - Eclipse Platform' 19:47:53.416 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - b - Eclipse Platform' 19:47:53.416 DEBUG [main][MenuItemLookup] Found menu:'File' 19:47:53.416 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:47:53.416 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:47:53.416 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:47:53.416 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:47:53.416 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:47:53.416 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:47:53.416 DEBUG [main][MenuItemLookup] Item match:Window 19:47:53.416 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:47:53.416 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:47:53.416 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:47:53.416 DEBUG [main][MenuItemLookup] Found menu:'' 19:47:53.416 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:47:53.416 DEBUG [main][MenuItemLookup] Item match:Show View 19:47:53.420 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 19:47:53.420 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 19:47:53.420 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 19:47:53.420 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 19:47:53.420 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 19:47:53.420 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 19:47:53.420 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 19:47:53.420 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 19:47:53.420 DEBUG [main][MenuItemLookup] Found menu:'Progress' 19:47:53.420 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 19:47:53.420 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 19:47:53.420 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 19:47:53.420 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 19:47:53.420 DEBUG [main][MenuItemLookup] Found menu:'Templates' 19:47:53.420 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 19:47:53.420 DEBUG [main][MenuItemLookup] Found menu:'' 19:47:53.420 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 19:47:53.420 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 19:47:53.420 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 19:47:53.420 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 19:47:53.420 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 19:47:53.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 19:47:53.467 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 19:47:53.467 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 19:47:53.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:47:53.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:47:53.468 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 19:47:53.468 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:47:53.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:47:53.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:47:53.469 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:47:53.469 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:47:53.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:47:53.469 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:53.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:47:53.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:47:53.469 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:47:53.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:47:53.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:47:53.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:47:53.470 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:47:53.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:47:53.470 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:47:53.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:47:53.470 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:47:53.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:47:53.470 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:47:53.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:47:53.470 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:47:53.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:47:53.470 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:47:53.470 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 19:47:53.470 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 19:47:53.470 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 19:47:53.470 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 19:47:53.470 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:47:53.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:47:53.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:47:53.471 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:47:53.471 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:47:53.471 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:53.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:47:53.471 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:47:53.471 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:47:53.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:47:53.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:47:53.474 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:47:53.474 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:47:53.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:47:53.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:53.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:47:53.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:47:53.475 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:47:53.475 INFO [WorkbenchTestable][AbstractButton] Click button &Open 19:47:53.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:47:53.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:47:53.475 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:47:53.475 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:47:53.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:47:53.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:47:53.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 19:47:53.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:53.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:47:53.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 19:47:53.504 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:53.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:47:53.504 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - b - Eclipse Platform 19:47:53.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:47:53.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:47:53.505 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - b - Eclipse Platform' 19:47:53.505 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:47:53.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:47:53.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:53.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:47:53.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:47:53.506 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:47:53.506 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:47:53.506 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:47:53.506 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:47:53.506 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - b - Eclipse Platform TooltipText=null 19:47:53.506 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:47:53.506 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:47:53.507 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:47:53.507 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:47:53.507 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:47:53.507 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:47:53.507 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:47:53.507 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:47:53.508 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:47:53.508 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:47:53.508 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:47:53.508 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:47:53.508 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:47:53.508 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:47:53.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:47:53.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:53.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:47:54.009 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:54.009 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:47:54.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:54.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:47:54.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:47:54.511 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:47:54.511 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:47:54.511 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:47:54.511 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:47:54.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 19:47:54.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:47:54.512 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:54.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:47:54.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:47:54.512 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:47:54.512 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:47:54.512 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:47:54.512 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:47:54.512 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:47:54.513 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 19:47:54.513 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 19:47:54.513 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:47:54.513 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 19:47:54.529 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 19:47:54.529 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:47:54.529 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:47:54.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:47:54.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:47:54.538 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectProjectWithEmptyExplorer no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) 19:47:54.538 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:47:54.538 INFO [WorkbenchTestable][RequirementsRunner] Started test: getEmptyListOfProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) 19:47:54.538 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 19:47:54.538 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:47:54.538 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:47:54.538 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:47:54.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:54.542 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:47:54.542 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 19:47:54.542 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - b - Eclipse Platform 19:47:54.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:47:54.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:47:54.542 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - b - Eclipse Platform' 19:47:54.542 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - b - Eclipse Platform' 19:47:54.542 DEBUG [main][MenuItemLookup] Found menu:'File' 19:47:54.542 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:47:54.542 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:47:54.542 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:47:54.543 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:47:54.543 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:47:54.543 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:47:54.543 DEBUG [main][MenuItemLookup] Item match:Window 19:47:54.543 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:47:54.543 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:47:54.543 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:47:54.543 DEBUG [main][MenuItemLookup] Found menu:'' 19:47:54.543 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:47:54.543 DEBUG [main][MenuItemLookup] Item match:Show View 19:47:54.546 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 19:47:54.546 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 19:47:54.546 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 19:47:54.546 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 19:47:54.546 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 19:47:54.546 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 19:47:54.546 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 19:47:54.546 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 19:47:54.546 DEBUG [main][MenuItemLookup] Found menu:'Progress' 19:47:54.546 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 19:47:54.546 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 19:47:54.546 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 19:47:54.546 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 19:47:54.546 DEBUG [main][MenuItemLookup] Found menu:'Templates' 19:47:54.546 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 19:47:54.546 DEBUG [main][MenuItemLookup] Found menu:'' 19:47:54.546 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 19:47:54.546 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 19:47:54.546 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 19:47:54.546 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 19:47:54.546 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 19:47:54.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 19:47:54.593 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 19:47:54.593 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 19:47:54.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:47:54.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:47:54.594 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 19:47:54.594 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:47:54.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:47:54.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:47:54.594 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:47:54.594 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:47:54.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:47:54.594 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:54.594 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:47:54.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:47:54.594 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:47:54.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:47:54.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:47:54.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:47:54.595 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:47:54.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:47:54.595 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:47:54.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:47:54.595 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:47:54.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:47:54.596 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:47:54.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:47:54.596 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:47:54.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:47:54.596 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:47:54.596 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 19:47:54.596 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 19:47:54.596 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 19:47:54.596 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 19:47:54.596 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:47:54.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:47:54.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:47:54.596 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:47:54.596 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:47:54.596 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:54.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:47:54.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 "Open") 19:47:54.597 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:47:54.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:47:54.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:47:54.597 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:47:54.597 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:47:54.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:47:54.597 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:54.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:47:54.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:47:54.597 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:47:54.597 INFO [WorkbenchTestable][AbstractButton] Click button &Open 19:47:54.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:47:54.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:47:54.598 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:47:54.598 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:47:54.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:47:54.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:47:54.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 19:47:54.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:54.626 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:47:54.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 19:47:54.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:54.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:47:54.627 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - b - Eclipse Platform 19:47:54.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:47:54.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:47:54.627 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - b - Eclipse Platform' 19:47:54.627 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:47:54.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:47:54.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:54.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:47:54.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:47:54.628 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:47:54.628 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:47:54.628 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:47:54.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:47:54.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - b - Eclipse Platform TooltipText=null 19:47:54.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:47:54.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:47:54.629 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:47:54.629 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:47:54.630 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:47:54.630 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:47:54.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:47:54.630 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:54.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:47:55.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:55.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:47:55.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:55.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:47:55.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:47:55.632 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:47:55.633 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:47:55.633 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:47:55.633 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:47:55.633 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:47:55.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:47:55.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:55.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:47:55.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:47:55.633 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:47:55.634 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:47:55.634 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:47:55.634 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:47:55.634 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:47:55.634 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 19:47:55.634 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 19:47:55.634 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:47:55.634 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 19:47:55.649 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 19:47:55.649 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:47:55.649 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:47:55.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:47:55.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:47:55.656 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getEmptyListOfProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) 19:47:55.656 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:47:55.656 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectAllWithEmptyExplorer no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) 19:47:55.656 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 19:47:55.656 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:47:55.656 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:47:55.656 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:47:55.657 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:55.660 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:47:55.660 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 19:47:55.660 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - b - Eclipse Platform 19:47:55.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:47:55.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:47:55.661 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - b - Eclipse Platform' 19:47:55.661 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - b - Eclipse Platform' 19:47:55.661 DEBUG [main][MenuItemLookup] Found menu:'File' 19:47:55.661 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:47:55.661 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:47:55.661 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:47:55.661 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:47:55.661 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:47:55.661 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:47:55.661 DEBUG [main][MenuItemLookup] Item match:Window 19:47:55.662 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:47:55.662 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:47:55.662 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:47:55.662 DEBUG [main][MenuItemLookup] Found menu:'' 19:47:55.662 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:47:55.662 DEBUG [main][MenuItemLookup] Item match:Show View 19:47:55.665 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 19:47:55.665 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 19:47:55.665 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 19:47:55.665 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 19:47:55.665 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 19:47:55.665 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 19:47:55.665 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 19:47:55.665 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 19:47:55.665 DEBUG [main][MenuItemLookup] Found menu:'Progress' 19:47:55.665 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 19:47:55.665 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 19:47:55.665 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 19:47:55.665 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 19:47:55.665 DEBUG [main][MenuItemLookup] Found menu:'Templates' 19:47:55.665 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 19:47:55.665 DEBUG [main][MenuItemLookup] Found menu:'' 19:47:55.665 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 19:47:55.665 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 19:47:55.665 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 19:47:55.665 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 19:47:55.665 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 19:47:55.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 19:47:55.712 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 19:47:55.712 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 19:47:55.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:47:55.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:47:55.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 19:47:55.724 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:47:55.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:47:55.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:47:55.725 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:47:55.725 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:47:55.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:47:55.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:55.725 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:47:55.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:47:55.725 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:47:55.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:47:55.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:47:55.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:47:55.726 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:47:55.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:47:55.726 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:47:55.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:47:55.726 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:47:55.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:47:55.726 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:47:55.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:47:55.726 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:47:55.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:47:55.726 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:47:55.726 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 19:47:55.726 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 19:47:55.726 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 19:47:55.727 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 19:47:55.727 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:47:55.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:47:55.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:47:55.727 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:47:55.727 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:47:55.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:55.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:47:55.727 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:47:55.727 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:47:55.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:47:55.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:47:55.727 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:47:55.727 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:47:55.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:47:55.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:55.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:47:55.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:47:55.727 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:47:55.728 INFO [WorkbenchTestable][AbstractButton] Click button &Open 19:47:55.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:47:55.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:47:55.728 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:47:55.728 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:47:55.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:47:55.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:47:55.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 19:47:55.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:55.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:47:55.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 19:47:55.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:55.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:47:55.756 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - b - Eclipse Platform 19:47:55.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:47:55.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:47:55.756 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - b - Eclipse Platform' 19:47:55.756 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:47:55.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:47:55.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:55.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:47:55.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:47:55.757 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:47:55.757 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:47:55.757 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:47:55.757 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:47:55.757 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - b - Eclipse Platform TooltipText=null 19:47:55.757 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:47:55.757 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:47:55.758 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:47:55.758 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:47:55.758 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:47:55.758 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:47:55.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:47:55.758 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:55.758 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:47:56.258 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:56.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:47:56.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:56.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:47:56.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:47:56.760 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:47:56.760 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:47:56.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:47:56.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:47:56.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 19:47:56.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:47:56.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:56.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:47:56.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:47:56.760 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:47:56.761 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:47:56.761 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:47:56.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:47:56.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:47:56.761 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 19:47:56.761 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 19:47:56.761 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:47:56.761 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 19:47:56.775 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 19:47:56.775 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:47:56.775 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:47:56.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:47:56.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:47:56.782 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectAllWithEmptyExplorer no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) 19:47:56.782 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 19:47:56.782 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:47:56.782 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:47:56.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:47:56.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.023 s - in org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest testDeleteAllEmpty no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) Time elapsed: 6.351 s testGetProjectsItemsEmpty no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) Time elapsed: 1.159 s open no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) Time elapsed: 0.128 s getProjectsWhenExplorerIsClosed no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) Time elapsed: 0.011 s selectProjectWithEmptyExplorer no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) Time elapsed: 1.127 s getEmptyListOfProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) Time elapsed: 1.118 s selectAllWithEmptyExplorer no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) Time elapsed: 1.126 s Running org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest 19:47:56.789 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest 19:47:56.789 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:47:56.789 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:47:56.789 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest 19:47:56.789 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:47:56.789 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:47:56.790 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:47:56.790 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:47:56.790 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:47:56.790 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 19:47:56.790 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 19:47:56.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 19:47:56.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:47:56.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:47:56.790 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - b - Eclipse Platform' 19:47:56.790 DEBUG [main][MenuItemLookup] Found menu:'File' 19:47:56.791 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:47:56.791 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:47:56.791 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:47:56.791 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:47:56.791 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:47:56.791 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:47:56.791 DEBUG [main][MenuItemLookup] Item match:Window 19:47:56.791 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:47:56.791 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:47:56.791 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:47:56.791 DEBUG [main][MenuItemLookup] Found menu:'' 19:47:56.791 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:47:56.791 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:47:56.791 DEBUG [main][MenuItemLookup] Found menu:'' 19:47:56.791 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 19:47:56.791 DEBUG [main][MenuItemLookup] Found menu:'' 19:47:56.791 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 19:47:56.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:47:56.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:47:56.791 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - b - Eclipse Platform' 19:47:56.791 DEBUG [main][MenuItemLookup] Found menu:'File' 19:47:56.791 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:47:56.791 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:47:56.791 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:47:56.791 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:47:56.791 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:47:56.791 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:47:56.791 DEBUG [main][MenuItemLookup] Item match:Window 19:47:56.791 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:47:56.791 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:47:56.791 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:47:56.791 DEBUG [main][MenuItemLookup] Found menu:'' 19:47:56.791 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:47:56.791 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:47:56.791 DEBUG [main][MenuItemLookup] Item match:Perspective 19:47:56.791 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 19:47:56.791 DEBUG [main][MenuItemLookup] Found menu:'' 19:47:56.791 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 19:47:56.791 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 19:47:56.791 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 19:47:56.791 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 19:47:56.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 19:47:56.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:47:56.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:47:56.792 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - b - Eclipse Platform' 19:47:56.792 DEBUG [main][MenuItemLookup] Found menu:'File' 19:47:56.792 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:47:56.792 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:47:56.792 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:47:56.792 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:47:56.792 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:47:56.792 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:47:56.792 DEBUG [main][MenuItemLookup] Item match:Window 19:47:56.792 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:47:56.792 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:47:56.792 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:47:56.792 DEBUG [main][MenuItemLookup] Found menu:'' 19:47:56.792 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:47:56.792 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:47:56.792 DEBUG [main][MenuItemLookup] Found menu:'' 19:47:56.792 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 19:47:56.792 DEBUG [main][MenuItemLookup] Found menu:'' 19:47:56.792 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 19:47:56.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:47:56.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:47:56.792 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - b - Eclipse Platform' 19:47:56.792 DEBUG [main][MenuItemLookup] Found menu:'File' 19:47:56.792 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:47:56.792 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:47:56.792 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:47:56.792 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:47:56.792 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:47:56.792 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:47:56.792 DEBUG [main][MenuItemLookup] Item match:Window 19:47:56.792 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:47:56.792 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:47:56.792 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:47:56.792 DEBUG [main][MenuItemLookup] Found menu:'' 19:47:56.792 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:47:56.792 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:47:56.792 DEBUG [main][MenuItemLookup] Item match:Perspective 19:47:56.792 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 19:47:56.792 DEBUG [main][MenuItemLookup] Found menu:'' 19:47:56.792 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 19:47:56.792 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 19:47:56.792 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 19:47:56.792 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 19:47:56.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:47:56.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:47:56.793 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - b - Eclipse Platform' 19:47:56.793 DEBUG [main][MenuItemLookup] Found menu:'File' 19:47:56.793 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:47:56.793 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:47:56.793 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:47:56.793 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:47:56.793 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:47:56.793 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:47:56.793 DEBUG [main][MenuItemLookup] Item match:Window 19:47:56.793 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:47:56.793 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:47:56.793 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:47:56.793 DEBUG [main][MenuItemLookup] Found menu:'' 19:47:56.793 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:47:56.793 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:47:56.793 DEBUG [main][MenuItemLookup] Found menu:'' 19:47:56.793 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 19:47:56.793 DEBUG [main][MenuItemLookup] Found menu:'' 19:47:56.793 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 19:47:56.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:47:56.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:47:56.793 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - b - Eclipse Platform' 19:47:56.793 DEBUG [main][MenuItemLookup] Found menu:'File' 19:47:56.793 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:47:56.793 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:47:56.793 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:47:56.793 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:47:56.793 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:47:56.793 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:47:56.793 DEBUG [main][MenuItemLookup] Item match:Window 19:47:56.793 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:47:56.793 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:47:56.793 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:47:56.793 DEBUG [main][MenuItemLookup] Found menu:'' 19:47:56.793 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:47:56.793 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:47:56.793 DEBUG [main][MenuItemLookup] Item match:Perspective 19:47:56.793 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 19:47:56.793 DEBUG [main][MenuItemLookup] Found menu:'' 19:47:56.793 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 19:47:56.793 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 19:47:56.793 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 19:47:56.793 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 19:47:56.793 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 19:47:56.793 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 19:47:56.793 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 19:47:56.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 19:47:56.814 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 19:47:56.814 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 19:47:56.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:47:56.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:47:56.814 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:47:56.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:47:56.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:47:56.814 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 19:47:56.814 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:47:56.815 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:56.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:47:56.815 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:47:56.815 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:47:56.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:47:56.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:47:56.815 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 19:47:56.815 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:47:56.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:47:56.815 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:56.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:47:56.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:47:56.815 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:47:56.815 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 19:47:56.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:47:56.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:47:56.815 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:47:56.815 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:47:56.917 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:47:56.917 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:47:56.917 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:47:56.917 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:47:56.917 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 19:47:56.917 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:47:56.917 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:47:56.917 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:47:56.918 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:47:56.918 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:47:56.918 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:47:56.918 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:47:56.918 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 19:47:56.918 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:47:56.918 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:47:56.918 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:47:56.918 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:47:56.918 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:47:56.918 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - b - Eclipse Platform 19:47:56.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:47:56.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:47:56.919 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - b - Eclipse Platform' 19:47:56.919 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - b - Eclipse Platform' 19:47:56.919 DEBUG [main][MenuItemLookup] Found menu:'File' 19:47:56.919 DEBUG [main][MenuItemLookup] Item match:File 19:47:56.919 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:47:56.919 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:47:56.921 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 19:47:56.921 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:47:56.921 DEBUG [main][MenuItemLookup] Found menu:'' 19:47:56.921 DEBUG [main][MenuItemLookup] Found menu:'Package' 19:47:56.921 DEBUG [main][MenuItemLookup] Found menu:'Class' 19:47:56.921 DEBUG [main][MenuItemLookup] Found menu:'Interface' 19:47:56.921 DEBUG [main][MenuItemLookup] Found menu:'Enum' 19:47:56.921 DEBUG [main][MenuItemLookup] Found menu:'Record' 19:47:56.921 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 19:47:56.921 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 19:47:56.921 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 19:47:56.921 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:47:56.921 DEBUG [main][MenuItemLookup] Found menu:'File' 19:47:56.921 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:47:56.921 DEBUG [main][MenuItemLookup] Found menu:'Task' 19:47:56.921 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 19:47:56.921 DEBUG [main][MenuItemLookup] Found menu:'' 19:47:56.921 DEBUG [main][MenuItemLookup] Found menu:'Example...' 19:47:56.921 DEBUG [main][MenuItemLookup] Found menu:'' 19:47:56.921 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:47:56.921 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:47:56.936 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:47:56.936 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:47:56.936 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:47:56.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 19:47:56.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 'New|Select a wizard'] is available. finished successfully 19:47:56.992 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:47:56.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:47:56.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:47:56.993 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:47:56.993 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:47:56.993 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 19:47:56.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:47:56.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:56.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:47:56.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:47:56.993 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:47:56.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:47:56.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:47:56.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 19:47:56.994 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:47:56.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:47:56.994 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:47:56.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:47:56.994 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:47:56.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 19:47:56.994 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:47:56.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:47:56.994 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:47:56.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:47:56.994 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:47:56.995 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 19:47:56.995 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 19:47:56.995 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 19:47:56.995 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 19:47:56.995 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:47:56.995 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:47:56.995 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) 19:47:56.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:47:56.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:56.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:47:56.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:47:56.995 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:47:56.996 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:47:56.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:47:56.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:47:56.996 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:47:56.996 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:47: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: Matcher matching text to regular expression 'New|Select a wizard'] 19:47:57.117 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:47:57.117 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:47:57.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 19:47:57.117 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 19:47:57.117 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 19:47:57.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:47:57.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:47:57.118 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 19:47:57.118 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:47:57.118 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProjectItemTestProject' 19:47:57.118 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:") 19:47:57.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:47:57.118 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:57.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:47:57.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:47:57.119 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:47:57.119 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:47:57.119 INFO [WorkbenchTestable][AbstractText] Text set to: ProjectItemTestProject 19:47:57.142 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 19:47:57.142 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 19:47:57.142 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) 19:47:57.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:47:57.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:57.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:47:57.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:47:57.144 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:47:57.144 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:47:57.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:47:57.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:47:57.144 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:47:57.144 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:47:57.147 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.... 19:47:57.647 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 19:47:57.647 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 19:47:57.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:47:57.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:47:57.650 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 19:47:57.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 "Don't Create") 19:47:57.650 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:47:57.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:47:57.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:47:57.650 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 19:47:57.650 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:47:57.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:47:57.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:57.650 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:47:57.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:47:57.650 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:47:57.651 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 19:47:57.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:47:57.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:47:57.651 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:47:57.651 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:47:57.711 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.... 19:47:57.711 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 19:47:57.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:47:57.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:47:57.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:47:57.712 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 1 files to index (/ProjectItemTestProject)' is a system job, skipped 19:47:57.712 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:47:57.712 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 19:47:57.712 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:47:57.712 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:47:57.712 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:47:57.712 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:47:57.712 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:47:57.712 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:47:57.712 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:47:57.712 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:47:57.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:47:57.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:47:57.712 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:47:57.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:47:57.712 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:47:57.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 Java Class"] 19:47:57.712 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:47:57.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:47:57.712 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:47:57.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:47:57.712 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:47:57.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:47:57.713 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:47:57.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 Java Class"] 19:47:57.713 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:47:57.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:47:57.713 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:47:57.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:47:57.713 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:47:57.713 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - b - Eclipse Platform 19:47:57.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:47:57.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:47:57.713 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - b - Eclipse Platform' 19:47:57.713 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - b - Eclipse Platform' 19:47:57.713 DEBUG [main][MenuItemLookup] Found menu:'File' 19:47:57.713 DEBUG [main][MenuItemLookup] Item match:File 19:47:57.714 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:47:57.714 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:47:57.716 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 19:47:57.716 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:47:57.716 DEBUG [main][MenuItemLookup] Found menu:'' 19:47:57.716 DEBUG [main][MenuItemLookup] Found menu:'Package' 19:47:57.716 DEBUG [main][MenuItemLookup] Found menu:'Class' 19:47:57.716 DEBUG [main][MenuItemLookup] Found menu:'Interface' 19:47:57.716 DEBUG [main][MenuItemLookup] Found menu:'Enum' 19:47:57.716 DEBUG [main][MenuItemLookup] Found menu:'Record' 19:47:57.716 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 19:47:57.716 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 19:47:57.716 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 19:47:57.716 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:47:57.716 DEBUG [main][MenuItemLookup] Found menu:'File' 19:47:57.716 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:47:57.716 DEBUG [main][MenuItemLookup] Found menu:'Task' 19:47:57.716 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 19:47:57.716 DEBUG [main][MenuItemLookup] Found menu:'' 19:47:57.716 DEBUG [main][MenuItemLookup] Found menu:'Example...' 19:47:57.716 DEBUG [main][MenuItemLookup] Found menu:'' 19:47:57.716 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:47:57.716 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:47:57.716 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:47:57.716 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:47:57.716 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:47:57.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 'New|Select a wizard'] is available.... 19:47:57.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 19:47:57.791 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:47:57.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:47:57.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:47:57.792 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:47:57.792 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:47:57.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 19:47:57.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:47:57.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:57.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:47:57.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:47:57.793 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:47:57.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:47:57.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:47:57.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 19:47:57.794 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:47:57.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:47:57.794 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:47:57.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:47:57.794 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:47:57.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 19:47:57.794 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:47:57.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:47:57.794 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:47:57.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:47:57.794 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:47:57.794 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 19:47:57.794 DEBUG [main][TreeItemHandler] Selecting tree item: Class 19:47:57.794 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 19:47:57.797 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 19:47:57.797 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:47:57.797 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:47:57.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) 19:47:57.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:47:57.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:57.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:47:57.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:47:57.797 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:47:57.798 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:47:57.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:47:57.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:47:57.798 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:47:57.798 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:47:57.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:47:57.851 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:47:57.851 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:47:57.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 19:47:57.851 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 19:47:57.851 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 19:47:57.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:47:57.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:47:57.852 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 19:47:57.852 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:47:57.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 "Name:") 19:47:57.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:47:57.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:57.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:47:57.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:47:57.858 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:47:57.858 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:47:57.859 INFO [WorkbenchTestable][AbstractText] Text set to: TestClass 19:47:57.864 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 19:47:57.864 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 19:47:57.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.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) 19:47:57.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:47:57.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:57.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:47:57.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:47:57.892 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:47:57.893 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:47:57.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:47:57.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:47:57.893 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:47:57.893 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:47:57.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:47:58.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:47:58.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:47:58.397 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:47:58.397 DEBUG [WorkbenchTestable][JobIsRunning] job 'EAR Libraries Update Job' is a system job, skipped 19:47:58.397 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 19:47:58.397 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 19:47:58.397 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:47:58.397 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:47:58.397 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:47:58.397 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:47:58.397 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:47:58.397 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:47:58.397 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:47:58.397 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:47:58.397 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:47:58.397 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:47:58.397 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:47:58.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:47:58.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:47:58.397 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:47:58.397 DEBUG [WorkbenchTestable][JobIsRunning] job 'EAR Libraries Update Job' is a system job, skipped 19:47:58.397 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 19:47:58.397 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 19:47:58.397 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:47:58.397 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:47:58.397 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:47:58.397 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:47:58.397 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:47:58.397 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:47:58.397 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:47:58.397 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:47:58.397 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:47:58.397 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:47:58.397 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:47:58.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:47:58.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:47:58.398 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:47:58.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:47:58.398 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:47:58.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 Java Class"] 19:47:58.398 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:47:58.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:47:58.398 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:47:58.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:47:58.398 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:47:58.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:47:58.398 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:47:58.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 Java Class"] 19:47:58.398 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:47:58.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:47:58.398 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:47:58.399 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:47:58.399 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:47:58.399 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 19:47:58.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:47:58.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:47:58.399 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 19:47:58.399 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 19:47:58.399 DEBUG [main][MenuItemLookup] Found menu:'File' 19:47:58.399 DEBUG [main][MenuItemLookup] Item match:File 19:47:58.400 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:47:58.400 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:47:58.402 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 19:47:58.402 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:47:58.402 DEBUG [main][MenuItemLookup] Found menu:'' 19:47:58.402 DEBUG [main][MenuItemLookup] Found menu:'Package' 19:47:58.402 DEBUG [main][MenuItemLookup] Found menu:'Class' 19:47:58.402 DEBUG [main][MenuItemLookup] Found menu:'Interface' 19:47:58.402 DEBUG [main][MenuItemLookup] Found menu:'Enum' 19:47:58.402 DEBUG [main][MenuItemLookup] Found menu:'Record' 19:47:58.402 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 19:47:58.402 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 19:47:58.402 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 19:47:58.402 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:47:58.402 DEBUG [main][MenuItemLookup] Found menu:'File' 19:47:58.402 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:47:58.402 DEBUG [main][MenuItemLookup] Found menu:'Task' 19:47:58.402 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 19:47:58.402 DEBUG [main][MenuItemLookup] Found menu:'' 19:47:58.402 DEBUG [main][MenuItemLookup] Found menu:'Example...' 19:47:58.402 DEBUG [main][MenuItemLookup] Found menu:'' 19:47:58.402 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:47:58.402 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:47:58.403 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:47:58.403 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:47:58.403 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:47:58.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 19:47:58.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 'New|Select a wizard'] is available. finished successfully 19:47:58.463 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:47:58.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:47:58.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:47:58.464 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:47:58.464 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:47:58.464 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 19:47:58.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:47:58.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:58.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:47:58.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:47:58.465 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:47:58.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:47:58.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:47:58.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 19:47:58.466 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:47:58.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:47:58.466 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:47:58.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:47:58.466 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:47:58.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 19:47:58.466 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:47:58.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:47:58.466 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:47:58.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:47:58.466 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:47:58.466 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 19:47:58.466 DEBUG [main][TreeItemHandler] Selecting tree item: Class 19:47:58.467 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 19:47:58.467 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 19:47:58.467 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:47:58.467 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:47:58.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) 19:47:58.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:47:58.467 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:58.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:47:58.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:47:58.468 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:47:58.468 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:47:58.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:47:58.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:47:58.468 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:47:58.468 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:47:58.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:47:58.598 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:47:58.598 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:47:58.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 19:47:58.598 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 19:47:58.598 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 19:47:58.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:47:58.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:47:58.599 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 19:47:58.599 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:47:58.599 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:") 19:47:58.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:47:58.599 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:58.605 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:47:58.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:47:58.605 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:47:58.605 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:47:58.606 INFO [WorkbenchTestable][AbstractText] Text set to: TestClass1 19:47:58.628 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 19:47:58.628 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 19:47:58.628 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) 19:47:58.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:47:58.629 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:58.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:47:58.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:47:58.630 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:47:58.631 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:47:58.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:47:58.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:47:58.631 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:47:58.631 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:47:58.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:47:59.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:47:59.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:47:59.207 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:47:59.207 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:47:59.207 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 19:47:59.207 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:47:59.207 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:47:59.207 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:47:59.207 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:47:59.207 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:47:59.207 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:47:59.207 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:47:59.207 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:47:59.207 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:47:59.207 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:47:59.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:47:59.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:47:59.207 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:47:59.207 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:47:59.207 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 19:47:59.207 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:47:59.207 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:47:59.207 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:47:59.207 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:47:59.207 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:47:59.207 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:47:59.207 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:47:59.207 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:47:59.207 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:47:59.207 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:47:59.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:47:59.208 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:47:59.208 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectCollapsedProjectExplorerItem no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) 19:47:59.208 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest 19:47:59.208 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:47:59.208 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:47:59.208 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:47:59.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:59.212 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:47:59.212 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 19:47:59.212 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass1.java - Eclipse Platform 19:47:59.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:47:59.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:47:59.213 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass1.java - Eclipse Platform' 19:47:59.213 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass1.java - Eclipse Platform' 19:47:59.213 DEBUG [main][MenuItemLookup] Found menu:'File' 19:47:59.213 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:47:59.213 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:47:59.213 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 19:47:59.213 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:47:59.213 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:47:59.213 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:47:59.213 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:47:59.213 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:47:59.213 DEBUG [main][MenuItemLookup] Item match:Window 19:47:59.215 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:47:59.215 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:47:59.215 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:47:59.215 DEBUG [main][MenuItemLookup] Found menu:'' 19:47:59.215 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:47:59.215 DEBUG [main][MenuItemLookup] Item match:Show View 19:47:59.218 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 19:47:59.218 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 19:47:59.218 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 19:47:59.218 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 19:47:59.218 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 19:47:59.218 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 19:47:59.218 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 19:47:59.218 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 19:47:59.218 DEBUG [main][MenuItemLookup] Found menu:'Progress' 19:47:59.218 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 19:47:59.218 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 19:47:59.218 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 19:47:59.218 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 19:47:59.218 DEBUG [main][MenuItemLookup] Found menu:'Templates' 19:47:59.218 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 19:47:59.218 DEBUG [main][MenuItemLookup] Found menu:'' 19:47:59.218 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 19:47:59.218 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 19:47:59.218 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 19:47:59.218 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 19:47:59.218 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 19:47:59.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 19:47:59.268 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 19:47:59.268 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 19:47:59.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:47:59.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:47:59.269 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 19:47:59.269 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:47:59.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:47:59.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:47:59.269 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:47:59.269 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:47:59.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:47:59.269 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:59.271 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:47:59.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:47:59.271 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:47:59.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:47:59.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:47:59.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:47:59.272 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:47:59.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:47:59.272 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:47:59.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:47:59.272 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:47:59.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:47:59.272 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:47:59.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:47:59.272 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:47:59.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:47:59.272 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:47:59.272 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 19:47:59.272 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 19:47:59.272 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 19:47:59.272 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 19:47:59.272 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:47:59.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:47:59.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:47:59.273 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:47:59.273 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:47:59.273 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:59.273 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:47:59.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") 19:47:59.273 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:47:59.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:47:59.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:47:59.273 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:47:59.273 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:47:59.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:47:59.273 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:59.273 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:47:59.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:47:59.273 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:47:59.274 INFO [WorkbenchTestable][AbstractButton] Click button &Open 19:47:59.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:47:59.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:47:59.274 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:47:59.274 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:47:59.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:47:59.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:47:59.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 19:47:59.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:59.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:47:59.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 19:47:59.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:59.310 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:47:59.310 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass1.java - Eclipse Platform 19:47:59.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:47:59.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:47:59.310 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass1.java - Eclipse Platform' 19:47:59.310 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:47:59.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:47:59.311 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:59.311 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:47:59.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:47:59.311 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:47:59.312 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:47:59.312 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:47:59.312 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:47:59.312 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProjectItemTestProject/src/TestClass1.java - Eclipse Platform TooltipText=null 19:47:59.312 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:47:59.312 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:47:59.313 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:47:59.313 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:47:59.314 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:47:59.314 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:47:59.314 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:47:59.314 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:47:59.314 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:47:59.314 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:47:59.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:47:59.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:59.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:47:59.814 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:47:59.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:48:00.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:00.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:48:00.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:48:00.316 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:48:00.316 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:48:00.317 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:00.317 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:00.317 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:48:00.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:00.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:00.317 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:00.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:00.317 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:48:00.317 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 19:48:00.318 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 19:48:00.318 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 19:48:00.318 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 19:48:00.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:48:00.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:48:00.818 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 19:48:00.819 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:48:00.820 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:48:00.820 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:00.820 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:00.820 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:48:00.820 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:48:00.821 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:00.821 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:00.821 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:48:00.821 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:48:00.821 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:00.821 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:00.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:00.821 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:00.821 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:48:01.322 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:01.323 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:48:01.823 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:01.823 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:48:01.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:48:01.823 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:48:01.823 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:48:01.824 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:01.824 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:01.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 19:48:01.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:01.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:01.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:01.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:01.824 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:48:01.825 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 19:48:01.825 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 19:48:01.825 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 19:48:01.825 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 19:48:01.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:48:01.825 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 19:48:01.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:48:01.825 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 19:48:01.825 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 19:48:01.826 DEBUG [main][TreeItemHandler] Selecting tree item: src 19:48:01.826 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 19:48:01.841 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 19:48:01.841 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:48:01.841 DEBUG [main][EditorHandler] 4 editor(s) found 19:48:01.841 DEBUG [WorkbenchTestable][EditorHandler] Closing editor [test-new] Test Title:.+ 19:48:01.855 DEBUG [WorkbenchTestable][EditorHandler] Editor [test-new] Test Title:.+ is closed 19:48:01.855 DEBUG [WorkbenchTestable][EditorHandler] Closing editor a 19:48:01.865 DEBUG [WorkbenchTestable][EditorHandler] Editor a is closed 19:48:01.867 DEBUG [WorkbenchTestable][EditorHandler] Closing editor TestClass.java 19:48:01.892 DEBUG [WorkbenchTestable][EditorHandler] Editor TestClass.java is closed 19:48:01.892 DEBUG [WorkbenchTestable][EditorHandler] Closing editor TestClass1.java 19:48:01.933 DEBUG [WorkbenchTestable][EditorHandler] Editor TestClass1.java is closed 19:48:01.933 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:48:01.934 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:48:01.934 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:01.934 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:01.935 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 19:48:01.935 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 19:48:01.935 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 19:48:01.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:48:01.935 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 19:48:01.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:48:01.935 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 19:48:01.935 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item (default package) of tree item src 19:48:01.935 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:48:01.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:48:02.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:48:02.436 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:48:02.436 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item (default package) 19:48:02.436 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item (default package) 19:48:02.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:48:02.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:48:02.937 INFO [WorkbenchTestable][TreeItemHandler] Expanded: (default package) 19:48:02.938 INFO [WorkbenchTestable][AbstractTreeItem] Collapse tree item ProjectItemTestProject 19:48:02.938 DEBUG [WorkbenchTestable][TreeItemHandler] Collapse Tree Item ProjectItemTestProject 19:48:02.938 DEBUG [main][TreeItemHandler] Setting tree item ProjectItemTestProject collapsed 19:48:02.939 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about collapse event 19:48:02.939 INFO [WorkbenchTestable][TreeItemHandler] Collapsed: ProjectItemTestProject 19:48:02.939 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectItemTestProject 19:48:02.939 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectItemTestProject 19:48:02.939 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectItemTestProject about selection 19:48:02.951 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectItemTestProject 19:48:02.952 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 19:48:02.952 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 19:48:02.953 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 19:48:02.958 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 19:48:02.958 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:48:02.958 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:48:02.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:02.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:02.959 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 19:48:02.959 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 19:48:02.959 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:48:02.959 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 19:48:02.970 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest 19:48:02.970 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:48:02.970 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:48:02.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:48:02.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:48:02.978 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectCollapsedProjectExplorerItem no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) 19:48:02.978 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:48:02.978 INFO [WorkbenchTestable][RequirementsRunner] Started test: open no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) 19:48:02.978 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest 19:48:02.978 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:48:02.978 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:48:02.978 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:48:02.978 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:02.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:48:02.982 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 19:48:02.982 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:48:02.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:02.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:02.983 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:48:02.983 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:48:02.983 DEBUG [main][MenuItemLookup] Found menu:'File' 19:48:02.983 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:48:02.983 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:48:02.983 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 19:48:02.983 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:48:02.983 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:48:02.983 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:48:02.983 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:48:02.983 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:48:02.983 DEBUG [main][MenuItemLookup] Item match:Window 19:48:02.984 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:48:02.984 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:48:02.984 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:48:02.984 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:02.984 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:48:02.984 DEBUG [main][MenuItemLookup] Item match:Show View 19:48:02.987 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 19:48:02.987 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 19:48:02.987 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 19:48:02.987 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 19:48:02.987 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 19:48:02.987 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 19:48:02.987 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 19:48:02.987 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 19:48:02.987 DEBUG [main][MenuItemLookup] Found menu:'Progress' 19:48:02.987 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 19:48:02.987 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 19:48:02.987 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 19:48:02.987 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 19:48:02.987 DEBUG [main][MenuItemLookup] Found menu:'Templates' 19:48:02.987 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 19:48:02.987 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:02.987 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 19:48:02.987 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 19:48:02.987 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 19:48:02.987 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 19:48:02.987 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 19:48:03.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 19:48:03.033 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 19:48:03.033 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 19:48:03.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:03.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:03.034 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 19:48:03.034 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:48:03.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:48:03.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:48:03.034 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:48:03.034 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:48:03.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:03.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:03.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:03.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:03.035 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:48:03.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:48:03.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:48:03.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:48:03.035 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:48:03.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:48:03.035 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:48:03.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:48:03.036 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:48:03.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:48:03.036 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:48:03.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:48:03.036 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:48:03.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:48:03.036 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:48:03.036 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 19:48:03.036 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 19:48:03.036 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 19:48:03.036 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 19:48:03.036 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:48:03.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:48:03.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:48:03.036 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:48:03.036 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:48:03.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:03.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:03.037 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:48:03.037 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:48:03.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:48:03.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:48:03.037 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:48:03.037 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:48:03.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:03.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:03.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:03.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:03.037 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:48:03.037 INFO [WorkbenchTestable][AbstractButton] Click button &Open 19:48:03.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:48:03.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:48:03.037 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:48:03.037 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:48:03.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:48:03.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:48:03.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 19:48:03.067 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:03.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:03.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 19:48:03.068 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:03.069 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:03.069 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:48:03.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:03.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:03.069 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:48:03.069 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:48:03.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:03.069 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:03.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:03.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:03.070 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:48:03.070 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:48:03.070 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:48:03.070 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:03.070 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:48:03.070 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:48:03.070 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:48:03.071 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:48:03.071 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:48:03.072 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:03.072 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:03.072 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:48:03.072 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:48:03.072 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:03.072 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:03.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:03.072 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:03.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:48:03.573 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:03.573 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:48:04.073 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:04.074 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:48:04.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:48:04.074 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:48:04.074 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:48:04.075 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:04.075 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:04.075 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:48:04.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:04.075 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:04.075 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:04.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:04.075 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:48:04.075 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 19:48:04.075 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 19:48:04.076 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 19:48:04.076 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 19:48:04.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:48:04.076 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 19:48:04.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:48:04.076 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 19:48:04.076 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:48:04.076 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:48:04.076 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:04.076 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:04.077 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:48:04.077 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:48:04.077 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:04.077 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:04.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:04.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:04.077 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:48:04.577 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:04.578 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:48:05.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:05.079 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:48:05.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:48:05.079 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:48:05.079 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:48:05.079 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:05.079 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:05.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 19:48:05.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:05.079 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:05.080 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:05.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:05.080 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:48:05.080 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 19:48:05.080 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 19:48:05.080 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 19:48:05.080 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 19:48:05.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:48:05.080 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 19:48:05.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:48:05.080 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 19:48:05.080 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 19:48:05.080 DEBUG [main][TreeItemHandler] Selecting tree item: src 19:48:05.081 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 19:48:05.089 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 19:48:05.089 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:48:05.089 DEBUG [main][EditorHandler] 0 editor(s) found 19:48:05.090 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:48:05.090 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:48:05.091 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:05.091 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:05.091 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:48:05.091 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:48:05.091 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:05.091 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:05.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:05.091 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:05.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:48:05.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:05.592 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:48:06.093 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:06.093 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:48:06.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:48:06.094 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:48:06.094 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:48:06.094 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:06.094 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:06.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 19:48:06.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:06.095 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:06.095 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:06.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:06.095 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:48:06.095 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 19:48:06.095 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 19:48:06.095 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 19:48:06.095 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 19:48:06.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:48:06.095 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 19:48:06.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:48:06.095 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 19:48:06.096 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item (default package) of tree item src 19:48:06.096 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:48:06.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:48:06.096 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:48:06.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:48:06.096 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:48:06.096 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item (default package) 19:48:06.096 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item (default package) 19:48:06.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:48:06.096 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item (default package) is already expanded. No action performed 19:48:06.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:48:06.096 INFO [WorkbenchTestable][TreeItemHandler] Expanded: (default package) 19:48:06.096 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 19:48:06.096 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 19:48:06.096 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 19:48:06.101 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 19:48:06.101 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item TestClass.java 19:48:06.101 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 19:48:06.101 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 19:48:06.101 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 19:48:06.107 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 19:48:06.107 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:48:06.108 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:48:06.199 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:48:06.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:48:06.199 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:48:06.199 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:48:06.199 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:48:06.199 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:48:06.199 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:48:06.199 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:48:06.199 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:48:06.199 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:48:06.199 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:48:06.199 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:48:06.199 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:48:06.199 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:48:06.199 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:48:06.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:48:06.204 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') 19:48:06.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:06.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:06.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:06.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:06.210 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:48:06.210 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:06.211 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class TestClass { } TooltipText=null 19:48:06.211 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:48:06.211 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:48:06.227 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:06.227 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:06.227 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 19:48:06.227 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 19:48:06.228 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:48:06.228 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 19:48:06.250 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest 19:48:06.250 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:48:06.250 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:48:06.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:48:06.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:48:06.262 INFO [WorkbenchTestable][RequirementsRunner] Finished test: open no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) 19:48:06.262 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:48:06.262 INFO [WorkbenchTestable][RequirementsRunner] Started test: select no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) 19:48:06.262 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest 19:48:06.262 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:48:06.262 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:48:06.262 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:48:06.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:06.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:48:06.281 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 19:48:06.281 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 19:48:06.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:06.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:06.281 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 19:48:06.282 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 19:48:06.282 DEBUG [main][MenuItemLookup] Found menu:'File' 19:48:06.282 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:48:06.282 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:48:06.282 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 19:48:06.282 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:48:06.282 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:48:06.282 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:48:06.282 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:48:06.282 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:48:06.282 DEBUG [main][MenuItemLookup] Item match:Window 19:48:06.284 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:48:06.284 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:48:06.284 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:48:06.284 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:06.284 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:48:06.284 DEBUG [main][MenuItemLookup] Item match:Show View 19:48:06.287 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 19:48:06.287 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 19:48:06.287 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 19:48:06.287 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 19:48:06.287 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 19:48:06.287 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 19:48:06.287 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 19:48:06.287 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 19:48:06.287 DEBUG [main][MenuItemLookup] Found menu:'Progress' 19:48:06.287 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 19:48:06.287 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 19:48:06.287 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 19:48:06.287 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 19:48:06.287 DEBUG [main][MenuItemLookup] Found menu:'Templates' 19:48:06.287 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 19:48:06.287 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:06.287 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 19:48:06.287 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 19:48:06.287 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 19:48:06.287 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 19:48:06.287 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 19:48:06.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 19:48:06.336 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 19:48:06.336 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 19:48:06.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:06.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:06.337 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 19:48:06.337 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:48:06.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:48:06.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:48:06.337 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:48:06.337 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:48:06.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:06.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:06.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:06.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:06.337 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:48:06.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:48:06.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:48:06.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:48:06.338 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:48:06.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:48:06.338 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:48:06.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:48:06.338 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:48:06.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:48:06.338 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:48:06.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:48:06.342 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:48:06.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:48:06.342 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:48:06.342 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 19:48:06.342 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 19:48:06.343 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 19:48:06.343 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 19:48:06.343 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:48:06.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:48:06.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:48:06.343 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:48:06.343 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:48:06.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:06.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:06.343 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:48:06.343 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:48:06.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:48:06.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:48:06.343 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:48:06.343 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:48:06.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:06.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:06.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:06.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:06.344 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:48:06.344 INFO [WorkbenchTestable][AbstractButton] Click button &Open 19:48:06.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:48:06.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:48:06.344 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:48:06.344 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:48:06.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:48:06.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:48:06.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 19:48:06.378 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:06.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:06.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 19:48:06.378 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:06.379 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:06.379 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 19:48:06.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:06.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:06.379 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 19:48:06.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 '\*?\QProject Explorer\E') 19:48:06.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:06.379 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:06.380 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:06.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:06.380 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:48:06.380 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:48:06.380 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:48:06.380 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:06.380 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform TooltipText=null 19:48:06.381 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:48:06.381 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:48:06.381 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:48:06.382 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:48:06.382 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:06.382 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:06.382 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:48:06.382 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:48:06.382 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:06.383 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:06.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:06.383 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:06.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:48:06.883 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:06.883 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:48:07.383 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:07.384 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:48:07.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:48:07.385 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:48:07.385 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:48:07.385 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:07.385 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48: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 19:48:07.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:07.385 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:07.386 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:07.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:07.386 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:48:07.386 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 19:48:07.386 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 19:48:07.386 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 19:48:07.386 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 19:48:07.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:48:07.386 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 19:48:07.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:48:07.386 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 19:48:07.386 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 19:48:07.387 DEBUG [main][TreeItemHandler] Selecting tree item: src 19:48:07.387 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 19:48:07.393 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 19:48:07.394 INFO [WorkbenchTestable][AbstractTreeItem] Collapse tree item src 19:48:07.394 DEBUG [WorkbenchTestable][TreeItemHandler] Collapse Tree Item src 19:48:07.394 DEBUG [main][TreeItemHandler] Setting tree item src collapsed 19:48:07.394 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about collapse event 19:48:07.394 INFO [WorkbenchTestable][TreeItemHandler] Collapsed: src 19:48:07.394 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:48:07.394 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:48:07.395 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:07.395 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:07.395 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 19:48:07.395 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 19:48:07.395 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:48:07.395 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 19:48:07.417 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest 19:48:07.417 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:48:07.417 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:48:07.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:48:07.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:48:07.428 INFO [WorkbenchTestable][RequirementsRunner] Finished test: select no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) 19:48:07.428 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:48:07.428 INFO [WorkbenchTestable][RequirementsRunner] Started test: asyncDelete no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) 19:48:07.428 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest 19:48:07.428 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:48:07.428 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:48:07.428 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:48:07.428 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:07.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:48:07.432 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 19:48:07.432 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 19:48:07.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:07.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:07.432 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 19:48:07.433 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 19:48:07.433 DEBUG [main][MenuItemLookup] Found menu:'File' 19:48:07.433 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:48:07.433 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:48:07.433 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 19:48:07.433 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:48:07.433 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:48:07.433 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:48:07.433 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:48:07.433 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:48:07.433 DEBUG [main][MenuItemLookup] Item match:Window 19:48:07.433 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:48:07.433 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:48:07.433 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:48:07.433 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:07.433 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:48:07.433 DEBUG [main][MenuItemLookup] Item match:Show View 19:48:07.436 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 19:48:07.436 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 19:48:07.436 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 19:48:07.436 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 19:48:07.436 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 19:48:07.436 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 19:48:07.436 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 19:48:07.436 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 19:48:07.436 DEBUG [main][MenuItemLookup] Found menu:'Progress' 19:48:07.436 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 19:48:07.436 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 19:48:07.436 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 19:48:07.436 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 19:48:07.436 DEBUG [main][MenuItemLookup] Found menu:'Templates' 19:48:07.436 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 19:48:07.436 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:07.436 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 19:48:07.436 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 19:48:07.437 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 19:48:07.437 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 19:48:07.437 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 19:48:07.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 19:48:07.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 19:48:07.486 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 19:48:07.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:07.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:07.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 19:48:07.487 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:48:07.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:48:07.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:48:07.487 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:48:07.487 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:48:07.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:07.487 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:07.487 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:07.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:07.487 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:48:07.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:48:07.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:48:07.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:48:07.491 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:48:07.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:48:07.492 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:48:07.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:48:07.492 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:48:07.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:48:07.492 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:48:07.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:48:07.492 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:48:07.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:48:07.492 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:48:07.492 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 19:48:07.492 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 19:48:07.492 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 19:48:07.493 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 19:48:07.493 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:48:07.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:48:07.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:48:07.493 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:48:07.493 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:48:07.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:07.493 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:07.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") 19:48:07.493 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:48:07.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:48:07.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:48:07.493 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:48:07.493 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:48:07.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:07.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:07.494 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:07.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:07.494 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:48:07.494 INFO [WorkbenchTestable][AbstractButton] Click button &Open 19:48:07.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:48:07.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:48:07.494 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:48:07.494 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:48:07.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:48:07.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:48:07.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 19:48:07.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:07.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:07.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 19:48:07.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:07.530 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:07.530 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 19:48:07.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:07.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:07.530 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 19:48:07.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') 19:48:07.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:07.530 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:07.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:07.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:07.531 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:48:07.531 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:48:07.531 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:48:07.531 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:07.532 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform TooltipText=null 19:48:07.532 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:48:07.532 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:48:07.532 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:48:07.533 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:48:07.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:07.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:07.533 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:48:07.533 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:48:07.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:07.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:07.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:07.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:07.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:48:08.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:08.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:48:08.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:08.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:48:08.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:48:08.536 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:48:08.536 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:48:08.536 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:08.536 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:08.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 19:48:08.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:08.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:08.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:08.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:08.537 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:48:08.537 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 19:48:08.537 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 19:48:08.537 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 19:48:08.537 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 19:48:08.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:48:08.538 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 19:48:08.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:48:08.538 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 19:48:08.538 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 19:48:08.538 DEBUG [main][TreeItemHandler] Selecting tree item: src 19:48:08.539 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 19:48:08.545 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 19:48:08.545 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:48:08.545 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:08.545 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:48:08.545 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:08.545 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:48:08.545 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:08.545 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:48:08.546 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:08.546 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:48:08.546 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:08.546 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:48:08.546 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:08.546 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:48:08.546 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:08.546 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:48:08.546 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:08.546 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:48:08.546 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:08.546 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 19:48:08.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:08.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:08.547 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 19:48:08.547 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 19:48:08.547 DEBUG [main][MenuItemLookup] Found menu:'File' 19:48:08.547 DEBUG [main][MenuItemLookup] Item match:File 19:48:08.548 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:48:08.548 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:48:08.550 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 19:48:08.550 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:48:08.550 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:08.550 DEBUG [main][MenuItemLookup] Found menu:'Package' 19:48:08.550 DEBUG [main][MenuItemLookup] Found menu:'Class' 19:48:08.550 DEBUG [main][MenuItemLookup] Found menu:'Interface' 19:48:08.550 DEBUG [main][MenuItemLookup] Found menu:'Enum' 19:48:08.550 DEBUG [main][MenuItemLookup] Found menu:'Record' 19:48:08.550 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 19:48:08.550 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 19:48:08.550 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 19:48:08.550 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:48:08.550 DEBUG [main][MenuItemLookup] Found menu:'File' 19:48:08.550 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:48:08.550 DEBUG [main][MenuItemLookup] Found menu:'Task' 19:48:08.550 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 19:48:08.550 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:08.550 DEBUG [main][MenuItemLookup] Found menu:'Example...' 19:48:08.550 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:08.550 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:48:08.550 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:48:08.551 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:48:08.551 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:48:08.551 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:48:08.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 19:48:08.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 'New|Select a wizard'] is available. finished successfully 19:48:08.620 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:48:08.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:08.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:08.622 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:48:08.622 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:08.622 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 19:48:08.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:08.622 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:08.622 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:08.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:08.622 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:48:08.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:48:08.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:48:08.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:48:08.624 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:48:08.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:48:08.624 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:48:08.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:48:08.624 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:48:08.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:48:08.624 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:48:08.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:48:08.625 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:48:08.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:48:08.625 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:48:08.625 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 19:48:08.625 DEBUG [main][TreeItemHandler] Selecting tree item: File 19:48:08.625 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 19:48:08.627 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 19:48:08.628 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:48:08.628 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:48:08.628 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) 19:48:08.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:08.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:08.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:08.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:08.628 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:48:08.633 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:48:08.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:48:08.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:48:08.633 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:48:08.633 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:48:08.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:48:08.656 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:08.656 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:08.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 19:48:08.656 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 19:48:08.656 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 19:48:08.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:08.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:08.657 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 19:48:08.657 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:08.657 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:") 19:48:08.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:08.657 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:08.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:08.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:08.659 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:48:08.659 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:48:08.660 INFO [WorkbenchTestable][AbstractText] Text set to: text.txt 19:48:08.660 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:") 19:48:08.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:08.660 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:08.661 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:08.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:08.661 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:48:08.661 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:48:08.661 INFO [WorkbenchTestable][AbstractText] Text set to: ProjectItemTestProject/src/files/ 19:48:08.661 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 19:48:08.661 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 19:48:08.662 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) 19:48:08.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:08.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:08.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:08.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:08.662 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:48:08.663 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:48:08.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:48:08.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:48:08.663 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:48:08.663 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:48:08.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:48:09.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:48:09.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:48:09.167 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:48:09.167 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:48:09.167 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:48:09.167 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:48:09.167 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:48:09.167 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:48:09.167 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:48:09.167 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:48:09.167 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:48:09.167 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:48:09.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:48:09.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@59b1fdd5 is found... 19:48:09.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@59b1fdd5 is found finished successfully 19:48:09.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtext.txt\E') 19:48:09.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:09.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:09.168 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:09.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:09.168 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:48:09.169 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:09.169 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 19:48:09.169 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:09.169 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 19:48:09.169 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 19:48:09.169 DEBUG [WorkbenchTestable][EditorHandler] Closing editor text.txt 19:48:09.225 DEBUG [WorkbenchTestable][EditorHandler] Editor text.txt is closed 19:48:09.225 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:48:09.225 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:48:09.235 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:09.235 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:09.235 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:48:09.235 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:48:09.235 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:09.236 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:09.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:09.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:09.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:48:09.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:09.737 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:48:10.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:10.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:48:10.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:48:10.238 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:48:10.238 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:48:10.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:10.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:10.239 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:48:10.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:10.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:10.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:10.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:10.240 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:48:10.240 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 19:48:10.240 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 19:48:10.240 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 19:48:10.240 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 19:48:10.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:48:10.240 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 19:48:10.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:48:10.240 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 19:48:10.240 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item files of tree item src 19:48:10.240 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:48:10.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:48:10.240 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:48:10.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:48:10.240 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:48:10.241 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item files 19:48:10.241 DEBUG [main][TreeItemHandler] Selecting tree item: files 19:48:10.241 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item files about selection 19:48:10.247 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: files 19:48:10.247 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:48:10.247 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:48:10.269 DEBUG [main][MenuItemLookup] Found menu:'New' 19:48:10.269 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:48:10.269 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:10.269 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 19:48:10.269 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:48:10.269 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:10.269 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:48:10.269 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:48:10.269 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:48:10.269 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:48:10.269 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 19:48:10.269 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 19:48:10.269 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 19:48:10.269 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 19:48:10.269 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:10.269 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:48:10.269 DEBUG [main][MenuItemLookup] Found menu:'Export...' 19:48:10.269 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:10.269 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:48:10.269 DEBUG [main][MenuItemLookup] Item match:Refresh F5 19:48:10.269 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 19:48:10.269 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 19:48:10.270 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 19:48:10.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:48:10.270 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:48:10.270 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 19:48:10.770 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:48:10.770 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:48:10.770 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:48:10.770 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:48:10.770 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:48:10.770 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:48:10.770 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:48:10.770 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:48:10.770 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:48:10.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:48:10.770 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'files' via Explorer 19:48:10.771 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item files 19:48:10.771 DEBUG [main][TreeItemHandler] Selecting tree item: files 19:48:10.771 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item files about selection 19:48:10.777 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: files 19:48:10.777 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:48:10.777 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:48:10.797 DEBUG [main][MenuItemLookup] Found menu:'New' 19:48:10.797 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:48:10.797 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:10.797 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 19:48:10.797 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:48:10.797 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:10.797 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:48:10.797 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:48:10.797 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:48:10.797 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:48:10.797 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:48:10.797 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:48:10.797 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:48:10.797 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 19:48:10.831 DEBUG [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.... 19:48:11.387 DEBUG [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 19:48:11.387 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete 19:48:11.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:11.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:11.389 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:11.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:48:11.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", Widget matcher matching widgets with style: 8) 19:48:11.389 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:48:11.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:48:11.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:48:11.390 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete" as the parent 19:48:11.390 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:48:11.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:11.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:11.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:11.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:11.390 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:48:11.390 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:48:11.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:48:11.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:48:11.390 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:48:11.390 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:48:11.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 19:48:11.393 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 19:48:11.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 19:48:11.894 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 19:48:11.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:48:11.894 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:48:11.894 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:48:11.894 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:48:11.894 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:48:11.894 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:48:11.894 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:48:11.894 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:48:11.894 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:48:11.894 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:48:11.894 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:48:11.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:48:11.894 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:48:11.894 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:48:11.895 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:11.895 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:11.895 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:48:11.895 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:48:11.896 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:11.896 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:11.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:11.896 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:11.896 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:48:12.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:12.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:48:12.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:12.898 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:48:12.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:48:12.898 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:48:12.898 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:48:12.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:12.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:12.899 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:48:12.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:12.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:12.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:12.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:12.899 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:48:12.899 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 19:48:12.899 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 19:48:12.899 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 19:48:12.899 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 19:48:12.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:48:12.899 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 19:48:12.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:48:12.899 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 19:48:12.900 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 19:48:12.900 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 19:48:12.900 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item files of tree item src 19:48:12.900 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:48:12.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:48:12.900 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:48:12.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:48:12.900 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:48:12.900 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item src and wait with time period 1 19:48:12.900 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:48:12.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:48:12.900 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:48:12.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:48:12.900 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:48:12.900 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:48:12.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:48:12.900 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:48:12.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:48:12.901 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:48:12.901 DEBUG [WorkbenchTestable][AbstractResource] Obtaining direct children on the current level 19:48:12.901 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item src and wait with time period 1 19:48:12.901 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:48:12.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:48:12.901 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:48:12.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:48:12.901 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:48:12.901 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:48:12.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:48:12.901 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:48:12.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:48:12.901 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:48:12.901 DEBUG [WorkbenchTestable][AbstractResource] Item "files" was not found. Available items on the current level: 19:48:12.901 DEBUG [WorkbenchTestable][AbstractResource] "(default package)" 19:48:12.901 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:48:12.901 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:48:12.901 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:12.901 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:12.901 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 19:48:12.901 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 19:48:12.901 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:48:12.902 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 19:48:12.923 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest 19:48:12.923 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:48:12.923 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:48:12.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:48:12.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:48:12.934 INFO [WorkbenchTestable][RequirementsRunner] Finished test: asyncDelete no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) 19:48:12.934 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:48:12.934 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpand no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) 19:48:12.934 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest 19:48:12.934 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:48:12.934 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:48:12.934 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:48:12.934 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:12.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:48:12.938 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 19:48:12.938 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 19:48:12.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:12.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:12.939 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 19:48:12.939 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 19:48:12.939 DEBUG [main][MenuItemLookup] Found menu:'File' 19:48:12.939 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:48:12.939 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:48:12.939 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 19:48:12.939 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:48:12.939 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:48:12.939 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:48:12.939 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:48:12.939 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:48:12.939 DEBUG [main][MenuItemLookup] Item match:Window 19:48:12.939 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:48:12.939 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:48:12.939 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:48:12.939 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:12.939 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:48:12.939 DEBUG [main][MenuItemLookup] Item match:Show View 19:48:12.942 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 19:48:12.942 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 19:48:12.942 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 19:48:12.942 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 19:48:12.942 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 19:48:12.942 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 19:48:12.942 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 19:48:12.942 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 19:48:12.942 DEBUG [main][MenuItemLookup] Found menu:'Progress' 19:48:12.942 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 19:48:12.942 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 19:48:12.942 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 19:48:12.942 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 19:48:12.942 DEBUG [main][MenuItemLookup] Found menu:'Templates' 19:48:12.942 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 19:48:12.942 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:12.943 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 19:48:12.943 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 19:48:12.943 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 19:48:12.943 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 19:48:12.943 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 19:48:12.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 19:48:12.991 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 19:48:12.991 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 19:48:12.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:12.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:12.992 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 19:48:12.992 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:48:12.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:48:12.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:48:12.992 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:48:12.992 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:48:12.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:12.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:12.992 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:12.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:12.992 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:48:12.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:48:12.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:48:12.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:48:12.993 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:48:12.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:48:12.993 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:48:12.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:48:12.993 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:48:12.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:48:12.993 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:48:12.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:48:12.993 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:48:12.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:48:12.993 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:48:12.993 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 19:48:12.993 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 19:48:12.993 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 19:48:12.993 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 19:48:12.993 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:48:12.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:48:12.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:48:12.994 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:48:12.994 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:48:12.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:12.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:12.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 "Open") 19:48:12.994 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:48:12.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:48:12.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:48:12.994 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:48:12.994 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:48:12.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:12.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:12.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:12.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:12.998 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:48:12.998 INFO [WorkbenchTestable][AbstractButton] Click button &Open 19:48:12.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:48:12.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:48:12.998 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:48:12.998 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:48:13.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:48:13.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:48:13.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 19:48:13.031 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:13.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:13.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 19:48:13.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:13.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:13.032 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 19:48:13.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:13.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:13.033 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 19:48:13.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 '\*?\QProject Explorer\E') 19:48:13.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:13.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:13.033 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:13.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:13.033 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:48:13.033 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:48:13.033 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:48:13.034 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:13.034 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform TooltipText=null 19:48:13.034 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:48:13.034 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:48:13.035 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:48:13.035 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:48:13.035 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:13.035 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:13.035 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:48:13.035 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:48:13.035 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:13.035 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:13.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:13.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:13.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:48:13.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:13.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:48:14.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:14.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:48:14.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:48:14.037 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:48:14.037 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:48:14.038 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:14.038 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:14.038 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:48:14.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:14.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:14.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:14.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:14.038 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:48:14.038 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 19:48:14.038 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 19:48:14.038 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 19:48:14.038 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 19:48:14.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:48:14.039 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 19:48:14.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:48:14.039 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 19:48:14.039 INFO [WorkbenchTestable][AbstractTreeItem] Collapse tree item src 19:48:14.039 DEBUG [WorkbenchTestable][TreeItemHandler] Collapse Tree Item src 19:48:14.039 DEBUG [main][TreeItemHandler] Setting tree item src collapsed 19:48:14.039 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about collapse event 19:48:14.039 INFO [WorkbenchTestable][TreeItemHandler] Collapsed: src 19:48:14.039 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item src and wait with time period 1 19:48:14.039 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:48:14.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:48:14.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:48:14.540 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:48:14.540 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:48:14.540 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:48:14.543 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:14.544 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:14.544 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 19:48:14.544 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 19:48:14.544 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:48:14.544 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 19:48:14.566 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest 19:48:14.566 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:48:14.566 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:48:14.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:48:14.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:48:14.587 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpand no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) 19:48:14.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:14.592 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:48:14.592 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 19:48:14.592 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 19:48:14.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:14.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:14.603 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 19:48:14.603 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 19:48:14.604 DEBUG [main][MenuItemLookup] Found menu:'File' 19:48:14.604 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:48:14.604 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:48:14.604 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 19:48:14.604 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:48:14.604 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:48:14.604 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:48:14.604 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:48:14.604 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:48:14.604 DEBUG [main][MenuItemLookup] Item match:Window 19:48:14.604 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:48:14.604 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:48:14.604 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:48:14.604 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:14.604 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:48:14.604 DEBUG [main][MenuItemLookup] Item match:Show View 19:48:14.607 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 19:48:14.607 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 19:48:14.607 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 19:48:14.607 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 19:48:14.607 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 19:48:14.607 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 19:48:14.607 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 19:48:14.607 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 19:48:14.607 DEBUG [main][MenuItemLookup] Found menu:'Progress' 19:48:14.607 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 19:48:14.607 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 19:48:14.607 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 19:48:14.607 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 19:48:14.607 DEBUG [main][MenuItemLookup] Found menu:'Templates' 19:48:14.608 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 19:48:14.608 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:14.608 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 19:48:14.608 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 19:48:14.608 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 19:48:14.608 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 19:48:14.608 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 19:48:14.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 19:48:14.655 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 19:48:14.655 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 19:48:14.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:14.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:14.656 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 19:48:14.656 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:48:14.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:48:14.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:48:14.656 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:48:14.656 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:48:14.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:14.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:14.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:14.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:14.656 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:48:14.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:48:14.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:48:14.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:48:14.657 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:48:14.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:48:14.657 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:48:14.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:48:14.657 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:48:14.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:48:14.657 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:48:14.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:48:14.657 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:48:14.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:48:14.657 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:48:14.658 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 19:48:14.658 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 19:48:14.658 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 19:48:14.658 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 19:48:14.658 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:48:14.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:48:14.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:48:14.658 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:48:14.658 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:48:14.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:14.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:14.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 "Open") 19:48:14.662 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:48:14.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:48:14.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:48:14.662 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:48:14.662 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:48:14.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:14.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:14.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:14.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:14.662 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:48:14.663 INFO [WorkbenchTestable][AbstractButton] Click button &Open 19:48:14.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:48:14.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:48:14.663 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:48:14.663 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:48:14.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:48:14.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:48:14.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 19:48:14.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:14.705 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:14.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 19:48:14.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:14.706 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:14.706 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 19:48:14.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:14.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:14.706 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 19:48:14.706 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:48:14.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:14.706 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:14.707 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:14.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:14.707 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:48:14.707 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:48:14.707 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:48:14.707 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:14.708 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform TooltipText=null 19:48:14.708 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:48:14.708 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:48:14.708 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:48:14.709 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:48:14.709 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:14.709 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:14.709 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:48:14.709 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:48:14.709 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:14.709 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:14.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:14.709 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:14.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:48:15.210 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:15.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:48:15.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:15.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:48:15.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:48:15.712 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:48:15.712 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:48:15.712 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:15.712 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:15.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 19:48:15.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:15.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:15.713 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:15.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:15.713 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:48:15.713 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 19:48:15.713 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectItemTestProject 19:48:15.713 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectItemTestProject 19:48:15.713 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectItemTestProject about selection 19:48:15.720 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectItemTestProject 19:48:15.720 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:48:15.720 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:48:15.740 DEBUG [main][MenuItemLookup] Found menu:'New' 19:48:15.740 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:48:15.740 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:15.740 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:48:15.740 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:15.740 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:48:15.740 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:48:15.740 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:48:15.740 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:48:15.740 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 19:48:15.740 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 19:48:15.740 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 19:48:15.740 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:15.740 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:48:15.740 DEBUG [main][MenuItemLookup] Found menu:'Export...' 19:48:15.740 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:15.740 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:48:15.740 DEBUG [main][MenuItemLookup] Item match:Refresh F5 19:48:15.741 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 19:48:15.741 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 19:48:15.741 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 19:48:15.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:48:15.741 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:48:15.741 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 19:48:16.241 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:48:16.241 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:48:16.241 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:48:16.241 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:48:16.241 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:48:16.241 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:48:16.241 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:48:16.241 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:48:16.241 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:48:16.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:48:16.241 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProjectItemTestProject' via Explorer 19:48:16.242 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectItemTestProject 19:48:16.242 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectItemTestProject 19:48:16.242 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectItemTestProject about selection 19:48:16.246 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectItemTestProject 19:48:16.246 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:48:16.246 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:48:16.266 DEBUG [main][MenuItemLookup] Found menu:'New' 19:48:16.266 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:48:16.266 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:16.266 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:48:16.266 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:16.266 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:48:16.266 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:48:16.266 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:48:16.266 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:48:16.266 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:48:16.266 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:48:16.266 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:48:16.266 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 19:48:16.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 'Delete.*'] is available.... 19:48:16.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. finished successfully 19:48:16.830 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 19:48:16.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:16.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:16.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:16.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:16.833 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 19:48:16.833 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:48:16.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:48:16.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:48:16.833 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:48:16.833 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:48:16.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:16.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:16.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:16.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:16.833 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:48:16.833 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 19:48:16.833 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 19:48:16.833 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 19:48:16.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:48:16.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:48:16.833 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:48:16.833 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:48:16.833 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 19:48:16.833 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:48:16.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:48:16.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:48:16.834 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:48:16.834 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:48:16.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:16.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:16.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:16.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:16.834 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:48:16.834 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:48:16.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:48:16.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:48:16.834 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:48:16.834 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:48:16.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 19:48:16.836 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 19:48:17.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 19:48:17.337 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 19:48:17.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:48:17.337 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 19:48:17.337 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 19:48:17.337 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 19:48:17.337 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:48:17.337 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:48:17.337 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:48:17.337 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:48:17.337 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:48:17.337 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:48:17.337 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:48:17.337 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:48:17.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:48:17.337 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest 19:48:17.337 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:48:17.337 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:48:17.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:48:17.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.55 s - in org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest selectCollapsedProjectExplorerItem no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) Time elapsed: 3.77 s open no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) Time elapsed: 3.284 s select no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) Time elapsed: 1.166 s asyncDelete no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) Time elapsed: 5.506 s testExpand no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) Time elapsed: 1.653 s Running org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 19:48:17.343 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 19:48:17.344 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:48:17.344 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:48:17.344 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 19:48:17.344 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:48:17.344 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:48:17.344 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:48:17.344 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:48:17.344 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:48:17.345 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:48:17.345 DEBUG [main][EditorHandler] 0 editor(s) found 19:48:17.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:17.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:17.346 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 19:48:17.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:17.347 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:17.347 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:48:17.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:17.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:17.347 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:48:17.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') 19:48:17.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:17.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:17.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:17.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:17.348 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:48:17.348 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:48:17.348 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:48:17.348 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:17.348 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:48:17.348 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:48:17.348 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:48:17.349 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:48:17.349 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:48:17.349 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:17.349 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:17.349 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:48:17.349 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:48:17.350 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:17.350 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:17.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:17.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:17.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:48:17.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:17.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:48:18.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:18.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:48:18.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:48:18.351 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:48:18.351 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:48:18.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:18.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:18.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 19:48:18.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:18.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:18.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:18.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:18.352 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:48:18.352 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:48:18.352 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:48:18.352 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:18.352 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:18.352 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:48:18.352 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOneErrorNoWarning no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 19:48:18.352 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 19:48:18.352 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:48:18.352 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:48:18.352 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:48:18.352 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:48:18.352 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:18.352 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:48:18.353 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:18.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 Project"] 19:48:18.353 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:18.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:48:18.353 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:18.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:48:18.353 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:18.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:48:18.353 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:18.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 Project"] 19:48:18.353 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:18.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:48:18.353 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:18.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:48:18.353 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:18.353 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:48:18.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:18.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:18.354 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:48:18.354 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:48:18.354 DEBUG [main][MenuItemLookup] Found menu:'File' 19:48:18.354 DEBUG [main][MenuItemLookup] Item match:File 19:48:18.354 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:48:18.354 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:48:18.356 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 19:48:18.356 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:48:18.356 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:18.356 DEBUG [main][MenuItemLookup] Found menu:'Package' 19:48:18.356 DEBUG [main][MenuItemLookup] Found menu:'Class' 19:48:18.356 DEBUG [main][MenuItemLookup] Found menu:'Interface' 19:48:18.356 DEBUG [main][MenuItemLookup] Found menu:'Enum' 19:48:18.356 DEBUG [main][MenuItemLookup] Found menu:'Record' 19:48:18.356 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 19:48:18.356 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 19:48:18.356 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 19:48:18.356 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:48:18.356 DEBUG [main][MenuItemLookup] Found menu:'File' 19:48:18.356 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:48:18.356 DEBUG [main][MenuItemLookup] Found menu:'Task' 19:48:18.356 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 19:48:18.356 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:18.356 DEBUG [main][MenuItemLookup] Found menu:'Example...' 19:48:18.356 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:18.356 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:48:18.356 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:48:18.356 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:48:18.356 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:48:18.357 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:48:18.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 'New|Select a wizard'] is available.... 19:48:18.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 19:48:18.412 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:48:18.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:18.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:18.412 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:48:18.413 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:18.413 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 19:48:18.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:18.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:18.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:18.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:18.413 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:48:18.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:48:18.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:48:18.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 19:48:18.414 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:48:18.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:48:18.414 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:48:18.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:48:18.414 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:48:18.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 19:48:18.414 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:48:18.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:48:18.414 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:48:18.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:48:18.414 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:48:18.414 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 19:48:18.414 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 19:48:18.414 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 19:48:18.417 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 19:48:18.417 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:48:18.417 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:48: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) 19:48:18.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:18.417 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:18.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:18.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:18.418 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:48:18.418 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:48:18.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:48:18.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:48:18.418 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:48:18.418 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:48:18.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:48:18.543 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:18.543 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:18.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.... 19:48:18.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 19:48:18.543 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 19:48:18.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:18.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:18.544 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 19:48:18.544 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:18.544 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 19:48:18.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:") 19:48:18.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:18.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:18.546 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:18.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:18.546 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:48:18.546 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:48:18.546 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 19:48:18.568 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 19:48:18.568 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 19:48:18.568 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) 19:48:18.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:18.568 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:18.569 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:18.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:18.569 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:48:18.581 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:48:18.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:48:18.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:48:18.585 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:48:18.585 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:48:18.588 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.... 19:48:19.088 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 19:48:19.088 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 19:48:19.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:19.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:19.091 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 19:48:19.091 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:48:19.091 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:48:19.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:48:19.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:48:19.091 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 19:48:19.091 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:48:19.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:19.091 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:19.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:19.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:19.091 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:48:19.092 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 19:48:19.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:48:19.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:48:19.092 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:48:19.092 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:48:19.154 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.... 19:48:19.154 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 19:48:19.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:48:19.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:48:19.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:48:19.155 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 19:48:19.155 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 19:48:19.155 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 19:48:19.155 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:48:19.155 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:48:19.155 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 19:48:19.155 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:48:19.155 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:48:19.155 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:48:19.155 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:48:19.155 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:48:19.155 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:48:19.155 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:48:19.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:48:19.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:19.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:19.157 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:48:19.157 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:19.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:19.191 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:48:19.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:19.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:19.191 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:48:19.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') 19:48:19.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:19.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:19.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:19.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:19.193 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:48:19.193 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:19.193 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:19.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:19.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:19.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:19.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:19.200 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:48:19.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:19.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:19.201 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:48:19.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:19.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:19.201 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:48:19.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 '\*?\QPackage Explorer\E') 19:48:19.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:19.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:19.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:19.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:19.202 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:48:19.202 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:48:19.202 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:48:19.225 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:19.225 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:19.225 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:48:19.225 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:48:19.225 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:48:19.226 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:19.226 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:19.226 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:48:19.226 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:48:19.226 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:19.238 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:19.239 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:48:19.239 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:48:19.242 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:19.242 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:19.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:19.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:19.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:48:19.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:19.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:48:20.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:20.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:48:20.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:48:20.244 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:48:20.244 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:48:20.245 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:20.245 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:20.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 19:48:20.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:20.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:20.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:20.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:20.246 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:48:20.246 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 19:48:20.246 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 19:48:20.246 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 19:48:20.246 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 19:48:20.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:48:20.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:48:20.747 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 19:48:20.747 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 19:48:20.748 DEBUG [main][TreeItemHandler] Selecting tree item: src 19:48:20.748 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 19:48:20.750 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 19:48:20.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:48:20.750 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:20.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:48:20.750 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:20.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 Java Class"] 19:48:20.751 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:20.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:48:20.751 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:20.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:48:20.751 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:20.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:48:20.751 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:20.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"] 19:48:20.751 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:20.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:48:20.751 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:20.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:48:20.751 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:20.751 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:48:20.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:20.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:20.752 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:48:20.752 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:48:20.752 DEBUG [main][MenuItemLookup] Found menu:'File' 19:48:20.752 DEBUG [main][MenuItemLookup] Item match:File 19:48:20.753 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:48:20.753 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:48:20.755 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 19:48:20.755 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:48:20.755 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:20.755 DEBUG [main][MenuItemLookup] Found menu:'Package' 19:48:20.755 DEBUG [main][MenuItemLookup] Found menu:'Class' 19:48:20.755 DEBUG [main][MenuItemLookup] Found menu:'Interface' 19:48:20.755 DEBUG [main][MenuItemLookup] Found menu:'Enum' 19:48:20.755 DEBUG [main][MenuItemLookup] Found menu:'Record' 19:48:20.755 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 19:48:20.755 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 19:48:20.755 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 19:48:20.755 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:48:20.755 DEBUG [main][MenuItemLookup] Found menu:'File' 19:48:20.755 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:48:20.755 DEBUG [main][MenuItemLookup] Found menu:'Task' 19:48:20.755 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 19:48:20.755 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:20.755 DEBUG [main][MenuItemLookup] Found menu:'Example...' 19:48:20.755 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:20.755 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:48:20.755 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:48:20.777 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:48:20.777 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:48:20.777 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:48:20.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 'New|Select a wizard'] is available.... 19:48:20.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 19:48:20.835 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:48:20.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:20.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:20.836 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:48:20.836 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:20.836 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 19:48:20.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:20.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:20.837 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:20.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:20.837 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:48:20.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:48:20.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:48:20.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 19:48:20.838 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:48:20.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:48:20.838 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:48:20.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:48:20.838 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:48:20.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 19:48:20.838 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:48:20.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:48:20.838 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:48:20.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:48:20.838 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:48:20.838 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 19:48:20.838 DEBUG [main][TreeItemHandler] Selecting tree item: Class 19:48:20.839 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 19:48:20.841 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 19:48:20.841 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:48:20.841 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:48:20.841 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) 19:48:20.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:20.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:20.842 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:20.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:20.842 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:48:20.842 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:48:20.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:48:20.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:48:20.842 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:48:20.842 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:48:20.985 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:48:20.985 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:20.985 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:20.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 19:48:20.985 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 19:48:20.985 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 19:48:20.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:20.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:20.986 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 19:48:20.986 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:20.986 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:") 19:48:20.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:20.986 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:21.010 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:21.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:21.010 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:48:21.010 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:48:21.011 INFO [WorkbenchTestable][AbstractText] Text set to: ErrorTestClass 19:48:21.026 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 19:48:21.026 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 19:48:21.027 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) 19:48:21.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:21.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:21.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:21.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:21.029 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:48:21.029 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:48:21.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:48:21.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:48:21.029 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:48:21.029 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:48:21.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:48:21.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:48:21.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:48:21.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 3 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 19:48:21.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 19:48:21.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:48:21.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:48:21.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:48:21.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:48:21.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:48:21.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:48:21.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:48:21.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:48:21.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:48:21.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:48:21.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:48:21.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:48:21.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:48:21.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:48:21.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:48:21.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 3 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 19:48:21.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 19:48:21.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:48:21.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:48:21.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:48:21.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:48:21.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:48:21.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:48:21.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:48:21.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:48:21.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:48:21.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:48:21.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:48:21.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:48:21.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:48:21.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:48:21.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5b29a075 is found... 19:48:21.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5b29a075 is found finished successfully 19:48:21.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QErrorTestClass.java\E') 19:48:21.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:21.640 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:21.641 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:21.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:21.641 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:48:21.641 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:21.641 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class ErrorTestClass { } TooltipText=null 19:48:21.642 INFO [WorkbenchTestable][TextEditor] Set text to editor 19:48:21.686 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:21.687 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class ErrorTestClass{ } TooltipText=null 19:48:21.687 INFO [WorkbenchTestable][AbstractEditor] Save editor 19:48:21.687 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 19:48:21.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:21.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:21.687 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 19:48:21.687 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 19:48:21.687 DEBUG [main][MenuItemLookup] Found menu:'File' 19:48:21.687 DEBUG [main][MenuItemLookup] Item match:File 19:48:21.688 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:48:21.688 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:48:21.688 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:48:21.688 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:48:21.688 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:21.688 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:48:21.688 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:48:21.688 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:21.688 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:48:21.688 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 19:48:21.688 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 19:48:21.688 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 19:48:21.689 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 19:48:21.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 19:48:21.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 19:48:21.723 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:21.723 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class ErrorTestClass{ } TooltipText=null 19:48:21.723 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:48:21.723 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:21.723 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:21.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:21.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:21.735 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:21.737 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:21.737 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:48:21.737 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:21.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:21.792 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 19:48:21.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:21.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:21.792 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 19:48:21.792 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:48:21.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:21.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:21.794 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:21.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:21.794 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:48:21.795 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:21.795 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:21.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:21.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:48:21.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:48:21.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:48:21.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view.... 19:48:21.796 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:21.796 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:21.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:21.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:48:21.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:48:21.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:48:21.796 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:21.796 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:21.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:21.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:48:21.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:48:21.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:48:21.797 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:48:21.797 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:21.797 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:21.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:21.798 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:48:21.798 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:48:21.798 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:48:21.798 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:48:21.798 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:48:21.798 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:48:21.798 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:48:21.798 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:48:21.798 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:48:21.798 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 19:48:21.798 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:48:21.798 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:48:21.798 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:48:21.798 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:48:21.798 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:48:21.798 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:48:21.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 19:48:22.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 19:48:22.800 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:48:22.800 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:22.800 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:22.801 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:22.801 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:48:22.801 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:48:22.801 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:48:22.801 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:48:22.802 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:48:22.802 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:48:22.802 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:48:22.802 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:48:22.802 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:48:22.802 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 19:48:22.802 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:48:22.802 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:48:22.802 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:48:22.802 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:48:22.802 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:48:22.802 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:48:22.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 19:48:22.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 19:48:22.803 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:22.803 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:22.803 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:22.803 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:48:22.803 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:48:22.803 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:48:22.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 19:48:22.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:22.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:22.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:22.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:22.804 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:48:23.315 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:23.315 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:23.316 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:23.317 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:23.317 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:23.317 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:23.317 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:23.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:23.318 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:48:23.318 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:23.318 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:23.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:23.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:23.318 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:48:23.319 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:48:23.319 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:48:23.319 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:48:23.319 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:48:23.319 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:48:23.319 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 19:48:23.319 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:48:23.319 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:48:23.319 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:48:23.319 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:48:23.319 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:48:23.319 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:48:23.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 19:48:24.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 19:48:24.320 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:48:24.320 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:24.320 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:24.321 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:24.321 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:24.321 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:48:24.321 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:48:24.321 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:48:24.321 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:48:24.322 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:48:24.322 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:48:24.322 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 19:48:24.322 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:48:24.322 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:48:24.322 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:48:24.322 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:48:24.322 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:48:24.322 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:48:24.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 19:48:24.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 19:48:24.322 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:24.322 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:24.322 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:24.322 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:24.323 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:48:24.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:24.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:24.323 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:24.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:24.323 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:48:24.323 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 19:48:24.323 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 19:48:24.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:48:24.323 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 19:48:24.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:48:24.323 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 19:48:24.323 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 19:48:24.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:48:24.323 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 19:48:24.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:48:24.323 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 19:48:24.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view. finished successfully 19:48:24.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:24.326 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:24.326 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:48:24.326 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:24.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:24.328 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 19:48:24.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:24.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:24.329 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 19:48:24.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 '\*?\QProblems\E') 19:48:24.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:24.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:24.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:24.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:24.331 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:48:24.331 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:24.331 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:24.331 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:24.331 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:48:24.331 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:48:24.331 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:48:24.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view.... 19:48:24.332 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:24.332 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:24.332 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:24.332 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:48:24.332 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:48:24.332 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:48:24.332 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:24.332 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:24.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:24.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:48:24.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:48:24.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:48:24.333 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:48:24.333 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:24.333 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:24.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:24.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:48:24.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:48:24.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:48:24.333 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:48:24.334 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:48:24.334 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:48:24.334 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:48:24.334 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:48:24.334 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:48:24.334 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 19:48:24.334 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:48:24.334 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:48:24.334 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:48:24.334 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:48:24.334 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:48:24.334 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:48:24.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 19:48:25.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 19:48:25.335 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:48:25.335 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:25.335 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:25.336 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:25.336 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:48:25.336 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:48:25.336 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:48:25.336 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:48:25.337 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:48:25.337 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:48:25.337 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:48:25.337 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:48:25.337 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:48:25.337 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 19:48:25.337 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:48:25.337 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:48:25.337 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:48:25.337 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:48:25.337 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:48:25.337 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:48:25.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 19:48:25.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 19:48:25.337 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:25.337 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:25.338 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:25.338 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:48:25.338 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:48:25.338 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:48:25.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 19:48:25.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:25.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:25.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:25.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:25.338 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:48:25.339 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 19:48:25.339 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 19:48:25.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:48:25.339 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 19:48:25.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:48:25.339 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 19:48:25.339 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 19:48:25.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:48:25.339 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 19:48:25.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:48:25.339 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 19:48:25.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view. finished successfully 19:48:25.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:25.342 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:25.342 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:48:25.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:25.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:25.344 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 19:48:25.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:25.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:25.344 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 19:48:25.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 '\*?\QProblems\E') 19:48:25.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:25.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:25.347 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:25.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:25.347 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:48:25.347 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:25.347 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:25.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:25.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:48:25.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:48:25.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:48:25.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting while problem of type Warnings exists in Problems view.... 19:48:25.347 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:25.347 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:25.348 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:25.348 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:48:25.348 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:48:25.348 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:48:25.348 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:25.348 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:25.348 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:25.348 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:48:25.348 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:48:25.348 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:48:25.348 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:48:25.348 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:25.348 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:25.349 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:25.349 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:48:25.349 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:48:25.349 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:48:25.349 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:48:25.349 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:48:25.349 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:48:25.349 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:48:25.349 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:48:25.349 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:48:25.349 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 19:48:25.349 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:48:25.350 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:48:25.350 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:48:25.350 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:48:25.350 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:48:25.350 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:48:25.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 19:48:26.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 19:48:26.851 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:48:26.851 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:26.851 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:26.852 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:26.852 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:48:26.852 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:48:26.852 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:48:26.852 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:48:26.853 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:48:26.853 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:48:26.853 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:48:26.853 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:48:26.853 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:48:26.853 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 19:48:26.853 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:48:26.853 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:48:26.853 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:48:26.853 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:48:26.853 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:48:26.853 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:48:26.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 19:48:26.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 19:48:26.853 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:26.853 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:26.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:26.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:48:26.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:48:26.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:48:26.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 19:48:26.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:26.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:26.854 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:26.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:26.854 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:48:26.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting while problem of type Warnings exists in Problems view. finished successfully 19:48:26.855 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:26.855 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:26.856 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:26.856 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:26.856 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:48:26.856 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:26.856 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:26.856 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:26.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:26.857 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:48:26.857 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:48:26.857 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:48:26.857 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:48:26.857 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:48:26.857 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:48:26.857 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 19:48:26.857 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:48:26.857 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:48:26.857 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:48:26.857 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:48:26.857 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:48:26.857 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:48:26.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 19:48:28.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 19:48:28.359 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:48:28.359 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:28.359 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:28.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:28.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:28.360 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:48:28.360 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:48:28.360 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:48:28.360 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:48:28.360 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:48:28.360 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:48:28.360 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 19:48:28.360 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:48:28.360 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:48:28.360 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:48:28.360 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:48:28.361 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:48:28.361 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:48:28.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 19:48:28.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 19:48:28.361 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:28.361 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:28.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:28.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:28.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 19:48:28.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:28.361 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:28.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:28.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:28.361 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:48:28.362 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 19:48:28.362 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 19:48:28.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:48:28.362 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 19:48:28.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:48:28.362 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 19:48:28.362 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 19:48:28.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:48:28.362 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 19:48:28.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:48:28.362 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 19:48:28.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:28.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:28.365 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 19:48:28.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:28.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:28.365 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 19:48:28.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') 19:48:28.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:28.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:28.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:28.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:28.378 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:48:28.378 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:28.378 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:28.379 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:28.379 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:48:28.379 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:48:28.379 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:48:28.379 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:48:28.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:28.379 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:28.379 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:28.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:28.379 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:48:28.380 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:48:28.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:28.380 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:28.380 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:28.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:28.381 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:48:28.381 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:28.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:28.383 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 19:48:28.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:28.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:28.383 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 19:48:28.383 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:48:28.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:28.383 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:28.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:28.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:28.397 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:48:28.397 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:28.397 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:28.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:28.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:48:28.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:48:28.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:48:28.398 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:48:28.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:28.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:28.398 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:28.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:28.398 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:48:28.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 19:48:28.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:28.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:28.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:28.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:28.399 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:48:28.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:28.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:28.413 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 19:48:28.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:28.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:28.413 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 19:48:28.413 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:48:28.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:28.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:28.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:28.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:28.416 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:48:28.416 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:28.416 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:28.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:28.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:48:28.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:48:28.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:48:28.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.ctab.DefaultCTabItem, index 0 and no matchers specified 19:48:28.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:28.417 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:28.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:28.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:28.417 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:48:28.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 19:48:28.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:28.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:28.429 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:28.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:28.429 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:48:28.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:28.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:28.432 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 19:48:28.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:28.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:28.432 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 19:48:28.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 '\*?\QProblems\E') 19:48:28.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:28.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:28.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:28.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:28.446 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:48:28.446 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:28.446 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:28.447 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:28.447 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:48:28.447 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:48:28.447 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:48:28.447 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:48:28.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:28.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:28.447 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:28.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:28.447 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:48:28.448 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:28.450 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:28.450 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 19:48:28.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:28.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:28.462 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 19:48:28.462 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:48:28.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:28.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:28.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:28.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:28.465 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:48:28.465 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:28.465 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:28.465 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:28.465 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:48:28.465 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:48:28.465 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:48:28.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 19:48:28.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:28.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:28.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:28.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:28.465 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:48:28.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 19:48:28.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:28.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:28.467 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:28.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:28.467 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:48:28.467 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:28.480 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:28.480 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 19:48:28.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:28.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:28.480 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 19:48:28.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 '\*?\QProblems\E') 19:48:28.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:28.480 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:28.483 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:28.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:28.483 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:48:28.483 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:28.483 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:28.483 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:28.484 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:48:28.484 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:48:28.484 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:48:28.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 19:48:28.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:28.484 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:28.484 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:28.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:28.484 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:48:28.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 19:48:28.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:28.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:28.496 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:28.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:28.496 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:48:28.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:28.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:28.499 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 19:48:28.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:28.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:28.499 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 19:48:28.499 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:48:28.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:28.499 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:28.501 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:28.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:28.501 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:48:28.501 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:28.501 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:28.502 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:28.502 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:48:28.502 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:48:28.502 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:48:28.502 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:48:28.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:28.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:28.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:28.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:28.502 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:48:28.503 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:28.503 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:28.503 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:28.504 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:28.504 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:48:28.504 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:28.504 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:28.504 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:28.504 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:28.504 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:48:28.505 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:48:28.505 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:48:28.505 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:48:28.505 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:48:28.505 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:48:28.505 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 19:48:28.505 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:48:28.505 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:48:28.505 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:48:28.505 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:48:28.505 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:48:28.505 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:48:28.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 19:48:30.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 19:48:30.006 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:48:30.006 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:30.006 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:30.007 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:30.007 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:30.007 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:48:30.008 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:48:30.008 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:48:30.008 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:48:30.008 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:48:30.008 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:48:30.008 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 19:48:30.008 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:48:30.008 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:48:30.008 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:48:30.008 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:48:30.008 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:48:30.008 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:48:30.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 19:48:30.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 19:48:30.008 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:30.008 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:30.008 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:30.008 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:30.008 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:48:30.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:30.008 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:30.009 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:30.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:30.009 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:48:30.009 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:30.009 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:30.009 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:30.009 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:30.009 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:48:30.009 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:30.009 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:30.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:30.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:30.010 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:48:30.010 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:48:30.010 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:48:30.010 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:48:30.011 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:48:30.011 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:48:30.011 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 19:48:30.011 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:48:30.011 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:48:30.011 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:48:30.011 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:48:30.011 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:48:30.011 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:48:30.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 19:48:31.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 19:48:31.012 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:48:31.012 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:31.012 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:31.013 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:31.013 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:31.013 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:48:31.014 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:48:31.014 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:48:31.014 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:48:31.014 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:48:31.014 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:48:31.014 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 19:48:31.014 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:48:31.014 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:48:31.014 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:48:31.014 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:48:31.014 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:48:31.014 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:48:31.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 19:48:31.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 19:48:31.015 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:31.015 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:31.015 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:31.015 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:31.015 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:48:31.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:31.015 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:31.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:31.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:31.015 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:48:31.016 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 19:48:31.016 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 19:48:31.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:48:31.016 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 19:48:31.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:48:31.016 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 19:48:31.016 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 19:48:31.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:48:31.016 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 19:48:31.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:48:31.016 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 19:48:31.016 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:31.016 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:31.016 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:31.017 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:31.017 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:48:31.017 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:31.017 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:31.017 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:31.017 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:31.017 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:48:31.018 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:48:31.018 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:48:31.018 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:48:31.018 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:48:31.018 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:48:31.018 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 19:48:31.018 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:48:31.018 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:48:31.018 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:48:31.018 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:48:31.018 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:48:31.018 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:48:31.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 19:48:32.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 19:48:32.019 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:48:32.019 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:32.019 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:32.020 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:32.020 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:32.020 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:48:32.021 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:48:32.021 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:48:32.021 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:48:32.021 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:48:32.021 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:48:32.021 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 19:48:32.021 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:48:32.021 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:48:32.021 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:48:32.021 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:48:32.021 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:48:32.021 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:48:32.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 19:48:32.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 19:48:32.021 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:32.021 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:32.021 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:32.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:32.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 19:48:32.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:32.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:32.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:32.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:32.022 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:48:32.022 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 19:48:32.022 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 19:48:32.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:48:32.022 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 19:48:32.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:48:32.022 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 19:48:32.022 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 19:48:32.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:48:32.022 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 19:48:32.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:48:32.022 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 19:48:32.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:32.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:32.025 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 19:48:32.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:32.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:32.025 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 19:48:32.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 '\*?\QProblems\E') 19:48:32.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:32.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:32.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:32.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:32.027 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:48:32.027 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:32.027 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:32.028 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:32.028 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:48:32.028 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:48:32.028 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:48:32.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 19:48:32.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:32.028 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:32.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:32.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:32.028 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:48:32.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 19:48:32.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:32.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:32.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:32.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:32.029 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:48:32.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:32.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:32.032 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 19:48:32.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:32.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:32.032 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 19:48: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 '\*?\QProblems\E') 19:48:32.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:32.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:32.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:32.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:32.034 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:48:32.034 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:32.034 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:32.035 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:32.035 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:48:32.035 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:48:32.035 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:48:32.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 19:48:32.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:32.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:32.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:32.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:32.035 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:48:32.036 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:48:32.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:32.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:32.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:32.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:32.036 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:48:32.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:32.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:32.039 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 19:48:32.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:32.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:32.039 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 19:48: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 '\*?\QProblems\E') 19:48:32.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:32.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:32.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:32.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:32.053 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:48:32.053 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:32.053 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:32.053 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:32.053 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:48:32.053 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:48:32.053 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:48:32.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 19:48:32.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:32.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:32.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:32.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:32.054 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:48:32.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 19:48:32.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:32.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:32.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:32.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:32.055 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:48:32.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:32.069 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:32.069 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 19:48:32.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:32.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:32.069 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 19:48:32.069 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:48:32.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:32.069 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:32.072 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:32.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:32.072 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:48:32.072 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:32.072 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:32.073 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:32.073 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:48:32.073 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:48:32.073 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:48:32.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 19:48:32.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:32.073 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:32.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:32.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:32.073 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:48:32.085 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:32.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:32.088 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 19:48:32.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:32.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:32.088 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 19:48:32.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') 19:48:32.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:32.088 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:32.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:32.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:32.090 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:48:32.091 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:32.102 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:32.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:32.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:48:32.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:48:32.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:48:32.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 19:48:32.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:32.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:32.103 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:32.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:32.103 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:48:32.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 19:48:32.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:32.104 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:32.104 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:32.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:32.104 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:48:32.104 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:32.107 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:32.107 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 19:48:32.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:32.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:32.107 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 19:48:32.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 '\*?\QProblems\E') 19:48:32.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:32.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:32.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:32.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:32.120 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:48:32.120 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:32.120 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:32.121 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:32.121 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:48:32.121 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:48:32.121 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:48:32.121 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:48:32.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:32.121 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:32.122 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:32.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:32.122 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:48:32.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 19:48:32.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:32.123 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:32.123 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:32.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:32.123 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:48:32.123 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:32.136 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:32.136 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 19:48:32.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:32.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:32.136 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 19:48:32.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') 19:48:32.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:32.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:32.139 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:32.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:32.139 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:48:32.139 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:32.139 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:32.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:32.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:48:32.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:48:32.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:48:32.140 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:48:32.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:32.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:32.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:32.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:32.140 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:48:32.141 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:32.141 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:32.152 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:32.152 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:32.152 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:48:32.152 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:32.152 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:32.152 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:32.153 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:32.153 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:48:32.153 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:48:32.153 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:48:32.153 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:48:32.153 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:48:32.153 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:48:32.153 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 19:48:32.153 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:48:32.153 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:48:32.153 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:48:32.153 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:48:32.153 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:48:32.153 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:48:32.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 19:48:33.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 19:48:33.155 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:48:33.155 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:33.155 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:33.156 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:33.156 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:33.156 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:48:33.157 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:48:33.157 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:48:33.157 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:48:33.157 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:48:33.157 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:48:33.157 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 19:48:33.157 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:48:33.157 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:48:33.157 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:48:33.157 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:48:33.157 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:48:33.157 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:48:33.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 19:48:33.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 19:48:33.157 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:33.157 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:33.157 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:33.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:33.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 19:48:33.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:33.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:33.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:33.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:33.158 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:48:33.158 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:33.158 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:33.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:33.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:33.158 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:48:33.158 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:33.158 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:33.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:33.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:33.159 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:48:33.159 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:48:33.159 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:48:33.159 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:48:33.159 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:48:33.159 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:48:33.159 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 19:48:33.159 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:48:33.159 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:48:33.159 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:48:33.159 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:48:33.159 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:48:33.159 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:48:33.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 19:48:34.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 19:48:34.661 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:48:34.661 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:34.661 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:34.662 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:34.663 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:34.663 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:48:34.663 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:48:34.663 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:48:34.663 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:48:34.663 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:48:34.663 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:48:34.664 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 19:48:34.664 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:48:34.664 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:48:34.664 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:48:34.664 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:48:34.664 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:48:34.664 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:48:34.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 19:48:34.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 19:48:34.664 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:34.664 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:34.664 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:34.664 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48: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 19:48:34.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:34.664 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:34.664 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:34.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:34.664 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:48:34.665 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:34.665 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:34.665 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:34.665 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:34.666 DEBUG [main][MenuItemLookup] Found menu:'Show' 19:48:34.666 DEBUG [main][MenuItemLookup] Found menu:'Group By' 19:48:34.666 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 19:48:34.666 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 19:48:34.666 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 19:48:34.666 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 19:48:34.666 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 19:48:34.667 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 19:48:34.667 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 19:48:34.667 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 19:48:34.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 19:48:34.710 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 19:48:34.710 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 19:48:34.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:34.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:34.711 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:48:34.711 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:48:34.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:48:34.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:48:34.711 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 19:48:34.711 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:48:34.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:34.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:34.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:34.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:34.712 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:48:34.712 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 19:48:34.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:48:34.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:48:34.712 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:48:34.712 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:48: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 "OK", Widget matcher matching widgets with style: 8) 19:48:34.713 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:48:34.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:48:34.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:48:34.713 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 19:48:34.713 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:48:34.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:34.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:34.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:34.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:34.714 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:48:34.714 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:48:34.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:48:34.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:48:34.714 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:48:34.714 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:48:34.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 19:48:34.742 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 19:48:34.742 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:48:34.742 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:48:34.742 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:48:34.748 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:34.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:34.749 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:48:34.749 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:48:34.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:34.750 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:34.750 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:48:34.750 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:48:34.750 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:34.750 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:34.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:34.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:34.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:48:35.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:35.251 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:48:35.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:35.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:48:35.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:48:35.752 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:48:35.752 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:48:35.753 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:35.753 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:35.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 19:48:35.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:35.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:35.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:35.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:35.753 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:48:35.753 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 19:48:35.754 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 19:48:35.754 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 19:48:35.754 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 19:48:35.758 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 19:48:35.758 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:48:35.758 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:48:35.779 DEBUG [main][MenuItemLookup] Found menu:'New' 19:48:35.779 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:48:35.779 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:35.779 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:48:35.779 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 19:48:35.779 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:48:35.779 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:35.779 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:48:35.779 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:48:35.779 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:48:35.779 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:48:35.779 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:35.779 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 19:48:35.779 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 19:48:35.779 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 19:48:35.779 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 19:48:35.779 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:35.779 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:48:35.779 DEBUG [main][MenuItemLookup] Found menu:'Export...' 19:48:35.779 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:35.779 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:48:35.779 DEBUG [main][MenuItemLookup] Item match:Refresh F5 19:48:35.779 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 19:48:35.779 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 19:48:35.779 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 19:48:35.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:48:35.781 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:48:35.781 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:48:35.781 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 19:48:35.781 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:48:35.781 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:48:35.781 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:48:35.781 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:48:35.781 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:48:35.781 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:48:35.781 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:48:35.781 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:48:35.781 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:48:35.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:48:35.781 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 19:48:35.782 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 19:48:35.782 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 19:48:35.782 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 19:48:35.783 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 19:48:35.783 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:48:35.783 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:48:35.802 DEBUG [main][MenuItemLookup] Found menu:'New' 19:48:35.802 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:48:35.802 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:35.802 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:48:35.802 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 19:48:35.802 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:48:35.802 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:35.802 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:48:35.802 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:48:35.802 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:48:35.802 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:48:35.802 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:48:35.803 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:48:35.803 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:48:35.803 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 19:48:35.831 DEBUG [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.... 19:48:36.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 'Delete.*'] is available. finished successfully 19:48:36.409 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 19:48:36.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:36.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:36.411 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:36.411 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:36.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: 32) 19:48:36.411 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:48:36.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:48:36.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:48:36.411 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:48:36.411 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:48:36.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:36.411 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:36.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:36.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:36.412 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:48:36.412 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 19:48:36.412 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 19:48:36.412 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 19:48:36.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:48:36.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:48:36.412 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:48:36.412 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:48:36.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 "OK", Widget matcher matching widgets with style: 8) 19:48:36.412 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:48:36.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:48:36.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:48:36.412 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:48:36.412 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:48:36.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:36.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:36.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:36.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:36.413 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:48:36.413 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:48:36.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:48:36.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:48:36.413 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:48:36.413 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:48:36.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 19:48:36.416 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 19:48:36.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 19:48:36.916 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 19:48:36.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:48:36.916 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 19:48:36.916 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 19:48:36.916 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 19:48:36.917 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:48:36.917 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:48:36.917 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:48:36.917 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:48:36.917 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:48:36.917 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:48:36.917 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:48:36.917 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:48:36.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:48:36.917 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 19:48:36.917 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:48:36.917 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:48:36.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:48:36.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:48:36.917 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOneErrorNoWarning no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 19:48:36.917 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:48:36.917 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTwoProblemsExist no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 19:48:36.917 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 19:48:36.917 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:48:36.917 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:48:36.917 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:48:36.917 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:48:36.918 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:36.918 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:48:36.918 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:36.918 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 19:48:36.918 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:36.918 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:48:36.918 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:36.918 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:48:36.918 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:36.918 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:48:36.918 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:36.918 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 19:48:36.918 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:36.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:48:36.919 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:36.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:48:36.919 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:36.919 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:48:36.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:36.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:36.919 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:48:36.919 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:48:36.919 DEBUG [main][MenuItemLookup] Found menu:'File' 19:48:36.919 DEBUG [main][MenuItemLookup] Item match:File 19:48:36.920 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:48:36.920 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:48:36.922 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 19:48:36.922 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:48:36.922 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:36.922 DEBUG [main][MenuItemLookup] Found menu:'Package' 19:48:36.922 DEBUG [main][MenuItemLookup] Found menu:'Class' 19:48:36.922 DEBUG [main][MenuItemLookup] Found menu:'Interface' 19:48:36.922 DEBUG [main][MenuItemLookup] Found menu:'Enum' 19:48:36.922 DEBUG [main][MenuItemLookup] Found menu:'Record' 19:48:36.922 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 19:48:36.922 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 19:48:36.922 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 19:48:36.922 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:48:36.922 DEBUG [main][MenuItemLookup] Found menu:'File' 19:48:36.922 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:48:36.922 DEBUG [main][MenuItemLookup] Found menu:'Task' 19:48:36.922 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 19:48:36.922 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:36.922 DEBUG [main][MenuItemLookup] Found menu:'Example...' 19:48:36.922 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:36.922 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:48:36.922 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:48:36.922 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:48:36.922 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:48:36.931 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:48:36.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 'New|Select a wizard'] is available.... 19:48:36.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 19:48:36.984 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:48:36.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:36.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:36.985 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:48:36.985 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:36.985 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 19:48:36.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:36.985 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:36.985 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:36.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:36.985 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:48:36.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:48:36.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:48:36.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 19:48:36.991 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:48:36.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:48:36.991 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:48:36.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:48:36.991 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:48:36.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 19:48:36.991 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:48:36.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:48:36.991 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:48:36.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:48:36.991 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:48:36.991 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 19:48:36.991 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 19:48:36.991 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 19:48:36.993 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 19:48:36.993 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:48:36.993 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:48:36.993 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) 19:48:36.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:36.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:36.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:36.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:36.994 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:48:36.994 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:48:36.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:48:36.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:48:36.994 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:48:36.994 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:48:37.115 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:48:37.115 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:37.115 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:37.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.... 19:48:37.116 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 19:48:37.116 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 19:48:37.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:37.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:37.116 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 19:48:37.117 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:37.117 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 19:48:37.117 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:") 19:48:37.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:37.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:37.118 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:37.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:37.118 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:48:37.118 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:48:37.119 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 19:48:37.139 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 19:48:37.139 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 19:48:37.139 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) 19:48:37.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:37.139 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:37.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:37.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:37.140 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:48:37.141 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:48:37.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:48:37.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:48:37.141 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:48:37.141 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:48:37.143 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.... 19:48:37.644 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 19:48:37.644 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 19:48:37.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:37.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:37.646 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 19:48:37.646 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:48:37.646 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:48:37.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:48:37.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:48:37.647 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 19:48:37.647 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:48:37.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:37.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:37.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:37.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:37.647 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:48:37.647 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 19:48:37.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:48:37.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:48:37.647 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:48:37.647 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:48:37.716 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.... 19:48:37.716 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 19:48:37.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:48:37.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:48:37.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:48:37.717 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 19:48:37.717 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 19:48:37.717 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:48:37.717 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:48:37.717 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:48:37.717 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:48:37.717 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:48:37.717 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:48:37.717 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:48:37.717 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:48:37.717 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:48:37.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:48:37.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:37.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:37.733 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:48:37.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:37.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:37.744 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:48:37.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:37.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:37.744 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:48:37.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 '\*?\QProblems\E') 19:48:37.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:37.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:37.746 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:37.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:37.746 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:48:37.746 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:37.746 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:37.785 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:37.785 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:37.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:37.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:37.786 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:48:37.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:37.787 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:37.787 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:48:37.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:37.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:37.787 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:48:37.787 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:48:37.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:37.787 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:37.788 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:37.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:37.788 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:48:37.788 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:48:37.788 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:48:37.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:37.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:37.797 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:48:37.797 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:48:37.797 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:48:37.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:37.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:37.797 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:48:37.797 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:48:37.798 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:37.798 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:37.798 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:48:37.798 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:48:37.798 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:37.798 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:37.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:37.798 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:37.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:48:38.305 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:38.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:48:38.806 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:38.806 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:48:38.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:48:38.806 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:48:38.806 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:48:38.807 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:38.807 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:38.807 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:48:38.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:38.807 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:38.807 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:38.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:38.807 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:48:38.807 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 19:48:38.808 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 19:48:38.808 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 19:48:38.808 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 19:48:38.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:48:39.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:48:39.309 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 19:48:39.309 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 19:48:39.309 DEBUG [main][TreeItemHandler] Selecting tree item: src 19:48:39.310 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 19:48:39.312 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 19:48:39.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:48:39.312 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:39.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:48:39.312 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:39.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 Class"] 19:48:39.312 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:39.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:48:39.312 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:39.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:48:39.313 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:39.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:48:39.313 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:39.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 Class"] 19:48:39.313 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:39.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:48:39.313 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:39.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:48:39.314 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:39.314 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:48:39.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:39.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:39.314 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:48:39.314 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:48:39.314 DEBUG [main][MenuItemLookup] Found menu:'File' 19:48:39.315 DEBUG [main][MenuItemLookup] Item match:File 19:48:39.315 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:48:39.315 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:48:39.317 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 19:48:39.317 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:48:39.317 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:39.317 DEBUG [main][MenuItemLookup] Found menu:'Package' 19:48:39.317 DEBUG [main][MenuItemLookup] Found menu:'Class' 19:48:39.317 DEBUG [main][MenuItemLookup] Found menu:'Interface' 19:48:39.317 DEBUG [main][MenuItemLookup] Found menu:'Enum' 19:48:39.317 DEBUG [main][MenuItemLookup] Found menu:'Record' 19:48:39.317 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 19:48:39.317 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 19:48:39.317 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 19:48:39.317 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:48:39.317 DEBUG [main][MenuItemLookup] Found menu:'File' 19:48:39.317 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:48:39.317 DEBUG [main][MenuItemLookup] Found menu:'Task' 19:48:39.317 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 19:48:39.317 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:39.317 DEBUG [main][MenuItemLookup] Found menu:'Example...' 19:48:39.317 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:39.317 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:48:39.317 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:48:39.317 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:48:39.317 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:48:39.317 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:48:39.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 19:48:39.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 'New|Select a wizard'] is available. finished successfully 19:48:39.418 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:48:39.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:39.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:39.419 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:48:39.419 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:39.419 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 19:48:39.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:39.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:39.420 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:39.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:39.420 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:48:39.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:48:39.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:48:39.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 19:48:39.421 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:48:39.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:48:39.421 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:48:39.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:48:39.421 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:48:39.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 19:48:39.422 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:48:39.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:48:39.422 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:48:39.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:48:39.422 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:48:39.422 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 19:48:39.422 DEBUG [main][TreeItemHandler] Selecting tree item: Class 19:48:39.422 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 19:48:39.487 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 19:48:39.487 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:48:39.487 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:48:39.488 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) 19:48:39.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:39.488 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:39.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:39.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:39.489 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:48:39.489 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:48:39.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:48:39.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:48:39.489 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:48:39.489 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:48:39.584 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:48:39.584 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:39.584 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:39.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 19:48:39.584 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 19:48:39.584 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 19:48:39.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:39.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:39.585 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 19:48:39.585 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:39.585 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:") 19:48:39.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:39.585 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:39.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:39.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:39.590 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:48:39.590 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:48:39.591 INFO [WorkbenchTestable][AbstractText] Text set to: WarningTestClass 19:48:39.596 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 19:48:39.596 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 19:48:39.596 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) 19:48:39.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:39.596 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:39.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:39.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:39.597 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:48:39.607 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:48:39.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:48:39.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:48:39.608 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:48:39.608 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:48:39.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:48:40.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:48:40.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:48:40.124 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 19:48:40.124 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:48:40.124 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:48:40.124 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:48:40.124 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:48:40.124 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:48:40.124 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:48:40.124 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:48:40.124 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:48:40.124 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:48:40.124 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:48:40.124 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:48:40.124 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:48:40.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:48:40.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:48:40.124 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 19:48:40.124 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:48:40.124 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:48:40.124 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:48:40.124 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:48:40.124 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:48:40.124 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:48:40.124 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:48:40.124 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:48:40.124 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:48:40.124 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:48:40.124 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:48:40.124 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:48:40.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:48:40.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4893a641 is found... 19:48:40.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4893a641 is found finished successfully 19:48:40.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWarningTestClass.java\E') 19:48:40.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:40.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:40.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:40.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:40.125 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:48:40.126 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:40.126 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class WarningTestClass { } TooltipText=null 19:48:40.126 INFO [WorkbenchTestable][TextEditor] Set text to editor 19:48:40.131 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:40.131 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ private int i; } TooltipText=null 19:48:40.131 INFO [WorkbenchTestable][AbstractEditor] Save editor 19:48:40.131 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:48:40.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:40.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:40.132 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:48:40.132 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:48:40.132 DEBUG [main][MenuItemLookup] Found menu:'File' 19:48:40.132 DEBUG [main][MenuItemLookup] Item match:File 19:48:40.133 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:48:40.133 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:48:40.133 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:48:40.133 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:48:40.133 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:40.133 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:48:40.133 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:48:40.133 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:40.133 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:48:40.133 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 19:48:40.133 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 19:48:40.133 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 19:48:40.186 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 19:48:40.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 19:48:40.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 19:48:40.200 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:40.200 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ private int i; } TooltipText=null 19:48:40.200 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:48:40.200 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:40.200 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:40.230 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:40.231 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:40.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:40.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:40.233 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:48:40.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:40.283 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:40.283 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:48:40.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:40.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:40.283 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:48:40.283 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:48:40.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:40.283 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:40.287 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:40.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:40.287 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:48:40.287 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:40.287 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:40.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:40.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:48:40.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:48:40.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:48:40.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view.... 19:48:40.288 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:40.288 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:40.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:40.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:48:40.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:48:40.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:48:40.289 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:40.289 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:40.290 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:40.290 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:48:40.290 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:48:40.290 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:48:40.290 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:48:40.290 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:40.290 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:40.290 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:40.290 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:48:40.290 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:48:40.290 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:48:40.290 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:48:40.291 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:48:40.291 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:48:40.291 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:48:40.291 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:48:40.291 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:48:40.291 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 19:48:40.291 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:48:40.291 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:48:40.291 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:48:40.291 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:48:40.291 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:48:40.291 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:48:40.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 19:48:41.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 19:48:41.292 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:48:41.292 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:41.292 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:41.293 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:41.293 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:48:41.293 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:48:41.293 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:48:41.293 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:48:41.294 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:48:41.294 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:48:41.294 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:48:41.294 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:48:41.294 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:48:41.294 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 19:48:41.294 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:48:41.294 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:48:41.294 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:48:41.294 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:48:41.294 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:48:41.294 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:48:41.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 19:48:41.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 19:48:41.294 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:41.294 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:41.295 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:41.295 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:48:41.295 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:48:41.295 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:48:41.295 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:48:41.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:41.295 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:41.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:41.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:41.295 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:48:41.796 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:41.797 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:41.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:41.798 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:41.798 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:41.798 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:41.798 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:41.798 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:41.798 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:48:41.798 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:41.798 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:41.799 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:41.799 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:41.799 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:48:41.799 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:48:41.799 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:48:41.799 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:48:41.799 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:48:41.799 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:48:41.799 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 19:48:41.799 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:48:41.799 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:48:41.799 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:48:41.799 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:48:41.799 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:48:41.799 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:48:41.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 19:48:42.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 19:48:42.801 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:48:42.801 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:42.801 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:42.802 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:42.802 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:42.802 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:48:42.803 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:48:42.803 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:48:42.803 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:48:42.803 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:48:42.803 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:48:42.803 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 19:48:42.803 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:48:42.803 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:48:42.803 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:48:42.803 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:48:42.803 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:48:42.803 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:48:42.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 19:48:42.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 19:48:42.803 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:42.803 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:42.803 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:42.803 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:42.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 19:48:42.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:42.804 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:42.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:42.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:42.804 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:48:42.804 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 19:48:42.804 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 19:48:42.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:48:42.804 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 19:48:42.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:48:42.804 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 19:48:42.804 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 19:48:42.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:48:42.804 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 19:48:42.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:48:42.804 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 19:48:42.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view. finished successfully 19:48:42.804 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:48:42.804 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:48:42.804 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:48:42.817 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:42.817 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:42.817 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:48:42.817 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:48:42.818 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:42.818 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:42.818 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:48:42.818 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:48:42.818 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:42.818 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:42.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:42.818 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:42.818 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:48:43.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:43.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:48:43.819 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:43.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:48:43.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:48:43.820 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:48:43.820 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:48:43.820 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:43.821 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:43.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 19:48:43.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:43.821 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:43.821 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:43.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:43.821 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:48:43.821 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 19:48:43.821 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 19:48:43.821 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 19:48:43.822 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 19:48:43.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:48:43.822 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProblemsViewTestProject is already expanded. No action performed 19:48:43.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:48:43.822 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 19:48:43.822 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 19:48:43.822 DEBUG [main][TreeItemHandler] Selecting tree item: src 19:48:43.822 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 19:48:43.823 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 19:48:43.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:48:43.823 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:43.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:48:43.824 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:43.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"] 19:48:43.824 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:43.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:48:43.824 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:43.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:48:43.824 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:43.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:48:43.824 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:43.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"] 19:48:43.824 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:43.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:48:43.824 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:43.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:48:43.824 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:43.824 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:48:43.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:43.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:43.825 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:48:43.825 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:48:43.825 DEBUG [main][MenuItemLookup] Found menu:'File' 19:48:43.825 DEBUG [main][MenuItemLookup] Item match:File 19:48:43.846 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:48:43.846 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:48:43.848 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 19:48:43.848 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:48:43.848 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:43.848 DEBUG [main][MenuItemLookup] Found menu:'Package' 19:48:43.848 DEBUG [main][MenuItemLookup] Found menu:'Class' 19:48:43.848 DEBUG [main][MenuItemLookup] Found menu:'Interface' 19:48:43.848 DEBUG [main][MenuItemLookup] Found menu:'Enum' 19:48:43.848 DEBUG [main][MenuItemLookup] Found menu:'Record' 19:48:43.848 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 19:48:43.848 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 19:48:43.848 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 19:48:43.848 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:48:43.848 DEBUG [main][MenuItemLookup] Found menu:'File' 19:48:43.848 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:48:43.848 DEBUG [main][MenuItemLookup] Found menu:'Task' 19:48:43.848 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 19:48:43.848 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:43.848 DEBUG [main][MenuItemLookup] Found menu:'Example...' 19:48:43.848 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:43.848 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:48:43.848 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:48:43.862 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:48:43.862 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:48:43.862 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:48:43.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 19:48:43.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 'New|Select a wizard'] is available. finished successfully 19:48:43.917 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:48:43.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:43.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:43.918 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:48:43.918 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:43.918 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 19:48:43.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:43.918 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:43.919 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:43.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:43.919 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:48:43.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:48:43.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:48:43.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 19:48:43.920 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:48:43.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:48:43.920 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:48:43.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:48:43.920 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:48:43.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 19:48:43.920 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:48:43.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:48:43.920 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:48:43.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:48:43.920 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:48:43.920 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 19:48:43.920 DEBUG [main][TreeItemHandler] Selecting tree item: Class 19:48:43.920 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 19:48:43.920 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 19:48:43.920 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:48:43.920 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:48:43.921 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) 19:48:43.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:43.921 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:43.921 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:43.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:43.921 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:48:43.921 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:48:43.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:48:43.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:48:43.922 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:48:43.922 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:48:43.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:48:43.974 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:43.974 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:43.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 19:48:43.974 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 19:48:43.974 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 19:48:43.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:43.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:43.975 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 19:48:43.975 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:43.975 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:") 19:48:43.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:43.975 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:43.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:43.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:43.980 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:48:43.980 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:48:43.989 INFO [WorkbenchTestable][AbstractText] Text set to: ErrorTestClass 19:48:43.993 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 19:48:43.993 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 19:48:43.994 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) 19:48:43.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:43.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:43.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:43.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:43.995 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:48:43.995 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:48:43.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:48:43.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:48:43.996 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:48:43.996 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:48:44.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:48:44.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:48:44.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:48:44.512 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:48:44.512 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:48:44.512 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:48:44.512 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:48:44.512 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:48:44.512 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:48:44.512 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:48:44.512 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:48:44.512 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:48:44.512 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:48:44.512 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:48:44.512 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:48:44.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:48:44.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:48:44.512 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:48:44.512 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:48:44.512 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:48:44.512 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:48:44.512 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:48:44.512 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:48:44.512 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:48:44.512 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:48:44.512 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:48:44.512 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:48:44.512 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:48:44.512 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:48:44.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:48:44.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@512d89d0 is found... 19:48:44.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@512d89d0 is found finished successfully 19:48:44.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QErrorTestClass.java\E') 19:48:44.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:44.513 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:44.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:44.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:44.514 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:48:44.515 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:44.515 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class ErrorTestClass { } TooltipText=null 19:48:44.515 INFO [WorkbenchTestable][TextEditor] Set text to editor 19:48:44.518 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:44.518 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class ErrorTestClass{ } TooltipText=null 19:48:44.518 INFO [WorkbenchTestable][AbstractEditor] Save editor 19:48:44.518 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 19:48:44.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:44.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:44.518 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 19:48:44.518 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 19:48:44.519 DEBUG [main][MenuItemLookup] Found menu:'File' 19:48:44.519 DEBUG [main][MenuItemLookup] Item match:File 19:48:44.519 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:48:44.519 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:48:44.519 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:48:44.519 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:48:44.519 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:44.519 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:48:44.519 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:48:44.519 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:44.519 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:48:44.519 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 19:48:44.519 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 19:48:44.519 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 19:48:44.520 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 19:48:44.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 19:48:44.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 19:48:44.543 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:44.544 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class ErrorTestClass{ } TooltipText=null 19:48:44.544 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:48:44.544 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:44.544 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:44.559 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:44.559 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:44.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:44.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:44.562 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:48:44.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:44.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:44.564 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 19:48:44.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:44.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:44.565 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 19:48:44.565 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:48:44.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:44.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:44.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:44.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:44.567 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:48:44.567 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:44.567 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:44.568 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:44.568 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:48:44.568 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:48:44.568 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:48:44.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view.... 19:48:44.568 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:44.568 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:44.568 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:44.569 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:48:44.569 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:48:44.569 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:48:44.569 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:44.569 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:44.569 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:44.569 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:48:44.569 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:48:44.569 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:48:44.569 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:48:44.569 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:44.569 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:44.570 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:44.570 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:48:44.570 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:48:44.570 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:48:44.570 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:48:44.570 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:48:44.570 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:48:44.570 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:48:44.570 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:48:44.570 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:48:44.570 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 19:48:44.570 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:48:44.570 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:48:44.570 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:48:44.570 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:48:44.571 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:48:44.571 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:48:44.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 19:48:46.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 19:48:46.072 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:48:46.072 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:46.073 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:46.073 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:46.074 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:48:46.074 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:48:46.074 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:48:46.074 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:48:46.074 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:48:46.074 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:48:46.074 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:48:46.074 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:48:46.074 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:48:46.074 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 19:48:46.074 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:48:46.074 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:48:46.074 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:48:46.074 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:48:46.074 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:48:46.074 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:48:46.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 19:48:46.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 19:48:46.075 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:46.075 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:46.075 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:46.075 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:48:46.075 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:48:46.075 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:48:46.075 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:48:46.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:46.075 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:46.075 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:46.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:46.075 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:48:46.076 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 19:48:46.076 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 19:48:46.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:48:46.076 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 19:48:46.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:48:46.076 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 19:48:46.076 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 19:48:46.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:48:46.077 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 19:48:46.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:48:46.077 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 19:48:46.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view. finished successfully 19:48:46.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:46.080 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:46.080 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:48:46.080 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:46.082 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:46.082 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 19:48:46.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:46.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:46.083 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 19:48:46.083 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:48:46.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:46.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:46.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:46.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:46.085 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:48:46.085 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:46.085 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:46.085 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:46.086 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:48:46.086 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:48:46.086 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:48:46.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until number of problems in Problems view is 0. Expected number of problems is: 2... 19:48:46.086 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:46.086 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:46.086 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:46.086 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:48:46.086 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:48:46.086 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:48:46.086 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:46.086 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:46.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:46.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:48:46.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:48:46.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:48:46.087 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:48:46.087 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:46.087 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:46.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:46.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:48:46.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:48:46.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:48:46.087 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:48:46.088 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:48:46.088 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:48:46.088 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:48:46.088 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:48:46.088 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:48:46.088 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 19:48:46.088 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:48:46.088 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:48:46.088 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:48:46.088 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:48:46.088 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:48:46.088 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:48:46.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 19:48:47.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 19:48:47.089 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:48:47.089 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:47.089 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:47.090 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:47.090 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:48:47.090 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:48:47.090 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:48:47.090 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:48:47.091 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:48:47.091 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:48:47.091 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:48:47.091 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:48:47.091 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:48:47.091 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 19:48:47.091 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:48:47.091 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:48:47.091 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:48:47.091 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:48:47.091 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:48:47.091 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:48:47.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 19:48:47.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 19:48:47.091 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:47.091 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:47.091 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:47.091 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:48:47.091 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:48:47.091 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:48:47.092 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:48:47.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:47.092 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:47.092 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:47.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:47.092 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:48:47.093 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 19:48:47.093 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 19:48:47.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:48:47.093 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 19:48:47.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:48:47.093 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 19:48:47.093 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 19:48:47.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:48:47.093 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 19:48:47.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:48:47.093 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 19:48:47.093 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:47.093 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:47.093 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:47.093 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:47.094 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:48:47.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:47.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:47.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:47.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:47.094 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:48:47.094 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 19:48:47.094 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 19:48:47.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:48:47.094 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 19:48:47.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:48:47.094 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 19:48:47.094 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 19:48:47.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:48:47.094 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 19:48:47.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:48:47.094 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 19:48:47.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until number of problems in Problems view is 2. Expected number of problems is: 2 finished successfully 19:48:47.094 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:47.094 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:47.094 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:47.095 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:47.095 DEBUG [main][MenuItemLookup] Found menu:'Show' 19:48:47.095 DEBUG [main][MenuItemLookup] Found menu:'Group By' 19:48:47.095 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 19:48:47.095 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 19:48:47.095 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 19:48:47.095 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 19:48:47.095 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 19:48:47.095 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 19:48:47.095 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 19:48:47.095 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 19:48:47.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 19:48:47.142 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 19:48:47.142 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 19:48:47.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:47.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:47.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 "Restore Defaults") 19:48:47.142 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:48:47.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:48:47.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:48:47.143 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 19:48:47.143 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:48:47.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:47.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:47.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:47.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:47.143 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:48:47.144 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 19:48:47.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:48:47.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:48:47.144 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:48:47.144 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:48:47.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", Widget matcher matching widgets with style: 8) 19:48:47.145 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:48:47.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:48:47.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:48:47.145 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 19:48:47.145 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:48:47.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:47.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:47.145 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:47.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:47.146 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:48:47.146 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:48:47.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:48:47.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:48:47.146 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:48:47.146 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:48:47.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 19:48:47.176 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 19:48:47.176 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:48:47.176 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:48:47.176 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:48:47.183 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:47.183 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:47.183 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:48:47.184 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:48:47.184 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:47.184 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:47.184 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:48:47.184 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:48:47.184 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:47.185 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:47.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:47.185 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:47.185 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:48:47.685 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:47.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:48:48.186 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:48.187 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:48:48.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:48:48.187 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:48:48.187 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:48:48.187 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:48.187 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:48.188 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:48:48.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:48.188 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:48.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:48.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:48.188 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:48:48.188 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 19:48:48.188 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 19:48:48.188 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 19:48:48.189 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 19:48:48.190 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 19:48:48.190 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:48:48.190 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:48:48.213 DEBUG [main][MenuItemLookup] Found menu:'New' 19:48:48.213 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:48:48.213 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:48.213 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:48:48.213 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 19:48:48.213 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:48:48.213 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:48.213 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:48:48.213 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:48:48.213 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:48:48.213 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:48:48.213 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:48.213 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 19:48:48.213 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 19:48:48.213 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 19:48:48.213 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 19:48:48.213 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:48.213 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:48:48.213 DEBUG [main][MenuItemLookup] Found menu:'Export...' 19:48:48.213 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:48.213 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:48:48.213 DEBUG [main][MenuItemLookup] Item match:Refresh F5 19:48:48.213 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 19:48:48.213 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 19:48:48.214 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 19:48:48.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:48:48.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:48:48.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:48:48.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 19:48:48.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:48:48.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:48:48.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:48:48.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:48:48.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:48:48.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:48:48.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:48:48.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:48:48.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:48:48.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:48:48.216 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 19:48:48.216 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 19:48:48.216 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 19:48:48.216 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 19:48:48.217 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 19:48:48.217 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:48:48.217 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:48:48.237 DEBUG [main][MenuItemLookup] Found menu:'New' 19:48:48.237 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:48:48.237 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:48.237 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:48:48.237 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 19:48:48.237 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:48:48.237 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:48.237 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:48:48.237 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:48:48.237 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:48:48.237 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:48:48.237 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:48:48.237 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:48:48.237 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:48:48.237 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 19:48:48.265 DEBUG [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.... 19:48:48.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 19:48:48.839 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 19:48:48.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:48.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:48.842 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:48.842 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:48.842 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 19:48:48.842 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:48:48.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:48:48.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:48:48.842 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:48:48.842 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:48:48.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:48.842 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:48.842 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:48.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:48.842 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:48:48.842 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 19:48:48.842 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 19:48:48.842 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 19:48:48.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:48:48.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:48:48.843 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:48:48.843 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:48:48.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 "OK", Widget matcher matching widgets with style: 8) 19:48:48.843 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:48:48.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:48:48.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:48:48.843 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:48:48.843 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:48:48.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:48.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:48.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:48.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:48.843 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:48:48.844 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:48:48.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:48:48.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:48:48.844 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:48:48.844 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:48:48.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 19:48:48.846 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 19:48:49.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 19:48:49.346 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 19:48:49.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:48:49.346 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:48:49.346 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 19:48:49.346 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 19:48:49.346 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 19:48:49.346 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:48:49.346 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:48:49.346 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:48:49.346 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:48:49.346 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:48:49.346 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:48:49.346 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:48:49.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:48:49.346 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 19:48:49.346 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:48:49.346 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:48:49.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:48:49.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:48:49.347 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTwoProblemsExist no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 19:48:49.347 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:48:49.347 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHideProblemColumnsNullArgument no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 19:48:49.347 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 19:48:49.347 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:48:49.347 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:48:49.347 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:48:49.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:48:49.347 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:49.348 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:48:49.348 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:49.348 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 19:48:49.348 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:49.348 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:48:49.348 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:49.348 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:48:49.348 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:49.348 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:48:49.348 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:49.348 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 19:48:49.348 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:49.348 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:48:49.348 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:49.348 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:48:49.348 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:49.348 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:48:49.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:49.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:49.349 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:48:49.349 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:48:49.349 DEBUG [main][MenuItemLookup] Found menu:'File' 19:48:49.349 DEBUG [main][MenuItemLookup] Item match:File 19:48:49.350 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:48:49.350 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:48:49.351 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 19:48:49.351 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:48:49.351 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:49.351 DEBUG [main][MenuItemLookup] Found menu:'Package' 19:48:49.351 DEBUG [main][MenuItemLookup] Found menu:'Class' 19:48:49.351 DEBUG [main][MenuItemLookup] Found menu:'Interface' 19:48:49.351 DEBUG [main][MenuItemLookup] Found menu:'Enum' 19:48:49.351 DEBUG [main][MenuItemLookup] Found menu:'Record' 19:48:49.351 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 19:48:49.351 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 19:48:49.351 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 19:48:49.351 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:48:49.351 DEBUG [main][MenuItemLookup] Found menu:'File' 19:48:49.351 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:48:49.351 DEBUG [main][MenuItemLookup] Found menu:'Task' 19:48:49.351 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 19:48:49.351 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:49.351 DEBUG [main][MenuItemLookup] Found menu:'Example...' 19:48:49.351 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:49.351 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:48:49.351 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:48:49.361 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:48:49.361 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:48:49.361 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:48:49.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 'New|Select a wizard'] is available.... 19:48:49.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 19:48:49.412 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:48:49.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:49.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:49.413 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:48:49.413 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:49.413 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 19:48:49.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:49.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:49.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:49.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:49.413 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:48:49.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:48:49.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:48:49.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 19:48:49.418 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:48:49.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:48:49.419 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:48:49.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:48:49.419 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:48:49.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 19:48:49.419 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:48:49.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:48:49.419 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:48:49.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:48:49.419 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:48:49.419 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 19:48:49.419 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 19:48:49.419 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 19:48:49.421 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 19:48:49.421 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:48:49.421 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:48:49.421 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) 19:48:49.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:49.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:49.422 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:49.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:49.422 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:48:49.422 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:48:49.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:48:49.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:48:49.423 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:48:49.423 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:48:49.546 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:48:49.546 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:49.546 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:49.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 19:48:49.546 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 19:48:49.547 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 19:48:49.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:49.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:49.547 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 19:48:49.547 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:49.547 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 19:48:49.547 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:") 19:48:49.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:49.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:49.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:49.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:49.548 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:48:49.548 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:48:49.549 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 19:48:49.571 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 19:48:49.571 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 19:48:49.571 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) 19:48:49.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:49.571 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:49.572 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:49.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:49.572 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:48:49.573 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:48:49.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:48:49.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:48:49.573 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:48:49.573 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:48:49.575 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.... 19:48:50.076 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 19:48:50.076 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 19:48:50.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:50.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:50.078 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 19:48:50.078 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:48:50.078 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:48:50.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:48:50.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:48:50.079 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 19:48:50.079 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:48:50.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:50.079 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:50.079 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:50.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:50.079 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:48:50.080 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 19:48:50.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:48:50.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:48:50.080 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:48:50.080 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:48:50.144 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.... 19:48:50.144 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 19:48:50.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:48:50.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:48:50.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:48:50.144 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 19:48:50.144 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 19:48:50.144 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:48:50.144 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:48:50.144 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:48:50.144 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:48:50.144 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:48:50.144 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:48:50.144 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:48:50.144 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:48:50.144 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:48:50.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:48:50.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:50.161 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:50.161 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:48:50.161 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:50.163 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:50.163 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:48:50.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:50.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:50.163 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:48:50.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 '\*?\QProblems\E') 19:48:50.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:50.163 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:50.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:50.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:50.165 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:48:50.165 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:50.165 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:50.190 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:50.190 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:50.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:50.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:50.191 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:48:50.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:50.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:50.191 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:48:50.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:50.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:50.192 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:48:50.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 '\*?\QPackage Explorer\E') 19:48:50.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:50.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:50.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:50.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:50.192 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:48:50.192 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:48:50.192 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:48:50.211 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:50.211 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:50.211 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:50.212 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:50.219 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:50.219 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:50.219 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:48:50.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:50.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:50.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:50.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:50.219 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:48:50.219 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:50.219 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:50.220 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:50.220 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:50.220 DEBUG [main][MenuItemLookup] Found menu:'Show' 19:48:50.220 DEBUG [main][MenuItemLookup] Found menu:'Group By' 19:48:50.220 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 19:48:50.220 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 19:48:50.220 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 19:48:50.220 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 19:48:50.220 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 19:48:50.220 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 19:48:50.220 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 19:48:50.221 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 19:48:50.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 19:48:50.295 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 19:48:50.295 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 19:48:50.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:50.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:50.295 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:48:50.295 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:48:50.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:48:50.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:48:50.295 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 19:48:50.295 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:48:50.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:50.295 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:50.296 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:50.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:50.296 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:48:50.296 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 19:48:50.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:48:50.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:48:50.296 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:48:50.296 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:48:50.297 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 19:48:50.297 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:48:50.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:48:50.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:48:50.297 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 19:48:50.297 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:48:50.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:50.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:50.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:50.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:50.298 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:48:50.299 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:48:50.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:48:50.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:48:50.299 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:48:50.299 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:48:50.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 19:48:50.323 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 19:48:50.323 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:48:50.323 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:48:50.323 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:48:50.390 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:50.390 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:50.390 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:48:50.390 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:48:50.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:50.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:50.391 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:48:50.391 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:48:50.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:50.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:50.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:50.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:50.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:48:50.892 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:50.892 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:48:51.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:51.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:48:51.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:48:51.393 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:48:51.393 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:48:51.394 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:51.394 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:51.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 19:48:51.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:51.394 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:51.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:51.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:51.395 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:48:51.395 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 19:48:51.395 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 19:48:51.395 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 19:48:51.395 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 19:48:51.396 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 19:48:51.396 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:48:51.396 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:48:51.417 DEBUG [main][MenuItemLookup] Found menu:'New' 19:48:51.417 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:48:51.417 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:51.417 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:48:51.417 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 19:48:51.417 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:48:51.417 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:51.417 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:48:51.417 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:48:51.417 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:48:51.417 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:48:51.417 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:51.417 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 19:48:51.417 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 19:48:51.417 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 19:48:51.417 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 19:48:51.417 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:51.417 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:48:51.417 DEBUG [main][MenuItemLookup] Found menu:'Export...' 19:48:51.417 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:51.417 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:48:51.417 DEBUG [main][MenuItemLookup] Item match:Refresh F5 19:48:51.417 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 19:48:51.417 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 19:48:51.417 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 19:48:51.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:48:51.418 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 19:48:51.918 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 19:48:51.918 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:48:51.918 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:48:51.918 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:48:51.918 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:48:51.918 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:48:51.918 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:48:51.918 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:48:51.918 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:48:51.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:48:51.918 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 19:48:51.918 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 19:48:51.918 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 19:48:51.918 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 19:48:51.920 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 19:48:51.920 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:48:51.920 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:48:51.962 DEBUG [main][MenuItemLookup] Found menu:'New' 19:48:51.962 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:48:51.963 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:51.963 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:48:51.963 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 19:48:51.963 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:48:51.963 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:51.963 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:48:51.963 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:48:51.963 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:48:51.963 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:48:51.963 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:48:51.963 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:48:51.963 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:48:51.963 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 19:48:52.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 'Delete.*'] is available.... 19:48:52.548 DEBUG [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 19:48:52.548 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 19:48:52.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:52.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:52.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:52.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:52.551 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 19:48:52.551 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:48:52.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:48:52.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:48:52.551 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:48:52.551 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:48:52.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:52.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:52.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:52.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:52.551 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:48:52.552 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 19:48:52.552 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 19:48:52.552 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 19:48:52.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:48:52.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:48:52.552 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:48:52.552 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:48:52.552 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 19:48:52.552 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:48:52.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:48:52.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:48:52.552 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:48:52.552 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:48:52.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:52.552 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:52.553 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:52.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:52.553 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:48:52.554 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:48:52.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:48:52.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:48:52.554 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:48:52.554 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:48:52.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 19:48:52.557 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 19:48:53.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 19:48:53.057 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 19:48:53.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:48:53.058 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 1 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 19:48:53.058 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 19:48:53.058 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:48:53.058 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:48:53.058 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:48:53.058 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:48:53.058 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:48:53.058 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:48:53.058 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:48:53.058 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:48:53.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:48:53.058 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 19:48:53.058 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:48:53.058 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:48:53.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:48:53.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:48:53.058 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHideProblemColumnsNullArgument no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 19:48:53.058 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:48:53.059 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHideProblemColumns no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 19:48:53.059 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 19:48:53.059 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:48:53.059 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:48:53.059 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:48:53.059 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:48:53.059 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:53.059 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:48:53.059 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:53.059 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 19:48:53.059 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:53.059 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:48:53.059 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:53.059 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:48:53.059 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:53.059 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:48:53.059 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:53.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"] 19:48:53.060 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:53.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:48:53.060 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:53.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:48:53.060 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:53.060 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:48:53.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:53.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:53.060 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:48:53.060 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:48:53.060 DEBUG [main][MenuItemLookup] Found menu:'File' 19:48:53.060 DEBUG [main][MenuItemLookup] Item match:File 19:48:53.061 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:48:53.061 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:48:53.063 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 19:48:53.063 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:48:53.063 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:53.063 DEBUG [main][MenuItemLookup] Found menu:'Package' 19:48:53.063 DEBUG [main][MenuItemLookup] Found menu:'Class' 19:48:53.063 DEBUG [main][MenuItemLookup] Found menu:'Interface' 19:48:53.063 DEBUG [main][MenuItemLookup] Found menu:'Enum' 19:48:53.063 DEBUG [main][MenuItemLookup] Found menu:'Record' 19:48:53.063 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 19:48:53.063 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 19:48:53.063 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 19:48:53.063 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:48:53.063 DEBUG [main][MenuItemLookup] Found menu:'File' 19:48:53.063 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:48:53.063 DEBUG [main][MenuItemLookup] Found menu:'Task' 19:48:53.063 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 19:48:53.063 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:53.063 DEBUG [main][MenuItemLookup] Found menu:'Example...' 19:48:53.063 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:53.063 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:48:53.063 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:48:53.063 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:48:53.063 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:48:53.063 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:48:53.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 19:48:53.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 19:48:53.118 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:48:53.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:53.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:53.118 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:48:53.118 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:53.119 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 19:48:53.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:53.119 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:53.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:53.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:53.119 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:48:53.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:48:53.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:48:53.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 19:48:53.120 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:48:53.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:48:53.120 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:48:53.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:48:53.120 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:48:53.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 19:48:53.120 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:48:53.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:48:53.120 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:48:53.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:48:53.120 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:48:53.120 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 19:48:53.120 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 19:48:53.121 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 19:48:53.121 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 19:48:53.121 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:48:53.121 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:48:53.121 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) 19:48:53.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:53.121 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:53.121 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:53.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:53.121 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:48:53.121 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:48:53.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:48:53.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:48:53.122 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:48:53.122 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:48:53.240 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:48:53.240 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:53.241 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:53.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 19:48:53.241 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 19:48:53.241 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 19:48:53.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:53.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:53.241 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 19:48:53.242 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:53.242 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 19:48:53.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:") 19:48:53.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:53.242 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:53.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:53.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:53.243 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:48:53.243 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:48:53.243 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 19:48:53.256 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 19:48:53.256 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 19:48:53.264 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) 19:48:53.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:53.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:53.265 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:53.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:53.265 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:48:53.265 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:48:53.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:48:53.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:48:53.265 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:48:53.265 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:48:53.267 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.... 19:48:53.769 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 19:48:53.769 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 19:48:53.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:53.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:53.771 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 19:48:53.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 "Don't Create") 19:48:53.771 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:48:53.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:48:53.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:48:53.772 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 19:48:53.772 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:48:53.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:53.772 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:53.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:53.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:53.773 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:48:53.773 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 19:48:53.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:48:53.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:48:53.773 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:48:53.773 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:48:53.926 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.... 19:48:53.926 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 19:48:53.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:48:53.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:48:53.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:48:53.926 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 19:48:53.926 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 19:48:53.926 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:48:53.926 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:48:53.926 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:48:53.926 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:48:53.926 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:48:53.926 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:48:53.926 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:48:53.926 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:48:53.926 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:48:53.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:48:53.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:53.986 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:53.986 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:48:53.986 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:53.989 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:53.989 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:48:53.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:53.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:53.989 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:48:53.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') 19:48:53.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:53.989 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:53.992 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:53.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:53.992 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:48:53.992 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:53.992 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:54.017 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:54.017 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:54.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:54.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:54.018 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:48:54.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:54.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:54.018 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:48:54.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:54.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:54.019 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:48:54.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') 19:48:54.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:54.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:54.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:54.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:54.019 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:48:54.019 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:48:54.019 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:48:54.114 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:54.114 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:54.114 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:54.114 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:54.183 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:54.183 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:54.183 DEBUG [main][MenuItemLookup] Found menu:'Show' 19:48:54.183 DEBUG [main][MenuItemLookup] Found menu:'Group By' 19:48:54.183 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 19:48:54.183 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 19:48:54.183 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 19:48:54.183 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 19:48:54.184 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 19:48:54.184 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 19:48:54.184 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 19:48:54.184 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 19:48:54.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 19:48:54.292 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 19:48:54.292 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 19:48:54.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:54.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:54.293 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:48:54.293 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:48:54.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:48:54.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:48:54.293 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 19:48:54.293 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:48:54.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:54.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:54.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:54.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:54.294 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:48:54.294 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 19:48:54.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:48:54.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:48:54.294 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:48:54.294 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:48:54.295 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 19:48:54.295 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:48:54.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:48:54.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:48:54.296 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 19:48:54.296 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:48:54.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:54.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:54.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:54.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:54.297 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:48:54.297 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:48:54.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:48:54.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:48:54.297 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:48:54.297 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:48:54.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 19:48:54.330 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 19:48:54.330 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:54.330 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:54.331 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:54.331 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:54.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 19:48:54.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:54.331 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:54.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:54.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:54.331 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:48:54.331 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:54.331 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:54.332 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:54.332 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:54.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 19:48:54.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:54.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:54.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:54.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:54.332 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:48:54.332 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:54.332 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:54.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:54.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:54.333 DEBUG [main][MenuItemLookup] Found menu:'Show' 19:48:54.333 DEBUG [main][MenuItemLookup] Found menu:'Group By' 19:48:54.333 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 19:48:54.333 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 19:48:54.333 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 19:48:54.333 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 19:48:54.334 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 19:48:54.334 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 19:48:54.334 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 19:48:54.334 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 19:48:54.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 19:48:54.443 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 19:48:54.443 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 19:48:54.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:54.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:54.443 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 19:48:54.443 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:48:54.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:48:54.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:48:54.444 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 19:48:54.444 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:48:54.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:54.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:48:54.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:48:54.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:54.444 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 19:48:54.445 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 2] 'Resource', 'Location') 19:48:54.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:48:54.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:48:54.485 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1, 3) 19:48:54.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:48:54.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:48:54.486 TRACE [main][WidgetHandler] Notify Table with event 13 19:48:54.486 TRACE [main][WidgetHandler] Wait for synchronization 19:48:54.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 "<- Hide ") 19:48:54.486 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:48:54.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:48:54.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:48:54.487 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 19:48:54.487 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:48:54.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:54.487 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:54.487 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:54.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:54.487 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:48:54.488 INFO [WorkbenchTestable][AbstractButton] Click button <- &Hide 19:48:54.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:48:54.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:48:54.488 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:48:54.488 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:48:54.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", Widget matcher matching widgets with style: 8) 19:48:54.490 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:48:54.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:48:54.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:48:54.490 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 19:48:54.491 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:48:54.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:54.491 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:54.491 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:54.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:54.491 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:48:54.492 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:48:54.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:48:54.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:48:54.492 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:48:54.492 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:48:54.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 19:48:54.527 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 19:48:54.527 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:54.527 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:54.527 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:54.528 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:54.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 19:48:54.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:54.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:54.528 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:54.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:54.528 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:48:54.528 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:54.528 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:54.528 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:54.529 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:54.529 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:48:54.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:54.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:54.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:54.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:54.529 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:48:54.529 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:54.529 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:54.529 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:54.529 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:54.530 DEBUG [main][MenuItemLookup] Found menu:'Show' 19:48:54.530 DEBUG [main][MenuItemLookup] Found menu:'Group By' 19:48:54.530 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 19:48:54.530 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 19:48:54.530 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 19:48:54.530 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 19:48:54.530 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 19:48:54.530 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 19:48:54.530 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 19:48:54.530 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 19:48:54.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 19:48:54.584 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 19:48:54.584 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 19:48:54.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:54.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:54.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 "Restore Defaults") 19:48:54.584 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:48:54.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:48:54.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:48:54.584 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 19:48:54.584 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:48:54.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:54.584 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:54.585 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:54.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:54.585 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:48:54.585 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 19:48:54.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:48:54.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:48:54.585 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:48:54.585 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:48:54.587 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 19:48:54.587 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:48:54.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:48:54.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:48:54.588 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 19:48:54.588 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:48:54.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:54.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:54.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:54.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:54.588 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:48:54.589 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:48:54.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:48:54.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:48:54.589 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:48:54.589 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:48:54.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 19:48:54.614 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 19:48:54.614 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:48:54.614 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:48:54.614 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:48:54.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:54.622 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:54.622 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:48:54.622 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:48:54.622 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:54.622 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:54.622 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:48:54.622 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:48:54.623 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:54.623 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:54.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:54.623 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:54.623 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:48:55.123 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:55.123 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:48:55.623 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:55.624 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:48:55.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:48:55.624 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:48:55.624 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:48:55.625 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:55.625 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:55.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 19:48:55.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:55.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:55.625 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:55.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:55.625 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:48:55.625 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 19:48:55.626 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 19:48:55.626 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 19:48:55.626 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 19:48:55.627 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 19:48:55.627 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:48:55.627 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:48:55.647 DEBUG [main][MenuItemLookup] Found menu:'New' 19:48:55.647 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:48:55.647 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:55.647 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:48:55.647 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 19:48:55.647 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:48:55.647 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:55.647 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:48:55.647 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:48:55.647 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:48:55.647 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:48:55.647 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:55.647 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 19:48:55.647 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 19:48:55.647 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 19:48:55.647 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 19:48:55.647 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:55.647 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:48:55.647 DEBUG [main][MenuItemLookup] Found menu:'Export...' 19:48:55.647 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:55.647 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:48:55.647 DEBUG [main][MenuItemLookup] Item match:Refresh F5 19:48:55.647 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 19:48:55.647 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 19:48:55.648 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 19:48:55.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:48:55.648 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 19:48:55.648 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 19:48:56.148 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 19:48:56.148 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:48:56.148 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:48:56.148 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:48:56.148 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:48:56.148 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:48:56.148 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:48:56.148 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:48:56.148 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:48:56.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:48:56.148 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 19:48:56.148 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 19:48:56.148 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 19:48:56.149 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 19:48:56.150 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 19:48:56.150 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:48:56.150 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:48:56.171 DEBUG [main][MenuItemLookup] Found menu:'New' 19:48:56.171 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:48:56.171 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:56.171 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:48:56.171 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 19:48:56.171 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:48:56.171 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:56.171 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:48:56.171 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:48:56.171 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:48:56.171 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:48:56.171 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:48:56.171 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:48:56.171 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:48:56.172 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 19:48:56.196 DEBUG [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.... 19:48:56.747 DEBUG [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 19:48:56.747 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 19:48:56.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:56.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:56.749 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:56.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:56.749 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 19:48:56.749 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:48:56.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:48:56.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:48:56.750 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:48:56.750 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:48:56.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:56.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:56.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:56.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:56.750 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:48:56.750 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 19:48:56.750 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 19:48:56.750 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 19:48:56.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:48:56.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:48:56.750 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:48:56.750 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:48:56.750 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 19:48:56.750 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:48:56.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:48:56.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:48:56.751 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:48:56.751 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:48:56.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:56.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:56.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:56.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:56.751 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:48:56.751 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:48:56.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:48:56.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:48:56.751 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:48:56.751 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:48:56.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 19:48:56.754 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 19:48:57.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 19:48:57.254 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 19:48:57.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:48:57.254 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 19:48:57.254 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:48:57.254 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:48:57.254 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:48:57.254 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:48:57.254 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:48:57.254 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:48:57.254 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:48:57.254 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:48:57.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:48:57.254 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 19:48:57.254 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:48:57.254 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:48:57.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:48:57.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:48:57.255 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHideProblemColumns no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 19:48:57.255 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:48:57.255 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFilterErrors no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 19:48:57.255 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 19:48:57.255 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:48:57.255 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:48:57.255 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:48:57.255 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:48:57.255 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:57.255 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:48:57.255 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:57.255 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 19:48:57.255 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:57.255 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:48:57.255 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:57.255 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:48:57.256 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:57.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:48:57.256 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:57.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 Java Project"] 19:48:57.256 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:57.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:48:57.256 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:57.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:48:57.256 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:57.256 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:48:57.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:57.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:57.256 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:48:57.256 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:48:57.257 DEBUG [main][MenuItemLookup] Found menu:'File' 19:48:57.257 DEBUG [main][MenuItemLookup] Item match:File 19:48:57.257 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:48:57.257 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:48:57.259 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 19:48:57.259 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:48:57.259 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:57.259 DEBUG [main][MenuItemLookup] Found menu:'Package' 19:48:57.259 DEBUG [main][MenuItemLookup] Found menu:'Class' 19:48:57.259 DEBUG [main][MenuItemLookup] Found menu:'Interface' 19:48:57.259 DEBUG [main][MenuItemLookup] Found menu:'Enum' 19:48:57.259 DEBUG [main][MenuItemLookup] Found menu:'Record' 19:48:57.259 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 19:48:57.259 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 19:48:57.259 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 19:48:57.259 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:48:57.259 DEBUG [main][MenuItemLookup] Found menu:'File' 19:48:57.259 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:48:57.259 DEBUG [main][MenuItemLookup] Found menu:'Task' 19:48:57.259 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 19:48:57.259 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:57.259 DEBUG [main][MenuItemLookup] Found menu:'Example...' 19:48:57.259 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:57.259 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:48:57.259 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:48:57.260 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:48:57.260 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:48:57.260 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:48:57.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 19:48:57.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 19:48:57.311 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:48:57.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:57.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:57.312 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:48:57.312 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:57.312 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 19:48:57.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:57.312 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:57.317 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:57.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:57.317 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:48:57.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:48:57.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:48:57.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 19:48:57.318 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:48:57.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:48:57.318 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:48:57.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:48:57.318 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:48:57.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 19:48:57.318 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:48:57.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:48:57.318 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:48:57.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:48:57.318 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:48:57.318 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 19:48:57.318 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 19:48:57.318 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 19:48:57.318 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 19:48:57.319 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:48:57.319 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:48:57.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.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) 19:48:57.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:57.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:57.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:57.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:57.319 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:48:57.319 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:48:57.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:48:57.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:48:57.320 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:48:57.320 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:48:57.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:48:57.437 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:57.438 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:57.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 19:48:57.470 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 19:48:57.470 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 19:48:57.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:57.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:57.471 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 19:48:57.471 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:57.472 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 19:48:57.472 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:") 19:48:57.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:57.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:57.473 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:57.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:57.473 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:48:57.473 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:48:57.473 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 19:48:57.499 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 19:48:57.499 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 19:48:57.500 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) 19:48:57.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:57.500 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:57.501 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:57.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:57.501 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:48:57.501 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:48:57.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:48:57.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:48:57.501 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:48:57.501 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:48:57.504 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.... 19:48:58.004 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 19:48:58.004 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 19:48:58.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:58.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:58.007 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 19:48:58.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 "Don't Create") 19:48:58.007 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:48:58.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:48:58.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:48:58.007 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 19:48:58.007 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:48:58.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:58.007 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:58.007 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:58.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:58.007 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:48:58.008 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 19:48:58.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:48:58.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:48:58.008 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:48:58.008 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:48:58.075 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.... 19:48:58.076 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 19:48:58.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:48:58.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:48:58.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:48:58.076 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 19:48:58.076 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 19:48:58.076 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 19:48:58.076 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 19:48:58.076 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:48:58.076 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:48:58.076 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:48:58.076 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:48:58.076 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:48:58.076 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:48:58.076 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:48:58.076 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:48:58.076 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:48:58.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:48:58.076 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:58.096 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:58.096 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:48:58.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:58.098 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:58.098 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:48:58.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:58.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:58.098 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:48:58.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 '\*?\QProblems\E') 19:48:58.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:58.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:58.100 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:58.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:58.100 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:48:58.101 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:48:58.101 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:48:58.108 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:58.108 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:58.108 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:58.108 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:58.108 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:48:58.109 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:58.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:58.109 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:48:58.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:58.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:58.109 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:48:58.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 '\*?\QPackage Explorer\E') 19:48:58.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:58.109 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:58.110 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:58.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:58.110 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:48:58.110 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:48:58.110 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:48:58.129 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:58.129 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:58.129 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:48:58.129 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:48:58.129 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:48:58.130 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:58.130 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:58.130 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:48:58.130 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:48:58.130 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:58.131 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:58.131 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:48:58.131 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:48:58.131 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:58.131 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:58.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:58.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:58.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:48:58.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:58.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:48:59.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:59.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:48:59.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:48:59.140 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:48:59.140 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:48:59.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:48:59.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:48:59.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 19:48:59.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:59.141 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:59.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:59.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:59.141 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:48:59.141 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 19:48:59.141 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 19:48:59.142 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 19:48:59.142 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 19:48:59.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:48:59.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:48:59.642 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 19:48:59.643 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 19:48:59.643 DEBUG [main][TreeItemHandler] Selecting tree item: src 19:48:59.643 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 19:48:59.645 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 19:48:59.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:48:59.646 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:59.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:48:59.646 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:59.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"] 19:48:59.646 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:59.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:48:59.646 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:59.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:48:59.646 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:59.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:48:59.646 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:59.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"] 19:48:59.646 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:59.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:48:59.647 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:59.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:48:59.647 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:59.647 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:48:59.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:59.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:59.647 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:48:59.647 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:48:59.647 DEBUG [main][MenuItemLookup] Found menu:'File' 19:48:59.647 DEBUG [main][MenuItemLookup] Item match:File 19:48:59.648 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:48:59.648 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:48:59.651 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 19:48:59.651 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:48:59.651 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:59.651 DEBUG [main][MenuItemLookup] Found menu:'Package' 19:48:59.651 DEBUG [main][MenuItemLookup] Found menu:'Class' 19:48:59.651 DEBUG [main][MenuItemLookup] Found menu:'Interface' 19:48:59.651 DEBUG [main][MenuItemLookup] Found menu:'Enum' 19:48:59.651 DEBUG [main][MenuItemLookup] Found menu:'Record' 19:48:59.651 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 19:48:59.651 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 19:48:59.651 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 19:48:59.651 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:48:59.651 DEBUG [main][MenuItemLookup] Found menu:'File' 19:48:59.651 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:48:59.651 DEBUG [main][MenuItemLookup] Found menu:'Task' 19:48:59.651 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 19:48:59.651 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:59.651 DEBUG [main][MenuItemLookup] Found menu:'Example...' 19:48:59.651 DEBUG [main][MenuItemLookup] Found menu:'' 19:48:59.651 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:48:59.651 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:48:59.684 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:48:59.684 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:48:59.684 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:48:59.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 'New|Select a wizard'] is available.... 19:48:59.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 'New|Select a wizard'] is available. finished successfully 19:48:59.803 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:48:59.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:59.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:59.804 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:48:59.804 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:59.805 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 19:48:59.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:59.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:59.805 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:59.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:59.805 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:48:59.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:48:59.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:48:59.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 19:48:59.806 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:48:59.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:48:59.807 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:48:59.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:48:59.807 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:48:59.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 19:48:59.813 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:48:59.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:48:59.813 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:48:59.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:48:59.813 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:48:59.814 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 19:48:59.814 DEBUG [main][TreeItemHandler] Selecting tree item: Class 19:48:59.814 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 19:48:59.816 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 19:48:59.816 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:48:59.816 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:48:59.816 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) 19:48:59.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:59.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:59.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:59.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:59.817 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:48:59.817 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:48:59.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:48:59.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:48:59.817 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:48:59.817 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:48: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: Matcher matching text to regular expression 'New|Select a wizard'] 19:48:59.930 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:59.930 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:59.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 19:48:59.930 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 19:48:59.930 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 19:48:59.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:48:59.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:48:59.931 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 19:48:59.931 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:48:59.931 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:") 19:48:59.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:59.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:59.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:59.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:59.936 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:48:59.936 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:48:59.937 INFO [WorkbenchTestable][AbstractText] Text set to: ErrorTestClass 19:48:59.945 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 19:48:59.945 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 19:48:59.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.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) 19:48:59.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:48:59.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:48:59.960 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:48:59.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:48:59.960 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:48:59.960 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:48:59.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:48:59.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:48:59.960 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:48:59.961 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:49:00.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:49:00.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:49:00.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:49:00.508 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 3 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 19:49:00.508 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:49:00.508 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:49:00.508 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:49:00.508 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:49:00.508 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:49:00.508 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:49:00.508 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:49:00.508 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:49:00.508 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:49:00.508 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:49:00.508 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:49:00.508 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:49:00.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:49:00.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:49:00.508 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 3 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 19:49:00.508 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:49:00.508 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:49:00.508 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:49:00.509 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:49:00.509 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:49:00.509 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:49:00.509 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:49:00.509 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:49:00.509 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:49:00.509 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:49:00.509 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:49:00.509 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:49:00.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:49:00.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@76333925 is found... 19:49:00.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@76333925 is found finished successfully 19:49:00.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 '\*?\QErrorTestClass.java\E') 19:49:00.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:00.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:00.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:00.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:00.511 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:49:00.511 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:00.511 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class ErrorTestClass { } TooltipText=null 19:49:00.511 INFO [WorkbenchTestable][TextEditor] Set text to editor 19:49:00.519 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:00.519 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class ErrorTestClass{ } TooltipText=null 19:49:00.519 INFO [WorkbenchTestable][AbstractEditor] Save editor 19:49:00.519 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 19:49:00.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:00.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:00.519 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 19:49:00.520 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 19:49:00.520 DEBUG [main][MenuItemLookup] Found menu:'File' 19:49:00.520 DEBUG [main][MenuItemLookup] Item match:File 19:49:00.520 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:49:00.520 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:49:00.520 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:49:00.520 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:49:00.521 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:00.521 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:49:00.521 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:49:00.521 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:00.521 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:49:00.521 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 19:49:00.521 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 19:49:00.521 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 19:49:00.521 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 19:49:00.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 19:49:00.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 19:49:00.616 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:00.616 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class ErrorTestClass{ } TooltipText=null 19:49:00.616 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:49:00.617 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:00.617 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:00.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:00.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:00.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:00.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:00.654 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:49:00.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:00.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:00.657 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 19:49:00.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:00.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:00.658 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 19:49:00.658 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:49:00.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:00.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:00.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:00.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:00.692 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:49:00.692 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:00.692 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:00.693 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:00.693 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:49:00.693 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:00.693 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:00.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view.... 19:49:00.693 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:00.693 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:00.694 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:00.694 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:49:00.694 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:00.694 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:00.694 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:00.694 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:00.694 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:00.694 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:49:00.694 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:00.694 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:00.694 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:49:00.694 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:00.694 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:00.695 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:00.695 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:49:00.695 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:00.695 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:00.695 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:49:00.695 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:00.695 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:00.695 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:00.695 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:49:00.695 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:49:00.696 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 19:49:00.696 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:49:00.696 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:00.696 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:00.696 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:00.696 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:49:00.696 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:49:00.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 19:49:02.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 19:49:02.197 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:49:02.197 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:02.197 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:02.197 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:02.198 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:49:02.198 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:02.198 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:02.198 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:49:02.198 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:02.198 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:02.198 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:02.198 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:49:02.198 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:49:02.199 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 19:49:02.199 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:49:02.199 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:02.199 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:02.199 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:02.199 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:49:02.199 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:49:02.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 19:49:02.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 19:49:02.199 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:02.199 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:02.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:02.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:49:02.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:02.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:02.199 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:49:02.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:02.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:02.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:02.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:02.200 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:02.201 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 19:49:02.201 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 19:49:02.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:49:02.201 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 19:49:02.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:49:02.201 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 19:49:02.201 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 19:49:02.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:49:02.201 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 19:49:02.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:49:02.201 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 19:49:02.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view. finished successfully 19:49:02.201 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:49:02.201 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:49:02.201 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:49:02.222 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:02.222 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:02.222 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:49:02.222 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:49:02.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:02.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:02.223 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:49:02.223 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:49:02.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:02.224 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:02.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:02.224 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:02.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:49:02.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:02.725 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:49:03.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:03.226 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:49:03.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:49:03.226 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:49:03.226 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:49:03.226 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:03.227 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49: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 19:49:03.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:03.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:03.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:03.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:03.227 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:03.227 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 19:49:03.227 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 19:49:03.227 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 19:49:03.227 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 19:49:03.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:49:03.228 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProblemsViewTestProject is already expanded. No action performed 19:49:03.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:49:03.228 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 19:49:03.228 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 19:49:03.228 DEBUG [main][TreeItemHandler] Selecting tree item: src 19:49:03.228 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 19:49:03.229 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 19:49:03.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:49:03.229 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:03.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:49:03.229 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:03.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 Java Class"] 19:49:03.229 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:03.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:49:03.230 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:03.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:49:03.230 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:03.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:49:03.230 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:03.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"] 19:49:03.230 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:03.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:49:03.230 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:03.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:49:03.230 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:03.230 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 19:49:03.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:03.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:03.230 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 19:49:03.230 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 19:49:03.231 DEBUG [main][MenuItemLookup] Found menu:'File' 19:49:03.231 DEBUG [main][MenuItemLookup] Item match:File 19:49:03.231 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:49:03.231 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:49:03.233 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 19:49:03.233 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:49:03.233 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:03.233 DEBUG [main][MenuItemLookup] Found menu:'Package' 19:49:03.233 DEBUG [main][MenuItemLookup] Found menu:'Class' 19:49:03.233 DEBUG [main][MenuItemLookup] Found menu:'Interface' 19:49:03.233 DEBUG [main][MenuItemLookup] Found menu:'Enum' 19:49:03.233 DEBUG [main][MenuItemLookup] Found menu:'Record' 19:49:03.233 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 19:49:03.233 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 19:49:03.233 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 19:49:03.233 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:49:03.233 DEBUG [main][MenuItemLookup] Found menu:'File' 19:49:03.233 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:49:03.233 DEBUG [main][MenuItemLookup] Found menu:'Task' 19:49:03.233 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 19:49:03.233 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:03.233 DEBUG [main][MenuItemLookup] Found menu:'Example...' 19:49:03.233 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:03.233 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:49:03.233 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:49:03.233 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:49:03.233 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:49:03.233 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:49:03.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 19:49:03.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 19:49:03.291 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:49:03.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:03.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:03.292 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:49:03.292 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:03.292 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 19:49:03.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:03.292 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:03.292 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:03.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:03.292 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:03.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:49:03.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:49:03.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 19:49:03.293 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:49:03.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:49:03.293 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:49:03.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:49:03.293 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:49:03.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 19:49:03.293 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:49:03.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:49:03.294 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:49:03.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:49:03.294 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:49:03.294 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 19:49:03.294 DEBUG [main][TreeItemHandler] Selecting tree item: Class 19:49:03.294 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 19:49:03.294 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 19:49:03.294 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:49:03.294 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:49:03.294 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) 19:49:03.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:03.294 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:03.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:03.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:03.295 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:49:03.295 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:49:03.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:49:03.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:49:03.295 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:49:03.295 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:49:03.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:49:03.348 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:03.348 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:03.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 19:49:03.348 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 19:49:03.348 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 19:49:03.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:03.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:03.349 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 19:49:03.349 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:03.349 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:") 19:49:03.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:03.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:03.353 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:03.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:03.353 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:49:03.353 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:49:03.354 INFO [WorkbenchTestable][AbstractText] Text set to: NextErrorTestClass 19:49:03.358 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 19:49:03.358 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 19:49:03.359 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) 19:49:03.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:03.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:03.360 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:03.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:03.360 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:49:03.361 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:49:03.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:49:03.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:49:03.361 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:49:03.361 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:49:03.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:49:03.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:49:03.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:49:03.864 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:49:03.864 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:49:03.864 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:49:03.864 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:49:03.864 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:49:03.864 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:49:03.864 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:49:03.864 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:49:03.864 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:49:03.864 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:49:03.864 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:49:03.864 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:49:03.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:49:03.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:49:03.864 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:49:03.864 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:49:03.864 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:49:03.864 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:49:03.864 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:49:03.864 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:49:03.864 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:49:03.865 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:49:03.865 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:49:03.865 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:49:03.865 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:49:03.865 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:49:03.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:49:03.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4d74bfae is found... 19:49:03.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4d74bfae is found finished successfully 19:49:03.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QNextErrorTestClass.java\E') 19:49:03.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:03.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:03.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:03.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:03.866 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:49:03.866 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:03.867 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class NextErrorTestClass { } TooltipText=null 19:49:03.867 INFO [WorkbenchTestable][TextEditor] Set text to editor 19:49:03.870 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:03.870 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class NextErrorTestClass{ } TooltipText=null 19:49:03.870 INFO [WorkbenchTestable][AbstractEditor] Save editor 19:49:03.870 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/NextErrorTestClass.java - Eclipse Platform 19:49:03.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:03.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:03.871 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/NextErrorTestClass.java - Eclipse Platform' 19:49:03.871 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/NextErrorTestClass.java - Eclipse Platform' 19:49:03.871 DEBUG [main][MenuItemLookup] Found menu:'File' 19:49:03.871 DEBUG [main][MenuItemLookup] Item match:File 19:49:03.871 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:49:03.871 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:49:03.871 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:49:03.871 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:49:03.871 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:03.871 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:49:03.871 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:49:03.871 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:03.871 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:49:03.871 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 19:49:03.872 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 19:49:03.872 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 19:49:03.872 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 19:49:03.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 19:49:03.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 19:49:03.899 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:03.899 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class NextErrorTestClass{ } TooltipText=null 19:49:03.899 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:49:03.899 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:03.899 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:03.909 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:03.909 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:03.909 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:03.912 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:03.912 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:49:03.912 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:03.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:03.928 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/NextErrorTestClass.java - Eclipse Platform 19:49:03.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:03.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:03.928 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/NextErrorTestClass.java - Eclipse Platform' 19:49:03.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 '\*?\QProblems\E') 19:49:03.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:03.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:03.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:03.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:03.931 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:49:03.931 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:03.931 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:03.943 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:03.943 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NextErrorTestClass.java - Eclipse Platform TooltipText=null 19:49:03.943 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:03.943 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:03.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view.... 19:49:03.943 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:03.943 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:03.944 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:03.944 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NextErrorTestClass.java - Eclipse Platform TooltipText=null 19:49:03.944 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:03.944 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:03.944 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:03.944 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:03.944 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:03.944 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NextErrorTestClass.java - Eclipse Platform TooltipText=null 19:49:03.944 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:03.944 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:03.945 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:49:03.945 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:03.945 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:03.945 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:03.945 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NextErrorTestClass.java - Eclipse Platform TooltipText=null 19:49:03.945 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:03.945 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:03.945 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:49:03.946 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:03.946 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:03.946 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:03.946 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:49:03.946 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:49:03.946 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 19:49:03.946 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:49:03.946 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:03.946 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:03.946 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:03.946 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:49:03.946 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:49:03.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 19:49:04.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 19:49:04.947 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:49:04.948 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:04.948 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:04.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:04.949 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NextErrorTestClass.java - Eclipse Platform TooltipText=null 19:49:04.949 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:04.949 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:04.949 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:49:04.949 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:04.949 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:04.949 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:04.949 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:49:04.949 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:49:04.949 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 19:49:04.949 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:49:04.949 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:04.949 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:04.949 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:04.949 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:49:04.949 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:49:04.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 19:49:04.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 19:49:04.950 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:04.950 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:04.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:04.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NextErrorTestClass.java - Eclipse Platform TooltipText=null 19:49:04.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:04.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:04.950 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:49:04.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:04.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:04.950 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:04.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:04.950 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:04.951 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 19:49:04.951 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 19:49:04.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:49:04.951 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 19:49:04.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:49:04.951 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 19:49:04.952 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 19:49:04.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:49:04.952 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 19:49:04.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:49:04.952 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 19:49:04.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view. finished successfully 19:49:04.952 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:49:04.952 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:49:04.952 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:49:04.958 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:04.958 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:04.959 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:49:04.959 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:49:04.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:04.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:04.959 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:49:04.959 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:49:04.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:04.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:04.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:04.959 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:04.960 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:49:05.460 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:05.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:49:05.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:05.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:49:05.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:49:05.961 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:49:05.961 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:49:05.961 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:05.961 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:05.962 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:49:05.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:05.962 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:05.962 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:05.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:05.962 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:05.962 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 19:49:05.962 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 19:49:05.962 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 19:49:05.962 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 19:49:05.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:49:05.962 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProblemsViewTestProject is already expanded. No action performed 19:49:05.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:49:05.962 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 19:49:05.963 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 19:49:05.963 DEBUG [main][TreeItemHandler] Selecting tree item: src 19:49:05.963 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 19:49:05.964 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 19:49:05.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:49:05.964 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:05.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:49:05.964 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:05.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 Java Class"] 19:49:05.965 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:05.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:49:05.965 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:05.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:49:05.965 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:05.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:49:05.965 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:05.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 Java Class"] 19:49:05.965 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:05.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:49:05.965 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:05.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:49:05.965 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:05.965 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/NextErrorTestClass.java - Eclipse Platform 19:49:05.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:05.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:05.966 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/NextErrorTestClass.java - Eclipse Platform' 19:49:05.966 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/NextErrorTestClass.java - Eclipse Platform' 19:49:05.979 DEBUG [main][MenuItemLookup] Found menu:'File' 19:49:05.979 DEBUG [main][MenuItemLookup] Item match:File 19:49:05.980 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:49:05.980 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:49:05.982 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 19:49:05.982 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:49:05.982 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:05.982 DEBUG [main][MenuItemLookup] Found menu:'Package' 19:49:05.982 DEBUG [main][MenuItemLookup] Found menu:'Class' 19:49:05.982 DEBUG [main][MenuItemLookup] Found menu:'Interface' 19:49:05.982 DEBUG [main][MenuItemLookup] Found menu:'Enum' 19:49:05.982 DEBUG [main][MenuItemLookup] Found menu:'Record' 19:49:05.982 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 19:49:05.982 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 19:49:05.982 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 19:49:05.982 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:49:05.982 DEBUG [main][MenuItemLookup] Found menu:'File' 19:49:05.982 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:49:05.982 DEBUG [main][MenuItemLookup] Found menu:'Task' 19:49:05.982 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 19:49:05.982 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:05.982 DEBUG [main][MenuItemLookup] Found menu:'Example...' 19:49:05.982 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:05.982 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:49:05.982 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:49:05.982 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:49:05.982 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:49:05.982 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:49:06.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 19:49:06.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 'New|Select a wizard'] is available. finished successfully 19:49:06.036 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:49:06.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:06.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:06.037 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:49:06.037 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:06.037 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 19:49:06.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:06.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:06.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:06.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:06.037 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:06.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:49:06.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:49:06.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 19:49:06.038 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:49:06.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:49:06.038 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:49:06.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:49:06.038 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:49:06.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 19:49:06.039 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:49:06.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:49:06.039 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:49:06.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:49:06.039 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:49:06.039 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 19:49:06.039 DEBUG [main][TreeItemHandler] Selecting tree item: Class 19:49:06.039 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 19:49:06.039 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 19:49:06.039 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:49:06.039 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:49:06.039 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) 19:49:06.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:06.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:06.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:06.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:06.040 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:49:06.040 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:49:06.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:49:06.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:49:06.040 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:49:06.040 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:49:06.091 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:49:06.091 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:06.091 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:06.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 19:49:06.091 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 19:49:06.091 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 19:49:06.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:06.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:06.092 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 19:49:06.092 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:06.092 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:") 19:49:06.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:06.092 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:06.096 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:06.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:06.096 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:49:06.096 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:49:06.097 INFO [WorkbenchTestable][AbstractText] Text set to: WarningTestClass 19:49:06.111 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 19:49:06.111 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 19:49:06.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.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) 19:49:06.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:06.111 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:06.112 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:06.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:06.112 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:49:06.113 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:49:06.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:49:06.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:49:06.113 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:49:06.113 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:49:06.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:49:06.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:49:06.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:49:06.617 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:49:06.617 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:49:06.617 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:49:06.617 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:49:06.617 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:49:06.617 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:49:06.617 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:49:06.617 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:49:06.617 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:49:06.617 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:49:06.617 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:49:06.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:49:06.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:49:06.617 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:49:06.617 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:49:06.617 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:49:06.617 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:49:06.617 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:49:06.617 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:49:06.617 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:49:06.617 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:49:06.617 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:49:06.617 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:49:06.617 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:49:06.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:49:06.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4726cc39 is found... 19:49:06.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4726cc39 is found finished successfully 19:49:06.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 '\*?\QWarningTestClass.java\E') 19:49:06.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:06.618 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:06.619 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:06.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:06.619 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:49:06.619 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:06.619 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class WarningTestClass { } TooltipText=null 19:49:06.619 INFO [WorkbenchTestable][TextEditor] Set text to editor 19:49:06.625 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:06.625 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ private int i; } TooltipText=null 19:49:06.625 INFO [WorkbenchTestable][AbstractEditor] Save editor 19:49:06.625 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:49:06.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:06.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:06.625 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:49:06.625 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:49:06.625 DEBUG [main][MenuItemLookup] Found menu:'File' 19:49:06.625 DEBUG [main][MenuItemLookup] Item match:File 19:49:06.626 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:49:06.626 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:49:06.626 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:49:06.626 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:49:06.626 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:06.626 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:49:06.626 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:49:06.626 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:06.626 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:49:06.626 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 19:49:06.626 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 19:49:06.626 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 19:49:06.626 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 19:49:06.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 19:49:06.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 19:49:06.638 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:06.638 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ private int i; } TooltipText=null 19:49:06.638 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:49:06.638 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:06.638 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:06.666 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:06.666 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:06.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:06.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:06.669 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:49:06.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:06.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:06.672 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:49:06.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:06.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:06.672 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:49:06.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 '\*?\QProblems\E') 19:49:06.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:06.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:06.687 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:06.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:06.687 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:49:06.687 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:06.687 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:06.687 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:06.687 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:49:06.687 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:06.687 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:06.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view.... 19:49:06.687 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:06.687 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:06.688 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:06.688 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:49:06.688 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:06.688 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:06.688 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:06.688 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:06.688 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:06.688 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:49:06.688 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:06.688 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:06.688 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:49:06.688 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:06.689 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:06.689 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:06.689 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:49:06.689 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:06.689 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:06.689 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:49:06.689 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:06.689 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:06.689 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:06.689 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:49:06.689 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:49:06.689 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 0 warnings, 0 others)' 19:49:06.689 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:49:06.690 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:06.690 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:06.690 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:06.690 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:49:06.690 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:49:06.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 19:49:07.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 19:49:07.691 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:49:07.691 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:07.691 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:07.692 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:07.692 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:49:07.692 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:07.692 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:07.692 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:49:07.692 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:07.692 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:07.692 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:07.692 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:49:07.692 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:49:07.692 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 0 warnings, 0 others)' 19:49:07.692 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:49:07.692 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:07.692 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:07.692 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:07.692 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:49:07.692 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:49:07.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 19:49:07.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 19:49:07.697 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:07.697 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:07.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:07.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:49:07.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:07.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:07.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 19:49:07.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:07.698 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:07.698 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:07.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:07.698 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:08.199 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:08.200 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:08.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:08.201 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:08.201 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:08.201 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:08.201 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:08.201 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:08.201 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:49:08.201 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:08.202 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:08.202 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:08.202 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:08.202 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:49:08.202 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:08.202 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:08.202 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:08.202 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:49:08.203 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:49:08.203 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 19:49:08.203 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:49:08.203 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:08.203 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:08.203 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:08.203 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:49:08.203 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:49:08.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 19:49:09.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 19:49:09.704 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:49:09.704 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:09.705 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:09.705 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:09.705 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:09.705 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:49:09.706 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:09.706 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:09.706 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:09.706 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:49:09.706 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:49:09.706 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 19:49:09.706 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:49:09.706 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:09.706 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:09.706 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:09.706 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:49:09.706 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:49:09.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 19:49:09.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 19:49:09.706 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:09.706 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:09.707 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:09.707 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:09.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 19:49:09.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:09.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:09.707 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:09.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:09.707 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:09.707 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 19:49:09.707 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 19:49:09.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:49:09.707 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 19:49:09.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:49:09.707 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 19:49:09.707 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 19:49:09.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:49:09.707 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 19:49:09.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:49:09.707 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 19:49:09.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view. finished successfully 19:49:09.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:09.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:09.710 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:49:09.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:09.713 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:09.713 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:49:09.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:09.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:09.713 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:49:09.713 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:49:09.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:09.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:09.716 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:09.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:09.716 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:49:09.716 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:09.716 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:09.716 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:09.716 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:49:09.716 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:09.716 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:09.717 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:09.719 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:09.719 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:49:09.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:09.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:09.722 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:49:09.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:09.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:09.722 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:49:09.722 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:49:09.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:09.722 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:09.725 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:09.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:09.725 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:49:09.725 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:09.725 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:09.725 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:09.725 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:49:09.725 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:09.725 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:09.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view.... 19:49:09.725 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:09.737 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:09.738 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:09.738 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:49:09.738 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:09.738 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:09.738 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:09.738 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:09.739 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:09.739 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:49:09.739 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:09.739 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:09.739 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:49:09.739 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:09.739 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:09.740 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:09.740 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:49:09.740 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:09.740 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:09.740 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:49:09.740 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:09.740 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:09.740 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:09.740 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:49:09.740 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:49:09.740 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 19:49:09.740 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:49:09.740 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:09.740 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:09.740 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:09.740 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:49:09.740 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:49:09.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 19:49:11.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 19:49:11.242 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:49:11.242 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:11.242 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:11.243 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:11.243 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:49:11.243 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:11.243 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:11.243 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:49:11.244 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:11.244 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:11.244 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:11.244 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:49:11.244 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:49:11.244 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 19:49:11.244 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:49:11.244 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:11.244 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:11.244 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:11.244 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:49:11.244 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:49:11.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 19:49:11.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 19:49:11.244 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:11.244 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:11.245 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:11.245 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:49:11.245 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:11.245 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:11.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 19:49:11.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:11.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:11.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:11.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:11.245 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:11.246 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 19:49:11.246 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 19:49:11.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:49:11.246 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 19:49:11.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:49:11.246 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 19:49:11.246 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 19:49:11.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:49:11.246 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 19:49:11.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:49:11.246 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 19:49:11.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view. finished successfully 19:49:11.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view.... 19:49:11.246 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:11.246 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:11.247 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:11.247 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:11.247 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:11.247 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:11.247 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:11.247 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:11.247 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:49:11.247 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:11.247 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:11.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:11.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:11.248 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:49:11.248 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:11.248 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:11.248 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:11.248 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:49:11.248 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:49:11.248 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 19:49:11.248 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:49:11.248 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:11.248 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:11.248 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:11.248 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:49:11.248 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:49:11.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 19:49:12.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 19:49:12.250 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:49:12.250 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:12.250 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:12.251 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:12.251 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:12.251 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:49:12.252 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:12.252 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:12.252 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:12.252 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:49:12.252 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:49:12.252 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 19:49:12.252 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:49:12.252 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:12.252 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:12.252 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:12.252 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:49:12.252 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:49:12.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 19:49:12.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 19:49:12.252 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:12.252 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:12.252 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:12.253 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:12.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 19:49:12.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:12.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:12.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:12.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:12.253 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:12.253 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (2 items) and wait with time period 1 19:49:12.253 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (2 items) 19:49:12.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:49:12.253 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (2 items) is already expanded. No action performed 19:49:12.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:49:12.253 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (2 items) 19:49:12.253 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (2 items) 19:49:12.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:49:12.253 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (2 items) is already expanded. No action performed 19:49:12.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:49:12.253 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (2 items) 19:49:12.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view. finished successfully 19:49:12.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:12.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:12.257 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:49:12.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:12.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:12.258 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:49:12.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') 19:49:12.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:12.258 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:12.260 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:12.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:12.260 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:49:12.260 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:12.260 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:12.261 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:12.261 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:49:12.261 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:12.261 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:12.261 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:49:12.261 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:12.261 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:12.261 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:12.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:49:12.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:12.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:12.262 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:49:12.262 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:12.262 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:12.262 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:12.262 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:49:12.262 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:49:12.262 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 19:49:12.262 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:49:12.262 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:12.262 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:12.262 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:12.262 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:49:12.262 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:49:12.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 19:49:13.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 19:49:13.263 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:49:13.264 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:13.264 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:13.264 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:13.265 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:49:13.265 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:13.265 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:13.265 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:49:13.265 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:13.265 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:13.265 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:13.265 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:49:13.265 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:49:13.265 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 19:49:13.265 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:49:13.265 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:13.265 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:13.265 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:13.266 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:49:13.266 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:49:13.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 19:49:13.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 19:49:13.266 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:13.266 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:13.266 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:13.266 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:49:13.266 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:13.266 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:13.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 19:49:13.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:13.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:13.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:13.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:13.267 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:13.267 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (2 items) and wait with time period 1 19:49:13.267 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (2 items) 19:49:13.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:49:13.268 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (2 items) is already expanded. No action performed 19:49:13.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:49:13.268 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (2 items) 19:49:13.268 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (2 items) 19:49:13.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:49:13.268 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (2 items) is already expanded. No action performed 19:49:13.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:49:13.268 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (2 items) 19:49:13.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 19:49:13.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:13.268 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:13.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:13.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:13.268 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:13.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 19:49:13.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:13.268 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:13.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:13.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:13.268 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:13.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 19:49:13.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:13.268 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:13.269 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:13.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:13.269 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:13.269 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:49:13.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:13.269 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:13.269 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:13.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:13.269 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:13.269 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:49:13.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:13.269 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:13.269 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:13.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:13.269 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:13.270 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:49:13.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:13.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:13.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:13.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:13.270 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:13.270 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:49:13.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:13.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:13.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:13.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:13.270 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:13.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:13.284 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:13.284 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:49:13.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:13.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:13.285 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:49:13.285 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:49:13.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:13.285 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:13.287 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:13.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:13.287 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:49:13.287 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:13.287 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:13.299 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:13.299 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:49:13.299 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:13.299 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:13.300 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:49:13.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:13.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:13.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:13.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:13.300 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:13.301 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:49:13.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:13.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:13.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:13.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:13.301 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:13.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:13.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:13.303 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:49:13.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:13.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:13.304 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:49:13.304 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:49:13.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:13.304 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:13.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:13.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:13.319 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:49:13.319 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:13.319 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:13.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:13.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:49:13.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:13.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:13.320 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:49:13.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:13.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:13.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:13.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:13.320 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:13.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 19:49:13.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:13.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:13.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:13.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:13.321 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:13.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:13.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:13.335 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:49:13.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:13.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:13.335 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:49:13.336 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:49:13.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:13.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:13.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:13.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:13.350 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:49:13.350 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:13.350 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:13.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:13.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:49:13.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:13.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:13.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 19:49:13.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:13.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:13.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:13.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:13.351 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:13.352 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:49:13.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:13.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:13.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:13.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:13.352 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:13.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:13.367 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:13.367 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:49:13.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:13.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:13.367 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:49:13.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 '\*?\QProblems\E') 19:49:13.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:13.367 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:13.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:13.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:13.392 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:49:13.392 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:13.392 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:13.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:13.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:49:13.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:13.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:13.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 19:49:13.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:13.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:13.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:13.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:13.393 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:13.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 19:49:13.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:13.394 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:13.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:13.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:13.394 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:13.394 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:13.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:13.397 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:49:13.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:13.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:13.397 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:49:13.397 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:49:13.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:13.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:13.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:13.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:13.400 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:49:13.400 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:13.400 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:13.400 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:13.400 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:49:13.400 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:13.400 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:13.400 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:49:13.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:13.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:13.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:13.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:13.400 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:13.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 19:49:13.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:13.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:13.401 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:13.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:13.401 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:13.402 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:13.402 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:13.402 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:13.402 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:13.402 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:49:13.402 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:13.402 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:13.403 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:13.403 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:13.403 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:49:13.403 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:13.403 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:13.403 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:13.403 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:49:13.403 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:49:13.403 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 19:49:13.403 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:49:13.403 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:13.403 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:13.403 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:13.403 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:49:13.403 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:49:13.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 19:49:14.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 19:49:14.404 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:49:14.404 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:14.404 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:14.405 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:14.405 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:14.405 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:49:14.405 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:14.406 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:14.406 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:14.406 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:49:14.406 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:49:14.406 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 19:49:14.406 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:49:14.406 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:14.406 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:14.406 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:14.406 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:49:14.406 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:49:14.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 19:49:14.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 19:49:14.406 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:14.406 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:14.406 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:14.407 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:14.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 19:49:14.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:14.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:14.407 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:14.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:14.407 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:14.407 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (2 items) and wait with time period 1 19:49:14.407 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (2 items) 19:49:14.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:49:14.407 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (2 items) is already expanded. No action performed 19:49:14.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:49:14.407 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (2 items) 19:49:14.407 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (2 items) 19:49:14.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:49:14.407 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (2 items) is already expanded. No action performed 19:49:14.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:49:14.408 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (2 items) 19:49:14.408 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:49:14.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:14.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:14.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:14.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:14.408 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:14.408 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:49:14.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:14.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:14.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:14.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:14.408 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:14.408 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:49:14.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:14.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:14.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:14.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:14.408 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:14.408 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:49:14.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:14.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:14.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:14.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:14.409 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:14.409 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:14.409 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:14.409 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:14.409 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:14.409 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:49:14.409 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:14.409 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:14.410 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:14.410 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:14.410 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:49:14.410 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:14.410 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:14.410 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:14.410 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:49:14.410 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:49:14.410 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 19:49:14.410 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:49:14.410 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:14.410 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:14.410 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:14.410 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:49:14.410 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:49:14.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 19:49:15.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 19:49:15.411 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:49:15.412 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:15.412 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:15.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:15.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:15.412 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:49:15.413 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:15.413 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:15.413 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:15.413 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:49:15.413 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:49:15.413 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 19:49:15.413 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:49:15.413 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:15.413 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:15.413 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:15.413 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:49:15.413 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:49:15.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 19:49:15.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 19:49:15.413 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:15.413 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:15.414 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:15.414 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:15.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 19:49:15.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:15.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:15.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:15.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:15.414 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:15.414 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (2 items) and wait with time period 1 19:49:15.414 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (2 items) 19:49:15.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:49:15.414 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (2 items) is already expanded. No action performed 19:49:15.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:49:15.414 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (2 items) 19:49:15.414 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (2 items) 19:49:15.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:49:15.414 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (2 items) is already expanded. No action performed 19:49:15.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:49:15.414 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (2 items) 19:49:15.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:15.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:15.417 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:49:15.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:15.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:15.429 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:49:15.429 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:49:15.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:15.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:15.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:15.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:15.432 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:49:15.432 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:15.432 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:15.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:15.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:49:15.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:15.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:15.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 19:49:15.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:15.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:15.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:15.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:15.432 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:15.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 19:49:15.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:15.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:15.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:15.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:15.433 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:15.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:15.447 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:15.447 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:49:15.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:15.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:15.448 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:49:15.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 '\*?\QProblems\E') 19:49:15.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:15.448 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:15.450 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:15.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:15.450 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:49:15.450 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:15.450 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:15.451 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:15.451 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:49:15.451 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:15.451 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:15.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 19:49:15.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:15.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:15.463 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:15.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:15.463 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:15.464 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:49:15.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:15.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:15.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:15.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:15.464 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:15.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:15.467 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:15.467 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:49:15.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:15.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:15.467 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:49:15.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 '\*?\QProblems\E') 19:49:15.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:15.479 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:15.482 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:15.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:15.482 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:49:15.482 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:15.482 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:15.483 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:15.483 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:49:15.483 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:15.483 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:15.483 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:49:15.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:15.483 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:15.483 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:15.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:15.483 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:15.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 19:49:15.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:15.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:15.496 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:15.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:15.496 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:15.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:15.499 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:15.499 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:49:15.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:15.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:15.500 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:49:15.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 '\*?\QProblems\E') 19:49:15.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:15.500 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:15.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:15.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:15.515 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:49:15.515 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:15.515 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:15.515 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:15.516 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:49:15.516 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:15.516 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:15.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 19:49:15.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:15.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:15.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:15.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:15.516 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:15.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:15.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:15.531 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:49:15.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:15.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:15.532 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:49:15.532 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:49:15.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:15.532 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:15.546 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:15.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:15.546 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:49:15.546 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:15.547 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:15.547 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:15.547 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:49:15.547 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:15.547 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:15.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 19:49:15.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:15.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:15.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:15.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:15.547 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:15.548 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:49:15.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:15.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:15.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:15.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:15.548 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:15.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:15.581 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:15.582 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:49:15.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:15.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:15.582 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:49:15.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 '\*?\QProblems\E') 19:49:15.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:15.582 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:15.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:15.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:15.597 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:49:15.597 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:15.597 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:15.597 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:15.597 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:49:15.597 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:15.597 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:15.597 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:49:15.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:15.597 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:15.598 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:15.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:15.598 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:15.599 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:49:15.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:15.599 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:15.599 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:15.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:15.599 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:15.599 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:15.613 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:15.613 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:49:15.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:15.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:15.613 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:49:15.613 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:49:15.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:15.613 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:15.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:15.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:15.616 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:49:15.616 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:15.616 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:15.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:15.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:49:15.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:15.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:15.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 19:49:15.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:15.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:15.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:15.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:15.617 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:15.629 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:15.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:15.632 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:49:15.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:15.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:15.632 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:49:15.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') 19:49:15.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:15.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:15.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:15.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:15.635 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:49:15.635 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:15.635 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:15.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:15.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:49:15.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:15.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:15.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 19:49:15.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:15.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:15.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:15.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:15.636 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:15.637 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:49:15.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:15.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:15.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:15.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:15.637 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:15.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:15.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:15.640 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:49:15.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:15.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:15.640 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:49:15.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 '\*?\QProblems\E') 19:49:15.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:15.640 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:15.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:15.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:15.643 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:49:15.643 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:15.643 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:15.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:15.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:49:15.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:15.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:15.644 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:49:15.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:15.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:15.644 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:15.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:15.644 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:15.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 19:49:15.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:15.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:15.645 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:15.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:15.645 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:15.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:15.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:15.660 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:49:15.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:15.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:15.660 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:49:15.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 '\*?\QProblems\E') 19:49:15.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:15.660 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:15.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:15.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:15.682 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:49:15.682 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:15.682 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:15.682 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:15.682 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:49:15.682 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:15.682 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:15.682 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:49:15.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:15.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:15.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:15.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:15.683 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:15.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 19:49:15.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:15.684 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:15.684 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:15.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:15.684 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:15.684 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:15.686 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:15.686 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:49:15.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:15.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:15.687 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:49:15.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 '\*?\QProblems\E') 19:49:15.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:15.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:15.689 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:15.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:15.689 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:49:15.689 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:15.689 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:15.689 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:15.689 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:49:15.689 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:15.689 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:15.690 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:49:15.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:15.690 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:15.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:15.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:15.690 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:15.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:15.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:15.693 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:49:15.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:15.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:15.693 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:49:15.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') 19:49:15.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:15.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:15.707 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:15.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:15.707 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:49:15.707 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:15.707 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:15.708 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:15.708 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:49:15.708 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:15.708 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:15.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 19:49:15.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:15.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:15.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:15.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:15.708 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:15.709 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:49:15.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:15.709 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:15.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:15.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:15.709 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:15.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:15.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:15.712 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:49:15.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:15.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:15.712 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:49:15.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 '\*?\QProblems\E') 19:49:15.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:15.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:15.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:15.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:15.727 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:49:15.727 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:15.727 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:15.727 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:15.727 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:49:15.727 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:15.727 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:15.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 19:49:15.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:15.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:15.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:15.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:15.727 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:15.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 19:49:15.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:15.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:15.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:15.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:15.728 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:15.729 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:15.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:15.743 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:49:15.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:15.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:15.743 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:49:15.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 '\*?\QProblems\E') 19:49:15.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:15.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:15.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:15.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:15.757 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:49:15.757 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:15.757 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:15.758 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:15.758 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:49:15.758 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:15.758 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:15.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 19:49:15.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:15.758 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:15.758 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:15.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:15.758 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:15.759 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:15.759 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:15.759 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:15.759 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:15.759 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:49:15.760 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:15.760 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:15.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:15.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:15.760 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:49:15.761 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:15.761 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:15.761 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:15.761 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:49:15.761 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:49:15.761 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 19:49:15.761 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:49:15.761 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:15.761 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:15.761 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:15.761 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:49:15.761 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:49:15.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 19:49:16.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 19:49:16.762 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:49:16.763 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:16.763 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:16.763 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:16.764 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:16.764 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:49:16.764 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:16.764 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:16.764 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:16.764 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:49:16.764 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:49:16.764 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 19:49:16.764 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:49:16.764 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:16.764 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:16.764 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:16.764 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:49:16.764 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:49:16.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 19:49:16.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 19:49:16.765 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:16.765 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:16.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:16.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:16.765 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:49:16.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:16.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:16.765 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:16.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:16.765 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:16.765 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 19:49:16.765 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 19:49:16.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:49:16.765 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 19:49:16.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:49:16.765 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 19:49:16.765 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 19:49:16.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:49:16.766 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 19:49:16.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:49:16.766 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 19:49:16.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:16.768 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:16.768 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:49:16.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:16.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:16.768 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:49:16.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 19:49:16.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:16.768 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:16.771 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:16.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:16.771 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:49:16.771 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:16.771 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:16.771 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:16.771 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:49:16.771 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:16.771 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:16.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 19:49:16.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:16.771 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:16.771 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:16.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:16.771 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:16.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 19:49:16.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:16.772 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:16.772 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:16.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:16.772 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:16.773 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:16.775 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:16.775 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:49:16.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:16.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:16.776 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:49:16.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') 19:49:16.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:16.776 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:16.778 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:16.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:16.778 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:49:16.790 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:16.790 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:16.791 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:16.791 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:49:16.791 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:16.791 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:16.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 19:49:16.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:16.791 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:16.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:16.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:16.791 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:16.792 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:49:16.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:16.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:16.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:16.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:16.792 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:16.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:16.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:16.795 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:49:16.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:16.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:16.807 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:49:16.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 19:49:16.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:16.807 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:16.810 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:16.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:16.810 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:49:16.810 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:16.810 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:16.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:16.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:49:16.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:16.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:16.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 19:49:16.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:16.811 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:16.811 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:16.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:16.811 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:16.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 19:49:16.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:16.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:16.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:16.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:16.824 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:16.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:16.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:16.827 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:49:16.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:16.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:16.828 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:49:16.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 19:49:16.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:16.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:16.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:16.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:16.843 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:49:16.843 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:16.843 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:16.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:16.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:49:16.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:16.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:16.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 19:49:16.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:16.844 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:16.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:16.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:16.844 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:16.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:16.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:16.859 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:49:16.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:16.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:16.859 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:49:16.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') 19:49:16.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:16.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:16.873 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:16.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:16.873 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:49:16.873 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:16.873 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:16.873 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:16.873 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:49:16.873 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:16.873 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:16.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 19:49:16.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:16.874 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:16.874 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:16.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:16.874 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:16.875 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:49:16.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:16.875 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:16.875 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:16.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:16.875 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:16.875 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:16.877 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:16.877 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:49:16.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:16.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:16.878 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:49:16.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 '\*?\QProblems\E') 19:49:16.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:16.878 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:16.892 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:16.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:16.892 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:49:16.892 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:16.892 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:16.893 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:16.893 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:49:16.893 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:16.893 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:16.893 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:49:16.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:16.893 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:16.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:16.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:16.893 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:16.894 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:49:16.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:16.894 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:16.894 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:16.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:16.894 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:16.894 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:16.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:16.908 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:49:16.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:16.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:16.908 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:49:16.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') 19:49:16.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:16.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:16.911 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:16.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:16.911 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:49:16.911 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:16.911 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:16.911 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:16.911 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:49:16.911 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:16.911 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:16.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 19:49:16.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:16.911 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:16.911 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:16.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:16.911 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:16.924 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:16.924 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:16.924 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:16.924 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:16.925 DEBUG [main][MenuItemLookup] Found menu:'Show' 19:49:16.925 DEBUG [main][MenuItemLookup] Found menu:'Group By' 19:49:16.925 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 19:49:16.925 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 19:49:16.925 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 19:49:16.925 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 19:49:16.925 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 19:49:16.925 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 19:49:16.925 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 19:49:16.925 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 19:49:16.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 19:49:16.962 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 19:49:16.962 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 19:49:16.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:16.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:16.962 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:49:16.962 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:49:16.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:49:16.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:49:16.963 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 19:49:16.963 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:49:16.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:16.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:16.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:16.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:16.963 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:49:16.964 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 19:49:16.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:49:16.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:49:16.964 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:49:16.964 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:49:16.965 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 19:49:16.965 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:49:16.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:49:16.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:49:16.965 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 19:49:16.965 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:49:16.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:16.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:16.966 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:16.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:16.966 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:49:16.966 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:49:16.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:49:16.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:49:16.966 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:49:16.966 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:49:16.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 19:49:16.995 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 19:49:16.995 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:49:16.995 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:49:16.995 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:49:17.002 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:17.002 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:17.002 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:49:17.002 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:49:17.002 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:17.002 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:17.003 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:49:17.003 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:49:17.003 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:17.003 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:17.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:17.003 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:17.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:49:17.504 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:17.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:49:18.004 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:18.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:49:18.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:49:18.005 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:49:18.005 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:49:18.006 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:18.006 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:18.006 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:49:18.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:18.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:18.006 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:18.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:18.006 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:18.006 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 19:49:18.006 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 19:49:18.007 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 19:49:18.007 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 19:49:18.012 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 19:49:18.012 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:49:18.012 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:49:18.035 DEBUG [main][MenuItemLookup] Found menu:'New' 19:49:18.035 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:49:18.035 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:18.035 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:49:18.035 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 19:49:18.035 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:49:18.035 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:18.035 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:49:18.035 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:49:18.035 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:49:18.035 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:49:18.035 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:18.035 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 19:49:18.035 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 19:49:18.035 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 19:49:18.035 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 19:49:18.035 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:18.035 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:49:18.035 DEBUG [main][MenuItemLookup] Found menu:'Export...' 19:49:18.035 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:18.035 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:49:18.035 DEBUG [main][MenuItemLookup] Item match:Refresh F5 19:49:18.035 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 19:49:18.035 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 19:49:18.036 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 19:49:18.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:49:18.038 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:49:18.038 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:49:18.038 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 19:49:18.038 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:49:18.038 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:49:18.038 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:49:18.038 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:49:18.038 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:49:18.038 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:49:18.038 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:49:18.038 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:49:18.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:49:18.038 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 19:49:18.038 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 19:49:18.038 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 19:49:18.038 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 19:49:18.039 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 19:49:18.039 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:49:18.039 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:49:18.066 DEBUG [main][MenuItemLookup] Found menu:'New' 19:49:18.066 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:49:18.066 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:18.066 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:49:18.066 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 19:49:18.066 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:49:18.066 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:18.066 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:49:18.066 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:49:18.066 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:49:18.066 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:49:18.066 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:49:18.066 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:49:18.066 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:49:18.066 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 19:49:18.074 DEBUG [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.... 19:49:18.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 'Delete.*'] is available. finished successfully 19:49:18.632 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 19:49:18.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:18.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:18.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:18.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:18.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) 19:49:18.634 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:49:18.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:49:18.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:49:18.634 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:49:18.634 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:49:18.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:18.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:18.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:18.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:18.635 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:49:18.635 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 19:49:18.635 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 19:49:18.635 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 19:49:18.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:49:18.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:49:18.635 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:49:18.635 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:49:18.635 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 19:49:18.635 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:49:18.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:49:18.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:49:18.635 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:49:18.635 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:49:18.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:18.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:18.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:18.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:18.636 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:49:18.636 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:49:18.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:49:18.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:49:18.636 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:49:18.636 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:49:18.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 19:49:18.638 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 19:49:19.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 19:49:19.139 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 19:49:19.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:49:19.139 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 19:49:19.139 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 19:49:19.139 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 19:49:19.139 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:49:19.139 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:49:19.139 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:49:19.139 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:49:19.139 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:49:19.139 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:49:19.139 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:49:19.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:49:19.139 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 19:49:19.139 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:49:19.139 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:49:19.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:49:19.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:49:19.139 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFilterErrors no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 19:49:19.139 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:49:19.139 INFO [WorkbenchTestable][RequirementsRunner] Started test: testProblemQuickfixWithNewDialog no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 19:49:19.139 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 19:49:19.139 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:49:19.139 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:49:19.139 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:49:19.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:49:19.140 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:19.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:49:19.140 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:19.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 Java Project"] 19:49:19.140 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:19.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:49:19.140 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:19.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:49:19.140 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:19.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:49:19.140 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:19.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 Java Project"] 19:49:19.140 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:19.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:49:19.140 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:19.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:49:19.140 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:19.140 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:49:19.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:19.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:19.141 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:49:19.141 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:49:19.141 DEBUG [main][MenuItemLookup] Found menu:'File' 19:49:19.141 DEBUG [main][MenuItemLookup] Item match:File 19:49:19.142 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:49:19.142 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:49:19.143 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 19:49:19.143 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:49:19.143 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:19.143 DEBUG [main][MenuItemLookup] Found menu:'Package' 19:49:19.143 DEBUG [main][MenuItemLookup] Found menu:'Class' 19:49:19.143 DEBUG [main][MenuItemLookup] Found menu:'Interface' 19:49:19.143 DEBUG [main][MenuItemLookup] Found menu:'Enum' 19:49:19.143 DEBUG [main][MenuItemLookup] Found menu:'Record' 19:49:19.143 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 19:49:19.143 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 19:49:19.143 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 19:49:19.143 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:49:19.143 DEBUG [main][MenuItemLookup] Found menu:'File' 19:49:19.143 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:49:19.143 DEBUG [main][MenuItemLookup] Found menu:'Task' 19:49:19.143 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 19:49:19.143 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:19.143 DEBUG [main][MenuItemLookup] Found menu:'Example...' 19:49:19.143 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:19.143 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:49:19.143 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:49:19.144 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:49:19.144 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:49:19.144 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:49:19.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 19:49:19.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 'New|Select a wizard'] is available. finished successfully 19:49:19.194 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:49:19.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:19.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:19.195 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:49:19.195 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:19.195 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 19:49:19.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:19.195 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:19.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:19.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:19.195 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:19.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:49:19.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:49:19.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 19:49:19.200 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:49:19.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:49:19.200 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:49:19.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:49:19.200 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:49:19.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 19:49:19.201 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:49:19.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:49:19.201 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:49:19.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:49:19.201 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:49:19.201 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 19:49:19.201 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 19:49:19.201 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 19:49:19.203 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 19:49:19.203 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:49:19.203 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:49:19.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) 19:49:19.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:19.203 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:19.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:19.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:19.203 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:49:19.204 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:49:19.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:49:19.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:49:19.204 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:49:19.204 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:49:19.322 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:49:19.323 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:19.323 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:19.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 19:49:19.323 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 19:49:19.323 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 19:49:19.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:19.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:19.323 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 19:49:19.323 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:19.323 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 19:49:19.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.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 19:49:19.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:19.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:19.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:19.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:19.325 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:49:19.325 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:49:19.325 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 19:49:19.345 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 19:49:19.345 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 19:49:19.346 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) 19:49:19.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:19.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:19.347 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:19.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:19.347 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:49:19.347 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:49:19.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:49:19.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:49:19.347 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:49:19.347 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:49:19.349 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.... 19:49:19.850 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 19:49:19.850 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 19:49:19.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:19.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:19.852 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 19:49:19.852 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:49:19.852 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:49:19.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:49:19.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:49:19.852 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 19:49:19.852 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:49:19.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:19.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:19.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:19.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:19.852 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:49:19.852 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 19:49:19.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:49:19.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:49:19.853 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:49:19.853 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:49:19.921 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.... 19:49:19.921 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 19:49:19.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:49:19.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:49:19.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:49:19.922 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 19:49:19.922 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 19:49:19.922 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 19:49:19.922 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 19:49:19.922 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:49:19.922 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:49:19.922 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:49:19.922 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:49:19.922 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:49:19.922 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:49:19.922 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:49:19.922 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:49:19.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:49:19.922 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:19.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:19.938 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:49:19.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:19.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:19.940 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:49:19.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:19.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:19.940 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:49:19.940 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:49:19.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:19.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:19.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:19.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:19.942 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:49:19.942 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:19.942 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:19.949 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:19.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:19.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:19.950 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:19.950 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:49:19.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:19.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:19.951 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:49:19.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:19.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:19.951 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:49:19.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') 19:49:19.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:19.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:19.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:19.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:19.952 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:49:19.952 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:49:19.952 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:49:19.993 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:19.993 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:19.994 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:49:19.994 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:49:19.994 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:49:19.995 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:19.995 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:19.995 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:49:19.995 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:49:19.996 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:19.996 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:19.996 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:49:19.996 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:49:19.996 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:19.996 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:19.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:19.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:19.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:49:20.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:20.523 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:49:21.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:21.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:49:21.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:49:21.037 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:49:21.037 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:49:21.038 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:21.038 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:21.038 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:49:21.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:21.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:21.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:21.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:21.038 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:21.039 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 19:49:21.039 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 19:49:21.039 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 19:49:21.039 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 19:49:21.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:49:21.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:49:21.540 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 19:49:21.540 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 19:49:21.541 DEBUG [main][TreeItemHandler] Selecting tree item: src 19:49:21.541 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 19:49:21.542 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 19:49:21.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:49:21.543 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:21.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:49:21.543 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:21.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 Java Class"] 19:49:21.543 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:21.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:49:21.543 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:21.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:49:21.543 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:21.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:49:21.543 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:21.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 Java Class"] 19:49:21.543 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:21.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:49:21.544 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:21.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:49:21.544 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:21.544 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:49:21.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:21.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:21.544 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:49:21.544 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:49:21.544 DEBUG [main][MenuItemLookup] Found menu:'File' 19:49:21.544 DEBUG [main][MenuItemLookup] Item match:File 19:49:21.545 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:49:21.545 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:49:21.547 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 19:49:21.547 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:49:21.547 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:21.547 DEBUG [main][MenuItemLookup] Found menu:'Package' 19:49:21.547 DEBUG [main][MenuItemLookup] Found menu:'Class' 19:49:21.547 DEBUG [main][MenuItemLookup] Found menu:'Interface' 19:49:21.547 DEBUG [main][MenuItemLookup] Found menu:'Enum' 19:49:21.547 DEBUG [main][MenuItemLookup] Found menu:'Record' 19:49:21.547 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 19:49:21.547 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 19:49:21.547 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 19:49:21.547 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:49:21.547 DEBUG [main][MenuItemLookup] Found menu:'File' 19:49:21.547 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:49:21.547 DEBUG [main][MenuItemLookup] Found menu:'Task' 19:49:21.547 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 19:49:21.547 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:21.547 DEBUG [main][MenuItemLookup] Found menu:'Example...' 19:49:21.547 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:21.547 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:49:21.547 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:49:21.547 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:49:21.547 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:49:21.547 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:49:21.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 19:49:21.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 19:49:21.697 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:49:21.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:21.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:21.698 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:49:21.698 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:21.699 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 19:49:21.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:21.699 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:21.699 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:21.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:21.699 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:21.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:49:21.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:49:21.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 19:49:21.700 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:49:21.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:49:21.700 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:49:21.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:49:21.700 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:49:21.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 19:49:21.700 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:49:21.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:49:21.701 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:49:21.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:49:21.701 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:49:21.701 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 19:49:21.701 DEBUG [main][TreeItemHandler] Selecting tree item: Class 19:49:21.701 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 19:49:21.707 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 19:49:21.707 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:49:21.707 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:49:21.707 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) 19:49:21.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:21.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:21.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:21.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:21.708 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:49:21.709 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:49:21.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:49:21.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:49:21.709 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:49:21.709 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:49:21.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:49:21.810 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:21.811 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:21.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 19:49:21.811 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 19:49:21.811 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 19:49:21.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:21.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:21.812 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 19:49:21.812 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:21.812 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:") 19:49:21.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:21.812 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:21.891 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:21.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:21.891 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:49:21.891 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:49:21.891 INFO [WorkbenchTestable][AbstractText] Text set to: NonExistingImportQuickFix 19:49:21.896 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 19:49:21.896 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 19:49:21.896 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) 19:49:21.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:21.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:21.898 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:21.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:21.898 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:49:21.898 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:49:21.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:49:21.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:49:21.898 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:49:21.898 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:49:21.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:49:22.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:49:22.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:49:22.402 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 3 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 19:49:22.402 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 19:49:22.402 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:49:22.402 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:49:22.402 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:49:22.402 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:49:22.402 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:49:22.402 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:49:22.402 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:49:22.402 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:49:22.402 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:49:22.402 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:49:22.402 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:49:22.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:49:22.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3d3d1767 is found... 19:49:22.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3d3d1767 is found finished successfully 19:49:22.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QNonExistingImportQuickFix.java\E') 19:49:22.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:22.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:22.404 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:22.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:22.404 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:49:22.404 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:22.404 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class NonExistingImportQuickFix { } TooltipText=null 19:49:22.404 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 1 19:49:22.404 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 1, offser 0 19:49:22.408 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:22.409 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= import abc.efg.SomeClass; public class NonExistingImportQuickFix { } TooltipText=null 19:49:22.409 INFO [WorkbenchTestable][AbstractEditor] Save editor 19:49:22.409 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/NonExistingImportQuickFix.java - Eclipse Platform 19:49:22.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:22.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:22.409 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/NonExistingImportQuickFix.java - Eclipse Platform' 19:49:22.409 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/NonExistingImportQuickFix.java - Eclipse Platform' 19:49:22.409 DEBUG [main][MenuItemLookup] Found menu:'File' 19:49:22.409 DEBUG [main][MenuItemLookup] Item match:File 19:49:22.410 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:49:22.410 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:49:22.410 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:49:22.410 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:49:22.410 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:22.410 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:49:22.410 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:49:22.410 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:22.410 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:49:22.410 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 19:49:22.410 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 19:49:22.410 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 19:49:22.410 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 19:49:22.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 19:49:22.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 19:49:22.435 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:22.436 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= import abc.efg.SomeClass; public class NonExistingImportQuickFix { } TooltipText=null 19:49:22.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:22.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:22.438 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:49:22.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:22.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:22.441 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/NonExistingImportQuickFix.java - Eclipse Platform 19:49:22.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:22.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:22.441 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/NonExistingImportQuickFix.java - Eclipse Platform' 19:49:22.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') 19:49:22.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:22.441 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:22.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:22.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:22.444 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:49:22.444 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:22.444 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:22.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:22.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:22.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view.... 19:49:22.467 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:22.467 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:22.468 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:22.468 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:22.468 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:22.468 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:22.468 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:22.468 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:22.468 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:49:22.468 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:22.468 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:22.469 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:22.469 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:22.469 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:49:22.469 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:22.469 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:22.469 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:22.469 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:49:22.469 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:49:22.469 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 19:49:22.469 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:49:22.469 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:22.469 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:22.469 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:22.469 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:49:22.469 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:49:22.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 19:49:23.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 19:49:23.470 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:49:23.471 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:23.471 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:23.471 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:23.472 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:23.472 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:49:23.472 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:23.472 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:23.472 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:23.472 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:49:23.472 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:49:23.472 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 19:49:23.472 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:49:23.472 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:23.472 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:23.472 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:23.473 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:49:23.473 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:49:23.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 19:49:23.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 19:49:23.473 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:23.473 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:23.473 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:23.473 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:23.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 19:49:23.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:23.473 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:23.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:23.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:23.474 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:23.974 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:23.974 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:23.975 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:23.976 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:23.976 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:23.976 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:23.976 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:23.976 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:23.977 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:49:23.977 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:23.977 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:23.977 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:23.977 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:23.977 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:49:23.977 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:23.977 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:23.977 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:23.978 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:49:23.978 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:49:23.978 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 19:49:23.978 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:49:23.978 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:23.978 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:23.978 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:23.978 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:49:23.978 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:49:23.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 19:49:25.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 19:49:25.479 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:49:25.479 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:25.479 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:25.479 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:25.479 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:25.480 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:49:25.480 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:25.480 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:25.480 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:25.480 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:49:25.480 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:49:25.480 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 19:49:25.480 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:49:25.480 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:25.480 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:25.480 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:25.480 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:49:25.480 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:49:25.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 19:49:25.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 19:49:25.481 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:25.481 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:25.481 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:25.481 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:25.481 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:49:25.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:25.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:25.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:25.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:25.481 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:25.481 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 19:49:25.482 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 19:49:25.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:49:25.482 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 19:49:25.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:49:25.482 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 19:49:25.482 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 19:49:25.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:49:25.482 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 19:49:25.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:49:25.482 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 19:49:25.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view. finished successfully 19:49:25.482 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:25.484 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:25.484 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/NonExistingImportQuickFix.java - Eclipse Platform 19:49:25.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:25.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:25.485 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/NonExistingImportQuickFix.java - Eclipse Platform' 19:49:25.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 '\*?\QProblems\E') 19:49:25.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:25.485 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:25.487 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:25.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:25.487 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:49:25.487 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:25.487 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:25.488 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:25.488 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NonExistingImportQuickFix.java - Eclipse Platform TooltipText=null 19:49:25.488 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:25.488 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:25.488 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:49:25.488 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:25.488 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:25.488 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:25.488 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NonExistingImportQuickFix.java - Eclipse Platform TooltipText=null 19:49:25.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:25.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:25.489 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:49:25.489 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:25.489 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:25.489 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:25.489 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:49:25.489 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:49:25.489 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 19:49:25.489 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:49:25.489 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:25.489 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:25.489 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:25.489 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:49:25.489 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:49:25.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 19:49:26.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 19:49:26.490 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:49:26.490 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:26.490 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:26.491 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:26.491 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NonExistingImportQuickFix.java - Eclipse Platform TooltipText=null 19:49:26.491 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:26.491 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:26.491 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:49:26.492 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:26.492 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:26.492 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:26.492 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:49:26.492 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:49:26.492 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 19:49:26.492 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:49:26.492 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:26.492 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:26.492 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:26.492 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:49:26.492 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:49:26.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 19:49:26.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 19:49:26.492 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:26.492 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:26.492 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:26.493 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NonExistingImportQuickFix.java - Eclipse Platform TooltipText=null 19:49:26.493 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:26.493 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:26.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 19:49:26.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:26.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:26.493 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:26.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:26.493 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:26.494 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 19:49:26.494 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 19:49:26.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:49:26.494 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 19:49:26.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:49:26.494 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 19:49:26.494 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 19:49:26.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:49:26.494 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 19:49:26.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:49:26.494 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 19:49:26.494 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item The import abc cannot be resolved 19:49:26.494 DEBUG [main][TreeItemHandler] Selecting tree item: The import abc cannot be resolved 19:49:26.494 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item The import abc cannot be resolved about selection 19:49:26.508 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: The import abc cannot be resolved 19:49:26.509 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:49:26.509 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:49:26.524 DEBUG [main][MenuItemLookup] Found menu:'Go to Resource' 19:49:26.525 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:26.525 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:49:26.525 DEBUG [main][MenuItemLookup] Found menu:'Copy Details' 19:49:26.525 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:49:26.525 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 19:49:26.525 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:26.525 DEBUG [main][MenuItemLookup] Found menu:'Show In' 19:49:26.525 DEBUG [main][MenuItemLookup] Found menu:'Quick Fix Ctrl+1' 19:49:26.525 DEBUG [main][MenuItemLookup] Item match:Quick Fix Ctrl+1 19:49:26.525 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Quick Fix Ctrl+1" 19:49:26.525 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Quick Fix Ctrl+1 19:49:26.525 INFO [main][MenuItemHandler] Select menu item: &Quick Fix Ctrl+1 19:49:26.710 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.... 19:49:26.711 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:26.711 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:26.711 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 19:49:26.711 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Quick Fix 19:49:26.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:26.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:26.712 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 19:49:26.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:26.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:26.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:26.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:26.712 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:49:26.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:49:26.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:49:26.713 TRACE [main][WidgetHandler] Notify Table with event 13 19:49:26.713 TRACE [main][WidgetHandler] Wait for synchronization 19:49:26.717 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:49:26.717 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:49:26.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:49:26.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:49:26.717 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Quick Fix" as the parent 19:49:26.717 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:49:26.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:26.717 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:26.718 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:26.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:26.718 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:49:26.718 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:49:26.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:49:26.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:49:26.718 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:49:26.718 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:49:26.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.swt.condition.NewShellIsOpenedOrIsNotAvailable... 19:49:26.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.swt.condition.NewShellIsOpenedOrIsNotAvailable finished successfully 19:49:26.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 19:49:26.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 19:49:26.793 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 19:49:26.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:26.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:26.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", Widget matcher matching widgets with style: 8) 19:49:26.793 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:49:26.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:49:26.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:49:26.793 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New" as the parent 19:49:26.793 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:49:26.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:26.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:26.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:26.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:26.795 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:49:26.795 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:49:26.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:49:26.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:49:26.795 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:49:26.795 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:49:26.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:49:27.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:49:27.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3c295214 is found... 19:49:27.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3c295214 is found finished successfully 19:49:27.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSomeClass.java\E') 19:49:27.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:27.304 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:27.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:27.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:27.305 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:49:27.305 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:27.305 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package abc.efg; public class SomeClass { } TooltipText=null 19:49:27.305 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:27.305 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:27.321 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:27.321 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:27.322 DEBUG [main][MenuItemLookup] Found menu:'Show' 19:49:27.322 DEBUG [main][MenuItemLookup] Found menu:'Group By' 19:49:27.322 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 19:49:27.322 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 19:49:27.322 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 19:49:27.322 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 19:49:27.322 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 19:49:27.322 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 19:49:27.322 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 19:49:27.322 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 19:49:27.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 19:49:27.360 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 19:49:27.360 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 19:49:27.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:27.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:27.360 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:49:27.360 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:49:27.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:49:27.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:49:27.360 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 19:49:27.360 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:49:27.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:27.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:27.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:27.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:27.361 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:49:27.361 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 19:49:27.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:49:27.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:49:27.362 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:49:27.362 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:49:27.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 "OK", Widget matcher matching widgets with style: 8) 19:49:27.363 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:49:27.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:49:27.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:49:27.363 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 19:49:27.363 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:49:27.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:27.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:27.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:27.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:27.363 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:49:27.364 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:49:27.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:49:27.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:49:27.364 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:49:27.364 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:49:27.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 19:49:27.391 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 19:49:27.391 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:49:27.391 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:49:27.391 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:49:27.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:27.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:27.398 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:49:27.398 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:49:27.399 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:27.399 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:27.399 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:49:27.399 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:49:27.399 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:27.399 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:27.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:27.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:27.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:49:27.900 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:27.900 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:49:28.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:28.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:49:28.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:49:28.401 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:49:28.401 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:49:28.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:28.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:28.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 19:49:28.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:28.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:28.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:28.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:28.402 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:28.402 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 19:49:28.402 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 19:49:28.402 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 19:49:28.402 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 19:49:28.407 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 19:49:28.407 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:49:28.407 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:49:28.426 DEBUG [main][MenuItemLookup] Found menu:'New' 19:49:28.426 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:49:28.426 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:28.426 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:49:28.426 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 19:49:28.426 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:49:28.426 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:28.426 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:49:28.426 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:49:28.426 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:49:28.426 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:49:28.426 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:28.426 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 19:49:28.426 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 19:49:28.426 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 19:49:28.426 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 19:49:28.426 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:28.426 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:49:28.426 DEBUG [main][MenuItemLookup] Found menu:'Export...' 19:49:28.426 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:28.426 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:49:28.426 DEBUG [main][MenuItemLookup] Item match:Refresh F5 19:49:28.427 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 19:49:28.427 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 19:49:28.427 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 19:49:28.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:49:28.429 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:49:28.429 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:49:28.429 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 19:49:28.429 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:49:28.429 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:49:28.429 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:49:28.429 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:49:28.429 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:49:28.429 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:49:28.429 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:49:28.429 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:49:28.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:49:28.429 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 19:49:28.429 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 19:49:28.429 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 19:49:28.429 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 19:49:28.430 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 19:49:28.430 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:49:28.430 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:49:28.458 DEBUG [main][MenuItemLookup] Found menu:'New' 19:49:28.458 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:49:28.458 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:28.458 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:49:28.458 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 19:49:28.458 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:49:28.458 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:28.458 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:49:28.458 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:49:28.458 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:49:28.458 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:49:28.458 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:49:28.459 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:49:28.459 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:49:28.459 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 19:49:28.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.... 19:49:29.025 DEBUG [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 19:49:29.025 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 19:49:29.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:29.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:29.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:29.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49: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: 32) 19:49:29.028 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:49:29.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:49:29.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:49:29.028 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:49:29.028 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:49:29.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:29.028 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:29.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:29.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:29.028 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:49:29.028 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 19:49:29.028 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 19:49:29.028 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 19:49:29.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:49:29.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:49:29.028 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:49:29.028 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:49:29.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, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 19:49:29.028 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:49:29.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:49:29.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:49:29.028 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:49:29.028 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:49:29.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:29.028 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:29.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:29.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:29.029 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:49:29.029 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:49:29.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:49:29.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:49:29.029 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:49:29.029 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:49:29.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 19:49:29.031 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 19:49:29.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 19:49:29.532 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 19:49:29.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:49:29.532 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 19:49:29.532 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:49:29.532 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 19:49:29.532 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 19:49:29.532 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 19:49:29.532 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:49:29.532 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:49:29.532 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:49:29.532 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:49:29.532 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:49:29.532 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:49:29.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:49:29.532 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 19:49:29.532 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:49:29.532 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:49:29.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:49:29.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:49:29.533 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testProblemQuickfixWithNewDialog no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 19:49:29.533 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:49:29.533 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOneWarningExists no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 19:49:29.533 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 19:49:29.533 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:49:29.533 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:49:29.533 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:49:29.533 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:49:29.533 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:29.533 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:49:29.533 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:29.533 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 19:49:29.533 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:29.533 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:49:29.533 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:29.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:49:29.534 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:29.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:49:29.534 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:29.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 Java Project"] 19:49:29.534 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:29.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:49:29.534 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:29.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:49:29.534 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:29.534 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:49:29.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:29.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:29.534 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:49:29.534 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:49:29.534 DEBUG [main][MenuItemLookup] Found menu:'File' 19:49:29.535 DEBUG [main][MenuItemLookup] Item match:File 19:49:29.535 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:49:29.535 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:49:29.537 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 19:49:29.537 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:49:29.537 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:29.537 DEBUG [main][MenuItemLookup] Found menu:'Package' 19:49:29.537 DEBUG [main][MenuItemLookup] Found menu:'Class' 19:49:29.537 DEBUG [main][MenuItemLookup] Found menu:'Interface' 19:49:29.537 DEBUG [main][MenuItemLookup] Found menu:'Enum' 19:49:29.537 DEBUG [main][MenuItemLookup] Found menu:'Record' 19:49:29.537 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 19:49:29.537 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 19:49:29.537 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 19:49:29.537 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:49:29.537 DEBUG [main][MenuItemLookup] Found menu:'File' 19:49:29.537 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:49:29.537 DEBUG [main][MenuItemLookup] Found menu:'Task' 19:49:29.537 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 19:49:29.537 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:29.537 DEBUG [main][MenuItemLookup] Found menu:'Example...' 19:49:29.537 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:29.537 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:49:29.537 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:49:29.537 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:49:29.537 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:49:29.537 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:49:29.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 'New|Select a wizard'] is available.... 19:49:29.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 19:49:29.590 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:49:29.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:29.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:29.595 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:49:29.595 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:29.595 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 19:49:29.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:29.595 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:29.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:29.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:29.596 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:29.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:49:29.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:49:29.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 19:49:29.597 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:49:29.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:49:29.597 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:49:29.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:49:29.597 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:49:29.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 19:49:29.597 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:49:29.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:49:29.597 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:49:29.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:49:29.597 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:49:29.597 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 19:49:29.597 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 19:49:29.598 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 19:49:29.600 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 19:49:29.600 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:49:29.600 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:49:29.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.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) 19:49:29.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:29.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:29.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:29.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:29.601 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:49:29.601 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:49:29.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:49:29.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:49:29.601 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:49:29.601 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:49:29.719 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:49:29.719 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:29.719 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:29.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 19:49:29.719 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 19:49:29.719 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 19:49:29.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:29.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:29.720 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 19:49:29.720 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:29.720 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 19:49:29.720 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:") 19:49:29.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:29.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:29.721 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:29.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:29.721 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:49:29.721 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:49:29.722 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 19:49:29.742 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 19:49:29.742 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 19:49:29.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.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) 19:49:29.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:29.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:29.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:29.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:29.743 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:49:29.743 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:49:29.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:49:29.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:49:29.743 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:49:29.743 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:49:29.746 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.... 19:49:30.247 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 19:49:30.247 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 19:49:30.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:30.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:30.249 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 19:49:30.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 "Don't Create") 19:49:30.249 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:49:30.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:49:30.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:49:30.250 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 19:49:30.250 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:49:30.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:30.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:30.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:30.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:30.250 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:49:30.250 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 19:49:30.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:49:30.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:49:30.250 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:49:30.250 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:49:30.321 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.... 19:49:30.321 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 19:49:30.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:49:30.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:49:30.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:49:30.321 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 19:49:30.321 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 19:49:30.321 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 19:49:30.321 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 19:49:30.321 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:49:30.321 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:49:30.321 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:49:30.321 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:49:30.321 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:49:30.321 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:49:30.321 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:49:30.321 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:49:30.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:49:30.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:30.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:30.338 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:49:30.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:30.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:30.340 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:49:30.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:30.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:30.340 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:49: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 '\*?\QProblems\E') 19:49:30.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:30.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:30.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:30.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:30.343 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:49:30.343 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:30.343 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:30.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:30.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:30.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:30.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:30.351 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:49:30.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:30.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:30.352 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:49:30.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:30.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:30.352 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:49:30.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 '\*?\QPackage Explorer\E') 19:49:30.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:30.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:30.353 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:30.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:30.353 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:49:30.353 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:49:30.353 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:49:30.388 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:30.389 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:30.389 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:49:30.389 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:49:30.389 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:49:30.389 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:30.389 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:30.389 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:49:30.389 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:49:30.390 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:30.390 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:30.390 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:49:30.390 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:49:30.390 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:30.390 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:30.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:30.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:30.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:49:30.891 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:30.891 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:49:31.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:31.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:49:31.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:49:31.392 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:49:31.392 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:49:31.392 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:31.392 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:31.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 19:49:31.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:31.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:31.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:31.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:31.393 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:31.393 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 19:49:31.393 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 19:49:31.393 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 19:49:31.393 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 19:49:31.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:49:31.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:49:31.906 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 19:49:31.907 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 19:49:31.907 DEBUG [main][TreeItemHandler] Selecting tree item: src 19:49:31.907 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 19:49:31.908 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 19:49:31.908 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:49:31.908 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:31.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:49:31.909 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:31.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: "New Java Class"] 19:49:31.909 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:31.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:49:31.909 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:31.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:49:31.909 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:31.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:49:31.909 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:31.910 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 19:49:31.910 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:31.910 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:49:31.910 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:31.910 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:49:31.910 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:31.910 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:49:31.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:31.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:31.911 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:49:31.911 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:49:31.911 DEBUG [main][MenuItemLookup] Found menu:'File' 19:49:31.911 DEBUG [main][MenuItemLookup] Item match:File 19:49:31.912 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:49:31.912 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:49:31.914 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 19:49:31.914 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:49:31.914 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:31.914 DEBUG [main][MenuItemLookup] Found menu:'Package' 19:49:31.914 DEBUG [main][MenuItemLookup] Found menu:'Class' 19:49:31.914 DEBUG [main][MenuItemLookup] Found menu:'Interface' 19:49:31.914 DEBUG [main][MenuItemLookup] Found menu:'Enum' 19:49:31.914 DEBUG [main][MenuItemLookup] Found menu:'Record' 19:49:31.914 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 19:49:31.914 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 19:49:31.914 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 19:49:31.914 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:49:31.914 DEBUG [main][MenuItemLookup] Found menu:'File' 19:49:31.914 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:49:31.914 DEBUG [main][MenuItemLookup] Found menu:'Task' 19:49:31.914 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 19:49:31.914 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:31.914 DEBUG [main][MenuItemLookup] Found menu:'Example...' 19:49:31.914 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:31.914 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:49:31.914 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:49:31.914 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:49:31.914 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:49:31.914 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:49:32.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 19:49:32.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 'New|Select a wizard'] is available. finished successfully 19:49:32.034 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:49:32.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:32.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:32.035 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:49:32.035 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:32.035 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 19:49:32.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:32.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:32.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:32.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:32.036 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:32.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:49:32.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:49:32.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 19:49:32.037 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:49:32.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:49:32.037 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:49:32.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:49:32.037 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:49:32.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 19:49:32.037 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:49:32.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:49:32.037 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:49:32.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:49:32.037 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:49:32.038 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 19:49:32.038 DEBUG [main][TreeItemHandler] Selecting tree item: Class 19:49:32.038 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 19:49:32.040 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 19:49:32.040 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:49:32.040 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:49:32.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.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) 19:49:32.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:32.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:32.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:32.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:32.041 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:49:32.042 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:49:32.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:49:32.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:49:32.042 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:49:32.042 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:49:32.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:49:32.186 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:32.186 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:32.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 19:49:32.186 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 19:49:32.187 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 19:49:32.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:32.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:32.187 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 19:49:32.187 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:32.187 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:") 19:49:32.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:32.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:32.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:32.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:32.193 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:49:32.193 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:49:32.194 INFO [WorkbenchTestable][AbstractText] Text set to: WarningTestClass 19:49:32.214 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 19:49:32.214 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 19:49:32.214 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) 19:49:32.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:32.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:32.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:32.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:32.216 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:49:32.217 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:49:32.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:49:32.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:49:32.217 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:49:32.217 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:49:32.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:49:32.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:49:32.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:49:32.722 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 19:49:32.722 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 19:49:32.722 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:49:32.722 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:49:32.722 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:49:32.722 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:49:32.722 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:49:32.722 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:49:32.722 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:49:32.722 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:49:32.722 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:49:32.722 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:49:32.722 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:49:32.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:49:32.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:49:32.722 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 19:49:32.722 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 19:49:32.722 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:49:32.722 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:49:32.722 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:49:32.722 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:49:32.722 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:49:32.722 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:49:32.722 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:49:32.722 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:49:32.722 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:49:32.722 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:49:32.722 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:49:32.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:49:32.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5a3e0f12 is found... 19:49:32.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5a3e0f12 is found finished successfully 19:49:32.722 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') 19:49:32.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:32.722 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:32.723 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:32.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:32.723 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:49:32.724 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:32.724 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class WarningTestClass { } TooltipText=null 19:49:32.724 INFO [WorkbenchTestable][TextEditor] Set text to editor 19:49:32.730 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:32.730 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ private int i; } TooltipText=null 19:49:32.730 INFO [WorkbenchTestable][AbstractEditor] Save editor 19:49:32.731 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:49:32.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:32.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:32.731 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:49:32.731 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:49:32.731 DEBUG [main][MenuItemLookup] Found menu:'File' 19:49:32.731 DEBUG [main][MenuItemLookup] Item match:File 19:49:32.732 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:49:32.732 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:49:32.732 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:49:32.732 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:49:32.732 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:32.732 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:49:32.732 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:49:32.732 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:32.732 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:49:32.732 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 19:49:32.732 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 19:49:32.732 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 19:49:32.732 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 19:49:32.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 19:49:32.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 19:49:32.740 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:32.741 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ private int i; } TooltipText=null 19:49:32.741 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:49:32.741 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:32.741 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:32.790 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:32.791 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:32.791 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:32.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:32.793 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:49:32.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:32.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:32.796 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:49:32.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:32.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:32.797 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:49:32.797 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:49:32.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:32.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:32.810 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:32.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:32.810 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:49:32.810 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:32.811 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:32.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:32.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:49:32.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:32.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:32.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view.... 19:49:32.811 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:32.811 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:32.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:32.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:49:32.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:32.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:32.812 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:32.812 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:32.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:32.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:49:32.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:32.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:32.812 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:49:32.813 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:32.813 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:32.813 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:32.813 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:49:32.813 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:32.813 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:32.813 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:49:32.814 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:32.814 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:32.814 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:32.814 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:49:32.814 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:49:32.814 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 19:49:32.814 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:49:32.814 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:32.814 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:32.814 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:32.814 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:49:32.814 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:49:32.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 19:49:34.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 19:49:34.315 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:49:34.315 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:34.315 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:34.316 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:34.316 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:49:34.316 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:34.316 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:34.316 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:49:34.316 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:34.316 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:34.316 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:34.316 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:49:34.316 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:49:34.316 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 19:49:34.316 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:49:34.316 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:34.316 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:34.316 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:34.316 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:49:34.316 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:49:34.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 19:49:34.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 19:49:34.317 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:34.317 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:34.317 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:34.317 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:49:34.317 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:34.317 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:34.317 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:49:34.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:34.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:34.317 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:34.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:34.317 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:34.319 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 19:49:34.319 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 19:49:34.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:49:34.319 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 19:49:34.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:49:34.319 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 19:49:34.319 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 19:49:34.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:49:34.319 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 19:49:34.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:49:34.319 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 19:49:34.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view. finished successfully 19:49:34.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:34.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:34.333 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:49:34.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:34.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:34.336 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:49:34.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:34.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:34.336 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:49:34.336 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:49:34.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:34.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:34.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:34.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:34.350 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:49:34.350 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:34.350 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:34.350 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:34.350 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:49:34.350 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:34.350 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:34.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until number of problems in Problems view is 0. Expected number of problems is: 1... 19:49:34.351 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:34.351 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:34.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:34.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:49:34.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:34.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:34.351 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:34.351 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:34.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:34.352 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:49:34.352 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:34.352 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:34.352 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:49:34.352 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:34.352 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:34.352 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:34.352 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:49:34.352 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:34.352 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:34.352 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:49:34.353 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:34.353 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:34.353 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:34.353 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:49:34.353 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:49:34.353 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 19:49:34.353 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:49:34.353 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:34.353 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:34.353 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:34.353 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:49:34.353 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:49:34.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 19:49:35.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 19:49:35.354 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:49:35.355 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:35.355 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:35.355 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:35.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:49:35.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:35.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:35.356 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:49:35.356 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:35.356 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:35.356 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:35.356 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:49:35.356 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:49:35.356 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 19:49:35.356 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:49:35.356 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:35.356 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:35.356 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:35.356 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:49:35.356 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:49:35.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 19:49:35.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 19:49:35.357 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:35.357 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:35.357 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:35.357 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:49:35.357 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:35.357 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:35.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 19:49:35.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:35.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:35.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:35.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:35.357 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:35.358 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 19:49:35.358 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 19:49:35.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:49:35.358 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 19:49:35.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:49:35.358 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 19:49:35.358 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 19:49:35.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:49:35.358 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 19:49:35.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:49:35.358 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 19:49:35.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until number of problems in Problems view is 1. Expected number of problems is: 1 finished successfully 19:49:35.359 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:35.359 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:35.359 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:35.359 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:35.360 DEBUG [main][MenuItemLookup] Found menu:'Show' 19:49:35.360 DEBUG [main][MenuItemLookup] Found menu:'Group By' 19:49:35.360 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 19:49:35.360 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 19:49:35.360 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 19:49:35.360 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 19:49:35.360 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 19:49:35.360 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 19:49:35.360 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 19:49:35.360 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 19:49:35.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 19:49:35.405 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 19:49:35.405 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 19:49:35.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:35.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:35.406 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:49:35.406 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:49:35.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:49:35.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:49:35.406 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 19:49:35.406 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:49:35.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:35.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:35.407 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:35.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:35.407 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:49:35.407 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 19:49:35.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:49:35.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:49:35.407 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:49:35.407 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:49:35.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", Widget matcher matching widgets with style: 8) 19:49:35.408 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:49:35.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:49:35.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:49:35.408 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 19:49:35.408 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:49:35.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:35.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:35.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:35.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:35.409 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:49:35.409 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:49:35.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:49:35.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:49:35.409 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:49:35.409 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:49:35.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 19:49:35.436 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 19:49:35.436 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:49:35.436 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:49:35.436 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:49:35.449 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:35.449 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:35.449 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:49:35.449 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:49:35.450 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:35.450 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:35.450 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:49:35.450 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:49:35.450 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:35.450 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:35.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:35.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:35.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:49:35.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:35.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:49:36.452 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:36.452 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:49:36.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:49:36.452 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:49:36.452 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:49:36.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:36.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:36.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 19:49:36.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:36.453 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:36.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:36.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:36.453 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:36.454 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 19:49:36.454 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 19:49:36.454 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 19:49:36.454 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 19:49:36.455 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 19:49:36.455 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:49:36.455 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:49:36.477 DEBUG [main][MenuItemLookup] Found menu:'New' 19:49:36.477 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:49:36.477 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:36.477 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:49:36.477 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 19:49:36.477 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:49:36.477 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:36.477 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:49:36.477 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:49:36.477 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:49:36.477 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:49:36.477 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:36.477 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 19:49:36.477 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 19:49:36.477 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 19:49:36.477 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 19:49:36.477 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:36.477 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:49:36.477 DEBUG [main][MenuItemLookup] Found menu:'Export...' 19:49:36.477 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:36.477 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:49:36.478 DEBUG [main][MenuItemLookup] Item match:Refresh F5 19:49:36.478 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 19:49:36.478 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 19:49:36.478 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 19:49:36.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:49:36.480 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:49:36.480 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:49:36.480 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 19:49:36.480 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:49:36.480 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:49:36.480 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:49:36.480 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:49:36.480 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:49:36.480 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:49:36.480 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:49:36.480 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:49:36.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:49:36.480 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 19:49:36.480 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 19:49:36.480 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 19:49:36.480 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 19:49:36.482 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 19:49:36.482 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:49:36.482 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:49:36.511 DEBUG [main][MenuItemLookup] Found menu:'New' 19:49:36.511 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:49:36.511 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:36.511 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:49:36.511 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 19:49:36.511 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:49:36.511 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:36.511 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:49:36.511 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:49:36.511 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:49:36.511 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:49:36.511 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:49:36.511 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:49:36.511 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:49:36.511 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 19:49:36.520 DEBUG [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.... 19:49:37.086 DEBUG [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 19:49:37.086 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 19:49:37.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:37.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:37.088 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:37.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:37.089 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 19:49:37.089 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:49:37.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:49:37.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:49:37.089 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:49:37.089 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:49:37.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:37.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:37.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:37.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:37.089 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:49:37.089 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 19:49:37.089 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 19:49:37.089 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 19:49:37.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:49:37.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:49:37.089 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:49:37.089 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:49:37.089 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 19:49:37.089 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:49:37.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:49:37.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:49:37.089 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:49:37.089 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:49:37.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:37.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:37.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:37.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:37.090 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:49:37.090 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:49:37.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:49:37.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:49:37.090 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:49:37.090 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:49:37.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 19:49:37.092 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 19:49:37.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 19:49:37.593 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 19:49:37.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:49:37.593 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 19:49:37.593 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 19:49:37.593 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 19:49:37.593 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:49:37.593 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:49:37.593 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:49:37.593 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:49:37.593 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:49:37.593 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:49:37.593 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:49:37.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:49:37.593 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 19:49:37.593 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:49:37.593 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:49:37.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:49:37.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:49:37.594 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOneWarningExists no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 19:49:37.594 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:49:37.594 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHideProblemColumnsEmptyArrayArgument no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 19:49:37.594 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 19:49:37.594 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:49:37.594 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:49:37.594 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:49:37.594 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:49:37.594 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:37.594 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:49:37.595 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:37.595 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 19:49:37.595 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:37.595 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:49:37.595 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:37.595 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:49:37.595 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:37.595 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:49:37.595 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:37.595 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 19:49:37.595 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:37.595 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:49:37.595 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:37.595 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:49:37.595 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:37.595 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:49:37.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:37.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:37.596 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:49:37.596 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:49:37.596 DEBUG [main][MenuItemLookup] Found menu:'File' 19:49:37.596 DEBUG [main][MenuItemLookup] Item match:File 19:49:37.597 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:49:37.597 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:49:37.598 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 19:49:37.598 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:49:37.598 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:37.598 DEBUG [main][MenuItemLookup] Found menu:'Package' 19:49:37.598 DEBUG [main][MenuItemLookup] Found menu:'Class' 19:49:37.598 DEBUG [main][MenuItemLookup] Found menu:'Interface' 19:49:37.598 DEBUG [main][MenuItemLookup] Found menu:'Enum' 19:49:37.598 DEBUG [main][MenuItemLookup] Found menu:'Record' 19:49:37.598 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 19:49:37.598 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 19:49:37.598 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 19:49:37.598 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:49:37.598 DEBUG [main][MenuItemLookup] Found menu:'File' 19:49:37.598 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:49:37.598 DEBUG [main][MenuItemLookup] Found menu:'Task' 19:49:37.598 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 19:49:37.598 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:37.598 DEBUG [main][MenuItemLookup] Found menu:'Example...' 19:49:37.598 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:37.598 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:49:37.598 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:49:37.599 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:49:37.599 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:49:37.599 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:49:37.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 19:49:37.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 19:49:37.649 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:49:37.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:37.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:37.650 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:49:37.650 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:37.650 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 19:49:37.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:37.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:37.651 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:37.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:37.651 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:37.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:49:37.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:49:37.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 19:49:37.656 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:49:37.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:49:37.656 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:49:37.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:49:37.656 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:49:37.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 19:49:37.656 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:49:37.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:49:37.656 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:49:37.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:49:37.656 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:49:37.656 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 19:49:37.656 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 19:49:37.656 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 19:49:37.658 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 19:49:37.658 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:49:37.658 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:49:37.658 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) 19:49:37.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:37.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:37.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:37.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:37.659 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:49:37.659 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:49:37.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:49:37.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:49:37.659 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:49:37.659 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:49:37.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:49:37.768 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:37.768 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:37.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 19:49:37.768 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 19:49:37.768 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 19:49:37.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:37.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:37.777 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 19:49:37.777 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:37.778 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 19:49:37.778 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:") 19:49:37.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:37.778 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:37.779 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:37.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:37.779 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:49:37.779 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:49:37.779 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 19:49:37.799 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 19:49:37.799 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 19:49:37.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.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) 19:49:37.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:37.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:37.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:37.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:37.801 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:49:37.801 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:49:37.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:49:37.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:49:37.801 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:49:37.801 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:49:37.804 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.... 19:49:38.305 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 19:49:38.305 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 19:49:38.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:38.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:38.307 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 19:49:38.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: 8, Matcher matching widgets with text that without mnenomic matches: is "Don't Create") 19:49:38.307 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:49:38.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:49:38.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:49:38.307 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 19:49:38.307 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:49:38.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:38.307 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:38.308 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:38.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:38.308 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:49:38.308 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 19:49:38.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:49:38.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:49:38.308 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:49:38.308 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:49:38.408 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.... 19:49:38.408 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 19:49:38.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:49:38.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:49:38.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:49:38.408 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 19:49:38.408 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:49:38.408 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:49:38.408 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:49:38.408 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:49:38.408 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:49:38.408 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:49:38.408 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:49:38.408 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:49:38.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:49:38.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:38.410 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:38.410 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:49:38.410 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:38.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:38.413 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:49:38.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:38.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:38.413 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:49:38.413 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:49:38.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:38.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:38.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:38.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:38.416 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:49:38.416 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:38.416 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:38.424 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:38.424 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:38.424 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:38.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:38.425 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:49:38.425 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:38.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:38.425 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:49:38.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:38.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:38.426 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:49:38.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 '\*?\QPackage Explorer\E') 19:49:38.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:38.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:38.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:38.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:38.426 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:49:38.427 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:49:38.427 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:49:38.490 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:38.490 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:38.490 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:38.490 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:38.584 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:38.585 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:38.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 19:49:38.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:38.585 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:38.585 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:38.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:38.585 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:38.586 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:38.586 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:38.586 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:38.586 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:38.587 DEBUG [main][MenuItemLookup] Found menu:'Show' 19:49:38.587 DEBUG [main][MenuItemLookup] Found menu:'Group By' 19:49:38.587 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 19:49:38.587 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 19:49:38.587 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 19:49:38.587 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 19:49:38.587 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 19:49:38.587 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 19:49:38.587 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 19:49:38.587 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 19:49:38.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 19:49:38.691 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 19:49:38.691 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 19:49:38.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:38.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:38.691 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:49:38.691 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:49:38.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:49:38.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:49:38.692 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 19:49:38.692 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:49:38.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:38.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:38.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:38.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:38.692 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:49:38.693 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 19:49:38.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:49:38.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:49:38.693 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:49:38.693 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:49:38.694 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 19:49:38.694 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:49:38.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:49:38.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:49:38.694 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 19:49:38.694 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:49:38.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:38.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:38.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:38.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:38.695 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:49:38.695 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:49:38.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:49:38.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:49:38.695 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:49:38.695 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:49:38.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 19:49:38.719 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 19:49:38.719 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:49:38.719 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:49:38.719 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:49:38.727 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:38.727 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:38.727 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:49:38.727 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:49:38.727 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:38.728 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:38.728 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:49:38.728 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:49:38.728 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:38.728 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:38.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:38.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:38.729 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:49:39.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:39.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:49:39.729 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:39.729 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:49:39.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:49:39.729 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:49:39.730 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:49:39.730 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:39.730 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:39.730 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:49:39.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:39.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:39.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:39.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:39.731 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:39.731 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 19:49:39.731 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 19:49:39.731 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 19:49:39.731 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 19:49:39.732 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 19:49:39.732 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:49:39.732 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:49:39.754 DEBUG [main][MenuItemLookup] Found menu:'New' 19:49:39.754 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:49:39.754 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:39.754 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:49:39.754 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 19:49:39.754 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:49:39.754 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:39.754 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:49:39.754 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:49:39.754 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:49:39.754 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:49:39.754 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:39.754 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 19:49:39.754 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 19:49:39.754 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 19:49:39.754 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 19:49:39.754 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:39.754 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:49:39.754 DEBUG [main][MenuItemLookup] Found menu:'Export...' 19:49:39.754 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:39.754 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:49:39.754 DEBUG [main][MenuItemLookup] Item match:Refresh F5 19:49:39.754 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 19:49:39.754 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 19:49:39.755 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 19:49:39.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:49:39.782 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 19:49:40.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 19:49:40.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:49:40.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:49:40.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:49:40.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:49:40.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:49:40.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:49:40.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:49:40.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:49:40.282 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 19:49:40.282 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 19:49:40.282 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 19:49:40.283 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 19:49:40.284 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 19:49:40.284 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:49:40.284 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:49:40.305 DEBUG [main][MenuItemLookup] Found menu:'New' 19:49:40.305 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:49:40.305 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:40.305 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:49:40.305 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 19:49:40.305 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:49:40.305 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:40.305 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:49:40.305 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:49:40.305 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:49:40.305 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:49:40.305 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:49:40.305 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:49:40.305 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:49:40.305 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 19:49:40.330 DEBUG [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.... 19:49:40.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 'Delete.*'] is available. finished successfully 19:49:40.922 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 19:49:40.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:40.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:40.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:40.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:40.924 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 19:49:40.924 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:49:40.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:49:40.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:49:40.925 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:49:40.925 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:49:40.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:40.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:40.925 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:40.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:40.925 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:49:40.925 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 19:49:40.925 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 19:49:40.925 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 19:49:40.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:49:40.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:49:40.925 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:49:40.926 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:49:40.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: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 19:49:40.926 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:49:40.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:49:40.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:49:40.926 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:49:40.926 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:49:40.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:40.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:40.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:40.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:40.926 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:49:40.927 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:49:40.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:49:40.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:49:40.927 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:49:40.927 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:49:40.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 19:49:40.929 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 19:49:41.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 19:49:41.430 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 19:49:41.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:49:41.430 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 19:49:41.430 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:49:41.430 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:49:41.430 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:49:41.430 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:49:41.430 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:49:41.430 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:49:41.430 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:49:41.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:49:41.430 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 19:49:41.430 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:49:41.430 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:49:41.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:49:41.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:49:41.431 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHideProblemColumnsEmptyArrayArgument no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 19:49:41.431 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:49:41.431 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShowProblemColumns no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 19:49:41.431 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 19:49:41.431 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:49:41.431 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:49:41.431 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:49:41.431 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:49:41.431 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:41.431 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:49:41.431 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:41.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 Java Project"] 19:49:41.432 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:41.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:49:41.432 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:41.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:49:41.432 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:41.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:49:41.432 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:41.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 Java Project"] 19:49:41.432 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:41.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:49:41.432 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:41.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:49:41.432 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:41.432 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:49:41.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:41.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:41.433 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:49:41.433 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:49:41.433 DEBUG [main][MenuItemLookup] Found menu:'File' 19:49:41.433 DEBUG [main][MenuItemLookup] Item match:File 19:49:41.434 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:49:41.434 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:49:41.435 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 19:49:41.435 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:49:41.435 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:41.435 DEBUG [main][MenuItemLookup] Found menu:'Package' 19:49:41.435 DEBUG [main][MenuItemLookup] Found menu:'Class' 19:49:41.435 DEBUG [main][MenuItemLookup] Found menu:'Interface' 19:49:41.435 DEBUG [main][MenuItemLookup] Found menu:'Enum' 19:49:41.435 DEBUG [main][MenuItemLookup] Found menu:'Record' 19:49:41.435 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 19:49:41.435 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 19:49:41.435 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 19:49:41.435 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:49:41.435 DEBUG [main][MenuItemLookup] Found menu:'File' 19:49:41.435 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:49:41.435 DEBUG [main][MenuItemLookup] Found menu:'Task' 19:49:41.435 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 19:49:41.435 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:41.435 DEBUG [main][MenuItemLookup] Found menu:'Example...' 19:49:41.435 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:41.435 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:49:41.435 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:49:41.436 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:49:41.436 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:49:41.436 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:49:41.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 'New|Select a wizard'] is available.... 19:49:41.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 19:49:41.487 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:49:41.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:41.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:41.492 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:49:41.492 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:41.492 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 19:49:41.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:41.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:41.493 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:41.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:41.493 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:41.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:49:41.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:49:41.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 19:49:41.494 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:49:41.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:49:41.494 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:49:41.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:49:41.494 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:49:41.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 19:49:41.494 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:49:41.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:49:41.494 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:49:41.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:49:41.494 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:49:41.495 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 19:49:41.495 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 19:49:41.495 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 19:49:41.495 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 19:49:41.495 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:49:41.495 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:49:41.495 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) 19:49:41.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:41.495 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:41.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:41.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:41.495 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:49:41.496 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:49:41.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:49:41.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:49:41.496 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:49:41.496 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:49:41.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:49:41.647 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:41.647 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:41.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 19:49:41.647 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 19:49:41.647 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 19:49:41.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:41.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:41.655 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 19:49:41.655 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:41.655 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 19:49:41.655 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:") 19:49:41.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:41.655 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:41.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:41.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:41.656 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:49:41.656 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:49:41.656 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 19:49:41.677 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 19:49:41.677 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 19:49:41.677 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) 19:49:41.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:41.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:41.678 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:41.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:41.678 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:49:41.678 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:49:41.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:49:41.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:49:41.678 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:49:41.678 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:49:41.681 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.... 19:49:42.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. finished successfully 19:49:42.182 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 19:49:42.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:42.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:42.184 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 19:49:42.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 "Don't Create") 19:49:42.184 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:49:42.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:49:42.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:49:42.184 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 19:49:42.184 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:49:42.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:42.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:42.185 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:42.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:42.185 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:49:42.185 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 19:49:42.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:49:42.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:49:42.185 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:49:42.185 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:49:42.304 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.... 19:49:42.305 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 19:49:42.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:49:42.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:49:42.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:49:42.305 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 19:49:42.305 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 19:49:42.305 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:49:42.305 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:49:42.305 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:49:42.305 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:49:42.305 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:49:42.305 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:49:42.305 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:49:42.305 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:49:42.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:49:42.305 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:42.326 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:42.326 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:49:42.326 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:42.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:42.328 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:49:42.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:42.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:42.380 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:49:42.380 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:49:42.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:42.380 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:42.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:42.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:42.383 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:49:42.383 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:42.383 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:42.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:42.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:42.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:42.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:42.402 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:49:42.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:42.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:42.402 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:49:42.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:42.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:42.403 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:49:42.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 '\*?\QPackage Explorer\E') 19:49:42.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:42.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:42.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:42.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:42.403 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:49:42.403 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:49:42.404 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:49:42.413 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:42.413 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:42.414 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:42.414 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:42.441 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:42.441 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:42.481 DEBUG [main][MenuItemLookup] Found menu:'Show' 19:49:42.481 DEBUG [main][MenuItemLookup] Found menu:'Group By' 19:49:42.481 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 19:49:42.481 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 19:49:42.481 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 19:49:42.481 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 19:49:42.481 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 19:49:42.481 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 19:49:42.481 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 19:49:42.481 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 19:49:42.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 19:49:42.593 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 19:49:42.593 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 19:49:42.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:42.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:42.593 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:49:42.593 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:49:42.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:49:42.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:49:42.593 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 19:49:42.593 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:49:42.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:42.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:42.594 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:42.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:42.594 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:49:42.594 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 19:49:42.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:49:42.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:49:42.595 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:49:42.595 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:49:42.596 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 19:49:42.596 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:49:42.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:49:42.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:49:42.596 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 19:49:42.596 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:49:42.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:42.596 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:42.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:42.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:42.597 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:49:42.597 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:49:42.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:49:42.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:49:42.597 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:49:42.597 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:49:42.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 19:49:42.623 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 19:49:42.624 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:42.624 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:42.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:42.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:42.624 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:49:42.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:42.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:42.625 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:42.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:42.625 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:42.625 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:42.625 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:42.625 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:42.625 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:42.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 19:49:42.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:42.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:42.626 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:42.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:42.626 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:42.626 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:42.626 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:42.626 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:42.626 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:42.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 19:49:42.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:42.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:42.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:42.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:42.627 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:42.627 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:42.627 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:42.627 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:42.627 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:42.628 DEBUG [main][MenuItemLookup] Found menu:'Show' 19:49:42.628 DEBUG [main][MenuItemLookup] Found menu:'Group By' 19:49:42.628 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 19:49:42.628 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 19:49:42.628 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 19:49:42.628 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 19:49:42.628 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 19:49:42.628 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 19:49:42.628 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 19:49:42.628 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 19:49:42.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 19:49:42.712 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 19:49:42.712 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 19:49:42.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:42.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:42.713 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 19:49:42.713 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:49:42.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:49:42.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:49:42.713 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 19:49:42.713 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:49:42.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:42.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:42.713 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:42.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:42.713 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:49:42.714 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 2] 'ID', 'Creation Time') 19:49:42.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:49:42.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:49:42.719 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0, 1) 19:49:42.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:49:42.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:49:42.719 TRACE [main][WidgetHandler] Notify Table with event 13 19:49:42.719 TRACE [main][WidgetHandler] Wait for synchronization 19:49:42.719 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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 ->") 19:49:42.719 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:49:42.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:49:42.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:49:42.720 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 19:49:42.720 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:49:42.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:42.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:42.721 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:42.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:42.721 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:49:42.721 INFO [WorkbenchTestable][AbstractButton] Click button &Show -> 19:49:42.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:49:42.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:49:42.721 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:49:42.721 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:49:42.723 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 19:49:42.723 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:49:42.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:49:42.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:49:42.723 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 19:49:42.723 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:49:42.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:42.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:42.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:42.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:42.724 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:49:42.725 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:49:42.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:49:42.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:49:42.725 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:49:42.725 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:49:42.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 19:49:42.791 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 19:49:42.792 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:42.792 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:42.793 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:42.793 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:42.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 19:49:42.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:42.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:42.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:42.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:42.793 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:42.793 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:42.793 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:42.793 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:42.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:42.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.ctab.DefaultCTabItem, index 0 and no matchers specified 19:49:42.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:42.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:42.794 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:42.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:42.794 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:42.794 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:42.794 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:42.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:42.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:42.795 DEBUG [main][MenuItemLookup] Found menu:'Show' 19:49:42.795 DEBUG [main][MenuItemLookup] Found menu:'Group By' 19:49:42.795 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 19:49:42.795 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 19:49:42.795 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 19:49:42.795 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 19:49:42.795 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 19:49:42.795 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 19:49:42.795 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 19:49:42.795 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 19:49:42.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 19:49:42.848 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 19:49:42.848 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 19:49:42.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:42.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:42.848 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:49:42.848 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:49:42.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:49:42.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:49:42.848 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 19:49:42.849 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:49:42.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:42.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:42.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:42.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:42.849 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:49:42.849 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 19:49:42.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:49:42.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:49:42.850 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:49:42.850 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:49:42.851 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 19:49:42.851 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:49:42.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:49:42.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:49:42.851 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 19:49:42.851 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:49:42.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:42.851 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:42.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:42.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:42.852 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:49:42.852 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:49:42.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:49:42.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:49:42.852 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:49:42.852 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:49:42.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 19:49:42.890 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 19:49:42.890 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:49:42.890 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:49:42.890 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:49:42.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:42.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:42.898 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:49:42.898 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:49:42.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:42.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:42.899 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:49:42.899 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:49:42.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:42.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:42.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:42.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:42.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:49:43.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:43.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:49:43.918 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:43.918 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:49:43.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:49:43.918 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:49:43.918 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:49:43.919 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:43.919 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:43.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 19:49:43.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:43.919 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:43.919 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:43.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:43.919 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:43.920 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 19:49:43.920 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 19:49:43.920 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 19:49:43.920 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 19:49:43.921 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 19:49:43.921 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:49:43.921 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:49:43.960 DEBUG [main][MenuItemLookup] Found menu:'New' 19:49:43.960 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:49:43.960 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:43.960 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:49:43.960 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 19:49:43.960 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:49:43.960 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:43.960 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:49:43.960 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:49:43.960 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:49:43.960 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:49:43.960 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:43.960 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 19:49:43.960 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 19:49:43.960 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 19:49:43.960 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 19:49:43.960 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:43.960 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:49:43.960 DEBUG [main][MenuItemLookup] Found menu:'Export...' 19:49:43.960 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:43.960 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:49:43.960 DEBUG [main][MenuItemLookup] Item match:Refresh F5 19:49:43.960 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 19:49:43.960 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 19:49:43.960 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 19:49:43.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:49:43.961 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 19:49:44.470 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 19:49:44.470 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:49:44.470 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:49:44.470 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:49:44.470 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:49:44.470 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:49:44.470 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:49:44.470 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:49:44.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:49:44.470 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 19:49:44.470 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 19:49:44.470 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 19:49:44.470 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 19:49:44.472 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 19:49:44.480 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:49:44.480 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:49:44.508 DEBUG [main][MenuItemLookup] Found menu:'New' 19:49:44.509 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:49:44.509 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:44.509 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:49:44.509 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 19:49:44.509 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:49:44.509 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:44.509 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:49:44.509 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:49:44.509 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:49:44.509 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:49:44.509 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:49:44.509 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:49:44.509 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:49:44.509 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 19:49:44.520 DEBUG [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.... 19:49:45.099 DEBUG [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 19:49:45.099 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 19:49:45.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:45.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:45.101 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:45.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:45.101 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 19:49:45.101 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:49:45.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:49:45.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:49:45.102 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:49:45.102 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:49:45.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:45.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:45.102 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:45.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:45.102 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:49:45.102 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 19:49:45.103 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 19:49:45.103 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 19:49:45.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:49:45.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:49:45.103 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:49:45.103 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:49:45.103 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 19:49:45.103 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:49:45.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:49:45.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:49:45.103 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:49:45.103 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:49:45.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:45.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:45.104 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:45.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:45.104 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:49:45.104 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:49:45.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:49:45.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:49:45.104 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:49:45.104 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:49:45.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 19:49:45.107 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 19:49:45.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 19:49:45.607 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 19:49:45.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:49:45.607 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 19:49:45.607 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:49:45.607 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:49:45.607 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:49:45.607 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:49:45.607 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:49:45.607 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:49:45.607 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:49:45.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:49:45.608 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 19:49:45.608 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:49:45.608 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:49:45.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:49:45.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:49:45.608 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShowProblemColumns no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 19:49:45.608 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:49:45.609 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFilterWarnings no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 19:49:45.609 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 19:49:45.609 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:49:45.609 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:49:45.609 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:49:45.609 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:49:45.609 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:45.609 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:49:45.609 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:45.609 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 19:49:45.609 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:45.609 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:49:45.609 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:45.609 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:49:45.609 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:45.609 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:49:45.609 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:45.609 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 19:49:45.610 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:45.610 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:49:45.610 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:45.610 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:49:45.610 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:45.610 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:49:45.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:45.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:45.610 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:49:45.610 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:49:45.610 DEBUG [main][MenuItemLookup] Found menu:'File' 19:49:45.611 DEBUG [main][MenuItemLookup] Item match:File 19:49:45.611 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:49:45.611 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:49:45.613 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 19:49:45.613 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:49:45.613 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:45.613 DEBUG [main][MenuItemLookup] Found menu:'Package' 19:49:45.613 DEBUG [main][MenuItemLookup] Found menu:'Class' 19:49:45.613 DEBUG [main][MenuItemLookup] Found menu:'Interface' 19:49:45.613 DEBUG [main][MenuItemLookup] Found menu:'Enum' 19:49:45.613 DEBUG [main][MenuItemLookup] Found menu:'Record' 19:49:45.613 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 19:49:45.613 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 19:49:45.613 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 19:49:45.613 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:49:45.613 DEBUG [main][MenuItemLookup] Found menu:'File' 19:49:45.613 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:49:45.613 DEBUG [main][MenuItemLookup] Found menu:'Task' 19:49:45.613 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 19:49:45.613 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:45.613 DEBUG [main][MenuItemLookup] Found menu:'Example...' 19:49:45.613 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:45.613 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:49:45.613 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:49:45.613 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:49:45.613 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:49:45.613 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:49:45.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 'New|Select a wizard'] is available.... 19:49:45.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 'New|Select a wizard'] is available. finished successfully 19:49:45.671 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:49:45.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:45.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:45.672 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:49:45.672 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:45.672 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 19:49:45.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:45.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:45.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:45.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:45.673 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:45.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:49:45.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:49:45.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 19:49:45.674 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:49:45.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:49:45.674 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:49:45.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:49:45.674 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:49:45.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 19:49:45.674 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:49:45.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:49:45.674 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:49:45.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:49:45.674 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:49:45.674 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 19:49:45.674 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 19:49:45.674 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 19:49:45.674 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 19:49:45.674 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:49:45.674 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:49:45.674 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) 19:49:45.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:45.674 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:45.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:45.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:45.675 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:49:45.675 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:49:45.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:49:45.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:49:45.675 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:49:45.675 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:49:45.791 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:49:45.791 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:45.791 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:45.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 19:49:45.792 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 19:49:45.792 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 19:49:45.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:45.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:45.793 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 19:49:45.793 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:45.793 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 19:49:45.793 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:") 19:49:45.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:45.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:45.794 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:45.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:45.794 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:49:45.794 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:49:45.794 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 19:49:45.816 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 19:49:45.816 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 19:49:45.816 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) 19:49:45.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:45.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:45.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:45.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:45.817 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:49:45.818 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:49:45.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:49:45.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:49:45.818 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:49:45.818 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:49:45.820 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.... 19:49:46.321 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 19:49:46.321 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 19:49:46.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:46.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:46.323 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 19:49:46.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 "Don't Create") 19:49:46.323 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:49:46.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:49:46.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:49:46.324 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 19:49:46.324 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:49:46.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:46.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:46.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:46.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:46.324 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:49:46.324 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 19:49:46.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:49:46.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:49:46.324 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:49:46.324 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:49:46.417 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.... 19:49:46.418 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 19:49:46.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:49:46.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:49:46.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:49:46.418 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 19:49:46.418 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 19:49:46.418 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:49:46.418 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:49:46.418 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:49:46.418 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:49:46.418 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:49:46.418 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:49:46.418 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:49:46.418 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:49:46.418 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:49:46.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:49:46.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:46.420 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:46.420 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:49:46.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:46.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:46.423 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:49:46.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:46.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:46.423 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:49:46.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') 19:49:46.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:46.423 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:46.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:46.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:46.425 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:49:46.425 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:46.425 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:46.442 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:46.443 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:46.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:46.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:46.443 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:49:46.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:46.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:46.444 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:49:46.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:46.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:46.444 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:49:46.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 '\*?\QPackage Explorer\E') 19:49:46.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:46.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:46.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:46.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:46.444 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:49:46.444 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:49:46.444 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:49:46.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:46.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:46.453 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:49:46.453 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:49:46.453 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:49:46.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:46.454 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:46.454 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:49:46.454 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:49:46.454 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:46.454 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:46.454 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:49:46.454 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:49:46.454 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:46.454 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:46.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:46.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:46.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:49:46.955 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:46.956 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:49:47.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:47.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:49:47.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:49:47.457 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:49:47.457 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:49:47.457 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:47.458 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:47.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.ctab.DefaultCTabItem, index 0 and no matchers specified 19:49:47.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:47.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:47.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:47.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:47.458 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:47.458 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 19:49:47.458 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 19:49:47.459 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 19:49:47.459 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 19:49:47.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:49:47.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:49:47.971 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 19:49:47.972 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 19:49:47.972 DEBUG [main][TreeItemHandler] Selecting tree item: src 19:49:47.972 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 19:49:47.974 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 19:49:47.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:49:47.974 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:47.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:49:47.975 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:47.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 Java Class"] 19:49:47.975 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:47.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:49:47.975 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:47.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:49:47.975 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:47.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:49:47.975 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:47.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 Java Class"] 19:49:47.975 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:47.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:49:47.975 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:47.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:49:47.976 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:47.976 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:49:47.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:47.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:47.976 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:49:47.976 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:49:47.976 DEBUG [main][MenuItemLookup] Found menu:'File' 19:49:47.976 DEBUG [main][MenuItemLookup] Item match:File 19:49:47.977 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:49:47.977 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:49:47.980 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 19:49:47.980 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:49:47.980 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:47.980 DEBUG [main][MenuItemLookup] Found menu:'Package' 19:49:47.980 DEBUG [main][MenuItemLookup] Found menu:'Class' 19:49:47.980 DEBUG [main][MenuItemLookup] Found menu:'Interface' 19:49:47.980 DEBUG [main][MenuItemLookup] Found menu:'Enum' 19:49:47.980 DEBUG [main][MenuItemLookup] Found menu:'Record' 19:49:47.980 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 19:49:47.980 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 19:49:47.980 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 19:49:47.980 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:49:47.980 DEBUG [main][MenuItemLookup] Found menu:'File' 19:49:47.980 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:49:47.980 DEBUG [main][MenuItemLookup] Found menu:'Task' 19:49:47.980 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 19:49:47.980 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:47.980 DEBUG [main][MenuItemLookup] Found menu:'Example...' 19:49:47.980 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:47.980 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:49:47.980 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:49:47.980 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:49:47.980 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:49:47.980 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:49:48.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 19:49:48.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 19:49:48.097 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:49:48.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:48.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:48.098 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:49:48.098 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:48.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 19:49:48.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:48.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:48.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:48.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:48.099 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:48.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:49:48.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:49:48.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 19:49:48.106 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:49:48.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:49:48.107 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:49:48.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:49:48.107 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:49:48.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 19:49:48.107 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:49:48.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:49:48.107 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:49:48.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:49:48.107 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:49:48.107 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 19:49:48.107 DEBUG [main][TreeItemHandler] Selecting tree item: Class 19:49:48.107 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 19:49:48.110 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 19:49:48.110 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:49:48.110 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:49:48.110 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) 19:49:48.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:48.110 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:48.111 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:48.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:48.111 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:49:48.111 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:49:48.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:49:48.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:49:48.111 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:49:48.111 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:49:48.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:49:48.321 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:48.321 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:48.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 19:49:48.321 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 19:49:48.321 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 19:49:48.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:48.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:48.322 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 19:49:48.322 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:48.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.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 19:49:48.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:48.322 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:48.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:48.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:48.328 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:49:48.328 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:49:48.328 INFO [WorkbenchTestable][AbstractText] Text set to: WarningTestClass 19:49:48.350 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 19:49:48.350 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 19:49:48.350 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) 19:49:48.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:48.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:48.386 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:48.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:48.386 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:49:48.387 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:49:48.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:49:48.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:49:48.387 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:49:48.387 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:49:48.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:49:48.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:49:48.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:49:48.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 3 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 19:49:48.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:49:48.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:49:48.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:49:48.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:49:48.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:49:48.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:49:48.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:49:48.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:49:48.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:49:48.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:49:48.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:49:48.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:49:48.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:49:48.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:49:48.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 3 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 19:49:48.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:49:48.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:49:48.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:49:48.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:49:48.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:49:48.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:49:48.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:49:48.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:49:48.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:49:48.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:49:48.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:49:48.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:49:48.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:49:48.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@338eb57a is found... 19:49:48.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@338eb57a is found finished successfully 19:49:48.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 '\*?\QWarningTestClass.java\E') 19:49:48.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:48.893 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:48.894 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:48.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:48.894 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:49:48.894 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:48.894 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class WarningTestClass { } TooltipText=null 19:49:48.894 INFO [WorkbenchTestable][TextEditor] Set text to editor 19:49:48.901 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:48.901 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ private int i; } TooltipText=null 19:49:48.901 INFO [WorkbenchTestable][AbstractEditor] Save editor 19:49:48.901 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:49:48.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:48.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:48.902 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:49:48.902 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:49:48.902 DEBUG [main][MenuItemLookup] Found menu:'File' 19:49:48.902 DEBUG [main][MenuItemLookup] Item match:File 19:49:48.902 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:49:48.902 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:49:48.902 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:49:48.902 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:49:48.902 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:48.902 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:49:48.902 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:49:48.902 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:48.902 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:49:48.902 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 19:49:48.903 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 19:49:48.903 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 19:49:48.903 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 19:49:48.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 19:49:48.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 19:49:48.912 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:48.912 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ private int i; } TooltipText=null 19:49:48.912 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:49:48.912 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:48.912 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:48.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:48.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:48.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:48.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:48.944 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:49:48.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:48.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:48.947 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:49:48.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:48.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:48.947 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:49:48.947 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:49:48.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:48.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:48.950 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:48.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:48.950 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:49:48.950 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:48.950 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:48.951 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:48.951 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:49:48.951 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:48.951 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:48.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view.... 19:49:48.951 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:48.951 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:48.951 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:48.951 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:49:48.951 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:48.951 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:48.951 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:48.952 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:48.952 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:48.952 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:49:48.952 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:48.952 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:48.952 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:49:48.952 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:48.952 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:48.953 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:48.953 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:49:48.953 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:48.953 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:48.953 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:49:48.953 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:48.953 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:48.953 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:48.953 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:49:48.953 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:49:48.953 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 19:49:48.953 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:49:48.953 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:48.953 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:48.953 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:48.953 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:49:48.953 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:49:48.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 19:49:49.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 19:49:49.954 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:49:49.954 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:49.954 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:49.955 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:49.955 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:49:49.955 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:49.955 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:49.955 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:49:49.956 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:49.956 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:49.956 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:49.956 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:49:49.956 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:49:49.956 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 19:49:49.956 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:49:49.956 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:49.956 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:49.956 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:49.956 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:49:49.956 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:49:49.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 19:49:49.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 19:49:49.956 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:49.956 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:49.957 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:49.957 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:49:49.957 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:49.957 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:49.957 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:49:49.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:49.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:49.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:49.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:49.957 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:50.459 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:50.459 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:50.460 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:50.460 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:50.460 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:50.460 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:50.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:50.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:50.461 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:49:50.461 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:50.461 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:50.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:50.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:50.461 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:49:50.462 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:50.462 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:50.462 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:50.462 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:49:50.462 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:49:50.462 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 19:49:50.462 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:49:50.462 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:50.462 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:50.462 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:50.462 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:49:50.462 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:49:50.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 19:49:51.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 19:49:51.463 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:49:51.463 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:51.463 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:51.464 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:51.464 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:51.464 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:49:51.465 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:51.465 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:51.465 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:51.465 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:49:51.465 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:49:51.465 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 19:49:51.465 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:49:51.465 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:51.465 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:51.465 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:51.465 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:49:51.465 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:49:51.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 19:49:51.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 19:49:51.465 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:51.465 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:51.465 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:51.465 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:51.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 19:49:51.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:51.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:51.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:51.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:51.466 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:51.466 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 19:49:51.466 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 19:49:51.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:49:51.466 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 19:49:51.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:49:51.466 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 19:49:51.466 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 19:49:51.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:49:51.466 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 19:49:51.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:49:51.466 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 19:49:51.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view. finished successfully 19:49:51.466 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:49:51.466 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:49:51.466 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:49:51.473 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:51.473 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:51.473 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:49:51.473 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:49:51.473 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:51.473 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:51.474 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:49:51.474 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:49:51.474 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:51.474 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:51.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:51.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:51.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:49:51.975 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:51.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:49:52.476 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:52.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:49:52.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:49:52.476 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:49:52.477 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:49:52.477 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:52.478 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:52.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 19:49:52.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:52.478 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:52.478 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:52.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:52.478 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:52.478 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 19:49:52.478 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 19:49:52.478 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 19:49:52.479 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 19:49:52.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:49:52.479 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProblemsViewTestProject is already expanded. No action performed 19:49:52.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:49:52.479 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 19:49:52.479 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 19:49:52.479 DEBUG [main][TreeItemHandler] Selecting tree item: src 19:49:52.479 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 19:49:52.480 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 19:49:52.480 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:49:52.480 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:52.481 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:49:52.481 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:52.481 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 19:49:52.481 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:52.481 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:49:52.481 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:52.481 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:49:52.481 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:52.481 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:49:52.481 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:52.481 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 19:49:52.481 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:52.481 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:49:52.482 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:52.482 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:49:52.484 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:52.484 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:49:52.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:52.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:52.484 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:49:52.484 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:49:52.485 DEBUG [main][MenuItemLookup] Found menu:'File' 19:49:52.485 DEBUG [main][MenuItemLookup] Item match:File 19:49:52.485 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:49:52.485 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:49:52.487 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 19:49:52.487 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:49:52.487 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:52.487 DEBUG [main][MenuItemLookup] Found menu:'Package' 19:49:52.487 DEBUG [main][MenuItemLookup] Found menu:'Class' 19:49:52.487 DEBUG [main][MenuItemLookup] Found menu:'Interface' 19:49:52.487 DEBUG [main][MenuItemLookup] Found menu:'Enum' 19:49:52.487 DEBUG [main][MenuItemLookup] Found menu:'Record' 19:49:52.487 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 19:49:52.487 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 19:49:52.487 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 19:49:52.487 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:49:52.487 DEBUG [main][MenuItemLookup] Found menu:'File' 19:49:52.487 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:49:52.487 DEBUG [main][MenuItemLookup] Found menu:'Task' 19:49:52.487 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 19:49:52.487 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:52.487 DEBUG [main][MenuItemLookup] Found menu:'Example...' 19:49:52.487 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:52.487 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:49:52.487 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:49:52.487 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:49:52.487 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:49:52.487 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:49:52.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 19:49:52.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 'New|Select a wizard'] is available. finished successfully 19:49:52.560 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:49:52.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:52.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:52.561 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:49:52.561 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:52.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 19:49:52.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:52.561 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:52.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:52.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:52.562 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:52.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:49:52.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:49:52.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 19:49:52.563 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:49:52.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:49:52.563 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:49:52.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:49:52.563 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:49:52.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 19:49:52.563 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:49:52.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:49:52.563 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:49:52.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:49:52.563 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:49:52.563 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 19:49:52.563 DEBUG [main][TreeItemHandler] Selecting tree item: Class 19:49:52.563 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 19:49:52.563 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 19:49:52.563 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:49:52.563 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:49:52.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.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) 19:49:52.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:52.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:52.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:52.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:52.564 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:49:52.564 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:49:52.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:49:52.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:49:52.564 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:49:52.564 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:49:52.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:49:52.616 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:52.616 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:52.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 19:49:52.616 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 19:49:52.616 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 19:49:52.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:52.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:52.617 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 19:49:52.617 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:52.617 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:") 19:49:52.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:52.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:52.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:52.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:52.621 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:49:52.621 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:49:52.622 INFO [WorkbenchTestable][AbstractText] Text set to: NextWarningTestClass 19:49:52.627 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 19:49:52.627 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 19:49:52.627 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) 19:49:52.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:52.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:52.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:52.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:52.628 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:49:52.629 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:49:52.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:49:52.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:49:52.629 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:49:52.629 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:49:52.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:49:53.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:49:53.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:49:53.132 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:49:53.132 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:49:53.132 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:49:53.132 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:49:53.132 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:49:53.132 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:49:53.132 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:49:53.132 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:49:53.132 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:49:53.132 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:49:53.132 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:49:53.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:49:53.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:49:53.133 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:49:53.133 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:49:53.133 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:49:53.133 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:49:53.133 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:49:53.133 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:49:53.133 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:49:53.133 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:49:53.133 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:49:53.133 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:49:53.133 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:49:53.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:49:53.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@716d7cba is found... 19:49:53.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@716d7cba is found finished successfully 19:49:53.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QNextWarningTestClass.java\E') 19:49:53.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:53.134 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:53.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:53.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:53.135 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:49:53.135 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:53.135 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class NextWarningTestClass { } TooltipText=null 19:49:53.135 INFO [WorkbenchTestable][TextEditor] Set text to editor 19:49:53.138 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:53.139 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class NextWarningTestClass{ private int i; } TooltipText=null 19:49:53.139 INFO [WorkbenchTestable][AbstractEditor] Save editor 19:49:53.139 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/NextWarningTestClass.java - Eclipse Platform 19:49:53.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:53.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:53.139 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/NextWarningTestClass.java - Eclipse Platform' 19:49:53.139 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/NextWarningTestClass.java - Eclipse Platform' 19:49:53.139 DEBUG [main][MenuItemLookup] Found menu:'File' 19:49:53.139 DEBUG [main][MenuItemLookup] Item match:File 19:49:53.140 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:49:53.140 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:49:53.140 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:49:53.140 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:49:53.140 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:53.140 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:49:53.140 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:49:53.140 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:53.140 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:49:53.140 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 19:49:53.140 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 19:49:53.140 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 19:49:53.140 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 19:49:53.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 19:49:53.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 19:49:53.179 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:53.179 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class NextWarningTestClass{ private int i; } TooltipText=null 19:49:53.179 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:49:53.179 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:53.179 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:53.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:53.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:53.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:53.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:53.192 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:49:53.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:53.209 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:53.209 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/NextWarningTestClass.java - Eclipse Platform 19:49:53.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:53.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:53.210 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/NextWarningTestClass.java - Eclipse Platform' 19:49:53.210 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:49:53.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:53.210 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:53.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:53.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:53.224 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:49:53.224 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:53.224 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:53.225 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:53.225 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NextWarningTestClass.java - Eclipse Platform TooltipText=null 19:49:53.225 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:53.225 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:53.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view.... 19:49:53.225 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:53.225 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:53.226 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:53.226 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NextWarningTestClass.java - Eclipse Platform TooltipText=null 19:49:53.226 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:53.226 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:53.226 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:53.226 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:53.226 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:53.226 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NextWarningTestClass.java - Eclipse Platform TooltipText=null 19:49:53.226 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:53.226 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:53.226 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:49:53.226 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:53.226 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:53.227 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:53.227 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NextWarningTestClass.java - Eclipse Platform TooltipText=null 19:49:53.227 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:53.227 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:53.227 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:49:53.227 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:53.227 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:53.227 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:53.227 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:49:53.227 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:49:53.227 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 19:49:53.227 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:49:53.227 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:53.227 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:53.227 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:53.227 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:49:53.227 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:49:53.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 19:49:54.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 19:49:54.230 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:49:54.230 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:54.230 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:54.231 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:54.231 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NextWarningTestClass.java - Eclipse Platform TooltipText=null 19:49:54.231 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:54.231 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:54.231 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:49:54.232 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:54.232 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:54.232 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:54.232 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:49:54.232 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:49:54.232 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 19:49:54.232 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:49:54.232 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:54.232 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:54.232 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:54.232 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:49:54.232 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:49:54.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 19:49:54.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 19:49:54.232 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:54.232 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:54.232 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:54.232 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NextWarningTestClass.java - Eclipse Platform TooltipText=null 19:49:54.232 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:54.232 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:54.233 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:49:54.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:54.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:54.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:54.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:54.233 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:54.234 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 19:49:54.234 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 19:49:54.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:49:54.234 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 19:49:54.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:49:54.234 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 19:49:54.234 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 19:49:54.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:49:54.234 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 19:49:54.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:49:54.234 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 19:49:54.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view. finished successfully 19:49:54.234 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:49:54.234 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:49:54.234 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:49:54.241 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:54.241 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:54.241 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:49:54.241 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:49:54.242 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:54.256 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:54.256 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:49:54.256 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:49:54.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:54.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:54.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:54.257 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:54.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:49:54.758 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:54.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:49:55.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:55.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:49:55.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:49:55.261 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:49:55.261 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:49:55.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:55.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:55.262 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:49:55.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:55.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:55.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:55.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:55.262 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:55.262 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 19:49:55.262 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 19:49:55.263 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 19:49:55.263 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 19:49:55.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:49:55.263 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProblemsViewTestProject is already expanded. No action performed 19:49:55.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:49:55.263 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 19:49:55.263 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 19:49:55.263 DEBUG [main][TreeItemHandler] Selecting tree item: src 19:49:55.263 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 19:49:55.264 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 19:49:55.264 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:49:55.264 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:55.264 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:49:55.264 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:55.264 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 19:49:55.265 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:55.265 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:49:55.265 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:55.265 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:49:55.265 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:55.265 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:49:55.265 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:55.265 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 19:49:55.265 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:55.265 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:49:55.265 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:55.265 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:49:55.265 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:55.265 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/NextWarningTestClass.java - Eclipse Platform 19:49:55.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:55.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:55.265 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/NextWarningTestClass.java - Eclipse Platform' 19:49:55.266 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/NextWarningTestClass.java - Eclipse Platform' 19:49:55.266 DEBUG [main][MenuItemLookup] Found menu:'File' 19:49:55.266 DEBUG [main][MenuItemLookup] Item match:File 19:49:55.266 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:49:55.266 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:49:55.268 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 19:49:55.268 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:49:55.268 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:55.268 DEBUG [main][MenuItemLookup] Found menu:'Package' 19:49:55.268 DEBUG [main][MenuItemLookup] Found menu:'Class' 19:49:55.268 DEBUG [main][MenuItemLookup] Found menu:'Interface' 19:49:55.268 DEBUG [main][MenuItemLookup] Found menu:'Enum' 19:49:55.268 DEBUG [main][MenuItemLookup] Found menu:'Record' 19:49:55.268 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 19:49:55.268 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 19:49:55.268 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 19:49:55.268 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:49:55.268 DEBUG [main][MenuItemLookup] Found menu:'File' 19:49:55.268 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:49:55.268 DEBUG [main][MenuItemLookup] Found menu:'Task' 19:49:55.268 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 19:49:55.268 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:55.268 DEBUG [main][MenuItemLookup] Found menu:'Example...' 19:49:55.268 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:55.268 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:49:55.268 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:49:55.268 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:49:55.268 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:49:55.268 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:49:55.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 19:49:55.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 19:49:55.325 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:49:55.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:55.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:55.326 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:49:55.326 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:55.326 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 19:49:55.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:55.326 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:55.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:55.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:55.327 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:55.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:49:55.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:49:55.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 19:49:55.327 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:49:55.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:49:55.328 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:49:55.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:49:55.328 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:49:55.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 19:49:55.328 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:49:55.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:49:55.328 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:49:55.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:49:55.328 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:49:55.328 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 19:49:55.328 DEBUG [main][TreeItemHandler] Selecting tree item: Class 19:49:55.328 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 19:49:55.328 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 19:49:55.328 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:49:55.328 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:49:55.328 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) 19:49:55.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:55.328 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:55.329 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:55.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:55.329 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:49:55.329 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:49:55.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:49:55.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:49:55.329 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:49:55.329 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:49:55.374 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:49:55.380 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:55.380 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:55.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 19:49:55.380 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 19:49:55.380 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 19:49:55.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:55.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:55.381 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 19:49:55.381 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:49:55.381 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:") 19:49:55.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:55.381 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:55.385 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:55.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:55.385 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:49:55.385 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:49:55.386 INFO [WorkbenchTestable][AbstractText] Text set to: ErrorTestClass 19:49:55.391 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 19:49:55.391 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 19:49:55.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.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) 19:49:55.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:55.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:55.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:55.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:55.392 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:49:55.393 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:49:55.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:49:55.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:49:55.393 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:49:55.393 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:49:55.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:49:55.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:49:55.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:49:55.897 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:49:55.897 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:49:55.897 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:49:55.897 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:49:55.897 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:49:55.897 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:49:55.897 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:49:55.897 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:49:55.897 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:49:55.897 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:49:55.897 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:49:55.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:49:55.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:49:55.897 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:49:55.897 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:49:55.897 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:49:55.897 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:49:55.897 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:49:55.897 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:49:55.897 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:49:55.897 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:49:55.897 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:49:55.897 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:49:55.897 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:49:55.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:49:55.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7223971 is found... 19:49:55.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7223971 is found finished successfully 19:49:55.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QErrorTestClass.java\E') 19:49:55.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:55.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:55.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:55.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:55.899 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:49:55.899 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:55.899 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class ErrorTestClass { } TooltipText=null 19:49:55.899 INFO [WorkbenchTestable][TextEditor] Set text to editor 19:49:55.905 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:55.905 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class ErrorTestClass{ } TooltipText=null 19:49:55.905 INFO [WorkbenchTestable][AbstractEditor] Save editor 19:49:55.905 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 19:49:55.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:55.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:55.905 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 19:49:55.905 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 19:49:55.906 DEBUG [main][MenuItemLookup] Found menu:'File' 19:49:55.906 DEBUG [main][MenuItemLookup] Item match:File 19:49:55.906 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:49:55.906 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:49:55.906 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:49:55.906 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:49:55.906 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:55.906 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:49:55.906 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:49:55.906 DEBUG [main][MenuItemLookup] Found menu:'' 19:49:55.906 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:49:55.906 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 19:49:55.906 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 19:49:55.906 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 19:49:55.906 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 19:49:55.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 19:49:55.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 19:49:55.915 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:55.915 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class ErrorTestClass{ } TooltipText=null 19:49:55.915 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:49:55.915 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:55.915 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:55.943 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:55.943 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:55.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:55.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:55.946 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:49:55.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:55.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:55.949 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 19:49:55.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:55.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:55.949 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 19:49: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 '\*?\QProblems\E') 19:49:55.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:55.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:55.964 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:55.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:55.964 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:49:55.964 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:55.964 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:55.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:55.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:49:55.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:55.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:55.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view.... 19:49:55.964 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:55.964 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:55.965 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:55.965 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:49:55.965 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:55.965 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:55.965 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:55.965 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:55.965 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:55.965 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:49:55.966 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:55.966 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:55.966 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:49:55.966 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:55.966 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:55.966 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:55.966 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:49:55.966 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:55.966 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:55.966 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:49:55.967 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:55.967 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:55.967 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:55.967 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:49:55.967 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:49:55.967 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 2 warnings, 0 others)' 19:49:55.967 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:49:55.967 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:55.967 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:55.967 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:55.967 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:49:55.967 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:49:55.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 19:49:57.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 19:49:57.468 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:49:57.468 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:57.468 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:57.469 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:57.469 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:49:57.469 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:57.469 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:57.469 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:49:57.470 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:57.470 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:57.470 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:57.470 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:49:57.470 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:49:57.470 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 19:49:57.470 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:49:57.470 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:57.470 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:57.470 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:57.470 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:49:57.470 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:49:57.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 19:49:57.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 19:49:57.470 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:57.470 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:57.470 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:57.470 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:49:57.470 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:57.470 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:57.471 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:49:57.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:57.471 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:57.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:57.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:57.471 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:57.472 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 19:49:57.472 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 19:49:57.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:49:57.472 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 19:49:57.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:49:57.472 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 19:49:57.472 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 19:49:57.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:49:57.472 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 19:49:57.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:49:57.472 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 19:49:57.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view. finished successfully 19:49:57.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:57.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:57.475 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:49:57.475 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:57.477 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:57.477 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 19:49:57.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:57.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:57.477 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 19:49:57.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 19:49:57.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:57.477 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:57.480 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:57.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:57.480 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:49:57.480 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:57.480 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:57.480 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:57.480 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:49:57.480 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:57.480 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:57.480 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:57.483 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:57.483 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:49:57.483 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:57.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:57.497 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 19:49:57.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:57.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:57.497 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 19:49:57.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 '\*?\QProblems\E') 19:49:57.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:57.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:57.500 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:57.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:57.500 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:49:57.500 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:57.500 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:57.500 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:57.500 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:49:57.500 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:57.500 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:57.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view.... 19:49:57.501 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:57.501 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:57.501 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:57.501 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:49:57.501 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:57.501 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:57.501 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:57.501 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:57.501 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:57.501 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:49:57.501 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:57.501 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:57.502 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:49:57.502 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:57.502 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:57.502 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:57.502 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:49:57.502 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:57.502 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:57.502 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:49:57.503 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:57.503 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:57.503 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:57.503 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:49:57.503 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:49:57.503 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 19:49:57.503 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:49:57.503 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:57.503 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:57.503 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:57.503 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:49:57.503 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:49:57.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 19:49:58.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 19:49:58.504 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:49:58.504 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:58.504 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:58.505 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:58.505 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:49:58.505 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:58.505 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:58.505 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:49:58.506 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:58.506 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:58.506 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:58.506 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:49:58.506 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:49:58.506 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 19:49:58.506 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:49:58.506 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:58.506 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:58.506 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:58.506 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:49:58.506 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:49:58.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 19:49:58.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 19:49:58.506 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:58.506 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:58.506 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:58.506 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:49:58.506 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:58.506 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:58.507 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:49:58.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:58.507 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:58.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:58.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:58.507 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:58.508 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (2 items) and wait with time period 1 19:49:58.508 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (2 items) 19:49:58.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:49:58.508 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (2 items) is already expanded. No action performed 19:49:58.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:49:58.508 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (2 items) 19:49:58.508 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (2 items) 19:49:58.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:49:58.508 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (2 items) is already expanded. No action performed 19:49:58.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:49:58.508 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (2 items) 19:49:58.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view. finished successfully 19:49:58.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view.... 19:49:58.508 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:58.508 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:58.508 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:58.508 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:58.509 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:58.509 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:58.509 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:58.509 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:58.509 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:49:58.509 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:58.509 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:58.509 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:58.510 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:58.510 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:49:58.510 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:58.510 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:58.510 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:58.510 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:49:58.510 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:49:58.510 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 19:49:58.510 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:49:58.510 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:58.510 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:58.510 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:58.510 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:49:58.510 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:49:58.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 19:49:59.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 19:49:59.511 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:49:59.511 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:59.511 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:59.512 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:59.512 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:59.513 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:49:59.513 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:59.513 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:59.513 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:59.513 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:49:59.513 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:49:59.513 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 19:49:59.513 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:49:59.513 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:59.513 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:59.513 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:59.513 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:49:59.513 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:49:59.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 19:49:59.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 19:49:59.514 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:59.514 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:59.514 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:59.514 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:49:59.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 19:49:59.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:59.514 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:59.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:59.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:59.514 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:49:59.515 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 19:49:59.515 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 19:49:59.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:49:59.515 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 19:49:59.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:49:59.515 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 19:49:59.515 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 19:49:59.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:49:59.515 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 19:49:59.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:49:59.515 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 19:49:59.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view. finished successfully 19:49:59.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:59.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:59.518 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 19:49:59.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:49:59.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:49:59.518 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 19:49:59.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 '\*?\QProblems\E') 19:49:59.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:49:59.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:49:59.520 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:49:59.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:49:59.520 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:49:59.521 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:59.521 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:59.521 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:59.521 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:49:59.521 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:59.521 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:59.521 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:49:59.521 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:49:59.521 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:49:59.521 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:49:59.521 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:49:59.522 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:49:59.522 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:49:59.522 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:49:59.522 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:59.522 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:59.522 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:59.522 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:49:59.522 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:49:59.522 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 19:49:59.522 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:49:59.522 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:49:59.522 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:49:59.522 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:49:59.522 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:49:59.522 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:49:59.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 19:50:00.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 19:50:00.523 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:50:00.524 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:00.524 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:00.524 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:00.524 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:50:00.524 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:00.524 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:00.524 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:50:00.525 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:50:00.525 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:50:00.525 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:50:00.525 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:50:00.525 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:50:00.525 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 19:50:00.525 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:50:00.525 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:50:00.525 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:50:00.525 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:50:00.525 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:50:00.525 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:50:00.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 19:50:00.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 19:50:00.525 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:00.525 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:00.526 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:00.526 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:50:00.526 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:00.526 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:00.526 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:50:00.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:00.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:00.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:00.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:00.526 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:00.527 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (2 items) and wait with time period 1 19:50:00.527 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (2 items) 19:50:00.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:50:00.527 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (2 items) is already expanded. No action performed 19:50:00.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:50:00.527 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (2 items) 19:50:00.527 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (2 items) 19:50:00.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:50:00.527 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (2 items) is already expanded. No action performed 19:50:00.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:50:00.527 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (2 items) 19:50:00.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 19:50:00.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:00.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:00.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:00.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:00.527 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:00.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 19:50:00.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:00.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:00.528 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:00.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:00.528 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:00.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 19:50:00.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:00.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:00.528 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:00.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:00.528 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:00.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 19:50:00.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:00.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:00.528 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:00.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:00.528 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:00.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 19:50:00.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:00.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:00.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:00.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:00.529 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:00.529 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:50:00.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:00.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:00.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:00.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:00.529 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:00.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:00.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:00.543 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 19:50:00.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:00.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:00.543 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 19:50:00.544 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:50:00.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:00.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:00.546 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:00.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:00.546 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:50:00.546 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:00.546 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:00.559 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:00.559 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:50:00.559 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:00.559 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:00.559 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:50:00.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:00.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:00.559 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:00.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:00.559 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:00.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 19:50:00.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:00.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:00.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:00.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:00.560 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:00.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:00.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:00.563 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 19:50:00.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:00.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:00.563 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 19:50:00.563 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:50:00.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:00.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:00.578 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:00.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:00.578 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:50:00.578 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:00.578 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:00.578 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:00.578 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:50:00.578 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:00.578 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:00.578 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:50:00.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:00.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:00.578 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:00.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:00.578 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:00.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 19:50:00.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:00.579 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:00.579 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:00.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:00.579 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:00.580 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:00.594 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:00.594 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 19:50:00.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:00.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:00.594 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 19:50:00.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 '\*?\QProblems\E') 19:50:00.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:00.594 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:00.608 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:00.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:00.609 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:50:00.609 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:00.609 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:00.609 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:00.609 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:50:00.609 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:00.609 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:00.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 19:50:00.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:00.609 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:00.609 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:00.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:00.609 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:00.610 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:50:00.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:00.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:00.610 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:00.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:00.610 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:00.611 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:00.625 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:00.625 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 19:50:00.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:00.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:00.625 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 19:50:00.625 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:50:00.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:00.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:00.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:00.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:00.628 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:50:00.628 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:00.628 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:00.628 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:00.628 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:50:00.628 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:00.628 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:00.628 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:50:00.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:00.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:00.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:00.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:00.629 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:00.630 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:50:00.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:00.630 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:00.641 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:00.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:00.641 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:00.641 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:00.644 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:00.644 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 19:50:00.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:00.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:00.644 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 19:50:00.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 '\*?\QProblems\E') 19:50:00.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:00.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:00.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:00.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:00.659 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:50:00.659 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:00.659 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:00.660 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:00.660 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:50:00.660 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:00.660 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:00.660 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:50:00.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:00.660 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:00.660 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:00.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:00.660 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:00.661 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:50:00.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:00.661 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:00.661 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:00.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:00.661 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:00.661 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:00.661 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:00.661 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:00.661 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:00.662 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:50:00.662 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:00.662 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:00.662 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:00.662 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:00.662 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:50:00.663 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:50:00.663 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:50:00.663 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:50:00.663 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:50:00.663 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:50:00.663 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 19:50:00.663 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:50:00.663 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:50:00.663 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:50:00.663 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:50:00.663 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:50:00.663 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:50:00.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 19:50:02.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 19:50:02.164 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:50:02.164 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:02.164 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:02.165 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:02.165 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:02.165 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:50:02.166 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:50:02.166 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:50:02.166 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:50:02.166 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:50:02.166 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:50:02.166 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 19:50:02.166 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:50:02.166 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:50:02.166 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:50:02.166 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:50:02.166 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:50:02.166 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:50:02.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 19:50:02.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 19:50:02.166 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:02.166 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:02.166 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:02.166 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:02.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 19:50:02.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:02.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:02.167 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:02.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:02.167 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:02.167 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (2 items) and wait with time period 1 19:50:02.167 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (2 items) 19:50:02.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:50:02.167 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (2 items) is already expanded. No action performed 19:50:02.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:50:02.167 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (2 items) 19:50:02.167 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (2 items) 19:50:02.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:50:02.167 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (2 items) is already expanded. No action performed 19:50:02.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:50:02.167 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (2 items) 19:50:02.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 19:50:02.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:02.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:02.167 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:02.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:02.167 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:02.168 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:50:02.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:02.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:02.168 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:02.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:02.168 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:02.168 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:50:02.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:02.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:02.168 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:02.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:02.168 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:02.168 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:50:02.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:02.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:02.168 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:02.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:02.168 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:02.168 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:02.168 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:02.169 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:02.169 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:02.169 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:50:02.169 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:02.169 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:02.169 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:02.169 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:02.169 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:50:02.170 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:50:02.170 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:50:02.170 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:50:02.170 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:50:02.170 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:50:02.170 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 19:50:02.170 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:50:02.170 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:50:02.170 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:50:02.170 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:50:02.170 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:50:02.170 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:50:02.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 19:50:03.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 19:50:03.171 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:50:03.171 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:03.171 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:03.172 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:03.172 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:03.172 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:50:03.172 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:50:03.172 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:50:03.172 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:50:03.173 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:50:03.173 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:50:03.173 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 19:50:03.173 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:50:03.173 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:50:03.173 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:50:03.173 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:50:03.173 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:50:03.173 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:50:03.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 19:50:03.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 19:50:03.173 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:03.173 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:03.173 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:03.173 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:03.173 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:50:03.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:03.173 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:03.173 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:03.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:03.174 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:03.174 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 19:50:03.174 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 19:50:03.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:50:03.174 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 19:50:03.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:50:03.174 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 19:50:03.174 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 19:50:03.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:50:03.174 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 19:50:03.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:50:03.174 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 19:50:03.174 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:03.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:03.177 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 19:50:03.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:03.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:03.189 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 19:50:03.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 '\*?\QProblems\E') 19:50:03.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:03.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:03.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:03.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:03.192 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:50:03.192 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:03.192 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:03.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:03.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:50:03.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:03.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:03.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 19:50:03.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:03.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:03.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:03.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:03.193 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:03.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 19:50:03.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:03.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:03.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:03.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:03.205 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:03.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:03.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:03.208 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 19:50:03.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:03.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:03.208 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 19:50:03.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') 19:50:03.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:03.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:03.222 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:03.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:03.222 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:50:03.222 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:03.222 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:03.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:03.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:50:03.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:03.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:03.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 19:50:03.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:03.223 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:03.223 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:03.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:03.223 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:03.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 19:50:03.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:03.224 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:03.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:03.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:03.225 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:03.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:03.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:03.239 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 19:50:03.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:03.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:03.239 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 19:50:03.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 '\*?\QProblems\E') 19:50:03.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:03.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:03.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:03.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:03.241 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:50:03.241 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:03.241 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:03.242 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:03.242 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:50:03.242 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:03.242 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:03.242 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:50:03.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:03.242 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:03.242 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:03.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:03.242 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:03.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 19:50:03.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:03.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:03.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:03.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:03.243 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:03.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:03.258 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:03.258 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 19:50:03.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:03.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:03.258 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 19:50:03.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') 19:50:03.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:03.258 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:03.272 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:03.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:03.272 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:50:03.272 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:03.272 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:03.273 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:03.273 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:50:03.273 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:03.273 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:03.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 19:50:03.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:03.273 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:03.273 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:03.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:03.273 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:03.274 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:03.276 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:03.276 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 19:50:03.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:03.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:03.277 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 19:50:03.277 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:50:03.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:03.277 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:03.291 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:03.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:03.291 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:50:03.291 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:03.291 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:03.291 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:03.291 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:50:03.291 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:03.291 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:03.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 19:50:03.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:03.292 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:03.292 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:03.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:03.292 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:03.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 19:50:03.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:03.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:03.293 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:03.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:03.293 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:03.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:03.307 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:03.307 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 19:50:03.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:03.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:03.307 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 19:50:03.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 19:50:03.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:03.307 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:03.310 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:03.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:03.310 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:50:03.310 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:03.310 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:03.322 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:03.322 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:50:03.322 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:03.322 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:03.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 19:50:03.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:03.322 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:03.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:03.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:03.322 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:03.323 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:50:03.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:03.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:03.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:03.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:03.324 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:03.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:03.326 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:03.326 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 19:50:03.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:03.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:03.326 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 19:50:03.326 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:50:03.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:03.326 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:03.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:03.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:03.341 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:50:03.341 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:03.341 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:03.341 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:03.341 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:50:03.341 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:03.341 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:03.341 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:50:03.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:03.341 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:03.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:03.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:03.341 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:03.342 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:03.342 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:03.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:03.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:03.343 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:50:03.343 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:03.343 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:03.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:03.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:03.343 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:50:03.344 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:50:03.344 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:50:03.344 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:50:03.344 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:50:03.344 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:50:03.344 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 19:50:03.344 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:50:03.344 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:50:03.344 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:50:03.344 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:50:03.344 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:50:03.344 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:50:03.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 19:50:04.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 19:50:04.356 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:50:04.357 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:04.357 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:04.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:04.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:04.358 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:50:04.358 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:50:04.358 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:50:04.358 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:50:04.358 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:50:04.358 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:50:04.359 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 19:50:04.359 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:50:04.359 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:50:04.359 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:50:04.359 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:50:04.359 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:50:04.359 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:50:04.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 19:50:04.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 19:50:04.359 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:04.359 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:04.359 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:04.359 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:04.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 19:50:04.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:04.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:04.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:04.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:04.359 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:04.360 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (2 items) and wait with time period 1 19:50:04.360 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (2 items) 19:50:04.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:50:04.360 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (2 items) is already expanded. No action performed 19:50:04.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:50:04.360 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (2 items) 19:50:04.360 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (2 items) 19:50:04.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:50:04.360 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (2 items) is already expanded. No action performed 19:50:04.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:50:04.360 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (2 items) 19:50:04.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:04.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:04.363 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 19:50:04.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:04.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:04.363 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 19:50:04.363 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:50:04.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:04.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:04.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:04.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:04.365 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:50:04.366 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:04.366 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:04.366 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:04.366 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:50:04.366 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:04.366 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:04.366 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:50:04.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:04.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:04.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:04.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:04.366 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:04.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 19:50:04.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:04.367 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:04.367 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:04.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:04.367 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:04.368 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:04.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:04.370 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 19:50:04.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:04.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:04.370 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 19:50:04.370 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:50:04.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:04.370 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:04.373 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:04.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:04.373 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:50:04.373 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:04.373 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:04.373 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:04.373 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:50:04.373 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:04.373 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:04.373 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:50:04.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:04.373 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:04.374 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:04.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:04.374 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:04.374 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:50:04.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:04.374 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:04.375 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:04.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:04.375 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:04.375 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:04.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:04.389 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 19:50:04.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:04.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:04.389 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 19:50:04.389 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:50:04.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:04.389 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:04.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:04.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:04.403 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:50:04.403 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:04.403 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:04.404 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:04.404 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:50:04.404 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:04.404 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:04.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 19:50:04.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:04.404 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:04.404 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:04.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:04.404 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:04.405 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:50:04.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:04.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:04.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:04.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:04.405 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:04.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:04.419 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:04.419 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 19:50:04.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:04.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:04.420 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 19:50:04.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 '\*?\QProblems\E') 19:50:04.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:04.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:04.422 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:04.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:04.422 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:50:04.422 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:04.422 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:04.423 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:04.423 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:50:04.423 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:04.423 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:04.423 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:50:04.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:04.423 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:04.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:04.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:04.423 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:04.424 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:04.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:04.438 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 19:50:04.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:04.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:04.439 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 19:50:04.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') 19:50:04.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:04.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:04.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:04.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:04.441 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:50:04.441 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:04.453 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:04.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:04.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:50:04.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:04.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50: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 19:50:04.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:04.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:04.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:04.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:04.454 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:04.455 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:50:04.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:04.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:04.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:04.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:04.455 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:04.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:04.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:04.458 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 19:50:04.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:04.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:04.469 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 19:50:04.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 19:50:04.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:04.469 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:04.472 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:04.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:04.472 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:50:04.472 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:04.472 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:04.473 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:04.473 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:50:04.473 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:04.473 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:04.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 19:50:04.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:04.473 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:04.473 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:04.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:04.473 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:04.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 19:50:04.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:04.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:04.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:04.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:04.474 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:04.486 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:04.488 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:04.488 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 19:50:04.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:04.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:04.489 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 19:50:04.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') 19:50:04.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:04.489 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:04.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:04.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:04.503 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:50:04.503 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:04.503 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:04.504 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:04.504 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:50:04.504 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:04.504 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:04.504 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:50:04.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:04.504 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:04.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:04.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:04.504 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:04.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:04.520 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:04.520 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 19:50:04.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:04.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:04.520 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 19:50:04.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 '\*?\QProblems\E') 19:50:04.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:04.520 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:04.523 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:04.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:04.523 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:50:04.523 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:04.523 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:04.523 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:04.523 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:50:04.523 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:04.523 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:04.523 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:50:04.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:04.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:04.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:04.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:04.524 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:04.524 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:50:04.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:04.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:04.525 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:04.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:04.525 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:04.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:04.539 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:04.539 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 19:50:04.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:04.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:04.540 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 19:50:04.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') 19:50:04.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:04.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:04.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:04.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:04.554 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:50:04.554 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:04.554 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:04.555 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:04.555 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:50:04.555 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:04.555 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:04.555 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:50:04.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:04.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:04.555 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:04.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:04.555 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:04.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 19:50:04.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:04.556 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:04.556 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:04.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:04.556 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:04.556 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:04.570 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:04.570 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 19:50:04.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:04.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:04.570 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 19:50:04.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 '\*?\QProblems\E') 19:50:04.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:04.570 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:04.573 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:04.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:04.573 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:50:04.573 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:04.573 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:04.573 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:04.573 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:50:04.573 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:04.573 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:04.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 19:50:04.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:04.574 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:04.574 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:04.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:04.574 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:04.586 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:50:04.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:04.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:04.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:04.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:04.586 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:04.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:04.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:04.590 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 19:50:04.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:04.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:04.590 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 19:50:04.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 '\*?\QProblems\E') 19:50:04.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:04.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:04.605 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:04.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:04.605 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:50:04.605 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:04.605 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:04.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:04.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:50:04.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:04.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50: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 19:50:04.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:04.606 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:04.606 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:04.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:04.606 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:04.607 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:04.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:04.620 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 19:50:04.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:04.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:04.621 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 19:50:04.621 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:50:04.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:04.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:04.623 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:04.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:04.623 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:50:04.623 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:04.623 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:04.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:04.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:50:04.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:04.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:04.624 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:50:04.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:04.624 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:04.624 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:04.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:04.624 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:04.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 19:50:04.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:04.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:04.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:04.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:04.637 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:04.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:04.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:04.649 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 19:50:04.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:04.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:04.649 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 19:50:04.649 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:50:04.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:04.649 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:04.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:04.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:04.652 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:50:04.652 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:04.652 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:04.652 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:04.652 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:50:04.652 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:04.652 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:04.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 19:50:04.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:04.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:04.653 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:04.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:04.653 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:04.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 19:50:04.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:04.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:04.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:04.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:04.665 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:04.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:04.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:04.668 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 19:50:04.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:04.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:04.668 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 19:50:04.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') 19:50:04.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:04.668 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:04.671 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:04.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:04.671 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:50:04.671 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:04.671 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:04.671 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:04.671 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:50:04.671 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:04.671 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:04.671 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:50:04.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:04.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:04.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:04.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:04.672 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:04.672 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:04.672 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:04.673 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:04.673 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:04.673 DEBUG [main][MenuItemLookup] Found menu:'Show' 19:50:04.673 DEBUG [main][MenuItemLookup] Found menu:'Group By' 19:50:04.673 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 19:50:04.673 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 19:50:04.673 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 19:50:04.673 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 19:50:04.673 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 19:50:04.674 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 19:50:04.674 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 19:50:04.674 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 19:50:04.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 19:50:04.720 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 19:50:04.720 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 19:50:04.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:04.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:04.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 "Restore Defaults") 19:50:04.720 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:50:04.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:50:04.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:50:04.721 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 19:50:04.721 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:50:04.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:04.721 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:04.721 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:04.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:04.721 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:50:04.722 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 19:50:04.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:50:04.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:50:04.722 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:50:04.722 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:50:04.723 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 19:50:04.723 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:50:04.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:50:04.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:50:04.723 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 19:50:04.723 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:50:04.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:04.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:04.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:04.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:04.724 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:50:04.724 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:50:04.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:50:04.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:50:04.724 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:50:04.724 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:50:04.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 19:50:04.754 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 19:50:04.754 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:50:04.754 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:50:04.754 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:50:04.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:04.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:04.761 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:50:04.761 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:50:04.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:04.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:04.762 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:50:04.762 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:50:04.762 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:04.762 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:04.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:04.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:04.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:50:05.263 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:05.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:50:05.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:05.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:50:05.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:50:05.764 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:50:05.764 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:50:05.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:05.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:05.765 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:50:05.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:05.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:05.765 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:05.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:05.765 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:05.765 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 19:50:05.766 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 19:50:05.766 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 19:50:05.766 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 19:50:05.770 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 19:50:05.770 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:50:05.770 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:50:05.789 DEBUG [main][MenuItemLookup] Found menu:'New' 19:50:05.789 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:50:05.789 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:05.789 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:50:05.789 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 19:50:05.789 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:50:05.789 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:05.789 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:50:05.789 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:50:05.789 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:50:05.789 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:50:05.789 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:05.789 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 19:50:05.789 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 19:50:05.789 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 19:50:05.789 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 19:50:05.789 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:05.789 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:50:05.789 DEBUG [main][MenuItemLookup] Found menu:'Export...' 19:50:05.789 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:05.789 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:50:05.789 DEBUG [main][MenuItemLookup] Item match:Refresh F5 19:50:05.789 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 19:50:05.789 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 19:50:05.789 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 19:50:05.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:50:05.792 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:50:05.792 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:50:05.792 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 19:50:05.792 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:50:05.792 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:50:05.792 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:50:05.792 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:50:05.792 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:50:05.792 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:50:05.792 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:50:05.792 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:50:05.792 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:50:05.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:50:05.792 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 19:50:05.792 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 19:50:05.792 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 19:50:05.792 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 19:50:05.793 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 19:50:05.793 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:50:05.793 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:50:05.814 DEBUG [main][MenuItemLookup] Found menu:'New' 19:50:05.815 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:50:05.815 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:05.815 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:50:05.815 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 19:50:05.815 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:50:05.815 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:05.815 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:50:05.815 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:50:05.815 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:50:05.815 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:50:05.815 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:50:05.815 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:50:05.815 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:50:05.815 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 19:50:05.843 DEBUG [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.... 19:50:06.402 DEBUG [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 19:50:06.402 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 19:50:06.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:06.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:06.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:06.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:06.405 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 19:50:06.405 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:50:06.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:50:06.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:50:06.405 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:50:06.405 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:50:06.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:06.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:06.406 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:06.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:06.406 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:50:06.406 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 19:50:06.406 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 19:50:06.406 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 19:50:06.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:50:06.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:50:06.406 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:50:06.406 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:50:06.406 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 19:50:06.406 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:50:06.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:50:06.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:50:06.406 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:50:06.406 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:50:06.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:06.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:06.407 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:06.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:06.407 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:50:06.407 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:50:06.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:50:06.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:50:06.407 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:50:06.407 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:50:06.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 19:50:06.409 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 19:50:06.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 19:50:06.909 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 19:50:06.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:50:06.909 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 19:50:06.909 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 19:50:06.909 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 19:50:06.909 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:50:06.909 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:50:06.909 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:50:06.909 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:50:06.910 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:50:06.910 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:50:06.910 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:50:06.910 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:50:06.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:50:06.910 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 19:50:06.910 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:50:06.910 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:50:06.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:50:06.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:50:06.910 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFilterWarnings no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 19:50:06.910 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:50:06.910 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHideHiddenProblemColumn no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 19:50:06.910 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 19:50:06.910 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:50:06.910 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:50:06.910 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:50:06.910 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:50:06.910 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:06.911 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:50:06.911 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:06.911 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 19:50:06.911 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:06.911 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:50:06.911 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:06.911 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:50:06.911 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:06.911 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:50:06.911 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:06.911 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 19:50:06.911 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:06.911 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:50:06.911 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:06.911 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:50:06.911 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:06.911 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:50:06.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:06.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:06.912 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:50:06.912 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:50:06.912 DEBUG [main][MenuItemLookup] Found menu:'File' 19:50:06.912 DEBUG [main][MenuItemLookup] Item match:File 19:50:06.913 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:50:06.913 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:50:06.914 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 19:50:06.914 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:50:06.914 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:06.914 DEBUG [main][MenuItemLookup] Found menu:'Package' 19:50:06.914 DEBUG [main][MenuItemLookup] Found menu:'Class' 19:50:06.914 DEBUG [main][MenuItemLookup] Found menu:'Interface' 19:50:06.914 DEBUG [main][MenuItemLookup] Found menu:'Enum' 19:50:06.914 DEBUG [main][MenuItemLookup] Found menu:'Record' 19:50:06.914 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 19:50:06.914 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 19:50:06.914 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 19:50:06.914 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:50:06.914 DEBUG [main][MenuItemLookup] Found menu:'File' 19:50:06.914 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:50:06.914 DEBUG [main][MenuItemLookup] Found menu:'Task' 19:50:06.914 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 19:50:06.914 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:06.914 DEBUG [main][MenuItemLookup] Found menu:'Example...' 19:50:06.914 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:06.914 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:50:06.914 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:50:06.915 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:50:06.915 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:50:06.915 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:50:06.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 19:50:06.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 19:50:06.967 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:50:06.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:06.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:06.972 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:50:06.972 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:06.972 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 19:50:06.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:06.972 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:06.972 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:06.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:06.973 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:06.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:50:06.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:50:06.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 19:50:06.974 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:50:06.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:50:06.974 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:50:06.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:50:06.974 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:50:06.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 19:50:06.974 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:50:06.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:50:06.974 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:50:06.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:50:06.974 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:50:06.974 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 19:50:06.974 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 19:50:06.974 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 19:50:06.977 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 19:50:06.977 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:50:06.977 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:50:06.977 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) 19:50:06.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:06.977 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:06.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:06.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:06.977 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:50:06.978 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:50:06.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:50:06.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:50:06.978 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:50:06.978 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:50:07.096 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:50:07.096 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:07.096 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:07.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 19:50:07.096 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 19:50:07.096 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 19:50:07.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:07.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:07.097 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 19:50:07.097 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:07.097 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 19:50:07.097 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:") 19:50:07.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:07.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:07.098 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:07.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:07.099 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:50:07.099 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:50:07.099 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 19:50:07.120 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 19:50:07.120 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 19:50:07.120 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) 19:50:07.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:07.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:07.121 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:07.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:07.121 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:50:07.121 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:50:07.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:50:07.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:50:07.122 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:50:07.122 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:50:07.124 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.... 19:50:07.624 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 19:50:07.624 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 19:50:07.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:07.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:07.626 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 19:50:07.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 "Don't Create") 19:50:07.626 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:50:07.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:50:07.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:50:07.627 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 19:50:07.627 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:50:07.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:07.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:07.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:07.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:07.627 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:50:07.627 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 19:50:07.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:50:07.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:50:07.627 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:50:07.627 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:50:07.696 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.... 19:50:07.696 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 19:50:07.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:50:07.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:50:07.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:50:07.696 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 19:50:07.696 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 19:50:07.696 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 19:50:07.696 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:50:07.696 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:50:07.696 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:50:07.696 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:50:07.696 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:50:07.696 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:50:07.696 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:50:07.696 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:50:07.696 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:50:07.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:50:07.696 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:07.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:07.714 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:50:07.714 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:07.716 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:07.716 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:50:07.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:07.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:07.716 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:50:07.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 '\*?\QProblems\E') 19:50:07.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:07.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:07.729 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:07.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:07.729 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:50:07.729 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:07.729 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:07.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:07.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:07.782 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:07.782 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:07.782 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:50:07.782 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:07.783 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:07.783 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:50:07.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:07.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:07.783 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:50:07.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') 19:50:07.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:07.783 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:07.784 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:07.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:07.784 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:50:07.784 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:50:07.784 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:50:07.793 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:07.793 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:07.793 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:07.793 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:07.813 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:07.813 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:07.813 DEBUG [main][MenuItemLookup] Found menu:'Show' 19:50:07.813 DEBUG [main][MenuItemLookup] Found menu:'Group By' 19:50:07.813 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 19:50:07.813 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 19:50:07.813 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 19:50:07.813 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 19:50:07.813 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 19:50:07.813 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 19:50:07.813 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 19:50:07.814 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 19:50:07.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 19:50:07.894 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 19:50:07.894 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 19:50:07.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:07.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:07.894 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:50:07.894 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:50:07.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:50:07.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:50:07.894 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 19:50:07.895 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:50:07.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:07.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:07.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:07.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:07.895 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:50:07.896 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 19:50:07.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:50:07.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:50:07.896 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:50:07.896 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:50:07.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) 19:50:07.897 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:50:07.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:50:07.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:50:07.897 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 19:50:07.897 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:50:07.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:07.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:07.898 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:07.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:07.898 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:50:07.899 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:50:07.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:50:07.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:50:07.899 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:50:07.899 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:50:08.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 19:50:08.014 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 19:50:08.015 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:08.015 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:08.015 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:08.015 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:08.015 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:50:08.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:08.015 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:08.016 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:08.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:08.016 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:08.016 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:08.016 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:08.016 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:08.017 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:08.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 19:50:08.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:08.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:08.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:08.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:08.017 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:08.017 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:08.017 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:08.018 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:08.018 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:08.018 DEBUG [main][MenuItemLookup] Found menu:'Show' 19:50:08.018 DEBUG [main][MenuItemLookup] Found menu:'Group By' 19:50:08.018 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 19:50:08.018 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 19:50:08.018 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 19:50:08.018 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 19:50:08.018 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 19:50:08.019 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 19:50:08.019 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 19:50:08.019 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 19:50:08.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 19:50:08.189 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 19:50:08.189 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 19:50:08.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:08.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:08.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: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 19:50:08.189 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:50:08.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:50:08.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:50:08.190 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 19:50:08.190 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:50:08.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:08.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:08.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:08.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:08.190 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:50:08.191 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 19:50:08.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:50:08.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:50:08.191 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:50:08.191 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:50:08.192 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 19:50:08.192 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:50:08.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:50:08.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:50:08.192 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 19:50:08.192 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:50:08.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:08.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:08.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:08.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:08.192 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:50:08.193 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:50:08.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:50:08.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:50:08.193 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:50:08.193 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:50:08.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 19:50:08.217 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 19:50:08.217 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:50:08.217 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:50:08.217 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:50:08.225 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:08.225 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:08.225 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:50:08.225 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:50:08.225 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:08.225 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:08.225 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:50:08.225 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:50:08.226 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:08.226 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:08.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:08.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:08.226 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:50:08.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:08.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:50:09.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:09.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:50:09.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:50:09.227 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:50:09.227 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:50:09.228 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:09.228 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:09.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 19:50:09.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:09.228 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:09.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:09.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:09.228 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:09.229 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 19:50:09.229 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 19:50:09.229 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 19:50:09.229 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 19:50:09.231 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 19:50:09.232 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:50:09.232 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:50:09.254 DEBUG [main][MenuItemLookup] Found menu:'New' 19:50:09.254 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:50:09.254 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:09.254 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:50:09.254 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 19:50:09.254 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:50:09.254 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:09.254 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:50:09.254 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:50:09.254 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:50:09.254 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:50:09.254 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:09.254 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 19:50:09.254 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 19:50:09.254 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 19:50:09.254 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 19:50:09.254 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:09.254 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:50:09.254 DEBUG [main][MenuItemLookup] Found menu:'Export...' 19:50:09.254 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:09.254 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:50:09.254 DEBUG [main][MenuItemLookup] Item match:Refresh F5 19:50:09.254 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 19:50:09.254 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 19:50:09.254 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 19:50:09.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:50:09.255 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 19:50:09.255 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 19:50:09.755 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 19:50:09.755 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:50:09.755 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:50:09.755 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:50:09.755 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:50:09.755 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:50:09.755 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:50:09.755 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:50:09.755 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:50:09.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:50:09.755 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 19:50:09.755 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 19:50:09.755 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 19:50:09.755 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 19:50:09.756 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 19:50:09.756 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:50:09.756 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:50:09.779 DEBUG [main][MenuItemLookup] Found menu:'New' 19:50:09.779 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:50:09.779 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:09.779 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:50:09.779 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 19:50:09.779 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:50:09.779 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:09.779 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:50:09.779 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:50:09.779 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:50:09.779 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:50:09.779 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:50:09.779 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:50:09.779 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:50:09.779 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 19:50:09.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 'Delete.*'] is available.... 19:50:10.353 DEBUG [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 19:50:10.353 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 19:50:10.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:10.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:10.355 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:10.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:10.355 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 19:50:10.355 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:50:10.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:50:10.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:50:10.355 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:50:10.355 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:50:10.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:10.355 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:10.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:10.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:10.355 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:50:10.356 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 19:50:10.356 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 19:50:10.356 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 19:50:10.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:50:10.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:50:10.356 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:50:10.356 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:50:10.356 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 19:50:10.356 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:50:10.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:50:10.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:50:10.356 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:50:10.356 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:50:10.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:10.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:10.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:10.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:10.357 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:50:10.357 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:50:10.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:50:10.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:50:10.357 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:50:10.357 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:50:10.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 19:50:10.360 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 19:50:10.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 19:50:10.860 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 19:50:10.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:50:10.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 19:50:10.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:50:10.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:50:10.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:50:10.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:50:10.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:50:10.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:50:10.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:50:10.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:50:10.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:50:10.860 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 19:50:10.860 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:50:10.860 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:50:10.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:50:10.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:50:10.861 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHideHiddenProblemColumn no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 19:50:10.861 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:50:10.861 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShowProblemColumnNullArgument no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 19:50:10.861 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 19:50:10.861 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:50:10.861 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:50:10.861 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:50:10.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:50:10.861 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:10.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:50:10.861 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:10.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 Java Project"] 19:50:10.861 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:10.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:50:10.861 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:10.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:50:10.861 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:10.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:50:10.861 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:10.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 Java Project"] 19:50:10.862 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:10.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:50:10.862 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:10.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:50:10.862 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:10.862 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:50:10.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:10.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:10.862 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:50:10.862 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:50:10.862 DEBUG [main][MenuItemLookup] Found menu:'File' 19:50:10.862 DEBUG [main][MenuItemLookup] Item match:File 19:50:10.863 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:50:10.863 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:50:10.865 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 19:50:10.865 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:50:10.865 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:10.865 DEBUG [main][MenuItemLookup] Found menu:'Package' 19:50:10.865 DEBUG [main][MenuItemLookup] Found menu:'Class' 19:50:10.865 DEBUG [main][MenuItemLookup] Found menu:'Interface' 19:50:10.865 DEBUG [main][MenuItemLookup] Found menu:'Enum' 19:50:10.865 DEBUG [main][MenuItemLookup] Found menu:'Record' 19:50:10.865 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 19:50:10.865 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 19:50:10.865 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 19:50:10.865 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:50:10.865 DEBUG [main][MenuItemLookup] Found menu:'File' 19:50:10.865 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:50:10.865 DEBUG [main][MenuItemLookup] Found menu:'Task' 19:50:10.865 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 19:50:10.865 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:10.865 DEBUG [main][MenuItemLookup] Found menu:'Example...' 19:50:10.865 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:10.865 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:50:10.865 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:50:10.865 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:50:10.865 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:50:10.865 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:50:10.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 'New|Select a wizard'] is available.... 19:50:10.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 19:50:10.921 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:50:10.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:10.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:10.922 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:50:10.923 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:10.923 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 19:50:10.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:10.923 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:10.923 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:10.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:10.923 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:10.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:50:10.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:50:10.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 19:50:10.924 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:50:10.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:50:10.924 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:50:10.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:50:10.924 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:50:10.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 19:50:10.924 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:50:10.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:50:10.924 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:50:10.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:50:10.924 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:50:10.924 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 19:50:10.924 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 19:50:10.925 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 19:50:10.925 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 19:50:10.925 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:50:10.925 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:50:10.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) 19:50:10.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:10.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:10.925 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:10.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:10.925 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:50:10.926 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:50:10.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:50:10.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:50:10.926 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:50:10.926 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:50:11.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:50:11.044 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:11.044 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:11.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 19:50:11.044 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 19:50:11.044 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 19:50:11.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:11.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:11.045 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 19:50:11.045 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:11.045 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 19:50:11.045 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:") 19:50:11.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:11.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:11.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:11.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:11.046 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:50:11.046 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:50:11.047 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 19:50:11.067 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 19:50:11.067 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 19:50:11.067 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) 19:50:11.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:11.067 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:11.069 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:11.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:11.069 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:50:11.069 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:50:11.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:50:11.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:50:11.069 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:50:11.069 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:50:11.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.... 19:50:11.572 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 19:50:11.572 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 19:50:11.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:11.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:11.575 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 19:50:11.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: 8, Matcher matching widgets with text that without mnenomic matches: is "Don't Create") 19:50:11.575 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:50:11.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:50:11.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:50:11.575 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 19:50:11.575 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:50:11.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:11.575 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:11.575 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:11.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:11.575 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:50:11.576 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 19:50:11.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:50:11.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:50:11.576 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:50:11.576 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:50:11.691 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.... 19:50:11.691 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 19:50:11.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:50:11.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:50:11.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:50:11.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 19:50:11.692 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 19:50:11.692 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:50:11.692 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:50:11.692 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:50:11.692 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:50:11.692 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:50:11.692 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:50:11.692 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:50:11.692 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:50:11.692 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:50:11.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:50:11.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:11.694 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:11.694 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:50:11.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:11.698 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:11.698 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:50:11.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:11.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:11.698 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:50:11.698 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:50:11.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:11.698 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:11.701 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:11.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:11.701 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:50:11.701 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:11.701 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:11.708 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:11.708 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:11.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:11.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:11.709 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:50:11.709 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:11.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:11.709 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:50:11.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:11.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:11.709 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:50:11.709 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:50:11.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:11.709 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:11.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:11.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:11.710 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:50:11.710 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:50:11.710 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:50:11.729 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:11.729 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:11.730 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:11.730 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:11.736 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:11.737 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:11.737 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:50:11.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:11.737 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:11.737 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:11.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:11.737 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:11.737 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:11.737 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:11.737 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:11.738 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:11.738 DEBUG [main][MenuItemLookup] Found menu:'Show' 19:50:11.738 DEBUG [main][MenuItemLookup] Found menu:'Group By' 19:50:11.738 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 19:50:11.738 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 19:50:11.738 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 19:50:11.738 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 19:50:11.738 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 19:50:11.738 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 19:50:11.738 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 19:50:11.738 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 19:50:11.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 19:50:11.795 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 19:50:11.796 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 19:50:11.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:11.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:11.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 "Restore Defaults") 19:50:11.796 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:50:11.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:50:11.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:50:11.796 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 19:50:11.796 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:50:11.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:11.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:11.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:11.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:11.797 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:50:11.797 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 19:50:11.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:50:11.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:50:11.797 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:50:11.797 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:50:11.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 "OK", Widget matcher matching widgets with style: 8) 19:50:11.798 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:50:11.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:50:11.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:50:11.798 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 19:50:11.798 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:50:11.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:11.798 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:11.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:11.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:11.799 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:50:11.799 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:50:11.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:50:11.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:50:11.799 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:50:11.799 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:50:11.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 19:50:11.836 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 19:50:11.837 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:50:11.837 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:50:11.837 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:50:11.846 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:11.846 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:11.846 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:50:11.846 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:50:11.846 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:11.846 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:11.846 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:50:11.846 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:50:11.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:11.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:11.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:11.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:11.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:50:12.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:12.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:50:12.867 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:12.868 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:50:12.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:50:12.868 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:50:12.868 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:50:12.868 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:12.869 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:12.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 19:50:12.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:12.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:12.869 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:12.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:12.869 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:12.869 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 19:50:12.869 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 19:50:12.869 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 19:50:12.869 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 19:50:12.871 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 19:50:12.871 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:50:12.871 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:50:12.908 DEBUG [main][MenuItemLookup] Found menu:'New' 19:50:12.908 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:50:12.908 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:12.908 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:50:12.908 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 19:50:12.908 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:50:12.908 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:12.908 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:50:12.908 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:50:12.908 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:50:12.908 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:50:12.908 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:12.908 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 19:50:12.908 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 19:50:12.908 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 19:50:12.908 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 19:50:12.908 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:12.908 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:50:12.908 DEBUG [main][MenuItemLookup] Found menu:'Export...' 19:50:12.908 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:12.908 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:50:12.908 DEBUG [main][MenuItemLookup] Item match:Refresh F5 19:50:12.908 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 19:50:12.908 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 19:50:12.908 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 19:50:12.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:50:12.908 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 19:50:13.409 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 19:50:13.409 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:50:13.409 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:50:13.409 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:50:13.409 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:50:13.409 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:50:13.409 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:50:13.409 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:50:13.409 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:50:13.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:50:13.409 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 19:50:13.409 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 19:50:13.409 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 19:50:13.409 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 19:50:13.410 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 19:50:13.411 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:50:13.411 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:50:13.434 DEBUG [main][MenuItemLookup] Found menu:'New' 19:50:13.434 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:50:13.434 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:13.434 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:50:13.434 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 19:50:13.434 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:50:13.434 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:13.434 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:50:13.434 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:50:13.434 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:50:13.434 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:50:13.434 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:50:13.434 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:50:13.434 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:50:13.435 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 19:50:13.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.... 19:50:14.025 DEBUG [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 19:50:14.025 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 19:50:14.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:14.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:14.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:14.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:14.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: 32) 19:50:14.028 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:50:14.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:50:14.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:50:14.028 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:50:14.028 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:50:14.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:14.028 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:14.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:14.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:14.028 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:50:14.028 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 19:50:14.029 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 19:50:14.029 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 19:50:14.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:50:14.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:50:14.029 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:50:14.029 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:50:14.029 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 19:50:14.029 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:50:14.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:50:14.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:50:14.029 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:50:14.029 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:50:14.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:14.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:14.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:14.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:14.029 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:50:14.030 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:50:14.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:50:14.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:50:14.030 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:50:14.030 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:50:14.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 19:50:14.032 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 19:50:14.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 19:50:14.533 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 19:50:14.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:50:14.533 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 1 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 19:50:14.533 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 19:50:14.533 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:50:14.533 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:50:14.533 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:50:14.533 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:50:14.533 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:50:14.533 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:50:14.533 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:50:14.533 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:50:14.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:50:14.533 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 19:50:14.533 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:50:14.533 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:50:14.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:50:14.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:50:14.534 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShowProblemColumnNullArgument no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 19:50:14.534 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:50:14.534 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShowProblemColumnEmptyArrayArgument no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 19:50:14.534 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 19:50:14.534 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:50:14.534 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:50:14.534 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:50:14.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:50:14.534 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:14.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:50:14.534 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:14.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 Java Project"] 19:50:14.534 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:14.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:50:14.534 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:14.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:50:14.534 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:14.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:50:14.535 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:14.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 Java Project"] 19:50:14.535 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:14.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:50:14.535 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:14.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:50:14.535 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:14.535 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:50:14.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:14.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:14.535 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:50:14.535 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:50:14.535 DEBUG [main][MenuItemLookup] Found menu:'File' 19:50:14.536 DEBUG [main][MenuItemLookup] Item match:File 19:50:14.536 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:50:14.536 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:50:14.538 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 19:50:14.538 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:50:14.538 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:14.538 DEBUG [main][MenuItemLookup] Found menu:'Package' 19:50:14.538 DEBUG [main][MenuItemLookup] Found menu:'Class' 19:50:14.538 DEBUG [main][MenuItemLookup] Found menu:'Interface' 19:50:14.538 DEBUG [main][MenuItemLookup] Found menu:'Enum' 19:50:14.538 DEBUG [main][MenuItemLookup] Found menu:'Record' 19:50:14.538 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 19:50:14.538 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 19:50:14.538 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 19:50:14.538 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:50:14.538 DEBUG [main][MenuItemLookup] Found menu:'File' 19:50:14.538 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:50:14.538 DEBUG [main][MenuItemLookup] Found menu:'Task' 19:50:14.538 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 19:50:14.538 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:14.538 DEBUG [main][MenuItemLookup] Found menu:'Example...' 19:50:14.538 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:14.538 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:50:14.538 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:50:14.550 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:50:14.550 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:50:14.550 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:50:14.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 19:50:14.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 19:50:14.625 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:50:14.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:14.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:14.626 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:50:14.626 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:14.626 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 19:50:14.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:14.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:14.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:14.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:14.627 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:14.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:50:14.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:50:14.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 19:50:14.628 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:50:14.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:50:14.628 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:50:14.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:50:14.628 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:50:14.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 19:50:14.628 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:50:14.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:50:14.628 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:50:14.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:50:14.628 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:50:14.628 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 19:50:14.628 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 19:50:14.628 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 19:50:14.628 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 19:50:14.628 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:50:14.628 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:50:14.628 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) 19:50:14.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:14.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:14.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:14.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:14.629 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:50:14.629 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:50:14.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:50:14.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:50:14.629 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:50:14.629 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:50:14.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:50:14.784 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:14.784 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:14.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 19:50:14.784 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 19:50:14.784 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 19:50:14.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:14.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:14.785 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 19:50:14.785 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:14.797 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 19:50:14.797 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:") 19:50:14.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:14.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:14.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:14.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:14.799 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:50:14.799 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:50:14.799 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 19:50:14.820 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 19:50:14.820 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 19:50:14.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.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) 19:50:14.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:14.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:14.821 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:14.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:14.821 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:50:14.822 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:50:14.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:50:14.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:50:14.822 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:50:14.822 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:50:14.824 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.... 19:50:15.325 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 19:50:15.325 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 19:50:15.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:15.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:15.327 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 19:50:15.327 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:50:15.327 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:50:15.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:50:15.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:50:15.328 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 19:50:15.328 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:50:15.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:15.328 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:15.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:15.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:15.328 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:50:15.329 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 19:50:15.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:50:15.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:50:15.329 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:50:15.329 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:50:15.400 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.... 19:50:15.400 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 19:50:15.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:50:15.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:50:15.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:50:15.400 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 19:50:15.400 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:50:15.400 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:50:15.400 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:50:15.400 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:50:15.400 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:50:15.400 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:50:15.400 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:50:15.400 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:50:15.400 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:50:15.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:50:15.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:15.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:15.417 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:50:15.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:15.420 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:15.420 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:50:15.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:15.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:15.420 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:50:15.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 '\*?\QProblems\E') 19:50:15.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:15.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:15.422 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:15.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:15.422 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:50:15.422 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:15.422 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:15.429 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:15.429 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:15.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:15.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:15.430 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:50:15.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:15.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:15.430 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:50:15.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:15.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:15.430 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:50:15.431 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:50:15.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:15.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:15.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:15.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:15.431 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:50:15.431 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:50:15.431 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:50:15.451 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:15.451 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:15.451 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:15.451 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:15.487 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:15.488 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:15.488 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:50:15.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:15.488 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:15.488 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:15.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:15.488 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:15.488 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:15.488 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:15.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:15.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:15.490 DEBUG [main][MenuItemLookup] Found menu:'Show' 19:50:15.490 DEBUG [main][MenuItemLookup] Found menu:'Group By' 19:50:15.490 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 19:50:15.490 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 19:50:15.490 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 19:50:15.490 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 19:50:15.490 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 19:50:15.490 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 19:50:15.490 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 19:50:15.490 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 19:50:15.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 19:50:15.537 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 19:50:15.537 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 19:50:15.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:15.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:15.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: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 19:50:15.538 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:50:15.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:50:15.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:50:15.538 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 19:50:15.538 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:50:15.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:15.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:15.539 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:15.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:15.539 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:50:15.539 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 19:50:15.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:50:15.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:50:15.539 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:50:15.539 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:50:15.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: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 19:50:15.540 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:50:15.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:50:15.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:50:15.540 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 19:50:15.540 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:50:15.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:15.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:15.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:15.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:15.541 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:50:15.541 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:50:15.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:50:15.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:50:15.541 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:50:15.541 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:50:15.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 19:50:15.591 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 19:50:15.591 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:50:15.591 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:50:15.591 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:50:15.600 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:15.600 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:15.600 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:50:15.600 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:50:15.600 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:15.600 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:15.601 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:50:15.601 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:50:15.601 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:15.601 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:15.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:15.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:15.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:50:16.101 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:16.102 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:50:16.602 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:16.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:50:16.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:50:16.628 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:50:16.628 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:50:16.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:16.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:16.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 19:50:16.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:16.629 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:16.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:16.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:16.629 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:16.629 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 19:50:16.629 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 19:50:16.629 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 19:50:16.629 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 19:50:16.630 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 19:50:16.631 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:50:16.631 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:50:16.666 DEBUG [main][MenuItemLookup] Found menu:'New' 19:50:16.666 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:50:16.666 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:16.666 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:50:16.666 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 19:50:16.666 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:50:16.666 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:16.666 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:50:16.666 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:50:16.666 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:50:16.666 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:50:16.666 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:16.666 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 19:50:16.666 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 19:50:16.666 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 19:50:16.666 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 19:50:16.666 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:16.666 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:50:16.666 DEBUG [main][MenuItemLookup] Found menu:'Export...' 19:50:16.666 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:16.666 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:50:16.666 DEBUG [main][MenuItemLookup] Item match:Refresh F5 19:50:16.666 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 19:50:16.666 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 19:50:16.666 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 19:50:16.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:50:16.666 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 19:50:17.166 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 19:50:17.166 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:50:17.166 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:50:17.166 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:50:17.166 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:50:17.166 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:50:17.166 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:50:17.167 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:50:17.167 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:50:17.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:50:17.167 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 19:50:17.167 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 19:50:17.167 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 19:50:17.167 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 19:50:17.169 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 19:50:17.169 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:50:17.169 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:50:17.204 DEBUG [main][MenuItemLookup] Found menu:'New' 19:50:17.204 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:50:17.204 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:17.204 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:50:17.204 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 19:50:17.204 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:50:17.204 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:17.204 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:50:17.204 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:50:17.204 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:50:17.204 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:50:17.204 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:50:17.204 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:50:17.204 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:50:17.204 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 19:50:17.215 DEBUG [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.... 19:50:17.799 DEBUG [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 19:50:17.799 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 19:50:17.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:17.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:17.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:17.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:17.802 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 19:50:17.802 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:50:17.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:50:17.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:50:17.802 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:50:17.802 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:50:17.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:17.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:17.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:17.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:17.802 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:50:17.803 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 19:50:17.803 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 19:50:17.803 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 19:50:17.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:50:17.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:50:17.803 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:50:17.803 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:50:17.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) 19:50:17.803 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:50:17.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:50:17.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:50:17.803 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:50:17.803 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:50:17.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:17.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:17.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:17.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:17.804 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:50:17.804 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:50:17.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:50:17.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:50:17.804 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:50:17.804 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:50:17.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 19:50:17.807 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 19:50:18.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 19:50:18.307 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 19:50:18.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:50:18.307 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 1 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 19:50:18.307 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 19:50:18.307 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:50:18.307 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:50:18.307 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:50:18.307 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:50:18.307 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:50:18.307 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:50:18.307 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:50:18.307 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:50:18.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:50:18.307 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 19:50:18.307 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:50:18.307 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:50:18.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:50:18.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:50:18.308 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShowProblemColumnEmptyArrayArgument no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 19:50:18.308 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:50:18.308 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOneErrorOneWarning no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 19:50:18.308 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 19:50:18.308 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:50:18.308 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:50:18.308 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:50:18.308 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:50:18.308 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:18.309 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:50:18.309 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:18.309 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 19:50:18.309 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:18.309 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:50:18.309 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:18.309 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:50:18.309 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:18.309 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:50:18.309 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:18.309 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 19:50:18.309 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:18.309 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:50:18.309 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:18.309 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:50:18.309 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:18.309 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:50:18.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:18.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:18.310 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:50:18.310 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:50:18.310 DEBUG [main][MenuItemLookup] Found menu:'File' 19:50:18.310 DEBUG [main][MenuItemLookup] Item match:File 19:50:18.310 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:50:18.310 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:50:18.312 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 19:50:18.312 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:50:18.312 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:18.312 DEBUG [main][MenuItemLookup] Found menu:'Package' 19:50:18.312 DEBUG [main][MenuItemLookup] Found menu:'Class' 19:50:18.312 DEBUG [main][MenuItemLookup] Found menu:'Interface' 19:50:18.312 DEBUG [main][MenuItemLookup] Found menu:'Enum' 19:50:18.312 DEBUG [main][MenuItemLookup] Found menu:'Record' 19:50:18.312 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 19:50:18.312 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 19:50:18.312 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 19:50:18.312 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:50:18.312 DEBUG [main][MenuItemLookup] Found menu:'File' 19:50:18.312 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:50:18.312 DEBUG [main][MenuItemLookup] Found menu:'Task' 19:50:18.312 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 19:50:18.312 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:18.312 DEBUG [main][MenuItemLookup] Found menu:'Example...' 19:50:18.312 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:18.312 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:50:18.312 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:50:18.322 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:50:18.322 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:50:18.322 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:50:18.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 'New|Select a wizard'] is available.... 19:50:18.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 19:50:18.373 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:50:18.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:18.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:18.378 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:50:18.378 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:18.379 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 19:50:18.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:18.379 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:18.379 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:18.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:18.379 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:18.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:50:18.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:50:18.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 19:50:18.380 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:50:18.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:50:18.380 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:50:18.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:50:18.380 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:50:18.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 19:50:18.380 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:50:18.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:50:18.380 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:50:18.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:50:18.380 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:50:18.381 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 19:50:18.381 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 19:50:18.381 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 19:50:18.381 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 19:50:18.381 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:50:18.381 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:50: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.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) 19:50:18.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:18.381 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:18.381 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:18.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:18.381 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:50:18.382 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:50:18.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:50:18.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:50:18.382 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:50:18.382 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:50:18.500 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:50:18.500 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:18.500 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:18.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 19:50:18.501 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 19:50:18.501 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 19:50:18.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:18.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:18.501 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 19:50:18.501 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:18.502 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 19:50:18.502 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:") 19:50:18.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:18.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:18.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:18.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:18.503 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:50:18.503 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:50:18.503 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 19:50:18.523 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 19:50:18.523 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 19:50:18.524 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) 19:50:18.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:18.524 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:18.525 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:18.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:18.525 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:50:18.525 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:50:18.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:50:18.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:50:18.525 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:50:18.525 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:50:18.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.... 19:50:19.028 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 19:50:19.028 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 19:50:19.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:19.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:19.030 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 19:50:19.030 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:50:19.030 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:50:19.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:50:19.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:50:19.030 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 19:50:19.030 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:50:19.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:19.030 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:19.031 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:19.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:19.031 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:50:19.031 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 19:50:19.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:50:19.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:50:19.031 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:50:19.031 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:50:19.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.... 19:50:19.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. finished successfully 19:50:19.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:50:19.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:50:19.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:50:19.118 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 19:50:19.118 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 19:50:19.118 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:50:19.118 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:50:19.118 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:50:19.118 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:50:19.118 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:50:19.118 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:50:19.118 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:50:19.118 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:50:19.118 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:50:19.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:50:19.118 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:19.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:19.120 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:50:19.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:19.123 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:19.123 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:50:19.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:19.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:19.123 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:50:19.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') 19:50:19.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:19.123 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:19.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:19.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:19.125 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:50:19.125 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:19.125 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:19.142 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:19.142 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:19.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:19.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:19.143 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:50:19.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:19.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:19.144 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:50:19.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:19.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:19.145 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:50:19.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 19:50:19.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:19.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:19.145 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:19.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:19.145 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:50:19.145 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:50:19.145 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:50:19.157 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:19.157 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:19.157 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:50:19.157 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:50:19.157 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:50:19.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:19.196 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:19.196 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:50:19.197 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:50:19.197 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:19.197 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:19.197 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:50:19.197 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:50:19.198 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:19.198 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:19.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:19.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:19.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:50:19.699 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:19.699 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:50:20.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:20.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:50:20.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:50:20.200 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:50:20.200 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:50:20.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:20.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:20.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 19:50:20.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:20.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:20.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:20.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:20.201 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:20.201 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 19:50:20.201 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 19:50:20.201 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 19:50:20.201 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 19:50:20.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:50:20.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:50:20.715 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 19:50:20.715 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 19:50:20.715 DEBUG [main][TreeItemHandler] Selecting tree item: src 19:50:20.716 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 19:50:20.717 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 19:50:20.717 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:50:20.717 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:20.717 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:50:20.718 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:20.718 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 19:50:20.718 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:20.718 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:50:20.718 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:20.718 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:50:20.718 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:20.718 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:50:20.718 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:20.718 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 19:50:20.718 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:20.719 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:50:20.719 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:20.719 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:50:20.719 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:20.719 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:50:20.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:20.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:20.720 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:50:20.720 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:50:20.720 DEBUG [main][MenuItemLookup] Found menu:'File' 19:50:20.720 DEBUG [main][MenuItemLookup] Item match:File 19:50:20.720 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:50:20.720 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:50:20.722 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 19:50:20.722 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:50:20.722 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:20.722 DEBUG [main][MenuItemLookup] Found menu:'Package' 19:50:20.722 DEBUG [main][MenuItemLookup] Found menu:'Class' 19:50:20.722 DEBUG [main][MenuItemLookup] Found menu:'Interface' 19:50:20.722 DEBUG [main][MenuItemLookup] Found menu:'Enum' 19:50:20.722 DEBUG [main][MenuItemLookup] Found menu:'Record' 19:50:20.722 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 19:50:20.722 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 19:50:20.722 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 19:50:20.722 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:50:20.722 DEBUG [main][MenuItemLookup] Found menu:'File' 19:50:20.722 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:50:20.722 DEBUG [main][MenuItemLookup] Found menu:'Task' 19:50:20.722 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 19:50:20.722 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:20.722 DEBUG [main][MenuItemLookup] Found menu:'Example...' 19:50:20.722 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:20.722 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:50:20.722 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:50:20.723 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:50:20.723 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:50:20.723 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:50:20.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 19:50:20.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 19:50:20.887 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:50:20.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:20.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:20.888 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:50:20.888 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:20.888 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 19:50:20.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:20.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:20.889 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:20.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:20.889 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:20.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:50:20.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:50:20.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 19:50:20.890 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:50:20.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:50:20.890 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:50:20.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:50:20.890 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:50:20.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 19:50:20.890 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:50:20.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:50:20.890 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:50:20.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:50:20.890 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:50:20.891 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 19:50:20.891 DEBUG [main][TreeItemHandler] Selecting tree item: Class 19:50:20.891 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 19:50:20.893 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 19:50:20.893 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:50:20.893 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:50:20.893 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) 19:50:20.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:20.893 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:20.894 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:20.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:20.894 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:50:20.894 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:50:20.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:50:20.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:50:20.894 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:50:20.894 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:50:20.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:50:20.997 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:20.997 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:20.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 19:50:20.997 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 19:50:20.997 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 19:50:20.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:20.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:20.998 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 19:50:20.998 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:20.998 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:") 19:50:20.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:20.998 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:21.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:21.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:21.002 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:50:21.002 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:50:21.003 INFO [WorkbenchTestable][AbstractText] Text set to: ErrorTestClass 19:50:21.008 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 19:50:21.008 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 19:50:21.008 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) 19:50:21.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:21.008 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:21.010 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:21.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:21.010 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:50:21.010 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:50:21.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:50:21.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:50:21.010 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:50:21.010 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:50:21.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:50:21.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:50:21.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:50:21.528 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 19:50:21.528 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 19:50:21.528 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:50:21.528 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:50:21.528 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:50:21.528 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:50:21.528 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:50:21.528 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:50:21.528 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:50:21.528 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:50:21.528 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:50:21.528 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:50:21.528 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:50:21.528 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:50:21.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:50:21.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:50:21.528 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 19:50:21.528 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 19:50:21.528 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:50:21.528 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:50:21.528 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:50:21.528 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:50:21.528 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:50:21.528 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:50:21.528 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:50:21.528 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:50:21.528 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:50:21.528 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:50:21.528 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:50:21.528 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:50:21.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:50:21.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2d4ef018 is found... 19:50:21.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2d4ef018 is found finished successfully 19:50:21.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QErrorTestClass.java\E') 19:50:21.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:21.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:21.530 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:21.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:21.530 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:50:21.530 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:21.530 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class ErrorTestClass { } TooltipText=null 19:50:21.530 INFO [WorkbenchTestable][TextEditor] Set text to editor 19:50:21.533 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:21.534 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class ErrorTestClass{ } TooltipText=null 19:50:21.536 INFO [WorkbenchTestable][AbstractEditor] Save editor 19:50:21.536 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 19:50:21.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:21.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:21.537 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 19:50:21.537 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 19:50:21.537 DEBUG [main][MenuItemLookup] Found menu:'File' 19:50:21.537 DEBUG [main][MenuItemLookup] Item match:File 19:50:21.538 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:50:21.538 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:50:21.538 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:50:21.538 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:50:21.538 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:21.538 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:50:21.538 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:50:21.538 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:21.538 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:50:21.538 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 19:50:21.539 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 19:50:21.539 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 19:50:21.539 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 19:50:21.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 19:50:21.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 19:50:21.593 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:21.593 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class ErrorTestClass{ } TooltipText=null 19:50:21.593 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:50:21.593 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:21.593 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:21.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:21.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:21.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:21.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:21.620 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:50:21.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:21.623 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:21.623 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 19:50:21.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:21.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:21.623 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 19:50:21.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 '\*?\QProblems\E') 19:50:21.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:21.624 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:21.626 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:21.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:21.626 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:50:21.627 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:21.627 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:21.627 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:21.627 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:50:21.627 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:21.627 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:21.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view.... 19:50:21.628 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:21.628 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:21.628 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:21.628 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:50:21.628 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:21.628 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:21.628 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:21.628 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:21.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:21.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:50:21.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:21.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:21.629 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:50:21.629 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:21.629 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:21.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:21.630 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:50:21.630 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:21.630 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:21.630 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:50:21.630 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:50:21.630 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:50:21.630 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:50:21.630 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:50:21.630 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:50:21.630 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 19:50:21.630 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:50:21.630 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:50:21.630 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:50:21.630 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:50:21.630 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:50:21.630 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:50:21.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 19:50:22.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 19:50:22.631 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:50:22.631 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:22.631 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:22.632 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:22.632 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:50:22.632 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:22.632 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:22.632 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:50:22.633 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:50:22.633 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:50:22.633 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:50:22.633 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:50:22.633 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:50:22.633 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 19:50:22.633 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:50:22.633 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:50:22.633 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:50:22.633 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:50:22.633 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:50:22.633 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:50:22.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 19:50:22.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 19:50:22.633 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:22.633 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:22.634 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:22.634 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:50:22.634 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:22.634 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:22.634 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:50:22.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:22.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:22.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:22.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:22.634 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:23.135 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:23.135 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:23.136 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:23.136 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:23.136 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:23.136 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:23.137 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:23.137 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:23.137 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:50:23.137 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:23.137 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:23.137 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:23.137 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:23.137 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:50:23.138 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:50:23.138 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:50:23.138 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:50:23.138 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:50:23.138 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:50:23.138 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 19:50:23.138 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:50:23.138 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:50:23.138 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:50:23.138 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:50:23.138 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:50:23.138 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:50:23.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 19:50:24.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 19:50:24.139 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:50:24.140 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:24.140 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:24.140 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:24.140 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:24.140 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:50:24.141 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:50:24.141 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:50:24.141 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:50:24.141 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:50:24.141 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:50:24.141 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 19:50:24.141 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:50:24.141 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:50:24.141 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:50:24.141 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:50:24.141 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:50:24.141 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:50:24.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 19:50:24.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 19:50:24.141 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:24.141 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:24.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:24.142 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:24.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 19:50:24.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:24.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:24.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:24.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:24.142 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:24.142 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 19:50:24.142 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 19:50:24.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:50:24.142 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 19:50:24.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:50:24.142 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 19:50:24.142 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 19:50:24.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:50:24.142 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 19:50:24.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:50:24.142 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 19:50:24.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view. finished successfully 19:50:24.142 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:50:24.142 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:50:24.142 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:50:24.155 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:24.155 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:24.155 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:50:24.155 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:50:24.156 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:24.156 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:24.156 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:50:24.156 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:50:24.156 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:24.156 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:24.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:24.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:24.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:50:24.657 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:24.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:50:25.157 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:25.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:50:25.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:50:25.158 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:50:25.158 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:50:25.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:25.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:25.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 19:50:25.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:25.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:25.159 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:25.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:25.159 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:25.159 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 19:50:25.159 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 19:50:25.160 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 19:50:25.160 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 19:50:25.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:50:25.160 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProblemsViewTestProject is already expanded. No action performed 19:50:25.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:50:25.160 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 19:50:25.160 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 19:50:25.160 DEBUG [main][TreeItemHandler] Selecting tree item: src 19:50:25.160 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 19:50:25.161 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 19:50:25.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:50:25.162 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:25.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:50:25.162 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:25.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: "New Java Class"] 19:50:25.162 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:25.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:50:25.162 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:25.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:50:25.162 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:25.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:50:25.162 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:25.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: "New Java Class"] 19:50:25.162 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:25.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:50:25.163 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:25.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:50:25.163 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:25.163 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 19:50:25.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:25.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:25.163 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 19:50:25.163 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 19:50:25.163 DEBUG [main][MenuItemLookup] Found menu:'File' 19:50:25.163 DEBUG [main][MenuItemLookup] Item match:File 19:50:25.172 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:50:25.172 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:50:25.174 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 19:50:25.174 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:50:25.174 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:25.174 DEBUG [main][MenuItemLookup] Found menu:'Package' 19:50:25.174 DEBUG [main][MenuItemLookup] Found menu:'Class' 19:50:25.174 DEBUG [main][MenuItemLookup] Found menu:'Interface' 19:50:25.174 DEBUG [main][MenuItemLookup] Found menu:'Enum' 19:50:25.174 DEBUG [main][MenuItemLookup] Found menu:'Record' 19:50:25.174 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 19:50:25.174 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 19:50:25.174 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 19:50:25.174 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:50:25.174 DEBUG [main][MenuItemLookup] Found menu:'File' 19:50:25.174 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:50:25.174 DEBUG [main][MenuItemLookup] Found menu:'Task' 19:50:25.174 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 19:50:25.174 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:25.174 DEBUG [main][MenuItemLookup] Found menu:'Example...' 19:50:25.174 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:25.174 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:50:25.174 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:50:25.189 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:50:25.189 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:50:25.189 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:50:25.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 19:50:25.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 'New|Select a wizard'] is available. finished successfully 19:50:25.245 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:50:25.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:25.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:25.246 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:50:25.246 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:25.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 19:50:25.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:25.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:25.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:25.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:25.247 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:25.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:50:25.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:50:25.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 19:50:25.248 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:50:25.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:50:25.248 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:50:25.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:50:25.248 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:50:25.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 19:50:25.248 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:50:25.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:50:25.248 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:50:25.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:50:25.248 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:50:25.248 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 19:50:25.248 DEBUG [main][TreeItemHandler] Selecting tree item: Class 19:50:25.248 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 19:50:25.248 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 19:50:25.248 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:50:25.248 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:50:25.248 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) 19:50:25.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:25.248 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:25.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:25.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:25.249 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:50:25.249 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:50:25.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:50:25.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:50:25.249 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:50:25.249 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:50:25.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:50:25.301 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:25.301 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:25.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 19:50:25.302 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 19:50:25.302 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 19:50:25.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:25.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:25.303 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 19:50:25.303 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:25.303 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:") 19:50:25.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:25.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:25.307 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:25.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:25.307 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:50:25.307 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:50:25.307 INFO [WorkbenchTestable][AbstractText] Text set to: WarningTestClass 19:50:25.321 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 19:50:25.321 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 19:50:25.321 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) 19:50:25.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:25.322 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:25.323 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:25.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:25.323 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:50:25.323 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:50:25.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:50:25.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:50:25.323 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:50:25.323 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:50:25.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:50:25.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:50:25.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:50:25.827 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:50:25.827 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:50:25.827 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:50:25.827 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:50:25.827 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:50:25.827 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:50:25.827 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:50:25.827 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:50:25.827 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:50:25.827 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:50:25.827 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:50:25.827 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:50:25.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:50:25.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:50:25.827 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:50:25.827 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:50:25.827 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:50:25.827 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:50:25.827 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:50:25.827 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:50:25.827 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:50:25.827 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:50:25.827 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:50:25.827 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:50:25.827 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:50:25.827 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:50:25.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:50:25.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6b2da5ae is found... 19:50:25.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6b2da5ae is found finished successfully 19:50:25.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 '\*?\QWarningTestClass.java\E') 19:50:25.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:25.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:25.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:25.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:25.829 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:50:25.829 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:25.829 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class WarningTestClass { } TooltipText=null 19:50:25.829 INFO [WorkbenchTestable][TextEditor] Set text to editor 19:50:25.832 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:25.832 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ private int i; } TooltipText=null 19:50:25.832 INFO [WorkbenchTestable][AbstractEditor] Save editor 19:50:25.832 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:50:25.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:25.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:25.833 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:50:25.833 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:50:25.833 DEBUG [main][MenuItemLookup] Found menu:'File' 19:50:25.833 DEBUG [main][MenuItemLookup] Item match:File 19:50:25.833 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:50:25.833 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:50:25.833 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:50:25.833 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:50:25.833 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:25.833 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:50:25.833 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:50:25.833 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:25.833 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:50:25.833 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 19:50:25.834 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 19:50:25.834 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 19:50:25.834 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 19:50:25.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 19:50:25.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 19:50:25.858 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:25.858 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ private int i; } TooltipText=null 19:50:25.858 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:50:25.858 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:25.858 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:25.867 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:25.867 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:25.868 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:25.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:25.871 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:50:25.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:25.888 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:25.888 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:50:25.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:25.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:25.888 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:50:25.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 19:50:25.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:25.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:25.903 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:25.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:25.903 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:50:25.903 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:25.903 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:25.903 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:25.903 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:50:25.903 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:25.903 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:25.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view.... 19:50:25.903 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:25.903 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:25.904 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:25.904 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:50:25.904 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:25.904 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:25.904 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:25.904 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:25.904 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:25.904 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:50:25.904 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:25.904 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:25.905 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:50:25.905 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:25.905 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:25.905 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:25.905 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:50:25.905 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:25.905 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:25.905 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:50:25.906 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:50:25.906 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:50:25.906 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:50:25.906 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:50:25.906 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:50:25.906 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 19:50:25.906 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:50:25.906 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:50:25.906 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:50:25.906 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:50:25.906 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:50:25.906 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:50:25.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 19:50:26.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 19:50:26.907 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:50:26.907 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:26.907 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:26.908 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:26.908 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:50:26.908 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:26.908 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:26.908 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:50:26.909 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:50:26.909 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:50:26.909 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:50:26.909 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:50:26.909 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:50:26.909 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 19:50:26.909 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:50:26.909 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:50:26.909 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:50:26.909 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:50:26.909 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:50:26.909 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:50:26.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 19:50:26.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 19:50:26.909 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:26.909 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:26.912 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:26.912 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:50:26.912 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:26.912 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:26.912 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:50:26.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:26.912 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:26.912 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:26.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:26.912 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:27.413 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:27.413 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:27.414 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:27.414 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:27.414 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:27.414 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:27.414 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:27.414 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:27.414 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:50:27.414 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:27.414 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:27.415 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:27.415 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:27.415 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:50:27.415 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:50:27.415 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:50:27.415 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:50:27.415 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:50:27.415 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:50:27.416 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 19:50:27.416 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:50:27.416 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:50:27.416 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:50:27.416 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:50:27.416 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:50:27.416 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:50:27.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 19:50:28.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 19:50:28.917 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:50:28.917 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:28.917 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:28.918 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:28.918 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:28.918 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:50:28.919 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:50:28.919 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:50:28.919 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:50:28.919 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:50:28.919 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:50:28.919 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 19:50:28.919 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:50:28.919 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:50:28.919 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:50:28.919 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:50:28.919 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:50:28.919 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:50:28.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 19:50:28.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 19:50:28.919 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:28.920 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:28.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:28.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:28.920 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:50:28.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:28.920 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:28.920 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:28.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:28.920 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:28.920 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 19:50:28.920 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 19:50:28.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:50:28.920 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 19:50:28.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:50:28.920 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 19:50:28.921 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 19:50:28.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:50:28.921 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 19:50:28.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:50:28.921 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 19:50:28.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view. finished successfully 19:50:28.921 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:28.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:28.924 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:50:28.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:28.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:28.926 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:50:28.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:28.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:28.927 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:50:28.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 '\*?\QProblems\E') 19:50:28.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:28.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:28.929 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:28.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:28.929 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:50:28.929 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:28.929 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:28.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:28.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:50:28.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:28.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:28.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view.... 19:50:28.930 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:28.930 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:28.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:28.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:50:28.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:28.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:28.930 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:28.930 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:28.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:28.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:50:28.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:28.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:28.931 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:50:28.931 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:28.931 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:28.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:28.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:50:28.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:28.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:28.931 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:50:28.932 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:50:28.932 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:50:28.932 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:50:28.932 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:50:28.932 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:50:28.932 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 19:50:28.932 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:50:28.932 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:50:28.932 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:50:28.932 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:50:28.932 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:50:28.932 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:50:28.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 19:50:29.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 19:50:29.933 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:50:29.934 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:29.934 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:29.934 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:29.934 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:50:29.934 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:29.934 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:29.935 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:50:29.935 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:50:29.935 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:50:29.935 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:50:29.935 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:50:29.935 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:50:29.935 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 19:50:29.935 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:50:29.935 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:50:29.935 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:50:29.935 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:50:29.935 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:50:29.935 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:50:29.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 19:50:29.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 19:50:29.935 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:29.935 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:29.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:29.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:50:29.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:29.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:29.936 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:50:29.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:29.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:29.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:29.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:29.936 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:29.937 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 19:50:29.937 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 19:50:29.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:50:29.937 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 19:50:29.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:50:29.937 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 19:50:29.937 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 19:50:29.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:50:29.937 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 19:50:29.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:50:29.937 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 19:50:29.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view. finished successfully 19:50:29.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:29.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:29.940 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:50:29.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:29.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:29.942 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:50:29.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:29.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:29.943 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:50:29.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 '\*?\QProblems\E') 19:50:29.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:29.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:29.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:29.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:29.945 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:50:29.945 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:29.945 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:29.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:29.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:50:29.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:29.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:29.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view.... 19:50:29.946 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:29.946 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:29.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:29.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:50:29.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:29.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:29.946 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:29.946 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:29.947 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:29.947 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:50:29.947 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:29.947 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:29.947 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:50:29.947 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:29.947 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:29.947 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:29.947 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:50:29.947 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:29.947 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:29.947 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:50:29.948 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:50:29.948 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:50:29.948 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:50:29.948 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:50:29.948 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:50:29.948 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 19:50:29.948 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:50:29.948 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:50:29.948 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:50:29.948 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:50:29.948 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:50:29.948 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:50:29.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 19:50:30.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 19:50:30.949 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:50:30.949 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:30.949 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:30.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:30.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:50:30.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:30.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:30.950 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:50:30.951 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:50:30.951 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:50:30.951 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:50:30.951 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:50:30.951 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:50:30.951 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 19:50:30.951 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:50:30.951 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:50:30.951 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:50:30.951 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:50:30.951 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:50:30.951 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:50:30.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 19:50:30.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 19:50:30.951 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:30.951 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:30.952 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:30.952 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:50:30.952 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:30.952 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:30.952 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:50:30.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:30.952 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:30.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:30.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:30.952 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:30.953 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 19:50:30.953 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 19:50:30.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:50:30.953 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 19:50:30.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:50:30.953 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 19:50:30.953 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 19:50:30.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:50:30.953 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 19:50:30.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:50:30.953 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 19:50:30.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view. finished successfully 19:50:30.953 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:30.953 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:30.954 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:30.954 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:30.954 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:50:30.954 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:30.954 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:30.954 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:30.954 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:30.954 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:50:30.955 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:50:30.955 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:50:30.955 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:50:30.955 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:50:30.955 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:50:30.955 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 19:50:30.955 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:50:30.955 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:50:30.955 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:50:30.955 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:50:30.955 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:50:30.955 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:50:30.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 19:50:32.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 19:50:32.455 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:50:32.456 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:32.456 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:32.457 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:32.457 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:32.457 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:50:32.457 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:50:32.457 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:50:32.457 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:50:32.457 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:50:32.458 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:50:32.458 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 19:50:32.458 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:50:32.458 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:50:32.458 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:50:32.458 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:50:32.458 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:50:32.458 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:50:32.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 19:50:32.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 19:50:32.458 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:32.458 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:32.458 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:32.458 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:32.459 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:50:32.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:32.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:32.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:32.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:32.459 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:32.459 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 19:50:32.459 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 19:50:32.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:50:32.459 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 19:50:32.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:50:32.459 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 19:50:32.459 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 19:50:32.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:50:32.459 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 19:50:32.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:50:32.459 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 19:50:32.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:32.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:32.462 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:50:32.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:32.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:32.462 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:50:32.462 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:50:32.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:32.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:32.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:32.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:32.464 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:50:32.464 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:32.464 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:32.465 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:32.465 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:50:32.465 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:32.465 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:32.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 19:50:32.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:32.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:32.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:32.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:32.465 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:32.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 19:50:32.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:32.477 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:32.477 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:32.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:32.477 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:32.477 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:32.480 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:32.480 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:50:32.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:32.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:32.480 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:50:32.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 '\*?\QProblems\E') 19:50:32.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:32.480 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:32.483 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:32.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:32.483 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:50:32.483 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:32.483 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:32.483 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:32.483 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:50:32.484 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:32.484 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:32.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 19:50:32.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:32.484 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:32.484 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:32.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:32.484 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:32.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 19:50:32.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:32.485 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:32.485 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:32.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:32.485 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:32.485 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:32.487 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:32.487 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:50:32.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:32.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:32.488 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:50:32.488 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:50:32.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:32.488 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:32.490 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:32.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:32.490 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:50:32.490 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:32.490 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:32.490 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:32.490 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:50:32.490 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:32.490 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:32.491 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:50:32.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:32.491 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:32.491 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:32.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:32.491 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:32.491 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:50:32.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:32.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:32.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:32.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:32.492 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:32.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:32.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:32.506 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:50:32.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:32.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:32.507 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:50:32.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 '\*?\QProblems\E') 19:50:32.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:32.507 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:32.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:32.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:32.510 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:50:32.510 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:32.510 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:32.510 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:32.510 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:50:32.510 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:32.510 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:32.510 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:50:32.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:32.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:32.523 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:32.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:32.523 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:32.524 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:32.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:32.526 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:50:32.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:32.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:32.538 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:50:32.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 '\*?\QProblems\E') 19:50:32.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:32.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:32.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:32.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:32.541 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:50:32.541 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:32.541 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:32.541 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:32.541 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:50:32.541 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:32.541 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:32.542 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:50:32.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:32.542 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:32.542 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:32.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:32.542 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:32.543 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:50:32.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:32.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:32.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:32.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:32.543 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:32.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:32.561 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:32.561 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:50:32.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:32.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:32.573 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:50:32.573 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:50:32.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:32.573 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:32.575 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:32.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:32.575 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:50:32.575 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:32.575 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:32.576 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:32.576 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:50:32.576 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:32.576 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:32.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 19:50:32.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:32.576 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:32.576 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:32.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:32.576 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:32.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 19:50:32.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:32.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:32.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:32.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:32.589 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:32.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:32.591 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:32.591 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:50:32.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:32.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:32.592 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:50:32.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 '\*?\QProblems\E') 19:50:32.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:32.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:32.606 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:32.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:32.606 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:50:32.606 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:32.607 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:32.607 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:32.607 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:50:32.607 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:32.607 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:32.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 19:50:32.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:32.607 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:32.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:32.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:32.607 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:32.608 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:32.608 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:32.609 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:32.609 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:32.609 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:50:32.609 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:32.609 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:32.609 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:32.609 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:32.609 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:50:32.610 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:50:32.610 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:50:32.610 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:50:32.610 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:50:32.610 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:50:32.610 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 19:50:32.610 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:50:32.610 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:50:32.610 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:50:32.610 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:50:32.610 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:50:32.610 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:50:32.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 19:50:34.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 19:50:34.111 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:50:34.111 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:34.111 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:34.112 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:34.112 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:34.112 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:50:34.113 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:50:34.113 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:50:34.113 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:50:34.113 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:50:34.113 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:50:34.113 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 19:50:34.113 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:50:34.113 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:50:34.113 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:50:34.113 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:50:34.113 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:50:34.113 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:50:34.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 19:50:34.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 19:50:34.113 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:34.113 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:34.114 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:34.114 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:34.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 19:50:34.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:34.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:34.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:34.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:34.114 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:34.114 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 19:50:34.114 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 19:50:34.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:50:34.114 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 19:50:34.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:50:34.114 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 19:50:34.114 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 19:50:34.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:50:34.115 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 19:50:34.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:50:34.115 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 19:50:34.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:34.117 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:34.117 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:50:34.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:34.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:34.118 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:50:34.118 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:50:34.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:34.118 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:34.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:34.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:34.120 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:50:34.120 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:34.120 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:34.121 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:34.121 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:50:34.121 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:34.121 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:34.121 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:50:34.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:34.121 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:34.121 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:34.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:34.121 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:34.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 19:50:34.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:34.122 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:34.122 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:34.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:34.122 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:34.122 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:34.136 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:34.136 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:50:34.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:34.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:34.137 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:50:34.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 '\*?\QProblems\E') 19:50:34.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:34.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:34.139 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:34.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:34.139 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:50:34.139 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:34.139 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:34.140 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:34.140 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:50:34.140 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:34.140 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:34.140 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:50:34.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:34.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:34.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:34.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:34.140 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:34.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 19:50:34.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:34.153 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:34.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:34.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:34.153 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:34.153 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:34.155 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:34.156 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:50:34.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:34.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:34.156 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:50:34.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') 19:50:34.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:34.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:34.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:34.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:34.170 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:50:34.170 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:34.170 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:34.171 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:34.171 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:50:34.171 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:34.171 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:34.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 19:50:34.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:34.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:34.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:34.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:34.171 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:34.172 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:50:34.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:34.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:34.172 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:34.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:34.172 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:34.173 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:34.186 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:34.186 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:50:34.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:34.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:34.187 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:50:34.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') 19:50:34.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:34.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:34.189 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:34.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:34.189 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:50:34.189 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:34.189 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:34.190 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:34.190 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:50:34.190 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:34.190 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:34.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 19:50:34.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:34.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:34.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:34.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:34.190 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:34.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:34.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:34.205 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:50:34.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:34.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:34.205 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:50:34.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') 19:50:34.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:34.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:34.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:34.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:34.219 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:50:34.219 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:34.219 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:34.220 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:34.220 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:50:34.220 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:34.220 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:34.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 19:50:34.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:34.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:34.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:34.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:34.220 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:34.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 19:50:34.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:34.221 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:34.221 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:34.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:34.221 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:34.221 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:34.223 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:34.224 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:50:34.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:34.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:34.224 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:50:34.224 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:50:34.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:34.224 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:34.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:34.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:34.238 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:50:34.238 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:34.238 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:34.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:34.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:50:34.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:34.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:34.239 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:50:34.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:34.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:34.239 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:34.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:34.239 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:34.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 19:50:34.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:34.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:34.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:34.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:34.240 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:34.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:34.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:34.254 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:50:34.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:34.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:34.254 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:50:34.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 '\*?\QProblems\E') 19:50:34.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:34.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:34.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:34.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:34.257 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:50:34.257 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:34.257 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:34.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:34.258 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:50:34.258 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:34.258 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:34.269 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:50:34.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:34.269 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:34.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:34.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:34.270 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:34.271 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:34.271 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:34.271 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:34.271 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:34.271 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:50:34.271 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:34.271 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:34.272 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:34.272 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:34.272 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:50:34.272 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:50:34.272 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:50:34.272 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:50:34.272 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:50:34.272 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:50:34.272 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 19:50:34.272 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:50:34.272 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:50:34.272 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:50:34.272 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:50:34.272 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:50:34.272 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:50:34.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 19:50:35.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 19:50:35.273 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:50:35.273 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:35.273 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:35.274 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:35.274 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:35.274 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:50:35.275 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:50:35.275 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:50:35.275 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:50:35.275 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:50:35.275 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:50:35.275 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 19:50:35.275 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:50:35.275 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:50:35.275 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:50:35.275 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:50:35.275 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:50:35.275 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:50:35.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 19:50:35.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 19:50:35.275 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:35.275 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:35.276 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:35.276 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:35.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 19:50:35.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:35.276 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:35.276 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:35.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:35.276 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:35.276 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 19:50:35.276 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 19:50:35.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:50:35.276 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 19:50:35.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:50:35.277 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 19:50:35.277 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 19:50:35.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:50:35.277 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 19:50:35.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:50:35.277 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 19:50:35.277 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:35.277 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:35.277 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:35.277 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:35.277 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:50:35.277 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:35.277 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:35.278 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:35.278 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:35.278 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:50:35.278 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:50:35.278 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:50:35.278 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:50:35.278 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:50:35.278 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:50:35.278 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 19:50:35.278 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:50:35.278 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:50:35.278 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:50:35.278 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:50:35.278 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:50:35.278 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:50:35.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 19:50:36.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 19:50:36.279 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:50:36.280 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:36.280 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:36.281 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:36.281 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:36.281 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:50:36.282 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:50:36.282 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:50:36.282 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:50:36.282 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:50:36.282 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:50:36.282 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 19:50:36.282 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:50:36.282 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:50:36.282 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:50:36.282 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:50:36.282 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:50:36.282 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:50:36.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 19:50:36.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 19:50:36.282 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:36.282 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:36.282 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:36.282 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:36.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 19:50:36.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:36.283 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:36.283 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:36.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:36.283 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:36.283 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 19:50:36.283 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 19:50:36.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:50:36.283 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 19:50:36.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:50:36.283 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 19:50:36.283 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 19:50:36.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:50:36.283 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 19:50:36.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:50:36.283 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 19:50:36.283 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:36.286 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:36.286 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:50:36.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:36.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:36.286 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:50:36.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 '\*?\QProblems\E') 19:50:36.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:36.286 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:36.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:36.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:36.300 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:50:36.301 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:36.301 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:36.301 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:36.301 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:50:36.301 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:36.301 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:36.301 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:50:36.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:36.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:36.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:36.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:36.302 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:36.303 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:50:36.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:36.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:36.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:36.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:36.303 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:36.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:36.317 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:36.317 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:50:36.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:36.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:36.318 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:50:36.318 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:50:36.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:36.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:36.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:36.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:36.320 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:50:36.320 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:36.320 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:36.321 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:36.321 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:50:36.321 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:36.321 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:36.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 19:50:36.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:36.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:36.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:36.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:36.321 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:36.333 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:50:36.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:36.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:36.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:36.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:36.334 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:36.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:36.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:36.337 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:50:36.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:36.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:36.337 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:50:36.337 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:50:36.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:36.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:36.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:36.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:36.351 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:50:36.351 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:36.351 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:36.352 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:36.352 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:50:36.352 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:36.352 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:36.352 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:50:36.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:36.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:36.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:36.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:36.352 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:36.353 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:50:36.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:36.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:36.353 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:36.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:36.353 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:36.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:36.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:36.368 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:50:36.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:36.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:36.368 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:50: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 '\*?\QProblems\E') 19:50:36.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:36.368 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:36.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:36.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:36.371 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:50:36.371 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:36.371 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:36.371 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:36.371 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:50:36.371 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:36.371 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:36.371 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:50:36.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:36.383 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:36.384 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:36.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:36.384 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:36.385 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:36.387 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:36.387 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:50:36.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:36.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:36.388 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:50:36.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 '\*?\QProblems\E') 19:50:36.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:36.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:36.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:36.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:36.402 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:50:36.402 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:36.402 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:36.403 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:36.403 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:50:36.403 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:36.403 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:36.403 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:50:36.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:36.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:36.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:36.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:36.403 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:36.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 19:50:36.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:36.404 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:36.404 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:36.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:36.404 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:36.404 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:36.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:36.418 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:50:36.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:36.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:36.419 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:50:36.419 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:50:36.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:36.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:36.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:36.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:36.421 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:50:36.421 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:36.421 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:36.422 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:36.422 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:50:36.422 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:36.422 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:36.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 19:50:36.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:36.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:36.422 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:36.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:36.422 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:36.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 19:50:36.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:36.435 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:36.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:36.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:36.435 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:36.435 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:36.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:36.449 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:50:36.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:36.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:36.450 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:50:36.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 '\*?\QProblems\E') 19:50:36.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:36.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:36.452 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:36.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:36.452 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:50:36.452 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:36.452 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:36.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:36.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:50:36.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:36.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:36.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 19:50:36.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:36.453 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:36.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:36.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:36.453 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:36.454 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:36.454 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:36.454 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:36.454 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:36.454 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:50:36.455 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:36.455 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:36.455 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:36.455 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:36.455 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:50:36.455 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:50:36.455 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:50:36.455 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:50:36.455 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:50:36.456 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:50:36.456 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 19:50:36.456 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:50:36.456 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:50:36.456 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:50:36.456 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:50:36.456 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:50:36.456 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:50:36.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 19:50:37.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 19:50:37.468 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:50:37.468 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:37.468 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:37.469 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:37.469 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:37.469 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:50:37.469 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:50:37.469 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:50:37.469 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:50:37.470 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:50:37.470 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:50:37.470 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 19:50:37.470 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:50:37.470 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:50:37.470 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:50:37.470 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:50:37.470 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:50:37.470 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:50:37.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 19:50:37.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 19:50:37.470 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:37.470 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:37.471 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:37.471 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:37.471 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:50:37.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:37.471 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:37.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:37.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:37.471 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:37.471 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 19:50:37.471 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 19:50:37.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:50:37.471 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 19:50:37.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:50:37.471 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 19:50:37.471 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 19:50:37.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:50:37.471 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 19:50:37.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:50:37.471 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 19:50:37.471 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:37.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:37.474 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:50:37.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:37.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:37.474 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:50:37.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 '\*?\QProblems\E') 19:50:37.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:37.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:37.477 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:37.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:37.477 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:50:37.477 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:37.477 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:37.477 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:37.477 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:50:37.477 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:37.477 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:37.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 19:50:37.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:37.477 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:37.477 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:37.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:37.477 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:37.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 19:50:37.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:37.478 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:37.478 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:37.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:37.478 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:37.478 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:37.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:37.481 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:50:37.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:37.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:37.481 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:50:37.481 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:50:37.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:37.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:37.483 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:37.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:37.483 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:50:37.483 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:37.483 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:37.484 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:37.484 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:50:37.484 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:37.484 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:37.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 19:50:37.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:37.484 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:37.484 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:37.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:37.484 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:37.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 19:50:37.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:37.485 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:37.485 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:37.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:37.485 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:37.485 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:37.499 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:37.499 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:50:37.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:37.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:37.499 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:50:37.499 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:50:37.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:37.499 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:37.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:37.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:37.502 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:50:37.502 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:37.502 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:37.503 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:37.503 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:50:37.503 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:37.503 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:37.503 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:50:37.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:37.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:37.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:37.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:37.503 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:37.504 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:50:37.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:37.504 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:37.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:37.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:37.504 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:37.504 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:37.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:37.518 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:50:37.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:37.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:37.519 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:50:37.519 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:50:37.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:37.519 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:37.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:37.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:37.533 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:50:37.533 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:37.533 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:37.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:37.534 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:50:37.534 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:37.534 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:37.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 19:50:37.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:37.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:37.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:37.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:37.534 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:37.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:37.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:37.549 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:50:37.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:37.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:37.549 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:50:37.549 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:50:37.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:37.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:37.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:37.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:37.552 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:50:37.552 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:37.552 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:37.552 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:37.552 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:50:37.552 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:37.552 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:37.552 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:50:37.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:37.553 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:37.553 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:37.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:37.553 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:37.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 19:50:37.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:37.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:37.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:37.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:37.554 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:37.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:37.568 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:37.568 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:50:37.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:37.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:37.568 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:50:37.568 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:50:37.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:37.568 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:37.571 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:37.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:37.571 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:50:37.571 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:37.571 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:37.583 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:37.583 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:50:37.583 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:37.583 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:37.583 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:50:37.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:37.583 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:37.583 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:37.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:37.583 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:37.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 19:50:37.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:37.584 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:37.584 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:37.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:37.585 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:37.585 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:37.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:37.587 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:50:37.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:37.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:37.599 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:50:37.600 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:50:37.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:37.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:37.602 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:37.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:37.602 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:50:37.602 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:37.602 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:37.603 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:37.603 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:50:37.603 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:37.603 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:37.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 19:50:37.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:37.603 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:37.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:37.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:37.603 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:37.604 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:37.604 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:37.616 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:37.616 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:37.616 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:50:37.616 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:37.616 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:37.616 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:37.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:37.617 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:50:37.617 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:50:37.617 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:50:37.617 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:50:37.617 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:50:37.617 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:50:37.617 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 19:50:37.617 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:50:37.617 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:50:37.617 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:50:37.617 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:50:37.617 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:50:37.617 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:50:37.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 19:50:38.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 19:50:38.618 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:50:38.619 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:38.619 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:38.620 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:38.620 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:38.620 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:50:38.620 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:50:38.620 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:50:38.620 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:50:38.620 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:50:38.620 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:50:38.620 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 19:50:38.620 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:50:38.621 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:50:38.621 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:50:38.621 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:50:38.621 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:50:38.621 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:50:38.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 19:50:38.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 19:50:38.621 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:38.621 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:38.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:38.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:38.621 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:50:38.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:38.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:38.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:38.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:38.621 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:38.622 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 19:50:38.622 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 19:50:38.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:50:38.622 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 19:50:38.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:50:38.622 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 19:50:38.622 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 19:50:38.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:50:38.622 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 19:50:38.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:50:38.622 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 19:50:38.622 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:38.622 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:38.622 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:38.622 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:38.623 DEBUG [main][MenuItemLookup] Found menu:'Show' 19:50:38.623 DEBUG [main][MenuItemLookup] Found menu:'Group By' 19:50:38.623 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 19:50:38.623 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 19:50:38.623 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 19:50:38.623 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 19:50:38.623 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 19:50:38.623 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 19:50:38.623 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 19:50:38.623 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 19:50:38.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 19:50:38.667 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 19:50:38.667 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 19:50:38.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:38.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:38.667 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:50:38.667 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:50:38.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:50:38.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:50:38.667 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 19:50:38.667 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:50:38.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:38.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:38.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:38.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:38.668 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:50:38.668 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 19:50:38.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:50:38.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:50:38.668 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:50:38.668 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:50:38.669 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 19:50:38.670 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:50:38.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:50:38.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:50:38.670 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 19:50:38.670 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:50:38.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:38.670 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:38.670 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:38.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:38.670 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:50:38.671 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:50:38.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:50:38.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:50:38.671 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:50:38.671 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:50:38.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 19:50:38.702 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 19:50:38.702 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:50:38.702 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:50:38.702 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:50:38.709 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:38.709 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:38.709 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:50:38.709 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:50:38.710 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:38.710 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:38.710 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:50:38.710 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:50:38.710 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:38.710 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:38.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:38.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:38.711 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:50:39.211 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:39.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:50:39.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:39.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:50:39.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:50:39.712 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:50:39.712 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:50:39.713 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:39.713 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:39.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 19:50:39.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:39.714 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:39.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:39.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:39.714 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:39.714 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 19:50:39.714 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 19:50:39.714 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 19:50:39.714 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 19:50:39.715 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 19:50:39.715 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:50:39.715 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:50:39.737 DEBUG [main][MenuItemLookup] Found menu:'New' 19:50:39.737 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:50:39.737 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:39.737 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:50:39.737 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 19:50:39.737 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:50:39.737 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:39.737 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:50:39.737 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:50:39.737 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:50:39.737 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:50:39.737 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:39.737 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 19:50:39.737 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 19:50:39.737 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 19:50:39.737 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 19:50:39.737 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:39.737 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:50:39.737 DEBUG [main][MenuItemLookup] Found menu:'Export...' 19:50:39.737 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:39.737 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:50:39.737 DEBUG [main][MenuItemLookup] Item match:Refresh F5 19:50:39.737 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 19:50:39.737 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 19:50:39.737 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 19:50:39.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:50:39.740 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:50:39.740 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:50:39.740 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 19:50:39.740 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:50:39.740 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:50:39.740 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:50:39.740 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:50:39.740 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:50:39.740 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:50:39.740 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:50:39.740 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:50:39.740 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:50:39.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:50:39.740 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 19:50:39.740 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 19:50:39.740 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 19:50:39.740 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 19:50:39.741 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 19:50:39.741 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:50:39.741 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:50:39.760 DEBUG [main][MenuItemLookup] Found menu:'New' 19:50:39.760 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:50:39.760 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:39.760 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:50:39.760 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 19:50:39.760 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:50:39.760 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:39.760 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:50:39.760 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:50:39.760 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:50:39.760 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:50:39.760 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:50:39.760 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:50:39.761 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:50:39.761 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 19:50:39.769 DEBUG [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.... 19:50:40.326 DEBUG [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 19:50:40.326 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 19:50:40.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:40.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:40.328 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:40.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:40.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: 32) 19:50:40.328 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:50:40.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:50:40.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:50:40.328 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:50:40.328 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:50:40.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:40.328 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:40.329 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:40.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:40.329 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:50:40.329 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 19:50:40.329 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 19:50:40.329 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 19:50:40.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:50:40.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:50:40.329 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:50:40.329 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:50:40.329 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 19:50:40.329 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:50:40.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:50:40.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:50:40.329 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:50:40.329 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:50:40.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:40.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:40.329 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:40.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:40.330 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:50:40.330 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:50:40.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:50:40.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:50:40.330 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:50:40.330 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:50:40.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 19:50:40.332 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 19:50:40.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 19:50:40.833 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 19:50:40.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:50:40.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 19:50:40.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 19:50:40.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 19:50:40.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:50:40.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:50:40.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:50:40.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:50:40.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:50:40.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:50:40.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:50:40.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:50:40.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:50:40.833 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 19:50:40.833 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:50:40.833 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:50:40.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:50:40.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:50:40.833 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOneErrorOneWarning no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 19:50:40.834 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:50:40.834 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShowVisibleProblemColumn no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 19:50:40.834 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 19:50:40.834 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:50:40.834 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:50:40.834 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:50:40.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:50:40.834 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:40.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:50:40.834 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:40.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 Java Project"] 19:50:40.834 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:40.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:50:40.834 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:40.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:50:40.834 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:40.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:50:40.834 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:40.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 Java Project"] 19:50:40.835 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:40.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:50:40.835 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:40.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:50:40.835 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:40.835 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:50:40.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:40.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:40.835 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:50:40.835 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:50:40.835 DEBUG [main][MenuItemLookup] Found menu:'File' 19:50:40.836 DEBUG [main][MenuItemLookup] Item match:File 19:50:40.836 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:50:40.836 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:50:40.838 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 19:50:40.838 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:50:40.838 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:40.838 DEBUG [main][MenuItemLookup] Found menu:'Package' 19:50:40.838 DEBUG [main][MenuItemLookup] Found menu:'Class' 19:50:40.838 DEBUG [main][MenuItemLookup] Found menu:'Interface' 19:50:40.838 DEBUG [main][MenuItemLookup] Found menu:'Enum' 19:50:40.838 DEBUG [main][MenuItemLookup] Found menu:'Record' 19:50:40.838 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 19:50:40.838 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 19:50:40.838 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 19:50:40.838 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:50:40.838 DEBUG [main][MenuItemLookup] Found menu:'File' 19:50:40.838 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:50:40.838 DEBUG [main][MenuItemLookup] Found menu:'Task' 19:50:40.838 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 19:50:40.838 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:40.838 DEBUG [main][MenuItemLookup] Found menu:'Example...' 19:50:40.838 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:40.838 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:50:40.838 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:50:40.838 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:50:40.838 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:50:40.838 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:50:40.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 19:50:40.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 'New|Select a wizard'] is available. finished successfully 19:50:40.889 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:50:40.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:40.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:40.890 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:50:40.890 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:40.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 19:50:40.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:40.894 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:40.894 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:40.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:40.895 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:40.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:50:40.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:50:40.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 19:50:40.896 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:50:40.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:50:40.896 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:50:40.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:50:40.896 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:50:40.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 19:50:40.896 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:50:40.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:50:40.896 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:50:40.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:50:40.896 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:50:40.896 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 19:50:40.896 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 19:50:40.896 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 19:50:40.898 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 19:50:40.898 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:50:40.898 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:50:40.898 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) 19:50:40.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:40.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:40.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:40.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:40.899 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:50:40.899 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:50:40.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:50:40.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:50:40.899 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:50:40.899 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:50:41.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:50:41.015 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:41.015 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:41.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 19:50:41.015 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 19:50:41.015 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 19:50:41.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:41.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:41.016 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 19:50:41.016 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:41.016 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 19:50:41.016 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:") 19:50:41.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:41.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:41.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:41.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:41.017 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:50:41.017 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:50:41.018 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 19:50:41.031 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 19:50:41.031 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 19:50:41.031 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) 19:50:41.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:41.031 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:41.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:41.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:41.039 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:50:41.040 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:50:41.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:50:41.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:50:41.040 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:50:41.040 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:50:41.042 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.... 19:50:41.543 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 19:50:41.543 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 19:50:41.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:41.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:41.545 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 19:50:41.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 "Don't Create") 19:50:41.545 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:50:41.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:50:41.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:50:41.545 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 19:50:41.545 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:50:41.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:41.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:41.546 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:41.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:41.546 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:50:41.546 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 19:50:41.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:50:41.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:50:41.546 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:50:41.546 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:50:41.645 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.... 19:50:41.646 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 19:50:41.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:50:41.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:50:41.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:50:41.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 19:50:41.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:50:41.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:50:41.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:50:41.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:50:41.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:50:41.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:50:41.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:50:41.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:50:41.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:50:41.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:50:41.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:41.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:41.649 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:50:41.649 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:41.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:41.652 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:50:41.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:41.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:41.652 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:50:41.652 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:50:41.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:41.652 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:41.684 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:41.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:41.684 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:50:41.684 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:41.684 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:41.694 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:41.694 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:41.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:41.694 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:41.694 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:50:41.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:41.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:41.695 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:50:41.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:41.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:41.695 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:50:41.695 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:50:41.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:41.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:41.696 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:41.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:41.696 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:50:41.696 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:50:41.696 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:50:41.723 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:41.724 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:41.724 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:41.724 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:41.739 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:41.739 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:41.781 DEBUG [main][MenuItemLookup] Found menu:'Show' 19:50:41.781 DEBUG [main][MenuItemLookup] Found menu:'Group By' 19:50:41.781 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 19:50:41.781 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 19:50:41.781 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 19:50:41.781 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 19:50:41.781 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 19:50:41.781 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 19:50:41.781 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 19:50:41.781 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 19:50:41.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 19:50:41.894 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 19:50:41.894 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 19:50:41.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:41.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:41.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: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 19:50:41.895 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:50:41.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:50:41.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:50:41.895 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 19:50:41.895 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:50:41.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:41.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:41.896 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:41.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:41.896 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:50:41.896 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 19:50:41.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:50:41.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:50:41.897 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:50:41.897 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:50:41.898 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 19:50:41.898 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:50:41.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:50:41.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:50:41.898 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 19:50:41.898 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:50:41.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:41.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:41.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:41.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:41.899 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:50:41.900 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:50:41.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:50:41.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:50:41.900 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:50:41.900 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:50:41.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 19:50:41.981 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 19:50:41.982 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:41.982 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:41.982 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:41.982 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:41.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 19:50:41.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:41.983 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:41.983 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:41.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:41.983 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:41.983 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:41.983 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:41.984 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:41.984 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:41.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 19:50:41.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:41.984 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:41.984 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:41.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:41.984 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:41.985 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:41.985 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:41.985 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:41.985 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:41.986 DEBUG [main][MenuItemLookup] Found menu:'Show' 19:50:41.986 DEBUG [main][MenuItemLookup] Found menu:'Group By' 19:50:41.986 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 19:50:41.986 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 19:50:41.986 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 19:50:41.986 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 19:50:41.986 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 19:50:41.986 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 19:50:41.986 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 19:50:41.986 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 19:50:42.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 19:50:42.088 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 19:50:42.088 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 19:50:42.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:42.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:42.088 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:50:42.088 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:50:42.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:50:42.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:50:42.088 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 19:50:42.088 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:50:42.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:42.088 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:42.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:42.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:42.089 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:50:42.089 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 19:50:42.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:50:42.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:50:42.090 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:50:42.090 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:50:42.091 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 19:50:42.091 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:50:42.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:50:42.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:50:42.091 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 19:50:42.091 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:50:42.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:42.091 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:42.092 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:42.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:42.092 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:50:42.093 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:50:42.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:50:42.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:50:42.093 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:50:42.093 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:50:42.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 19:50:42.209 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 19:50:42.209 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:50:42.209 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:50:42.209 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:50:42.218 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:42.218 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:42.218 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:50:42.218 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:50:42.244 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:42.281 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:42.281 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:50:42.281 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:50:42.282 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:42.282 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:42.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:42.282 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:42.282 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:50:42.782 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:42.783 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:50:43.283 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:43.284 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:50:43.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:50:43.284 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:50:43.284 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:50:43.285 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:43.285 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:43.285 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:50:43.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:43.285 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:43.285 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:43.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:43.285 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:43.285 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 19:50:43.285 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 19:50:43.285 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 19:50:43.285 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 19:50:43.286 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 19:50:43.286 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:50:43.286 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:50:43.323 DEBUG [main][MenuItemLookup] Found menu:'New' 19:50:43.323 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:50:43.323 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:43.323 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:50:43.323 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 19:50:43.323 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:50:43.323 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:43.323 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:50:43.323 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:50:43.323 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:50:43.323 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:50:43.323 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:43.323 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 19:50:43.323 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 19:50:43.323 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 19:50:43.323 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 19:50:43.323 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:43.323 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:50:43.323 DEBUG [main][MenuItemLookup] Found menu:'Export...' 19:50:43.323 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:43.323 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:50:43.323 DEBUG [main][MenuItemLookup] Item match:Refresh F5 19:50:43.323 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 19:50:43.323 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 19:50:43.323 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 19:50:43.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:50:43.323 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 19:50:43.323 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 19:50:43.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 19:50:43.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:50:43.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:50:43.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:50:43.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:50:43.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:50:43.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:50:43.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:50:43.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:50:43.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:50:43.823 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 19:50:43.824 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 19:50:43.824 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 19:50:43.824 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 19:50:43.825 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 19:50:43.825 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:50:43.825 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:50:43.845 DEBUG [main][MenuItemLookup] Found menu:'New' 19:50:43.845 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:50:43.845 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:43.845 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:50:43.845 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 19:50:43.845 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:50:43.845 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:43.845 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:50:43.845 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:50:43.845 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:50:43.845 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:50:43.845 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:50:43.845 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:50:43.845 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:50:43.845 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 19:50:43.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 'Delete.*'] is available.... 19:50:44.402 DEBUG [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 19:50:44.402 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 19:50:44.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:44.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:44.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:44.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:44.405 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 19:50:44.405 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:50:44.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:50:44.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:50:44.405 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:50:44.405 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:50:44.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:44.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:44.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:44.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:44.406 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:50:44.406 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 19:50:44.406 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 19:50:44.406 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 19:50:44.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:50:44.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:50:44.406 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:50:44.406 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:50:44.406 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 19:50:44.406 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:50:44.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:50:44.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:50:44.406 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:50:44.406 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:50:44.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:44.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:44.407 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:44.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:44.407 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:50:44.407 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:50:44.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:50:44.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:50:44.407 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:50:44.407 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:50:44.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 19:50:44.409 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 19:50:44.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 19:50:44.910 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 19:50:44.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:50:44.910 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:50:44.910 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 19:50:44.910 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 19:50:44.910 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:50:44.910 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:50:44.910 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:50:44.910 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:50:44.910 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:50:44.910 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:50:44.910 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:50:44.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:50:44.910 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 19:50:44.910 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:50:44.910 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:50:44.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:50:44.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:50:44.911 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShowVisibleProblemColumn no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 19:50:44.911 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:50:44.911 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetProblemColumns no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 19:50:44.911 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 19:50:44.911 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:50:44.911 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:50:44.911 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:50:44.912 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:50:44.912 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:44.912 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:50:44.912 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:44.912 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 19:50:44.912 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:44.912 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:50:44.912 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:44.912 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:50:44.912 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:44.912 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:50:44.912 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:44.912 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 19:50:44.912 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:44.912 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:50:44.912 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:44.912 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:50:44.913 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:44.913 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:50:44.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:44.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:44.913 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:50:44.913 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:50:44.913 DEBUG [main][MenuItemLookup] Found menu:'File' 19:50:44.913 DEBUG [main][MenuItemLookup] Item match:File 19:50:44.914 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:50:44.914 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:50:44.916 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 19:50:44.916 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:50:44.916 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:44.916 DEBUG [main][MenuItemLookup] Found menu:'Package' 19:50:44.916 DEBUG [main][MenuItemLookup] Found menu:'Class' 19:50:44.916 DEBUG [main][MenuItemLookup] Found menu:'Interface' 19:50:44.916 DEBUG [main][MenuItemLookup] Found menu:'Enum' 19:50:44.916 DEBUG [main][MenuItemLookup] Found menu:'Record' 19:50:44.916 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 19:50:44.916 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 19:50:44.916 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 19:50:44.916 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:50:44.916 DEBUG [main][MenuItemLookup] Found menu:'File' 19:50:44.916 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:50:44.916 DEBUG [main][MenuItemLookup] Found menu:'Task' 19:50:44.916 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 19:50:44.916 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:44.916 DEBUG [main][MenuItemLookup] Found menu:'Example...' 19:50:44.916 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:44.916 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:50:44.916 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:50:44.916 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:50:44.916 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:50:44.916 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:50:44.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 19:50:44.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 19:50:44.968 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:50:44.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:44.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:44.973 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:50:44.973 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:44.973 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 19:50:44.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:44.973 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:44.973 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:44.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:44.973 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:44.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:50:44.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:50:44.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 19:50:44.974 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:50:44.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:50:44.974 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:50:44.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:50:44.974 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:50:44.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 19:50:44.974 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:50:44.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:50:44.975 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:50:44.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:50:44.975 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:50:44.975 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 19:50:44.975 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 19:50:44.975 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 19:50:44.975 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 19:50:44.975 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:50:44.975 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:50:44.975 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) 19:50:44.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:44.975 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:44.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:44.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:44.975 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:50:44.976 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:50:44.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:50:44.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:50:44.976 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:50:44.976 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:50:45.095 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:50:45.095 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:45.095 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:45.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 19:50:45.096 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 19:50:45.096 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 19:50:45.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:45.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:45.096 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 19:50:45.096 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:45.097 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 19:50:45.097 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:") 19:50:45.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:45.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:45.098 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:45.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:45.098 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:50:45.098 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:50:45.099 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 19:50:45.118 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 19:50:45.118 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 19:50:45.119 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) 19:50:45.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:45.119 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:45.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:45.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:45.120 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:50:45.120 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:50:45.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:50:45.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:50:45.120 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:50:45.120 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:50:45.122 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.... 19:50:45.623 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 19:50:45.623 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 19:50:45.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:45.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:45.626 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 19:50:45.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 "Don't Create") 19:50:45.626 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:50:45.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:50:45.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:50:45.626 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 19:50:45.626 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:50:45.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:45.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:45.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:45.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:45.627 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:50:45.627 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 19:50:45.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:50:45.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:50:45.627 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:50:45.627 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:50:45.718 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.... 19:50:45.718 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 19:50:45.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:50:45.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:50:45.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:50:45.718 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 19:50:45.718 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:50:45.718 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:50:45.718 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:50:45.718 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:50:45.718 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:50:45.718 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:50:45.718 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:50:45.718 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:50:45.718 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:50:45.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:50:45.718 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:45.721 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:45.721 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:50:45.721 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:45.723 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:45.723 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:50:45.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:45.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:45.723 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:50:45.723 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:50:45.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:45.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:45.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:45.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:45.726 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:50:45.726 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:45.726 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:45.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:45.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:45.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:45.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:45.744 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:50:45.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:45.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:45.745 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:50:45.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:45.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:45.745 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:50:45.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') 19:50:45.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:45.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:45.746 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:45.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:45.746 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:50:45.746 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:50:45.746 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:50:45.754 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:45.754 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:45.754 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:50:45.754 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:50:45.754 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:50:45.755 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:45.755 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:45.755 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:50:45.755 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:50:45.755 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:50:45.755 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:45.755 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:45.755 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:50:45.755 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:50:45.756 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:45.756 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:45.756 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:50:45.756 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:50:45.756 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:45.756 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:45.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:45.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:45.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:50:46.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:46.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:50:46.757 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:46.758 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:50:46.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:50:46.758 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:50:46.758 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:50:46.758 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:46.758 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:46.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 19:50:46.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:46.758 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:46.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:46.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:46.759 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:46.759 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 19:50:46.759 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 19:50:46.759 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 19:50:46.759 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 19:50:46.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:50:47.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:50:47.260 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 19:50:47.261 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 19:50:47.261 DEBUG [main][TreeItemHandler] Selecting tree item: src 19:50:47.261 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 19:50:47.262 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 19:50:47.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:50:47.263 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:47.263 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:50:47.263 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:47.263 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 19:50:47.263 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:47.263 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:50:47.263 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:47.263 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:50:47.263 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:47.263 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:50:47.264 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:47.264 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 19:50:47.264 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:47.264 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:50:47.264 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:47.264 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:50:47.264 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:47.264 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:50:47.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:47.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:47.265 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:50:47.265 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:50:47.265 DEBUG [main][MenuItemLookup] Found menu:'File' 19:50:47.265 DEBUG [main][MenuItemLookup] Item match:File 19:50:47.265 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:50:47.265 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:50:47.267 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 19:50:47.267 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:50:47.267 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:47.267 DEBUG [main][MenuItemLookup] Found menu:'Package' 19:50:47.267 DEBUG [main][MenuItemLookup] Found menu:'Class' 19:50:47.267 DEBUG [main][MenuItemLookup] Found menu:'Interface' 19:50:47.267 DEBUG [main][MenuItemLookup] Found menu:'Enum' 19:50:47.267 DEBUG [main][MenuItemLookup] Found menu:'Record' 19:50:47.267 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 19:50:47.267 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 19:50:47.267 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 19:50:47.267 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:50:47.267 DEBUG [main][MenuItemLookup] Found menu:'File' 19:50:47.267 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:50:47.267 DEBUG [main][MenuItemLookup] Found menu:'Task' 19:50:47.267 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 19:50:47.267 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:47.267 DEBUG [main][MenuItemLookup] Found menu:'Example...' 19:50:47.267 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:47.267 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:50:47.267 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:50:47.268 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:50:47.268 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:50:47.268 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:50:47.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 19:50:47.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 19:50:47.424 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:50:47.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:47.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:47.425 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:50:47.425 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:47.426 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 19:50:47.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:47.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:47.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:47.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:47.426 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:47.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:50:47.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:50:47.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 19:50:47.427 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:50:47.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:50:47.427 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:50:47.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:50:47.427 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:50:47.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 19:50:47.428 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:50:47.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:50:47.428 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:50:47.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:50:47.428 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:50:47.428 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 19:50:47.428 DEBUG [main][TreeItemHandler] Selecting tree item: Class 19:50:47.428 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 19:50:47.430 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 19:50:47.434 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:50:47.434 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:50:47.434 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) 19:50:47.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:47.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:47.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:47.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:47.435 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:50:47.435 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:50:47.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:50:47.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:50:47.436 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:50:47.436 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:50:47.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:50:47.521 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:47.521 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:47.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 19:50:47.522 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 19:50:47.522 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 19:50:47.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:47.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:47.522 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 19:50:47.522 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:47.522 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:") 19:50:47.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:47.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:47.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:47.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:47.527 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:50:47.527 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:50:47.528 INFO [WorkbenchTestable][AbstractText] Text set to: ErrorTestClass 19:50:47.587 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 19:50:47.587 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 19:50:47.587 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) 19:50:47.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:47.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:47.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:47.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:47.589 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:50:47.589 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:50:47.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:50:47.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:50:47.590 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:50:47.590 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:50:47.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:50:48.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:50:48.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:50:48.114 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 19:50:48.114 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Background Job' is a system job, skipped 19:50:48.114 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 19:50:48.114 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:50:48.114 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:50:48.114 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:50:48.114 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:50:48.114 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:50:48.114 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:50:48.114 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:50:48.114 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:50:48.114 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:50:48.114 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:50:48.114 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:50:48.114 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:50:48.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:50:48.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:50:48.114 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 19:50:48.114 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Background Job' is a system job, skipped 19:50:48.114 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 19:50:48.114 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:50:48.114 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:50:48.114 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:50:48.114 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:50:48.114 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:50:48.114 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:50:48.114 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:50:48.114 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:50:48.114 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:50:48.114 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:50:48.114 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:50:48.114 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:50:48.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:50:48.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3606c0f8 is found... 19:50:48.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3606c0f8 is found finished successfully 19:50:48.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QErrorTestClass.java\E') 19:50:48.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:48.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:48.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:48.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:48.116 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:50:48.116 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:48.117 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class ErrorTestClass { } TooltipText=null 19:50:48.117 INFO [WorkbenchTestable][TextEditor] Set text to editor 19:50:48.120 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:48.120 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class ErrorTestClass{ } TooltipText=null 19:50:48.120 INFO [WorkbenchTestable][AbstractEditor] Save editor 19:50:48.120 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 19:50:48.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:48.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:48.121 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 19:50:48.121 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 19:50:48.121 DEBUG [main][MenuItemLookup] Found menu:'File' 19:50:48.121 DEBUG [main][MenuItemLookup] Item match:File 19:50:48.121 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:50:48.121 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:50:48.121 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:50:48.121 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:50:48.121 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:48.121 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:50:48.121 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:50:48.121 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:48.121 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:50:48.121 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 19:50:48.122 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 19:50:48.122 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 19:50:48.122 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 19:50:48.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 19:50:48.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 19:50:48.129 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:48.129 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class ErrorTestClass{ } TooltipText=null 19:50:48.129 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:50:48.129 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:48.129 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:48.198 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:48.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:48.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:48.204 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:48.204 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:50:48.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:48.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:48.207 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 19:50:48.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:48.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:48.207 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 19:50:48.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') 19:50:48.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:48.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:48.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:48.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:48.210 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:50:48.210 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:48.210 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:48.211 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:48.211 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:50:48.211 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:48.211 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:48.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view.... 19:50:48.211 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:48.211 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:48.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:48.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:50:48.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:48.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:48.212 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:48.212 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:48.225 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:48.225 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:50:48.225 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:48.225 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:48.225 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:50:48.225 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:48.225 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:48.225 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:48.225 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:50:48.226 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:48.226 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:48.226 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:50:48.226 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:50:48.226 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:50:48.226 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:50:48.226 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:50:48.226 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:50:48.226 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 19:50:48.226 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:50:48.226 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:50:48.226 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:50:48.226 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:50:48.226 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:50:48.226 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:50:48.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 19:50:49.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 19:50:49.227 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:50:49.227 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:49.227 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:49.228 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:49.228 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:50:49.228 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:49.228 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:49.228 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:50:49.228 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:50:49.228 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:50:49.228 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:50:49.228 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:50:49.228 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:50:49.228 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 19:50:49.228 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:50:49.229 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:50:49.229 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:50:49.229 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:50:49.229 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:50:49.229 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:50:49.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 19:50:49.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 19:50:49.229 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:49.229 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:49.229 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:49.229 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:50:49.229 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:49.229 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:49.229 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:50:49.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:49.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:49.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:49.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:49.229 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:49.731 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:49.731 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:49.732 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:49.732 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:49.732 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:49.732 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:49.732 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:49.732 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:49.732 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:50:49.732 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:49.732 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:49.733 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:49.733 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:49.733 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:50:49.733 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:50:49.733 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:50:49.733 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:50:49.734 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:50:49.734 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:50:49.734 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 19:50:49.734 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:50:49.734 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:50:49.734 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:50:49.734 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:50:49.734 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:50:49.734 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:50:49.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 19:50:50.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 19:50:50.735 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:50:50.735 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:50.735 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:50.736 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:50.736 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:50.736 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:50:50.737 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:50:50.737 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:50:50.737 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:50:50.737 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:50:50.737 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:50:50.737 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 19:50:50.737 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:50:50.737 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:50:50.737 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:50:50.737 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:50:50.737 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:50:50.737 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:50:50.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 19:50:50.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 19:50:50.737 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:50.737 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:50.738 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:50.738 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:50.738 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:50:50.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:50.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:50.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:50.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:50.738 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:50.738 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 19:50:50.738 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 19:50:50.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:50:50.738 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 19:50:50.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:50:50.738 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 19:50:50.738 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 19:50:50.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:50:50.738 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 19:50:50.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:50:50.738 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 19:50:50.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view. finished successfully 19:50:50.738 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:50.738 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:50.739 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:50.739 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:50.739 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:50:50.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:50.739 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:50.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:50.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:50.739 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:50.740 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:50.740 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:50.740 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:50.740 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:50.741 DEBUG [main][MenuItemLookup] Found menu:'Show' 19:50:50.741 DEBUG [main][MenuItemLookup] Found menu:'Group By' 19:50:50.741 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 19:50:50.741 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 19:50:50.741 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 19:50:50.741 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 19:50:50.741 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 19:50:50.741 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 19:50:50.741 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 19:50:50.741 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 19:50:50.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 19:50:50.779 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 19:50:50.779 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 19:50:50.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:50.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:50.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 "Restore Defaults") 19:50:50.780 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:50:50.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:50:50.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:50:50.780 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 19:50:50.780 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:50:50.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:50.780 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:50.780 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:50.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:50.780 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:50:50.781 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 19:50:50.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:50:50.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:50:50.781 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:50:50.781 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:50:50.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", Widget matcher matching widgets with style: 8) 19:50:50.782 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:50:50.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:50:50.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:50:50.782 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 19:50:50.782 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:50:50.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:50.782 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:50.782 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:50.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:50.782 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:50:50.782 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:50:50.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:50:50.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:50:50.783 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:50:50.783 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:50:50.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 19:50:50.812 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 19:50:50.812 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:50:50.812 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:50:50.812 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:50:50.818 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:50.818 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:50.818 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:50:50.818 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:50:50.819 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:50.819 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:50.819 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:50:50.819 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:50:50.819 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:50.819 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:50.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:50.819 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:50.819 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:50:51.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:51.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:50:51.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:51.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:50:51.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:50:51.820 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:50:51.821 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:50:51.821 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:51.821 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50: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 19:50:51.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:51.821 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:51.821 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:51.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:51.821 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:51.821 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 19:50:51.822 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 19:50:51.822 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 19:50:51.822 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 19:50:51.823 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 19:50:51.823 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:50:51.823 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:50:51.845 DEBUG [main][MenuItemLookup] Found menu:'New' 19:50:51.845 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:50:51.845 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:51.845 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:50:51.845 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 19:50:51.845 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:50:51.845 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:51.845 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:50:51.845 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:50:51.845 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:50:51.845 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:50:51.845 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:51.845 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 19:50:51.845 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 19:50:51.845 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 19:50:51.845 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 19:50:51.845 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:51.845 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:50:51.845 DEBUG [main][MenuItemLookup] Found menu:'Export...' 19:50:51.845 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:51.845 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:50:51.845 DEBUG [main][MenuItemLookup] Item match:Refresh F5 19:50:51.845 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 19:50:51.845 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 19:50:51.845 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 19:50:51.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:50:51.868 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:50:51.868 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:50:51.868 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 19:50:51.868 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:50:51.868 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:50:51.868 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:50:51.868 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:50:51.868 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:50:51.868 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:50:51.868 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:50:51.868 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:50:51.868 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:50:51.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:50:51.868 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 19:50:51.868 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 19:50:51.868 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 19:50:51.869 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 19:50:51.870 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 19:50:51.870 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:50:51.870 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:50:51.889 DEBUG [main][MenuItemLookup] Found menu:'New' 19:50:51.889 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:50:51.889 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:51.889 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:50:51.889 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 19:50:51.889 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:50:51.889 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:51.889 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:50:51.889 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:50:51.889 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:50:51.889 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:50:51.889 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:50:51.889 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:50:51.889 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:50:51.889 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 19:50:51.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 'Delete.*'] is available.... 19:50:52.487 DEBUG [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 19:50:52.487 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 19:50:52.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:52.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:52.489 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:52.490 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:52.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: 32) 19:50:52.490 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:50:52.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:50:52.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:50:52.490 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:50:52.490 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:50:52.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:52.490 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:52.490 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:52.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:52.490 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:50:52.490 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 19:50:52.491 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 19:50:52.491 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 19:50:52.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:50:52.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:50:52.491 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:50:52.491 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:50:52.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 "OK", Widget matcher matching widgets with style: 8) 19:50:52.491 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:50:52.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:50:52.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:50:52.491 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:50:52.491 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:50:52.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:52.491 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:52.491 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:52.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:52.491 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:50:52.491 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:50:52.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:50:52.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:50:52.492 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:50:52.492 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:50:52.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 19:50:52.494 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 19:50:52.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 19:50:52.994 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 19:50:52.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:50:52.994 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 19:50:52.994 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 19:50:52.994 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 19:50:52.994 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:50:52.994 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:50:52.994 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:50:52.994 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:50:52.994 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:50:52.994 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:50:52.994 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:50:52.994 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:50:52.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:50:52.995 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 19:50:52.995 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:50:52.995 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:50:52.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:50:52.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:50:52.995 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetProblemColumns no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 19:50:52.995 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:50:52.995 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOneErrorExists no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 19:50:52.995 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 19:50:52.995 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:50:52.995 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:50:52.995 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:50:52.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:50:52.995 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:52.996 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:50:52.996 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:52.996 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 19:50:52.996 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:52.996 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:50:52.996 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:52.996 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:50:52.996 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:52.996 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:50:52.996 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:52.996 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 19:50:52.996 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:52.996 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:50:52.996 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:52.996 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:50:52.996 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:52.996 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:50:52.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:52.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:52.997 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:50:52.997 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:50:52.997 DEBUG [main][MenuItemLookup] Found menu:'File' 19:50:52.997 DEBUG [main][MenuItemLookup] Item match:File 19:50:52.998 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:50:52.998 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:50:52.999 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 19:50:52.999 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:50:52.999 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:52.999 DEBUG [main][MenuItemLookup] Found menu:'Package' 19:50:52.999 DEBUG [main][MenuItemLookup] Found menu:'Class' 19:50:52.999 DEBUG [main][MenuItemLookup] Found menu:'Interface' 19:50:52.999 DEBUG [main][MenuItemLookup] Found menu:'Enum' 19:50:52.999 DEBUG [main][MenuItemLookup] Found menu:'Record' 19:50:52.999 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 19:50:52.999 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 19:50:52.999 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 19:50:52.999 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:50:52.999 DEBUG [main][MenuItemLookup] Found menu:'File' 19:50:52.999 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:50:52.999 DEBUG [main][MenuItemLookup] Found menu:'Task' 19:50:52.999 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 19:50:52.999 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:52.999 DEBUG [main][MenuItemLookup] Found menu:'Example...' 19:50:52.999 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:52.999 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:50:52.999 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:50:53.009 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:50:53.009 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:50:53.009 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:50:53.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 19:50:53.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 'New|Select a wizard'] is available. finished successfully 19:50:53.060 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:50:53.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:53.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:53.066 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:50:53.066 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:53.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 19:50:53.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:53.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:53.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:53.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:53.066 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:53.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:50:53.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:50:53.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 19:50:53.067 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:50:53.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:50:53.067 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:50:53.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:50:53.067 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:50:53.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 19:50:53.067 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:50:53.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:50:53.067 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:50:53.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:50:53.068 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:50:53.068 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 19:50:53.068 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 19:50:53.068 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 19:50:53.070 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 19:50:53.070 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:50:53.070 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:50:53.070 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) 19:50:53.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:53.070 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:53.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:53.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:53.070 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:50:53.071 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:50:53.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:50:53.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:50:53.071 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:50:53.071 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:50:53.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:50:53.191 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:53.191 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:53.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.... 19:50:53.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 19:50:53.191 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 19:50:53.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:53.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:53.192 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 19:50:53.192 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:53.192 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 19:50:53.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:") 19:50:53.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:53.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:53.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:53.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:53.193 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:50:53.193 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:50:53.194 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 19:50:53.214 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 19:50:53.214 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 19:50:53.214 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) 19:50:53.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:53.214 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:53.215 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:53.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:53.215 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:50:53.215 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:50:53.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:50:53.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:50:53.215 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:50:53.215 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:50:53.218 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.... 19:50:53.719 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 19:50:53.719 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 19:50:53.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:53.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:53.721 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 19:50:53.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 "Don't Create") 19:50:53.721 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:50:53.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:50:53.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:50:53.721 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 19:50:53.721 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:50:53.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:53.721 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:53.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:53.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:53.722 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:50:53.722 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 19:50:53.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:50:53.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:50:53.722 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:50:53.722 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:50:53.822 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.... 19:50:53.822 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 19:50:53.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:50:53.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:50:53.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:50:53.822 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 19:50:53.822 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 19:50:53.822 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:50:53.822 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:50:53.822 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:50:53.822 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:50:53.822 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:50:53.822 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:50:53.822 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:50:53.822 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:50:53.822 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:50:53.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:50:53.822 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:53.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:53.832 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:50:53.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:53.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:53.835 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:50:53.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:53.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:53.835 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:50:53.835 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:50:53.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:53.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:53.838 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:53.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:53.838 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:50:53.838 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:53.838 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:53.848 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:53.848 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:53.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:53.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:53.848 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:50:53.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:53.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:53.864 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:50:53.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:53.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:53.864 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:50:53.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 '\*?\QPackage Explorer\E') 19:50:53.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:53.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:53.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:53.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:53.865 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:50:53.865 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:50:53.865 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:50:53.915 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:53.916 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:53.916 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:50:53.916 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:50:53.916 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:50:53.916 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:53.917 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:53.917 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:50:53.917 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:50:53.917 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:53.917 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:53.917 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:50:53.917 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:50:53.918 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:53.918 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:53.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:53.918 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:53.918 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:50:54.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:54.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:50:54.918 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:54.919 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:50:54.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:50:54.919 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:50:54.919 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:50:54.919 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:54.919 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:54.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 19:50:54.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:54.919 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:54.920 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:54.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:54.920 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:54.920 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 19:50:54.920 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 19:50:54.920 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 19:50:54.920 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 19:50:54.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:50:55.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:50:55.421 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 19:50:55.421 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 19:50:55.421 DEBUG [main][TreeItemHandler] Selecting tree item: src 19:50:55.421 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 19:50:55.447 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 19:50:55.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:50:55.447 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:55.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:50:55.447 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:55.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 Java Class"] 19:50:55.447 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:55.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:50:55.448 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:55.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:50:55.448 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:55.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:50:55.448 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:55.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 Java Class"] 19:50:55.448 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:55.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:50:55.448 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:55.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:50:55.448 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:55.449 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:50:55.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:55.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:55.449 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:50:55.449 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:50:55.449 DEBUG [main][MenuItemLookup] Found menu:'File' 19:50:55.449 DEBUG [main][MenuItemLookup] Item match:File 19:50:55.450 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:50:55.450 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:50:55.452 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 19:50:55.452 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:50:55.452 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:55.452 DEBUG [main][MenuItemLookup] Found menu:'Package' 19:50:55.452 DEBUG [main][MenuItemLookup] Found menu:'Class' 19:50:55.452 DEBUG [main][MenuItemLookup] Found menu:'Interface' 19:50:55.452 DEBUG [main][MenuItemLookup] Found menu:'Enum' 19:50:55.452 DEBUG [main][MenuItemLookup] Found menu:'Record' 19:50:55.452 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 19:50:55.452 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 19:50:55.452 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 19:50:55.452 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:50:55.452 DEBUG [main][MenuItemLookup] Found menu:'File' 19:50:55.452 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:50:55.452 DEBUG [main][MenuItemLookup] Found menu:'Task' 19:50:55.452 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 19:50:55.452 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:55.452 DEBUG [main][MenuItemLookup] Found menu:'Example...' 19:50:55.452 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:55.452 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:50:55.452 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:50:55.453 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:50:55.453 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:50:55.453 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:50:55.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 'New|Select a wizard'] is available.... 19:50:55.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 19:50:55.585 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:50:55.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:55.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:55.586 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:50:55.586 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:55.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 19:50:55.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:55.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:55.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:55.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:55.587 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:55.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:50:55.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:50:55.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 19:50:55.588 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:50:55.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:50:55.588 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:50:55.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:50:55.588 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:50:55.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 19:50:55.588 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:50:55.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:50:55.588 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:50:55.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:50:55.589 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:50:55.589 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 19:50:55.589 DEBUG [main][TreeItemHandler] Selecting tree item: Class 19:50:55.589 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 19:50:55.591 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 19:50:55.591 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:50:55.591 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:50:55.591 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) 19:50:55.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:55.591 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:55.592 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:55.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:55.592 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:50:55.592 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:50:55.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:50:55.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:50:55.592 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:50:55.593 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:50:55.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:50:55.695 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:55.695 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:55.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.... 19:50:55.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 19:50:55.695 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 19:50:55.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:55.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:55.696 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 19:50:55.696 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:50:55.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:") 19:50:55.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:55.696 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:55.700 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:55.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:55.700 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:50:55.700 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:50:55.701 INFO [WorkbenchTestable][AbstractText] Text set to: ErrorTestClass 19:50:55.706 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 19:50:55.706 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 19:50:55.706 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) 19:50:55.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:55.706 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:55.707 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:55.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:55.707 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:50:55.708 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:50:55.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:50:55.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:50:55.708 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:50:55.708 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:50:55.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:50:56.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:50:56.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:50:56.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 19:50:56.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:50:56.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 19:50:56.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:50:56.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:50:56.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:50:56.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:50:56.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:50:56.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:50:56.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:50:56.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:50:56.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:50:56.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:50:56.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:50:56.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:50:56.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:50:56.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 19:50:56.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:50:56.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 19:50:56.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:50:56.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:50:56.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:50:56.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:50:56.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:50:56.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:50:56.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:50:56.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:50:56.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:50:56.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:50:56.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:50:56.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:50:56.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@67560402 is found... 19:50:56.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@67560402 is found finished successfully 19:50:56.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QErrorTestClass.java\E') 19:50:56.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:56.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:56.214 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:56.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:56.214 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:50:56.214 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:56.214 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class ErrorTestClass { } TooltipText=null 19:50:56.214 INFO [WorkbenchTestable][TextEditor] Set text to editor 19:50:56.220 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:56.220 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class ErrorTestClass{ } TooltipText=null 19:50:56.220 INFO [WorkbenchTestable][AbstractEditor] Save editor 19:50:56.220 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 19:50:56.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:56.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:56.220 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 19:50:56.220 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 19:50:56.221 DEBUG [main][MenuItemLookup] Found menu:'File' 19:50:56.221 DEBUG [main][MenuItemLookup] Item match:File 19:50:56.221 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:50:56.221 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:50:56.221 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:50:56.221 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:50:56.221 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:56.221 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:50:56.221 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:50:56.221 DEBUG [main][MenuItemLookup] Found menu:'' 19:50:56.221 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:50:56.221 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 19:50:56.221 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 19:50:56.221 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 19:50:56.221 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 19:50:56.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 19:50:56.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 19:50:56.299 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:56.299 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class ErrorTestClass{ } TooltipText=null 19:50:56.299 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:50:56.299 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:56.299 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:56.382 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:56.382 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:56.382 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:56.385 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:56.385 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:50:56.385 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:56.388 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:56.388 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 19:50:56.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:56.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:56.389 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 19:50:56.389 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:50:56.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:56.389 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:56.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:56.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:56.393 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:50:56.393 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:56.393 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:56.394 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:56.394 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:50:56.394 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:56.394 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:56.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view.... 19:50:56.394 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:56.394 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:56.395 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:56.395 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:50:56.395 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:56.395 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:56.395 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:56.395 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:56.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:56.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:50:56.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:56.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:56.396 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:50:56.396 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:56.396 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:56.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:56.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:50:56.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:56.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:56.397 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:50:56.397 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:50:56.397 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:50:56.397 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:50:56.397 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:50:56.397 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:50:56.397 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 19:50:56.397 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:50:56.397 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:50:56.397 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:50:56.397 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:50:56.397 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:50:56.397 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:50:56.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 19:50:57.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 19:50:57.398 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:50:57.399 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:57.399 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:57.399 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:57.399 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:50:57.399 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:57.399 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:57.399 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:50:57.400 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:50:57.400 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:50:57.400 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:50:57.400 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:50:57.400 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:50:57.400 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 19:50:57.400 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:50:57.400 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:50:57.400 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:50:57.400 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:50:57.400 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:50:57.400 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:50:57.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 19:50:57.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 19:50:57.400 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:57.400 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:57.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:57.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:50:57.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:57.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:57.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 19:50:57.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:57.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:57.401 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:57.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:57.401 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:57.902 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:57.902 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:57.902 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:57.902 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:57.903 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:57.903 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:57.903 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:57.903 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:57.903 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:50:57.903 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:57.903 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:57.903 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:57.904 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:57.904 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:50:57.904 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:50:57.904 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:50:57.904 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:50:57.904 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:50:57.904 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:50:57.904 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 19:50:57.904 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:50:57.904 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:50:57.904 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:50:57.904 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:50:57.904 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:50:57.904 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:50:57.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 19:50:58.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 19:50:58.905 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:50:58.905 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:58.905 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:58.906 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:58.906 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:58.906 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:50:58.907 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:50:58.907 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:50:58.907 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:50:58.907 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:50:58.907 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:50:58.907 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 19:50:58.907 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:50:58.907 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:50:58.907 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:50:58.907 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:50:58.907 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:50:58.907 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:50:58.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 19:50:58.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 19:50:58.907 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:58.907 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:58.907 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:58.907 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:58.908 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:50:58.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:58.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:58.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:58.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:58.908 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:58.908 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 19:50:58.908 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 19:50:58.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:50:58.908 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 19:50:58.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:50:58.908 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 19:50:58.908 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 19:50:58.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:50:58.908 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 19:50:58.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:50:58.908 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 19:50:58.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view. finished successfully 19:50:58.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:58.911 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:58.911 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:50:58.911 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:58.913 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:58.913 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 19:50:58.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:58.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:58.914 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 19:50:58.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') 19:50:58.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:58.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:58.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:58.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:58.916 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:50:58.916 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:58.916 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:58.917 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:58.917 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:50:58.917 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:58.917 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:58.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until number of problems in Problems view is 0. Expected number of problems is: 1... 19:50:58.917 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:58.917 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:58.917 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:58.917 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:50:58.917 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:58.917 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:58.918 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:58.918 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:58.918 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:58.918 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:50:58.918 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:58.918 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:58.918 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:50:58.918 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:58.918 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:58.918 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:58.918 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:50:58.918 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:58.918 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:58.918 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:50:58.919 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:50:58.919 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:50:58.919 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:50:58.919 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:50:58.919 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:50:58.919 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 19:50:58.919 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:50:58.919 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:50:58.919 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:50:58.919 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:50:58.919 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:50:58.919 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:50:58.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 19:50:59.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 19:50:59.920 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:50:59.920 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:59.920 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:59.921 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:59.921 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:50:59.921 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:59.921 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:59.921 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:50:59.921 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:50:59.921 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:50:59.921 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:50:59.922 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:50:59.922 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:50:59.922 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 19:50:59.922 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:50:59.922 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:50:59.922 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:50:59.922 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:50:59.922 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:50:59.922 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:50:59.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 19:50:59.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 19:50:59.922 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:59.922 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:59.922 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:59.922 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 19:50:59.922 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:50:59.922 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:50:59.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 19:50:59.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:59.922 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:59.922 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:59.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:59.923 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:50:59.924 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 19:50:59.924 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 19:50:59.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:50:59.924 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 19:50:59.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:50:59.924 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 19:50:59.924 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 19:50:59.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:50:59.924 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 19:50:59.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:50:59.924 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 19:50:59.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until number of problems in Problems view is 1. Expected number of problems is: 1 finished successfully 19:50:59.924 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:50:59.924 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:50:59.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:50:59.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:50:59.937 DEBUG [main][MenuItemLookup] Found menu:'Show' 19:50:59.937 DEBUG [main][MenuItemLookup] Found menu:'Group By' 19:50:59.937 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 19:50:59.937 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 19:50:59.937 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 19:50:59.937 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 19:50:59.937 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 19:50:59.937 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 19:50:59.937 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 19:50:59.937 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 19:50:59.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 19:50:59.974 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 19:50:59.974 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 19:50:59.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:50:59.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:50:59.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: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 19:50:59.974 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:50:59.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:50:59.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:50:59.974 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 19:50:59.974 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:50:59.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:59.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:59.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:59.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:59.975 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:50:59.975 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 19:50:59.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:50:59.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:50:59.975 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:50:59.975 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:50:59.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) 19:50:59.976 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:50:59.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:50:59.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:50:59.976 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 19:50:59.976 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:50:59.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:50:59.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:50:59.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:50:59.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:50:59.977 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:50:59.977 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:50:59.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:50:59.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:50:59.977 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:50:59.977 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:51:00.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 19:51:00.004 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 19:51:00.004 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:51:00.005 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:51:00.005 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:51:00.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:00.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:00.030 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:51:00.030 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:51:00.031 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:00.031 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:00.031 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:51:00.031 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:51:00.031 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:00.031 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:00.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:00.031 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:00.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:51:00.532 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:00.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:51:01.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:01.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:51:01.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:51:01.035 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:51:01.035 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:51:01.035 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:01.035 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:01.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 19:51:01.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:01.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:01.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:01.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:01.035 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:51:01.036 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 19:51:01.036 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 19:51:01.036 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 19:51:01.036 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 19:51:01.037 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 19:51:01.037 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:51:01.037 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:51:01.058 DEBUG [main][MenuItemLookup] Found menu:'New' 19:51:01.058 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:51:01.058 DEBUG [main][MenuItemLookup] Found menu:'' 19:51:01.058 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:51:01.058 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 19:51:01.058 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:51:01.058 DEBUG [main][MenuItemLookup] Found menu:'' 19:51:01.059 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:51:01.059 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:51:01.059 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:51:01.059 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:51:01.059 DEBUG [main][MenuItemLookup] Found menu:'' 19:51:01.059 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 19:51:01.059 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 19:51:01.059 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 19:51:01.059 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 19:51:01.059 DEBUG [main][MenuItemLookup] Found menu:'' 19:51:01.059 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:51:01.059 DEBUG [main][MenuItemLookup] Found menu:'Export...' 19:51:01.059 DEBUG [main][MenuItemLookup] Found menu:'' 19:51:01.059 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:51:01.059 DEBUG [main][MenuItemLookup] Item match:Refresh F5 19:51:01.059 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 19:51:01.059 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 19:51:01.059 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 19:51:01.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:51:01.061 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:51:01.061 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:51:01.061 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 19:51:01.061 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:51:01.061 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:51:01.061 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:51:01.061 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:51:01.061 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:51:01.061 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:51:01.061 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:51:01.061 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:51:01.061 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:51:01.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:51:01.061 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 19:51:01.061 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 19:51:01.061 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 19:51:01.062 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 19:51:01.063 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 19:51:01.063 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:51:01.063 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:51:01.082 DEBUG [main][MenuItemLookup] Found menu:'New' 19:51:01.082 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:51:01.082 DEBUG [main][MenuItemLookup] Found menu:'' 19:51:01.082 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:51:01.082 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 19:51:01.082 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:51:01.082 DEBUG [main][MenuItemLookup] Found menu:'' 19:51:01.082 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:51:01.082 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:51:01.082 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:51:01.082 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:51:01.082 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:51:01.082 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:51:01.082 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:51:01.082 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 19:51:01.090 DEBUG [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.... 19:51:01.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 'Delete.*'] is available. finished successfully 19:51:01.645 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 19:51:01.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:51:01.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:51:01.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:01.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:01.647 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 19:51:01.647 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:51:01.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:51:01.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:51:01.647 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:51:01.647 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:51:01.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:01.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:01.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:01.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:01.647 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:51:01.648 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 19:51:01.648 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 19:51:01.648 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 19:51:01.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:51:01.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:51:01.648 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:51:01.648 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:51:01.648 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 19:51:01.648 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:51:01.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:51:01.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:51:01.648 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:51:01.648 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:51:01.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:01.648 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:01.648 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:01.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:01.649 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:51:01.649 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:51:01.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:51:01.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:51:01.649 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:51:01.649 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:51:01.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 19:51:01.651 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 19:51:02.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 19:51:02.151 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 19:51:02.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:51:02.151 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 19:51:02.151 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 19:51:02.151 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 19:51:02.151 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:51:02.151 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:51:02.151 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:51:02.151 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:51:02.151 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:51:02.151 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:51:02.152 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:51:02.152 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:51:02.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:51:02.152 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 19:51:02.152 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:51:02.152 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:51:02.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:51:02.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:51:02.152 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOneErrorExists no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 19:51:02.152 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:51:02.152 INFO [WorkbenchTestable][RequirementsRunner] Started test: testProblemQuickfix no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 19:51:02.152 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 19:51:02.152 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:51:02.152 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:51:02.152 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:51:02.152 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:51:02.153 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:02.153 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:51:02.153 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:02.153 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 19:51:02.153 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:02.153 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:51:02.153 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:02.153 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:51:02.153 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:02.153 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:51:02.153 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:02.153 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 19:51:02.153 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:02.153 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:51:02.153 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:02.153 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:51:02.154 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:02.154 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:51:02.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:51:02.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:51:02.154 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:51:02.154 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:51:02.154 DEBUG [main][MenuItemLookup] Found menu:'File' 19:51:02.154 DEBUG [main][MenuItemLookup] Item match:File 19:51:02.155 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:51:02.155 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:51:02.157 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 19:51:02.157 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:51:02.157 DEBUG [main][MenuItemLookup] Found menu:'' 19:51:02.157 DEBUG [main][MenuItemLookup] Found menu:'Package' 19:51:02.157 DEBUG [main][MenuItemLookup] Found menu:'Class' 19:51:02.157 DEBUG [main][MenuItemLookup] Found menu:'Interface' 19:51:02.157 DEBUG [main][MenuItemLookup] Found menu:'Enum' 19:51:02.157 DEBUG [main][MenuItemLookup] Found menu:'Record' 19:51:02.157 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 19:51:02.157 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 19:51:02.157 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 19:51:02.157 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:51:02.157 DEBUG [main][MenuItemLookup] Found menu:'File' 19:51:02.157 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:51:02.157 DEBUG [main][MenuItemLookup] Found menu:'Task' 19:51:02.157 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 19:51:02.157 DEBUG [main][MenuItemLookup] Found menu:'' 19:51:02.157 DEBUG [main][MenuItemLookup] Found menu:'Example...' 19:51:02.157 DEBUG [main][MenuItemLookup] Found menu:'' 19:51:02.157 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:51:02.157 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:51:02.167 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:51:02.167 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:51:02.167 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:51:02.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 19:51:02.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 19:51:02.235 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:51:02.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:51:02.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:51:02.236 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:51:02.236 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:02.236 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 19:51:02.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:02.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:02.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:02.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:02.237 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:51:02.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:51:02.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:51:02.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 19:51:02.238 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:51:02.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:51:02.238 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:51:02.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:51:02.238 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:51:02.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 19:51:02.238 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:51:02.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:51:02.238 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:51:02.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:51:02.238 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:51:02.238 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 19:51:02.238 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 19:51:02.238 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 19:51:02.240 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 19:51:02.240 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:51:02.240 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:51:02.240 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) 19:51:02.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:02.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:02.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:02.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:02.241 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:51:02.241 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:51:02.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:51:02.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:51:02.241 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:51:02.241 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:51:02.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:51:02.365 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:02.365 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:02.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 19:51:02.365 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 19:51:02.365 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 19:51:02.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:51:02.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:51:02.379 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 19:51:02.379 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:02.379 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 19:51:02.380 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:") 19:51:02.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:02.380 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:02.381 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:02.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:02.381 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:51:02.381 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:51:02.381 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 19:51:02.402 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 19:51:02.402 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 19:51:02.402 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) 19:51:02.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:02.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:02.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:02.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:02.403 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:51:02.404 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:51:02.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:51:02.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:51:02.404 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:51:02.404 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:51:02.406 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.... 19:51:02.907 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 19:51:02.907 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 19:51:02.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:51:02.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:51:02.909 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 19:51:02.910 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:51:02.910 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:51:02.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:51:02.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:51:02.910 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 19:51:02.910 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:51:02.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:02.910 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:02.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:02.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:02.910 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:51:02.910 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 19:51:02.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:51:02.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:51:02.910 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:51:02.910 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:51:03.014 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.... 19:51:03.015 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 19:51:03.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:51:03.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:51:03.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:51:03.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 19:51:03.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 19:51:03.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:51:03.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:51:03.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:51:03.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:51:03.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:51:03.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:51:03.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:51:03.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:51:03.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:51:03.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:51:03.015 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:03.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:03.018 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:51:03.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:03.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:03.021 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:51:03.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:51:03.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:51:03.021 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:51:03.021 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:51:03.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:03.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:03.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:03.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:03.023 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:51:03.023 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:03.023 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:03.032 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:03.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:03.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:03.033 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:03.033 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:51:03.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:03.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:03.034 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:51:03.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:51:03.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:51:03.034 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:51:03.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 '\*?\QPackage Explorer\E') 19:51:03.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:03.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:03.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:03.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:03.035 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:51:03.035 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:51:03.035 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:51:03.083 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:03.083 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:03.083 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:51:03.083 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:51:03.083 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:51:03.084 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:03.084 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:03.084 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:51:03.084 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:51:03.084 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:03.084 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:03.085 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:51:03.085 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:51:03.085 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:03.085 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:03.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:03.085 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:03.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:51:03.585 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:03.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:51:04.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:04.086 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:51:04.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:51:04.086 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:51:04.086 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:51:04.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:04.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:04.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 19:51:04.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:04.087 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:04.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:04.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:04.088 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:51:04.088 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 19:51:04.088 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 19:51:04.088 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 19:51:04.088 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 19:51:04.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:51:04.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:51:04.589 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 19:51:04.590 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 19:51:04.590 DEBUG [main][TreeItemHandler] Selecting tree item: src 19:51:04.590 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 19:51:04.591 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 19:51:04.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:51:04.592 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:04.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:51:04.592 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:04.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 Java Class"] 19:51:04.592 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:04.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:51:04.592 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:04.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:51:04.592 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:04.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:51:04.592 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:04.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 Java Class"] 19:51:04.593 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:04.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:51:04.593 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:04.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:51:04.593 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:04.593 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:51:04.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:51:04.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:51:04.593 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:51:04.593 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:51:04.594 DEBUG [main][MenuItemLookup] Found menu:'File' 19:51:04.594 DEBUG [main][MenuItemLookup] Item match:File 19:51:04.594 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:51:04.594 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:51:04.596 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 19:51:04.596 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:51:04.596 DEBUG [main][MenuItemLookup] Found menu:'' 19:51:04.596 DEBUG [main][MenuItemLookup] Found menu:'Package' 19:51:04.596 DEBUG [main][MenuItemLookup] Found menu:'Class' 19:51:04.596 DEBUG [main][MenuItemLookup] Found menu:'Interface' 19:51:04.596 DEBUG [main][MenuItemLookup] Found menu:'Enum' 19:51:04.596 DEBUG [main][MenuItemLookup] Found menu:'Record' 19:51:04.596 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 19:51:04.596 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 19:51:04.596 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 19:51:04.596 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:51:04.596 DEBUG [main][MenuItemLookup] Found menu:'File' 19:51:04.596 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:51:04.596 DEBUG [main][MenuItemLookup] Found menu:'Task' 19:51:04.596 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 19:51:04.596 DEBUG [main][MenuItemLookup] Found menu:'' 19:51:04.596 DEBUG [main][MenuItemLookup] Found menu:'Example...' 19:51:04.596 DEBUG [main][MenuItemLookup] Found menu:'' 19:51:04.596 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:51:04.596 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:51:04.597 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:51:04.597 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:51:04.597 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:51:04.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 19:51:04.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 19:51:04.697 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:51:04.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:51:04.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:51:04.698 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:51:04.698 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:04.698 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 19:51:04.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:04.698 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:04.698 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:04.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:04.698 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:51:04.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:51:04.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:51:04.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 19:51:04.699 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:51:04.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:51:04.699 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:51:04.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:51:04.699 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:51:04.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 19:51:04.699 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:51:04.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:51:04.700 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:51:04.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:51:04.700 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:51:04.700 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 19:51:04.700 DEBUG [main][TreeItemHandler] Selecting tree item: Class 19:51:04.700 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 19:51:04.702 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 19:51:04.702 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:51:04.702 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:51:04.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.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) 19:51:04.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:04.702 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:04.703 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:04.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:04.703 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:51:04.703 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:51:04.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:51:04.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:51:04.703 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:51:04.703 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:51:04.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:51:04.806 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:04.806 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:04.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 19:51:04.806 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 19:51:04.806 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 19:51:04.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:51:04.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:51:04.807 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 19:51:04.807 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:04.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.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 19:51:04.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:04.807 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:04.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:04.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:04.813 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:51:04.813 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:51:04.814 INFO [WorkbenchTestable][AbstractText] Text set to: WarningTestClass 19:51:04.890 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 19:51:04.913 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 19:51:04.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.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) 19:51:04.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:04.923 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:04.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:04.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:04.928 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:51:04.929 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:51:04.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:51:04.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:51:04.929 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:51:04.929 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:51:04.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:51:05.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:51:05.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:51:05.505 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 3 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 19:51:05.505 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 19:51:05.505 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:51:05.505 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:51:05.505 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:51:05.505 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:51:05.505 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:51:05.505 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:51:05.505 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:51:05.505 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:51:05.505 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:51:05.505 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:51:05.505 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:51:05.505 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:51:05.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:51:05.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:51:05.505 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 3 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 19:51:05.505 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 19:51:05.505 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:51:05.505 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:51:05.505 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:51:05.505 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:51:05.505 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:51:05.505 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:51:05.505 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:51:05.505 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:51:05.505 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:51:05.505 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:51:05.505 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:51:05.505 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:51:05.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:51:05.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@67571910 is found... 19:51:05.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@67571910 is found finished successfully 19:51:05.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWarningTestClass.java\E') 19:51:05.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:05.506 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:05.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:05.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:05.507 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:51:05.507 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:05.507 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class WarningTestClass { } TooltipText=null 19:51:05.507 INFO [WorkbenchTestable][TextEditor] Set text to editor 19:51:05.511 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:05.511 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ private int i; } TooltipText=null 19:51:05.511 INFO [WorkbenchTestable][AbstractEditor] Save editor 19:51:05.511 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:51:05.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:51:05.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:51:05.592 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:51:05.592 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:51:05.592 DEBUG [main][MenuItemLookup] Found menu:'File' 19:51:05.593 DEBUG [main][MenuItemLookup] Item match:File 19:51:05.593 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:51:05.593 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:51:05.593 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:51:05.593 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:51:05.593 DEBUG [main][MenuItemLookup] Found menu:'' 19:51:05.593 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:51:05.593 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:51:05.593 DEBUG [main][MenuItemLookup] Found menu:'' 19:51:05.593 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:51:05.593 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 19:51:05.594 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 19:51:05.594 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 19:51:05.594 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 19:51:05.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 19:51:05.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 19:51:05.687 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:05.687 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ private int i; } TooltipText=null 19:51:05.688 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:51:05.688 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:05.688 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:05.701 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:05.702 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:05.702 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:05.713 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:05.713 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:51:05.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:05.716 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:05.716 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:51:05.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:51:05.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:51:05.717 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:51:05.717 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:51:05.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:05.717 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:05.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:05.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:05.792 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:51:05.792 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:05.793 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:05.793 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:05.793 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:51:05.793 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:51:05.793 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:51:05.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view.... 19:51:05.794 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:05.794 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:05.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:05.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:51:05.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:51:05.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:51:05.794 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:05.795 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:05.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:05.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:51:05.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:51:05.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:51:05.795 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:51:05.796 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:05.796 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:05.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:05.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:51:05.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:51:05.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:51:05.796 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:51:05.797 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:51:05.797 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:51:05.797 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:51:05.797 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:51:05.797 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:51:05.797 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 19:51:05.797 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:51:05.797 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:51:05.797 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:51:05.797 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:51:05.797 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:51:05.797 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:51:05.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 19:51:06.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 19:51:06.798 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:51:06.798 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:06.799 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:06.799 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:06.800 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:51:06.800 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:51:06.800 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:51:06.800 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:51:06.800 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:51:06.800 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:51:06.800 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:51:06.800 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:51:06.801 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:51:06.801 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 19:51:06.801 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:51:06.801 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:51:06.801 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:51:06.801 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:51:06.801 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:51:06.801 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:51:06.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 19:51:06.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 19:51:06.801 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:06.801 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:06.801 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:06.802 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:51:06.802 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:51:06.802 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:51:06.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 19:51:06.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:06.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:06.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:06.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:06.802 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:51:07.303 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:07.303 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:07.304 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:07.304 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:07.304 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:07.304 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:07.305 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:07.305 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:07.305 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:51:07.305 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:07.305 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:07.305 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:07.305 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:07.305 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:51:07.306 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:51:07.306 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:51:07.306 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:51:07.306 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:51:07.306 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:51:07.306 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 19:51:07.306 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:51:07.306 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:51:07.306 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:51:07.306 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:51:07.306 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:51:07.306 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:51:07.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 19:51:08.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 19:51:08.307 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:51:08.307 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:08.307 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:08.308 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:08.308 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:08.308 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:51:08.308 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:51:08.308 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:51:08.308 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:51:08.308 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:51:08.308 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:51:08.308 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 19:51:08.308 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:51:08.308 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:51:08.308 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:51:08.308 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:51:08.308 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:51:08.308 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:51:08.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 19:51:08.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 19:51:08.308 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:08.309 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:08.309 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:08.309 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:08.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 19:51:08.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:08.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:08.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:08.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:08.309 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:51:08.309 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 19:51:08.309 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 19:51:08.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:51:08.309 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 19:51:08.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:51:08.309 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 19:51:08.309 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 19:51:08.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:51:08.310 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 19:51:08.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:51:08.310 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 19:51:08.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view. finished successfully 19:51:08.310 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:08.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:08.312 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:51:08.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:51:08.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:51:08.313 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:51:08.313 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:51:08.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:08.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:08.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:08.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:08.315 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:51:08.315 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:08.315 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:08.316 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:08.316 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:51:08.316 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:51:08.316 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:51:08.316 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:51:08.316 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:08.316 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:08.316 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:08.316 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:51:08.316 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:51:08.316 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:51:08.317 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:51:08.317 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:51:08.317 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:51:08.317 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:51:08.317 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:51:08.317 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:51:08.317 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 19:51:08.317 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:51:08.317 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:51:08.317 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:51:08.317 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:51:08.317 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:51:08.317 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:51:08.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 19:51:09.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 19:51:09.318 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:51:09.319 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:09.319 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:09.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:09.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:51:09.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:51:09.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:51:09.320 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:51:09.320 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:51:09.320 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:51:09.320 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:51:09.320 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:51:09.320 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:51:09.320 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 19:51:09.320 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:51:09.320 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:51:09.320 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:51:09.320 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:51:09.321 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:51:09.321 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:51:09.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 19:51:09.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 19:51:09.321 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:09.321 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:09.321 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:09.321 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:51:09.321 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:51:09.321 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:51:09.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 19:51:09.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:09.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:09.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:09.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:09.321 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:51:09.322 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 19:51:09.323 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 19:51:09.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:51:09.323 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 19:51:09.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:51:09.323 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 19:51:09.323 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 19:51:09.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:51:09.323 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 19:51:09.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:51:09.323 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 19:51:09.323 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item The value of the field WarningTestClass.i is not used 19:51:09.323 DEBUG [main][TreeItemHandler] Selecting tree item: The value of the field WarningTestClass.i is not used 19:51:09.323 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item The value of the field WarningTestClass.i is not used about selection 19:51:09.335 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: The value of the field WarningTestClass.i is not used 19:51:09.335 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:51:09.335 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:51:09.349 DEBUG [main][MenuItemLookup] Found menu:'Go to Resource' 19:51:09.349 DEBUG [main][MenuItemLookup] Found menu:'' 19:51:09.349 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:51:09.349 DEBUG [main][MenuItemLookup] Found menu:'Copy Details' 19:51:09.349 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:51:09.349 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 19:51:09.349 DEBUG [main][MenuItemLookup] Found menu:'' 19:51:09.349 DEBUG [main][MenuItemLookup] Found menu:'Show In' 19:51:09.349 DEBUG [main][MenuItemLookup] Found menu:'Quick Fix Ctrl+1' 19:51:09.349 DEBUG [main][MenuItemLookup] Item match:Quick Fix Ctrl+1 19:51:09.349 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Quick Fix Ctrl+1" 19:51:09.349 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Quick Fix Ctrl+1 19:51:09.349 INFO [main][MenuItemHandler] Select menu item: &Quick Fix Ctrl+1 19:51:09.430 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.... 19:51:09.431 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:09.431 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:09.431 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 19:51:09.431 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Quick Fix 19:51:09.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:51:09.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:51:09.464 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 19:51:09.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:09.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:09.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:09.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:09.465 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:51:09.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:51:09.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:51:09.466 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 19:51:09.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:09.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:09.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:09.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:09.466 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:51:09.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:51:09.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:51:09.466 TRACE [main][WidgetHandler] Notify Table with event 13 19:51:09.466 TRACE [main][WidgetHandler] Wait for synchronization 19:51:09.467 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:51:09.467 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:51:09.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:51:09.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:51:09.467 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Quick Fix" as the parent 19:51:09.467 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:51:09.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:09.467 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:09.467 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:09.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:09.467 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:51:09.468 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:51:09.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:51:09.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:51:09.468 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:51:09.468 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:51:09.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.swt.condition.NewShellIsOpenedOrIsNotAvailable... 19:51:09.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.swt.condition.NewShellIsOpenedOrIsNotAvailable finished successfully 19:51:09.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@22802ff is found... 19:51:09.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@22802ff is found finished successfully 19:51:09.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWarningTestClass.java\E') 19:51:09.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:09.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:09.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:09.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:09.537 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:51:09.537 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:09.537 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ @SuppressWarnings("unused") private int i; } TooltipText=null 19:51:09.537 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:09.538 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:09.547 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:09.547 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:09.548 DEBUG [main][MenuItemLookup] Found menu:'Show' 19:51:09.548 DEBUG [main][MenuItemLookup] Found menu:'Group By' 19:51:09.548 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 19:51:09.548 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 19:51:09.548 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 19:51:09.548 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 19:51:09.548 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 19:51:09.548 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 19:51:09.548 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 19:51:09.548 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 19:51:09.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 19:51:09.592 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 19:51:09.592 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 19:51:09.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:51:09.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:51:09.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 "Restore Defaults") 19:51:09.592 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:51:09.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:51:09.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:51:09.592 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 19:51:09.592 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:51:09.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:09.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:09.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:09.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:09.593 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:51:09.593 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 19:51:09.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:51:09.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:51:09.593 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:51:09.593 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:51:09.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) 19:51:09.594 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:51:09.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:51:09.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:51:09.595 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 19:51:09.595 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:51:09.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:09.595 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:09.595 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:09.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:09.595 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:51:09.596 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:51:09.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:51:09.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:51:09.596 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:51:09.596 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:51:09.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 19:51:09.626 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 19:51:09.626 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:51:09.626 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:51:09.626 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:51:09.633 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:09.633 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:09.633 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:51:09.633 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:51:09.634 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:09.634 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:09.634 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:51:09.634 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:51:09.634 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:09.634 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:09.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:09.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:09.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:51:10.135 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:10.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:51:10.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:10.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:51:10.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:51:10.636 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:51:10.636 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:51:10.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:10.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51: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 19:51:10.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:10.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:10.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:10.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:10.637 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:51:10.637 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 19:51:10.637 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 19:51:10.637 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 19:51:10.637 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 19:51:10.641 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 19:51:10.641 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:51:10.641 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:51:10.661 DEBUG [main][MenuItemLookup] Found menu:'New' 19:51:10.661 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:51:10.661 DEBUG [main][MenuItemLookup] Found menu:'' 19:51:10.661 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:51:10.661 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 19:51:10.661 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:51:10.661 DEBUG [main][MenuItemLookup] Found menu:'' 19:51:10.661 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:51:10.661 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:51:10.661 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:51:10.661 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:51:10.661 DEBUG [main][MenuItemLookup] Found menu:'' 19:51:10.661 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 19:51:10.661 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 19:51:10.661 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 19:51:10.661 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 19:51:10.661 DEBUG [main][MenuItemLookup] Found menu:'' 19:51:10.661 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:51:10.661 DEBUG [main][MenuItemLookup] Found menu:'Export...' 19:51:10.661 DEBUG [main][MenuItemLookup] Found menu:'' 19:51:10.661 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:51:10.661 DEBUG [main][MenuItemLookup] Item match:Refresh F5 19:51:10.661 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 19:51:10.661 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 19:51:10.662 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 19:51:10.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:51:10.665 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:51:10.665 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:51:10.665 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 19:51:10.665 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:51:10.665 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:51:10.665 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:51:10.665 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:51:10.665 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:51:10.665 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:51:10.666 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:51:10.666 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:51:10.666 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:51:10.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:51:10.666 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 19:51:10.666 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 19:51:10.666 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 19:51:10.666 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 19:51:10.667 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 19:51:10.667 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:51:10.667 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:51:10.701 DEBUG [main][MenuItemLookup] Found menu:'New' 19:51:10.701 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:51:10.701 DEBUG [main][MenuItemLookup] Found menu:'' 19:51:10.701 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:51:10.701 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 19:51:10.701 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:51:10.701 DEBUG [main][MenuItemLookup] Found menu:'' 19:51:10.701 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:51:10.701 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:51:10.701 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:51:10.701 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:51:10.701 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:51:10.701 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:51:10.701 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:51:10.701 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 19:51:10.709 DEBUG [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.... 19:51:11.265 DEBUG [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 19:51:11.265 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 19:51:11.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:51:11.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:51:11.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:11.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:11.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) 19:51:11.267 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:51:11.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:51:11.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:51:11.268 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:51:11.268 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:51:11.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:11.268 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:11.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:11.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:11.268 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:51:11.268 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 19:51:11.268 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 19:51:11.268 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 19:51:11.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:51:11.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:51:11.268 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:51:11.268 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:51:11.268 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 19:51:11.268 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:51:11.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:51:11.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:51:11.268 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:51:11.268 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:51:11.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:11.268 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:11.269 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:11.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:11.269 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:51:11.269 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:51:11.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:51:11.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:51:11.269 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:51:11.269 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:51:11.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 19:51:11.271 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 19:51:11.772 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 1 19:51:11.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 19:51:11.773 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.... 19:51:11.774 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") 19:51:11.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:11.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:11.774 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:51:12.275 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:12.276 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:51:12.776 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:12.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:51:12.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:51:12.778 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 19:51:12.778 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") 19:51:12.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:12.778 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:12.779 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:12.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:12.779 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:51:12.779 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 19:51:12.780 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 19:51:12.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:51:12.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:51:12.781 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 19:51:12.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:51:12.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:51:12.781 DEBUG [WorkbenchTestable][DeleteUtils] Shell with title 'Delete.*' and button 'Continue' found 19:51:12.781 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:51:12.781 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:51:12.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:51:12.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:51:12.781 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:51:12.781 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:51:12.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:12.781 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:12.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:12.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:12.781 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:51:12.782 INFO [WorkbenchTestable][AbstractButton] Click button Con&tinue 19:51:12.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:51:12.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:51:12.782 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:51:12.782 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:51:12.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:51:12.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:51:12.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:51:13.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:51:13.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:51:13.306 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:51:13.306 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 19:51:13.306 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 19:51:13.306 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 19:51:13.306 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:51:13.306 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:51:13.306 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:51:13.306 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:51:13.306 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:51:13.306 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:51:13.306 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:51:13.306 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:51:13.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:51:13.306 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 19:51:13.306 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:51:13.306 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:51:13.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:51:13.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:51:13.307 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testProblemQuickfix no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 19:51:13.307 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:51:13.307 INFO [WorkbenchTestable][RequirementsRunner] Started test: testNoErrorOneWarning no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 19:51:13.307 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 19:51:13.307 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:51:13.307 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:51:13.307 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:51:13.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:51:13.307 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:13.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:51:13.307 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:13.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 Java Project"] 19:51:13.307 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:13.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:51:13.307 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:13.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:51:13.307 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:13.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:51:13.307 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:13.308 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 19:51:13.308 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:13.308 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:51:13.308 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:13.308 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:51:13.308 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:13.308 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:51:13.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:51:13.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:51:13.308 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:51:13.308 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:51:13.308 DEBUG [main][MenuItemLookup] Found menu:'File' 19:51:13.309 DEBUG [main][MenuItemLookup] Item match:File 19:51:13.309 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:51:13.309 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:51:13.311 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 19:51:13.311 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:51:13.311 DEBUG [main][MenuItemLookup] Found menu:'' 19:51:13.311 DEBUG [main][MenuItemLookup] Found menu:'Package' 19:51:13.311 DEBUG [main][MenuItemLookup] Found menu:'Class' 19:51:13.311 DEBUG [main][MenuItemLookup] Found menu:'Interface' 19:51:13.311 DEBUG [main][MenuItemLookup] Found menu:'Enum' 19:51:13.311 DEBUG [main][MenuItemLookup] Found menu:'Record' 19:51:13.311 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 19:51:13.311 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 19:51:13.311 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 19:51:13.311 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:51:13.311 DEBUG [main][MenuItemLookup] Found menu:'File' 19:51:13.311 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:51:13.311 DEBUG [main][MenuItemLookup] Found menu:'Task' 19:51:13.311 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 19:51:13.311 DEBUG [main][MenuItemLookup] Found menu:'' 19:51:13.311 DEBUG [main][MenuItemLookup] Found menu:'Example...' 19:51:13.311 DEBUG [main][MenuItemLookup] Found menu:'' 19:51:13.311 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:51:13.311 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:51:13.320 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:51:13.320 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:51:13.321 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:51:13.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 'New|Select a wizard'] is available.... 19:51:13.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 'New|Select a wizard'] is available. finished successfully 19:51:13.371 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:51:13.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:51:13.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:51:13.372 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:51:13.372 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:13.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 19:51:13.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:13.372 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:13.372 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:13.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:13.377 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:51:13.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:51:13.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:51:13.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 19:51:13.378 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:51:13.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:51:13.378 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:51:13.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:51:13.378 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:51:13.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 19:51:13.378 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:51:13.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:51:13.378 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:51:13.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:51:13.378 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:51:13.379 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 19:51:13.379 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 19:51:13.379 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 19:51:13.381 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 19:51:13.381 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:51:13.381 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:51:13.381 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) 19:51:13.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:13.381 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:13.382 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:13.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:13.382 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:51:13.382 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:51:13.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:51:13.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:51:13.382 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:51:13.382 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:51:13.502 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:51:13.502 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:13.502 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:13.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 19:51:13.502 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 19:51:13.502 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 19:51:13.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:51:13.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:51:13.503 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 19:51:13.503 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:13.503 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 19:51:13.503 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:") 19:51:13.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:13.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:13.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:13.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:13.504 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:51:13.504 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:51:13.505 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 19:51:13.525 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 19:51:13.525 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 19:51:13.525 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) 19:51:13.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:13.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:13.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:13.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:13.526 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:51:13.527 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:51:13.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:51:13.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:51:13.527 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:51:13.527 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:51:13.529 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.... 19:51:14.030 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 19:51:14.030 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 19:51:14.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:51:14.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:51:14.032 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 19:51:14.032 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:51:14.032 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:51:14.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:51:14.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:51:14.032 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 19:51:14.032 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:51:14.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:14.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:14.033 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:14.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:14.033 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:51:14.033 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 19:51:14.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:51:14.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:51:14.033 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:51:14.033 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:51:14.106 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.... 19:51:14.106 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 19:51:14.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:51:14.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:51:14.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:51:14.107 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 19:51:14.107 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 19:51:14.107 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 19:51:14.107 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 19:51:14.107 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:51:14.107 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:51:14.107 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 19:51:14.107 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:51:14.107 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:51:14.107 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:51:14.107 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:51:14.107 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:51:14.107 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:51:14.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:51:14.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:14.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:14.129 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:51:14.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:14.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:14.131 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:51:14.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:51:14.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:51:14.131 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:51:14.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 19:51:14.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:14.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:14.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:14.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:14.133 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:51:14.133 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:14.133 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:14.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:14.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:14.141 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:14.151 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:14.151 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:51:14.151 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:14.152 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:14.152 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:51:14.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:51:14.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:51:14.152 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:51:14.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 '\*?\QPackage Explorer\E') 19:51:14.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:14.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:14.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:14.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:14.153 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:51:14.153 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:51:14.153 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:51:14.185 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:14.185 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:14.185 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:51:14.185 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:51:14.186 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:51:14.186 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:14.186 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:14.186 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:51:14.186 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:51:14.186 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:14.186 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:14.187 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:51:14.187 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:51:14.187 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:14.187 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:14.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:14.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:14.187 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:51:14.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:14.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:51:15.188 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:15.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:51:15.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:51:15.188 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:51:15.188 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:51:15.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:15.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:15.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 19:51:15.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:15.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:15.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:15.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:15.190 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:51:15.190 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 19:51:15.190 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 19:51:15.191 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 19:51:15.191 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 19:51:15.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:51:15.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:51:15.691 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 19:51:15.692 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 19:51:15.692 DEBUG [main][TreeItemHandler] Selecting tree item: src 19:51:15.692 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 19:51:15.694 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 19:51:15.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:51:15.694 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:15.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:51:15.694 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:15.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 Java Class"] 19:51:15.694 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:15.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:51:15.694 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:15.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:51:15.695 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:15.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:51:15.695 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:15.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 Java Class"] 19:51:15.695 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:15.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:51:15.695 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:15.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:51:15.695 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:15.695 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:51:15.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:51:15.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:51:15.707 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:51:15.707 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:51:15.707 DEBUG [main][MenuItemLookup] Found menu:'File' 19:51:15.707 DEBUG [main][MenuItemLookup] Item match:File 19:51:15.708 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:51:15.708 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:51:15.710 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 19:51:15.710 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:51:15.710 DEBUG [main][MenuItemLookup] Found menu:'' 19:51:15.710 DEBUG [main][MenuItemLookup] Found menu:'Package' 19:51:15.710 DEBUG [main][MenuItemLookup] Found menu:'Class' 19:51:15.710 DEBUG [main][MenuItemLookup] Found menu:'Interface' 19:51:15.710 DEBUG [main][MenuItemLookup] Found menu:'Enum' 19:51:15.710 DEBUG [main][MenuItemLookup] Found menu:'Record' 19:51:15.710 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 19:51:15.710 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 19:51:15.710 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 19:51:15.710 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:51:15.710 DEBUG [main][MenuItemLookup] Found menu:'File' 19:51:15.710 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:51:15.710 DEBUG [main][MenuItemLookup] Found menu:'Task' 19:51:15.710 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 19:51:15.710 DEBUG [main][MenuItemLookup] Found menu:'' 19:51:15.710 DEBUG [main][MenuItemLookup] Found menu:'Example...' 19:51:15.710 DEBUG [main][MenuItemLookup] Found menu:'' 19:51:15.710 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:51:15.710 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:51:15.710 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:51:15.710 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:51:15.710 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:51:15.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 'New|Select a wizard'] is available.... 19:51:15.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 'New|Select a wizard'] is available. finished successfully 19:51:15.818 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:51:15.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:51:15.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:51:15.819 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:51:15.819 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:15.820 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 19:51:15.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:15.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:15.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:15.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:15.820 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:51:15.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:51:15.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:51:15.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 19:51:15.821 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:51:15.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:51:15.821 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:51:15.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:51:15.821 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:51:15.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 19:51:15.821 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:51:15.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:51:15.822 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:51:15.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:51:15.822 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:51:15.826 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 19:51:15.826 DEBUG [main][TreeItemHandler] Selecting tree item: Class 19:51:15.826 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 19:51:15.828 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 19:51:15.828 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:51:15.828 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:51:15.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) 19:51:15.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:15.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:15.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:15.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:15.829 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:51:15.829 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:51:15.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:51:15.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:51:15.830 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:51:15.830 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:51:15.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:51:15.926 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:15.926 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:15.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 19:51:15.927 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 19:51:15.927 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 19:51:15.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:51:15.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:51:15.927 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 19:51:15.927 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:15.928 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:") 19:51:15.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:15.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:15.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:15.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:15.941 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:51:15.941 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:51:15.941 INFO [WorkbenchTestable][AbstractText] Text set to: WarningTestClass 19:51:15.946 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 19:51:15.946 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 19:51:15.946 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) 19:51:15.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:15.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:15.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:15.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:15.994 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:51:15.994 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:51:15.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:51:15.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:51:15.994 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:51:15.994 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:51:15.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:51:16.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:51:16.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:51:16.517 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 3 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 19:51:16.517 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:51:16.517 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:51:16.517 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:51:16.517 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:51:16.517 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:51:16.517 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:51:16.517 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:51:16.517 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:51:16.517 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:51:16.517 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:51:16.517 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:51:16.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:51:16.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:51:16.517 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 3 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 19:51:16.517 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:51:16.517 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:51:16.517 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:51:16.517 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:51:16.517 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:51:16.517 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:51:16.517 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:51:16.517 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:51:16.517 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:51:16.517 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:51:16.517 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:51:16.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:51:16.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5b06b505 is found... 19:51:16.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5b06b505 is found finished successfully 19:51:16.517 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') 19:51:16.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:16.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:16.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:16.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:16.519 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:51:16.519 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:16.519 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class WarningTestClass { } TooltipText=null 19:51:16.519 INFO [WorkbenchTestable][TextEditor] Set text to editor 19:51:16.523 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:16.523 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ private int i; } TooltipText=null 19:51:16.523 INFO [WorkbenchTestable][AbstractEditor] Save editor 19:51:16.523 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:51:16.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:51:16.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:51:16.523 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:51:16.523 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:51:16.523 DEBUG [main][MenuItemLookup] Found menu:'File' 19:51:16.523 DEBUG [main][MenuItemLookup] Item match:File 19:51:16.524 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:51:16.524 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:51:16.524 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:51:16.524 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:51:16.524 DEBUG [main][MenuItemLookup] Found menu:'' 19:51:16.524 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:51:16.524 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:51:16.524 DEBUG [main][MenuItemLookup] Found menu:'' 19:51:16.524 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:51:16.524 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 19:51:16.524 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 19:51:16.524 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 19:51:16.524 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 19:51:16.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 19:51:16.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 19:51:16.592 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:16.592 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ private int i; } TooltipText=null 19:51:16.592 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:51:16.592 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:16.592 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:16.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:16.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:16.602 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:16.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:16.620 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:51:16.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:16.623 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:16.623 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:51:16.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:51:16.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:51:16.624 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:51:16.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 '\*?\QProblems\E') 19:51:16.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:16.624 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:16.626 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:16.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:16.626 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:51:16.626 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:16.627 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:16.627 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:16.627 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:51:16.627 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:51:16.627 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:51:16.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view.... 19:51:16.627 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:16.628 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:16.628 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:16.628 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:51:16.628 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:51:16.628 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:51:16.628 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:16.628 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:16.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:16.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:51:16.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:51:16.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:51:16.629 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:51:16.629 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:16.629 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:16.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:16.630 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:51:16.630 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:51:16.630 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:51:16.630 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:51:16.630 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:51:16.630 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:51:16.630 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:51:16.630 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:51:16.630 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:51:16.630 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 19:51:16.630 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:51:16.630 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:51:16.630 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:51:16.630 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:51:16.630 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:51:16.630 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:51:16.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 19:51:17.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 19:51:17.631 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:51:17.632 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:17.632 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:17.633 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:17.633 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:51:17.633 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:51:17.633 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:51:17.633 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:51:17.633 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:51:17.633 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:51:17.633 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:51:17.633 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:51:17.634 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:51:17.634 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 19:51:17.634 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:51:17.634 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:51:17.634 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:51:17.634 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:51:17.634 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:51:17.634 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:51:17.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 19:51:17.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 19:51:17.634 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:17.634 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:17.634 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:17.634 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:51:17.634 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:51:17.634 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:51:17.634 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:51:17.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:17.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:17.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:17.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:17.635 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:51:18.136 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:18.136 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:18.136 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:18.137 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:18.137 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:18.137 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:18.137 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:18.137 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:18.137 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:51:18.137 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:18.137 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:18.138 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:18.138 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:18.138 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:51:18.138 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:51:18.138 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:51:18.138 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:51:18.138 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:51:18.138 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:51:18.138 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 19:51:18.138 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:51:18.138 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:51:18.138 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:51:18.138 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:51:18.138 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:51:18.138 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:51:18.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 19:51:19.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 19:51:19.139 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:51:19.139 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:19.139 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:19.140 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:19.140 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:19.140 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:51:19.141 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:51:19.141 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:51:19.141 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:51:19.141 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:51:19.141 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:51:19.141 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 19:51:19.141 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:51:19.141 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:51:19.141 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:51:19.141 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:51:19.141 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:51:19.141 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:51:19.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 19:51:19.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 19:51:19.141 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:19.141 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:19.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:19.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:19.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 19:51:19.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:19.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:19.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:19.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:19.142 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:51:19.142 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 19:51:19.142 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 19:51:19.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:51:19.142 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 19:51:19.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:51:19.142 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 19:51:19.142 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 19:51:19.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:51:19.142 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 19:51:19.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:51:19.142 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 19:51:19.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view. finished successfully 19:51:19.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:19.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:19.144 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:51:19.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:19.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:19.147 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:51:19.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:51:19.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:51:19.147 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:51:19.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 '\*?\QProblems\E') 19:51:19.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:19.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:19.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:19.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:19.149 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:51:19.149 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:19.150 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:19.150 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:19.150 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:51:19.150 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:51:19.150 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:51:19.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting while problem of type Errors exists in Problems view.... 19:51:19.150 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:19.150 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:19.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:19.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:51:19.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:51:19.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:51:19.151 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:19.151 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:19.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:19.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:51:19.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:51:19.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:51:19.151 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:51:19.151 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:19.152 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:19.152 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:19.152 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:51:19.152 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:51:19.152 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:51:19.152 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:51:19.152 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:51:19.152 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:51:19.152 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:51:19.152 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:51:19.153 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:51:19.153 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 19:51:19.153 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:51:19.153 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:51:19.153 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:51:19.153 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:51:19.153 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:51:19.153 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:51:19.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 19:51:20.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 19:51:20.154 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:51:20.154 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:20.154 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:20.155 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:20.155 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:51:20.155 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:51:20.155 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:51:20.155 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:51:20.156 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:51:20.156 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:51:20.156 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:51:20.156 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:51:20.156 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:51:20.156 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 19:51:20.156 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:51:20.156 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:51:20.156 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:51:20.156 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:51:20.156 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:51:20.156 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:51:20.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 19:51:20.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 19:51:20.156 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:20.156 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:20.157 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:20.157 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:51:20.157 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:51:20.157 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:51:20.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 19:51:20.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:20.157 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:20.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:20.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:20.157 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:51:20.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting while problem of type Errors exists in Problems view. finished successfully 19:51:20.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:20.172 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:20.172 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:51:20.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:20.174 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:20.174 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:51:20.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:51:20.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:51:20.175 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:51:20.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') 19:51:20.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:20.175 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:20.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:20.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:20.188 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:51:20.188 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:20.188 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:20.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:20.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:51:20.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:51:20.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:51:20.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view.... 19:51:20.189 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:20.189 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:20.190 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:20.190 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:51:20.190 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:51:20.190 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:51:20.190 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:20.190 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:20.190 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:20.190 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:51:20.190 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:51:20.190 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:51:20.190 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:51:20.190 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:20.190 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:20.191 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:20.191 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:51:20.191 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:51:20.191 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:51:20.191 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:51:20.191 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:51:20.191 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:51:20.191 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:51:20.191 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:51:20.191 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:51:20.191 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 19:51:20.191 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:51:20.191 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:51:20.191 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:51:20.191 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:51:20.191 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:51:20.191 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:51:20.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 19:51:21.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 19:51:21.193 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:51:21.193 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:21.193 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:21.194 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:21.194 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:51:21.194 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:51:21.194 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:51:21.194 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:51:21.194 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:51:21.194 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:51:21.194 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:51:21.194 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:51:21.195 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:51:21.195 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 19:51:21.195 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:51:21.195 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:51:21.195 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:51:21.195 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:51:21.195 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:51:21.195 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:51:21.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 19:51:21.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 19:51:21.195 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:21.195 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:21.196 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:21.196 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:51:21.196 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:51:21.196 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:51:21.196 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:51:21.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:21.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:21.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:21.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:21.196 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:51:21.197 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 19:51:21.197 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 19:51:21.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:51:21.197 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 19:51:21.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:51:21.197 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 19:51:21.197 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 19:51:21.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:51:21.197 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 19:51:21.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:51:21.198 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 19:51:21.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view. finished successfully 19:51:21.198 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:21.198 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:21.198 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:21.198 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:21.198 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:51:21.198 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:21.198 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:21.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:21.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:21.199 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:51:21.199 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:51:21.199 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:51:21.199 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:51:21.199 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:51:21.199 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:51:21.199 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 19:51:21.199 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:51:21.199 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:51:21.199 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:51:21.199 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:51:21.199 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:51:21.200 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:51:21.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 19:51:22.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 19:51:22.700 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:51:22.701 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:22.701 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:22.701 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:22.702 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:22.702 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:51:22.702 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:51:22.702 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:51:22.702 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:51:22.702 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:51:22.702 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:51:22.702 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 19:51:22.702 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:51:22.702 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:51:22.702 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:51:22.702 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:51:22.702 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:51:22.702 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:51:22.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 19:51:22.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 19:51:22.703 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:22.703 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:22.703 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:22.703 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51: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 19:51:22.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:22.703 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:22.703 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:22.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:22.704 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:51:22.704 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:22.704 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:22.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:22.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:22.704 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:51:22.704 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:22.704 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:22.705 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:22.705 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:22.705 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:51:22.705 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:51:22.705 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:51:22.705 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:51:22.705 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:51:22.705 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:51:22.705 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 19:51:22.705 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:51:22.705 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:51:22.705 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:51:22.705 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:51:22.706 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:51:22.706 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:51:22.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 19:51:24.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 19:51:24.207 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:51:24.207 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:24.207 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:24.208 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:24.208 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:24.208 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:51:24.209 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:51:24.209 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:51:24.209 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:51:24.209 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:51:24.209 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:51:24.209 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 19:51:24.209 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:51:24.209 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:51:24.209 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:51:24.209 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:51:24.209 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:51:24.209 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:51:24.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 19:51:24.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 19:51:24.209 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:24.209 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:24.209 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:24.210 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:24.210 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:51:24.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:24.210 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:24.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:24.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:24.210 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:51:24.210 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 19:51:24.210 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 19:51:24.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:51:24.210 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 19:51:24.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:51:24.210 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 19:51:24.210 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 19:51:24.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:51:24.210 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 19:51:24.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:51:24.210 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 19:51:24.210 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:24.213 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:24.213 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:51:24.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:51:24.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:51:24.213 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:51:24.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 '\*?\QProblems\E') 19:51:24.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:24.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:24.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:24.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:24.216 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:51:24.216 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:24.216 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:24.216 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:24.216 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:51:24.216 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:51:24.216 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:51:24.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 19:51:24.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:24.217 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:24.217 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:24.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:24.217 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:51:24.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 19:51:24.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:24.218 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:24.218 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:24.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:24.218 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:51:24.218 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:24.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:24.232 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:51:24.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:51:24.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:51:24.232 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:51:24.232 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:51:24.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:24.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:24.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:24.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:24.234 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:51:24.235 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:24.235 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:24.235 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:24.235 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:51:24.235 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:51:24.235 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:51:24.235 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:51:24.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:24.235 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:24.235 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:24.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:24.235 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:51:24.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 19:51:24.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:24.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:24.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:24.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:24.236 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:51:24.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:24.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:24.250 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:51:24.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:51:24.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:51:24.251 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:51:24.251 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:51:24.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:24.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:24.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:24.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:24.253 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:51:24.253 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:24.253 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:24.254 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:24.254 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:51:24.254 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:51:24.254 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:51:24.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 19:51:24.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:24.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:24.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:24.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:24.254 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:51:24.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 19:51:24.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:24.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:24.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:24.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:24.266 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:51:24.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:24.269 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:24.269 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:51:24.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:51:24.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:51:24.269 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:51:24.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 '\*?\QProblems\E') 19:51:24.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:24.269 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:24.272 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:24.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:24.272 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:51:24.272 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:24.272 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:24.272 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:24.272 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:51:24.272 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:51:24.272 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:51:24.272 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:51:24.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:24.272 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:24.273 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:24.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:24.273 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:51:24.273 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:24.276 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:24.276 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:51:24.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:51:24.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:51:24.276 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:51:24.276 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:51:24.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:24.276 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:24.278 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:24.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:24.278 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:51:24.278 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:24.278 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:24.279 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:24.279 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:51:24.279 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:51:24.279 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:51:24.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 19:51:24.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:24.279 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:24.279 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:24.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:24.279 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:51:24.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 19:51:24.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:24.280 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:24.280 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:24.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:24.280 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:51:24.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:24.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:24.294 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:51:24.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:51:24.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:51:24.294 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:51:24.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 19:51:24.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:24.294 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:24.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:24.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:24.297 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:51:24.297 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:24.297 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:24.297 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:24.297 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:51:24.297 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:51:24.297 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:51:24.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 19:51:24.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:24.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:24.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:24.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:24.298 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:51:24.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 19:51:24.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:24.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:24.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:24.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:24.309 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:51:24.310 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:24.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:24.312 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:51:24.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:51:24.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:51:24.312 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:51:24.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 19:51:24.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:24.312 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:24.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:24.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:24.315 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:51:24.315 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:24.315 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:24.326 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:24.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:51:24.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:51:24.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:51:24.327 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:51:24.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:24.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:24.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:24.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:24.327 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:51:24.328 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:24.328 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:24.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:24.329 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:24.329 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:51:24.329 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:24.329 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:24.329 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:24.329 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:24.329 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:51:24.330 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:51:24.330 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:51:24.330 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:51:24.330 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:51:24.330 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:51:24.330 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 19:51:24.330 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:51:24.330 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:51:24.330 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:51:24.330 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:51:24.330 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:51:24.330 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:51:24.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 19:51:25.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 19:51:25.331 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:51:25.331 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:25.331 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:25.332 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:25.332 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:25.332 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:51:25.333 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:51:25.333 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:51:25.333 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:51:25.333 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:51:25.333 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:51:25.333 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 19:51:25.333 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:51:25.333 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:51:25.333 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:51:25.333 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:51:25.333 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:51:25.333 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:51:25.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 19:51:25.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 19:51:25.333 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:25.333 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:25.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:25.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:25.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 19:51:25.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:25.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:25.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:25.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:25.334 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:51:25.334 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:25.334 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:25.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:25.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:25.335 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:51:25.335 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:25.335 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:25.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:25.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:25.335 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:51:25.335 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:51:25.335 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:51:25.335 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:51:25.335 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:51:25.336 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:51:25.336 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 19:51:25.336 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:51:25.336 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:51:25.336 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:51:25.336 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:51:25.336 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:51:25.336 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:51:25.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 19:51:26.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 19:51:26.837 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:51:26.837 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:26.837 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:26.838 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:26.838 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:26.838 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:51:26.838 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:51:26.838 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:51:26.839 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:51:26.839 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:51:26.839 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:51:26.839 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 19:51:26.839 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:51:26.839 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:51:26.839 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:51:26.839 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:51:26.839 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:51:26.839 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:51:26.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 19:51:26.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 19:51:26.839 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:26.839 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:26.839 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:26.839 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:26.839 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:51:26.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:26.839 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:26.840 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:26.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:26.840 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:51:26.840 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:26.840 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:26.840 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:26.840 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:26.840 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:51:26.840 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:26.840 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:26.841 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:26.841 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:26.841 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:51:26.841 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:51:26.841 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:51:26.841 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:51:26.841 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:51:26.841 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:51:26.841 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 19:51:26.841 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:51:26.841 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:51:26.841 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:51:26.841 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:51:26.841 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:51:26.841 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:51:26.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 19:51:27.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 19:51:27.842 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:51:27.843 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:27.843 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:27.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:27.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:27.844 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:51:27.844 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:51:27.844 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:51:27.845 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:51:27.845 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:51:27.845 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:51:27.845 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 19:51:27.845 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:51:27.845 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:51:27.845 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:51:27.845 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:51:27.845 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:51:27.845 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:51:27.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 19:51:27.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 19:51:27.845 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:27.845 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:27.845 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:27.845 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:27.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 19:51:27.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:27.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:27.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:27.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:27.846 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:51:27.846 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 19:51:27.846 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 19:51:27.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:51:27.846 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 19:51:27.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:51:27.846 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 19:51:27.846 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 19:51:27.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:51:27.846 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 19:51:27.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:51:27.846 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 19:51:27.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:27.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:27.849 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:51:27.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:51:27.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:51:27.849 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:51:27.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 '\*?\QProblems\E') 19:51:27.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:27.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:27.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:27.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:27.851 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:51:27.852 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:27.852 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:27.852 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:27.852 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:51:27.852 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:51:27.852 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:51:27.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 19:51:27.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:27.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:27.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:27.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:27.852 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:51:27.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 19:51:27.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:27.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:27.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:27.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:27.853 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:51:27.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:27.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:27.856 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:51:27.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:51:27.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:51:27.856 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:51:27.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 '\*?\QProblems\E') 19:51:27.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:27.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:27.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:27.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:27.858 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:51:27.858 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:27.858 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:27.859 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:27.859 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:51:27.859 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:51:27.859 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:51:27.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 19:51:27.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:27.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:27.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:27.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:27.859 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:51:27.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 19:51:27.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:27.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:27.860 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:27.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:27.860 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:51:27.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:27.874 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:27.874 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:51:27.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:51:27.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:51:27.874 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:51:27.875 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:51:27.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:27.875 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:27.877 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:27.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:27.877 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:51:27.877 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:27.877 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:27.878 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:27.878 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:51:27.878 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:51:27.878 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:51:27.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 19:51:27.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:27.878 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:27.878 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:27.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:27.878 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:51:27.890 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:51:27.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:27.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:27.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:27.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:27.890 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:51:27.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:27.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:27.910 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:51:27.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:51:27.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:51:27.910 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:51:27.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') 19:51:27.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:27.911 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:27.913 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:27.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:27.913 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:51:27.913 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:27.913 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:27.913 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:27.913 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:51:27.913 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:51:27.913 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:51:27.914 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:51:27.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:27.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:27.914 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:27.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:27.914 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:51:27.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:27.917 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:27.917 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:51:27.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:51:27.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:51:27.917 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:51:27.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') 19:51:27.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:27.917 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:27.919 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:27.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:27.919 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:51:27.920 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:27.920 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:27.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:27.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:51:27.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:51:27.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:51:27.920 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:51:27.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:27.920 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:27.920 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:27.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:27.920 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:51:27.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 19:51:27.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:27.921 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:27.921 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:27.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:27.921 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:51:27.921 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:27.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:27.935 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:51:27.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:51:27.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:51:27.935 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:51:27.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 '\*?\QProblems\E') 19:51:27.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:27.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:27.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:27.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:27.937 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:51:27.937 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:27.937 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:27.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:27.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:51:27.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:51:27.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:51:27.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 19:51:27.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:27.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:27.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:27.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:27.938 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:51:27.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 19:51:27.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:27.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:27.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:27.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:27.939 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:51:27.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:27.953 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:27.953 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 19:51:27.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:51:27.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:51:27.953 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 19:51:27.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 '\*?\QProblems\E') 19:51:27.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:27.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:27.956 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:27.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:27.956 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:51:27.956 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:27.956 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:27.956 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:27.956 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 19:51:27.956 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:51:27.956 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:51:27.956 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:51:27.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:27.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:27.969 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:27.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:27.969 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:51:27.970 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:27.970 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:27.970 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:27.970 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:27.970 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:51:27.970 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:27.971 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:27.971 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:27.971 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:27.971 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:51:27.972 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:51:27.972 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:51:27.972 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:51:27.972 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:51:27.972 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:51:27.972 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 19:51:27.972 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:51:27.972 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:51:27.972 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:51:27.972 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:51:27.972 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:51:27.972 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:51:27.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 19:51:29.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 19:51:29.473 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:51:29.473 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:29.473 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:29.474 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:29.474 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:29.474 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:51:29.475 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:51:29.475 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:51:29.475 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:51:29.475 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:51:29.475 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:51:29.475 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 19:51:29.475 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:51:29.475 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:51:29.475 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:51:29.475 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:51:29.475 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:51:29.475 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:51:29.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 19:51:29.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 19:51:29.475 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:29.475 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:29.475 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:29.475 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:29.476 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:51:29.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:29.476 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:29.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:29.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:29.476 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:51:29.476 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 19:51:29.476 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 19:51:29.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:51:29.476 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 19:51:29.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:51:29.476 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 19:51:29.476 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 19:51:29.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:51:29.476 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 19:51:29.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:51:29.476 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 19:51:29.476 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:29.476 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:29.477 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:29.477 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:29.477 DEBUG [main][MenuItemLookup] Found menu:'Show' 19:51:29.477 DEBUG [main][MenuItemLookup] Found menu:'Group By' 19:51:29.477 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 19:51:29.477 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 19:51:29.477 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 19:51:29.477 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 19:51:29.477 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 19:51:29.477 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 19:51:29.477 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 19:51:29.477 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 19:51:29.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 19:51:29.515 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 19:51:29.515 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 19:51:29.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:51:29.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:51:29.515 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:51:29.515 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:51:29.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:51:29.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:51:29.515 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 19:51:29.515 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:51:29.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:29.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:29.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:29.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:29.516 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:51:29.516 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 19:51:29.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:51:29.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:51:29.516 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:51:29.516 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:51:29.517 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 19:51:29.517 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:51:29.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:51:29.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:51:29.517 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 19:51:29.517 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:51:29.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:29.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:29.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:29.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:29.518 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:51:29.518 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:51:29.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:51:29.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:51:29.518 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:51:29.518 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:51:29.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 19:51:29.546 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 19:51:29.546 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:51:29.546 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:51:29.546 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:51:29.552 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:29.553 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:29.553 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:51:29.553 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:51:29.553 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:29.553 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:29.553 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:51:29.553 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:51:29.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:29.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:29.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:29.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:29.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:51:30.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:30.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:51:30.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:30.556 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:51:30.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:51:30.556 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:51:30.556 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:51:30.557 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:30.557 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:30.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 19:51:30.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:30.557 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:30.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:30.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:30.557 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:51:30.557 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 19:51:30.557 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 19:51:30.557 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 19:51:30.557 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 19:51:30.559 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 19:51:30.559 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:51:30.559 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:51:30.580 DEBUG [main][MenuItemLookup] Found menu:'New' 19:51:30.580 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:51:30.580 DEBUG [main][MenuItemLookup] Found menu:'' 19:51:30.580 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:51:30.580 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 19:51:30.581 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:51:30.581 DEBUG [main][MenuItemLookup] Found menu:'' 19:51:30.581 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:51:30.581 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:51:30.581 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:51:30.581 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:51:30.581 DEBUG [main][MenuItemLookup] Found menu:'' 19:51:30.581 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 19:51:30.581 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 19:51:30.581 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 19:51:30.581 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 19:51:30.581 DEBUG [main][MenuItemLookup] Found menu:'' 19:51:30.581 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:51:30.581 DEBUG [main][MenuItemLookup] Found menu:'Export...' 19:51:30.581 DEBUG [main][MenuItemLookup] Found menu:'' 19:51:30.581 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:51:30.581 DEBUG [main][MenuItemLookup] Item match:Refresh F5 19:51:30.581 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 19:51:30.581 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 19:51:30.581 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 19:51:30.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:51:30.583 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:51:30.583 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:51:30.583 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 19:51:30.583 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:51:30.583 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:51:30.583 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:51:30.583 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:51:30.583 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:51:30.583 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:51:30.583 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:51:30.583 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:51:30.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:51:30.583 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 19:51:30.583 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 19:51:30.583 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 19:51:30.583 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 19:51:30.584 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 19:51:30.584 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:51:30.584 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:51:30.603 DEBUG [main][MenuItemLookup] Found menu:'New' 19:51:30.603 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:51:30.603 DEBUG [main][MenuItemLookup] Found menu:'' 19:51:30.603 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:51:30.603 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 19:51:30.603 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:51:30.603 DEBUG [main][MenuItemLookup] Found menu:'' 19:51:30.603 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:51:30.604 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:51:30.604 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:51:30.604 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:51:30.604 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:51:30.604 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:51:30.604 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:51:30.604 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 19:51:30.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 'Delete.*'] is available.... 19:51:31.186 DEBUG [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 19:51:31.186 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 19:51:31.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:51:31.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:51:31.188 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:31.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:31.188 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 19:51:31.188 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:51:31.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:51:31.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:51:31.188 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:51:31.188 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:51:31.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:31.188 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:31.189 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:31.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:31.189 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:51:31.189 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 19:51:31.189 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 19:51:31.189 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 19:51:31.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:51:31.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:51:31.189 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:51:31.189 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:51:31.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: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 19:51:31.189 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:51:31.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:51:31.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:51:31.189 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:51:31.189 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:51:31.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:31.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:31.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:31.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:31.190 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:51:31.190 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:51:31.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:51:31.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:51:31.190 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:51:31.190 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:51:31.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 19:51:31.192 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 19:51:31.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 19:51:31.693 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 19:51:31.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:51:31.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 19:51:31.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 19:51:31.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 19:51:31.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:51:31.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:51:31.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:51:31.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:51:31.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:51:31.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:51:31.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:51:31.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:51:31.693 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 19:51:31.693 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:51:31.693 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:51:31.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:51:31.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:51:31.694 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testNoErrorOneWarning no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 19:51:31.694 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:51:31.694 INFO [WorkbenchTestable][RequirementsRunner] Started test: testNoErrorNoWarning no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 19:51:31.694 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 19:51:31.694 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:51:31.694 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:51:31.694 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:51:31.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:51:31.694 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:31.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:51:31.695 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:31.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 Java Project"] 19:51:31.695 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:31.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:51:31.695 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:31.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:51:31.695 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:31.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:51:31.695 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:31.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 Java Project"] 19:51:31.695 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:31.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:51:31.695 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:31.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:51:31.695 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:31.695 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:51:31.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:51:31.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:51:31.696 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:51:31.696 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:51:31.696 DEBUG [main][MenuItemLookup] Found menu:'File' 19:51:31.696 DEBUG [main][MenuItemLookup] Item match:File 19:51:31.697 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:51:31.697 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:51:31.699 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 19:51:31.699 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:51:31.699 DEBUG [main][MenuItemLookup] Found menu:'' 19:51:31.699 DEBUG [main][MenuItemLookup] Found menu:'Package' 19:51:31.699 DEBUG [main][MenuItemLookup] Found menu:'Class' 19:51:31.699 DEBUG [main][MenuItemLookup] Found menu:'Interface' 19:51:31.699 DEBUG [main][MenuItemLookup] Found menu:'Enum' 19:51:31.699 DEBUG [main][MenuItemLookup] Found menu:'Record' 19:51:31.699 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 19:51:31.699 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 19:51:31.699 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 19:51:31.699 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:51:31.699 DEBUG [main][MenuItemLookup] Found menu:'File' 19:51:31.699 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:51:31.699 DEBUG [main][MenuItemLookup] Found menu:'Task' 19:51:31.699 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 19:51:31.699 DEBUG [main][MenuItemLookup] Found menu:'' 19:51:31.699 DEBUG [main][MenuItemLookup] Found menu:'Example...' 19:51:31.699 DEBUG [main][MenuItemLookup] Found menu:'' 19:51:31.699 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:51:31.699 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:51:31.699 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:51:31.699 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:51:31.699 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:51:31.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 19:51:31.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 19:51:31.750 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:51:31.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:51:31.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:51:31.751 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:51:31.751 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:31.751 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 19:51:31.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:31.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:31.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:31.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:31.752 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:51:31.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:51:31.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:51:31.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 19:51:31.756 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:51:31.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:51:31.757 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:51:31.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:51:31.757 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:51:31.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 19:51:31.757 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:51:31.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:51:31.757 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:51:31.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:51:31.757 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:51:31.757 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 19:51:31.757 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 19:51:31.757 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 19:51:31.759 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 19:51:31.759 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:51:31.759 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:51:31.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.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) 19:51:31.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:31.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:31.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:31.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:31.760 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:51:31.760 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:51:31.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:51:31.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:51:31.760 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:51:31.760 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:51:31.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:51:31.881 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:31.881 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:31.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 19:51:31.881 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 19:51:31.882 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 19:51:31.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:51:31.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:51:31.882 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 19:51:31.882 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:31.882 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 19:51:31.882 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:") 19:51:31.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:31.882 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:31.883 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:31.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:31.883 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:51:31.883 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:51:31.884 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 19:51:31.897 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 19:51:31.897 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 19:51:31.897 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) 19:51:31.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:31.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:31.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:31.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:31.905 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:51:31.906 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:51:31.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:51:31.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:51:31.906 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:51:31.906 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:51:31.908 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.... 19:51:32.409 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 19:51:32.409 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 19:51:32.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:51:32.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:51:32.411 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 19:51:32.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 "Don't Create") 19:51:32.411 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:51:32.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:51:32.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:51:32.412 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 19:51:32.412 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:51:32.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:32.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:32.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:32.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:32.412 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:51:32.412 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 19:51:32.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:51:32.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:51:32.412 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:51:32.412 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:51:32.506 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.... 19:51:32.506 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 19:51:32.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:51:32.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:51:32.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:51:32.506 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 19:51:32.506 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 19:51:32.506 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:51:32.506 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:51:32.506 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:51:32.506 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:51:32.506 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:51:32.506 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:51:32.506 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:51:32.506 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:51:32.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:51:32.507 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:32.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:32.509 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:51:32.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:32.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:32.512 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:51:32.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:51:32.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:51:32.512 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:51:32.512 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:51:32.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:32.512 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:32.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:32.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:32.514 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:51:32.514 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:32.514 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:32.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:32.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:32.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:32.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:32.534 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:51:32.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:32.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:32.534 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:51:32.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:51:32.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:51:32.535 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:51:32.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 '\*?\QPackage Explorer\E') 19:51:32.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:32.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:32.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:32.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:32.535 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:51:32.536 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:51:32.536 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:51:32.544 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:32.544 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:32.544 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:51:32.544 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:32.544 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:32.590 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:32.590 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:32.591 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:32.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:32.597 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:51:32.597 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:32.599 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:32.599 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:51:32.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:51:32.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:51:32.599 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:51:32.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 '\*?\QProblems\E') 19:51:32.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:32.599 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:32.602 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:32.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:32.602 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:51:32.602 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:32.602 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:32.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:32.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:51:32.603 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:51:32.603 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:51:32.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Problems view is empty.... 19:51:32.603 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:32.603 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:32.603 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:32.603 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:51:32.603 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:51:32.603 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:51:32.603 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 19:51:32.603 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:51:32.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:51:32.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:51:32.604 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Problems (0 items)"as the parent 19:51:32.604 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:51:32.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:32.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:32.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:32.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:32.604 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:51:32.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Problems view is empty. finished successfully 19:51:32.605 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:32.605 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:32.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:32.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:32.605 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:51:32.605 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:32.605 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:32.615 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:32.615 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:32.615 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:51:32.616 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:51:32.616 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:51:32.616 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:51:32.616 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:51:32.616 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:51:32.616 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 19:51:32.616 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:51:32.616 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:51:32.616 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:51:32.616 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:51:32.616 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:51:32.616 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:51:32.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 19:51:33.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 19:51:33.617 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:51:33.617 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:33.617 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:33.618 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:33.618 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:33.618 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:51:33.618 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:51:33.618 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:51:33.618 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:51:33.618 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:51:33.618 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:51:33.618 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 19:51:33.618 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:51:33.618 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:51:33.618 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:51:33.618 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:51:33.619 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:51:33.619 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:51:33.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 19:51:33.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 19:51:33.619 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:33.619 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:33.619 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:33.619 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:33.619 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:51:33.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:33.619 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:33.619 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:33.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:33.619 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:51:33.619 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:33.619 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:33.620 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:33.620 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:33.620 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:51:33.620 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:33.620 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:33.620 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:33.620 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:33.621 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:51:33.621 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:51:33.621 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:51:33.621 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:51:33.621 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:51:33.621 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:51:33.621 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 19:51:33.621 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:51:33.621 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:51:33.621 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:51:33.621 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:51:33.621 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:51:33.621 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:51:33.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 19:51:34.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 19:51:34.630 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:51:34.630 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:34.630 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:34.631 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:34.631 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:34.631 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:51:34.632 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:51:34.632 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:51:34.632 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:51:34.632 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:51:34.632 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:51:34.632 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 19:51:34.632 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:51:34.632 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:51:34.632 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:51:34.632 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:51:34.632 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:51:34.632 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:51:34.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 19:51:34.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 19:51:34.632 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:34.632 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:34.632 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:34.632 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:34.632 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:51:34.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:34.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:34.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:34.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:34.633 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:51:34.633 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:34.633 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:34.633 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:34.633 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:34.633 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:51:34.633 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:34.633 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:34.634 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:34.634 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:34.634 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:51:34.634 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:51:34.634 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:51:34.634 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:51:34.634 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:51:34.634 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:51:34.634 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 19:51:34.634 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:51:34.634 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:51:34.634 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:51:34.634 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:51:34.634 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:51:34.634 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:51:34.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 19:51:35.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 19:51:35.635 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:51:35.636 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:35.636 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:35.637 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:35.637 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:35.637 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:51:35.637 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:51:35.637 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:51:35.637 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:51:35.637 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:51:35.637 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:51:35.637 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 19:51:35.638 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:51:35.638 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:51:35.638 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:51:35.638 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:51:35.638 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:51:35.638 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:51:35.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 19:51:35.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 19:51:35.638 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:35.638 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:35.638 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:35.638 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:35.638 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:51:35.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:35.638 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:35.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:35.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:35.638 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:51:35.638 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:35.639 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:35.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:35.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:35.639 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:51:35.639 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:35.639 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:35.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:35.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:35.639 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:51:35.640 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:51:35.640 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:51:35.640 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:51:35.640 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:51:35.640 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:51:35.640 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 19:51:35.640 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:51:35.640 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:51:35.640 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:51:35.640 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:51:35.640 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:51:35.640 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:51:35.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 19:51:36.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 19:51:36.641 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:51:36.641 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:36.642 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:36.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:36.643 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:36.643 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:51:36.643 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:51:36.643 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:51:36.643 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:51:36.643 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:51:36.643 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:51:36.643 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 19:51:36.643 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:51:36.644 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:51:36.644 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:51:36.644 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:51:36.644 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:51:36.644 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:51:36.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 19:51:36.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 19:51:36.644 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:36.644 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:36.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:36.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:36.644 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:51:36.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:36.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:36.644 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:36.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:36.645 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:51:36.645 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:36.645 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:36.645 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:36.645 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:36.645 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:51:36.645 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:36.645 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:36.645 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:36.646 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:36.646 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:51:36.646 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:51:36.646 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:51:36.646 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:51:36.646 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:51:36.646 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:51:36.646 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 19:51:36.646 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:51:36.646 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:51:36.646 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:51:36.646 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:51:36.646 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:51:36.646 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:51:36.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 19:51:37.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 19:51:37.647 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:51:37.647 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:37.647 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:37.648 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:37.648 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:37.648 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:51:37.649 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:51:37.649 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:51:37.649 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:51:37.649 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:51:37.649 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:51:37.649 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 19:51:37.649 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:51:37.649 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:51:37.649 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:51:37.649 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:51:37.649 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:51:37.649 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:51:37.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 19:51:37.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 19:51:37.649 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:37.649 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:37.649 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:37.649 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:37.649 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:51:37.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:37.649 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:37.650 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:37.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:37.650 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:51:37.650 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:37.650 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:37.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:37.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:37.650 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:51:37.650 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:37.650 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:37.651 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:37.651 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:37.651 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:51:37.651 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:51:37.651 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:51:37.651 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:51:37.651 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:51:37.651 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:51:37.651 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 19:51:37.651 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:51:37.651 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:51:37.651 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:51:37.651 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:51:37.651 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:51:37.651 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:51:37.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 19:51:38.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 19:51:38.652 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 19:51:38.653 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:38.653 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:38.653 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:38.653 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:38.653 DEBUG [main][WorkbenchPartLookup] Looking up all open views 19:51:38.654 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:51:38.654 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:51:38.654 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:51:38.654 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 19:51:38.654 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 19:51:38.654 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 19:51:38.654 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 19:51:38.654 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 19:51:38.654 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 19:51:38.654 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.833 seconds)' 19:51:38.654 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 19:51:38.654 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 19:51:38.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 19:51:38.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 19:51:38.654 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:38.654 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:38.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:38.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:38.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 19:51:38.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:38.655 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:38.655 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:38.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:38.655 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:51:38.655 INFO [WorkbenchTestable][AbstractView] Activate view Problems 19:51:38.655 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 19:51:38.656 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:38.656 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:38.656 DEBUG [main][MenuItemLookup] Found menu:'Show' 19:51:38.656 DEBUG [main][MenuItemLookup] Found menu:'Group By' 19:51:38.656 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 19:51:38.656 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 19:51:38.656 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 19:51:38.656 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 19:51:38.656 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 19:51:38.656 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 19:51:38.656 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 19:51:38.656 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 19:51:38.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 19:51:38.692 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 19:51:38.692 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 19:51:38.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:51:38.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:51:38.692 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:51:38.692 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:51:38.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:51:38.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:51:38.692 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 19:51:38.692 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:51:38.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:38.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:38.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:38.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:38.693 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:51:38.693 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 19:51:38.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:51:38.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:51:38.693 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:51:38.693 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:51:38.694 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 19:51:38.694 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:51:38.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:51:38.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:51:38.694 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 19:51:38.694 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:51:38.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:38.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:38.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:38.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:38.695 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:51:38.695 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:51:38.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:51:38.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:51:38.695 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:51:38.695 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:51:38.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 19:51:38.718 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 19:51:38.718 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:51:38.718 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:51:38.718 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:51:38.725 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:38.725 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:38.725 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:51:38.725 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:51:38.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:38.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:38.726 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:51:38.726 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:51:38.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:38.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:38.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:38.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:38.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:51:39.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:39.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:51:39.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:39.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:51:39.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:51:39.728 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:51:39.728 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:51:39.728 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:39.728 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:39.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 19:51:39.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:39.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:39.729 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:39.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:39.729 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:51:39.729 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 19:51:39.729 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 19:51:39.729 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 19:51:39.729 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 19:51:39.730 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 19:51:39.730 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:51:39.730 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:51:39.751 DEBUG [main][MenuItemLookup] Found menu:'New' 19:51:39.751 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:51:39.751 DEBUG [main][MenuItemLookup] Found menu:'' 19:51:39.751 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:51:39.751 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 19:51:39.751 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:51:39.751 DEBUG [main][MenuItemLookup] Found menu:'' 19:51:39.751 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:51:39.751 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:51:39.751 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:51:39.751 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:51:39.751 DEBUG [main][MenuItemLookup] Found menu:'' 19:51:39.751 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 19:51:39.751 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 19:51:39.751 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 19:51:39.751 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 19:51:39.751 DEBUG [main][MenuItemLookup] Found menu:'' 19:51:39.751 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:51:39.751 DEBUG [main][MenuItemLookup] Found menu:'Export...' 19:51:39.751 DEBUG [main][MenuItemLookup] Found menu:'' 19:51:39.751 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:51:39.751 DEBUG [main][MenuItemLookup] Item match:Refresh F5 19:51:39.751 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 19:51:39.751 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 19:51:39.751 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 19:51:39.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:51:39.751 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 19:51:40.252 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:51:40.252 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:51:40.252 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:51:40.252 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:51:40.252 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:51:40.252 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:51:40.252 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:51:40.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:51:40.252 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 19:51:40.252 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 19:51:40.252 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 19:51:40.252 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 19:51:40.254 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 19:51:40.254 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:51:40.254 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:51:40.275 DEBUG [main][MenuItemLookup] Found menu:'New' 19:51:40.275 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:51:40.275 DEBUG [main][MenuItemLookup] Found menu:'' 19:51:40.275 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:51:40.275 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 19:51:40.275 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:51:40.275 DEBUG [main][MenuItemLookup] Found menu:'' 19:51:40.275 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:51:40.275 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:51:40.275 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:51:40.275 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:51:40.275 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:51:40.275 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:51:40.275 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:51:40.275 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 19:51:40.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 'Delete.*'] is available.... 19:51:40.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 'Delete.*'] is available. finished successfully 19:51:40.863 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 19:51:40.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:51:40.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:51:40.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:40.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:40.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: 32) 19:51:40.866 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:51:40.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:51:40.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:51:40.866 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:51:40.866 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:51:40.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:40.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:40.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:40.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:40.866 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:51:40.866 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 19:51:40.867 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 19:51:40.867 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 19:51:40.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:51:40.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:51:40.867 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:51:40.867 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:51:40.867 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 19:51:40.867 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:51:40.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:51:40.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:51:40.867 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:51:40.867 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:51:40.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:40.867 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:40.868 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:40.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:40.868 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:51:40.868 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:51:40.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:51:40.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:51:40.868 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:51:40.868 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:51:40.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 19:51:40.870 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 19:51:41.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 19:51:41.371 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 19:51:41.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:51:41.371 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:51:41.371 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 19:51:41.371 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 19:51:41.371 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:51:41.371 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:51:41.371 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:51:41.371 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:51:41.371 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:51:41.371 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:51:41.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:51:41.371 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 19:51:41.371 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:51:41.371 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:51:41.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:51:41.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:51:41.371 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testNoErrorNoWarning no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 19:51:41.371 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 19:51:41.371 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:51:41.371 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:51:41.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:51:41.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 204.031 s - in org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest testOneErrorNoWarning no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 18.565 s testTwoProblemsExist no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 12.43 s testHideProblemColumnsNullArgument no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 3.711 s testHideProblemColumns no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 4.196 s testFilterErrors no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 21.884 s testProblemQuickfixWithNewDialog no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 10.394 s testOneWarningExists no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 8.061 s testHideProblemColumnsEmptyArrayArgument no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 3.837 s testShowProblemColumns no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 4.177 s testFilterWarnings no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 21.302 s testHideHiddenProblemColumn no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 3.951 s testShowProblemColumnNullArgument no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 3.673 s testShowProblemColumnEmptyArrayArgument no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 3.774 s testOneErrorOneWarning no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 22.525 s testShowVisibleProblemColumn no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 4.076 s testGetProblemColumns no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 8.084 s testOneErrorExists no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 9.157 s testProblemQuickfix no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 11.155 s testNoErrorOneWarning no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 18.387 s testNoErrorNoWarning no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 9.677 s Running org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 19:51:41.379 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 19:51:41.380 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:51:41.380 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:51:41.380 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 19:51:41.380 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:51:41.380 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:51:41.381 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:51:41.381 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:51:41.381 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:51:41.381 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:41.384 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:51:41.384 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' view via menu. 19:51:41.384 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:51:41.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:51:41.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:51:41.385 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:51:41.385 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:51:41.385 DEBUG [main][MenuItemLookup] Found menu:'File' 19:51:41.385 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:51:41.385 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:51:41.385 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 19:51:41.385 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:51:41.385 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:51:41.385 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:51:41.385 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:51:41.385 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:51:41.385 DEBUG [main][MenuItemLookup] Item match:Window 19:51:41.386 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:51:41.386 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:51:41.386 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:51:41.386 DEBUG [main][MenuItemLookup] Found menu:'' 19:51:41.386 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:51:41.386 DEBUG [main][MenuItemLookup] Item match:Show View 19:51:41.389 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 19:51:41.389 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 19:51:41.389 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 19:51:41.389 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 19:51:41.389 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 19:51:41.389 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 19:51:41.389 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 19:51:41.389 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 19:51:41.389 DEBUG [main][MenuItemLookup] Found menu:'Progress' 19:51:41.389 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 19:51:41.389 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 19:51:41.389 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 19:51:41.389 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 19:51:41.389 DEBUG [main][MenuItemLookup] Found menu:'Templates' 19:51:41.389 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 19:51:41.389 DEBUG [main][MenuItemLookup] Found menu:'' 19:51:41.389 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 19:51:41.389 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 19:51:41.390 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 19:51:41.390 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 19:51:41.390 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 19:51:41.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 19:51:41.436 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 19:51:41.436 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 19:51:41.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:51:41.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:51:41.437 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 19:51:41.437 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:51:41.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:51:41.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:51:41.437 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:51:41.437 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:51:41.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:41.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:41.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:41.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:41.437 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:51:41.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:51:41.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:51:41.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 19:51:41.438 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 19:51:41.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:51:41.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:51:41.939 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 19:51:41.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 19:51:41.940 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 19:51:41.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:51:41.940 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 19:51:41.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:51:41.940 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 19:51:41.940 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Servers 19:51:41.940 DEBUG [main][TreeItemHandler] Selecting tree item: Servers 19:51:41.943 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Servers about selection 19:51:41.943 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Servers 19:51:41.943 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:51:41.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:51:41.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:51:41.943 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:51:41.943 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:51:41.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:41.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:41.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 "Open") 19:51:41.943 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:51:41.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:51:41.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:51:41.944 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:51:41.944 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:51:41.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:41.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:41.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:41.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:41.944 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:51:41.944 INFO [WorkbenchTestable][AbstractButton] Click button &Open 19:51:41.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:51:41.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:51:41.944 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:51:41.944 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:51:42.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:51:42.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:51:42.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2' view is open... 19:51:42.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:42.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:42.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2' view is open finished successfully 19:51:42.015 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:42.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:42.017 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:51:42.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:51:42.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:51:42.018 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:51:42.018 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:51:42.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:42.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:42.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:42.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:42.020 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:51:42.021 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:51:42.021 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:51:42.021 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:42.021 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:51:42.021 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:51:42.021 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:51:42.030 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:51:42.030 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:51:42.031 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:42.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 19:51:42.031 INFO [WorkbenchTestable][ServersView2] Create new server 19:51:42.031 TRACE [WorkbenchTestable][WidgetHandler] Notify Link with event 35 19:51:42.031 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:51:42.039 DEBUG [main][MenuItemLookup] Found menu:'New' 19:51:42.039 DEBUG [main][MenuItemLookup] Item match:New 19:51:42.042 DEBUG [main][MenuItemLookup] Found menu:'Server' 19:51:42.042 DEBUG [main][MenuItemLookup] Item match:Server 19:51:42.043 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 19:51:42.043 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 19:51:42.043 INFO [main][MenuItemHandler] Select menu item: Server 19:51:42.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 19:51:42.233 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 19:51:42.233 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 19:51:42.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:51:42.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:51:42.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:51:42.234 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:42.234 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:42.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:51:42.234 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:42.234 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:42.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 Server"] 19:51:42.234 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:42.234 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:42.234 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 19:51:42.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:51:42.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:51:42.234 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 19:51:42.234 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:42.240 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 19:51:42.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:42.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:42.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:42.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:42.241 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:51:42.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 19:51:42.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 19:51:42.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server]... 19:51:42.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:51:42.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:51:42.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 19:51:42.250 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 19:51:42.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:51:42.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:51:42.751 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 19:51:42.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 19:51:42.755 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 19:51:42.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:51:42.755 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 19:51:42.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:51:42.755 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 19:51:42.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server] finished successfully 19:51:42.755 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 19:51:42.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:42.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:42.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:42.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:42.755 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:51:42.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:51:42.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:51:42.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 19:51:42.756 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 19:51:42.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:51:42.756 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 19:51:42.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:51:42.756 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 19:51:42.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 19:51:42.756 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 19:51:42.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:51:42.756 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 19:51:42.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:51:42.756 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 19:51:42.756 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test server 19:51:42.756 DEBUG [main][TreeItemHandler] Selecting tree item: Test server 19:51:42.757 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test server about selection 19:51:42.773 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test server 19:51:42.773 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) 19:51:42.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:42.773 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:42.774 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:42.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:42.774 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:51:42.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:51:43.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:51:43.275 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:") 19:51:43.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:43.275 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:43.278 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:43.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:43.278 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:51:43.278 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:51:43.278 INFO [WorkbenchTestable][AbstractText] Text set to: Server 1 19:51:43.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 19:51:43.280 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 19:51:43.280 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 19:51:43.780 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 19:51:43.780 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 19:51:44.281 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 19:51:44.281 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 19:51:44.781 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 19:51:44.781 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 19:51:45.281 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 19:51:45.281 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 19:51:45.782 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 19:51:45.782 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 19:51:46.282 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 19:51:46.282 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 19:51:46.782 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 19:51:46.782 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 19:51:47.283 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 19:51:47.283 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 19:51:47.783 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 19:51:47.783 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 19:51:48.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 19:51:48.284 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 19:51:48.284 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 19:51:48.284 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) 19:51:48.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:48.284 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:48.285 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:48.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:48.285 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:51:48.287 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:51:48.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:51:48.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:51:48.287 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:51:48.287 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:51:48.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:51:48.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:51:48.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:51:48.798 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:51:48.798 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:51:48.798 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:51:48.798 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:51:48.798 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:51:48.798 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:51:48.798 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:51:48.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:51:48.799 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:48.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:48.801 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 19:51:48.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:48.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:48.803 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:51:48.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:51:48.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:51:48.803 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:51:48.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') 19:51:48.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:48.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:48.805 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:48.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:48.805 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:51:48.806 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:51:48.806 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:51:48.806 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:48.806 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:51:48.806 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:51:48.806 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:51:48.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server 1... 19:51:48.810 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:51:48.810 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:51:48.819 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:48.820 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:48.820 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 19:51:48.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:48.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:48.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:48.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:48.820 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:51:48.821 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:48.823 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:48.823 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:51:48.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:51:48.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:51:48.823 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:51:48.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 '\*?\QServers\E') 19:51:48.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:48.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:48.825 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:48.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:48.825 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:51:48.826 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:51:48.826 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:51:48.826 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:48.826 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:51:48.826 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:51:48.826 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:51:48.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server 1 finished successfully 19:51:48.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:48.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:48.844 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 19:51:48.844 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:48.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:48.847 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:51:48.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:51:48.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:51:48.847 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:51:48.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 '\*?\QServers\E') 19:51:48.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:48.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:48.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:48.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:48.850 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:51:48.851 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:51:48.851 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:51:48.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:48.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:51:48.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:51:48.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:51:48.853 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:51:48.853 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:51:48.853 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:48.853 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:48.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 19:51:48.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:48.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:48.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:48.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:48.853 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:51:48.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:48.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:48.857 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:51:48.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:51:48.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:51:48.857 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:51:48.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') 19:51:48.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:48.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:48.860 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:48.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:48.860 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:51:48.860 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:51:48.860 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:51:48.875 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:48.875 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:51:48.875 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:51:48.875 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:51:48.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: "Import"] 19:51:48.877 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:48.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: "Import"] 19:51:48.877 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:48.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: "Import"] 19:51:48.877 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:48.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: "Import"] 19:51:48.877 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:48.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: "Import"] 19:51:48.877 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:48.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: "Import"] 19:51:48.891 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:48.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: "Import"] 19:51:48.891 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:48.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: "Import"] 19:51:48.891 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:48.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: "Import"] 19:51:48.891 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:48.891 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:51:48.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:51:48.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:51:48.892 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:51:48.892 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:51:48.892 DEBUG [main][MenuItemLookup] Found menu:'File' 19:51:48.892 DEBUG [main][MenuItemLookup] Item match:File 19:51:48.893 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:51:48.893 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:51:48.893 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:51:48.893 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:51:48.893 DEBUG [main][MenuItemLookup] Found menu:'' 19:51:48.893 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:51:48.893 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:51:48.893 DEBUG [main][MenuItemLookup] Found menu:'' 19:51:48.893 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:51:48.893 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 19:51:48.893 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 19:51:48.893 DEBUG [main][MenuItemLookup] Found menu:'Revert' 19:51:48.893 DEBUG [main][MenuItemLookup] Found menu:'' 19:51:48.893 DEBUG [main][MenuItemLookup] Found menu:'Move...' 19:51:48.893 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 19:51:48.893 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:51:48.893 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 19:51:48.893 DEBUG [main][MenuItemLookup] Found menu:'' 19:51:48.893 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 19:51:48.893 DEBUG [main][MenuItemLookup] Found menu:'' 19:51:48.893 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:51:48.893 DEBUG [main][MenuItemLookup] Item match:Import... 19:51:48.893 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 19:51:48.893 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 19:51:48.893 INFO [main][MenuItemHandler] Select menu item: &Import... 19:51:48.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 19:51:48.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 19:51:48.953 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 19:51:48.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:51:48.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:51:48.954 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 19:51:48.954 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:48.954 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 19:51:48.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:48.954 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:48.955 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:48.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:48.955 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:51:48.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:51:48.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:51:48.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:51:48.955 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:51:48.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:51:48.955 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:51:48.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:51:48.956 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:51:48.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:51:48.956 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:51:48.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:51:48.956 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:51:48.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:51:48.956 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:51:48.956 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 19:51:48.956 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 19:51:48.956 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 19:51:48.956 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 19:51:48.956 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 19:51:48.956 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 19:51:48.956 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) 19:51:48.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:48.956 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:48.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:48.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:48.957 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:51:48.957 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:51:48.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:51:48.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:51:48.957 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:51:48.957 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:51:48.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: "Import"] 19:51:49.019 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:49.019 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:49.019 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 19:51:49.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:51:49.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:51:49.020 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 19:51:49.020 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:49.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 19:51:49.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 19:51:49.020 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 19:51:49.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:51:49.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:51:49.020 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 19:51:49.020 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:49.020 INFO [WorkbenchTestable][WizardProjectsImportPage] Settig archive file to '/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/wst/server/ui/view/server-project.zip' 19:51:49.020 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:") 19:51:49.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:49.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:49.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:49.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:49.021 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:51:49.021 INFO [WorkbenchTestable][AbstractButton] Click button Select &archive file: 19:51:49.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:51:49.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:51:49.021 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:51:49.021 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:51:49.022 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 19:51:49.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:49.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:51:49.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:51:49.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:49.022 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 19:51:49.022 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/part/xml-project.zip to:/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/wst/server/ui/view/server-project.zip 19:51:49.022 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") 19:51:49.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:49.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:49.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:49.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:49.023 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:51:49.048 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 19:51:49.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:51:49.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:51:49.048 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:51:49.048 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:51:49.051 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 19:51:49.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:49.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:49.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:49.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:49.055 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:51:49.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 19:51:49.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 19:51:49.056 INFO [WorkbenchTestable][WizardProjectsImportPage] Selecting all projects 19:51:49.056 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") 19:51:49.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:49.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:49.056 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:49.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:49.056 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:51:49.057 INFO [WorkbenchTestable][AbstractButton] Click button &Select All 19:51:49.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:51:49.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:51:49.057 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:51:49.057 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:51:49.057 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 19:51:49.057 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Finish wizard 19:51:49.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 "Finish", Widget matcher matching widgets with style: 8) 19:51:49.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:49.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:49.058 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:49.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:49.058 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:51:49.058 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:51:49.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:51:49.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:51:49.058 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:51:49.058 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:51:49.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:51:49.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:51:49.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:51:49.561 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:51:49.561 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 19:51:49.561 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 19:51:49.561 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:51:49.561 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:51:49.561 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:51:49.561 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:51:49.561 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:51:49.561 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:51:49.561 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:51:49.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:51:49.561 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:51:49.561 INFO [WorkbenchTestable][RequirementsRunner] Started test: getModules no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 19:51:49.561 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 19:51:49.561 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:51:49.561 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:51:49.561 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:51:49.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:49.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:49.564 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:51:49.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:51:49.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:51:49.564 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:51:49.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 '\*?\QServers\E') 19:51:49.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:49.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:49.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:49.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:49.567 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:51:49.567 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:51:49.567 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:51:49.568 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:49.568 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:51:49.568 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:51:49.568 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:51:49.569 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped] and wait with time period 1 19:51:49.569 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped] 19:51:49.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:51:50.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:51:50.069 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped] 19:51:50.069 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped] 19:51:50.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:51:50.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:51:50.571 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped] 19:51:50.571 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:51:50.571 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:51:50.572 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:50.572 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:50.572 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:51:50.572 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:51:50.573 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:50.573 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:50.573 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped] and wait with time period 1 19:51:50.573 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped] 19:51:50.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:51:51.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:51:51.074 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped] 19:51:51.074 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped] 19:51:51.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:51:51.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:51:51.575 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped] 19:51:51.575 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:51.578 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:51.578 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 19:51:51.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:51.580 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:51.581 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:51:51.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:51:51.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:51:51.581 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:51:51.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') 19:51:51.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:51.581 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:51.583 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:51.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:51.583 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:51:51.583 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:51:51.583 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:51:51.584 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:51.584 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:51:51.584 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:51:51.584 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:51:51.585 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:51:51.585 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:51:51.585 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:51.585 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:51.586 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 19:51:51.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:51.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:51.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:51.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:51.586 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:51:51.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:51.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:51.588 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:51:51.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:51:51.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:51:51.588 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:51:51.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') 19:51:51.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:51.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:51.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:51.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:51.590 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:51:51.591 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:51:51.591 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:51:51.591 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:51.591 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:51:51.591 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:51:51.591 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:51:51.592 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 19:51:51.592 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:51:51.592 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:51:51.592 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:51.592 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:51.593 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 19:51:51.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:51.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:51.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:51.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:51.593 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:51:51.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:51.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:51.604 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:51:51.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:51:51.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:51:51.605 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:51:51.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 '\*?\QServers\E') 19:51:51.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:51.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:51.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:51.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:51.607 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:51:51.607 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:51:51.607 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:51:51.607 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:51.607 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:51:51.607 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:51:51.607 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:51:51.608 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 19:51:51.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 19:51:52.109 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 19:51:52.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:51:52.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:51:52.110 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:51:52.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:51:52.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:51:52.110 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 19:51:52.110 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:51:52.110 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:51:52.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:51:52.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:51:52.120 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getModules no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 19:51:52.120 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:51:52.120 INFO [WorkbenchTestable][RequirementsRunner] Started test: restartInProfile no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 19:51:52.120 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 19:51:52.120 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:51:52.120 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:51:52.120 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:51:52.120 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:51:52.120 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:51:52.121 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:52.121 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:51:52.121 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:51:52.121 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:51:52.122 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped] 19:51:52.122 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped] 19:51:52.123 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped] about selection 19:51:52.136 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped] 19:51:52.137 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:51:52.137 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:51:52.138 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:52.138 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:52.138 INFO [WorkbenchTestable][AbstractServer] Start server in profiling mode 'Server 1' 19:51:52.138 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:51:52.138 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:51:52.138 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:52.138 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:52.139 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:51:52.139 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:51:52.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:52.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:52.139 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Profile on server Server 1 19:51:52.139 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:51:52.139 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:51:52.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:52.140 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:52.140 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped] 19:51:52.140 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped] 19:51:52.140 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped] about selection 19:51:52.143 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped] 19:51:52.144 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:52.144 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:51:52.144 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:51:52.161 DEBUG [main][MenuItemLookup] Found menu:'New' 19:51:52.161 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 19:51:52.161 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:51:52.161 DEBUG [main][MenuItemLookup] Found menu:'' 19:51:52.161 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:51:52.161 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:51:52.161 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:51:52.161 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 19:51:52.161 DEBUG [main][MenuItemLookup] Found menu:'' 19:51:52.161 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 19:51:52.161 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 19:51:52.161 DEBUG [main][MenuItemLookup] Found menu:'Profile' 19:51:52.161 DEBUG [main][MenuItemLookup] Item match:Profile 19:51:52.161 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Pro&file" 19:51:52.161 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Profile 19:51:52.161 INFO [main][MenuItemHandler] Select menu item: Pro&file 19:51:52.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode profile... 19:51:52.169 DEBUG [Worker-4: Publishing to Server 1...][AbstractWait] Wait for 1 seconds 19:51:53.180 DEBUG [Worker-0: Starting Server 1][AbstractWait] Wait for 1 seconds 19:51:54.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode profile finished successfully 19:51:54.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Profiling... 19:51:54.666 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:51:54.666 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:51:54.667 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:54.667 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:54.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Profiling finished successfully 19:51:54.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:51:54.668 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:51:54.668 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:51:54.668 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:51:54.668 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:51:54.668 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:51:54.668 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:51:54.668 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:51:54.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:51:54.668 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:51:54.668 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:51:54.668 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:54.668 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:54.668 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'PROFILING' 19:51:54.668 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:54.669 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:51:54.669 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:51:54.669 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:54.669 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:54.669 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Profiling, Synchronized] 19:51:54.669 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Profiling, Synchronized] 19:51:54.669 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Profiling, Synchronized] about selection 19:51:54.673 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Profiling, Synchronized] 19:51:54.673 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:51:54.673 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:51:54.674 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:54.674 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:54.674 INFO [WorkbenchTestable][AbstractServer] Restart server in profile 'Server 1' 19:51:54.674 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:51:54.674 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:51:54.674 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:54.674 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:54.674 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:51:54.674 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:51:54.677 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:54.677 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:54.677 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Restart in Profile on server Server 1 19:51:54.677 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:51:54.677 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:51:54.677 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:54.677 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:54.677 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Profiling, Synchronized] 19:51:54.677 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Profiling, Synchronized] 19:51:54.677 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Profiling, Synchronized] about selection 19:51:54.681 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Profiling, Synchronized] 19:51:54.681 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:54.681 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:51:54.681 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:51:54.694 DEBUG [main][MenuItemLookup] Found menu:'New' 19:51:54.694 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 19:51:54.694 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:51:54.694 DEBUG [main][MenuItemLookup] Found menu:'' 19:51:54.694 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:51:54.694 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:51:54.694 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:51:54.694 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 19:51:54.694 DEBUG [main][MenuItemLookup] Found menu:'' 19:51:54.694 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 19:51:54.694 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 19:51:54.694 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 19:51:54.694 DEBUG [main][MenuItemLookup] Item match:Restart in Profile 19:51:54.694 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Restart in Profile" 19:51:54.694 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Restart in Profile 19:51:54.694 INFO [main][MenuItemHandler] Select menu item: Restart in Profile 19:51:54.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode profile... 19:51:54.696 DEBUG [Worker-5: Stopping Server 1][AbstractWait] Wait for 1 seconds 19:51:55.702 DEBUG [Worker-0: Starting Server 1][AbstractWait] Wait for 1 seconds 19:51:57.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode profile finished successfully 19:51:57.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Profiling... 19:51:57.196 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:51:57.196 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:51:57.197 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:57.197 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:57.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Profiling finished successfully 19:51:57.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:51:57.198 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:51:57.198 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:51:57.198 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:51:57.198 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:51:57.198 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:51:57.198 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:51:57.198 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:51:57.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:51:57.198 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:51:57.198 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:51:57.198 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:57.198 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:57.198 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'PROFILING' 19:51:57.198 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:57.199 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:51:57.199 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:51:57.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:57.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:57.199 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:51:57.199 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:51:57.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:57.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:57.200 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Profiling, Synchronized] 19:51:57.200 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Profiling, Synchronized] 19:51:57.200 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Profiling, Synchronized] about selection 19:51:57.203 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Profiling, Synchronized] 19:51:57.203 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:51:57.203 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:51:57.204 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:57.204 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:57.204 INFO [WorkbenchTestable][AbstractServer] Stop server 'Server 1' 19:51:57.204 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:51:57.204 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:51:57.205 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:57.205 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:57.205 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:51:57.205 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:51:57.205 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:57.205 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:57.205 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Stop on server Server 1 19:51:57.206 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:51:57.206 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:51:57.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:57.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:57.206 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Profiling, Synchronized] 19:51:57.206 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Profiling, Synchronized] 19:51:57.206 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Profiling, Synchronized] about selection 19:51:57.209 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Profiling, Synchronized] 19:51:57.209 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:57.210 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:51:57.210 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:51:57.221 DEBUG [main][MenuItemLookup] Found menu:'New' 19:51:57.221 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 19:51:57.221 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:51:57.221 DEBUG [main][MenuItemLookup] Found menu:'' 19:51:57.221 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:51:57.221 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:51:57.221 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:51:57.221 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 19:51:57.221 DEBUG [main][MenuItemLookup] Found menu:'' 19:51:57.221 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 19:51:57.221 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 19:51:57.221 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 19:51:57.221 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 19:51:57.222 DEBUG [main][MenuItemLookup] Item match:Stop Ctrl+Alt+S 19:51:57.222 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"S&top Ctrl+Alt+S" 19:51:57.222 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Stop Ctrl+Alt+S 19:51:57.222 INFO [main][MenuItemHandler] Select menu item: S&top Ctrl+Alt+S 19:51:57.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4... 19:51:57.223 DEBUG [Worker-5: Stopping Server 1][AbstractWait] Wait for 1 seconds 19:51:58.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4 finished successfully 19:51:58.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped... 19:51:58.232 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:51:58.232 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:51:58.233 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:58.233 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:58.733 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:51:58.733 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:51:58.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:58.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:58.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped finished successfully 19:51:58.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:51:58.735 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:51:58.735 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:51:58.735 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:51:58.735 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:51:58.735 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:51:58.735 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:51:58.735 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:51:58.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:51:58.735 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:51:58.735 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:51:58.736 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:58.736 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:58.736 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STOPPED' 19:51:58.736 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:51:58.736 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:51:58.736 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:51:58.736 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:58.736 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:58.736 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 19:51:58.736 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 19:51:58.736 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 19:51:58.739 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 19:51:58.740 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:51:58.740 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:51:58.740 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:58.740 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:58.741 INFO [WorkbenchTestable][AbstractServer] Restart server in profile 'Server 1' 19:51:58.741 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:51:58.741 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:51:58.741 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:58.741 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:58.741 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:51:58.741 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:51:58.742 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:58.742 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:58.742 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:51:58.742 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:51:58.742 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:58.742 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:58.742 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped, Synchronized] and wait with time period 1 19:51:58.742 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 19:51:58.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:51:59.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:51:59.243 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 19:51:59.243 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 19:51:59.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:51:59.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:51:59.744 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 19:51:59.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:59.747 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:59.747 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 19:51:59.747 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:59.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:59.749 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:51:59.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:51:59.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:51:59.749 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:51:59.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 '\*?\QServers\E') 19:51:59.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:59.749 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:59.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:59.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:59.751 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:51:59.751 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:51:59.751 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:51:59.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:59.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:51:59.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:51:59.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:51:59.753 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:51:59.753 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:51:59.753 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:59.754 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:59.754 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 19:51:59.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:59.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:59.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:59.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:59.754 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:51:59.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:59.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:59.756 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:51:59.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:51:59.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:51:59.756 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:51:59.756 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:51:59.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:59.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:59.758 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:59.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:59.758 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:51:59.758 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:51:59.758 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:51:59.759 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:59.759 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:51:59.759 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:51:59.759 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:51:59.760 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 19:51:59.760 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:51:59.760 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:51:59.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:59.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:51:59.760 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 19:51:59.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:59.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:59.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:59.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:59.761 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:51:59.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:59.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:59.763 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:51:59.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:51:59.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:51:59.763 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:51:59.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 '\*?\QServers\E') 19:51:59.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:51:59.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:51:59.774 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:51:59.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:51:59.774 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:51:59.774 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:51:59.774 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:51:59.775 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:51:59.775 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:51:59.775 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:51:59.775 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:51:59.776 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 19:51:59.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 19:52:00.277 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 19:52:00.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:52:00.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:52:00.277 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:52:00.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:00.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:00.278 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 19:52:00.278 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:52:00.278 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:52:00.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:52:00.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:52:00.278 INFO [WorkbenchTestable][RequirementsRunner] Finished test: restartInProfile no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 19:52:00.278 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:52:00.278 INFO [WorkbenchTestable][RequirementsRunner] Started test: delete_runningServer no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 19:52:00.278 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 19:52:00.278 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:52:00.278 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:52:00.278 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:52:00.278 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:00.289 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:00.289 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 19:52:00.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:00.291 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:00.291 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:52:00.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:00.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:00.291 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:52:00.291 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:52:00.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:00.291 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:00.293 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:00.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:00.293 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:52:00.293 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:00.293 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:00.294 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:00.294 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:52:00.294 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:52:00.294 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:52:00.295 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:00.295 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:00.295 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:00.296 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:00.296 INFO [WorkbenchTestable][ServersView2] Create new server 19:52:00.296 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:52:00.296 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:52:00.314 DEBUG [main][MenuItemLookup] Found menu:'New' 19:52:00.315 DEBUG [main][MenuItemLookup] Item match:New 19:52:00.315 DEBUG [main][MenuItemLookup] Found menu:'Server' 19:52:00.315 DEBUG [main][MenuItemLookup] Item match:Server 19:52:00.315 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 19:52:00.315 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 19:52:00.316 INFO [main][MenuItemHandler] Select menu item: Server 19:52:00.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 19:52:00.388 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 19:52:00.388 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 19:52:00.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:00.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:00.389 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:52:00.389 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:52:00.389 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:52:00.389 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:52:00.389 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:52:00.389 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:52:00.389 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 19:52:00.389 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:52:00.389 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:52:00.389 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 19:52:00.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:00.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:00.389 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 19:52:00.389 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:52:00.391 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 19:52:00.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:00.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:00.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:00.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:00.391 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:52:00.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 19:52:00.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 19:52:00.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server]... 19:52:00.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:52:00.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:52:00.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 19:52:00.393 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 19:52:00.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:52:00.393 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 19:52:00.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:52:00.393 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 19:52:00.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 19:52:00.393 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 19:52:00.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:52:00.394 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 19:52:00.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:52:00.394 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 19:52:00.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server] finished successfully 19:52:00.394 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 19:52:00.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:00.394 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:00.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:00.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:00.394 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:52:00.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:52:00.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:52:00.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 19:52:00.394 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 19:52:00.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:52:00.394 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 19:52:00.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:52:00.395 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 19:52:00.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 19:52:00.395 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 19:52:00.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:52:00.395 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 19:52:00.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:52:00.395 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 19:52:00.395 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test server 19:52:00.395 DEBUG [main][TreeItemHandler] Selecting tree item: Test server 19:52:00.395 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test server about selection 19:52:00.396 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test server 19:52:00.396 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) 19:52:00.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:00.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:00.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:00.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:00.397 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:52:00.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:52:00.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:52:00.897 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:") 19:52:00.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:00.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:00.900 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:00.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:00.900 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:52:00.900 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:52:00.901 INFO [WorkbenchTestable][AbstractText] Text set to: Server 2 19:52:00.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 19:52:00.901 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 19:52:00.901 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 19:52:01.401 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 19:52:01.402 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 19:52:01.902 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 19:52:01.902 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 19:52:02.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 19:52:02.402 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 19:52:02.402 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 19:52:02.403 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) 19:52:02.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:02.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:02.404 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:02.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:02.404 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:52:02.406 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:52:02.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:52:02.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:52:02.406 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:52:02.406 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:52:02.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:52:02.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:52:02.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:52:02.918 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:52:02.918 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:52:02.918 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:52:02.918 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:52:02.918 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:52:02.918 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:52:02.918 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:52:02.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:52:02.918 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:02.920 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:02.920 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 19:52:02.920 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:02.922 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:02.922 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:52:02.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:02.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:02.923 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:52:02.923 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:52:02.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:02.923 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:02.925 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:02.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:02.925 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:52:02.925 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:02.925 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:02.934 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:02.935 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:52:02.935 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:52:02.935 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:52:02.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server 2... 19:52:02.936 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:02.936 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:02.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:02.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:02.936 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 19:52:02.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:02.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:02.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:02.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:02.937 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:52:02.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:02.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:02.939 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:52:02.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:02.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:02.939 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:52:02.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 '\*?\QServers\E') 19:52:02.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:02.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:02.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:02.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:02.941 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:52:02.941 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:02.941 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:02.942 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:02.942 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:52:02.942 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:52:02.942 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:52:02.952 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:02.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:02.954 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:52:02.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:02.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:02.954 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:52:02.955 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:52:02.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:02.955 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:02.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:02.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:02.957 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:52:02.957 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:02.957 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:02.957 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:02.957 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:52:02.957 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:52:02.957 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:52:02.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server 2 finished successfully 19:52:02.959 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:02.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:02.961 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 19:52:02.961 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:02.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:02.963 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:52:02.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:02.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:02.963 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:52:02.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 '\*?\QServers\E') 19:52:02.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:02.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:02.965 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:02.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:02.965 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:52:02.965 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:02.965 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:02.966 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:02.966 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:52:02.966 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:52:02.966 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:52:02.967 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:02.967 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:02.968 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:02.968 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:02.968 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 19:52:02.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:02.968 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:02.968 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:02.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:02.968 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:52:02.968 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:02.979 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:02.979 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:52:02.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:02.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:02.980 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:52:02.980 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:52:02.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:02.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:02.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:02.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:02.982 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:52:02.982 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:02.982 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:02.982 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:02.983 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:52:02.983 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:52:02.983 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:52:02.984 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:02.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:02.995 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:52:02.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:02.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:02.995 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:52:02.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 '\*?\QServers\E') 19:52:02.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:02.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:02.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:02.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:02.998 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:52:02.998 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:02.998 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:02.998 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:02.998 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:52:02.998 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:52:02.998 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:52:03.000 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:03.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:03.001 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:52:03.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:03.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:03.002 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:52:03.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') 19:52:03.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:03.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:03.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:03.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:03.013 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:52:03.013 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:03.013 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:03.014 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:03.014 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:52:03.014 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:52:03.014 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:52:03.015 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 2 [Stopped] 19:52:03.015 DEBUG [main][TreeItemHandler] Selecting tree item: Server 2 [Stopped] 19:52:03.015 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 2 [Stopped] about selection 19:52:03.028 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 2 [Stopped] 19:52:03.028 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:03.028 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:03.029 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:03.029 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:03.029 INFO [WorkbenchTestable][AbstractServer] Start server Server 2 19:52:03.029 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:03.029 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:03.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:03.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:03.030 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:03.030 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:03.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:03.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:03.030 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Start on server Server 2 19:52:03.030 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:03.030 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:03.031 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:03.031 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:03.031 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 2 [Stopped] 19:52:03.031 DEBUG [main][TreeItemHandler] Selecting tree item: Server 2 [Stopped] 19:52:03.031 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 2 [Stopped] about selection 19:52:03.037 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 2 [Stopped] 19:52:03.037 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:52:03.037 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:52:03.037 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:52:03.048 DEBUG [main][MenuItemLookup] Found menu:'New' 19:52:03.048 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 19:52:03.048 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:52:03.048 DEBUG [main][MenuItemLookup] Found menu:'' 19:52:03.048 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:52:03.048 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:52:03.048 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:52:03.048 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 19:52:03.048 DEBUG [main][MenuItemLookup] Found menu:'' 19:52:03.048 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 19:52:03.048 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 19:52:03.048 DEBUG [main][MenuItemLookup] Item match:Start Ctrl+Alt+R 19:52:03.048 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Start Ctrl+Alt+R" 19:52:03.048 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Start Ctrl+Alt+R 19:52:03.048 INFO [main][MenuItemHandler] Select menu item: &Start Ctrl+Alt+R 19:52:03.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run... 19:52:03.049 DEBUG [Worker-4: Publishing to Server 2...][AbstractWait] Wait for 1 seconds 19:52:04.055 DEBUG [Worker-4: Starting Server 2][AbstractWait] Wait for 1 seconds 19:52:05.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run finished successfully 19:52:05.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started... 19:52:05.551 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:05.551 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:05.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:05.552 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:05.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started finished successfully 19:52:05.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:52:05.552 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:52:05.552 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:52:05.552 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:52:05.552 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:52:05.552 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:52:05.552 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:52:05.552 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:52:05.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:52:05.552 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:05.552 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:05.553 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:05.553 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:05.553 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STARTED' 19:52:05.553 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:52:05.553 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:05.553 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:05.553 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:05.553 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:05.553 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 2 [Started, Synchronized] 19:52:05.553 DEBUG [main][TreeItemHandler] Selecting tree item: Server 2 [Started, Synchronized] 19:52:05.553 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 2 [Started, Synchronized] about selection 19:52:05.557 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 2 [Started, Synchronized] 19:52:05.557 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:05.557 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:05.557 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:05.557 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:05.558 INFO [WorkbenchTestable][AbstractServer] Delete server 'Server 2'. Stop server first: false 19:52:05.558 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:05.558 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:05.558 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:05.558 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:05.558 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:52:05.558 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:52:05.570 DEBUG [main][MenuItemLookup] Found menu:'New' 19:52:05.570 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 19:52:05.570 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:52:05.570 DEBUG [main][MenuItemLookup] Found menu:'' 19:52:05.570 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:52:05.570 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:52:05.570 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:52:05.570 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:52:05.570 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 19:52:05.570 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:52:05.570 INFO [main][MenuItemHandler] Select menu item: Delete Delete 19:52:05.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 19:52:05.594 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 19:52:05.594 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 19:52:05.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:05.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:05.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: 32) 19:52:05.594 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:52:05.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:52:05.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:52:05.594 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 19:52:05.594 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:52:05.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:05.594 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:05.595 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:05.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:05.595 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:52:05.595 INFO [WorkbenchTestable][CheckBox] Select checkbox Stop server(s) before deleting 19:52:05.595 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox Stop server(s) before deleting 19:52:05.595 INFO [WorkbenchTestable][AbstractButton] Click button Stop server(s) before deleting 19:52:05.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:52:05.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:52:05.595 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:52:05.595 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:52:05.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") 19:52:05.595 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:52:05.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:52:05.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:52:05.595 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 19:52:05.595 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:52:05.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:05.595 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:05.595 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:05.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:05.595 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:52:05.596 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:52:05.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:52:05.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:52:05.596 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:52:05.596 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:52:05.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:52:05.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:52:05.614 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:05.619 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:05.619 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 19:52:05.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:05.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:05.622 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:52:05.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:05.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:05.622 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:52:05.622 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:52:05.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:05.622 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:05.624 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:05.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:05.624 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:52:05.624 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:05.624 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:05.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:05.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:52:05.625 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:52:05.625 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:52:05.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server 2... 19:52:05.626 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:05.626 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:05.626 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:05.626 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:05.626 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 19:52:05.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:05.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:05.626 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:05.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:05.626 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:52:05.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:05.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:05.628 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:52:05.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:05.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:05.629 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:52:05.629 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:52:05.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:05.629 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:05.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:05.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:05.631 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:52:05.631 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:05.631 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:05.631 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:05.631 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:52:05.631 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:52:05.631 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:52:05.641 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 19:52:05.641 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:05.641 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:05.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:05.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:05.642 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 19:52:05.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:05.642 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:05.642 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:05.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:05.642 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:52:05.642 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:05.644 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:05.644 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:52:05.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:05.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:05.644 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:52:05.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 '\*?\QServers\E') 19:52:05.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:05.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:05.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:05.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:05.646 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:52:05.646 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:05.646 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:05.647 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:05.647 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:52:05.647 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:52:05.647 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:52:05.648 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 19:52:05.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server 2 finished successfully 19:52:05.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:52:05.648 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:52:05.648 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:52:05.648 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:52:05.648 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:52:05.648 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:52:05.648 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:52:05.648 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:52:05.648 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:52:05.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:52:05.648 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:05.660 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:05.660 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 19:52:05.660 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:05.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:05.662 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:52:05.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:05.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:05.662 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:52:05.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') 19:52:05.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:05.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:05.664 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:05.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:05.664 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:52:05.664 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:05.664 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:05.664 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:05.664 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:52:05.665 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:52:05.665 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:52:05.674 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:05.674 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:05.675 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:05.675 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:05.675 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 19:52:05.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:05.675 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:05.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:05.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:05.675 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:52:05.675 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:05.677 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:05.677 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:52:05.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:05.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:05.677 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:52:05.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 '\*?\QServers\E') 19:52:05.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:05.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:05.680 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:05.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:05.680 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:52:05.680 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:05.680 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:05.680 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:05.680 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:52:05.680 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:52:05.680 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:52:05.681 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:05.681 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:05.682 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:05.682 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:05.682 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:05.682 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:05.691 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:05.691 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:05.691 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped, Synchronized] and wait with time period 1 19:52:05.691 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 19:52:05.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:52:06.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:52:06.192 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 19:52:06.192 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 19:52:06.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:52:06.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:52:06.693 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 19:52:06.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:06.696 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:06.696 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 19:52:06.696 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:06.698 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:06.698 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:52:06.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:06.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:06.698 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:52:06.698 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:52:06.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:06.698 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:06.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:06.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:06.710 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:52:06.710 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:06.710 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:06.710 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:06.710 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:52:06.711 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:52:06.711 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:52:06.712 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:06.712 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:06.712 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:06.712 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:06.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.cnf.ServersView2, index 0 and no matchers specified 19:52:06.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:06.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:06.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:06.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:06.712 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:52:06.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:06.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:06.724 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:52:06.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:06.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:06.725 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:52:06.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 '\*?\QServers\E') 19:52:06.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:06.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:06.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:06.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:06.727 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:52:06.727 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:06.727 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:06.728 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:06.728 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:52:06.728 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:52:06.728 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:52:06.729 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 19:52:06.729 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:06.729 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:06.730 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:06.730 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:06.730 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 19:52:06.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:06.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:06.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:06.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:06.730 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:52:06.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:06.741 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:06.741 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:52:06.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:06.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:06.742 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:52:06.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') 19:52:06.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:06.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:06.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:06.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:06.744 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:52:06.744 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:06.744 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:06.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:06.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:52:06.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:52:06.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:52:06.745 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 19:52:06.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 19:52:07.246 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 19:52:07.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:52:07.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:52:07.246 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:52:07.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:07.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:07.247 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 19:52:07.247 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:52:07.247 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:52:07.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:52:07.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:52:07.247 INFO [WorkbenchTestable][RequirementsRunner] Finished test: delete_runningServer no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 19:52:07.247 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:52:07.247 INFO [WorkbenchTestable][RequirementsRunner] Started test: profile no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 19:52:07.248 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 19:52:07.248 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:52:07.248 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:52:07.248 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:52:07.257 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:07.257 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:07.258 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:07.258 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:52:07.258 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:52:07.258 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:52:07.259 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 19:52:07.259 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 19:52:07.259 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 19:52:07.264 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 19:52:07.273 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:07.273 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:07.274 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:07.274 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:07.275 INFO [WorkbenchTestable][AbstractServer] Start server in profiling mode 'Server 1' 19:52:07.275 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:07.275 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:07.275 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:07.275 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:07.275 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:07.275 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:07.276 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:07.276 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:07.276 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Profile on server Server 1 19:52:07.276 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:07.276 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:07.276 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:07.276 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:07.276 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 19:52:07.276 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 19:52:07.277 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 19:52:07.280 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 19:52:07.280 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:52:07.280 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:52:07.280 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:52:07.292 DEBUG [main][MenuItemLookup] Found menu:'New' 19:52:07.292 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 19:52:07.292 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:52:07.292 DEBUG [main][MenuItemLookup] Found menu:'' 19:52:07.292 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:52:07.292 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:52:07.292 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:52:07.292 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 19:52:07.292 DEBUG [main][MenuItemLookup] Found menu:'' 19:52:07.292 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 19:52:07.292 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 19:52:07.292 DEBUG [main][MenuItemLookup] Found menu:'Profile' 19:52:07.292 DEBUG [main][MenuItemLookup] Item match:Profile 19:52:07.292 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Pro&file" 19:52:07.292 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Profile 19:52:07.292 INFO [main][MenuItemHandler] Select menu item: Pro&file 19:52:07.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode profile... 19:52:07.294 DEBUG [Worker-8: Starting Server 1][AbstractWait] Wait for 1 seconds 19:52:08.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode profile finished successfully 19:52:08.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Profiling... 19:52:08.794 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:08.794 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:08.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:08.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:08.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Profiling finished successfully 19:52:08.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:52:08.795 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:52:08.795 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:52:08.795 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:52:08.795 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:52:08.795 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:52:08.796 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:52:08.796 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:52:08.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:52:08.796 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:08.796 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:08.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:08.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:08.796 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'PROFILING' 19:52:08.796 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:52:08.796 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:08.796 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:08.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:08.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:08.797 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:08.797 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:08.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:08.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:08.797 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Profiling, Synchronized] 19:52:08.797 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Profiling, Synchronized] 19:52:08.798 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Profiling, Synchronized] about selection 19:52:08.801 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Profiling, Synchronized] 19:52:08.801 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:08.801 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:08.802 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:08.802 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:08.802 INFO [WorkbenchTestable][AbstractServer] Start server in profiling mode 'Server 1' 19:52:08.802 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:08.802 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:08.802 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:08.802 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:08.803 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:08.803 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:08.805 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:08.805 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:08.805 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:08.805 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:08.806 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:08.806 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:08.806 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Profiling, Synchronized] 19:52:08.806 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Profiling, Synchronized] 19:52:08.806 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Profiling, Synchronized] about selection 19:52:08.809 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Profiling, Synchronized] 19:52:08.810 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:08.810 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:08.810 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:08.810 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:08.811 INFO [WorkbenchTestable][AbstractServer] Stop server 'Server 1' 19:52:08.811 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:08.811 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:08.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:08.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:08.811 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:08.811 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:08.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:08.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:08.812 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Stop on server Server 1 19:52:08.812 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:08.812 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:08.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:08.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:08.812 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Profiling, Synchronized] 19:52:08.812 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Profiling, Synchronized] 19:52:08.812 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Profiling, Synchronized] about selection 19:52:08.815 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Profiling, Synchronized] 19:52:08.815 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:52:08.816 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:52:08.816 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:52:08.831 DEBUG [main][MenuItemLookup] Found menu:'New' 19:52:08.831 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 19:52:08.831 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:52:08.831 DEBUG [main][MenuItemLookup] Found menu:'' 19:52:08.831 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:52:08.831 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:52:08.831 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:52:08.831 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 19:52:08.831 DEBUG [main][MenuItemLookup] Found menu:'' 19:52:08.831 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 19:52:08.831 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 19:52:08.831 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 19:52:08.831 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 19:52:08.831 DEBUG [main][MenuItemLookup] Item match:Stop Ctrl+Alt+S 19:52:08.831 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"S&top Ctrl+Alt+S" 19:52:08.831 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Stop Ctrl+Alt+S 19:52:08.832 INFO [main][MenuItemHandler] Select menu item: S&top Ctrl+Alt+S 19:52:08.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4... 19:52:08.832 DEBUG [Worker-8: Stopping Server 1][AbstractWait] Wait for 1 seconds 19:52:09.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4 finished successfully 19:52:09.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped... 19:52:09.841 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:09.841 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:09.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:09.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:10.342 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:10.342 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:10.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:10.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:10.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped finished successfully 19:52:10.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:52:10.343 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:52:10.343 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:52:10.343 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:52:10.343 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:52:10.343 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:52:10.343 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:52:10.343 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:52:10.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:52:10.343 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:10.343 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:10.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:10.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:10.343 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STOPPED' 19:52:10.343 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:52:10.344 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:10.344 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:10.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:10.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:10.344 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped, Synchronized] and wait with time period 1 19:52:10.344 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 19:52:10.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:52:10.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:52:10.845 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 19:52:10.845 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 19:52:10.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:52:11.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:52:11.346 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 19:52:11.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:11.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:11.349 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 19:52:11.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:11.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:11.351 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:52:11.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:11.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:11.351 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:52:11.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 '\*?\QServers\E') 19:52:11.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:11.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:11.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:11.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:11.354 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:52:11.354 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:11.354 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:11.354 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:11.354 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:52:11.354 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:52:11.354 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:52:11.355 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:11.355 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:11.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:11.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:11.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.server.ui.cnf.ServersView2, index 0 and no matchers specified 19:52:11.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:11.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:11.356 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:11.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:11.356 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:52:11.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:11.358 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:11.358 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:52:11.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:11.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:11.358 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:52:11.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 '\*?\QServers\E') 19:52:11.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:11.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:11.360 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:11.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:11.360 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:52:11.360 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:11.360 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:11.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:11.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:52:11.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:52:11.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:52:11.361 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 19:52:11.362 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:11.362 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:11.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:11.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:11.362 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 19:52:11.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:11.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:11.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:11.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:11.362 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:52:11.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:11.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:11.364 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:52:11.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:11.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:11.365 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:52:11.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') 19:52:11.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:11.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:11.375 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:11.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:11.375 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:52:11.375 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:11.375 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:11.376 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:11.376 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:52:11.376 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:52:11.376 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:52:11.377 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 19:52:11.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 19:52:11.878 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 19:52:11.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:52:11.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:52:11.878 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:52:11.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:11.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:11.879 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 19:52:11.879 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:52:11.879 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:52:11.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:52:11.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:52:11.879 INFO [WorkbenchTestable][RequirementsRunner] Finished test: profile no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 19:52:11.879 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:52:11.879 INFO [WorkbenchTestable][RequirementsRunner] Started test: addAndRemoveModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 19:52:11.879 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 19:52:11.879 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:52:11.879 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:52:11.879 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:52:11.880 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:11.880 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:11.880 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:11.880 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:52:11.880 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:52:11.880 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:52:11.881 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 19:52:11.881 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 19:52:11.882 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 19:52:11.894 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 19:52:11.894 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 19:52:11.894 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:52:11.894 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:52:11.904 DEBUG [main][MenuItemLookup] Found menu:'New' 19:52:11.904 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 19:52:11.904 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:52:11.904 DEBUG [main][MenuItemLookup] Found menu:'' 19:52:11.904 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:52:11.904 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:52:11.904 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:52:11.904 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 19:52:11.904 DEBUG [main][MenuItemLookup] Found menu:'' 19:52:11.904 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 19:52:11.904 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 19:52:11.904 DEBUG [main][MenuItemLookup] Found menu:'Profile' 19:52:11.904 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 19:52:11.904 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 19:52:11.904 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 19:52:11.904 DEBUG [main][MenuItemLookup] Found menu:'' 19:52:11.904 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 19:52:11.904 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 19:52:11.904 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 19:52:11.904 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 19:52:11.904 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 19:52:11.951 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.... 19:52:11.951 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:52:11.952 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:52:11.952 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 19:52:11.952 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 19:52:11.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:11.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:11.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:52:11.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:52:11.952 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 19:52:11.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:11.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:11.952 TRACE [WorkbenchTestable][ModifyModulesDialog] Shell Add and Remove... is not null and is not disposed 19:52:11.952 INFO [WorkbenchTestable][ModifyModulesDialog] Cancel wizard 19:52:11.952 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) 19:52:11.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:11.952 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:11.953 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:11.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:11.953 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:52:11.953 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 19:52:11.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:52:11.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:52:11.953 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:52:11.953 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:52:11.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:52:11.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:52:11.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:52:11.970 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:52:11.970 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:52:11.970 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:52:11.970 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:52:11.970 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:52:11.970 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:52:11.970 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:52:11.970 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:52:11.970 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:52:11.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:52:11.975 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:11.975 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:11.975 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:11.976 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:11.976 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:11.976 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:11.976 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:11.976 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:11.976 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped, Synchronized] and wait with time period 1 19:52:11.977 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 19:52:11.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:52:12.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:52:12.478 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 19:52:12.478 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 19:52:12.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:52:12.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:52:12.979 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 19:52:12.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:12.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:12.982 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 19:52:12.982 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:12.984 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:12.984 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:52:12.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:12.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:12.984 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:52:12.984 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:52:12.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:12.984 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:12.987 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:12.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:12.987 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:52:12.987 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:12.987 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:12.987 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:12.987 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:52:12.987 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:52:12.987 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:52:12.988 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:12.988 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:12.989 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:12.989 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:12.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 19:52:12.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:12.989 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:12.989 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:12.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:12.989 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:52:12.989 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:12.991 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:12.991 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:52:12.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:12.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:12.992 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:52:12.992 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:52:12.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:12.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:13.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:13.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:13.003 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:52:13.003 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:13.003 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:13.004 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:13.004 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:52:13.004 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:52:13.004 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:52:13.005 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 19:52:13.005 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:13.005 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:13.005 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:13.005 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:13.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 19:52:13.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:13.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:13.006 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:13.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:13.006 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:52:13.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:13.008 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:13.008 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:52:13.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:13.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:13.008 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:52:13.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 '\*?\QServers\E') 19:52:13.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:13.008 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:13.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:13.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:13.019 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:52:13.019 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:13.019 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:13.019 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:13.020 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:52:13.020 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:52:13.020 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:52:13.021 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 19:52:13.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 19:52:13.521 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 19:52:13.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:52:13.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:52:13.521 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:52:13.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:13.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:13.522 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 19:52:13.522 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:52:13.522 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:52:13.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:52:13.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:52:13.522 INFO [WorkbenchTestable][RequirementsRunner] Finished test: addAndRemoveModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 19:52:13.522 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:52:13.522 INFO [WorkbenchTestable][RequirementsRunner] Started test: publish no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 19:52:13.522 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 19:52:13.522 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:52:13.522 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:52:13.522 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:52:13.522 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:13.522 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:13.523 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:13.523 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:52:13.523 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:52:13.523 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:52:13.524 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 19:52:13.524 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 19:52:13.524 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 19:52:13.537 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 19:52:13.537 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:13.537 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:13.538 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:13.538 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:13.538 INFO [WorkbenchTestable][AbstractServer] Publish server 'Server 1' 19:52:13.539 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:52:13.539 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:52:13.539 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:52:13.550 DEBUG [main][MenuItemLookup] Found menu:'New' 19:52:13.550 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 19:52:13.550 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:52:13.550 DEBUG [main][MenuItemLookup] Found menu:'' 19:52:13.550 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:52:13.550 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:52:13.550 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:52:13.550 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 19:52:13.550 DEBUG [main][MenuItemLookup] Found menu:'' 19:52:13.550 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 19:52:13.550 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 19:52:13.550 DEBUG [main][MenuItemLookup] Found menu:'Profile' 19:52:13.550 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 19:52:13.550 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 19:52:13.550 DEBUG [main][MenuItemLookup] Item match:Publish Ctrl+Alt+P 19:52:13.551 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Publish Ctrl+Alt+P" 19:52:13.551 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Publish Ctrl+Alt+P 19:52:13.551 INFO [main][MenuItemHandler] Select menu item: Publish Ctrl+Alt+P 19:52:13.552 DEBUG [Worker-0: Publishing to Server 1...][AbstractWait] Wait for 1 seconds 19:52:13.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server publish finished... 19:52:14.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server publish finished finished successfully 19:52:14.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's publish state is 'Synchronized'... 19:52:14.558 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:14.558 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:14.562 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:14.562 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:15.063 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:15.063 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:15.064 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:15.064 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:15.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's publish state is 'Synchronized' finished successfully 19:52:15.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:52:15.064 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:52:15.064 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:52:15.064 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:52:15.064 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:52:15.064 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:52:15.064 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:52:15.064 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:52:15.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:52:15.064 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:52:15.065 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:15.065 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:15.065 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:15.065 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:15.066 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:15.066 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:15.066 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:15.066 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:15.066 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:15.066 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:15.067 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:15.067 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:15.067 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped, Synchronized] and wait with time period 1 19:52:15.067 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 19:52:15.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:52:15.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:52:15.567 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 19:52:15.567 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 19:52:15.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:52:16.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:52:16.068 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 19:52:16.068 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:16.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:16.070 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 19:52:16.071 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:16.072 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:16.073 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:52:16.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:16.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:16.073 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:52:16.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 '\*?\QServers\E') 19:52:16.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:16.073 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:16.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:16.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:16.084 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:52:16.084 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:16.084 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:16.084 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:16.084 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:52:16.084 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:52:16.084 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:52:16.085 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:16.086 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:16.086 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:16.086 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:16.086 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 19:52:16.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:16.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:16.086 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:16.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:16.086 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:52:16.087 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:16.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:16.088 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:52:16.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:16.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:16.089 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:52:16.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 '\*?\QServers\E') 19:52:16.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:16.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:16.100 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:16.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:16.100 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:52:16.100 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:16.100 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:16.100 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:16.100 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:52:16.100 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:52:16.100 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:52:16.101 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 19:52:16.101 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:16.101 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:16.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:16.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:16.102 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 19:52:16.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:16.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:16.102 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:16.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:16.102 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:52:16.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:16.104 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:16.104 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:52:16.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:16.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:16.105 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:52:16.105 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:52:16.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:16.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:16.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:16.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:16.116 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:52:16.116 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:16.116 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:16.116 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:16.116 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:52:16.116 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:52:16.116 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:52:16.117 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 19:52:16.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 19:52:16.118 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 19:52:16.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:52:16.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:52:16.118 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:52:16.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:16.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:16.118 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 19:52:16.118 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:52:16.118 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:52:16.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:52:16.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:52:16.118 INFO [WorkbenchTestable][RequirementsRunner] Finished test: publish no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 19:52:16.118 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:52:16.119 INFO [WorkbenchTestable][RequirementsRunner] Started test: stop no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 19:52:16.119 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 19:52:16.119 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:52:16.119 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:52:16.119 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:52:16.119 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:16.119 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:16.119 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:16.119 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:52:16.119 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:52:16.119 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:52:16.120 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 19:52:16.120 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 19:52:16.121 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 19:52:16.133 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 19:52:16.133 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:16.133 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:16.134 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:16.134 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:16.134 INFO [WorkbenchTestable][AbstractServer] Start server Server 1 19:52:16.134 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:16.134 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:16.135 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:16.135 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:16.135 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:16.135 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:16.135 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:16.135 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:16.135 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Start on server Server 1 19:52:16.135 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:16.135 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:16.136 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:16.136 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:16.136 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 19:52:16.136 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 19:52:16.136 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 19:52:16.139 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 19:52:16.139 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:52:16.139 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:52:16.139 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:52:16.151 DEBUG [main][MenuItemLookup] Found menu:'New' 19:52:16.151 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 19:52:16.151 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:52:16.151 DEBUG [main][MenuItemLookup] Found menu:'' 19:52:16.151 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:52:16.151 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:52:16.151 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:52:16.151 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 19:52:16.151 DEBUG [main][MenuItemLookup] Found menu:'' 19:52:16.151 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 19:52:16.151 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 19:52:16.151 DEBUG [main][MenuItemLookup] Item match:Start Ctrl+Alt+R 19:52:16.151 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Start Ctrl+Alt+R" 19:52:16.151 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Start Ctrl+Alt+R 19:52:16.151 INFO [main][MenuItemHandler] Select menu item: &Start Ctrl+Alt+R 19:52:16.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run... 19:52:16.153 DEBUG [Worker-2: Starting Server 1][AbstractWait] Wait for 1 seconds 19:52:17.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run finished successfully 19:52:17.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started... 19:52:17.653 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:17.653 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:17.654 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:17.654 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:17.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started finished successfully 19:52:17.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:52:17.654 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:52:17.654 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:52:17.654 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:52:17.654 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:52:17.654 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:52:17.654 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:52:17.654 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:52:17.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:52:17.654 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:17.654 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:17.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:17.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:17.655 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STARTED' 19:52:17.655 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:52:17.655 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:17.655 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:17.656 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:17.656 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:17.656 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Started, Synchronized] 19:52:17.656 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Started, Synchronized] 19:52:17.656 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Started, Synchronized] about selection 19:52:17.659 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Started, Synchronized] 19:52:17.659 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:17.660 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:17.660 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:17.660 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:17.661 INFO [WorkbenchTestable][AbstractServer] Stop server 'Server 1' 19:52:17.661 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:17.661 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:17.661 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:17.661 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:17.661 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:17.662 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:17.665 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:17.665 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:17.665 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Stop on server Server 1 19:52:17.665 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:17.665 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:17.666 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:17.666 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:17.666 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Started, Synchronized] 19:52:17.666 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Started, Synchronized] 19:52:17.666 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Started, Synchronized] about selection 19:52:17.671 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Started, Synchronized] 19:52:17.671 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:52:17.671 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:52:17.671 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:52:17.689 DEBUG [main][MenuItemLookup] Found menu:'New' 19:52:17.689 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 19:52:17.689 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:52:17.689 DEBUG [main][MenuItemLookup] Found menu:'' 19:52:17.689 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:52:17.689 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:52:17.689 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:52:17.689 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 19:52:17.689 DEBUG [main][MenuItemLookup] Found menu:'' 19:52:17.689 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 19:52:17.689 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 19:52:17.689 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 19:52:17.689 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 19:52:17.689 DEBUG [main][MenuItemLookup] Item match:Stop Ctrl+Alt+S 19:52:17.689 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"S&top Ctrl+Alt+S" 19:52:17.689 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Stop Ctrl+Alt+S 19:52:17.689 INFO [main][MenuItemHandler] Select menu item: S&top Ctrl+Alt+S 19:52:17.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4... 19:52:17.690 DEBUG [Worker-8: Stopping Server 1][AbstractWait] Wait for 1 seconds 19:52:18.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4 finished successfully 19:52:18.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped... 19:52:18.695 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:18.695 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:18.696 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:18.696 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:19.197 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:19.197 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:19.198 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:19.198 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:19.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped finished successfully 19:52:19.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:52:19.198 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:52:19.198 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:52:19.198 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:52:19.198 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:52:19.198 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:52:19.198 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:52:19.198 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:52:19.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:52:19.198 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:19.198 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:19.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:19.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:19.199 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STOPPED' 19:52:19.199 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:52:19.199 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:19.199 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:19.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:19.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:19.200 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:19.200 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:19.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:19.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:19.200 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 19:52:19.200 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 19:52:19.200 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 19:52:19.205 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 19:52:19.206 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:19.206 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:19.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:19.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:19.207 INFO [WorkbenchTestable][AbstractServer] Stop server 'Server 1' 19:52:19.207 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:19.207 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:19.207 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:19.207 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:19.207 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:19.207 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:19.208 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:19.208 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:19.208 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:19.208 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:19.208 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:19.208 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:19.208 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped, Synchronized] and wait with time period 1 19:52:19.208 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 19:52:19.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:52:19.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:52:19.709 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 19:52:19.709 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 19:52:19.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:52:20.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:52:20.210 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 19:52:20.211 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:20.213 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:20.213 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 19:52:20.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:20.215 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:20.215 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:52:20.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:20.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:20.215 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:52:20.215 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:52:20.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:20.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:20.217 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:20.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:20.217 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:52:20.217 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:20.217 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:20.227 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:20.227 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:52:20.227 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:52:20.227 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:52:20.228 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:20.228 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:20.228 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:20.228 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:20.228 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 19:52:20.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:20.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:20.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:20.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:20.229 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:52:20.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:20.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:20.231 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:52:20.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:20.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:20.231 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:52:20.231 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:52:20.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:20.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:20.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:20.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:20.233 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:52:20.233 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:20.233 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:20.242 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:20.243 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:52:20.243 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:52:20.243 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:52:20.244 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 19:52:20.244 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:20.244 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:20.244 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:20.244 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:20.245 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 19:52:20.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:20.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:20.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:20.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:20.245 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:52:20.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:20.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:20.247 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:52:20.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:20.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:20.248 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:52:20.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 19:52:20.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:20.248 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:20.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:20.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:20.259 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:52:20.259 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:20.259 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:20.260 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:20.260 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:52:20.260 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:52:20.260 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:52:20.261 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 19:52:20.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 19:52:20.762 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 19:52:20.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:52:20.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:52:20.762 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:52:20.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:20.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:20.762 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 19:52:20.762 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:52:20.762 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:52:20.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:52:20.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:52:20.763 INFO [WorkbenchTestable][RequirementsRunner] Finished test: stop no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 19:52:20.763 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:52:20.763 INFO [WorkbenchTestable][RequirementsRunner] Started test: clean no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 19:52:20.763 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 19:52:20.763 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:52:20.763 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:52:20.763 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:52:20.763 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:20.763 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:20.764 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:20.764 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:52:20.764 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:52:20.764 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:52:20.765 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 19:52:20.765 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 19:52:20.765 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 19:52:20.778 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 19:52:20.778 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:20.778 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:20.779 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:20.779 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:20.779 INFO [WorkbenchTestable][AbstractServer] Clean server 'Server 1' 19:52:20.779 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:52:20.779 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:52:20.779 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:52:20.789 DEBUG [main][MenuItemLookup] Found menu:'New' 19:52:20.790 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 19:52:20.790 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:52:20.790 DEBUG [main][MenuItemLookup] Found menu:'' 19:52:20.790 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:52:20.790 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:52:20.790 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:52:20.790 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 19:52:20.790 DEBUG [main][MenuItemLookup] Found menu:'' 19:52:20.790 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 19:52:20.790 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 19:52:20.790 DEBUG [main][MenuItemLookup] Found menu:'Profile' 19:52:20.790 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 19:52:20.790 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 19:52:20.790 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 19:52:20.790 DEBUG [main][MenuItemLookup] Item match:Clean... 19:52:20.790 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Clean..." 19:52:20.790 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Clean... 19:52:20.790 INFO [main][MenuItemHandler] Select menu item: &Clean... 19:52:20.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 19:52:20.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 19:52:20.812 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 19:52:20.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:20.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:20.812 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:52:20.812 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:52:20.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:52:20.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:52:20.812 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 19:52:20.812 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:52:20.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:20.812 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:20.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:20.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:20.813 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:52:20.813 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:52:20.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:52:20.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:52:20.813 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:52:20.813 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:52:20.820 DEBUG [Worker-4: Publishing to Server 1...][AbstractWait] Wait for 1 seconds 19:52:20.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:52:20.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:52:20.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server publish finished... 19:52:21.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server publish finished finished successfully 19:52:21.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's publish state is 'Synchronized'... 19:52:21.840 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:21.840 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:21.841 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:21.841 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:22.342 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:22.342 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:22.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:22.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:22.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's publish state is 'Synchronized' finished successfully 19:52:22.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:52:22.343 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:52:22.343 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:52:22.343 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:52:22.343 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:52:22.343 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:52:22.343 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:52:22.343 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:52:22.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:52:22.343 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:52:22.343 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:22.343 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:22.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:22.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:22.344 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:22.344 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:22.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:22.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:22.344 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:22.344 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:22.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:22.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:22.345 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped, Synchronized] and wait with time period 1 19:52:22.345 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 19:52:22.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:52:22.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:52:22.846 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 19:52:22.846 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 19:52:22.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:52:23.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:52:23.347 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 19:52:23.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:23.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:23.350 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 19:52:23.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:23.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:23.353 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:52:23.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:23.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:23.353 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:52:23.353 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:52:23.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:23.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:23.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:23.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:23.355 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:52:23.355 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:23.355 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:23.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:23.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:52:23.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:52:23.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:52:23.357 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:23.357 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:23.357 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:23.357 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:23.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 19:52:23.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:23.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:23.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:23.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:23.357 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:52:23.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:23.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:23.359 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:52:23.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:23.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:23.360 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:52:23.360 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:52:23.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:23.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:23.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:23.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:23.362 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:52:23.362 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:23.362 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:23.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:23.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:52:23.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:52:23.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:52:23.371 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 19:52:23.371 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:23.372 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:23.372 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:23.372 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:23.372 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 19:52:23.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:23.372 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:23.372 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:23.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:23.372 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:52:23.373 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:23.374 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:23.374 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:52:23.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:23.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:23.375 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:52:23.375 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:52:23.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:23.375 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:23.377 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:23.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:23.377 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:52:23.377 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:23.377 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:23.378 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:23.378 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:52:23.378 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:52:23.378 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:52:23.379 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 19:52:23.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 19:52:23.880 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 19:52:23.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:52:23.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:52:23.880 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:52:23.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:23.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:23.880 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 19:52:23.880 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:52:23.880 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:52:23.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:52:23.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:52:23.881 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clean no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 19:52:23.881 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:52:23.881 INFO [WorkbenchTestable][RequirementsRunner] Started test: debug no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 19:52:23.881 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 19:52:23.881 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:52:23.881 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:52:23.881 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:52:23.881 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:23.881 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:23.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:23.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:52:23.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:52:23.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:52:23.883 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 19:52:23.883 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 19:52:23.883 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 19:52:23.895 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 19:52:23.895 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:23.895 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:23.896 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:23.896 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:23.896 INFO [WorkbenchTestable][AbstractServer] Start server in debug 'Server 1' 19:52:23.896 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:23.896 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:23.897 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:23.897 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:23.897 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:23.897 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:23.897 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:23.897 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:23.897 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Debug on server Server 1 19:52:23.897 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:23.897 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:23.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:23.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:23.898 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 19:52:23.898 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 19:52:23.898 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 19:52:23.901 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 19:52:23.901 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:52:23.901 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:52:23.901 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:52:23.913 DEBUG [main][MenuItemLookup] Found menu:'New' 19:52:23.913 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 19:52:23.913 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:52:23.913 DEBUG [main][MenuItemLookup] Found menu:'' 19:52:23.913 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:52:23.913 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:52:23.913 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:52:23.913 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 19:52:23.913 DEBUG [main][MenuItemLookup] Found menu:'' 19:52:23.913 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 19:52:23.913 DEBUG [main][MenuItemLookup] Item match:Debug Ctrl+Alt+D 19:52:23.913 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Debug Ctrl+Alt+D" 19:52:23.913 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Debug Ctrl+Alt+D 19:52:23.913 INFO [main][MenuItemHandler] Select menu item: &Debug Ctrl+Alt+D 19:52:23.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode debug... 19:52:23.915 DEBUG [Worker-0: Starting Server 1][AbstractWait] Wait for 1 seconds 19:52:25.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode debug finished successfully 19:52:25.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Debugging... 19:52:25.415 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:25.415 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:25.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:25.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:25.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Debugging finished successfully 19:52:25.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:52:25.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:52:25.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:52:25.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:52:25.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:52:25.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:52:25.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:52:25.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:52:25.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:52:25.416 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:25.416 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:25.417 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:25.417 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:25.417 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'DEBUGGING' 19:52:25.417 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:52:25.417 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:25.417 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:25.417 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:25.417 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:25.417 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:25.417 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:25.418 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:25.418 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:25.418 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Debugging, Synchronized] 19:52:25.418 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Debugging, Synchronized] 19:52:25.418 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Debugging, Synchronized] about selection 19:52:25.421 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Debugging, Synchronized] 19:52:25.422 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:25.422 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:25.422 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:25.422 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:25.422 INFO [WorkbenchTestable][AbstractServer] Start server in debug 'Server 1' 19:52:25.422 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:25.422 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:25.423 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:25.423 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:25.423 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:25.423 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:25.423 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:25.423 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:25.423 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:25.424 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:25.424 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:25.424 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:25.424 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Debugging, Synchronized] 19:52:25.424 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Debugging, Synchronized] 19:52:25.424 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Debugging, Synchronized] about selection 19:52:25.429 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Debugging, Synchronized] 19:52:25.430 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:25.430 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:25.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:25.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:25.430 INFO [WorkbenchTestable][AbstractServer] Stop server 'Server 1' 19:52:25.431 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:25.431 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:25.431 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:25.431 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:25.431 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:25.431 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:25.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:25.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:25.432 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Stop on server Server 1 19:52:25.432 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:25.432 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:25.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:25.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:25.432 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Debugging, Synchronized] 19:52:25.432 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Debugging, Synchronized] 19:52:25.432 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Debugging, Synchronized] about selection 19:52:25.435 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Debugging, Synchronized] 19:52:25.435 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:52:25.436 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:52:25.436 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:52:25.447 DEBUG [main][MenuItemLookup] Found menu:'New' 19:52:25.447 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 19:52:25.447 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:52:25.447 DEBUG [main][MenuItemLookup] Found menu:'' 19:52:25.447 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:52:25.447 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:52:25.447 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:52:25.447 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 19:52:25.447 DEBUG [main][MenuItemLookup] Found menu:'' 19:52:25.447 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 19:52:25.447 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 19:52:25.447 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 19:52:25.447 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 19:52:25.447 DEBUG [main][MenuItemLookup] Item match:Stop Ctrl+Alt+S 19:52:25.447 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"S&top Ctrl+Alt+S" 19:52:25.447 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Stop Ctrl+Alt+S 19:52:25.448 INFO [main][MenuItemHandler] Select menu item: S&top Ctrl+Alt+S 19:52:25.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4... 19:52:25.448 DEBUG [Worker-2: Stopping Server 1][AbstractWait] Wait for 1 seconds 19:52:26.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4 finished successfully 19:52:26.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped... 19:52:26.949 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:26.949 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:26.949 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:26.949 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:26.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped finished successfully 19:52:26.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:52:26.950 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:52:26.950 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:52:26.950 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:52:26.950 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:52:26.950 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:52:26.950 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:52:26.950 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:52:26.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:52:26.950 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:26.950 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:26.951 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:26.951 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:26.951 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STOPPED' 19:52:26.951 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:52:26.951 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:26.951 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:26.951 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:26.951 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:26.951 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped, Synchronized] and wait with time period 1 19:52:26.952 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 19:52:26.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:52:27.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:52:27.452 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 19:52:27.452 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 19:52:27.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:52:27.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:52:27.953 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 19:52:27.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:27.956 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:27.956 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 19:52:27.956 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:27.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:27.958 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:52:27.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:27.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:27.958 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:52:27.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') 19:52:27.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:27.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:27.960 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:27.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:27.960 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:52:27.960 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:27.960 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:27.961 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:27.961 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:52:27.961 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:52:27.961 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:52:27.962 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:27.962 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:27.962 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:27.962 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:27.962 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 19:52:27.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:27.962 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:27.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:27.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:27.963 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:52:27.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:27.965 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:27.965 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:52:27.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:27.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:27.965 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:52:27.965 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:52:27.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:27.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:27.967 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:27.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:27.967 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:52:27.967 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:27.967 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:27.968 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:27.968 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:52:27.968 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:52:27.968 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:52:27.969 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 19:52:27.969 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:27.969 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:27.969 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:27.969 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:27.969 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 19:52:27.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:27.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:27.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:27.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:27.970 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:52:27.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:27.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:27.980 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:52:27.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:27.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:27.981 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:52:27.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 '\*?\QServers\E') 19:52:27.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:27.981 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:27.983 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:27.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:27.983 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:52:27.983 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:27.983 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:27.983 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:27.983 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:52:27.983 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:52:27.983 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:52:27.984 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 19:52:27.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 19:52:28.485 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 19:52:28.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:52:28.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:52:28.485 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:52:28.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:28.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:28.486 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 19:52:28.486 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:52:28.486 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:52:28.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:52:28.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:52:28.486 INFO [WorkbenchTestable][RequirementsRunner] Finished test: debug no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 19:52:28.486 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:52:28.487 INFO [WorkbenchTestable][RequirementsRunner] Started test: start no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 19:52:28.487 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 19:52:28.487 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:52:28.487 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:52:28.487 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:52:28.496 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:28.496 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:28.496 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:28.496 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:52:28.496 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:52:28.496 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:52:28.497 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 19:52:28.497 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 19:52:28.498 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 19:52:28.511 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 19:52:28.511 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:28.511 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:28.512 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:28.512 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:28.512 INFO [WorkbenchTestable][AbstractServer] Start server Server 1 19:52:28.512 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:28.512 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:28.512 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:28.513 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:28.513 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:28.513 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:28.513 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:28.513 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:28.513 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Start on server Server 1 19:52:28.513 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:28.513 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:28.514 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:28.514 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:28.514 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 19:52:28.514 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 19:52:28.514 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 19:52:28.517 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 19:52:28.517 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:52:28.517 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:52:28.517 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:52:28.531 DEBUG [main][MenuItemLookup] Found menu:'New' 19:52:28.531 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 19:52:28.531 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:52:28.531 DEBUG [main][MenuItemLookup] Found menu:'' 19:52:28.531 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:52:28.531 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:52:28.531 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:52:28.531 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 19:52:28.531 DEBUG [main][MenuItemLookup] Found menu:'' 19:52:28.531 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 19:52:28.531 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 19:52:28.531 DEBUG [main][MenuItemLookup] Item match:Start Ctrl+Alt+R 19:52:28.531 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Start Ctrl+Alt+R" 19:52:28.531 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Start Ctrl+Alt+R 19:52:28.531 INFO [main][MenuItemHandler] Select menu item: &Start Ctrl+Alt+R 19:52:28.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run... 19:52:28.533 DEBUG [Worker-2: Starting Server 1][AbstractWait] Wait for 1 seconds 19:52:30.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run finished successfully 19:52:30.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started... 19:52:30.033 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:30.033 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:30.034 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:30.034 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:30.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started finished successfully 19:52:30.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:52:30.035 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:52:30.035 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:52:30.035 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:52:30.035 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:52:30.035 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:52:30.035 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:52:30.035 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:52:30.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:52:30.035 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:30.035 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:30.035 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:30.035 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:30.035 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STARTED' 19:52:30.035 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:52:30.035 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:30.035 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:30.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:30.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:30.036 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:30.036 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:30.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:30.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:30.037 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Started, Synchronized] 19:52:30.037 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Started, Synchronized] 19:52:30.037 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Started, Synchronized] about selection 19:52:30.040 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Started, Synchronized] 19:52:30.040 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:30.040 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:30.042 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:30.042 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:30.042 INFO [WorkbenchTestable][AbstractServer] Start server Server 1 19:52:30.042 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:30.043 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:30.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:30.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:30.043 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:30.043 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:30.044 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:30.044 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:30.044 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:30.044 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:30.044 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:30.044 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:30.044 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Started, Synchronized] 19:52:30.044 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Started, Synchronized] 19:52:30.044 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Started, Synchronized] about selection 19:52:30.048 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Started, Synchronized] 19:52:30.048 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:30.048 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:30.048 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:30.048 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:30.049 INFO [WorkbenchTestable][AbstractServer] Stop server 'Server 1' 19:52:30.049 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:30.049 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:30.049 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:30.049 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:30.049 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:30.049 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:30.050 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:30.050 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:30.050 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Stop on server Server 1 19:52:30.050 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:30.050 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:30.050 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:30.050 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:30.050 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Started, Synchronized] 19:52:30.050 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Started, Synchronized] 19:52:30.050 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Started, Synchronized] about selection 19:52:30.053 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Started, Synchronized] 19:52:30.053 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:52:30.054 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:52:30.054 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:52:30.065 DEBUG [main][MenuItemLookup] Found menu:'New' 19:52:30.065 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 19:52:30.065 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:52:30.065 DEBUG [main][MenuItemLookup] Found menu:'' 19:52:30.065 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:52:30.065 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:52:30.065 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:52:30.065 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 19:52:30.065 DEBUG [main][MenuItemLookup] Found menu:'' 19:52:30.065 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 19:52:30.065 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 19:52:30.065 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 19:52:30.065 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 19:52:30.065 DEBUG [main][MenuItemLookup] Item match:Stop Ctrl+Alt+S 19:52:30.065 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"S&top Ctrl+Alt+S" 19:52:30.065 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Stop Ctrl+Alt+S 19:52:30.065 INFO [main][MenuItemHandler] Select menu item: S&top Ctrl+Alt+S 19:52:30.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4... 19:52:30.066 DEBUG [Worker-5: Stopping Server 1][AbstractWait] Wait for 1 seconds 19:52:31.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4 finished successfully 19:52:31.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped... 19:52:31.567 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:31.567 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:31.568 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:31.568 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:31.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped finished successfully 19:52:31.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:52:31.568 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:52:31.568 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:52:31.568 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:52:31.568 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:52:31.568 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:52:31.568 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:52:31.568 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:52:31.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:52:31.568 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:31.568 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:31.569 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:31.569 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:31.569 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STOPPED' 19:52:31.569 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:52:31.569 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:31.569 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:31.570 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:31.570 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:31.570 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped, Synchronized] and wait with time period 1 19:52:31.570 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 19:52:31.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:52:32.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:52:32.070 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 19:52:32.071 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 19:52:32.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:52:32.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:52:32.571 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 19:52:32.572 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:32.574 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:32.574 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 19:52:32.574 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:32.576 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:32.576 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:52:32.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:32.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:32.576 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:52:32.576 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:52:32.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:32.576 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:32.578 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:32.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:32.578 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:52:32.579 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:32.579 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:32.579 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:32.579 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:52:32.579 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:52:32.579 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:52:32.580 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:32.580 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:32.581 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:32.581 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:32.581 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 19:52:32.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:32.581 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:32.581 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:32.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:32.581 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:52:32.582 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:32.583 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:32.583 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:52:32.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:32.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:32.584 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:52:32.584 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:52:32.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:32.584 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:32.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:32.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:32.586 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:52:32.586 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:32.586 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:32.586 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:32.586 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:52:32.586 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:52:32.586 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:52:32.587 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 19:52:32.587 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:32.587 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:32.587 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:32.588 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:32.588 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 19:52:32.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:32.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:32.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:32.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:32.588 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:52:32.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:32.598 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:32.598 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:52:32.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:32.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:32.599 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:52:32.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 '\*?\QServers\E') 19:52:32.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:32.599 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:32.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:32.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:32.601 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:52:32.601 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:32.601 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:32.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:32.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:52:32.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:52:32.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:52:32.603 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 19:52:32.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 19:52:33.103 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 19:52:33.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:52:33.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:52:33.103 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:52:33.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:33.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:33.104 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 19:52:33.104 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:52:33.104 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:52:33.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:52:33.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:52:33.114 INFO [WorkbenchTestable][RequirementsRunner] Finished test: start no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 19:52:33.114 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:52:33.114 INFO [WorkbenchTestable][RequirementsRunner] Started test: openServer no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 19:52:33.114 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 19:52:33.114 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:52:33.114 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:52:33.114 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:52:33.114 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:33.114 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:33.115 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:33.115 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:52:33.115 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:52:33.115 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:52:33.116 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 19:52:33.116 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 19:52:33.116 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 19:52:33.120 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 19:52:33.120 INFO [WorkbenchTestable][AbstractServer] Open server's editor 19:52:33.121 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:52:33.121 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:52:33.138 DEBUG [main][MenuItemLookup] Found menu:'New' 19:52:33.138 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 19:52:33.138 DEBUG [main][MenuItemLookup] Item match:Open F3 19:52:33.139 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Open F3" 19:52:33.139 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Open F3 19:52:33.139 INFO [main][MenuItemHandler] Select menu item: Open F3 19:52:33.243 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:33.243 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:33.259 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:33.259 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:33.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7dc6bb31 is found... 19:52:33.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7dc6bb31 is found finished successfully 19:52:33.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServer 1\E') 19:52:33.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:33.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:33.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:33.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:33.262 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:52:33.262 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part Server 1 19:52:33.286 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:33.286 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:33.286 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 19:52:33.286 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 19:52:33.288 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:33.288 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:33.295 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:33.295 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:33.295 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:33.295 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:33.296 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:33.296 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:33.296 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:33.296 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:33.296 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:33.296 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:33.296 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped, Synchronized] and wait with time period 1 19:52:33.297 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 19:52:33.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:52:33.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:52:33.797 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 19:52:33.798 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 19:52:33.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:52:34.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:52:34.299 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 19:52:34.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:34.304 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:34.304 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 19:52:34.304 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:34.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:34.309 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 19:52:34.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:34.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:34.309 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 19:52:34.309 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:52:34.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:34.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:34.313 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:34.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:34.313 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:52:34.313 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:34.314 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:34.314 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:34.314 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 19:52:34.314 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:52:34.314 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:52:34.325 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:34.325 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:34.326 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:34.326 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:34.326 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 19:52:34.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:34.326 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:34.326 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:34.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:34.326 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:52:34.326 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:34.330 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:34.330 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 19:52:34.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:34.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:34.330 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 19:52:34.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 19:52:34.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:34.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:34.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:34.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:34.345 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:52:34.345 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:34.345 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:34.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:34.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 19:52:34.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:52:34.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:52:34.347 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 19:52:34.347 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:34.347 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:34.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:34.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:34.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.cnf.ServersView2, index 0 and no matchers specified 19:52:34.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:34.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:34.347 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:34.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:34.347 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:52:34.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:34.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:34.361 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 19:52:34.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:34.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:34.362 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 19:52:34.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 '\*?\QServers\E') 19:52:34.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:34.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:34.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:34.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:34.378 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:52:34.378 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:34.378 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:34.378 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:34.378 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 19:52:34.378 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:52:34.378 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:52:34.380 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 19:52:34.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 19:52:34.880 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 19:52:34.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:52:34.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:52:34.881 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 19:52:34.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:34.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:34.881 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 19:52:34.881 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:52:34.881 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:52:34.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:52:34.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:52:34.881 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openServer no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 19:52:34.881 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:52:34.882 INFO [WorkbenchTestable][RequirementsRunner] Started test: restartInDebug no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 19:52:34.882 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 19:52:34.882 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:52:34.882 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:52:34.882 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:52:34.882 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:34.882 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:34.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:34.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 19:52:34.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:52:34.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:52:34.883 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 19:52:34.883 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 19:52:34.884 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 19:52:34.888 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 19:52:34.888 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:34.888 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:34.889 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:34.889 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:34.889 INFO [WorkbenchTestable][AbstractServer] Start server in debug 'Server 1' 19:52:34.889 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:34.889 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:34.889 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:34.890 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:34.890 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:34.890 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:34.890 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:34.890 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:34.890 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Debug on server Server 1 19:52:34.890 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:34.890 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:34.890 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:34.891 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:34.891 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 19:52:34.891 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 19:52:34.891 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 19:52:34.894 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 19:52:34.894 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:52:34.894 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:52:34.894 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:52:34.915 DEBUG [main][MenuItemLookup] Found menu:'New' 19:52:34.915 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 19:52:34.915 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:52:34.915 DEBUG [main][MenuItemLookup] Found menu:'' 19:52:34.915 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:52:34.915 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:52:34.915 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:52:34.915 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 19:52:34.915 DEBUG [main][MenuItemLookup] Found menu:'' 19:52:34.915 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 19:52:34.915 DEBUG [main][MenuItemLookup] Item match:Debug Ctrl+Alt+D 19:52:34.915 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Debug Ctrl+Alt+D" 19:52:34.915 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Debug Ctrl+Alt+D 19:52:34.915 INFO [main][MenuItemHandler] Select menu item: &Debug Ctrl+Alt+D 19:52:34.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode debug... 19:52:34.917 DEBUG [Worker-6: Starting Server 1][AbstractWait] Wait for 1 seconds 19:52:36.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode debug finished successfully 19:52:36.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Debugging... 19:52:36.417 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:36.418 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:36.418 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:36.418 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:36.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Debugging finished successfully 19:52:36.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:52:36.418 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:52:36.418 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:52:36.418 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:52:36.418 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:52:36.418 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:52:36.418 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:52:36.418 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:52:36.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:52:36.419 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:36.419 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:36.419 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:36.419 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:36.419 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'DEBUGGING' 19:52:36.419 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:52:36.419 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:36.419 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:36.420 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:36.420 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:36.420 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Debugging, Synchronized] 19:52:36.420 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Debugging, Synchronized] 19:52:36.420 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Debugging, Synchronized] about selection 19:52:36.423 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Debugging, Synchronized] 19:52:36.423 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:36.423 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:36.424 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:36.424 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:36.424 INFO [WorkbenchTestable][AbstractServer] Restart server in debug 'Server 1' 19:52:36.424 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:36.424 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:36.425 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:36.425 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:36.425 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:36.425 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:36.425 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:36.425 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:36.426 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Restart in Debug on server Server 1 19:52:36.426 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:36.426 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:36.426 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:36.426 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:36.426 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Debugging, Synchronized] 19:52:36.426 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Debugging, Synchronized] 19:52:36.426 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Debugging, Synchronized] about selection 19:52:36.429 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Debugging, Synchronized] 19:52:36.429 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:52:36.430 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:52:36.430 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:52:36.441 DEBUG [main][MenuItemLookup] Found menu:'New' 19:52:36.441 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 19:52:36.441 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:52:36.441 DEBUG [main][MenuItemLookup] Found menu:'' 19:52:36.441 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:52:36.441 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:52:36.441 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:52:36.441 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 19:52:36.441 DEBUG [main][MenuItemLookup] Found menu:'' 19:52:36.441 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 19:52:36.441 DEBUG [main][MenuItemLookup] Item match:Restart in Debug Ctrl+Alt+D 19:52:36.441 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Restart in Debug Ctrl+Alt+D" 19:52:36.441 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Restart in Debug Ctrl+Alt+D 19:52:36.442 INFO [main][MenuItemHandler] Select menu item: Restart in Debug Ctrl+Alt+D 19:52:36.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode debug... 19:52:36.442 DEBUG [Worker-4: Stopping Server 1][AbstractWait] Wait for 1 seconds 19:52:37.448 DEBUG [Worker-6: Starting Server 1][AbstractWait] Wait for 1 seconds 19:52:38.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode debug finished successfully 19:52:38.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Debugging... 19:52:38.943 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:38.943 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:38.944 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:38.944 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:38.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Debugging finished successfully 19:52:38.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:52:38.944 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:52:38.944 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:52:38.944 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:52:38.944 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:52:38.944 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:52:38.944 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:52:38.944 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:52:38.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:52:38.945 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:38.945 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:38.945 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:38.945 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:38.945 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'DEBUGGING' 19:52:38.945 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:52:38.946 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:38.946 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:38.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:38.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:38.946 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:38.946 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:38.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:38.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:38.946 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Debugging, Synchronized] 19:52:38.946 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Debugging, Synchronized] 19:52:38.947 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Debugging, Synchronized] about selection 19:52:38.950 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Debugging, Synchronized] 19:52:38.952 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:38.952 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:38.952 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:38.953 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:38.953 INFO [WorkbenchTestable][AbstractServer] Stop server 'Server 1' 19:52:38.953 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:38.953 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:38.953 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:38.953 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:38.954 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:38.954 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:38.954 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:38.954 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:38.954 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Stop on server Server 1 19:52:38.954 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:38.954 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:38.955 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:38.955 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:38.955 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Debugging, Synchronized] 19:52:38.955 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Debugging, Synchronized] 19:52:38.955 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Debugging, Synchronized] about selection 19:52:38.958 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Debugging, Synchronized] 19:52:38.958 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:52:38.958 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:52:38.958 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:52:38.970 DEBUG [main][MenuItemLookup] Found menu:'New' 19:52:38.970 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 19:52:38.970 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:52:38.970 DEBUG [main][MenuItemLookup] Found menu:'' 19:52:38.970 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:52:38.970 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:52:38.970 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:52:38.970 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 19:52:38.970 DEBUG [main][MenuItemLookup] Found menu:'' 19:52:38.970 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 19:52:38.970 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 19:52:38.970 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 19:52:38.970 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 19:52:38.970 DEBUG [main][MenuItemLookup] Item match:Stop Ctrl+Alt+S 19:52:38.970 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"S&top Ctrl+Alt+S" 19:52:38.970 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Stop Ctrl+Alt+S 19:52:38.970 INFO [main][MenuItemHandler] Select menu item: S&top Ctrl+Alt+S 19:52:38.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4... 19:52:38.970 DEBUG [Worker-7: Stopping Server 1][AbstractWait] Wait for 1 seconds 19:52:39.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4 finished successfully 19:52:39.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped... 19:52:39.976 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:39.976 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:39.976 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:39.976 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:40.477 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:40.477 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:40.478 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:40.478 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:40.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped finished successfully 19:52:40.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:52:40.479 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:52:40.479 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:52:40.479 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:52:40.479 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:52:40.479 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:52:40.479 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:52:40.479 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:52:40.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:52:40.479 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:40.479 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:40.479 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:40.479 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:40.479 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STOPPED' 19:52:40.479 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:52:40.479 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:40.479 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:40.480 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:40.480 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:40.480 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 19:52:40.480 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 19:52:40.480 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 19:52:40.485 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 19:52:40.485 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:40.485 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:40.485 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:40.486 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:40.486 INFO [WorkbenchTestable][AbstractServer] Restart server in debug 'Server 1' 19:52:40.486 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:40.486 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:40.486 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:40.486 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:40.486 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:40.486 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:40.487 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:40.487 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:40.487 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:40.487 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:40.487 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:40.487 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:40.487 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped, Synchronized] and wait with time period 1 19:52:40.487 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 19:52:40.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:52:40.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:52:40.988 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 19:52:40.989 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 19:52:40.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:52:41.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:52:41.489 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 19:52:41.490 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:41.494 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:41.494 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 19:52:41.494 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:41.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:41.498 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 19:52:41.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:41.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:41.498 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 19:52:41.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 '\*?\QServers\E') 19:52:41.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:41.498 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:41.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:41.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:41.502 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:52:41.503 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:41.503 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:41.503 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:41.503 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 19:52:41.503 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:52:41.503 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:52:41.504 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:41.504 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:41.505 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:41.505 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:41.505 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 19:52:41.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:41.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:41.505 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:41.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:41.505 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:52:41.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:41.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:41.509 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 19:52:41.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:41.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:41.509 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 19:52:41.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') 19:52:41.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:41.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:41.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:41.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:41.524 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:52:41.524 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:41.524 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:41.524 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:41.524 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 19:52:41.524 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:52:41.524 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:52:41.526 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 19:52:41.526 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:41.526 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:41.526 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:41.526 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:41.526 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 19:52:41.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:41.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:41.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:41.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:41.526 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:52:41.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:41.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:41.541 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 19:52:41.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:41.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:41.541 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 19:52:41.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 '\*?\QServers\E') 19:52:41.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:41.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:41.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:41.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:41.545 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:52:41.545 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:41.545 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:41.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:41.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 19:52:41.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:52:41.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:52:41.557 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 19:52:41.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 19:52:42.058 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 19:52:42.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:52:42.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:52:42.058 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 19:52:42.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:42.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:42.059 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 19:52:42.059 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:52:42.059 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:52:42.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:52:42.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:52:42.059 INFO [WorkbenchTestable][RequirementsRunner] Finished test: restartInDebug no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 19:52:42.059 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:52:42.059 INFO [WorkbenchTestable][RequirementsRunner] Started test: getModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 19:52:42.059 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 19:52:42.059 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:52:42.059 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:52:42.059 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:52:42.060 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:42.060 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:42.060 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:42.060 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 19:52:42.060 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:52:42.060 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:52:42.061 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 19:52:42.061 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 19:52:42.062 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 19:52:42.066 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 19:52:42.066 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 19:52:42.066 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:52:42.066 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:52:42.086 DEBUG [main][MenuItemLookup] Found menu:'New' 19:52:42.086 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 19:52:42.086 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:52:42.086 DEBUG [main][MenuItemLookup] Found menu:'' 19:52:42.086 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:52:42.086 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:52:42.086 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:52:42.086 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 19:52:42.086 DEBUG [main][MenuItemLookup] Found menu:'' 19:52:42.086 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 19:52:42.086 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 19:52:42.086 DEBUG [main][MenuItemLookup] Found menu:'Profile' 19:52:42.086 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 19:52:42.086 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 19:52:42.086 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 19:52:42.086 DEBUG [main][MenuItemLookup] Found menu:'' 19:52:42.086 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 19:52:42.086 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 19:52:42.086 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 19:52:42.086 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 19:52:42.086 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 19:52:42.132 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.... 19:52:42.132 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:52:42.132 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:52:42.132 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 19:52:42.133 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 19:52:42.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:42.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:42.134 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 >>") 19:52:42.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:42.134 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:42.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:42.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:42.134 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:52:42.134 INFO [WorkbenchTestable][AbstractButton] Click button Add A&ll >> 19:52:42.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:52:42.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:52:42.135 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:52:42.135 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:52:42.136 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 19:52:42.137 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) 19:52:42.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:42.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:42.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:42.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:42.143 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:52:42.143 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:52:42.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:52:42.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:52:42.143 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:52:42.143 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:52:42.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 19:52:42.146 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 19:52:42.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 19:52:42.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:52:42.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:52:42.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:52:42.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:52:42.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:52:42.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:52:42.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:52:42.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:52:42.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:52:42.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:52:42.647 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:42.647 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:42.647 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:42.648 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:42.648 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped] and wait with time period 1 19:52:42.648 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped] 19:52:42.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:52:42.648 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server 1 [Stopped] is already expanded. No action performed 19:52:42.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:52:42.648 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped] 19:52:42.648 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped] 19:52:42.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:52:42.648 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server 1 [Stopped] is already expanded. No action performed 19:52:42.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:52:42.648 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped] 19:52:42.648 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:52:42.650 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:52:42.650 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:52:42.650 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:42.650 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:42.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:42.651 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:42.651 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 19:52:42.651 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 19:52:42.651 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 19:52:42.655 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 19:52:42.656 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:42.656 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:42.656 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:42.656 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:42.656 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 19:52:42.656 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 19:52:42.657 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 19:52:42.663 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 19:52:42.664 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:42.664 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:42.664 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:42.664 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:42.664 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped] and wait with time period 1 19:52:42.664 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped] 19:52:42.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:52:42.665 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server 1 [Stopped] is already expanded. No action performed 19:52:42.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:52:42.665 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped] 19:52:42.665 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped] 19:52:42.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:52:42.665 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server 1 [Stopped] is already expanded. No action performed 19:52:42.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:52:42.665 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped] 19:52:42.665 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:52:42.665 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:52:42.665 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:52:42.665 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:42.665 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:42.666 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:42.666 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:42.666 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 19:52:42.666 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 19:52:42.666 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 19:52:42.669 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 19:52:42.669 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:42.669 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:42.670 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:42.670 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:42.670 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 19:52:42.670 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 19:52:42.670 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 19:52:42.673 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 19:52:42.674 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:42.674 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:42.674 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:42.674 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:42.674 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 19:52:42.674 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 19:52:42.674 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 19:52:42.680 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 19:52:42.680 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:42.680 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:42.680 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:42.681 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:42.681 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 19:52:42.681 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 19:52:42.681 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 19:52:42.684 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 19:52:42.684 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:42.684 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:42.685 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:42.685 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:42.685 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:42.685 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:42.685 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:42.685 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:42.685 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped] and wait with time period 1 19:52:42.685 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped] 19:52:42.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:52:42.685 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server 1 [Stopped] is already expanded. No action performed 19:52:42.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:52:42.685 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped] 19:52:42.686 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped] 19:52:42.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:52:42.686 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server 1 [Stopped] is already expanded. No action performed 19:52:42.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:52:42.686 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped] 19:52:42.686 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:52:42.686 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:52:42.686 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:52:42.686 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:42.686 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:42.686 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:42.686 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:42.686 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped] 19:52:42.686 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped] 19:52:42.686 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped] about selection 19:52:42.690 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped] 19:52:42.690 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 19:52:42.690 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:52:42.690 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:52:42.703 DEBUG [main][MenuItemLookup] Found menu:'New' 19:52:42.703 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 19:52:42.703 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:52:42.703 DEBUG [main][MenuItemLookup] Found menu:'' 19:52:42.703 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:52:42.703 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:52:42.703 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:52:42.703 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 19:52:42.703 DEBUG [main][MenuItemLookup] Found menu:'' 19:52:42.703 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 19:52:42.703 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 19:52:42.703 DEBUG [main][MenuItemLookup] Found menu:'Profile' 19:52:42.703 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 19:52:42.703 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 19:52:42.703 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 19:52:42.703 DEBUG [main][MenuItemLookup] Found menu:'' 19:52:42.703 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 19:52:42.703 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 19:52:42.703 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 19:52:42.703 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 19:52:42.703 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 19:52:42.748 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.... 19:52:42.748 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:52:42.748 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:52:42.748 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 19:52:42.748 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 19:52:42.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:42.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:42.749 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") 19:52:42.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:42.749 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:42.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:42.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:42.749 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:52:42.749 INFO [WorkbenchTestable][AbstractButton] Click button << Re&move All 19:52:42.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:52:42.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:52:42.749 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:52:42.749 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:52:42.751 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 19:52:42.751 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) 19:52:42.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:42.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:42.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:42.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:42.752 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:52:42.752 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:52:42.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:52:42.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:52:42.752 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:52:42.752 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:52:42.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 19:52:42.776 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 1 19:52:42.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 19:52:42.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 19:52:42.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 19:52:42.776 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 19:52:42.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:42.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:42.777 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) 19:52:42.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:42.777 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:42.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:42.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:42.777 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:52:42.777 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:52:42.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:52:42.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:52:42.777 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:52:42.777 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:52:42.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 19:52:42.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 19:52:42.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:52:43.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:52:43.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:52:43.301 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 19:52:43.301 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 19:52:43.301 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:52:43.301 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:52:43.301 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:52:43.301 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:52:43.301 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:52:43.301 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:52:43.301 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:52:43.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:52:43.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:43.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:43.306 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 19:52:43.306 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:43.310 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:43.310 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 19:52:43.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:43.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:43.310 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 19:52:43.310 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:52:43.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:43.310 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:43.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:43.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:43.314 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:52:43.314 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:43.314 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:43.315 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:43.315 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 19:52:43.315 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:52:43.315 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:52:43.316 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:43.316 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:43.316 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:43.316 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:43.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 19:52:43.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:43.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:43.317 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:43.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:43.317 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:52:43.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:43.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:43.321 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 19:52:43.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:43.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:43.321 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 19:52:43.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') 19:52:43.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:43.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:43.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:43.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:43.336 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:52:43.336 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:43.336 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:43.336 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:43.336 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 19:52:43.336 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:52:43.336 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:52:43.337 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 19:52:43.337 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:43.337 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:43.338 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:43.338 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:43.338 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 19:52:43.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:43.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:43.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:43.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:43.338 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:52:43.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:43.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:43.352 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 19:52:43.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:43.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:43.353 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 19:52:43.353 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:52:43.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:43.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:43.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:43.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:43.357 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:52:43.357 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:43.357 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:43.368 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:43.368 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 19:52:43.368 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:52:43.368 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:52:43.369 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 19:52:43.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 19:52:43.870 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 19:52:43.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:52:43.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:52:43.870 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 19:52:43.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:43.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:43.871 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 19:52:43.871 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:52:43.871 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:52:43.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:52:43.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:52:43.871 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 19:52:43.871 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:52:43.871 INFO [WorkbenchTestable][RequirementsRunner] Started test: delete_runningServerAndStop no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 19:52:43.871 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 19:52:43.871 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:52:43.871 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:52:43.871 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:52:43.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:43.886 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:43.886 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 19:52:43.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:43.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:43.890 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 19:52:43.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:43.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:43.890 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 19:52:43.890 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:52:43.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:43.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:43.894 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:43.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:43.894 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:52:43.894 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:43.894 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:43.895 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:43.895 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 19:52:43.895 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:52:43.895 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:52:43.896 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:43.896 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:43.896 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:43.896 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:43.896 INFO [WorkbenchTestable][ServersView2] Create new server 19:52:43.896 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:52:43.896 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:52:43.917 DEBUG [main][MenuItemLookup] Found menu:'New' 19:52:43.917 DEBUG [main][MenuItemLookup] Item match:New 19:52:43.917 DEBUG [main][MenuItemLookup] Found menu:'Server' 19:52:43.917 DEBUG [main][MenuItemLookup] Item match:Server 19:52:43.918 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 19:52:43.918 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 19:52:43.918 INFO [main][MenuItemHandler] Select menu item: Server 19:52:43.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 19:52:43.992 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 19:52:43.992 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 19:52:43.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:43.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:43.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:52:43.993 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:52:43.993 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:52:43.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:52:43.993 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:52:43.993 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:52:43.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 Server"] 19:52:43.993 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:52:43.993 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:52:43.994 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 19:52:43.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:43.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:43.994 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 19:52:43.994 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:52:43.995 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 19:52:43.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:43.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:43.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:43.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:43.996 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:52:43.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 19:52:43.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 19:52:43.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server]... 19:52:43.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:52:43.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:52:43.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 19:52:43.998 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 19:52:43.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:52:43.998 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 19:52:43.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:52:43.998 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 19:52:43.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 19:52:43.998 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 19:52:43.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:52:43.998 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 19:52:43.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:52:43.998 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 19:52:43.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server] finished successfully 19:52:43.998 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 19:52:43.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:43.998 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:43.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:43.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:43.998 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:52:43.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:52:43.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:52:43.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 19:52:43.999 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 19:52:43.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:52:43.999 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 19:52:43.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:52:43.999 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 19:52:43.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 19:52:43.999 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 19:52:43.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:52:43.999 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 19:52:43.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:52:43.999 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 19:52:43.999 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test server 19:52:43.999 DEBUG [main][TreeItemHandler] Selecting tree item: Test server 19:52:43.999 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test server about selection 19:52:44.000 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test server 19:52:44.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) 19:52:44.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:44.000 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:44.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:44.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:44.001 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:52:44.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:52:44.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:52:44.501 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:") 19:52:44.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:44.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:44.505 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:44.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:44.505 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:52:44.505 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:52:44.505 INFO [WorkbenchTestable][AbstractText] Text set to: Server 2 19:52:44.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 19:52:44.505 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 19:52:44.505 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 19:52:45.006 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 19:52:45.006 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 19:52:45.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 19:52:45.506 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 19:52:45.506 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 19:52:45.507 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) 19:52:45.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:45.507 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:45.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:45.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:45.508 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:52:45.511 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:52:45.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:52:45.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:52:45.511 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:52:45.511 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:52:45.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:52:46.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:52:46.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:52:46.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:52:46.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:52:46.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:52:46.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:52:46.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:52:46.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:52:46.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:52:46.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:52:46.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:46.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:46.021 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 19:52:46.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:46.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:46.025 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 19:52:46.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:46.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:46.025 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 19:52:46.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') 19:52:46.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:46.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:46.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:46.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:46.029 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:52:46.029 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:46.029 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:46.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:46.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 19:52:46.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:52:46.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:52:46.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server 2... 19:52:46.031 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:46.031 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:46.031 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:46.031 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:46.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 19:52:46.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:46.031 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:46.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:46.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:46.032 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:52:46.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:46.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:46.036 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 19:52:46.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:46.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:46.036 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 19:52:46.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 '\*?\QServers\E') 19:52:46.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:46.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:46.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:46.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:46.040 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:52:46.040 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:46.040 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:46.040 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:46.040 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 19:52:46.040 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:52:46.040 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:52:46.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:46.056 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:46.056 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 19:52:46.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:46.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:46.056 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 19:52:46.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 '\*?\QServers\E') 19:52:46.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:46.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:46.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:46.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:46.061 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:52:46.061 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:46.061 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:46.061 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:46.061 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 19:52:46.061 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:52:46.061 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:52:46.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server 2 finished successfully 19:52:46.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:46.067 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:46.067 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 19:52:46.067 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:46.081 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:46.081 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 19:52:46.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:46.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:46.081 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 19:52:46.082 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:52:46.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:46.082 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:46.096 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:46.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:46.096 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:52:46.096 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:46.096 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:46.097 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:46.097 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 19:52:46.097 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:52:46.097 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:52:46.098 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:46.098 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:46.098 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:46.098 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:46.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 19:52:46.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:46.099 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:46.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:46.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:46.099 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:52:46.099 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:46.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:46.114 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 19:52:46.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:46.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:46.115 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 19:52:46.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 '\*?\QServers\E') 19:52:46.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:46.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:46.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:46.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:46.131 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:52:46.131 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:46.131 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:46.132 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:46.132 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 19:52:46.132 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:52:46.132 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:52:46.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:46.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:46.148 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 19:52:46.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:46.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:46.148 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 19:52:46.148 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:52:46.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:46.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:46.163 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:46.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:46.163 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:52:46.164 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:46.164 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:46.164 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:46.164 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 19:52:46.164 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:52:46.164 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:52:46.166 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:46.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:46.180 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 19:52:46.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:46.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:46.181 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 19:52:46.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') 19:52:46.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:46.181 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:46.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:46.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:46.196 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:52:46.196 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:46.196 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:46.196 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:46.196 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 19:52:46.196 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:52:46.196 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:52:46.197 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 2 [Stopped] 19:52:46.197 DEBUG [main][TreeItemHandler] Selecting tree item: Server 2 [Stopped] 19:52:46.198 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 2 [Stopped] about selection 19:52:46.201 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 2 [Stopped] 19:52:46.201 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:46.202 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:46.202 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:46.213 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:46.213 INFO [WorkbenchTestable][AbstractServer] Start server Server 2 19:52:46.213 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:46.213 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:46.213 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:46.214 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:46.214 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:46.214 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:46.214 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:46.214 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:46.215 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Start on server Server 2 19:52:46.215 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:46.215 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:46.215 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:46.215 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:46.215 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 2 [Stopped] 19:52:46.215 DEBUG [main][TreeItemHandler] Selecting tree item: Server 2 [Stopped] 19:52:46.215 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 2 [Stopped] about selection 19:52:46.221 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 2 [Stopped] 19:52:46.221 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:52:46.221 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:52:46.221 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:52:46.232 DEBUG [main][MenuItemLookup] Found menu:'New' 19:52:46.232 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 19:52:46.232 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:52:46.232 DEBUG [main][MenuItemLookup] Found menu:'' 19:52:46.232 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:52:46.232 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:52:46.232 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:52:46.232 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 19:52:46.232 DEBUG [main][MenuItemLookup] Found menu:'' 19:52:46.232 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 19:52:46.232 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 19:52:46.232 DEBUG [main][MenuItemLookup] Item match:Start Ctrl+Alt+R 19:52:46.232 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Start Ctrl+Alt+R" 19:52:46.232 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Start Ctrl+Alt+R 19:52:46.232 INFO [main][MenuItemHandler] Select menu item: &Start Ctrl+Alt+R 19:52:46.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run... 19:52:46.233 DEBUG [Worker-1: Publishing to Server 2...][AbstractWait] Wait for 1 seconds 19:52:47.243 DEBUG [Worker-1: Starting Server 2][AbstractWait] Wait for 1 seconds 19:52:48.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run finished successfully 19:52:48.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started... 19:52:48.734 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:48.734 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:48.735 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:48.735 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:48.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started finished successfully 19:52:48.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:52:48.735 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:52:48.735 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:52:48.735 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:52:48.735 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:52:48.735 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:52:48.735 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:52:48.735 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:52:48.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:52:48.735 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:48.735 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:48.736 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:48.736 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:48.736 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STARTED' 19:52:48.736 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:52:48.736 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:48.736 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:48.736 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:48.736 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:48.737 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 2 [Started, Synchronized] 19:52:48.737 DEBUG [main][TreeItemHandler] Selecting tree item: Server 2 [Started, Synchronized] 19:52:48.737 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 2 [Started, Synchronized] about selection 19:52:48.740 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 2 [Started, Synchronized] 19:52:48.740 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:48.740 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:48.740 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:48.740 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:48.741 INFO [WorkbenchTestable][AbstractServer] Delete server 'Server 2'. Stop server first: true 19:52:48.741 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:48.741 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:48.741 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:48.741 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:48.741 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:52:48.741 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:52:48.753 DEBUG [main][MenuItemLookup] Found menu:'New' 19:52:48.753 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 19:52:48.753 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:52:48.753 DEBUG [main][MenuItemLookup] Found menu:'' 19:52:48.753 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:52:48.753 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:52:48.753 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:52:48.753 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:52:48.753 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 19:52:48.753 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:52:48.753 INFO [main][MenuItemHandler] Select menu item: Delete Delete 19:52:48.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 19:52:48.777 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 19:52:48.777 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 19:52:48.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:48.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:48.777 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 19:52:48.777 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:52:48.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:52:48.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:52:48.777 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 19:52:48.777 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:52:48.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:48.777 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:48.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:48.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:48.777 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:52:48.777 INFO [WorkbenchTestable][CheckBox] Select checkbox Stop server(s) before deleting 19:52:48.777 DEBUG [WorkbenchTestable][CheckBox] Checkbox Stop server(s) before deleting already selected, no action performed 19:52:48.777 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:52:48.777 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:52:48.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:52:48.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:52:48.778 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 19:52:48.778 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:52:48.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:48.778 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:48.778 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:48.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:48.778 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:52:48.778 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:52:48.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:52:48.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:52:48.778 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:52:48.778 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:52:48.779 DEBUG [Worker-0: Stopping Server 2][AbstractWait] Wait for 1 seconds 19:52:48.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:52:48.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:52:48.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:48.808 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:48.808 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 19:52:48.809 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:48.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:48.813 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 19:52:48.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:48.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:48.813 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 19:52:48.813 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:52:48.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:48.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:48.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:48.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:48.829 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:52:48.829 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:48.829 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:48.829 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:48.829 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 19:52:48.829 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:52:48.829 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:52:48.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server 2... 19:52:48.830 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:48.831 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:48.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:48.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:48.831 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 19:52:48.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:48.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:48.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:48.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:48.831 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:52:48.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:48.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:48.847 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 19:52:48.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:48.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:48.847 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 19:52:48.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') 19:52:48.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:48.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:48.881 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:48.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:48.881 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:52:48.882 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:48.882 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:48.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:48.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 19:52:48.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:52:48.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:52:48.883 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:48.887 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:48.887 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 19:52:48.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:48.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:48.888 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 19:52:48.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 19:52:48.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:48.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:48.892 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:48.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:48.892 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:52:48.892 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:48.892 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:48.892 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:48.893 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 19:52:48.893 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:52:48.893 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:52:49.394 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:49.395 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:49.395 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:49.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:49.396 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 19:52:49.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:49.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:49.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:49.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:49.396 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:52:49.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:49.401 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:49.401 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 19:52:49.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:49.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:49.401 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 19:52:49.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 '\*?\QServers\E') 19:52:49.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:49.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:49.406 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:49.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:49.406 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:52:49.406 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:49.406 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:49.406 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:49.406 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 19:52:49.406 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:52:49.406 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:52:49.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:49.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:49.412 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 19:52:49.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:49.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:49.412 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 19:52:49.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 '\*?\QServers\E') 19:52:49.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:49.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:49.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:49.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:49.427 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:52:49.427 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:49.427 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:49.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:49.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 19:52:49.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:52:49.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:52:49.930 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:49.930 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:49.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:49.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:49.931 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 19:52:49.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:49.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:49.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:49.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:49.931 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:52:49.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:49.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:49.935 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 19:52:49.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:49.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:49.936 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 19:52:49.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 '\*?\QServers\E') 19:52:49.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:49.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:49.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:49.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:49.939 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:52:49.939 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:49.939 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:49.940 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:49.940 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 19:52:49.940 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:52:49.940 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:52:49.941 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 19:52:49.941 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:49.941 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:49.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:49.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:49.941 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 19:52:49.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:49.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:49.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:49.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:49.942 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:52:49.942 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:49.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:49.946 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 19:52:49.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:49.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:49.946 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 19:52:49.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 '\*?\QServers\E') 19:52:49.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:49.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:49.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:49.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:49.961 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:52:49.961 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:49.961 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:49.962 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:49.962 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 19:52:49.962 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:52:49.962 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:52:49.963 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 19:52:49.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server 2 finished successfully 19:52:49.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:52:49.963 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 19:52:49.963 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:52:49.963 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:52:49.963 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:52:49.963 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:52:49.963 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:52:49.963 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:52:49.963 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:52:49.963 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:52:49.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:52:49.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:49.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:49.977 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 19:52:49.977 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:49.981 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:49.981 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 19:52:49.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:49.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:49.982 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 19:52:49.982 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:52:49.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:49.982 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:49.986 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:49.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:49.986 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:52:49.986 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:49.986 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:49.986 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:49.986 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 19:52:49.986 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:52:49.986 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:52:49.987 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:49.987 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:49.988 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:49.988 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:49.988 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 19:52:49.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:49.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:49.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:49.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:49.988 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:52:49.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:49.992 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:49.992 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 19:52:49.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:49.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:49.992 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 19:52:49.992 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:52:49.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:49.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:50.010 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:50.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:50.010 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:52:50.011 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:50.011 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:50.011 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:50.011 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 19:52:50.011 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:52:50.011 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:52:50.012 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:50.012 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:50.013 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:50.013 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:50.013 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:50.013 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:50.013 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:50.013 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:50.013 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped] and wait with time period 1 19:52:50.013 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped] 19:52:50.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:52:50.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:52:50.514 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped] 19:52:50.514 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped] 19:52:50.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:52:51.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:52:51.015 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped] 19:52:51.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:51.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:51.020 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 19:52:51.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:51.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:51.024 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 19:52:51.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:51.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:51.024 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 19:52:51.024 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:52:51.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:51.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:51.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:51.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:51.039 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:52:51.039 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:51.039 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:51.039 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:51.039 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 19:52:51.039 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:52:51.039 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:52:51.040 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:51.040 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:51.041 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:51.041 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:51.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 19:52:51.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:51.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:51.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:51.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:51.041 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:52:51.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:51.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:51.059 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 19:52:51.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:51.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:51.059 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 19:52:51.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 '\*?\QServers\E') 19:52:51.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:51.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:51.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:51.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:51.063 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:52:51.063 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:51.063 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:51.064 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:51.064 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 19:52:51.064 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:52:51.064 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:52:51.065 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 19:52:51.065 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:51.065 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:51.066 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:51.066 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:51.066 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 19:52:51.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:51.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:51.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:51.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:51.066 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:52:51.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:51.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:51.070 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 19:52:51.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:51.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:51.071 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 19:52:51.071 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:52:51.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:51.071 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:51.075 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:51.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:51.075 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:52:51.075 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:51.075 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:51.075 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:51.075 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 19:52:51.075 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:52:51.075 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:52:51.089 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 19:52:51.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 19:52:51.590 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 19:52:51.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:52:51.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:52:51.590 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 19:52:51.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:51.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:51.591 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 19:52:51.591 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:52:51.591 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:52:51.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:52:51.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:52:51.591 INFO [WorkbenchTestable][RequirementsRunner] Finished test: delete_runningServerAndStop no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 19:52:51.591 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:52:51.591 INFO [WorkbenchTestable][RequirementsRunner] Started test: restart no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 19:52:51.591 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 19:52:51.591 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:52:51.591 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:52:51.591 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:52:51.603 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:51.603 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:51.604 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:51.604 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 19:52:51.604 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:52:51.604 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:52:51.605 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped] 19:52:51.605 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped] 19:52:51.606 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped] about selection 19:52:51.620 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped] 19:52:51.620 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:51.620 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:51.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:51.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:51.621 INFO [WorkbenchTestable][AbstractServer] Start server in debug 'Server 1' 19:52:51.621 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:51.621 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:51.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:51.622 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:51.622 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:51.622 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:51.622 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:51.622 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:51.622 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Debug on server Server 1 19:52:51.622 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:51.622 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:51.623 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:51.623 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:51.623 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped] 19:52:51.623 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped] 19:52:51.623 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped] about selection 19:52:51.628 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped] 19:52:51.628 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:52:51.628 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:52:51.628 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:52:51.638 DEBUG [main][MenuItemLookup] Found menu:'New' 19:52:51.638 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 19:52:51.638 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:52:51.638 DEBUG [main][MenuItemLookup] Found menu:'' 19:52:51.638 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:52:51.638 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:52:51.638 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:52:51.638 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 19:52:51.638 DEBUG [main][MenuItemLookup] Found menu:'' 19:52:51.638 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 19:52:51.638 DEBUG [main][MenuItemLookup] Item match:Debug Ctrl+Alt+D 19:52:51.638 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Debug Ctrl+Alt+D" 19:52:51.638 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Debug Ctrl+Alt+D 19:52:51.638 INFO [main][MenuItemHandler] Select menu item: &Debug Ctrl+Alt+D 19:52:51.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode debug... 19:52:51.639 DEBUG [Worker-3: Publishing to Server 1...][AbstractWait] Wait for 1 seconds 19:52:52.649 DEBUG [Worker-3: Starting Server 1][AbstractWait] Wait for 1 seconds 19:52:54.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode debug finished successfully 19:52:54.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Debugging... 19:52:54.140 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:54.140 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:54.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:54.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:54.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Debugging finished successfully 19:52:54.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:52:54.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:52:54.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:52:54.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:52:54.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:52:54.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:52:54.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:52:54.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:52:54.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:52:54.142 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:54.142 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:54.142 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:54.143 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:54.143 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'DEBUGGING' 19:52:54.143 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:52:54.143 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:54.143 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:54.143 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:54.143 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:54.143 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Debugging, Synchronized] 19:52:54.143 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Debugging, Synchronized] 19:52:54.144 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Debugging, Synchronized] about selection 19:52:54.147 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Debugging, Synchronized] 19:52:54.147 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:54.147 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:54.148 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:54.148 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:54.148 INFO [WorkbenchTestable][AbstractServer] Restart server 'Server 1' 19:52:54.148 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:54.148 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:54.148 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:54.148 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:54.149 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:54.149 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:54.149 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:54.149 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:54.149 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Restart on server Server 1 19:52:54.149 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:54.149 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:54.150 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:54.150 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:54.150 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Debugging, Synchronized] 19:52:54.150 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Debugging, Synchronized] 19:52:54.150 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Debugging, Synchronized] about selection 19:52:54.153 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Debugging, Synchronized] 19:52:54.153 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:52:54.153 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:52:54.153 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:52:54.165 DEBUG [main][MenuItemLookup] Found menu:'New' 19:52:54.165 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 19:52:54.165 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:52:54.165 DEBUG [main][MenuItemLookup] Found menu:'' 19:52:54.165 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:52:54.165 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:52:54.165 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:52:54.165 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 19:52:54.165 DEBUG [main][MenuItemLookup] Found menu:'' 19:52:54.165 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 19:52:54.165 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 19:52:54.165 DEBUG [main][MenuItemLookup] Item match:Restart Ctrl+Alt+R 19:52:54.165 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Restart Ctrl+Alt+R" 19:52:54.165 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Restart Ctrl+Alt+R 19:52:54.165 INFO [main][MenuItemHandler] Select menu item: &Restart Ctrl+Alt+R 19:52:54.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run... 19:52:54.165 DEBUG [Worker-0: Stopping Server 1][AbstractWait] Wait for 1 seconds 19:52:55.171 DEBUG [Worker-2: Starting Server 1][AbstractWait] Wait for 1 seconds 19:52:56.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run finished successfully 19:52:56.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started... 19:52:56.667 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:56.667 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:56.668 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:56.668 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:56.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started finished successfully 19:52:56.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:52:56.668 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:52:56.668 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:52:56.668 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:52:56.668 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:52:56.668 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:52:56.668 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:52:56.668 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:52:56.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:52:56.668 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:56.668 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:56.669 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:56.669 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:56.669 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STARTED' 19:52:56.669 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:52:56.669 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:56.669 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:56.669 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:56.669 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:56.670 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:56.670 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:56.670 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:56.670 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:56.670 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Started, Synchronized] 19:52:56.670 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Started, Synchronized] 19:52:56.670 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Started, Synchronized] about selection 19:52:56.675 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Started, Synchronized] 19:52:56.676 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:56.676 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:56.677 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:56.677 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:56.677 INFO [WorkbenchTestable][AbstractServer] Stop server 'Server 1' 19:52:56.677 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:56.677 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:56.677 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:56.677 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:56.678 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:56.678 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:56.678 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:56.678 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:56.678 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Stop on server Server 1 19:52:56.678 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:56.678 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:56.679 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:56.679 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:56.679 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Started, Synchronized] 19:52:56.679 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Started, Synchronized] 19:52:56.679 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Started, Synchronized] about selection 19:52:56.682 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Started, Synchronized] 19:52:56.682 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:52:56.682 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:52:56.682 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:52:56.694 DEBUG [main][MenuItemLookup] Found menu:'New' 19:52:56.694 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 19:52:56.694 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:52:56.694 DEBUG [main][MenuItemLookup] Found menu:'' 19:52:56.694 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:52:56.694 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:52:56.694 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:52:56.694 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 19:52:56.694 DEBUG [main][MenuItemLookup] Found menu:'' 19:52:56.694 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 19:52:56.694 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 19:52:56.694 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 19:52:56.694 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 19:52:56.694 DEBUG [main][MenuItemLookup] Item match:Stop Ctrl+Alt+S 19:52:56.694 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"S&top Ctrl+Alt+S" 19:52:56.694 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Stop Ctrl+Alt+S 19:52:56.695 INFO [main][MenuItemHandler] Select menu item: S&top Ctrl+Alt+S 19:52:56.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4... 19:52:56.695 DEBUG [Worker-1: Stopping Server 1][AbstractWait] Wait for 1 seconds 19:52:58.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4 finished successfully 19:52:58.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped... 19:52:58.196 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:58.196 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:58.197 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:58.197 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:58.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped finished successfully 19:52:58.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:52:58.197 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:52:58.197 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:52:58.197 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:52:58.197 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:52:58.197 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:52:58.197 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:52:58.197 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:52:58.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:52:58.197 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:58.197 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:58.198 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:58.198 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:58.198 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STOPPED' 19:52:58.198 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:52:58.198 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:58.198 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:58.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:58.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:58.199 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 19:52:58.199 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 19:52:58.199 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 19:52:58.202 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 19:52:58.202 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:58.202 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:58.203 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:58.203 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:58.203 INFO [WorkbenchTestable][AbstractServer] Restart server 'Server 1' 19:52:58.203 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:58.203 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:58.205 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:58.205 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:58.205 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:58.205 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:58.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:58.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:58.206 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:58.206 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:58.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:58.207 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:58.207 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped, Synchronized] and wait with time period 1 19:52:58.207 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 19:52:58.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:52:58.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:52:58.707 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 19:52:58.708 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 19:52:58.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:52:59.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:52:59.209 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 19:52:59.209 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:59.213 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:59.213 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 19:52:59.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:59.217 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:59.217 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 19:52:59.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:59.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:59.217 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 19:52:59.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 '\*?\QServers\E') 19:52:59.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:59.218 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:59.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:59.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:59.232 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:52:59.232 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:59.232 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:59.232 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:59.233 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 19:52:59.233 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:52:59.233 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:52:59.234 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:59.234 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:59.234 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:59.234 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:59.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 19:52:59.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:59.234 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:59.235 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:59.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:59.235 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:52:59.235 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:59.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:59.249 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 19:52:59.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:59.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:59.249 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 19:52:59.249 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:52:59.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:59.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:59.265 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:59.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:59.265 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:52:59.265 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:59.265 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:59.265 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:59.265 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 19:52:59.266 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:52:59.266 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:52:59.267 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 19:52:59.267 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:59.267 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:59.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:59.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:52:59.267 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 19:52:59.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:59.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:59.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:59.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:59.268 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:52:59.268 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:59.282 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:59.282 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 19:52:59.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:59.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:59.283 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 19:52:59.283 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:52:59.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:52:59.283 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:52:59.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:52:59.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:52:59.297 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:52:59.297 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:59.297 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:59.298 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:59.298 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 19:52:59.298 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:52:59.298 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:52:59.299 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 19:52:59.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 19:52:59.800 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 19:52:59.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:52:59.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:52:59.800 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 19:52:59.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:52:59.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:52:59.801 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 19:52:59.801 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:52:59.801 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:52:59.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:52:59.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:52:59.813 INFO [WorkbenchTestable][RequirementsRunner] Finished test: restart no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 19:52:59.813 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:52:59.813 INFO [WorkbenchTestable][RequirementsRunner] Started test: getModule_nonExisting no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 19:52:59.813 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 19:52:59.813 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:52:59.813 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:52:59.813 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:52:59.814 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:52:59.814 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:52:59.815 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:52:59.815 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 19:52:59.815 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:52:59.815 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:52:59.816 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped, Synchronized] and wait with time period 1 19:52:59.816 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 19:52:59.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:53:00.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:53:00.317 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 19:53:00.317 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 19:53:00.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:53:00.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:53:00.818 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 19:53:00.818 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:00.818 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:00.819 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:00.819 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:53:00.820 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:00.820 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:00.820 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:00.820 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:53:00.820 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:00.820 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:00.820 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:00.820 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:53:00.820 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped, Synchronized] and wait with time period 1 19:53:00.820 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 19:53:00.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:53:01.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:53:01.321 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 19:53:01.321 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 19:53:01.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:53:01.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:53:01.822 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 19:53:01.822 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:01.826 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:01.826 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 19:53:01.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:01.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:01.830 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 19:53:01.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:53:01.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:53:01.830 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 19:53:01.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 '\*?\QServers\E') 19:53:01.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:01.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:01.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:01.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:01.846 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:53:01.846 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:01.846 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:01.846 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:01.846 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 19:53:01.846 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:53:01.846 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:53:01.847 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:01.847 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:01.848 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:01.848 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:53:01.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 19:53:01.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:01.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:01.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:01.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:01.848 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:53:01.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:01.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:01.862 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 19:53:01.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:53:01.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:53:01.863 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 19:53:01.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') 19:53:01.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:01.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:01.877 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:01.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:01.877 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:53:01.877 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:01.877 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:01.878 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:01.878 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 19:53:01.878 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:53:01.878 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:53:01.879 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 19:53:01.879 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:01.879 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:01.879 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:01.879 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:53:01.879 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 19:53:01.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:01.879 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:01.880 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:01.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:01.880 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:53:01.880 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:01.894 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:01.894 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 19:53:01.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:53:01.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:53:01.894 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 19:53:01.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 '\*?\QServers\E') 19:53:01.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:01.894 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:01.898 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:01.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:01.898 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:53:01.898 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:01.898 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:01.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:01.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 19:53:01.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:53:01.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:53:01.909 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 19:53:01.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 19:53:02.411 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 19:53:02.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:53:02.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:53:02.411 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 19:53:02.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:53:02.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:53:02.412 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 19:53:02.412 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:53:02.412 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:53:02.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:53:02.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:53:02.412 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getModule_nonExisting no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 19:53:02.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:02.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:02.413 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:53:02.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:02.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:02.413 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 19:53:02.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:53:02.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:53:02.413 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 19:53:02.413 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:53:02.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:02.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:02.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:02.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:02.414 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:53:02.414 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:53:02.414 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:53:02.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:02.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:53:02.439 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:53:02.439 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:53:02.439 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:02.439 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:53:02.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:02.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:02.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:53:02.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:02.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:53:03.441 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:03.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:53:03.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:53:03.441 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:53:03.442 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:53:03.442 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:03.442 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:53:03.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 19:53:03.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:03.442 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:03.442 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:03.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:03.442 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:53:03.442 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project 19:53:03.442 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project-2 19:53:03.443 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project-3 19:53:03.443 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 19:53:03.443 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 19:53:03.443 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 19:53:03.445 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 19:53:03.445 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:53:03.445 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:53:03.465 DEBUG [main][MenuItemLookup] Found menu:'New' 19:53:03.465 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:53:03.465 DEBUG [main][MenuItemLookup] Found menu:'' 19:53:03.465 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:53:03.465 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:53:03.465 DEBUG [main][MenuItemLookup] Found menu:'' 19:53:03.465 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:53:03.465 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:53:03.465 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:53:03.465 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:53:03.465 DEBUG [main][MenuItemLookup] Found menu:'' 19:53:03.465 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 19:53:03.465 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 19:53:03.465 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 19:53:03.465 DEBUG [main][MenuItemLookup] Found menu:'' 19:53:03.465 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:53:03.465 DEBUG [main][MenuItemLookup] Found menu:'Export...' 19:53:03.465 DEBUG [main][MenuItemLookup] Found menu:'' 19:53:03.465 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:53:03.465 DEBUG [main][MenuItemLookup] Item match:Refresh F5 19:53:03.465 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 19:53:03.465 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 19:53:03.465 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 19:53:03.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:53:03.466 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 19:53:03.966 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:53:03.966 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:53:03.966 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:53:03.966 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:53:03.966 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:53:03.966 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:53:03.966 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:53:03.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:53:03.966 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'server-project' via Explorer 19:53:03.966 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 19:53:03.966 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 19:53:03.967 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 19:53:03.968 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 19:53:03.968 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:53:03.968 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:53:03.986 DEBUG [main][MenuItemLookup] Found menu:'New' 19:53:03.986 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:53:03.986 DEBUG [main][MenuItemLookup] Found menu:'' 19:53:03.986 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:53:03.986 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:53:03.986 DEBUG [main][MenuItemLookup] Found menu:'' 19:53:03.986 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:53:03.986 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:53:03.986 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:53:03.986 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:53:03.986 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:53:03.987 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:53:03.987 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:53:03.987 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 19:53:03.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.... 19:53:04.548 DEBUG [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 19:53:04.548 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 19:53:04.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:53:04.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:53:04.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:04.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:04.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: 32) 19:53:04.550 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:53:04.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:53:04.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:53:04.550 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:53:04.550 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:53:04.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:04.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:04.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:04.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:04.550 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:53:04.551 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 19:53:04.551 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 19:53:04.551 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 19:53:04.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:53:04.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:53:04.551 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:53:04.551 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:53:04.551 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 19:53:04.551 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:53:04.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:53:04.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:53:04.551 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:53:04.551 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:53:04.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:04.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:04.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:04.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:04.552 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:53:04.552 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:53:04.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:53:04.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:53:04.552 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:53:04.552 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:53:04.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 19:53:04.554 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 19:53:05.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 19:53:05.055 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 19:53:05.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:53:05.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:53:05.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 19:53:05.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:53:05.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:53:05.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:53:05.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:53:05.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:53:05.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:53:05.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:53:05.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:53:05.055 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 19:53:05.055 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 19:53:05.056 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 19:53:05.057 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 19:53:05.057 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:53:05.057 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:53:05.076 DEBUG [main][MenuItemLookup] Found menu:'New' 19:53:05.076 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:53:05.076 DEBUG [main][MenuItemLookup] Found menu:'' 19:53:05.076 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:53:05.076 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:53:05.076 DEBUG [main][MenuItemLookup] Found menu:'' 19:53:05.076 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:53:05.076 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:53:05.076 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:53:05.076 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:53:05.076 DEBUG [main][MenuItemLookup] Found menu:'' 19:53:05.076 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 19:53:05.076 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 19:53:05.076 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 19:53:05.076 DEBUG [main][MenuItemLookup] Found menu:'' 19:53:05.076 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:53:05.076 DEBUG [main][MenuItemLookup] Found menu:'Export...' 19:53:05.076 DEBUG [main][MenuItemLookup] Found menu:'' 19:53:05.076 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:53:05.076 DEBUG [main][MenuItemLookup] Item match:Refresh F5 19:53:05.076 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 19:53:05.076 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 19:53:05.076 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 19:53:05.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:53:05.076 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 19:53:05.576 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 19:53:05.576 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:53:05.576 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:53:05.576 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:53:05.576 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:53:05.576 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:53:05.576 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:53:05.576 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:53:05.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:53:05.577 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'server-project-2' via Explorer 19:53:05.577 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 19:53:05.577 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 19:53:05.577 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 19:53:05.579 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 19:53:05.579 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:53:05.579 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:53:05.608 DEBUG [main][MenuItemLookup] Found menu:'New' 19:53:05.608 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:53:05.608 DEBUG [main][MenuItemLookup] Found menu:'' 19:53:05.608 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:53:05.608 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:53:05.608 DEBUG [main][MenuItemLookup] Found menu:'' 19:53:05.608 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:53:05.608 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:53:05.608 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:53:05.608 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:53:05.608 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:53:05.608 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:53:05.608 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:53:05.608 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 19:53:05.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.... 19:53:06.168 DEBUG [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 19:53:06.168 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 19:53:06.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:53:06.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:53:06.170 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:06.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:06.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) 19:53:06.170 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:53:06.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:53:06.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:53:06.171 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:53:06.171 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:53:06.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:06.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:06.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:06.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:06.171 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:53:06.171 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 19:53:06.171 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 19:53:06.171 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 19:53:06.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:53:06.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:53:06.171 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:53:06.171 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:53:06.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 "OK", Widget matcher matching widgets with style: 8) 19:53:06.172 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:53:06.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:53:06.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:53:06.172 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:53:06.172 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:53:06.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:06.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:06.172 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:06.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:06.172 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:53:06.172 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:53:06.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:53:06.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:53:06.172 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:53:06.172 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:53:06.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 19:53:06.174 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 19:53:06.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 19:53:06.675 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 19:53:06.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:53:06.675 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:53:06.675 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:53:06.675 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:53:06.675 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:53:06.675 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:53:06.675 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:53:06.675 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:53:06.675 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:53:06.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:53:06.675 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 19:53:06.675 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 19:53:06.675 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 19:53:06.677 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 19:53:06.677 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:53:06.677 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:53:06.696 DEBUG [main][MenuItemLookup] Found menu:'New' 19:53:06.696 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:53:06.696 DEBUG [main][MenuItemLookup] Found menu:'' 19:53:06.696 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:53:06.696 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:53:06.696 DEBUG [main][MenuItemLookup] Found menu:'' 19:53:06.696 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:53:06.696 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:53:06.696 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:53:06.696 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:53:06.696 DEBUG [main][MenuItemLookup] Found menu:'' 19:53:06.696 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 19:53:06.696 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 19:53:06.696 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 19:53:06.696 DEBUG [main][MenuItemLookup] Found menu:'' 19:53:06.696 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:53:06.696 DEBUG [main][MenuItemLookup] Found menu:'Export...' 19:53:06.696 DEBUG [main][MenuItemLookup] Found menu:'' 19:53:06.696 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:53:06.696 DEBUG [main][MenuItemLookup] Item match:Refresh F5 19:53:06.696 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 19:53:06.696 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 19:53:06.696 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 19:53:06.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:53:06.697 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 19:53:07.197 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 19:53:07.197 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:53:07.197 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:53:07.197 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:53:07.197 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:53:07.197 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:53:07.197 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:53:07.197 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:53:07.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:53:07.197 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'server-project-3' via Explorer 19:53:07.197 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 19:53:07.197 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 19:53:07.197 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 19:53:07.198 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 19:53:07.198 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:53:07.198 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:53:07.216 DEBUG [main][MenuItemLookup] Found menu:'New' 19:53:07.216 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:53:07.216 DEBUG [main][MenuItemLookup] Found menu:'' 19:53:07.216 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:53:07.216 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:53:07.216 DEBUG [main][MenuItemLookup] Found menu:'' 19:53:07.216 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:53:07.216 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:53:07.216 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:53:07.216 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:53:07.216 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:53:07.216 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:53:07.216 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:53:07.216 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 19:53:07.224 DEBUG [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.... 19:53:07.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. finished successfully 19:53:07.775 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 19:53:07.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:53:07.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:53:07.777 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:07.778 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:07.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: 32) 19:53:07.778 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:53:07.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:53:07.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:53:07.778 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:53:07.778 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:53:07.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:07.778 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:07.778 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:07.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:07.778 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:53:07.778 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 19:53:07.778 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 19:53:07.779 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 19:53:07.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:53:07.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:53:07.779 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:53:07.779 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:53:07.779 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 19:53:07.779 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:53:07.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:53:07.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:53:07.779 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:53:07.779 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:53:07.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:07.779 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:07.779 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:07.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:07.779 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:53:07.779 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:53:07.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:53:07.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:53:07.779 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:53:07.779 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:53:07.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 19:53:07.782 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 19:53:08.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 19:53:08.282 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 19:53:08.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:53:08.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:53:08.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:53:08.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:53:08.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:53:08.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:53:08.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:53:08.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:53:08.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:53:08.282 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:08.288 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:08.288 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 19:53:08.288 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:08.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:08.294 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 19:53:08.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:53:08.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:53:08.294 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 19:53:08.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 19:53:08.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:08.294 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:08.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:08.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:08.300 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:53:08.300 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:08.300 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:08.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:08.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:53:08.319 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:08.319 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:08.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:08.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:53:08.320 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 19:53:08.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:08.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:08.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:08.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:08.320 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:53:08.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:08.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:08.325 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 19:53:08.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:53:08.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:53:08.325 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 19:53:08.325 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:53:08.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:08.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:08.329 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:08.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:08.329 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:53:08.329 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:08.329 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:08.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:08.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 19:53:08.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:53:08.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:53:08.331 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 19:53:08.331 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 19:53:08.331 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 19:53:08.345 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 19:53:08.345 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:08.345 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:08.346 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:08.346 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:53:08.346 INFO [WorkbenchTestable][AbstractServer] Delete server 'Server 1'. Stop server first: false 19:53:08.346 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:08.346 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:08.346 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:08.346 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:53:08.347 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:53:08.347 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:53:08.357 DEBUG [main][MenuItemLookup] Found menu:'New' 19:53:08.357 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 19:53:08.357 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:53:08.357 DEBUG [main][MenuItemLookup] Found menu:'' 19:53:08.357 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:53:08.357 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:53:08.357 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:53:08.357 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:53:08.357 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 19:53:08.357 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:53:08.358 INFO [main][MenuItemHandler] Select menu item: Delete Delete 19:53:08.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 19:53:08.378 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 19:53:08.378 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 19:53:08.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:53:08.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:53:08.378 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:53:08.378 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:53:08.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:53:08.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:53:08.378 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 19:53:08.378 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:53:08.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:08.378 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:08.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:08.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:08.378 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:53:08.378 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:53:08.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:53:08.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:53:08.379 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:53:08.379 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:53:08.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:53:08.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:53:08.417 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:08.420 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:08.420 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 19:53:08.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:08.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:08.423 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:53:08.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:53:08.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:53:08.423 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:53:08.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') 19:53:08.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:08.424 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:08.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:08.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:08.426 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:53:08.426 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:08.426 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:08.427 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:08.427 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:53:08.427 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:53:08.427 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:53:08.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server 1... 19:53:08.427 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:08.427 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:08.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:08.428 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 19:53:08.428 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 19:53:08.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:08.428 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:08.428 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:53:08.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:08.929 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:53:09.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:09.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:53:09.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:53:09.431 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 19:53:09.431 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 1' was not found on Servers view 19:53:09.431 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:09.431 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:09.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:09.432 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 19:53:09.432 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 19:53:09.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:09.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:09.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:53:09.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:09.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:53:10.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:10.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:53:10.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:53:10.434 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 19:53:10.434 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 0] 19:53:10.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server 1 finished successfully 19:53:10.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:53:10.434 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:53:10.434 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:53:10.434 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:53:10.434 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:53:10.434 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:53:10.434 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:53:10.434 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:53:10.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:53:10.434 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 19:53:10.434 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:53:10.434 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:53:10.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:53:10.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 89.057 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.559 s restartInProfile no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 8.158 s delete_runningServer no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 6.969 s profile no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 4.632 s addAndRemoveModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 1.643 s publish no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 2.596 s stop no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 4.644 s clean no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 3.118 s debug no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 4.605 s start no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 4.627 s openServer no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 1.767 s restartInDebug no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 7.177 s getModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 1.812 s delete_runningServerAndStop no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 7.72 s restart no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 8.222 s getModule_nonExisting no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 2.599 s Running org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerChildModuleTest 19:53:10.441 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerChildModuleTest 19:53:10.441 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:53:10.442 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:53:10.442 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerChildModuleTest 19:53:10.442 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:53:10.442 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:53:10.442 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:53:10.442 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:53:10.442 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:53:10.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"] 19:53:10.442 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:53:10.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"] 19:53:10.443 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:53:10.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: "Import"] 19:53:10.443 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:53:10.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: "Import"] 19:53:10.443 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:53:10.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: "Import"] 19:53:10.443 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:53:10.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: "Import"] 19:53:10.443 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:53:10.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: "Import"] 19:53:10.443 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:53:10.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: "Import"] 19:53:10.443 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:53:10.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: "Import"] 19:53:10.443 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:53:10.443 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:53:10.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:53:10.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:53:10.444 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:53:10.444 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:53:10.444 DEBUG [main][MenuItemLookup] Found menu:'File' 19:53:10.444 DEBUG [main][MenuItemLookup] Item match:File 19:53:10.444 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:53:10.444 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:53:10.444 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:53:10.444 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:53:10.444 DEBUG [main][MenuItemLookup] Found menu:'' 19:53:10.444 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:53:10.444 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:53:10.444 DEBUG [main][MenuItemLookup] Found menu:'' 19:53:10.444 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:53:10.444 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 19:53:10.444 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 19:53:10.444 DEBUG [main][MenuItemLookup] Found menu:'Revert' 19:53:10.444 DEBUG [main][MenuItemLookup] Found menu:'' 19:53:10.444 DEBUG [main][MenuItemLookup] Found menu:'Move...' 19:53:10.444 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 19:53:10.444 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:53:10.445 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 19:53:10.445 DEBUG [main][MenuItemLookup] Found menu:'' 19:53:10.445 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 19:53:10.445 DEBUG [main][MenuItemLookup] Found menu:'' 19:53:10.445 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:53:10.445 DEBUG [main][MenuItemLookup] Item match:Import... 19:53:10.445 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 19:53:10.445 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 19:53:10.445 INFO [main][MenuItemHandler] Select menu item: &Import... 19:53:10.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 19:53:10.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 19:53:10.504 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 19:53:10.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:53:10.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:53:10.505 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 19:53:10.505 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:53:10.505 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 19:53:10.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:10.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:10.505 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:10.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:10.505 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:53:10.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:53:10.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:53:10.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:53:10.506 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:53:10.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:53:10.506 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:53:10.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:53:10.506 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:53:10.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:53:10.506 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:53:10.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:53:10.506 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:53:10.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:53:10.506 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:53:10.507 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 19:53:10.507 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 19:53:10.507 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 19:53:10.507 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 19:53:10.507 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 19:53:10.507 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 19:53:10.507 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) 19:53:10.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:10.507 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:10.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:10.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:10.507 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:53:10.508 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:53:10.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:53:10.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:53:10.508 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:53:10.508 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:53:10.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: "Import"] 19:53:10.547 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:53:10.547 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:53:10.547 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 19:53:10.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:53:10.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:53:10.548 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 19:53:10.548 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:53:10.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 19:53:10.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 19:53:10.548 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 19:53:10.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:53:10.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:53:10.548 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 19:53:10.548 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:53:10.548 INFO [WorkbenchTestable][WizardProjectsImportPage] Settig archive file to '/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/wst/server/ui/view/server-multimodular-project.zip' 19:53:10.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.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:") 19:53:10.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:10.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:10.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:10.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:10.549 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:53:10.549 INFO [WorkbenchTestable][AbstractButton] Click button Select &archive file: 19:53:10.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:53:10.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:53:10.549 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:53:10.549 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:53:10.558 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 19:53:10.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:10.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:53:10.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:53:10.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:10.587 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 19:53:10.587 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo /home/jenkins/agent/workspace/reddeer.verification.parametrized/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.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/wst/server/ui/view/server-multimodular-project.zip 19:53:10.587 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") 19:53:10.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:10.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:10.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:10.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:10.588 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:53:10.613 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 19:53:10.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:53:10.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:53:10.613 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:53:10.613 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:53:10.646 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 19:53:10.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:10.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:10.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:10.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:10.646 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:53:10.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 19:53:10.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 19:53:10.647 INFO [WorkbenchTestable][WizardProjectsImportPage] Selecting all projects 19:53:10.647 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") 19:53:10.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:10.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:10.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:10.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:10.647 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:53:10.648 INFO [WorkbenchTestable][AbstractButton] Click button &Select All 19:53:10.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:53:10.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:53:10.648 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:53:10.648 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:53:10.648 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 19:53:10.648 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Finish wizard 19:53:10.648 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) 19:53:10.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:10.648 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:10.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:10.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:10.649 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:53:10.657 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:53:10.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:53:10.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:53:10.658 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:53:10.658 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:53:10.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:53:11.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:53:11.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:53:11.181 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:53:11.181 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 19:53:11.181 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:53:11.181 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:53:11.181 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 19:53:11.181 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:53:11.181 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:53:11.181 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:53:11.181 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:53:11.181 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:53:11.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:53:11.181 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:11.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:11.183 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 19:53:11.183 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:11.185 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:11.185 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:53:11.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:53:11.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:53:11.185 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:53:11.186 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:53:11.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:11.186 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:11.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:11.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:11.188 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:53:11.188 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:11.188 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:11.188 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:11.188 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:53:11.188 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:53:11.188 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:53:11.189 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:11.189 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:11.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:11.189 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 19:53:11.198 INFO [WorkbenchTestable][ServersView2] Create new server 19:53:11.198 TRACE [WorkbenchTestable][WidgetHandler] Notify Link with event 35 19:53:11.198 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:53:11.198 DEBUG [main][MenuItemLookup] Found menu:'New' 19:53:11.198 DEBUG [main][MenuItemLookup] Item match:New 19:53:11.198 DEBUG [main][MenuItemLookup] Found menu:'Server' 19:53:11.198 DEBUG [main][MenuItemLookup] Item match:Server 19:53:11.199 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 19:53:11.199 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 19:53:11.199 INFO [main][MenuItemHandler] Select menu item: Server 19:53:11.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 19:53:11.277 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 19:53:11.277 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 19:53:11.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:53:11.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:53:11.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:53:11.278 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:53:11.278 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:53:11.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:53:11.278 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:53:11.278 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:53:11.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 Server"] 19:53:11.278 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:53:11.278 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:53:11.278 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 19:53:11.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:53:11.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:53:11.278 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 19:53:11.278 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:53:11.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.wizard.NewServerWizardPage, index 0 and no matchers specified 19:53:11.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:11.280 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:11.280 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:11.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:11.280 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:53:11.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 19:53:11.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 19:53:11.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server]... 19:53:11.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:53:11.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:53:11.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 19:53:11.282 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 19:53:11.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:53:11.282 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 19:53:11.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:53:11.282 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 19:53:11.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 19:53:11.282 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 19:53:11.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:53:11.282 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 19:53:11.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:53:11.282 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 19:53:11.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server] finished successfully 19:53:11.282 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 19:53:11.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:11.282 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:11.283 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:11.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:11.283 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:53:11.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:53:11.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:53:11.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 19:53:11.283 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 19:53:11.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:53:11.289 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 19:53:11.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:53:11.289 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 19:53:11.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 19:53:11.289 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 19:53:11.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:53:11.289 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 19:53:11.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:53:11.289 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 19:53:11.290 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test server 19:53:11.290 DEBUG [main][TreeItemHandler] Selecting tree item: Test server 19:53:11.290 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test server about selection 19:53:11.291 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test server 19:53:11.291 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) 19:53:11.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:11.291 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:11.292 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:11.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:11.292 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:53:11.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:53:11.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:53:11.792 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:") 19:53:11.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:11.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:11.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:11.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:11.796 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:53:11.796 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:53:11.796 INFO [WorkbenchTestable][AbstractText] Text set to: Server ABC 19:53:11.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 19:53:11.796 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 19:53:11.796 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 19:53:12.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 19:53:12.297 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 19:53:12.297 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 19:53:12.297 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) 19:53:12.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:12.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:12.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:12.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:12.298 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:53:12.301 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:53:12.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:53:12.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:53:12.301 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:53:12.301 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:53:12.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:53:12.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:53:12.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:53:12.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:53:12.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:53:12.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 19:53:12.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:53:12.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:53:12.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:53:12.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:53:12.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:53:12.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:53:12.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:12.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:12.833 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 19:53:12.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:12.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:12.835 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:53:12.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:53:12.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:53:12.835 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:53:12.835 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:53:12.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:12.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:12.837 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:12.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:12.837 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:53:12.837 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:12.837 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:12.838 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:12.838 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:53:12.838 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:53:12.838 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:53:12.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server ABC... 19:53:12.839 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:12.839 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:12.848 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:12.848 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:53:12.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 19:53:12.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:12.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:12.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:12.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:12.849 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:53:12.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:12.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:12.851 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:53:12.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:53:12.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:53:12.851 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:53:12.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 '\*?\QServers\E') 19:53:12.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:12.851 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:12.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:12.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:12.853 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:53:12.853 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:12.853 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:12.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:12.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:53:12.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:53:12.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:53:12.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server ABC finished successfully 19:53:12.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:12.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:12.866 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 19:53:12.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:12.868 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:12.868 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:53:12.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:53:12.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:53:12.868 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:53:12.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 19:53:12.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:12.868 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:12.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:12.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:12.871 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:53:12.871 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:12.871 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:12.871 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:12.871 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:53:12.871 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:53:12.871 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:53:12.872 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:12.872 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:12.873 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:12.883 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:53:12.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.cnf.ServersView2, index 0 and no matchers specified 19:53:12.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:12.883 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:12.883 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:12.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:12.883 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:53:12.883 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:12.887 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:12.887 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:53:12.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:53:12.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:53:12.887 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:53:12.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 '\*?\QServers\E') 19:53:12.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:12.887 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:12.889 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:12.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:12.889 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:53:12.889 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:12.889 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:12.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:12.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:53:12.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:53:12.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:53:12.900 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:12.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:12.902 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:53:12.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:53:12.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:53:12.903 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:53:12.903 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:53:12.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:12.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:12.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:12.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:12.905 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:53:12.905 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:12.905 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:12.905 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:12.905 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:53:12.905 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:53:12.905 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:53:12.914 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped] 19:53:12.914 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped] 19:53:12.915 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped] about selection 19:53:12.919 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped] 19:53:12.919 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:12.919 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:12.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:12.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:53:12.921 INFO [WorkbenchTestable][AbstractServer] Start server Server ABC 19:53:12.921 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:12.921 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:12.921 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:12.921 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:53:12.921 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:12.922 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:12.922 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:12.922 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:53:12.922 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Start on server Server ABC 19:53:12.922 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:12.922 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:12.922 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:12.923 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:53:12.923 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped] 19:53:12.923 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped] 19:53:12.923 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped] about selection 19:53:12.928 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped] 19:53:12.928 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:53:12.929 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:53:12.929 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:53:12.939 DEBUG [main][MenuItemLookup] Found menu:'New' 19:53:12.939 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 19:53:12.939 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:53:12.939 DEBUG [main][MenuItemLookup] Found menu:'' 19:53:12.939 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:53:12.939 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:53:12.939 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:53:12.939 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 19:53:12.939 DEBUG [main][MenuItemLookup] Found menu:'' 19:53:12.939 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 19:53:12.939 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 19:53:12.939 DEBUG [main][MenuItemLookup] Item match:Start Ctrl+Alt+R 19:53:12.939 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Start Ctrl+Alt+R" 19:53:12.939 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Start Ctrl+Alt+R 19:53:12.939 INFO [main][MenuItemHandler] Select menu item: &Start Ctrl+Alt+R 19:53:12.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run... 19:53:12.941 DEBUG [Worker-2: Publishing to Server ABC...][AbstractWait] Wait for 1 seconds 19:53:13.946 DEBUG [Worker-2: Starting Server ABC][AbstractWait] Wait for 1 seconds 19:53:15.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run finished successfully 19:53:15.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started... 19:53:15.442 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:15.442 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:15.443 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:15.443 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:53:15.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started finished successfully 19:53:15.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:53:15.443 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:53:15.443 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:53:15.443 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 19:53:15.443 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:53:15.443 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:53:15.443 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:53:15.443 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:53:15.443 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:53:15.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:53:15.443 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:15.443 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:15.443 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:15.444 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:53:15.444 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STARTED' 19:53:15.444 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:53:15.444 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:15.444 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:15.444 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:15.444 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:53:15.444 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Started, Synchronized] 19:53:15.444 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Started, Synchronized] 19:53:15.444 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Started, Synchronized] about selection 19:53:15.448 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Started, Synchronized] 19:53:15.448 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 19:53:15.448 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:53:15.448 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:53:15.460 DEBUG [main][MenuItemLookup] Found menu:'New' 19:53:15.460 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 19:53:15.460 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:53:15.460 DEBUG [main][MenuItemLookup] Found menu:'' 19:53:15.460 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:53:15.460 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:53:15.460 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:53:15.460 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 19:53:15.460 DEBUG [main][MenuItemLookup] Found menu:'' 19:53:15.460 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 19:53:15.460 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 19:53:15.460 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 19:53:15.460 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 19:53:15.460 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 19:53:15.460 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 19:53:15.460 DEBUG [main][MenuItemLookup] Found menu:'' 19:53:15.460 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 19:53:15.460 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 19:53:15.460 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 19:53:15.460 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 19:53:15.460 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 19:53:15.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: "Add and Remove..."] is available.... 19:53:15.506 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:53:15.506 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:53:15.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: "Add and Remove..."] is available. finished successfully 19:53:15.506 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 19:53:15.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:53:15.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:53:15.507 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 >>") 19:53:15.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:15.507 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:15.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:15.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:15.508 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:53:15.508 INFO [WorkbenchTestable][AbstractButton] Click button Add A&ll >> 19:53:15.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:53:15.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:53:15.508 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:53:15.508 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:53:15.509 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 19:53:15.510 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) 19:53:15.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:15.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:15.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:15.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:15.510 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:53:15.511 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:53:15.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:53:15.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:53:15.511 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:53:15.511 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:53:15.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 19:53:15.519 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 19:53:15.522 DEBUG [Worker-1: Publishing to Server ABC...][AbstractWait] Wait for 1 seconds 19:53:16.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 19:53:16.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:53:16.020 DEBUG [WorkbenchTestable][JobIsRunning] job 'Implicit Job' is a system job, skipped 19:53:16.020 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' has no excuses, wait for it 19:53:16.521 DEBUG [WorkbenchTestable][JobIsRunning] job 'Implicit Job' is a system job, skipped 19:53:16.521 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' has no excuses, wait for it 19:53:17.021 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:53:17.021 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:53:17.021 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 19:53:17.021 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:53:17.021 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:53:17.021 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:53:17.021 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:53:17.021 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:53:17.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:53:17.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:53:17.021 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:53:17.021 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:53:17.021 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 19:53:17.021 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:53:17.021 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:53:17.021 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:53:17.021 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:53:17.021 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:53:17.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:53:17.021 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:53:17.021 INFO [WorkbenchTestable][RequirementsRunner] Started test: testBasicServerSubmoduleMethods no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerChildModuleTest) 19:53:17.021 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerChildModuleTest 19:53:17.021 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:53:17.021 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:53:17.021 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:53:17.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:17.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:17.024 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:53:17.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:53:17.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:53:17.025 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:53:17.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') 19:53:17.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:17.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:17.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:17.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:17.027 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:53:17.027 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:17.027 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:17.027 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:17.027 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:53:17.027 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:53:17.027 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:53:17.028 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 19:53:17.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:17.028 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:17.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:17.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:17.029 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:53:17.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:17.031 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:17.031 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:53:17.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:53:17.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:53:17.031 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:53:17.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 '\*?\QServers\E') 19:53:17.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:17.031 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:17.043 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:17.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:17.043 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:53:17.043 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:17.043 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:17.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:17.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:53:17.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:53:17.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:53:17.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:17.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:17.046 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:53:17.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:53:17.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:53:17.047 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:53:17.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 '\*?\QServers\E') 19:53:17.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:17.047 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:17.058 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:17.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:17.058 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:53:17.058 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:17.058 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:17.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:17.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:53:17.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:53:17.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:53:17.059 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started, Synchronized] and wait with time period 1 19:53:17.059 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 19:53:17.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:53:17.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:53:17.560 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 19:53:17.560 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 19:53:17.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:53:17.561 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 19:53:17.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:53:17.561 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 19:53:17.561 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:53:17.561 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:17.561 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:17.562 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:17.562 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:53:17.562 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-multimodular-project-ear(server-multimodular-project) [Synchronized] 19:53:17.562 DEBUG [main][TreeItemHandler] Selecting tree item: server-multimodular-project-ear(server-multimodular-project) [Synchronized] 19:53:17.562 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-multimodular-project-ear(server-multimodular-project) [Synchronized] about selection 19:53:17.568 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-multimodular-project-ear(server-multimodular-project) [Synchronized] 19:53:17.569 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:17.569 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:17.570 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:17.570 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:53:17.570 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-multimodular-project-ear(server-multimodular-project) [Synchronized] 19:53:17.570 DEBUG [main][TreeItemHandler] Selecting tree item: server-multimodular-project-ear(server-multimodular-project) [Synchronized] 19:53:17.570 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-multimodular-project-ear(server-multimodular-project) [Synchronized] about selection 19:53:17.573 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-multimodular-project-ear(server-multimodular-project) [Synchronized] 19:53:17.574 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item server-multimodular-project-ear(server-multimodular-project) [Synchronized] and wait with time period 1 19:53:17.574 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-multimodular-project-ear(server-multimodular-project) [Synchronized] 19:53:17.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:53:18.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:53:18.074 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-multimodular-project-ear(server-multimodular-project) [Synchronized] 19:53:18.075 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-multimodular-project-ear(server-multimodular-project) [Synchronized] 19:53:18.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:53:18.075 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item server-multimodular-project-ear(server-multimodular-project) [Synchronized] is already expanded. No action performed 19:53:18.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:53:18.075 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-multimodular-project-ear(server-multimodular-project) [Synchronized] 19:53:18.075 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:18.075 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:18.076 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:18.076 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:53:18.076 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-multimodular-project-ejb [Synchronized] 19:53:18.076 DEBUG [main][TreeItemHandler] Selecting tree item: server-multimodular-project-ejb [Synchronized] 19:53:18.077 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-multimodular-project-ejb [Synchronized] about selection 19:53:18.080 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-multimodular-project-ejb [Synchronized] 19:53:18.080 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:18.080 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:18.084 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:18.084 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:53:18.084 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-multimodular-project-ejb [Synchronized] 19:53:18.084 DEBUG [main][TreeItemHandler] Selecting tree item: server-multimodular-project-ejb [Synchronized] 19:53:18.084 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-multimodular-project-ejb [Synchronized] about selection 19:53:18.088 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-multimodular-project-ejb [Synchronized] 19:53:18.088 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:18.088 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:18.088 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:18.088 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:53:18.088 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-multimodular-project-jar [Synchronized] 19:53:18.088 DEBUG [main][TreeItemHandler] Selecting tree item: server-multimodular-project-jar [Synchronized] 19:53:18.089 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-multimodular-project-jar [Synchronized] about selection 19:53:18.092 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-multimodular-project-jar [Synchronized] 19:53:18.093 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:18.093 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:18.093 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:18.093 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:53:18.093 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-multimodular-project-jar [Synchronized] 19:53:18.093 DEBUG [main][TreeItemHandler] Selecting tree item: server-multimodular-project-jar [Synchronized] 19:53:18.094 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-multimodular-project-jar [Synchronized] about selection 19:53:18.097 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-multimodular-project-jar [Synchronized] 19:53:18.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:53:18.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:53:18.100 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:53:18.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:53:18.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:53:18.100 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerChildModuleTest 19:53:18.100 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:53:18.100 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:53:18.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:53:18.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:53:18.101 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testBasicServerSubmoduleMethods no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerChildModuleTest) 19:53:18.101 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:18.101 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:18.101 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:18.101 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:53:18.101 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:53:18.101 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:53:18.102 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Started, Synchronized] 19:53:18.102 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Started, Synchronized] 19:53:18.103 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Started, Synchronized] about selection 19:53:18.107 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Started, Synchronized] 19:53:18.108 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:18.108 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:18.109 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:18.109 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:53:18.109 INFO [WorkbenchTestable][AbstractServer] Stop server 'Server ABC' 19:53:18.109 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:18.109 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:18.109 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:18.109 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:53:18.109 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:18.109 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:18.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:18.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:53:18.110 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Stop on server Server ABC 19:53:18.110 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:18.110 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:18.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:18.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:53:18.111 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Started, Synchronized] 19:53:18.111 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Started, Synchronized] 19:53:18.111 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Started, Synchronized] about selection 19:53:18.124 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Started, Synchronized] 19:53:18.124 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:53:18.125 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:53:18.125 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:53:18.136 DEBUG [main][MenuItemLookup] Found menu:'New' 19:53:18.136 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 19:53:18.136 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:53:18.136 DEBUG [main][MenuItemLookup] Found menu:'' 19:53:18.136 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:53:18.136 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:53:18.136 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:53:18.136 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 19:53:18.136 DEBUG [main][MenuItemLookup] Found menu:'' 19:53:18.136 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 19:53:18.136 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 19:53:18.136 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 19:53:18.136 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 19:53:18.136 DEBUG [main][MenuItemLookup] Item match:Stop Ctrl+Alt+S 19:53:18.136 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"S&top Ctrl+Alt+S" 19:53:18.136 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Stop Ctrl+Alt+S 19:53:18.136 INFO [main][MenuItemHandler] Select menu item: S&top Ctrl+Alt+S 19:53:18.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4... 19:53:18.136 DEBUG [Worker-6: Stopping Server ABC][AbstractWait] Wait for 1 seconds 19:53:19.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4 finished successfully 19:53:19.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped... 19:53:19.637 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:19.637 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:19.638 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:19.638 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:53:19.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped finished successfully 19:53:19.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:53:19.638 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:53:19.638 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:53:19.638 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:53:19.639 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 19:53:19.639 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:53:19.639 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:53:19.639 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:53:19.639 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:53:19.639 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:53:19.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:53:19.639 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:19.639 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:19.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:19.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:53:19.639 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STOPPED' 19:53:19.640 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:53:19.640 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:53:19.640 DEBUG [main][EditorHandler] 0 editor(s) found 19:53:19.640 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:19.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:19.640 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 19:53:19.640 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:19.641 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:19.641 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:53:19.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:53:19.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:53:19.641 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:53:19.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 '\*?\QProject Explorer\E') 19:53:19.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:19.641 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:19.642 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:19.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:19.642 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:53:19.642 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:53:19.642 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:53:19.666 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:19.666 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:53:19.666 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:53:19.666 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:53:19.666 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:19.666 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:53:19.667 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:53:19.667 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:53:19.667 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:19.667 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:53:19.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:19.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:19.667 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:53:20.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:20.168 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:53:20.668 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:20.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:53:20.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:53:20.669 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:53:20.669 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:53:20.669 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:20.669 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:53:20.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 19:53:20.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:20.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:20.670 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:20.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:20.670 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:53:20.670 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-multimodular-project-ear 19:53:20.670 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-multimodular-project-ejb 19:53:20.670 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-multimodular-project-jar 19:53:20.670 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:53:20.670 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:53:20.670 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:20.670 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:53:20.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:20.670 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:20.671 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:53:21.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:21.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:53:21.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:21.671 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:53:21.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:53:21.672 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:53:21.672 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:53:21.672 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:21.673 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:53:21.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 19:53:21.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:21.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:21.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:21.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:21.673 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:53:21.673 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-multimodular-project-ear 19:53:21.673 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-multimodular-project-ejb 19:53:21.673 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-multimodular-project-jar 19:53:21.673 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:53:21.673 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:53:21.674 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:21.674 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:53:21.674 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:53:21.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:21.674 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:21.674 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:21.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:21.674 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:53:21.674 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 19:53:21.674 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 19:53:21.674 DEBUG [main][TreeItemHandler] Set Tree selection 19:53:21.674 DEBUG [main][TreeHandler] Notify Tree about selection event 19:53:21.678 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 19:53:21.682 DEBUG [WorkbenchTestable][TreeItemHandler] server-multimodular-project-ear 19:53:21.682 DEBUG [WorkbenchTestable][TreeItemHandler] server-multimodular-project-ejb 19:53:21.682 DEBUG [WorkbenchTestable][TreeItemHandler] server-multimodular-project-jar 19:53:21.682 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:53:21.682 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:53:21.729 DEBUG [main][MenuItemLookup] Found menu:'New' 19:53:21.729 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:53:21.729 DEBUG [main][MenuItemLookup] Found menu:'' 19:53:21.729 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:53:21.729 DEBUG [main][MenuItemLookup] Found menu:'' 19:53:21.729 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:53:21.729 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:53:21.729 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:53:21.729 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 19:53:21.729 DEBUG [main][MenuItemLookup] Found menu:'Move...' 19:53:21.729 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 19:53:21.729 DEBUG [main][MenuItemLookup] Found menu:'' 19:53:21.729 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:53:21.729 DEBUG [main][MenuItemLookup] Found menu:'Export...' 19:53:21.729 DEBUG [main][MenuItemLookup] Found menu:'' 19:53:21.729 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:53:21.729 DEBUG [main][MenuItemLookup] Item match:Refresh F5 19:53:21.729 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 19:53:21.729 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 19:53:21.730 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 19:53:21.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:53:21.730 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 19:53:22.230 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:53:22.230 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:53:22.230 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:53:22.230 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 19:53:22.230 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:53:22.230 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:53:22.230 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:53:22.230 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:53:22.230 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:53:22.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:53:22.230 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:53:22.230 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:53:22.248 DEBUG [main][MenuItemLookup] Found menu:'New' 19:53:22.248 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:53:22.248 DEBUG [main][MenuItemLookup] Found menu:'' 19:53:22.248 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:53:22.248 DEBUG [main][MenuItemLookup] Found menu:'' 19:53:22.248 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:53:22.248 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:53:22.248 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:53:22.248 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:53:22.248 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:53:22.248 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:53:22.248 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 19:53:22.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 19:53:22.805 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 19:53:22.805 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 19:53:22.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:53:22.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:53:22.807 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 19:53:22.807 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:53:22.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:53:22.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:53:22.808 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:53:22.808 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:53:22.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:22.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:22.808 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:22.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:22.808 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:53:22.808 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 19:53:22.808 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 19:53:22.808 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 19:53:22.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:53:22.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:53:22.809 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:53:22.809 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:53:22.809 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:53:22.809 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:53:22.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:53:22.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:53:22.809 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:53:22.809 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:53:22.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:22.809 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:22.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:22.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:22.809 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:53:22.809 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:53:22.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:53:22.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:53:22.810 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:53:22.810 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:53:22.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 19:53:22.812 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 19:53:23.313 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 1 19:53:23.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 19:53:23.313 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.... 19:53:23.313 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") 19:53:23.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:23.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:23.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:53:23.814 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:23.814 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:53:24.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:24.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:53:24.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:53:24.317 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 19:53:24.317 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") 19:53:24.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:24.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:24.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:24.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:24.318 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:53:24.318 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 19:53:24.319 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 19:53:24.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:53:24.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:53:24.319 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 19:53:24.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:53:24.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:53:24.319 DEBUG [WorkbenchTestable][DeleteUtils] Shell with title 'Delete.*' and button 'Continue' found 19:53:24.319 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:53:24.319 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:53:24.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:53:24.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:53:24.319 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:53:24.319 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:53:24.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:24.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:24.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:24.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:24.320 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:53:24.320 INFO [WorkbenchTestable][AbstractButton] Click button Con&tinue 19:53:24.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:53:24.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:53:24.320 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:53:24.320 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:53:24.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:53:24.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:53:24.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:53:24.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:53:24.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:53:24.841 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 19:53:24.841 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 19:53:24.841 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:53:24.841 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:53:24.841 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 19:53:24.841 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:53:24.841 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:53:24.841 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:53:24.841 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:53:24.841 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:53:24.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:53:24.842 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:53:24.842 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:53:24.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:24.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:53:24.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:24.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:24.845 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 19:53:24.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:24.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:24.847 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:53:24.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:53:24.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:53:24.847 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:53:24.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') 19:53:24.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:24.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:24.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:24.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:24.858 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:53:24.858 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:24.858 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:24.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:24.879 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:53:24.879 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:24.879 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:24.880 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:24.880 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:53:24.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 19:53:24.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:24.880 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:24.880 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:24.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:24.880 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:53:24.880 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:24.883 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:24.883 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:53:24.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:53:24.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:53:24.883 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:53:24.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 '\*?\QServers\E') 19:53:24.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:24.883 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:24.886 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:24.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:24.886 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:53:24.886 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:24.886 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:24.887 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:24.887 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:53:24.887 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:53:24.887 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:53:24.888 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped] 19:53:24.888 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped] 19:53:24.888 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped] about selection 19:53:24.894 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped] 19:53:24.894 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:24.894 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:24.895 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:24.895 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:53:24.895 INFO [WorkbenchTestable][AbstractServer] Delete server 'Server ABC'. Stop server first: false 19:53:24.895 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:24.895 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:24.895 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:24.896 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:53:24.896 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:53:24.896 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:53:24.923 DEBUG [main][MenuItemLookup] Found menu:'New' 19:53:24.923 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 19:53:24.923 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:53:24.923 DEBUG [main][MenuItemLookup] Found menu:'' 19:53:24.923 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:53:24.923 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:53:24.923 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:53:24.923 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:53:24.923 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 19:53:24.923 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:53:24.924 INFO [main][MenuItemHandler] Select menu item: Delete Delete 19:53:24.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 19:53:24.950 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 19:53:24.950 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 19:53:24.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:53:24.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:53:24.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 "OK") 19:53:24.950 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:53:24.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:53:24.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:53:24.950 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 19:53:24.950 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:53:24.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:24.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:24.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:24.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:24.951 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:53:24.951 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:53:24.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:53:24.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:53:24.951 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:53:24.951 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:53:24.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:53:24.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:53:24.971 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:24.973 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:24.973 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 19:53:24.973 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:24.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:24.975 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:53:24.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:53:24.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:53:24.976 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:53:24.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') 19:53:24.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:24.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:24.978 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:24.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:24.978 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:53:24.978 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:24.978 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:24.978 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:24.979 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:53:24.979 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:53:24.979 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:53:24.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server ABC... 19:53:24.979 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:24.980 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:24.981 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:24.981 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 19:53:24.990 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 19:53:24.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:24.990 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:24.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:53:25.491 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:25.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:53:25.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:25.992 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:53:25.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:53:25.993 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 19:53:25.993 INFO [WorkbenchTestable][ServersView2] Requested server 'Server ABC' was not found on Servers view 19:53:25.993 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:25.993 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:25.993 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:25.994 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 19:53:25.994 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 19:53:25.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:25.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:25.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:53:26.494 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:26.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:53:26.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:26.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:53:26.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:53:26.996 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 19:53:26.996 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 0] 19:53:26.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server ABC finished successfully 19:53:26.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:53:26.996 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:53:26.996 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:53:26.996 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 19:53:26.996 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:53:26.996 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:53:26.996 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:53:26.996 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:53:26.996 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:53:26.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:53:26.996 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerChildModuleTest 19:53:26.996 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:53:26.996 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:53:26.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:53:26.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:53:26.997 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: 16.556 s - in org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerChildModuleTest testBasicServerSubmoduleMethods no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerChildModuleTest) Time elapsed: 1.08 s Running org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 19:53:27.003 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 19:53:27.004 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:53:27.004 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:53:27.004 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 19:53:27.004 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:53:27.004 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:53:27.004 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:53:27.004 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:53:27.004 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:53:27.005 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:53:27.005 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:53:27.005 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:53:27.005 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:53:27.005 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:53:27.005 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:53:27.005 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:53:27.005 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:53:27.005 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:53:27.005 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:53:27.005 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:53:27.005 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:53:27.005 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:53:27.005 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:53:27.005 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:53:27.005 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:53:27.006 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:53:27.006 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:53:27.006 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:53:27.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:53:27.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:53:27.006 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:53:27.006 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:53:27.006 DEBUG [main][MenuItemLookup] Found menu:'File' 19:53:27.006 DEBUG [main][MenuItemLookup] Item match:File 19:53:27.007 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:53:27.007 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:53:27.007 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:53:27.007 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:53:27.007 DEBUG [main][MenuItemLookup] Found menu:'' 19:53:27.007 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:53:27.007 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:53:27.007 DEBUG [main][MenuItemLookup] Found menu:'' 19:53:27.007 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:53:27.007 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 19:53:27.007 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 19:53:27.007 DEBUG [main][MenuItemLookup] Found menu:'Revert' 19:53:27.007 DEBUG [main][MenuItemLookup] Found menu:'' 19:53:27.007 DEBUG [main][MenuItemLookup] Found menu:'Move...' 19:53:27.007 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 19:53:27.007 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:53:27.007 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 19:53:27.007 DEBUG [main][MenuItemLookup] Found menu:'' 19:53:27.007 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 19:53:27.007 DEBUG [main][MenuItemLookup] Found menu:'' 19:53:27.007 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:53:27.007 DEBUG [main][MenuItemLookup] Item match:Import... 19:53:27.007 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 19:53:27.007 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 19:53:27.007 INFO [main][MenuItemHandler] Select menu item: &Import... 19:53:27.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 19:53:27.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 19:53:27.057 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 19:53:27.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:53:27.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:53:27.058 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 19:53:27.058 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:53:27.058 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 19:53:27.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:27.058 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:27.058 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:27.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:27.058 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:53:27.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:53:27.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:53:27.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:53:27.059 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:53:27.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:53:27.059 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:53:27.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:53:27.059 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:53:27.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:53:27.059 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:53:27.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:53:27.059 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:53:27.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:53:27.059 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:53:27.059 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 19:53:27.059 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 19:53:27.059 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 19:53:27.060 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 19:53:27.060 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 19:53:27.060 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 19:53:27.060 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) 19:53:27.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:27.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:27.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:27.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:27.060 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:53:27.060 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:53:27.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:53:27.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:53:27.060 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:53:27.060 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:53:27.087 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:53:27.087 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:53:27.088 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:53:27.099 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 19:53:27.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:53:27.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:53:27.100 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 19:53:27.100 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:53:27.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 19:53:27.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 19:53:27.100 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 19:53:27.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:53:27.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:53:27.100 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 19:53:27.100 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:53:27.100 INFO [WorkbenchTestable][WizardProjectsImportPage] Settig archive file to '/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/wst/server/ui/view/server-project.zip' 19:53:27.100 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:") 19:53:27.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:27.100 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:27.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:27.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:27.101 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:53:27.101 INFO [WorkbenchTestable][AbstractButton] Click button Select &archive file: 19:53:27.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:53:27.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:53:27.101 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:53:27.101 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:53:27.102 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 19:53:27.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:27.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:53:27.102 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:53:27.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:27.102 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 19:53:27.102 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/wst/server/ui/view/server-multimodular-project.zip to:/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/wst/server/ui/view/server-project.zip 19:53:27.102 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") 19:53:27.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:27.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:27.122 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:27.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:27.122 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:53:27.133 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 19:53:27.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:53:27.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:53:27.133 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:53:27.133 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:53:27.152 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 19:53:27.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:27.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:27.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:27.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:27.165 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:53:27.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 19:53:27.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 19:53:27.165 INFO [WorkbenchTestable][WizardProjectsImportPage] Selecting all projects 19:53:27.166 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") 19:53:27.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:27.166 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:27.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:27.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:27.166 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:53:27.167 INFO [WorkbenchTestable][AbstractButton] Click button &Select All 19:53:27.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:53:27.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:53:27.167 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:53:27.167 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:53:27.167 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 19:53:27.167 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Finish wizard 19:53:27.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.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) 19:53:27.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:27.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:27.168 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:27.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:27.168 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:53:27.168 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:53:27.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:53:27.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:53:27.168 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:53:27.168 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:53:27.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:53:27.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:53:27.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:53:27.682 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:53:27.682 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 19:53:27.682 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:53:27.682 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:53:27.682 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 19:53:27.682 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:53:27.682 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:53:27.682 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:53:27.682 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:53:27.682 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:53:27.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:53:27.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:27.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:27.685 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 19:53:27.685 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:27.687 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:27.687 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:53:27.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:53:27.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:53:27.687 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:53:27.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 '\*?\QServers\E') 19:53:27.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:27.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:27.689 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:27.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:27.689 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:53:27.689 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:27.689 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:27.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:27.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:53:27.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:53:27.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:53:27.690 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:27.690 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:27.691 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:27.691 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 19:53:27.691 INFO [WorkbenchTestable][ServersView2] Create new server 19:53:27.691 TRACE [WorkbenchTestable][WidgetHandler] Notify Link with event 35 19:53:27.691 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:53:27.700 DEBUG [main][MenuItemLookup] Found menu:'New' 19:53:27.700 DEBUG [main][MenuItemLookup] Item match:New 19:53:27.700 DEBUG [main][MenuItemLookup] Found menu:'Server' 19:53:27.700 DEBUG [main][MenuItemLookup] Item match:Server 19:53:27.701 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 19:53:27.701 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 19:53:27.701 INFO [main][MenuItemHandler] Select menu item: Server 19:53:27.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 19:53:27.776 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 19:53:27.777 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 19:53:27.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:53:27.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:53:27.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:53:27.777 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:53:27.777 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:53:27.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:53:27.777 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:53:27.777 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:53:27.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 Server"] 19:53:27.778 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:53:27.778 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:53:27.778 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 19:53:27.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:53:27.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:53:27.778 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 19:53:27.778 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:53:27.779 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 19:53:27.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:27.779 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:27.780 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:27.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:27.780 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:53:27.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 19:53:27.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 19:53:27.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server]... 19:53:27.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:53:27.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:53:27.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 19:53:27.782 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 19:53:27.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:53:27.782 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 19:53:27.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:53:27.782 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 19:53:27.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 19:53:27.782 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 19:53:27.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:53:27.782 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 19:53:27.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:53:27.783 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 19:53:27.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server] finished successfully 19:53:27.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.wizard.NewServerWizardPage, index 0 and no matchers specified 19:53:27.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:27.783 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:27.783 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:27.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:27.783 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:53:27.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:53:27.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:53:27.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 19:53:27.784 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 19:53:27.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:53:27.784 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 19:53:27.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:53:27.784 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 19:53:27.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 19:53:27.784 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 19:53:27.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:53:27.784 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 19:53:27.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:53:27.784 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 19:53:27.784 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test server 19:53:27.784 DEBUG [main][TreeItemHandler] Selecting tree item: Test server 19:53:27.785 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test server about selection 19:53:27.786 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test server 19:53:27.786 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) 19:53:27.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:27.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:27.787 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:27.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:27.787 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:53:27.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:53:28.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:53:28.287 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:") 19:53:28.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:28.287 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:28.290 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:28.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:28.290 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:53:28.290 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:53:28.291 INFO [WorkbenchTestable][AbstractText] Text set to: Server ABC 19:53:28.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 19:53:28.291 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 19:53:28.291 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 19:53:28.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 19:53:28.792 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 19:53:28.792 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 19:53:28.792 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) 19:53:28.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:28.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:28.794 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:28.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:28.794 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:53:28.796 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:53:28.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:53:28.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:53:28.796 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:53:28.796 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:53:28.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:53:29.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:53:29.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:53:29.303 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 19:53:29.303 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:53:29.303 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:53:29.303 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 19:53:29.303 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:53:29.303 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:53:29.303 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:53:29.303 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:53:29.303 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:53:29.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:53:29.304 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:29.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:29.307 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 19:53:29.307 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:29.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:29.309 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:53:29.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:53:29.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:53:29.309 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:53:29.310 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:53:29.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:29.310 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:29.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:29.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:29.312 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:53:29.312 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:29.312 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:29.312 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:29.313 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:53:29.313 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:53:29.313 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:53:29.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server ABC... 19:53:29.314 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:29.314 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:29.314 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:29.314 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:53:29.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 19:53:29.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:29.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:29.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:29.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:29.315 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:53:29.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:29.326 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:29.326 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:53:29.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:53:29.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:53:29.326 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:53:29.326 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:53:29.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:29.326 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:29.329 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:29.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:29.329 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:53:29.329 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:29.329 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:29.329 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:29.329 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:53:29.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:53:29.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:53:29.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server ABC finished successfully 19:53:29.331 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:29.342 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:29.342 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 19:53:29.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:29.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:29.344 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:53:29.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:53:29.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:53:29.344 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:53:29.345 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:53:29.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:29.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:29.347 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:29.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:29.347 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:53:29.347 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:29.347 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:29.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:29.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:53:29.348 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:53:29.348 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:53:29.349 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:29.349 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:29.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:29.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:53:29.358 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 19:53:29.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:29.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:29.358 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:29.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:29.358 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:53:29.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:29.360 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:29.360 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:53:29.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:53:29.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:53:29.361 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:53:29.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 '\*?\QServers\E') 19:53:29.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:29.361 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:29.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:29.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:29.363 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:53:29.363 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:29.363 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:29.364 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:29.364 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:53:29.364 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:53:29.364 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:53:29.365 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:53:29.365 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSwitchingOffPublishingChanges no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) 19:53:29.365 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 19:53:29.365 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:53:29.365 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:53:29.365 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:53:29.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:29.376 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:29.376 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:53:29.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:53:29.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:53:29.377 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:53:29.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 '\*?\QServers\E') 19:53:29.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:29.377 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:29.379 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:29.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:29.379 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:53:29.379 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:29.379 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:29.379 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:29.379 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:53:29.379 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:53:29.379 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:53:29.380 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped] 19:53:29.380 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped] 19:53:29.380 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped] about selection 19:53:29.393 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped] 19:53:29.393 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 19:53:29.394 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:53:29.394 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:53:29.408 DEBUG [main][MenuItemLookup] Found menu:'New' 19:53:29.408 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 19:53:29.408 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:53:29.408 DEBUG [main][MenuItemLookup] Found menu:'' 19:53:29.408 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:53:29.408 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:53:29.408 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:53:29.408 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 19:53:29.408 DEBUG [main][MenuItemLookup] Found menu:'' 19:53:29.408 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 19:53:29.408 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 19:53:29.408 DEBUG [main][MenuItemLookup] Found menu:'Profile' 19:53:29.408 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 19:53:29.408 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 19:53:29.408 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 19:53:29.408 DEBUG [main][MenuItemLookup] Found menu:'' 19:53:29.408 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 19:53:29.408 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 19:53:29.408 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 19:53:29.408 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 19:53:29.408 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 19:53:29.454 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.... 19:53:29.455 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:53:29.455 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:53:29.455 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 19:53:29.455 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 19:53:29.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:53:29.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:53:29.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.wizard.ModifyModulesPage, index 0 and no matchers specified 19:53:29.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:29.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:29.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:29.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:29.456 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:53:29.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:53:29.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:53:29.456 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 19:53:29.456 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 19:53:29.457 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 19:53:29.457 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 19:53:29.457 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 >") 19:53:29.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:29.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:29.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:29.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:29.457 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:53:29.457 INFO [WorkbenchTestable][AbstractButton] Click button A&dd > 19:53:29.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:53:29.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:53:29.457 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:53:29.457 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:53:29.459 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") 19:53:29.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:29.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:29.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:29.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:29.459 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:53:29.459 INFO [WorkbenchTestable][CheckBox] Select checkbox If server is started, publish changes &immediately 19:53:29.465 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox If server is started, publish changes &immediately 19:53:29.465 INFO [WorkbenchTestable][AbstractButton] Click button If server is started, publish changes &immediately 19:53:29.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:53:29.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:53:29.465 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:53:29.465 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:53:29.465 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 19:53:29.465 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) 19:53:29.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:29.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:29.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:29.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:29.466 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:53:29.466 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:53:29.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:53:29.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:53:29.466 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:53:29.466 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:53:29.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 19:53:29.468 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 19:53:29.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 19:53:29.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:53:29.968 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 19:53:29.968 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:53:29.968 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:53:29.968 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 19:53:29.968 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:53:29.968 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:53:29.968 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:53:29.969 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:53:29.969 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:53:29.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:53:29.969 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:29.969 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:29.969 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:29.969 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:53:29.969 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Stopped] and wait with time period 1 19:53:29.970 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 19:53:29.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:53:30.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:53:30.470 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 19:53:30.471 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 19:53:30.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:53:30.471 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Stopped] is already expanded. No action performed 19:53:30.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:53:30.471 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 19:53:30.471 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:53:30.472 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:30.472 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:30.472 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:30.472 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:53:30.472 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 19:53:30.472 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 19:53:30.472 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 19:53:30.476 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 19:53:30.476 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:30.476 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:30.477 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:30.477 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:53:30.477 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 19:53:30.477 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 19:53:30.477 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 19:53:30.480 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 19:53:30.480 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:30.480 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:30.481 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:30.481 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:53:30.481 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Stopped] and wait with time period 1 19:53:30.481 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 19:53:30.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:53:30.484 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Stopped] is already expanded. No action performed 19:53:30.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:53:30.484 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 19:53:30.484 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 19:53:30.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:53:30.484 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Stopped] is already expanded. No action performed 19:53:30.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:53:30.484 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 19:53:30.484 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:53:30.484 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:30.484 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:30.485 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:30.485 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:53:30.485 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 19:53:30.485 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 19:53:30.485 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 19:53:30.488 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 19:53:30.489 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:30.489 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:30.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:30.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:53:30.489 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 19:53:30.489 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 19:53:30.490 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 19:53:30.493 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 19:53:30.493 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project' 19:53:30.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:53:30.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:53:30.494 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:53:30.494 DEBUG [main][MenuItemLookup] Found menu:'File' 19:53:30.494 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:53:30.494 DEBUG [main][MenuItemLookup] Item match:Edit 19:53:30.495 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 19:53:30.495 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 19:53:30.495 DEBUG [main][MenuItemLookup] Found menu:'' 19:53:30.495 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 19:53:30.495 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:53:30.495 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:53:30.495 DEBUG [main][MenuItemLookup] Found menu:'' 19:53:30.495 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:53:30.495 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:53:30.495 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:53:30.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 19:53:30.495 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:53:30.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 19:53:30.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:53:30.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:53:30.496 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:53:30.496 DEBUG [main][MenuItemLookup] Found menu:'File' 19:53:30.496 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:53:30.496 DEBUG [main][MenuItemLookup] Item match:Edit 19:53:30.496 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 19:53:30.496 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 19:53:30.496 DEBUG [main][MenuItemLookup] Found menu:'' 19:53:30.496 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 19:53:30.496 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:53:30.496 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:53:30.496 DEBUG [main][MenuItemLookup] Found menu:'' 19:53:30.496 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:53:30.496 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:53:30.496 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:53:30.496 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:53:30.496 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 19:53:30.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 19:53:30.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 19:53:30.518 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 19:53:30.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:53:30.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:53:30.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") 19:53:30.518 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:53:30.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:53:30.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:53:30.518 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 19:53:30.518 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:53:30.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:30.519 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:30.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:30.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:30.519 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:53:30.519 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:53:30.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:53:30.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:53:30.519 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:53:30.519 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:53:30.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:53:30.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:53:30.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:53:30.569 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:53:30.569 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:53:30.569 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 19:53:30.569 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:53:30.569 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:53:30.569 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 19:53:30.569 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:53:30.569 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:53:30.569 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:53:30.569 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:53:30.569 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:53:30.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:53:30.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 19:53:30.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 19:53:30.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 'Publishing to .*'] is available.... 19:53:40.579 DEBUG [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 19:53:40.579 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.... 19:53:40.579 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 19:53:40.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:53:40.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:53:40.579 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:53:40.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:53:40.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:53:40.580 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 19:53:40.580 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:53:40.580 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:53:40.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:53:40.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:53:40.580 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSwitchingOffPublishingChanges no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) 19:53:40.580 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:53:40.580 INFO [WorkbenchTestable][RequirementsRunner] Started test: addTwo_removeAll no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) 19:53:40.580 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 19:53:40.580 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:53:40.580 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:53:40.580 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:53:40.580 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:40.580 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:40.581 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:40.581 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:53:40.581 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:53:40.581 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:53:40.582 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped] 19:53:40.582 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped] 19:53:40.582 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped] about selection 19:53:40.587 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped] 19:53:40.587 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 19:53:40.595 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:53:40.595 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:53:40.606 DEBUG [main][MenuItemLookup] Found menu:'New' 19:53:40.606 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 19:53:40.606 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:53:40.606 DEBUG [main][MenuItemLookup] Found menu:'' 19:53:40.606 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:53:40.606 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:53:40.606 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:53:40.606 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 19:53:40.606 DEBUG [main][MenuItemLookup] Found menu:'' 19:53:40.606 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 19:53:40.606 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 19:53:40.606 DEBUG [main][MenuItemLookup] Found menu:'Profile' 19:53:40.606 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 19:53:40.606 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 19:53:40.606 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 19:53:40.606 DEBUG [main][MenuItemLookup] Found menu:'' 19:53:40.606 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 19:53:40.606 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 19:53:40.606 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 19:53:40.606 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 19:53:40.607 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 19:53:40.651 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.... 19:53:40.651 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:53:40.651 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:53:40.651 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 19:53:40.651 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 19:53:40.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:53:40.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:53:40.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.wizard.ModifyModulesPage, index 0 and no matchers specified 19:53:40.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:40.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:40.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:40.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:40.652 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:53:40.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:53:40.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:53:40.652 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 19:53:40.652 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 19:53:40.652 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 19:53:40.653 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 19:53:40.653 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 >") 19:53:40.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:40.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:40.653 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:40.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:40.653 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:53:40.653 INFO [WorkbenchTestable][AbstractButton] Click button A&dd > 19:53:40.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:53:40.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:53:40.654 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:53:40.654 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:53:40.655 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 19:53:40.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:40.655 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:40.655 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:40.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:40.655 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:53:40.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:53:40.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:53:40.656 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 19:53:40.656 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 19:53:40.656 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 19:53:40.656 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 19:53:40.656 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 >") 19:53:40.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:40.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:40.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:40.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:40.657 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:53:40.657 INFO [WorkbenchTestable][AbstractButton] Click button A&dd > 19:53:40.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:53:40.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:53:40.657 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:53:40.657 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:53:40.662 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 19:53:40.662 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) 19:53:40.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:40.663 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:40.663 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:40.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:40.663 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:53:40.664 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:53:40.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:53:40.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:53:40.664 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:53:40.664 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:53:40.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 19:53:40.666 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 19:53:41.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 19:53:41.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:53:41.166 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:53:41.166 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:53:41.166 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 19:53:41.166 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:53:41.166 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:53:41.166 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:53:41.166 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:53:41.166 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:53:41.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:53:41.167 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:41.167 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:41.167 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:41.167 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:53:41.167 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Stopped] and wait with time period 1 19:53:41.167 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 19:53:41.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:53:41.167 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Stopped] is already expanded. No action performed 19:53:41.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:53:41.167 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 19:53:41.168 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 19:53:41.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:53:41.168 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Stopped] is already expanded. No action performed 19:53:41.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:53:41.168 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 19:53:41.168 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:53:41.168 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:53:41.168 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:41.168 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:41.168 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:41.168 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:53:41.168 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 19:53:41.168 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 19:53:41.168 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 19:53:41.173 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 19:53:41.173 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:41.173 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:41.174 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:41.174 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:53:41.174 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 19:53:41.174 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 19:53:41.174 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 19:53:41.177 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 19:53:41.177 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:41.177 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:41.180 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:41.181 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:53:41.181 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped] 19:53:41.181 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped] 19:53:41.181 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped] about selection 19:53:41.185 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped] 19:53:41.185 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 19:53:41.185 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:53:41.185 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:53:41.198 DEBUG [main][MenuItemLookup] Found menu:'New' 19:53:41.198 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 19:53:41.198 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:53:41.198 DEBUG [main][MenuItemLookup] Found menu:'' 19:53:41.198 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:53:41.198 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:53:41.198 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:53:41.198 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 19:53:41.198 DEBUG [main][MenuItemLookup] Found menu:'' 19:53:41.198 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 19:53:41.198 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 19:53:41.198 DEBUG [main][MenuItemLookup] Found menu:'Profile' 19:53:41.198 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 19:53:41.198 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 19:53:41.198 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 19:53:41.198 DEBUG [main][MenuItemLookup] Found menu:'' 19:53:41.198 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 19:53:41.198 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 19:53:41.199 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 19:53:41.199 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 19:53:41.199 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 19:53:41.243 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.... 19:53:41.243 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:53:41.243 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:53:41.243 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 19:53:41.244 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 19:53:41.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:53:41.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:53:41.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.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") 19:53:41.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:41.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:41.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:41.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:41.245 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:53:41.245 INFO [WorkbenchTestable][AbstractButton] Click button << Re&move All 19:53:41.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:53:41.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:53:41.245 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:53:41.245 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:53:41.246 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 19:53:41.246 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) 19:53:41.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:41.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:41.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:41.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:41.247 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:53:41.248 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:53:41.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:53:41.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:53:41.248 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:53:41.248 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:53:41.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 19:53:41.269 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 1 19:53:41.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 19:53:41.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 19:53:41.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 19:53:41.269 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 19:53:41.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:53:41.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:53:41.269 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) 19:53:41.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:41.269 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:41.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:41.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:41.270 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:53:41.270 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:53:41.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:53:41.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:53:41.270 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:53:41.270 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:53:41.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 19:53:41.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 19:53:41.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:53:41.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:53:41.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:53:41.792 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 19:53:41.792 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:53:41.792 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:53:41.792 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 19:53:41.792 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:53:41.792 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:53:41.792 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:53:41.792 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:53:41.792 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:53:41.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:53:41.792 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:41.792 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:41.793 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:41.793 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:53:41.793 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Stopped] and wait with time period 1 19:53:41.793 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 19:53:41.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:53:42.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:53:42.294 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 19:53:42.294 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 19:53:42.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:53:42.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:53:42.795 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 19:53:42.796 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:42.796 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:42.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:42.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:53:42.796 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Stopped] and wait with time period 1 19:53:42.796 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 19:53:42.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:53:43.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:53:43.297 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 19:53:43.297 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 19:53:43.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:53:43.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:53:43.798 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 19:53:43.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:53:43.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:53:43.799 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:53:43.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:53:43.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:53:43.799 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 19:53:43.799 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:53:43.799 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:53:43.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:53:43.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:53:43.800 INFO [WorkbenchTestable][RequirementsRunner] Finished test: addTwo_removeAll no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) 19:53:43.800 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:53:43.800 INFO [WorkbenchTestable][RequirementsRunner] Started test: testRemoveConfiguredModules no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) 19:53:43.800 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 19:53:43.800 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:53:43.800 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:53:43.800 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:53:43.800 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:43.800 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:43.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:43.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:53:43.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:53:43.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:53:43.812 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped] 19:53:43.812 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped] 19:53:43.812 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped] about selection 19:53:43.816 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped] 19:53:43.816 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 19:53:43.825 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:53:43.825 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:53:43.835 DEBUG [main][MenuItemLookup] Found menu:'New' 19:53:43.835 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 19:53:43.835 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:53:43.835 DEBUG [main][MenuItemLookup] Found menu:'' 19:53:43.835 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:53:43.835 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:53:43.835 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:53:43.835 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 19:53:43.835 DEBUG [main][MenuItemLookup] Found menu:'' 19:53:43.835 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 19:53:43.835 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 19:53:43.835 DEBUG [main][MenuItemLookup] Found menu:'Profile' 19:53:43.835 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 19:53:43.835 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 19:53:43.835 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 19:53:43.835 DEBUG [main][MenuItemLookup] Found menu:'' 19:53:43.835 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 19:53:43.835 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 19:53:43.835 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 19:53:43.835 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 19:53:43.835 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 19:53:43.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: "Add and Remove..."] is available.... 19:53:43.879 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:53:43.879 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:53:43.879 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 19:53:43.879 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 19:53:43.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:53:43.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:53:43.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.wizard.ModifyModulesPage, index 0 and no matchers specified 19:53:43.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:43.880 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:43.880 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:43.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:43.880 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:53:43.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:53:43.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:53:43.881 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 19:53:43.881 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 19:53:43.881 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 19:53:43.881 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 19:53:43.881 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 >") 19:53:43.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:43.881 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:43.882 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:43.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:43.882 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:53:43.882 INFO [WorkbenchTestable][AbstractButton] Click button A&dd > 19:53:43.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:53:43.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:53:43.882 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:53:43.882 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:53:43.884 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 19:53:43.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:43.884 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:43.884 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:43.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:43.884 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:53:43.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:53:43.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:53:43.884 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 19:53:43.884 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 19:53:43.884 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 19:53:43.885 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 19:53:43.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 >") 19:53:43.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:43.885 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:43.885 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:43.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:43.885 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:53:43.885 INFO [WorkbenchTestable][AbstractButton] Click button A&dd > 19:53:43.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:53:43.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:53:43.885 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:53:43.885 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:53:43.886 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 19:53:43.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:43.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:53:43.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:53:43.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:43.891 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 19:53:43.891 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item server-project and wait with time period 1 19:53:43.891 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project 19:53:43.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:53:44.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:53:44.392 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project 19:53:44.392 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project 19:53:44.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:53:44.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:53:44.892 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project 19:53:44.893 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item server-project-3 and wait with time period 1 19:53:44.893 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project-3 19:53:44.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:53:45.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:53:45.393 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project-3 19:53:45.393 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project-3 19:53:45.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:53:45.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:53:45.894 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project-3 19:53:45.894 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") 19:53:45.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:45.894 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:45.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:45.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:45.895 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:53:45.897 INFO [WorkbenchTestable][AbstractButton] Click button << Re&move All 19:53:45.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:53:45.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:53:45.897 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:53:45.897 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:53:45.898 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 19:53:45.898 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) 19:53:45.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:45.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:45.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:45.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:45.899 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:53:45.899 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:53:45.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:53:45.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:53:45.899 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:53:45.899 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:53:45.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 19:53:45.901 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 19:53:46.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 19:53:46.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:53:46.402 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:53:46.402 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:53:46.402 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 19:53:46.402 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:53:46.402 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:53:46.402 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:53:46.402 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:53:46.402 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:53:46.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:53:46.402 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:46.402 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:46.403 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:46.403 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:53:46.403 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Stopped] and wait with time period 1 19:53:46.403 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 19:53:46.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:53:46.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:53:46.904 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 19:53:46.904 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 19:53:46.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:53:47.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:53:47.405 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 19:53:47.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:53:47.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:53:47.405 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:53:47.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:53:47.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:53:47.406 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 19:53:47.406 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:53:47.406 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:53:47.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:53:47.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:53:47.406 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testRemoveConfiguredModules no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) 19:53:47.406 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:53:47.407 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAvailableModules no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) 19:53:47.407 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 19:53:47.407 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:53:47.407 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:53:47.407 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:53:47.407 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:47.407 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:47.407 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:47.407 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:53:47.407 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:53:47.407 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:53:47.408 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped] 19:53:47.408 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped] 19:53:47.409 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped] about selection 19:53:47.412 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped] 19:53:47.412 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 19:53:47.413 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:53:47.413 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:53:47.431 DEBUG [main][MenuItemLookup] Found menu:'New' 19:53:47.432 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 19:53:47.432 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:53:47.432 DEBUG [main][MenuItemLookup] Found menu:'' 19:53:47.432 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:53:47.432 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:53:47.432 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:53:47.432 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 19:53:47.432 DEBUG [main][MenuItemLookup] Found menu:'' 19:53:47.432 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 19:53:47.432 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 19:53:47.432 DEBUG [main][MenuItemLookup] Found menu:'Profile' 19:53:47.432 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 19:53:47.432 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 19:53:47.432 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 19:53:47.432 DEBUG [main][MenuItemLookup] Found menu:'' 19:53:47.432 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 19:53:47.432 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 19:53:47.432 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 19:53:47.432 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 19:53:47.432 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 19:53:47.477 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.... 19:53:47.478 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:53:47.478 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:53:47.478 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 19:53:47.478 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 19:53:47.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:53:47.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:53:47.479 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 19:53:47.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:47.479 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:47.479 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:47.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:47.479 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:53:47.480 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item server-project and wait with time period 1 19:53:47.480 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project 19:53:47.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:53:47.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:53:47.980 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project 19:53:47.980 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project 19:53:47.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:53:48.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:53:48.481 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project 19:53:48.481 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item server-project-2 and wait with time period 1 19:53:48.481 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project-2 19:53:48.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:53:48.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:53:48.982 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project-2 19:53:48.983 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project-2 19:53:48.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:53:49.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:53:49.483 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project-2 19:53:49.484 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item server-project-3 and wait with time period 1 19:53:49.484 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project-3 19:53:49.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:53:49.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:53:49.985 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project-3 19:53:49.985 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project-3 19:53:49.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:53:50.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:53:50.486 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project-3 19:53:50.486 TRACE [WorkbenchTestable][ModifyModulesDialog] Shell Add and Remove... is not null and is not disposed 19:53:50.486 INFO [WorkbenchTestable][ModifyModulesDialog] Cancel wizard 19:53:50.486 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) 19:53:50.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:50.487 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:50.487 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:50.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:50.487 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:53:50.489 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 19:53:50.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:53:50.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:53:50.489 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:53:50.489 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:53:50.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:53:50.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:53:50.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:53:50.505 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:53:50.505 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:53:50.505 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 19:53:50.505 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:53:50.505 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:53:50.505 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:53:50.505 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:53:50.505 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:53:50.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:53:50.510 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:50.510 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:50.510 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:50.511 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:53:50.511 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Stopped] and wait with time period 1 19:53:50.511 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 19:53:50.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:53:51.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:53:51.011 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 19:53:51.012 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 19:53:51.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:53:51.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:53:51.512 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 19:53:51.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:53:51.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:53:51.512 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:53:51.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:53:51.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:53:51.513 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 19:53:51.513 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:53:51.513 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:53:51.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:53:51.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:53:51.514 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAvailableModules no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) 19:53:51.514 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:53:51.514 INFO [WorkbenchTestable][RequirementsRunner] Started test: addAll_removeTwo no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) 19:53:51.514 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 19:53:51.514 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:53:51.514 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:53:51.514 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:53:51.514 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:51.514 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:51.514 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:51.514 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:53:51.515 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:53:51.515 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:53:51.516 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped] 19:53:51.516 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped] 19:53:51.516 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped] about selection 19:53:51.528 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped] 19:53:51.528 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 19:53:51.528 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:53:51.528 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:53:51.538 DEBUG [main][MenuItemLookup] Found menu:'New' 19:53:51.538 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 19:53:51.538 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:53:51.538 DEBUG [main][MenuItemLookup] Found menu:'' 19:53:51.538 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:53:51.538 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:53:51.538 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:53:51.538 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 19:53:51.538 DEBUG [main][MenuItemLookup] Found menu:'' 19:53:51.538 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 19:53:51.538 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 19:53:51.538 DEBUG [main][MenuItemLookup] Found menu:'Profile' 19:53:51.538 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 19:53:51.538 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 19:53:51.538 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 19:53:51.538 DEBUG [main][MenuItemLookup] Found menu:'' 19:53:51.538 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 19:53:51.538 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 19:53:51.538 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 19:53:51.538 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 19:53:51.538 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 19:53:51.582 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.... 19:53:51.582 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:53:51.582 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:53:51.582 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 19:53:51.582 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 19:53:51.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:53:51.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:53:51.583 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 >>") 19:53:51.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:51.583 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:51.583 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:51.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:51.584 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:53:51.584 INFO [WorkbenchTestable][AbstractButton] Click button Add A&ll >> 19:53:51.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:53:51.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:53:51.584 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:53:51.584 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:53:51.586 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 19:53:51.586 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) 19:53:51.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:51.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:51.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:51.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:51.586 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:53:51.587 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:53:51.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:53:51.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:53:51.587 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:53:51.587 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:53:51.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 19:53:51.589 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 19:53:52.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 19:53:52.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:53:52.090 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:53:52.090 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:53:52.090 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:53:52.090 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:53:52.090 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 19:53:52.090 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:53:52.090 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:53:52.090 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:53:52.090 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:53:52.090 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:53:52.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:53:52.090 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:52.090 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:52.091 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:52.091 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:53:52.091 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Stopped] and wait with time period 1 19:53:52.092 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 19:53:52.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:53:52.092 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Stopped] is already expanded. No action performed 19:53:52.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:53:52.092 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 19:53:52.092 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 19:53:52.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:53:52.092 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Stopped] is already expanded. No action performed 19:53:52.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:53:52.092 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 19:53:52.092 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:53:52.092 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:53:52.092 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:53:52.092 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:52.092 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:52.092 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:52.093 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:53:52.093 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 19:53:52.093 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 19:53:52.093 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 19:53:52.097 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 19:53:52.097 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:52.097 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:52.097 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:52.098 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:53:52.098 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 19:53:52.098 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 19:53:52.098 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 19:53:52.101 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 19:53:52.101 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:52.101 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:52.101 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:52.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:53:52.102 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 19:53:52.102 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 19:53:52.102 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 19:53:52.105 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 19:53:52.105 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:52.105 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:52.106 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:52.106 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:53:52.106 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped] 19:53:52.106 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped] 19:53:52.106 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped] about selection 19:53:52.113 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped] 19:53:52.113 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 19:53:52.113 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:53:52.113 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:53:52.123 DEBUG [main][MenuItemLookup] Found menu:'New' 19:53:52.123 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 19:53:52.123 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:53:52.123 DEBUG [main][MenuItemLookup] Found menu:'' 19:53:52.123 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:53:52.123 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:53:52.123 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:53:52.123 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 19:53:52.123 DEBUG [main][MenuItemLookup] Found menu:'' 19:53:52.123 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 19:53:52.123 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 19:53:52.123 DEBUG [main][MenuItemLookup] Found menu:'Profile' 19:53:52.123 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 19:53:52.123 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 19:53:52.123 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 19:53:52.123 DEBUG [main][MenuItemLookup] Found menu:'' 19:53:52.123 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 19:53:52.123 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 19:53:52.123 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 19:53:52.123 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 19:53:52.123 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 19:53:52.168 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.... 19:53:52.169 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:53:52.169 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:53:52.169 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 19:53:52.169 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 19:53:52.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:53:52.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:53:52.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.wizard.ModifyModulesPage, index 1 and no matchers specified 19:53:52.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:52.169 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:53:52.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:53:52.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:52.170 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 19:53:52.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:53:52.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:53:52.170 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 19:53:52.170 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 19:53:52.171 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 19:53:52.171 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 19:53:52.171 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") 19:53:52.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:52.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:52.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:52.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:52.171 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:53:52.171 INFO [WorkbenchTestable][AbstractButton] Click button < &Remove 19:53:52.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:53:52.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:53:52.172 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:53:52.172 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:53:52.173 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 19:53:52.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:52.173 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:53:52.173 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:53:52.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:52.173 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 19:53:52.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:53:52.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:53:52.174 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 19:53:52.174 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 19:53:52.174 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 19:53:52.174 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 19:53:52.174 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") 19:53:52.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:52.174 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:52.174 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:52.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:52.174 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:53:52.175 INFO [WorkbenchTestable][AbstractButton] Click button < &Remove 19:53:52.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:53:52.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:53:52.175 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:53:52.175 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:53:52.179 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 19:53:52.179 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) 19:53:52.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:52.179 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:52.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:52.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:52.180 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:53:52.180 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:53:52.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:53:52.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:53:52.181 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:53:52.181 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:53:52.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 19:53:52.198 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 1 19:53:52.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 19:53:52.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 19:53:52.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 19:53:52.198 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 19:53:52.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:53:52.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:53:52.199 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) 19:53:52.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:52.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:52.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:52.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:52.199 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:53:52.199 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:53:52.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:53:52.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:53:52.199 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:53:52.199 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:53:52.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 19:53:52.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 19:53:52.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:53:52.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:53:52.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:53:52.722 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:53:52.722 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 19:53:52.722 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:53:52.722 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:53:52.722 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 19:53:52.722 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:53:52.722 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:53:52.722 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:53:52.722 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:53:52.722 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:53:52.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:53:52.723 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:52.723 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:52.724 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:52.724 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:53:52.724 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Stopped] and wait with time period 1 19:53:52.724 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 19:53:52.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:53:52.724 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Stopped] is already expanded. No action performed 19:53:52.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:53:52.724 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 19:53:52.724 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 19:53:52.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:53:52.725 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Stopped] is already expanded. No action performed 19:53:52.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:53:52.725 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 19:53:52.725 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:53:52.725 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:52.725 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:52.725 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:52.725 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:53:52.725 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 19:53:52.725 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 19:53:52.726 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 19:53:52.732 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 19:53:52.732 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:52.732 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:52.732 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:52.732 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:53:52.732 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Stopped] and wait with time period 1 19:53:52.732 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 19:53:52.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:53:52.733 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Stopped] is already expanded. No action performed 19:53:52.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:53:52.733 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 19:53:52.733 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 19:53:52.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:53:52.733 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Stopped] is already expanded. No action performed 19:53:52.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:53:52.733 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 19:53:52.733 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:53:52.733 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:52.733 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:52.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:52.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:53:52.734 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 19:53:52.734 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 19:53:52.734 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 19:53:52.737 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 19:53:52.737 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:53:52.737 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:53:52.738 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:53:52.738 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:53:52.738 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 19:53:52.738 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 19:53:52.738 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 19:53:52.741 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 19:53:52.741 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project-2' 19:53:52.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:53:52.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:53:52.742 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:53:52.742 DEBUG [main][MenuItemLookup] Found menu:'File' 19:53:52.742 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:53:52.742 DEBUG [main][MenuItemLookup] Item match:Edit 19:53:52.742 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 19:53:52.742 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 19:53:52.742 DEBUG [main][MenuItemLookup] Found menu:'' 19:53:52.742 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 19:53:52.742 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:53:52.742 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:53:52.742 DEBUG [main][MenuItemLookup] Found menu:'' 19:53:52.742 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:53:52.742 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:53:52.742 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:53:52.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 19:53:52.742 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:53:52.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 19:53:52.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:53:52.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:53:52.742 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:53:52.743 DEBUG [main][MenuItemLookup] Found menu:'File' 19:53:52.743 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:53:52.743 DEBUG [main][MenuItemLookup] Item match:Edit 19:53:52.743 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 19:53:52.743 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 19:53:52.743 DEBUG [main][MenuItemLookup] Found menu:'' 19:53:52.743 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 19:53:52.743 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:53:52.743 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:53:52.743 DEBUG [main][MenuItemLookup] Found menu:'' 19:53:52.743 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:53:52.743 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:53:52.743 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:53:52.743 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:53:52.743 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 19:53:52.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 19:53:52.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 19:53:52.764 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 19:53:52.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:53:52.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:53:52.765 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:53:52.765 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:53:52.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:53:52.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:53:52.765 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 19:53:52.765 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:53:52.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:53:52.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:53:52.765 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:53:52.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:53:52.765 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:53:52.765 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:53:52.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:53:52.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:53:52.765 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:53:52.766 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:53:52.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:53:52.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:53:52.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:53:52.807 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:53:52.807 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 19:53:52.807 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 19:53:52.807 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:53:52.807 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 19:53:52.807 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:53:52.807 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:53:52.807 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 19:53:52.807 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:53:52.807 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:53:52.807 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:53:52.807 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:53:52.807 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:53:52.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:53:52.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 19:53:52.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 19:53:52.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 'Publishing to .*'] is available.... 19:54:02.824 DEBUG [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 19:54:02.824 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.... 19:54:02.824 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 19:54:02.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:54:02.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:54:02.824 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:54:02.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:02.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:02.825 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 19:54:02.825 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:54:02.825 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:54:02.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:54:02.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:54:02.826 INFO [WorkbenchTestable][RequirementsRunner] Finished test: addAll_removeTwo no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) 19:54:02.826 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:54:02.826 INFO [WorkbenchTestable][RequirementsRunner] Started test: getConfiguredModules no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) 19:54:02.826 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 19:54:02.826 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:54:02.826 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:54:02.826 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:54:02.826 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:02.826 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:02.826 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:02.826 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:54:02.826 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:54:02.826 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:54:02.827 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped] 19:54:02.827 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped] 19:54:02.828 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped] about selection 19:54:02.833 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped] 19:54:02.833 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 19:54:02.842 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:54:02.842 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:54:02.852 DEBUG [main][MenuItemLookup] Found menu:'New' 19:54:02.852 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 19:54:02.852 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:54:02.852 DEBUG [main][MenuItemLookup] Found menu:'' 19:54:02.852 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:54:02.852 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:54:02.852 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:54:02.852 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 19:54:02.852 DEBUG [main][MenuItemLookup] Found menu:'' 19:54:02.852 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 19:54:02.852 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 19:54:02.852 DEBUG [main][MenuItemLookup] Found menu:'Profile' 19:54:02.852 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 19:54:02.852 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 19:54:02.852 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 19:54:02.852 DEBUG [main][MenuItemLookup] Found menu:'' 19:54:02.852 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 19:54:02.852 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 19:54:02.852 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 19:54:02.852 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 19:54:02.853 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 19:54:02.897 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.... 19:54:02.897 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:54:02.897 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:54:02.897 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 19:54:02.897 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 19:54:02.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:02.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:02.898 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 >>") 19:54:02.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:02.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:02.898 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:02.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:02.898 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:54:02.898 INFO [WorkbenchTestable][AbstractButton] Click button Add A&ll >> 19:54:02.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:54:02.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:54:02.898 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:54:02.898 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:54:02.900 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 19:54:02.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:02.900 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:54:02.900 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:54:02.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:02.900 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 19:54:02.901 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item server-project and wait with time period 1 19:54:02.901 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project 19:54:02.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:54:03.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:54:03.402 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project 19:54:03.402 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project 19:54:03.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:54:03.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:54:03.902 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project 19:54:03.903 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item server-project-2 and wait with time period 1 19:54:03.903 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project-2 19:54:03.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:54:04.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:54:04.403 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project-2 19:54:04.404 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project-2 19:54:04.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:54:04.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:54:04.905 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project-2 19:54:04.905 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item server-project-3 and wait with time period 1 19:54:04.905 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project-3 19:54:04.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:54:05.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:54:05.406 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project-3 19:54:05.406 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project-3 19:54:05.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:54:05.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:54:05.907 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project-3 19:54:05.907 TRACE [WorkbenchTestable][ModifyModulesDialog] Shell Add and Remove... is not null and is not disposed 19:54:05.907 INFO [WorkbenchTestable][ModifyModulesDialog] Cancel wizard 19:54:05.907 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) 19:54:05.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:05.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:05.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:05.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:05.908 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:54:05.909 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 19:54:05.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:54:05.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:54:05.910 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:54:05.910 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:54:05.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:54:05.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:54:05.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:54:05.925 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:54:05.925 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:54:05.925 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 19:54:05.925 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:54:05.925 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:54:05.925 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:54:05.925 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:54:05.925 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:54:05.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:54:05.930 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:05.930 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:05.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:05.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:54:05.930 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Stopped] and wait with time period 1 19:54:05.930 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 19:54:05.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:54:06.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:54:06.431 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 19:54:06.431 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 19:54:06.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:54:06.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:54:06.932 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 19:54:06.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:54:06.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:54:06.932 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:54:06.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:06.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:06.933 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 19:54:06.933 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:54:06.933 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:54:06.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:54:06.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:54:06.933 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getConfiguredModules no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) 19:54:06.934 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:06.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:06.934 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:54:06.934 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:06.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:06.935 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:54:06.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:06.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:06.935 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:54:06.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') 19:54:06.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:06.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:06.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:06.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:06.935 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:54:06.936 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:54:06.936 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:54:06.969 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:06.969 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:54:06.969 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:54:06.969 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:54:06.970 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:06.970 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:54:06.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:06.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:06.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:54:07.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:07.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:54:07.971 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:07.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:54:07.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:54:07.971 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:54:07.971 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:54:07.972 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:07.972 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:54:07.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 19:54:07.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:07.972 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:07.972 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:07.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:07.972 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:54:07.973 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project 19:54:07.973 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project-2 19:54:07.973 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project-3 19:54:07.973 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 19:54:07.973 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 19:54:07.973 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 19:54:07.975 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 19:54:07.975 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:54:07.975 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:54:07.994 DEBUG [main][MenuItemLookup] Found menu:'New' 19:54:07.994 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:54:07.994 DEBUG [main][MenuItemLookup] Found menu:'' 19:54:07.994 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:54:07.994 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:54:07.994 DEBUG [main][MenuItemLookup] Found menu:'' 19:54:07.994 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:54:07.994 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:54:07.994 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:54:07.994 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:54:07.994 DEBUG [main][MenuItemLookup] Found menu:'' 19:54:07.994 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 19:54:07.994 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 19:54:07.994 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 19:54:07.994 DEBUG [main][MenuItemLookup] Found menu:'' 19:54:07.994 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:54:07.994 DEBUG [main][MenuItemLookup] Found menu:'Export...' 19:54:07.994 DEBUG [main][MenuItemLookup] Found menu:'' 19:54:07.994 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:54:07.994 DEBUG [main][MenuItemLookup] Item match:Refresh F5 19:54:07.994 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 19:54:07.994 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 19:54:07.995 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 19:54:07.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:54:07.995 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 19:54:08.495 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 19:54:08.495 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:54:08.495 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:54:08.495 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:54:08.495 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:54:08.495 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:54:08.495 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:54:08.495 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:54:08.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:54:08.495 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'server-project' via Explorer 19:54:08.496 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 19:54:08.496 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 19:54:08.496 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 19:54:08.497 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 19:54:08.497 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:54:08.497 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:54:08.516 DEBUG [main][MenuItemLookup] Found menu:'New' 19:54:08.516 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:54:08.516 DEBUG [main][MenuItemLookup] Found menu:'' 19:54:08.516 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:54:08.516 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:54:08.516 DEBUG [main][MenuItemLookup] Found menu:'' 19:54:08.516 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:54:08.516 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:54:08.516 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:54:08.516 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:54:08.516 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:54:08.516 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:54:08.516 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:54:08.516 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 19:54:08.524 DEBUG [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.... 19:54:09.072 DEBUG [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 19:54:09.072 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 19:54:09.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:09.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:09.074 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:09.075 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:09.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: 32) 19:54:09.075 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:54:09.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:54:09.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:54:09.075 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:54:09.075 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:54:09.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:09.075 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:09.075 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:09.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:09.075 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:54:09.075 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 19:54:09.075 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 19:54:09.075 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 19:54:09.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:54:09.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:54:09.075 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:54:09.075 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:54:09.076 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 19:54:09.076 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:54:09.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:54:09.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:54:09.076 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:54:09.076 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:54:09.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:09.076 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:09.076 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:09.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:09.076 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:54:09.076 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:54:09.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:54:09.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:54:09.076 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:54:09.076 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:54:09.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 19:54:09.078 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 19:54:09.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 19:54:09.579 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 19:54:09.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:54:09.579 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:54:09.579 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 19:54:09.579 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 19:54:09.579 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:54:09.579 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:54:09.579 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:54:09.579 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:54:09.579 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:54:09.579 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:54:09.579 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:54:09.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:54:09.580 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 19:54:09.580 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 19:54:09.580 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 19:54:09.582 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 19:54:09.583 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:54:09.583 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:54:09.601 DEBUG [main][MenuItemLookup] Found menu:'New' 19:54:09.601 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:54:09.601 DEBUG [main][MenuItemLookup] Found menu:'' 19:54:09.601 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:54:09.601 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:54:09.601 DEBUG [main][MenuItemLookup] Found menu:'' 19:54:09.601 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:54:09.601 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:54:09.601 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:54:09.601 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:54:09.601 DEBUG [main][MenuItemLookup] Found menu:'' 19:54:09.601 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 19:54:09.601 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 19:54:09.601 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 19:54:09.601 DEBUG [main][MenuItemLookup] Found menu:'' 19:54:09.601 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:54:09.601 DEBUG [main][MenuItemLookup] Found menu:'Export...' 19:54:09.601 DEBUG [main][MenuItemLookup] Found menu:'' 19:54:09.601 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:54:09.601 DEBUG [main][MenuItemLookup] Item match:Refresh F5 19:54:09.601 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 19:54:09.601 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 19:54:09.601 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 19:54:09.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:54:09.602 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 19:54:10.102 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 19:54:10.102 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 19:54:10.102 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 19:54:10.102 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:54:10.102 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:54:10.102 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:54:10.102 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:54:10.102 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:54:10.102 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:54:10.102 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:54:10.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:54:10.102 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'server-project-2' via Explorer 19:54:10.102 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 19:54:10.102 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 19:54:10.102 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 19:54:10.103 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 19:54:10.103 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:54:10.103 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:54:10.125 DEBUG [main][MenuItemLookup] Found menu:'New' 19:54:10.125 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:54:10.125 DEBUG [main][MenuItemLookup] Found menu:'' 19:54:10.125 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:54:10.125 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:54:10.125 DEBUG [main][MenuItemLookup] Found menu:'' 19:54:10.125 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:54:10.125 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:54:10.125 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:54:10.125 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:54:10.125 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:54:10.126 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:54:10.126 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:54:10.126 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 19:54:10.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 'Delete.*'] is available.... 19:54:10.694 DEBUG [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 19:54:10.694 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 19:54:10.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:10.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:10.696 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:10.696 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:10.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: 32) 19:54:10.696 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:54:10.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:54:10.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:54:10.697 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:54:10.697 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:54:10.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:10.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:10.697 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:10.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:10.697 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:54:10.697 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 19:54:10.697 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 19:54:10.697 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 19:54:10.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:54:10.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:54:10.697 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:54:10.697 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:54:10.697 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 19:54:10.697 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:54:10.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:54:10.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:54:10.697 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:54:10.697 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:54:10.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:10.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:10.698 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:10.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:10.698 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:54:10.698 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:54:10.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:54:10.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:54:10.698 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:54:10.698 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:54:10.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 19:54:10.700 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 19:54:11.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 19:54:11.201 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 19:54:11.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:54:11.201 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:54:11.201 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:54:11.201 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:54:11.201 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:54:11.201 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:54:11.201 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:54:11.201 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:54:11.201 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:54:11.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:54:11.201 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 19:54:11.201 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 19:54:11.201 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 19:54:11.203 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 19:54:11.203 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:54:11.203 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:54:11.222 DEBUG [main][MenuItemLookup] Found menu:'New' 19:54:11.222 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:54:11.222 DEBUG [main][MenuItemLookup] Found menu:'' 19:54:11.222 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:54:11.222 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:54:11.222 DEBUG [main][MenuItemLookup] Found menu:'' 19:54:11.222 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:54:11.222 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:54:11.222 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:54:11.222 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:54:11.222 DEBUG [main][MenuItemLookup] Found menu:'' 19:54:11.222 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 19:54:11.222 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 19:54:11.222 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 19:54:11.222 DEBUG [main][MenuItemLookup] Found menu:'' 19:54:11.222 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:54:11.222 DEBUG [main][MenuItemLookup] Found menu:'Export...' 19:54:11.222 DEBUG [main][MenuItemLookup] Found menu:'' 19:54:11.222 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:54:11.222 DEBUG [main][MenuItemLookup] Item match:Refresh F5 19:54:11.222 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 19:54:11.222 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 19:54:11.223 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 19:54:11.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:54:11.223 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 19:54:11.723 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 19:54:11.723 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:54:11.723 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:54:11.723 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:54:11.723 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:54:11.723 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:54:11.723 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:54:11.723 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:54:11.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:54:11.723 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'server-project-3' via Explorer 19:54:11.724 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 19:54:11.724 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 19:54:11.724 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 19:54:11.725 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 19:54:11.725 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:54:11.725 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:54:11.743 DEBUG [main][MenuItemLookup] Found menu:'New' 19:54:11.743 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:54:11.743 DEBUG [main][MenuItemLookup] Found menu:'' 19:54:11.743 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:54:11.743 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:54:11.743 DEBUG [main][MenuItemLookup] Found menu:'' 19:54:11.743 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:54:11.743 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:54:11.743 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:54:11.743 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:54:11.743 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:54:11.743 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:54:11.743 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:54:11.743 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 19:54:11.764 DEBUG [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.... 19:54:12.310 DEBUG [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 19:54:12.310 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 19:54:12.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:12.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:12.312 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:12.313 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:12.313 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 19:54:12.313 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:54:12.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:54:12.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:54:12.313 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:54:12.313 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:54:12.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:12.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:12.313 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:12.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:12.313 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:54:12.313 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 19:54:12.313 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 19:54:12.313 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 19:54:12.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:54:12.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:54:12.314 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:54:12.314 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:54:12.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 "OK", Widget matcher matching widgets with style: 8) 19:54:12.314 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:54:12.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:54:12.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:54:12.314 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:54:12.314 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:54:12.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:12.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:12.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:12.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:12.314 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:54:12.314 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:54:12.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:54:12.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:54:12.314 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:54:12.314 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:54:12.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 19:54:12.316 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 19:54:12.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 19:54:12.817 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 19:54:12.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:54:12.817 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:54:12.817 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:54:12.817 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:54:12.817 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:54:12.817 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:54:12.817 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:54:12.817 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:54:12.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:54:12.817 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:12.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:12.820 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 19:54:12.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:12.822 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:12.822 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:54:12.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:12.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:12.823 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:54:12.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 '\*?\QServers\E') 19:54:12.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:12.823 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:12.825 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:12.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:12.825 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:54:12.825 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:12.825 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:12.832 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:12.832 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:54:12.832 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:12.833 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:12.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:12.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:54:12.843 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 19:54:12.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:12.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:12.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:12.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:12.843 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:54:12.844 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:12.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:12.846 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:54:12.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:12.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:12.846 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:54:12.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 '\*?\QServers\E') 19:54:12.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:12.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:12.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:12.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:12.848 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:54:12.848 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:12.848 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:12.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:12.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:54:12.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:54:12.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:54:12.850 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped] 19:54:12.850 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped] 19:54:12.850 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped] about selection 19:54:12.861 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped] 19:54:12.862 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:12.862 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:12.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:12.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:54:12.863 INFO [WorkbenchTestable][AbstractServer] Delete server 'Server ABC'. Stop server first: false 19:54:12.863 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:12.863 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:12.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:12.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:54:12.863 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:54:12.863 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:54:12.875 DEBUG [main][MenuItemLookup] Found menu:'New' 19:54:12.875 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 19:54:12.875 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:54:12.875 DEBUG [main][MenuItemLookup] Found menu:'' 19:54:12.875 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:54:12.875 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:54:12.875 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:54:12.875 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:54:12.875 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 19:54:12.875 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:54:12.875 INFO [main][MenuItemHandler] Select menu item: Delete Delete 19:54:12.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 19:54:12.894 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 19:54:12.894 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 19:54:12.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:12.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:12.894 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:54:12.894 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:54:12.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:54:12.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:54:12.894 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 19:54:12.894 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:54:12.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:12.894 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:12.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:12.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:12.895 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:54:12.895 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:54:12.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:54:12.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:54:12.895 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:54:12.895 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:54:12.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:54:12.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:54:12.912 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:12.914 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:12.914 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 19:54:12.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:12.919 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:12.919 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:54:12.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:12.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:12.919 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:54:12.919 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:54:12.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:12.919 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:12.922 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:12.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:12.922 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:54:12.922 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:12.922 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:12.922 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:12.922 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:54:12.922 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:54:12.922 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:54:12.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server ABC... 19:54:12.923 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:12.923 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:12.923 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:12.923 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 19:54:12.923 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 19:54:12.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:12.923 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:12.923 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:54:13.423 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:13.424 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:54:13.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:13.925 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:54:13.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:54:13.926 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 19:54:13.926 INFO [WorkbenchTestable][ServersView2] Requested server 'Server ABC' was not found on Servers view 19:54:13.926 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:13.926 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:13.926 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:13.926 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 19:54:13.926 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 19:54:13.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:13.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:13.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:54:14.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:14.428 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:54:14.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:14.929 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:54:14.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:54:14.929 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 19:54:14.929 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 0] 19:54:14.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server ABC finished successfully 19:54:14.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:54:14.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:54:14.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:54:14.930 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:54:14.930 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:54:14.930 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:54:14.930 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:54:14.930 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:54:14.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:54:14.930 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 19:54:14.930 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:54:14.930 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:54:14.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:54:14.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 47.927 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.215 s addTwo_removeAll no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) Time elapsed: 3.22 s testRemoveConfiguredModules no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) Time elapsed: 3.606 s getAvailableModules no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) Time elapsed: 4.107 s addAll_removeTwo no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) Time elapsed: 11.312 s getConfiguredModules no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) Time elapsed: 4.107 s Running org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 19:54:14.945 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 19:54:14.946 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:54:14.946 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:54:14.946 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 19:54:14.946 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:54:14.946 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:54:14.946 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:54:14.946 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:54:14.946 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:54:14.946 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:54:14.946 INFO [WorkbenchTestable][RequirementsRunner] Started test: getServer_noServers no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) 19:54:14.946 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 19:54:14.946 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:54:14.946 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:54:14.946 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:54:14.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:14.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:14.949 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 19:54:14.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:14.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:14.951 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:54:14.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:14.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:14.951 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:54:14.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') 19:54:14.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:14.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:14.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:14.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:14.954 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:54:14.954 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:14.954 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:14.954 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:14.955 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:54:14.955 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:54:14.955 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:54:14.955 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:14.955 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:14.956 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:14.956 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 19:54:14.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.cnf.ServersView2, index 0 and no matchers specified 19:54:14.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:14.956 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:14.956 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:54:15.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:15.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:54:15.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:15.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:54:15.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:54:15.959 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 19:54:15.959 INFO [WorkbenchTestable][ServersView2] Requested server 'Server A' was not found on Servers view 19:54:15.959 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:15.959 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:15.960 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:15.960 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 19:54:15.960 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 19:54:15.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:15.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:15.960 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:54:16.460 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:16.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:54:16.961 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:16.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:54:16.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:54:16.962 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 19:54:16.962 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 0] 19:54:16.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:54:16.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:54:16.962 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:54:16.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:16.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:16.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:16.965 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:16.965 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 19:54:16.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:16.967 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:16.967 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:54:16.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:16.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:16.967 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:54:16.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') 19:54:16.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:16.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:16.969 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:16.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:16.969 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:54:16.969 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:16.969 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:16.970 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:16.970 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:54:16.970 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:54:16.970 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:54:16.971 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:16.971 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:16.971 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:16.971 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 19:54:16.971 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 19:54:16.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:16.971 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:16.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:54:17.471 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:17.472 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:54:17.973 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:17.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:54:17.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:54:17.974 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 19:54:17.974 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 19:54:17.974 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:54:17.974 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:54:17.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:54:17.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:54:17.975 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getServer_noServers no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) 19:54:17.975 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:54:17.975 INFO [WorkbenchTestable][RequirementsRunner] Started test: getServers no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) 19:54:17.975 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 19:54:17.975 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:54:17.975 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:54:17.975 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:54:17.975 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:17.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:17.977 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 19:54:17.978 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:17.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:17.980 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:54:17.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:17.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:17.980 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:54:17.980 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:54:17.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:17.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:17.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:17.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:17.982 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:54:17.982 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:17.982 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:17.983 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:17.983 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:54:17.983 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:54:17.983 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:54:17.983 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:17.983 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:17.984 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:17.984 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 19:54:17.984 INFO [WorkbenchTestable][ServersView2] Create new server 19:54:17.984 TRACE [WorkbenchTestable][WidgetHandler] Notify Link with event 35 19:54:17.984 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:54:17.985 DEBUG [main][MenuItemLookup] Found menu:'New' 19:54:17.985 DEBUG [main][MenuItemLookup] Item match:New 19:54:17.985 DEBUG [main][MenuItemLookup] Found menu:'Server' 19:54:17.985 DEBUG [main][MenuItemLookup] Item match:Server 19:54:17.985 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 19:54:17.985 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 19:54:17.985 INFO [main][MenuItemHandler] Select menu item: Server 19:54:18.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 19:54:18.062 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 19:54:18.062 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 19:54:18.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:18.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:18.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:54:18.062 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:54:18.062 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:54:18.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:54:18.063 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:54:18.063 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:54:18.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 Server"] 19:54:18.063 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:54:18.063 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:54:18.063 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 19:54:18.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:18.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:18.063 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 19:54:18.063 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:54:18.065 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 19:54:18.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:18.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:18.065 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:18.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:18.065 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:54:18.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 19:54:18.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 19:54:18.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server]... 19:54:18.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:54:18.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:54:18.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 19:54:18.067 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 19:54:18.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:54:18.067 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 19:54:18.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:54:18.067 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 19:54:18.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 19:54:18.067 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 19:54:18.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:54:18.067 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 19:54:18.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:54:18.067 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 19:54:18.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server] finished successfully 19:54:18.067 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 19:54:18.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:18.067 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:18.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:18.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:18.068 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:54:18.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:54:18.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:54:18.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 19:54:18.068 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 19:54:18.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:54:18.068 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 19:54:18.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:54:18.068 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 19:54:18.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 19:54:18.068 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 19:54:18.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:54:18.068 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 19:54:18.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:54:18.068 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 19:54:18.068 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test server 19:54:18.068 DEBUG [main][TreeItemHandler] Selecting tree item: Test server 19:54:18.069 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test server about selection 19:54:18.069 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test server 19:54:18.075 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) 19:54:18.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:18.075 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:18.076 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:18.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:18.076 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:54:18.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:54:18.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:54:18.577 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:") 19:54:18.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:18.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:18.580 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:18.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:18.581 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:54:18.581 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:54:18.581 INFO [WorkbenchTestable][AbstractText] Text set to: Server AB 19:54:18.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 19:54:18.581 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 19:54:18.581 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 19:54:19.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 19:54:19.082 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 19:54:19.082 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 19:54:19.082 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) 19:54:19.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:19.082 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:19.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:19.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:19.083 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:54:19.085 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:54:19.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:54:19.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:54:19.085 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:54:19.085 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:54:19.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:54:19.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:54:19.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:54:19.589 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:54:19.589 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:54:19.590 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:54:19.590 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:54:19.590 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:54:19.590 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:54:19.590 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:54:19.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:54:19.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:19.592 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:19.592 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 19:54:19.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:19.594 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:19.594 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:54:19.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:19.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:19.595 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:54:19.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 '\*?\QServers\E') 19:54:19.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:19.595 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:19.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:19.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:19.597 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:54:19.597 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:19.597 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:19.597 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:19.597 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:54:19.597 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:54:19.598 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:54:19.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server AB... 19:54:19.599 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:19.599 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:19.599 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:19.599 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:54:19.599 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 19:54:19.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:19.599 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:19.599 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:19.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:19.599 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:54:19.599 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:19.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:19.601 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:54:19.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:19.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:19.602 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:54:19.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') 19:54:19.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:19.602 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:19.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:19.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:19.604 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:54:19.604 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:19.604 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:19.604 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:19.604 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:54:19.604 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:54:19.604 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:54:19.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server AB finished successfully 19:54:19.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:19.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:19.607 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 19:54:19.607 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:19.609 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:19.609 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:54:19.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:19.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:19.609 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:54:19.609 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:54:19.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:19.609 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:19.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:19.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:19.621 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:54:19.621 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:19.621 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:19.622 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:19.622 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:54:19.622 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:54:19.622 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:54:19.623 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:19.623 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:19.623 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:19.623 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:54:19.623 INFO [WorkbenchTestable][ServersView2] Create new server 19:54:19.623 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:54:19.623 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:54:19.642 DEBUG [main][MenuItemLookup] Found menu:'New' 19:54:19.642 DEBUG [main][MenuItemLookup] Item match:New 19:54:19.642 DEBUG [main][MenuItemLookup] Found menu:'Server' 19:54:19.642 DEBUG [main][MenuItemLookup] Item match:Server 19:54:19.642 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 19:54:19.642 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 19:54:19.643 INFO [main][MenuItemHandler] Select menu item: Server 19:54:19.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 19:54:19.722 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 19:54:19.722 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 19:54:19.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:19.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:19.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:54:19.722 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:54:19.723 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:54:19.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:54:19.723 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:54:19.723 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:54:19.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 Server"] 19:54:19.723 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:54:19.723 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:54:19.723 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 19:54:19.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:19.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:19.723 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 19:54:19.723 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:54:19.724 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 19:54:19.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:19.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:19.725 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:19.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:19.725 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:54:19.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 19:54:19.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 19:54:19.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server]... 19:54:19.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:54:19.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:54:19.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 19:54:19.727 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 19:54:19.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:54:19.727 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 19:54:19.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:54:19.727 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 19:54:19.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 19:54:19.727 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 19:54:19.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:54:19.727 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 19:54:19.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:54:19.727 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 19:54:19.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server] finished successfully 19:54:19.727 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 19:54:19.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:19.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:19.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:19.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:19.728 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:54:19.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:54:19.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:54:19.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 19:54:19.728 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 19:54:19.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:54:19.728 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 19:54:19.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:54:19.728 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 19:54:19.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 19:54:19.728 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 19:54:19.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:54:19.728 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 19:54:19.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:54:19.728 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 19:54:19.728 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test server 19:54:19.728 DEBUG [main][TreeItemHandler] Selecting tree item: Test server 19:54:19.728 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test server about selection 19:54:19.729 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test server 19:54:19.729 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) 19:54:19.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:19.729 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:19.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:19.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:19.730 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:54:19.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:54:20.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:54:20.230 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:") 19:54:20.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:20.230 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:20.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:20.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:20.234 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:54:20.234 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:54:20.235 INFO [WorkbenchTestable][AbstractText] Text set to: Server A 19:54:20.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 19:54:20.235 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 19:54:20.235 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 19:54:20.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 19:54:20.736 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 19:54:20.736 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 19:54:20.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.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) 19:54:20.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:20.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:20.737 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:20.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:20.737 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:54:20.739 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:54:20.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:54:20.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:54:20.739 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:54:20.739 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:54:20.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:54:21.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:54:21.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:54:21.243 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:54:21.243 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:54:21.243 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:54:21.243 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:54:21.243 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:54:21.243 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:54:21.243 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:54:21.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:54:21.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:21.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:21.246 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 19:54:21.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:21.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:21.248 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:54:21.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:21.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:21.248 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:54: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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 19:54:21.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:21.248 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:21.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:21.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:21.250 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:54:21.250 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:21.250 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:21.251 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:21.251 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:54:21.251 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:54:21.251 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:54:21.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server A... 19:54:21.252 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:21.252 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:21.252 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:21.252 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:54: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.cnf.ServersView2, index 0 and no matchers specified 19:54:21.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:21.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:21.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:21.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:21.253 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:54:21.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:21.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:21.255 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:54:21.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:21.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:21.255 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:54:21.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') 19:54:21.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:21.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:21.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:21.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:21.257 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:54:21.257 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:21.257 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:21.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:21.258 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:54:21.258 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:54:21.258 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:54:21.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server A finished successfully 19:54:21.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:21.260 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:21.260 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 19:54:21.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:21.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:21.262 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:54:21.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:21.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:21.263 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:54:21.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 '\*?\QServers\E') 19:54:21.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:21.263 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:21.274 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:21.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:21.274 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:54:21.275 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:21.275 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:21.275 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:21.275 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:54:21.275 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:54:21.275 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:54:21.276 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:21.276 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:21.277 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:21.277 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:54:21.277 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 19:54:21.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:21.277 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:21.277 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:21.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:21.277 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:54:21.277 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:21.280 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:21.280 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:54:21.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:21.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:21.280 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:54:21.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 '\*?\QServers\E') 19:54:21.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:21.280 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:21.292 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:21.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:21.292 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:54:21.292 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:21.292 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:21.292 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:21.292 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:54:21.292 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:54:21.292 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:54:21.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:21.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:21.295 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:54:21.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:21.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:21.296 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:54:21.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 '\*?\QServers\E') 19:54:21.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:21.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:21.307 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:21.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:21.307 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:54:21.307 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:21.307 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:21.308 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:21.308 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:54:21.308 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:54:21.308 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:54:21.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:54:21.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:54:21.309 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:54:21.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:21.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:21.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:21.311 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:21.311 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 19:54:21.311 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:21.313 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:21.313 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:54:21.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:21.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:21.313 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:54:21.313 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:54:21.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:21.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:21.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:21.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:21.324 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:54:21.324 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:21.325 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:21.325 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:21.325 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:54:21.325 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:54:21.325 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:54:21.326 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:21.326 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:21.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:21.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:54:21.327 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 19:54:21.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:21.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:21.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:21.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:21.327 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:54:21.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:21.329 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:21.329 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:54:21.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:21.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:21.329 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:54:21.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 '\*?\QServers\E') 19:54:21.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:21.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:21.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:21.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:21.341 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:54:21.341 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:21.341 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:21.341 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:21.341 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:54:21.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:54:21.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:54:21.343 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server A [Stopped] 19:54:21.343 DEBUG [main][TreeItemHandler] Selecting tree item: Server A [Stopped] 19:54:21.343 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server A [Stopped] about selection 19:54:21.356 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server A [Stopped] 19:54:21.357 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:21.357 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:21.357 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:21.357 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:54:21.357 INFO [WorkbenchTestable][AbstractServer] Delete server 'Server A'. Stop server first: false 19:54:21.357 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:21.357 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:21.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:21.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:54:21.358 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:54:21.358 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:54:21.369 DEBUG [main][MenuItemLookup] Found menu:'New' 19:54:21.369 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 19:54:21.369 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:54:21.369 DEBUG [main][MenuItemLookup] Found menu:'' 19:54:21.369 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:54:21.369 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:54:21.369 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:54:21.369 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:54:21.369 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 19:54:21.369 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:54:21.369 INFO [main][MenuItemHandler] Select menu item: Delete Delete 19:54:21.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 19:54:21.389 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 19:54:21.389 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 19:54:21.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:21.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:21.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 "OK") 19:54:21.390 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:54:21.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:54:21.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:54:21.390 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 19:54:21.390 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:54:21.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:21.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:21.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:21.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:21.390 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:54:21.391 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:54:21.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:54:21.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:54:21.391 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:54:21.391 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:54:21.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:54:21.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:54:21.410 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:21.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:21.412 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 19:54:21.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:21.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:21.414 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:54:21.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:21.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:21.415 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:54:21.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 19:54:21.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:21.415 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:21.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:21.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:21.417 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:54:21.417 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:21.417 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:21.418 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:21.418 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:54:21.418 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:54:21.418 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:54:21.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server A... 19:54:21.419 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:21.419 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:21.419 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:21.419 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:54:21.419 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 19:54:21.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:21.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:21.420 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:21.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:21.420 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:54:21.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:21.422 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:21.422 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:54:21.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:21.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:21.422 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:54:21.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') 19:54:21.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:21.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:21.424 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:21.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:21.424 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:54:21.424 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:21.424 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:21.425 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:21.425 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:54:21.425 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:54:21.425 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:54:21.426 INFO [WorkbenchTestable][ServersView2] Requested server 'Server A' was not found on Servers view 19:54:21.426 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:21.426 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:21.426 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:21.426 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:54:21.426 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 19:54:21.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:21.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:21.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:21.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:21.426 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:54:21.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:21.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:21.437 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:54:21.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:21.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:21.438 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:54:21.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 '\*?\QServers\E') 19:54:21.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:21.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:21.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:21.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:21.440 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:54:21.440 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:21.440 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:21.441 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:21.441 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:54:21.441 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:54:21.441 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:54:21.442 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server AB' 19:54:21.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server A finished successfully 19:54:21.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:54:21.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:54:21.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:54:21.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:54:21.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:54:21.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:54:21.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:54:21.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:54:21.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:54:21.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:54:21.442 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:21.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:21.453 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:54:21.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:21.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:21.453 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:54:21.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 '\*?\QServers\E') 19:54:21.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:21.453 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:21.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:21.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:21.455 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:54:21.455 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:21.455 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:21.456 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:21.456 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:54:21.456 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:54:21.456 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:54:21.457 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server AB [Stopped] 19:54:21.457 DEBUG [main][TreeItemHandler] Selecting tree item: Server AB [Stopped] 19:54:21.457 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server AB [Stopped] about selection 19:54:21.470 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server AB [Stopped] 19:54:21.470 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:21.470 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:21.471 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:21.471 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:54:21.471 INFO [WorkbenchTestable][AbstractServer] Delete server 'Server AB'. Stop server first: false 19:54:21.471 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:21.471 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:21.471 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:21.471 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:54:21.472 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:54:21.472 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:54:21.484 DEBUG [main][MenuItemLookup] Found menu:'New' 19:54:21.484 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 19:54:21.484 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:54:21.484 DEBUG [main][MenuItemLookup] Found menu:'' 19:54:21.484 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:54:21.484 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:54:21.484 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:54:21.484 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:54:21.484 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 19:54:21.484 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:54:21.484 INFO [main][MenuItemHandler] Select menu item: Delete Delete 19:54:21.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 19:54:21.504 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 19:54:21.504 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 19:54:21.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:21.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:21.504 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:54:21.504 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:54:21.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:54:21.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:54:21.504 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 19:54:21.504 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:54:21.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:21.504 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:21.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:21.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:21.504 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:54:21.505 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:54:21.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:54:21.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:54:21.505 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:54:21.505 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:54:21.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:54:21.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:54:21.521 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:21.523 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:21.523 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 19:54:21.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:21.525 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:21.525 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:54:21.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:21.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:21.525 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:54:21.526 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:54:21.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:21.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:21.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:21.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:21.537 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:54:21.537 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:21.537 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:21.538 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:21.538 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:54:21.538 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:54:21.538 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:54:21.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server AB... 19:54:21.538 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:21.538 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:21.539 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:21.539 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 19:54:21.539 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 19:54:21.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:21.539 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:21.539 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:54:22.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:22.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:54:22.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:22.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:54:22.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:54:22.541 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 19:54:22.541 INFO [WorkbenchTestable][ServersView2] Requested server 'Server AB' was not found on Servers view 19:54:22.541 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:22.541 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:22.542 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:22.542 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 19:54:22.542 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 19:54:22.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:22.542 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:22.542 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:54:23.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:23.043 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:54:23.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:23.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:54:23.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:54:23.545 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 19:54:23.545 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 0] 19:54:23.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server AB finished successfully 19:54:23.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:54:23.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:54:23.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:54:23.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:54:23.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:54:23.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:54:23.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:54:23.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:54:23.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:54:23.545 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 19:54:23.545 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:54:23.545 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:54:23.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:54:23.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:54:23.546 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getServers no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) 19:54:23.546 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:54:23.546 INFO [WorkbenchTestable][RequirementsRunner] Started test: newServer no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) 19:54:23.546 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 19:54:23.546 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:54:23.546 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:54:23.546 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:54:23.546 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:23.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:23.548 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 19:54:23.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:23.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:23.551 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:54:23.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:23.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:23.551 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:54:23.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 19:54:23.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:23.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:23.553 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:23.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:23.553 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:54:23.553 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:23.553 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:23.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:23.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:54:23.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:54:23.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:54:23.554 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:23.554 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:23.555 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:23.555 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 19:54:23.555 INFO [WorkbenchTestable][ServersView2] Create new server 19:54:23.555 TRACE [WorkbenchTestable][WidgetHandler] Notify Link with event 35 19:54:23.555 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:54:23.556 DEBUG [main][MenuItemLookup] Found menu:'New' 19:54:23.556 DEBUG [main][MenuItemLookup] Item match:New 19:54:23.556 DEBUG [main][MenuItemLookup] Found menu:'Server' 19:54:23.556 DEBUG [main][MenuItemLookup] Item match:Server 19:54:23.556 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 19:54:23.556 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 19:54:23.556 INFO [main][MenuItemHandler] Select menu item: Server 19:54:23.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 19:54:23.633 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 19:54:23.633 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 19:54:23.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:23.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:23.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:54:23.633 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:54:23.634 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:54:23.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:54:23.634 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:54:23.634 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:54:23.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 Server"] 19:54:23.634 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:54:23.634 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:54:23.634 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 19:54:23.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:23.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:23.634 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 19:54:23.634 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:54:23.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:54:23.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:54:23.634 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 19:54:23.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:23.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:23.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:54:23.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:54:23.635 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 19:54:23.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:23.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:23.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 19:54:23.635 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 19:54:23.635 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 19:54:24.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 19:54:24.135 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 19:54:24.135 INFO [WorkbenchTestable][NewServerWizard] Cancel wizard 19:54:24.135 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) 19:54:24.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:24.135 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:24.136 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:24.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:24.136 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:54:24.137 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 19:54:24.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:54:24.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:54:24.137 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:54:24.137 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:54:24.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:54:24.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:54:24.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:54:24.162 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:54:24.162 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:54:24.162 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:54:24.162 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:54:24.162 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:54:24.162 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:54:24.162 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:54:24.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:54:24.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:24.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:24.170 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 19:54:24.170 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:24.172 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:24.172 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:54:24.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:24.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:24.172 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:54:24.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') 19:54:24.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:24.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:24.175 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:24.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:24.175 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:54:24.175 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:24.175 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:24.175 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:24.175 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:54:24.175 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:54:24.175 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:54:24.176 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:24.176 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:24.176 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:24.176 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 19:54:24.176 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 19:54:24.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:24.176 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:24.176 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:54:24.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:24.677 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:54:25.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:25.178 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:54:25.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:54:25.178 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 19:54:25.178 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 19:54:25.178 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:54:25.178 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:54:25.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:54:25.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:54:25.179 INFO [WorkbenchTestable][RequirementsRunner] Finished test: newServer no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) 19:54:25.179 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:54:25.179 INFO [WorkbenchTestable][RequirementsRunner] Started test: getServer_notFound no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) 19:54:25.179 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 19:54:25.179 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:54:25.179 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:54:25.179 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:54:25.179 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:25.181 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:25.181 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 19:54:25.181 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:25.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:25.183 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:54:25.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:25.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:25.184 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:54:25.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 '\*?\QServers\E') 19:54:25.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:25.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:25.186 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:25.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:25.186 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:54:25.186 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:25.186 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:25.186 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:25.186 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:54:25.186 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:54:25.186 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:54:25.187 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:25.187 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:25.187 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:25.187 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 19:54:25.187 INFO [WorkbenchTestable][ServersView2] Create new server 19:54:25.187 TRACE [WorkbenchTestable][WidgetHandler] Notify Link with event 35 19:54:25.187 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:54:25.188 DEBUG [main][MenuItemLookup] Found menu:'New' 19:54:25.188 DEBUG [main][MenuItemLookup] Item match:New 19:54:25.188 DEBUG [main][MenuItemLookup] Found menu:'Server' 19:54:25.188 DEBUG [main][MenuItemLookup] Item match:Server 19:54:25.189 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 19:54:25.189 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 19:54:25.189 INFO [main][MenuItemHandler] Select menu item: Server 19:54:25.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 19:54:25.264 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 19:54:25.264 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 19:54:25.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:25.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:25.265 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:54:25.265 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:54:25.265 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:54:25.265 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:54:25.265 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:54:25.265 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:54:25.265 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 19:54:25.265 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:54:25.265 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:54:25.265 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 19:54:25.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:25.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:25.265 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 19:54:25.265 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:54:25.267 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 19:54:25.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:25.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:25.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:25.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:25.267 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:54:25.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 19:54:25.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 19:54:25.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server]... 19:54:25.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:54:25.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:54:25.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 19:54:25.269 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 19:54:25.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:54:25.269 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 19:54:25.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:54:25.269 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 19:54:25.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 19:54:25.269 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 19:54:25.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:54:25.269 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 19:54:25.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:54:25.269 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 19:54:25.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server] finished successfully 19:54:25.269 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 19:54:25.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:25.269 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:25.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:25.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:25.270 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:54:25.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:54:25.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:54:25.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 19:54:25.270 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 19:54:25.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:54:25.270 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 19:54:25.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:54:25.270 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 19:54:25.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 19:54:25.270 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 19:54:25.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:54:25.270 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 19:54:25.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:54:25.270 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 19:54:25.270 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test server 19:54:25.270 DEBUG [main][TreeItemHandler] Selecting tree item: Test server 19:54:25.270 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test server about selection 19:54:25.271 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test server 19:54:25.271 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) 19:54:25.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:25.271 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:25.272 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:25.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:25.272 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:54:25.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:54:25.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:54:25.772 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:") 19:54:25.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:25.772 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:25.775 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:25.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:25.775 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:54:25.775 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:54:25.776 INFO [WorkbenchTestable][AbstractText] Text set to: Server AB 19:54:25.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 19:54:25.776 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 19:54:25.776 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 19:54:26.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 19:54:26.276 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 19:54:26.276 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 19:54:26.276 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) 19:54:26.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:26.277 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:26.277 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:26.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:26.277 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:54:26.279 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:54:26.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:54:26.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:54:26.279 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:54:26.279 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:54:26.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:54:26.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:54:26.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:54:26.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:54:26.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:54:26.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:54:26.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:54:26.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:54:26.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:54:26.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:54:26.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:54:26.783 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:26.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:26.786 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 19:54:26.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:26.788 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:26.788 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:54:26.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:26.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:26.788 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:54:26.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 '\*?\QServers\E') 19:54:26.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:26.788 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:26.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:26.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:26.790 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:54:26.790 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:26.790 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:26.791 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:26.791 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:54:26.791 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:54:26.791 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:54:26.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server AB... 19:54:26.792 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:26.792 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:26.792 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:26.792 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:54:26.792 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 19:54:26.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:26.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:26.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:26.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:26.793 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:54:26.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:26.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:26.804 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:54:26.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:26.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:26.804 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:54:26.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 '\*?\QServers\E') 19:54:26.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:26.804 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:26.806 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:26.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:26.806 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:54:26.806 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:26.806 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:26.807 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:26.807 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:54:26.807 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:54:26.807 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:54:26.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server AB finished successfully 19:54:26.809 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:26.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:26.820 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 19:54:26.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:26.822 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:26.822 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:54:26.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:26.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:26.822 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:54:26.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') 19:54:26.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:26.822 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:26.825 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:26.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:26.825 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:54:26.825 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:26.825 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:26.825 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:26.825 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:54:26.825 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:54:26.825 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:54:26.835 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:26.835 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:26.836 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:26.836 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:54:26.836 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 19:54:26.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:26.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:26.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:26.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:26.836 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:54:26.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:26.838 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:26.838 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:54:26.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:26.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:26.838 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:54:26.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 '\*?\QServers\E') 19:54:26.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:26.839 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:26.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:26.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:26.841 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:54:26.841 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:26.841 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:26.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:26.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:54:26.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:54:26.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:54:26.851 INFO [WorkbenchTestable][ServersView2] Requested server 'Server A' was not found on Servers view 19:54:26.851 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:26.851 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:26.852 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:26.852 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:54:26.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 19:54:26.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:26.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:26.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:26.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:26.852 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:54:26.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:26.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:26.855 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:54:26.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:26.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:26.856 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:54:26.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 '\*?\QServers\E') 19:54:26.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:26.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:26.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:26.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:26.858 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:54:26.858 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:26.858 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:26.859 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:26.859 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:54:26.859 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:54:26.859 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:54:26.868 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server AB' 19:54:26.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:54:26.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:54:26.868 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:54:26.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:26.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:26.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:26.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:26.871 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 19:54:26.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:26.873 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:26.873 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:54:26.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:26.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:26.873 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:54:26.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 '\*?\QServers\E') 19:54:26.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:26.873 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:26.875 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:26.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:26.875 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:54:26.875 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:26.875 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:26.875 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:26.876 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:54:26.876 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:54:26.876 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:54:26.885 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:26.886 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:26.886 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:26.886 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:54:26.886 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 19:54:26.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:26.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:26.886 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:26.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:26.886 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:54:26.887 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:26.889 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:26.889 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:54:26.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:26.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:26.889 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:54:26.889 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:54:26.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:26.889 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:26.891 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:26.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:26.891 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:54:26.891 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:26.891 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:26.891 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:26.892 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:54:26.892 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:54:26.892 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:54:26.892 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server AB [Stopped] 19:54:26.892 DEBUG [main][TreeItemHandler] Selecting tree item: Server AB [Stopped] 19:54:26.893 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server AB [Stopped] about selection 19:54:26.897 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server AB [Stopped] 19:54:26.897 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:26.897 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:26.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:26.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:54:26.898 INFO [WorkbenchTestable][AbstractServer] Delete server 'Server AB'. Stop server first: false 19:54:26.898 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:26.898 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:26.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:26.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:54:26.899 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:54:26.899 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:54:26.918 DEBUG [main][MenuItemLookup] Found menu:'New' 19:54:26.918 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 19:54:26.918 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:54:26.918 DEBUG [main][MenuItemLookup] Found menu:'' 19:54:26.918 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:54:26.918 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:54:26.918 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:54:26.918 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:54:26.918 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 19:54:26.918 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:54:26.918 INFO [main][MenuItemHandler] Select menu item: Delete Delete 19:54:26.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 19:54:26.937 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 19:54:26.937 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 19:54:26.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:26.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:26.937 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:54:26.937 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:54:26.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:54:26.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:54:26.937 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 19:54:26.937 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:54:26.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:26.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:26.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:26.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:26.937 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:54:26.938 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:54:26.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:54:26.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:54:26.938 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:54:26.938 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:54:26.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:54:26.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:54:26.956 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:26.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:26.958 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 19:54:26.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:26.960 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:26.960 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:54:26.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:26.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:26.960 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:54:26.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 '\*?\QServers\E') 19:54:26.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:26.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:26.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:26.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:26.963 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:54:26.963 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:26.963 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:26.963 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:26.963 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:54:26.963 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:54:26.963 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:54:26.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server AB... 19:54:26.964 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:26.964 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:26.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:26.964 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 19:54:26.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.cnf.ServersView2, index 0 and no matchers specified 19:54:26.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:26.964 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:26.964 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:54:27.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:27.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:54:27.966 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:27.966 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:54:27.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:54:27.967 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 19:54:27.967 INFO [WorkbenchTestable][ServersView2] Requested server 'Server AB' was not found on Servers view 19:54:27.967 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:27.967 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:27.968 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:27.968 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 19:54:27.968 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 19:54:27.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:27.968 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:27.968 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:54:28.468 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:28.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:54:28.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:28.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:54:28.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:54:28.971 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 19:54:28.971 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 0] 19:54:28.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server AB finished successfully 19:54:28.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:54:28.971 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:54:28.971 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:54:28.971 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:54:28.971 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:54:28.971 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:54:28.971 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:54:28.971 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:54:28.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:54:28.971 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 19:54:28.971 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:54:28.971 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:54:28.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:54:28.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:54:28.972 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getServer_notFound no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) 19:54:28.972 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:54:28.972 INFO [WorkbenchTestable][RequirementsRunner] Started test: getServer no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) 19:54:28.972 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 19:54:28.972 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:54:28.972 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:54:28.972 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:54:28.972 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:28.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:28.974 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 19:54:28.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:28.976 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:28.976 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:54:28.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:28.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:28.977 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:54:28.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') 19:54:28.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:28.977 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:28.979 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:28.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:28.979 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:54:28.979 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:28.979 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:28.979 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:28.979 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:54:28.979 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:54:28.979 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:54:28.980 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:28.980 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:28.980 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:28.980 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 19:54:28.980 INFO [WorkbenchTestable][ServersView2] Create new server 19:54:28.981 TRACE [WorkbenchTestable][WidgetHandler] Notify Link with event 35 19:54:28.981 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:54:28.981 DEBUG [main][MenuItemLookup] Found menu:'New' 19:54:28.981 DEBUG [main][MenuItemLookup] Item match:New 19:54:28.982 DEBUG [main][MenuItemLookup] Found menu:'Server' 19:54:28.982 DEBUG [main][MenuItemLookup] Item match:Server 19:54:28.982 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 19:54:28.982 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 19:54:28.982 INFO [main][MenuItemHandler] Select menu item: Server 19:54:29.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 19:54:29.058 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 19:54:29.058 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 19:54:29.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:29.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:29.058 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:54:29.058 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:54:29.058 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:54:29.058 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:54:29.058 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:54:29.058 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:54:29.058 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 19:54:29.058 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:54:29.058 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:54:29.058 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 19:54:29.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:29.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:29.058 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 19:54:29.059 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:54:29.060 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 19:54:29.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:29.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:29.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:29.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:29.060 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:54:29.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 19:54:29.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 19:54:29.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server]... 19:54:29.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:54:29.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:54:29.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 19:54:29.062 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 19:54:29.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:54:29.062 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 19:54:29.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:54:29.062 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 19:54:29.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 19:54:29.062 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 19:54:29.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:54:29.062 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 19:54:29.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:54:29.062 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 19:54:29.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server] finished successfully 19:54:29.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.wizard.NewServerWizardPage, index 0 and no matchers specified 19:54:29.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:29.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:29.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:29.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:29.063 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:54:29.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:54:29.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:54:29.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 19:54:29.063 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 19:54:29.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:54:29.063 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 19:54:29.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:54:29.063 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 19:54:29.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 19:54:29.063 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 19:54:29.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:54:29.063 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 19:54:29.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:54:29.063 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 19:54:29.063 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test server 19:54:29.063 DEBUG [main][TreeItemHandler] Selecting tree item: Test server 19:54:29.064 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test server about selection 19:54:29.064 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test server 19:54:29.065 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) 19:54:29.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:29.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:29.065 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:29.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:29.065 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:54:29.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:54:29.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:54:29.566 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:") 19:54:29.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:29.566 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:29.568 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:29.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:29.568 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:54:29.568 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:54:29.569 INFO [WorkbenchTestable][AbstractText] Text set to: Server AB 19:54:29.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 19:54:29.569 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 19:54:29.569 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 19:54:30.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 19:54:30.070 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 19:54:30.070 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 19:54:30.070 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) 19:54:30.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:30.070 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:30.071 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:30.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:30.071 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:54:30.073 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:54:30.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:54:30.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:54:30.073 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:54:30.073 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:54:30.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:54:30.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:54:30.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:54:30.577 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:54:30.577 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:54:30.577 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:54:30.577 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:54:30.577 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:54:30.577 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:54:30.577 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:54:30.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:54:30.577 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:30.580 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:30.580 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 19:54:30.580 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:30.582 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:30.582 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:54:30.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:30.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:30.582 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:54:30.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 '\*?\QServers\E') 19:54:30.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:30.582 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:30.584 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:30.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:30.584 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:54:30.584 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:30.584 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:30.585 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:30.585 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:54:30.585 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:54:30.585 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:54:30.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server AB... 19:54:30.586 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:30.586 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:30.586 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:30.586 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:54:30.595 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 19:54:30.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:30.595 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:30.595 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:30.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:30.595 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:54:30.595 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:30.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:30.597 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:54:30.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:30.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:30.598 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:54:30.598 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:54:30.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:30.598 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:30.599 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:30.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:30.599 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:54:30.599 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:30.599 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:30.600 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:30.600 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:54:30.600 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:54:30.600 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:54:30.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server AB finished successfully 19:54:30.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:30.612 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:30.612 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 19:54:30.612 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:30.614 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:30.614 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:54:30.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:30.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:30.614 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:54:30.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 '\*?\QServers\E') 19:54:30.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:30.614 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:30.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:30.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:30.616 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:54:30.616 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:30.616 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:30.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:30.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:54:30.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:54:30.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:54:30.618 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:30.618 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:30.619 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:30.619 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:54:30.619 INFO [WorkbenchTestable][ServersView2] Create new server 19:54:30.619 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:54:30.619 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:54:30.637 DEBUG [main][MenuItemLookup] Found menu:'New' 19:54:30.637 DEBUG [main][MenuItemLookup] Item match:New 19:54:30.637 DEBUG [main][MenuItemLookup] Found menu:'Server' 19:54:30.637 DEBUG [main][MenuItemLookup] Item match:Server 19:54:30.637 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 19:54:30.637 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 19:54:30.637 INFO [main][MenuItemHandler] Select menu item: Server 19:54:30.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 19:54:30.707 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 19:54:30.707 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 19:54:30.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:30.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:30.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:54:30.708 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:54:30.708 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:54:30.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:54:30.708 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:54:30.708 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:54:30.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 Server"] 19:54:30.708 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:54:30.708 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:54:30.708 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 19:54:30.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:30.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:30.708 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 19:54:30.708 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:54:30.709 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 19:54:30.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:30.709 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:30.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:30.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:30.710 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:54:30.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 19:54:30.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 19:54:30.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server]... 19:54:30.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:54:30.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:54:30.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 19:54:30.712 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 19:54:30.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:54:30.712 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 19:54:30.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:54:30.712 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 19:54:30.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 19:54:30.712 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 19:54:30.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:54:30.712 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 19:54:30.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:54:30.712 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 19:54:30.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server] finished successfully 19:54:30.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 19:54:30.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:30.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:30.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:30.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:30.712 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:54:30.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:54:30.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:54:30.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 19:54:30.713 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 19:54:30.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:54:30.713 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 19:54:30.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:54:30.713 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 19:54:30.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 19:54:30.713 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 19:54:30.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:54:30.713 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 19:54:30.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:54:30.713 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 19:54:30.713 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test server 19:54:30.713 DEBUG [main][TreeItemHandler] Selecting tree item: Test server 19:54:30.713 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test server about selection 19:54:30.714 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test server 19:54:30.714 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) 19:54:30.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:30.714 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:30.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:30.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:30.715 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:54:30.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:54:31.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:54:31.215 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:") 19:54:31.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:31.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:31.218 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:31.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:31.218 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:54:31.218 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:54:31.218 INFO [WorkbenchTestable][AbstractText] Text set to: Server A 19:54:31.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 19:54:31.219 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 19:54:31.219 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 19:54:31.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 19:54:31.719 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 19:54:31.719 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 19:54:31.720 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) 19:54:31.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:31.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:31.721 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:31.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:31.721 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:54:31.723 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:54:31.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:54:31.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:54:31.723 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:54:31.723 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:54:31.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:54:32.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:54:32.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:54:32.227 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:54:32.227 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:54:32.227 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:54:32.227 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:54:32.227 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:54:32.227 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:54:32.227 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:54:32.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:54:32.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:32.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:32.229 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 19:54:32.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:32.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:32.231 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:54:32.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:32.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:32.232 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:54:32.232 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:54:32.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:32.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:32.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:32.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:32.234 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:54:32.234 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:32.234 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:32.235 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:32.235 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:54:32.235 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:54:32.235 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:54:32.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server A... 19:54:32.236 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:32.236 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:32.236 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:32.236 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:54:32.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 19:54:32.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:32.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:32.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:32.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:32.237 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:54:32.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:32.239 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:32.239 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:54:32.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:32.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:32.239 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:54:32.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 '\*?\QServers\E') 19:54:32.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:32.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:32.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:32.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:32.241 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:54:32.241 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:32.241 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:32.242 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:32.242 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:54:32.242 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:54:32.242 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:54:32.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server A finished successfully 19:54:32.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:32.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:32.254 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 19:54:32.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:32.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:32.256 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:54:32.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:32.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:32.257 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:54:32.257 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:54:32.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:32.257 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:32.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:32.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:32.259 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:54:32.259 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:32.259 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:32.259 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:32.259 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:54:32.259 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:54:32.259 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:54:32.269 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:32.269 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:32.270 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:32.270 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:54:32.270 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 19:54:32.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:32.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:32.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:32.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:32.270 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:54:32.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:32.272 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:32.272 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:54:32.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:32.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:32.273 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:54:32.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 '\*?\QServers\E') 19:54:32.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:32.273 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:32.275 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:32.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:32.275 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:54:32.275 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:32.275 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:32.275 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:32.275 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:54:32.275 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:54:32.275 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:54:32.276 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:32.287 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:32.287 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:54:32.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:32.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:32.288 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:54:32.288 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:54:32.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:32.288 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:32.290 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:32.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:32.290 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:54:32.290 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:32.290 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:32.291 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:32.291 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:54:32.291 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:54:32.291 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:54:32.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:54:32.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:54:32.292 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:54:32.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:32.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:32.292 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:32.304 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:32.304 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 19:54:32.304 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:32.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:32.306 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:54:32.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:32.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:32.306 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:54:32.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 '\*?\QServers\E') 19:54:32.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:32.306 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:32.308 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:32.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:32.308 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:54:32.308 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:32.308 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:32.308 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:32.308 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:54:32.308 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:54:32.308 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:54:32.310 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:32.310 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:32.310 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:32.310 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:54:32.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.cnf.ServersView2, index 0 and no matchers specified 19:54:32.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:32.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:32.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:32.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:32.319 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:54:32.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:32.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:32.322 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:54:32.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:32.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:32.322 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:54:32.322 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:54:32.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:32.322 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:32.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:32.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:32.324 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:54:32.324 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:32.324 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:32.325 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:32.325 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:54:32.325 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:54:32.325 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:54:32.326 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server A [Stopped] 19:54:32.326 DEBUG [main][TreeItemHandler] Selecting tree item: Server A [Stopped] 19:54:32.326 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server A [Stopped] about selection 19:54:32.339 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server A [Stopped] 19:54:32.339 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:32.339 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:32.340 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:32.340 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:54:32.340 INFO [WorkbenchTestable][AbstractServer] Delete server 'Server A'. Stop server first: false 19:54:32.340 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:32.340 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:32.341 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:32.341 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:54:32.341 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:54:32.341 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:54:32.352 DEBUG [main][MenuItemLookup] Found menu:'New' 19:54:32.352 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 19:54:32.352 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:54:32.352 DEBUG [main][MenuItemLookup] Found menu:'' 19:54:32.352 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:54:32.352 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:54:32.352 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:54:32.352 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:54:32.352 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 19:54:32.352 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:54:32.352 INFO [main][MenuItemHandler] Select menu item: Delete Delete 19:54:32.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 19:54:32.372 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 19:54:32.372 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 19:54:32.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:32.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:32.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 "OK") 19:54:32.372 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:54:32.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:54:32.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:54:32.372 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 19:54:32.372 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:54:32.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:32.372 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:32.373 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:32.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:32.373 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:54:32.373 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:54:32.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:54:32.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:54:32.373 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:54:32.373 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:54:32.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:54:32.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:54:32.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:32.395 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:32.395 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 19:54:32.395 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:32.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:32.397 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:54:32.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:32.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:32.397 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:54:32.397 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:54:32.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:32.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:32.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:32.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:32.399 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:54:32.399 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:32.399 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:32.400 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:32.400 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:54:32.400 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:54:32.400 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:54:32.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server A... 19:54:32.401 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:32.401 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:32.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:32.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:54:32.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 19:54:32.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:32.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:32.401 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:32.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:32.401 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:54:32.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:32.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:32.413 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:54:32.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:32.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:32.413 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:54:32.413 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:54:32.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:32.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:32.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:32.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:32.415 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:54:32.415 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:32.415 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:32.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:32.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:54:32.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:54:32.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:54:32.417 INFO [WorkbenchTestable][ServersView2] Requested server 'Server A' was not found on Servers view 19:54:32.417 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:32.417 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:32.417 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:32.418 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:54:32.418 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 19:54:32.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:32.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:32.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:32.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:32.418 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:54:32.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:32.429 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:32.429 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:54:32.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:32.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:32.429 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:54:32.429 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:54:32.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:32.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:32.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:32.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:32.431 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:54:32.431 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:32.431 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:32.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:32.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:54:32.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:54:32.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:54:32.433 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server AB' 19:54:32.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server A finished successfully 19:54:32.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:54:32.433 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:54:32.433 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:54:32.433 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:54:32.433 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:54:32.433 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:54:32.433 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:54:32.433 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:54:32.433 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:54:32.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:54:32.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:32.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:32.435 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:54:32.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:32.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:32.435 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:54:32.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') 19:54:32.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:32.435 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:32.447 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:32.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:32.447 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:54:32.447 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:32.447 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:32.447 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:32.447 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:54:32.447 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:54:32.447 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:54:32.448 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server AB [Stopped] 19:54:32.448 DEBUG [main][TreeItemHandler] Selecting tree item: Server AB [Stopped] 19:54:32.449 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server AB [Stopped] about selection 19:54:32.453 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server AB [Stopped] 19:54:32.462 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:32.462 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:32.462 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:32.462 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:54:32.463 INFO [WorkbenchTestable][AbstractServer] Delete server 'Server AB'. Stop server first: false 19:54:32.463 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:32.463 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:32.463 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:32.463 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:54:32.464 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:54:32.464 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:54:32.473 DEBUG [main][MenuItemLookup] Found menu:'New' 19:54:32.474 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 19:54:32.474 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:54:32.474 DEBUG [main][MenuItemLookup] Found menu:'' 19:54:32.474 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:54:32.474 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:54:32.474 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:54:32.474 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:54:32.474 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 19:54:32.474 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:54:32.474 INFO [main][MenuItemHandler] Select menu item: Delete Delete 19:54:32.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 19:54:32.492 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 19:54:32.493 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 19:54:32.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:32.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:32.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 "OK") 19:54:32.493 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:54:32.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:54:32.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:54:32.493 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 19:54:32.493 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:54:32.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:32.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:32.493 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:32.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:32.493 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:54:32.493 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:54:32.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:54:32.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:54:32.494 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:54:32.494 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:54:32.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:54:32.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:54:32.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:32.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:32.511 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 19:54:32.512 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:32.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:32.517 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:54:32.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:32.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:32.517 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:54:32.517 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:54:32.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:32.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:32.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:32.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:32.519 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:54:32.519 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:32.519 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:32.520 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:32.520 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:54:32.520 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:54:32.520 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:54:32.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server AB... 19:54:32.520 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:32.520 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:32.521 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:32.521 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 19:54:32.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 19:54:32.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:32.521 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:32.521 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:54:33.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:33.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:54:33.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:33.523 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:54:33.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:54:33.524 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 19:54:33.524 INFO [WorkbenchTestable][ServersView2] Requested server 'Server AB' was not found on Servers view 19:54:33.524 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:33.524 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:33.525 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:33.525 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 19:54:33.525 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 19:54:33.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:33.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:33.525 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:54:34.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:34.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:54:34.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:34.528 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:54:34.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:54:34.529 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 19:54:34.529 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 0] 19:54:34.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server AB finished successfully 19:54:34.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:54:34.529 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:54:34.529 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:54:34.529 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:54:34.529 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:54:34.529 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:54:34.529 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:54:34.529 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:54:34.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:54:34.529 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 19:54:34.529 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:54:34.529 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:54:34.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:54:34.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:54:34.530 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getServer no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) 19:54:34.530 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:54:34.530 INFO [WorkbenchTestable][RequirementsRunner] Started test: getServers_noServers no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) 19:54:34.530 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 19:54:34.530 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:54:34.530 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:54:34.530 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:54:34.530 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:34.532 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:34.532 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 19:54:34.532 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:34.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:34.534 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:54:34.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:34.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:34.535 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:54:34.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') 19:54:34.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:34.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:34.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:34.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:34.537 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:54:34.537 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:34.537 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:34.537 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:34.537 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:54:34.538 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:54:34.538 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:54:34.538 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:34.538 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:34.538 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:34.538 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 19:54:34.538 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 19:54:34.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:34.539 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:34.539 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:54:35.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:35.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:54:35.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:35.542 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:54:35.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:54:35.543 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 19:54:35.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:54:35.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:54:35.543 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:54:35.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:35.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:35.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:35.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:35.545 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 19:54:35.546 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:35.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:35.548 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:54:35.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:35.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:35.548 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:54:35.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 '\*?\QServers\E') 19:54:35.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:35.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:35.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:35.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:35.550 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:54:35.550 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:35.550 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:35.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:35.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:54:35.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:54:35.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:54:35.551 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:35.551 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:35.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:35.551 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 19:54:35.552 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 19:54:35.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:35.552 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:35.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:54:36.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:36.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:54:36.553 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:36.553 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:54:36.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:54:36.554 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 19:54:36.554 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 19:54:36.554 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:54:36.554 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:54:36.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:54:36.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:54:36.554 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getServers_noServers no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) 19:54:36.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:36.556 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:36.556 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 19:54:36.556 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:36.559 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:36.559 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:54:36.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:36.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:36.559 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:54:36.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 '\*?\QServers\E') 19:54:36.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:36.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:36.561 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:36.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:36.561 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:54:36.561 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:36.561 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:36.562 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:36.562 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:54:36.562 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:54:36.562 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:54:36.563 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:36.563 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:36.563 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:36.563 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 19:54:36.563 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 19:54:36.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:36.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:36.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:54:37.064 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:37.064 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:54:37.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:37.566 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:54:37.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:54:37.566 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 19:54:37.566 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 19:54:37.566 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:54:37.566 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:54:37.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:54:37.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.622 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: 3.029 s getServers no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) Time elapsed: 5.571 s newServer no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) Time elapsed: 1.633 s getServer_notFound no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) Time elapsed: 3.793 s getServer no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) Time elapsed: 5.558 s getServers_noServers no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) Time elapsed: 2.024 s Running org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 19:54:37.570 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 19:54:37.571 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:54:37.571 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:54:37.571 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 19:54:37.571 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:54:37.571 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:54:37.571 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:54:37.571 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:54:37.571 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:54:37.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: "Import"] 19:54:37.572 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:54:37.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: "Import"] 19:54:37.572 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:54:37.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: "Import"] 19:54:37.572 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:54:37.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: "Import"] 19:54:37.572 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:54:37.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: "Import"] 19:54:37.572 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:54:37.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: "Import"] 19:54:37.572 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:54:37.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: "Import"] 19:54:37.572 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:54:37.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: "Import"] 19:54:37.572 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:54:37.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: "Import"] 19:54:37.573 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:54:37.573 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:54:37.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:37.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:37.573 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:54:37.573 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:54:37.573 DEBUG [main][MenuItemLookup] Found menu:'File' 19:54:37.573 DEBUG [main][MenuItemLookup] Item match:File 19:54:37.574 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:54:37.574 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:54:37.574 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:54:37.574 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:54:37.574 DEBUG [main][MenuItemLookup] Found menu:'' 19:54:37.574 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:54:37.574 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:54:37.574 DEBUG [main][MenuItemLookup] Found menu:'' 19:54:37.574 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:54:37.574 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 19:54:37.574 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 19:54:37.574 DEBUG [main][MenuItemLookup] Found menu:'Revert' 19:54:37.574 DEBUG [main][MenuItemLookup] Found menu:'' 19:54:37.574 DEBUG [main][MenuItemLookup] Found menu:'Move...' 19:54:37.574 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 19:54:37.574 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:54:37.574 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 19:54:37.574 DEBUG [main][MenuItemLookup] Found menu:'' 19:54:37.574 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 19:54:37.574 DEBUG [main][MenuItemLookup] Found menu:'' 19:54:37.574 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:54:37.574 DEBUG [main][MenuItemLookup] Item match:Import... 19:54:37.574 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 19:54:37.574 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 19:54:37.574 INFO [main][MenuItemHandler] Select menu item: &Import... 19:54:37.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 19:54:37.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 19:54:37.626 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 19:54:37.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:37.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:37.627 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 19:54:37.627 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:54:37.627 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 19:54:37.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:37.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:37.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:37.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:37.628 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:54:37.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:54:37.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:54:37.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:54:37.629 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:54:37.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:54:37.629 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:54:37.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:54:37.629 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:54:37.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:54:37.629 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:54:37.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:54:37.629 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:54:37.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:54:37.629 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:54:37.629 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 19:54:37.629 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 19:54:37.629 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 19:54:37.629 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 19:54:37.630 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 19:54:37.630 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 19:54:37.630 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) 19:54:37.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:37.630 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:37.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:37.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:37.630 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:54:37.630 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:54:37.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:54:37.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:54:37.630 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:54:37.630 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:54:37.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: "Import"] 19:54:37.668 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:54:37.668 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:54:37.668 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 19:54:37.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:37.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:37.669 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 19:54:37.669 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:54:37.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 19:54:37.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 19:54:37.669 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 19:54:37.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:37.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:37.669 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 19:54:37.669 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:54:37.669 INFO [WorkbenchTestable][WizardProjectsImportPage] Settig archive file to '/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/wst/server/ui/view/server-project.zip' 19:54:37.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.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:") 19:54:37.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:37.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:37.670 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:37.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:37.670 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:54:37.670 INFO [WorkbenchTestable][AbstractButton] Click button Select &archive file: 19:54:37.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:54:37.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:54:37.670 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:54:37.670 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:54:37.671 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 19:54:37.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:37.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:54:37.671 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:54:37.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:37.671 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 19:54:37.678 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo /home/jenkins/agent/workspace/reddeer.verification.parametrized/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.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/wst/server/ui/view/server-project.zip 19:54:37.678 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") 19:54:37.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:37.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:37.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:37.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:37.691 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:54:37.692 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 19:54:37.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:54:37.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:54:37.692 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:54:37.692 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:54:37.699 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 19:54:37.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:37.699 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:37.699 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:37.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:37.699 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:54:37.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 19:54:37.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 19:54:37.699 INFO [WorkbenchTestable][WizardProjectsImportPage] Selecting all projects 19:54:37.699 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") 19:54:37.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:37.700 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:37.700 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:37.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:37.700 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:54:37.700 INFO [WorkbenchTestable][AbstractButton] Click button &Select All 19:54:37.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:54:37.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:54:37.700 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:54:37.700 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:54:37.701 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 19:54:37.701 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Finish wizard 19:54:37.701 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) 19:54:37.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:37.701 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:37.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:37.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:37.702 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:54:37.702 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:54:37.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:54:37.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:54:37.702 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:54:37.702 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:54:37.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:54:38.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:54:38.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:54:38.219 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:54:38.219 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 19:54:38.219 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:54:38.219 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:54:38.219 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:54:38.219 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:54:38.219 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:54:38.219 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:54:38.219 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:54:38.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:54:38.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:38.222 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:38.222 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 19:54:38.222 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:38.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:38.225 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:54:38.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:38.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:38.225 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:54:38.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 '\*?\QServers\E') 19:54:38.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:38.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:38.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:38.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:38.227 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:54:38.227 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:38.227 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:38.228 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:38.228 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:54:38.228 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:54:38.228 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:54:38.228 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:38.229 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:38.229 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:38.229 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 19:54:38.229 INFO [WorkbenchTestable][ServersView2] Create new server 19:54:38.229 TRACE [WorkbenchTestable][WidgetHandler] Notify Link with event 35 19:54:38.229 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:54:38.230 DEBUG [main][MenuItemLookup] Found menu:'New' 19:54:38.230 DEBUG [main][MenuItemLookup] Item match:New 19:54:38.230 DEBUG [main][MenuItemLookup] Found menu:'Server' 19:54:38.230 DEBUG [main][MenuItemLookup] Item match:Server 19:54:38.230 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 19:54:38.230 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 19:54:38.230 INFO [main][MenuItemHandler] Select menu item: Server 19:54:38.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 19:54:38.314 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 19:54:38.314 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 19:54:38.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:38.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:38.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:54:38.320 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:54:38.320 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:54:38.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:54:38.321 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:54:38.321 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:54:38.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 Server"] 19:54:38.321 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:54:38.321 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:54:38.321 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 19:54:38.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:38.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:38.321 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 19:54:38.321 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:54:38.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.wizard.NewServerWizardPage, index 0 and no matchers specified 19:54:38.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:38.322 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:38.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:38.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:38.322 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:54:38.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 19:54:38.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 19:54:38.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server]... 19:54:38.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:54:38.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:54:38.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 19:54:38.324 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 19:54:38.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:54:38.325 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 19:54:38.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:54:38.325 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 19:54:38.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 19:54:38.325 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 19:54:38.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:54:38.325 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 19:54:38.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:54:38.325 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 19:54:38.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server] finished successfully 19:54:38.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 19:54:38.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:38.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:38.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:38.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:38.325 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:54:38.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:54:38.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:54:38.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 19:54:38.325 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 19:54:38.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:54:38.325 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 19:54:38.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:54:38.326 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 19:54:38.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 19:54:38.326 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 19:54:38.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:54:38.326 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 19:54:38.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:54:38.326 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 19:54:38.326 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test server 19:54:38.326 DEBUG [main][TreeItemHandler] Selecting tree item: Test server 19:54:38.326 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test server about selection 19:54:38.327 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test server 19:54:38.327 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) 19:54:38.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:38.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:38.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:38.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:38.327 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:54:38.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:54:38.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:54:38.828 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:") 19:54:38.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:38.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:38.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:38.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:38.831 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:54:38.831 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:54:38.831 INFO [WorkbenchTestable][AbstractText] Text set to: Server ABC 19:54:38.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 19:54:38.832 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 19:54:38.832 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 19:54:39.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 19:54:39.332 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 19:54:39.332 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 19:54:39.332 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) 19:54:39.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:39.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:39.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:39.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:39.333 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:54:39.335 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:54:39.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:54:39.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:54:39.335 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:54:39.335 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:54:39.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:54:39.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:54:39.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:54:39.841 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 19:54:39.841 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:54:39.841 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:54:39.841 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:54:39.841 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:54:39.841 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:54:39.841 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:54:39.841 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:54:39.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:54:39.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:39.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:39.843 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 19:54:39.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:39.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:39.845 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:54:39.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:39.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:39.846 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:54:39.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 '\*?\QServers\E') 19:54:39.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:39.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:39.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:39.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:39.855 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:54:39.855 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:39.855 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:39.856 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:39.856 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:54:39.856 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:54:39.856 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:54:39.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server ABC... 19:54:39.857 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:39.857 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:39.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:39.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:54:39.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.cnf.ServersView2, index 0 and no matchers specified 19:54:39.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:39.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:39.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:39.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:39.858 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:54:39.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:39.860 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:39.860 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:54:39.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:39.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:39.860 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:54:39.860 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:54:39.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:39.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:39.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:39.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:39.862 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:54:39.862 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:39.862 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:39.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:39.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:54:39.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:54:39.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:54:39.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server ABC finished successfully 19:54:39.873 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:39.875 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:39.875 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 19:54:39.875 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:39.877 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:39.877 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:54:39.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:39.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:39.877 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:54:39.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 '\*?\QServers\E') 19:54:39.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:39.877 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:39.880 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:39.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:39.880 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:54:39.880 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:39.880 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:39.889 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:39.889 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:54:39.889 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:54:39.889 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:54:39.890 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:39.890 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:39.891 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:39.891 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:54:39.891 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 19:54:39.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:39.891 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:39.891 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:39.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:39.891 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:54:39.891 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:39.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:39.893 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:54:39.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:39.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:39.893 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:54:39.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') 19:54:39.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:39.893 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:39.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:39.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:39.895 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:54:39.895 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:39.895 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:39.896 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:39.896 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:54:39.896 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:54:39.896 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:54:39.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:39.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:39.907 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:54:39.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:39.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:39.908 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:54:39.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 '\*?\QServers\E') 19:54:39.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:39.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:39.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:39.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:39.910 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:54:39.910 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:39.910 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:39.911 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:39.911 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:54:39.911 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:54:39.911 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:54:39.912 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped] 19:54:39.912 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped] 19:54:39.912 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped] about selection 19:54:39.931 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped] 19:54:39.932 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:39.932 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:39.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:39.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:54:39.933 INFO [WorkbenchTestable][AbstractServer] Start server Server ABC 19:54:39.933 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:39.933 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:39.933 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:39.933 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:54:39.933 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:39.933 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:39.934 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:39.934 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:54:39.934 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Start on server Server ABC 19:54:39.934 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:39.934 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:39.934 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:39.934 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:54:39.934 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped] 19:54:39.934 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped] 19:54:39.935 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped] about selection 19:54:39.938 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped] 19:54:39.938 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:54:39.938 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:54:39.938 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:54:39.953 DEBUG [main][MenuItemLookup] Found menu:'New' 19:54:39.953 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 19:54:39.953 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:54:39.953 DEBUG [main][MenuItemLookup] Found menu:'' 19:54:39.953 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:54:39.953 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:54:39.953 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:54:39.953 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 19:54:39.953 DEBUG [main][MenuItemLookup] Found menu:'' 19:54:39.953 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 19:54:39.953 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 19:54:39.953 DEBUG [main][MenuItemLookup] Item match:Start Ctrl+Alt+R 19:54:39.953 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Start Ctrl+Alt+R" 19:54:39.953 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Start Ctrl+Alt+R 19:54:39.953 INFO [main][MenuItemHandler] Select menu item: &Start Ctrl+Alt+R 19:54:39.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run... 19:54:39.955 DEBUG [Worker-1: Publishing to Server ABC...][AbstractWait] Wait for 1 seconds 19:54:40.960 DEBUG [Worker-1: Starting Server ABC][AbstractWait] Wait for 1 seconds 19:54:42.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run finished successfully 19:54:42.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started... 19:54:42.456 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:42.456 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:42.457 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:42.457 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:54:42.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started finished successfully 19:54:42.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:54:42.457 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:54:42.457 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:54:42.457 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:54:42.457 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:54:42.457 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:54:42.457 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:54:42.457 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:54:42.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:54:42.457 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:42.457 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:42.458 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:42.458 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:54:42.458 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STARTED' 19:54:42.458 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:54:42.458 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:54:42.458 INFO [WorkbenchTestable][RequirementsRunner] Started test: startServerModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 19:54:42.458 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 19:54:42.458 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:54:42.458 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:54:42.458 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:54:42.458 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:42.459 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:42.459 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:42.459 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:54:42.459 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Started, Synchronized] 19:54:42.459 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Started, Synchronized] 19:54:42.459 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Started, Synchronized] about selection 19:54:42.462 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Started, Synchronized] 19:54:42.462 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 19:54:42.463 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:54:42.463 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:54:42.475 DEBUG [main][MenuItemLookup] Found menu:'New' 19:54:42.475 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 19:54:42.475 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:54:42.475 DEBUG [main][MenuItemLookup] Found menu:'' 19:54:42.475 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:54:42.475 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:54:42.475 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:54:42.475 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 19:54:42.475 DEBUG [main][MenuItemLookup] Found menu:'' 19:54:42.475 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 19:54:42.475 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 19:54:42.475 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 19:54:42.475 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 19:54:42.475 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 19:54:42.475 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 19:54:42.475 DEBUG [main][MenuItemLookup] Found menu:'' 19:54:42.475 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 19:54:42.475 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 19:54:42.475 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 19:54:42.475 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 19:54:42.475 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 19:54:42.519 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.... 19:54:42.519 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:54:42.519 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:54:42.519 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 19:54:42.519 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 19:54:42.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:42.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:42.520 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 19:54:42.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:42.520 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:42.520 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:42.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:42.520 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:54:42.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:54:42.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:54:42.521 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 19:54:42.521 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 19:54:42.521 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 19:54:42.521 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 19:54:42.522 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 >") 19:54:42.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:42.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:42.522 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:42.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:42.522 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:54:42.522 INFO [WorkbenchTestable][AbstractButton] Click button A&dd > 19:54:42.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:54:42.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:54:42.522 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:54:42.522 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:54:42.523 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 19:54:42.523 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) 19:54:42.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:42.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:42.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:42.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:42.524 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:54:42.524 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:54:42.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:54:42.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:54:42.524 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:54:42.524 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:54:42.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 19:54:42.532 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 19:54:43.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 19:54:43.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:54:43.032 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:54:43.032 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:54:43.032 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:54:43.032 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:54:43.032 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:54:43.032 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:54:43.032 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:54:43.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:54:43.033 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:43.033 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:43.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:43.034 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:54:43.034 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started] and wait with time period 1 19:54:43.034 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 19:54:43.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:54:43.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:54:43.534 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 19:54:43.535 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 19:54:43.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:54:43.535 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 19:54:43.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:54:43.535 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 19:54:43.535 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:54:43.536 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:43.536 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:43.536 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:43.536 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:54:43.537 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 19:54:43.537 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 19:54:43.537 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 19:54:43.541 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 19:54:43.541 INFO [WorkbenchTestable][ServerModule] Start server module with name 'server-project' 19:54:43.541 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:43.541 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:43.542 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:43.542 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:54:43.542 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 19:54:43.542 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 19:54:43.542 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 19:54:43.548 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 19:54:43.548 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:54:43.548 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:54:43.558 DEBUG [main][MenuItemLookup] Found menu:'New' 19:54:43.558 DEBUG [main][MenuItemLookup] Found menu:'' 19:54:43.558 DEBUG [main][MenuItemLookup] Found menu:'Start' 19:54:43.558 DEBUG [main][MenuItemLookup] Item match:Start 19:54:43.559 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Start" 19:54:43.559 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Start 19:54:43.559 INFO [main][MenuItemHandler] Select menu item: &Start 19:54:43.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:54:43.559 DEBUG [WorkbenchTestable][JobIsRunning] job 'Starting server-project' has no excuses, wait for it 19:54:43.560 DEBUG [Worker-8: Starting server-project][AbstractWait] Wait for 1 seconds 19:54:44.059 DEBUG [WorkbenchTestable][JobIsRunning] job 'Starting server-project' has no excuses, wait for it 19:54:44.560 DEBUG [WorkbenchTestable][JobIsRunning] job 'Starting server-project' has no excuses, wait for it 19:54:45.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:54:45.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:54:45.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:54:45.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:54:45.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:54:45.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:54:45.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:54:45.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:54:45.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until expected server module state: 'Started... 19:54:45.061 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:45.061 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:45.062 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:45.062 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:54:45.062 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Started] 19:54:45.062 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Started] 19:54:45.062 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Started] about selection 19:54:45.065 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Started] 19:54:45.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until expected server module state: 'Started finished successfully 19:54:45.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:54:45.066 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:54:45.066 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:54:45.066 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:54:45.066 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:54:45.066 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:54:45.066 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:54:45.066 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:54:45.066 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:54:45.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:54:45.066 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:45.066 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:45.067 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:45.067 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:54:45.067 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Started] 19:54:45.067 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Started] 19:54:45.067 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Started] about selection 19:54:45.070 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Started] 19:54:45.070 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:45.070 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:45.070 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:45.070 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:54:45.070 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started] and wait with time period 1 19:54:45.071 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 19:54:45.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:54:45.071 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 19:54:45.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:54:45.071 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 19:54:45.071 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 19:54:45.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:54:45.071 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 19:54:45.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:54:45.071 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 19:54:45.071 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:54:45.071 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:45.071 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:45.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:45.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:54:45.071 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Started] 19:54:45.071 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Started] 19:54:45.071 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Started] about selection 19:54:45.074 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Started] 19:54:45.075 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:45.075 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:45.075 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:45.075 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:54:45.075 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Started] 19:54:45.075 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Started] 19:54:45.075 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Started] about selection 19:54:45.080 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Started] 19:54:45.081 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project' 19:54:45.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:54:45.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:54:45.081 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:54:45.081 DEBUG [main][MenuItemLookup] Found menu:'File' 19:54:45.081 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:54:45.081 DEBUG [main][MenuItemLookup] Item match:Edit 19:54:45.081 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 19:54:45.081 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 19:54:45.081 DEBUG [main][MenuItemLookup] Found menu:'' 19:54:45.081 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 19:54:45.081 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:54:45.081 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:54:45.082 DEBUG [main][MenuItemLookup] Found menu:'' 19:54:45.082 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:54:45.082 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:54:45.082 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:54:45.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 19:54:45.082 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:54:45.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 19:54:45.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:54:45.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:54:45.082 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:54:45.082 DEBUG [main][MenuItemLookup] Found menu:'File' 19:54:45.082 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:54:45.082 DEBUG [main][MenuItemLookup] Item match:Edit 19:54:45.082 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 19:54:45.082 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 19:54:45.082 DEBUG [main][MenuItemLookup] Found menu:'' 19:54:45.082 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 19:54:45.082 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:54:45.082 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:54:45.082 DEBUG [main][MenuItemLookup] Found menu:'' 19:54:45.082 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:54:45.082 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:54:45.082 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:54:45.082 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:54:45.082 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 19:54:45.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 19:54:45.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 19:54:45.104 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 19:54:45.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:45.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:45.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 "OK") 19:54:45.105 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:54:45.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:54:45.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:54:45.105 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 19:54:45.105 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:54:45.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:45.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:45.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:45.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:45.105 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:54:45.106 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:54:45.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:54:45.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:54:45.106 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:54:45.106 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:54:45.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:54:45.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:54:45.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:54:45.149 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:54:45.149 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:54:45.149 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:54:45.149 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:54:45.149 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:54:45.149 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:54:45.149 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:54:45.149 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:54:45.149 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:54:45.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:54:45.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 19:54:45.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 19:54:45.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 'Publishing to .*'] is available.... 19:54:55.168 DEBUG [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 19:54:55.168 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.... 19:54:55.168 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 19:54:55.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:54:55.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:54:55.169 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:54:55.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:55.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:55.169 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 19:54:55.169 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:54:55.169 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:54:55.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:54:55.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:54:55.170 INFO [WorkbenchTestable][RequirementsRunner] Finished test: startServerModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 19:54:55.170 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:54:55.170 INFO [WorkbenchTestable][RequirementsRunner] Started test: restartServerModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 19:54:55.170 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 19:54:55.170 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:54:55.170 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:54:55.170 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:54:55.170 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:55.170 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:55.170 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:55.170 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:54:55.170 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:54:55.170 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:54:55.180 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Started] 19:54:55.180 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Started] 19:54:55.180 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Started] about selection 19:54:55.184 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Started] 19:54:55.184 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 19:54:55.185 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:54:55.185 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:54:55.198 DEBUG [main][MenuItemLookup] Found menu:'New' 19:54:55.198 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 19:54:55.198 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:54:55.198 DEBUG [main][MenuItemLookup] Found menu:'' 19:54:55.198 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:54:55.198 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:54:55.198 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:54:55.198 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 19:54:55.198 DEBUG [main][MenuItemLookup] Found menu:'' 19:54:55.198 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 19:54:55.198 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 19:54:55.198 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 19:54:55.198 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 19:54:55.198 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 19:54:55.198 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 19:54:55.198 DEBUG [main][MenuItemLookup] Found menu:'' 19:54:55.198 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 19:54:55.198 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 19:54:55.198 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 19:54:55.198 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 19:54:55.198 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 19:54:55.241 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.... 19:54:55.241 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:54:55.241 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:54:55.241 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 19:54:55.241 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 19:54:55.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:55.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:55.241 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 19:54:55.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:55.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:55.242 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:55.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:55.242 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:54:55.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:54:55.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:54:55.243 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 19:54:55.243 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 19:54:55.243 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 19:54:55.243 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 19:54:55.243 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 >") 19:54:55.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:55.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:55.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:55.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:55.243 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:54:55.244 INFO [WorkbenchTestable][AbstractButton] Click button A&dd > 19:54:55.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:54:55.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:54:55.244 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:54:55.244 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:54:55.245 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 19:54:55.245 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) 19:54:55.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:55.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:55.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:55.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:55.246 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:54:55.246 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:54:55.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:54:55.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:54:55.246 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:54:55.246 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:54:55.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 19:54:55.248 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 19:54:55.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 19:54:55.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:54:55.749 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:54:55.749 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:54:55.749 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:54:55.749 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:54:55.749 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:54:55.749 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:54:55.749 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:54:55.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:54:55.749 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:55.749 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:55.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:55.750 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:54:55.750 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started] and wait with time period 1 19:54:55.750 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 19:54:55.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:54:55.750 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 19:54:55.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:54:55.750 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 19:54:55.750 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 19:54:55.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:54:55.750 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 19:54:55.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:54:55.750 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 19:54:55.750 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:54:55.750 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:55.750 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:55.750 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:55.751 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:54:55.751 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 19:54:55.751 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 19:54:55.752 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 19:54:55.756 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 19:54:55.757 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:54:55.757 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:54:55.766 DEBUG [main][MenuItemLookup] Found menu:'New' 19:54:55.766 DEBUG [main][MenuItemLookup] Found menu:'' 19:54:55.766 DEBUG [main][MenuItemLookup] Found menu:'Start' 19:54:55.766 DEBUG [main][MenuItemLookup] Found menu:'Stop' 19:54:55.766 DEBUG [main][MenuItemLookup] Found menu:'Restart' 19:54:55.766 DEBUG [main][MenuItemLookup] Item match:Restart 19:54:55.766 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:55.766 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:55.767 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:55.767 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:54:55.767 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 19:54:55.767 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 19:54:55.767 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 19:54:55.773 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 19:54:55.773 INFO [WorkbenchTestable][ServerModule] Start server module with name 'server-project' 19:54:55.773 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:55.773 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:55.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:55.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:54:55.774 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 19:54:55.774 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 19:54:55.774 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 19:54:55.777 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 19:54:55.777 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:54:55.777 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:54:55.788 DEBUG [main][MenuItemLookup] Found menu:'New' 19:54:55.788 DEBUG [main][MenuItemLookup] Found menu:'' 19:54:55.788 DEBUG [main][MenuItemLookup] Found menu:'Start' 19:54:55.788 DEBUG [main][MenuItemLookup] Item match:Start 19:54:55.788 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Start" 19:54:55.788 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Start 19:54:55.788 INFO [main][MenuItemHandler] Select menu item: &Start 19:54:55.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:54:55.788 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:54:55.788 DEBUG [WorkbenchTestable][JobIsRunning] job 'Starting server-project' has no excuses, wait for it 19:54:55.789 DEBUG [Worker-6: Starting server-project][AbstractWait] Wait for 1 seconds 19:54:56.289 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:54:56.289 DEBUG [WorkbenchTestable][JobIsRunning] job 'Starting server-project' has no excuses, wait for it 19:54:56.789 DEBUG [WorkbenchTestable][JobIsRunning] job 'Starting server-project' has no excuses, wait for it 19:54:57.289 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:54:57.289 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:54:57.289 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:54:57.289 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:54:57.289 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:54:57.289 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:54:57.289 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:54:57.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:54:57.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until expected server module state: 'Started... 19:54:57.289 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:57.289 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:57.290 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:57.290 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:54:57.290 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Started] 19:54:57.290 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Started] 19:54:57.290 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Started] about selection 19:54:57.293 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Started] 19:54:57.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until expected server module state: 'Started finished successfully 19:54:57.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:54:57.293 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:54:57.293 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:54:57.293 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:54:57.293 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:54:57.293 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:54:57.293 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:54:57.293 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:54:57.293 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:54:57.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:54:57.293 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:57.293 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:57.294 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:57.294 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:54:57.294 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Started] 19:54:57.294 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Started] 19:54:57.294 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Started] about selection 19:54:57.297 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Started] 19:54:57.297 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:54:57.297 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:54:57.308 DEBUG [main][MenuItemLookup] Found menu:'New' 19:54:57.308 DEBUG [main][MenuItemLookup] Found menu:'' 19:54:57.308 DEBUG [main][MenuItemLookup] Found menu:'Start' 19:54:57.308 DEBUG [main][MenuItemLookup] Found menu:'Stop' 19:54:57.308 DEBUG [main][MenuItemLookup] Found menu:'Restart' 19:54:57.308 DEBUG [main][MenuItemLookup] Item match:Restart 19:54:57.308 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:57.308 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:57.309 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:57.309 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:54:57.309 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Started] 19:54:57.309 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Started] 19:54:57.309 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Started] about selection 19:54:57.312 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Started] 19:54:57.312 INFO [WorkbenchTestable][ServerModule] Restart server module with name 'server-project' 19:54:57.312 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:57.312 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:57.313 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:57.313 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:54:57.313 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Started] 19:54:57.313 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Started] 19:54:57.313 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Started] about selection 19:54:57.316 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Started] 19:54:57.316 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:54:57.316 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:54:57.327 DEBUG [main][MenuItemLookup] Found menu:'New' 19:54:57.327 DEBUG [main][MenuItemLookup] Found menu:'' 19:54:57.327 DEBUG [main][MenuItemLookup] Found menu:'Start' 19:54:57.327 DEBUG [main][MenuItemLookup] Found menu:'Stop' 19:54:57.327 DEBUG [main][MenuItemLookup] Found menu:'Restart' 19:54:57.327 DEBUG [main][MenuItemLookup] Item match:Restart 19:54:57.327 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Restart" 19:54:57.327 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Restart 19:54:57.327 INFO [main][MenuItemHandler] Select menu item: &Restart 19:54:57.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:54:57.328 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:54:57.328 DEBUG [WorkbenchTestable][JobIsRunning] job 'Restarting server-project' has no excuses, wait for it 19:54:57.328 DEBUG [Worker-4: Restarting server-project][AbstractWait] Wait for 1 seconds 19:54:57.828 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:54:57.828 DEBUG [WorkbenchTestable][JobIsRunning] job 'Restarting server-project' has no excuses, wait for it 19:54:58.328 DEBUG [WorkbenchTestable][JobIsRunning] job 'Restarting server-project' has no excuses, wait for it 19:54:58.829 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:54:58.829 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:54:58.829 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:54:58.829 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:54:58.829 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:54:58.829 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:54:58.829 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:54:58.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:54:58.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until expected server module state: 'Started... 19:54:58.829 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:58.829 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:58.830 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:58.830 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:54:58.830 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Started] 19:54:58.830 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Started] 19:54:58.830 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Started] about selection 19:54:58.835 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Started] 19:54:58.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until expected server module state: 'Started finished successfully 19:54:58.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:54:58.835 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:54:58.835 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:54:58.835 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:54:58.835 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:54:58.835 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:54:58.835 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:54:58.835 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:54:58.835 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:54:58.835 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:54:58.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:54:58.835 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:58.835 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:58.836 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:58.836 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:54:58.836 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Started] 19:54:58.836 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Started] 19:54:58.836 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Started] about selection 19:54:58.839 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Started] 19:54:58.839 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:58.839 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:58.840 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:58.840 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:54:58.840 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started] and wait with time period 1 19:54:58.840 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 19:54:58.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:54:58.840 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 19:54:58.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:54:58.840 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 19:54:58.840 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 19:54:58.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:54:58.840 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 19:54:58.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:54:58.840 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 19:54:58.841 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:54:58.841 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:58.841 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:58.841 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:58.841 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:54:58.841 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Started] 19:54:58.841 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Started] 19:54:58.841 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Started] about selection 19:54:58.844 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Started] 19:54:58.844 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:54:58.844 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:54:58.845 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:54:58.845 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:54:58.845 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Started] 19:54:58.845 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Started] 19:54:58.845 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Started] about selection 19:54:58.848 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Started] 19:54:58.848 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project' 19:54:58.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:54:58.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:54:58.848 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:54:58.848 DEBUG [main][MenuItemLookup] Found menu:'File' 19:54:58.849 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:54:58.849 DEBUG [main][MenuItemLookup] Item match:Edit 19:54:58.849 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 19:54:58.849 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 19:54:58.849 DEBUG [main][MenuItemLookup] Found menu:'' 19:54:58.849 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 19:54:58.849 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:54:58.849 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:54:58.849 DEBUG [main][MenuItemLookup] Found menu:'' 19:54:58.849 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:54:58.849 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:54:58.851 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:54:58.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 19:54:58.851 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:54:58.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 19:54:58.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:54:58.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:54:58.851 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:54:58.851 DEBUG [main][MenuItemLookup] Found menu:'File' 19:54:58.851 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:54:58.851 DEBUG [main][MenuItemLookup] Item match:Edit 19:54:58.852 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 19:54:58.852 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 19:54:58.852 DEBUG [main][MenuItemLookup] Found menu:'' 19:54:58.852 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 19:54:58.852 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:54:58.852 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:54:58.852 DEBUG [main][MenuItemLookup] Found menu:'' 19:54:58.852 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:54:58.852 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:54:58.852 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:54:58.852 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:54:58.852 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 19:54:58.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 19:54:58.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 19:54:58.873 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 19:54:58.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:54:58.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:54:58.873 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:54:58.873 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:54:58.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:54:58.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:54:58.873 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 19:54:58.873 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:54:58.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:54:58.873 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:54:58.874 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:54:58.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:54:58.874 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:54:58.874 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:54:58.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:54:58.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:54:58.874 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:54:58.874 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:54:58.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:54:58.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:54:58.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:54:58.919 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:54:58.919 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:54:58.919 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:54:58.919 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:54:58.919 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:54:58.919 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:54:58.919 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:54:58.919 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:54:58.919 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:54:58.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:54:58.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 19:54:58.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 19:54:58.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 'Publishing to .*'] is available.... 19:55:08.939 DEBUG [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 19:55:08.939 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.... 19:55:08.939 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 19:55:08.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:55:08.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:55:08.940 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:55:08.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:55:08.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:55:08.940 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 19:55:08.940 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:55:08.940 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:55:08.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:55:08.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:55:08.941 INFO [WorkbenchTestable][RequirementsRunner] Finished test: restartServerModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 19:55:08.941 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:55:08.941 INFO [WorkbenchTestable][RequirementsRunner] Started test: stopServerModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 19:55:08.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 19:55:08.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:55:08.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:55:08.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:55:08.941 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:55:08.941 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:55:08.942 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:55:08.942 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:55:08.942 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:55:08.942 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:55:08.951 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Started] 19:55:08.951 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Started] 19:55:08.952 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Started] about selection 19:55:08.956 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Started] 19:55:08.956 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 19:55:08.957 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:55:08.957 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:55:08.970 DEBUG [main][MenuItemLookup] Found menu:'New' 19:55:08.970 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 19:55:08.970 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:55:08.970 DEBUG [main][MenuItemLookup] Found menu:'' 19:55:08.970 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:55:08.970 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:55:08.970 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:55:08.970 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 19:55:08.970 DEBUG [main][MenuItemLookup] Found menu:'' 19:55:08.970 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 19:55:08.970 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 19:55:08.970 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 19:55:08.970 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 19:55:08.970 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 19:55:08.970 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 19:55:08.970 DEBUG [main][MenuItemLookup] Found menu:'' 19:55:08.970 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 19:55:08.970 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 19:55:08.970 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 19:55:08.970 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 19:55:08.970 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 19:55:09.013 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.... 19:55:09.013 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:55:09.013 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:55:09.014 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 19:55:09.014 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 19:55:09.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:55:09.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:55:09.014 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 19:55:09.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:55:09.014 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:55:09.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:55:09.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:55:09.015 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:55:09.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:55:09.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:55:09.015 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 19:55:09.015 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 19:55:09.015 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 19:55:09.016 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 19:55:09.016 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 >") 19:55:09.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:55:09.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:55:09.016 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:55:09.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:55:09.016 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:55:09.016 INFO [WorkbenchTestable][AbstractButton] Click button A&dd > 19:55:09.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:55:09.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:55:09.017 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:55:09.017 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:55:09.018 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 19:55:09.018 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) 19:55:09.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:55:09.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:55:09.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:55:09.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:55:09.018 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:55:09.019 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:55:09.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:55:09.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:55:09.019 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:55:09.019 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:55:09.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 19:55:09.021 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 19:55:09.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 19:55:09.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:55:09.522 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:55:09.522 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:55:09.522 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:55:09.522 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:55:09.522 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:55:09.522 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:55:09.522 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:55:09.522 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:55:09.522 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:55:09.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:55:09.522 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:55:09.522 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:55:09.523 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:55:09.523 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:55:09.523 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started] and wait with time period 1 19:55:09.523 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 19:55:09.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:55:09.523 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 19:55:09.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:55:09.523 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 19:55:09.524 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 19:55:09.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:55:09.524 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 19:55:09.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:55:09.524 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 19:55:09.524 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:55:09.524 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:55:09.524 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:55:09.524 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:55:09.524 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:55:09.524 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 19:55:09.524 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 19:55:09.525 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 19:55:09.529 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 19:55:09.529 INFO [WorkbenchTestable][ServerModule] Stop server module with name 'server-project' 19:55:09.529 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:55:09.529 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:55:09.529 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:55:09.529 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:55:09.529 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 19:55:09.529 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 19:55:09.530 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 19:55:09.533 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 19:55:09.533 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:55:09.533 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:55:09.545 DEBUG [main][MenuItemLookup] Found menu:'New' 19:55:09.545 DEBUG [main][MenuItemLookup] Found menu:'' 19:55:09.545 DEBUG [main][MenuItemLookup] Found menu:'Start' 19:55:09.545 DEBUG [main][MenuItemLookup] Found menu:'Stop' 19:55:09.545 DEBUG [main][MenuItemLookup] Item match:Stop 19:55:09.546 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"S&top" 19:55:09.546 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Stop 19:55:09.546 INFO [main][MenuItemHandler] Select menu item: S&top 19:55:09.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:55:09.546 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:55:09.546 DEBUG [WorkbenchTestable][JobIsRunning] job 'Stopping server-project' has no excuses, wait for it 19:55:09.546 DEBUG [Worker-4: Stopping server-project][AbstractWait] Wait for 1 seconds 19:55:10.046 DEBUG [WorkbenchTestable][JobIsRunning] job 'Stopping server-project' has no excuses, wait for it 19:55:10.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Stopping server-project' has no excuses, wait for it 19:55:11.047 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:55:11.047 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:55:11.047 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:55:11.047 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:55:11.047 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:55:11.047 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:55:11.047 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:55:11.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:55:11.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until expected server module state: 'Stopped... 19:55:11.047 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:55:11.047 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:55:11.048 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:55:11.048 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:55:11.048 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Stopped] 19:55:11.048 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Stopped] 19:55:11.048 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Stopped] about selection 19:55:11.051 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Stopped] 19:55:11.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until expected server module state: 'Stopped finished successfully 19:55:11.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:55:11.051 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:55:11.051 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:55:11.051 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:55:11.051 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:55:11.051 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:55:11.051 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:55:11.051 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:55:11.051 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:55:11.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:55:11.051 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:55:11.051 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:55:11.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:55:11.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:55:11.052 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Stopped] 19:55:11.052 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Stopped] 19:55:11.052 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Stopped] about selection 19:55:11.055 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Stopped] 19:55:11.056 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:55:11.056 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:55:11.056 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:55:11.056 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:55:11.056 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started] and wait with time period 1 19:55:11.056 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 19:55:11.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:55:11.056 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 19:55:11.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:55:11.056 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 19:55:11.056 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 19:55:11.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:55:11.056 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 19:55:11.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:55:11.057 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 19:55:11.057 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:55:11.057 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:55:11.057 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:55:11.059 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:55:11.059 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:55:11.059 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Stopped] 19:55:11.059 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Stopped] 19:55:11.059 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Stopped] about selection 19:55:11.062 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Stopped] 19:55:11.063 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:55:11.063 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:55:11.063 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:55:11.063 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:55:11.063 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Stopped] 19:55:11.063 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Stopped] 19:55:11.063 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Stopped] about selection 19:55:11.066 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Stopped] 19:55:11.067 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project' 19:55:11.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:55:11.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:55:11.067 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:55:11.067 DEBUG [main][MenuItemLookup] Found menu:'File' 19:55:11.067 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:55:11.067 DEBUG [main][MenuItemLookup] Item match:Edit 19:55:11.067 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 19:55:11.067 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 19:55:11.067 DEBUG [main][MenuItemLookup] Found menu:'' 19:55:11.067 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 19:55:11.067 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:55:11.067 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:55:11.067 DEBUG [main][MenuItemLookup] Found menu:'' 19:55:11.067 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:55:11.067 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:55:11.067 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:55:11.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 19:55:11.068 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:55:11.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 19:55:11.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:55:11.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:55:11.068 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:55:11.068 DEBUG [main][MenuItemLookup] Found menu:'File' 19:55:11.068 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:55:11.068 DEBUG [main][MenuItemLookup] Item match:Edit 19:55:11.068 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 19:55:11.068 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 19:55:11.068 DEBUG [main][MenuItemLookup] Found menu:'' 19:55:11.068 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 19:55:11.068 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:55:11.068 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:55:11.068 DEBUG [main][MenuItemLookup] Found menu:'' 19:55:11.068 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:55:11.068 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:55:11.068 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:55:11.068 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:55:11.068 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 19:55:11.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 19:55:11.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 19:55:11.092 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 19:55:11.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:55:11.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:55:11.092 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:55:11.092 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:55:11.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:55:11.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:55:11.092 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 19:55:11.092 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:55:11.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:55:11.092 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:55:11.092 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:55:11.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:55:11.092 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:55:11.092 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:55:11.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:55:11.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:55:11.092 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:55:11.093 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:55:11.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:55:11.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:55:11.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:55:11.140 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:55:11.140 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:55:11.140 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:55:11.140 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:55:11.140 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:55:11.140 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:55:11.140 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:55:11.140 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:55:11.140 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:55:11.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:55:11.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 19:55:11.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 19:55:11.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 'Publishing to .*'] is available.... 19:55:21.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 'Publishing to .*'] is available. failed, NO exception will be thrown 19:55:21.153 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.... 19:55:21.153 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 19:55:21.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:55:21.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:55:21.154 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:55:21.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:55:21.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:55:21.154 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 19:55:21.154 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:55:21.154 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:55:21.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:55:21.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:55:21.155 INFO [WorkbenchTestable][RequirementsRunner] Finished test: stopServerModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 19:55:21.155 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:55:21.155 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetServerModuleWithNoState no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 19:55:21.155 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 19:55:21.155 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:55:21.155 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:55:21.155 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:55:21.155 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:55:21.155 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:55:21.156 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:55:21.156 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:55:21.156 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:55:21.156 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:55:21.157 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Started] 19:55:21.157 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Started] 19:55:21.157 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Started] about selection 19:55:21.162 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Started] 19:55:21.162 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 19:55:21.171 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:55:21.171 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:55:21.181 DEBUG [main][MenuItemLookup] Found menu:'New' 19:55:21.181 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 19:55:21.181 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:55:21.181 DEBUG [main][MenuItemLookup] Found menu:'' 19:55:21.181 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:55:21.181 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:55:21.181 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:55:21.181 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 19:55:21.181 DEBUG [main][MenuItemLookup] Found menu:'' 19:55:21.181 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 19:55:21.181 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 19:55:21.181 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 19:55:21.181 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 19:55:21.181 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 19:55:21.181 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 19:55:21.181 DEBUG [main][MenuItemLookup] Found menu:'' 19:55:21.181 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 19:55:21.181 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 19:55:21.182 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 19:55:21.182 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 19:55:21.182 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 19:55:21.225 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.... 19:55:21.225 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:55:21.225 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:55:21.225 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 19:55:21.226 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 19:55:21.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:55:21.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:55:21.226 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 >>") 19:55:21.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:55:21.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:55:21.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:55:21.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:55:21.227 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:55:21.227 INFO [WorkbenchTestable][AbstractButton] Click button Add A&ll >> 19:55:21.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:55:21.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:55:21.227 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:55:21.227 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:55:21.229 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") 19:55:21.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:55:21.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:55:21.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:55:21.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:55:21.229 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:55:21.229 INFO [WorkbenchTestable][CheckBox] Select checkbox If server is started, publish changes &immediately 19:55:21.229 DEBUG [WorkbenchTestable][CheckBox] Checkbox If server is started, publish changes &immediately not checked, no action performed 19:55:21.229 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 19:55:21.230 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) 19:55:21.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:55:21.230 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:55:21.230 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:55:21.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:55:21.230 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:55:21.230 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:55:21.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:55:21.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:55:21.230 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:55:21.231 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:55:21.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 19:55:21.238 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 19:55:21.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 19:55:21.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:55:21.739 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:55:21.739 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:55:21.739 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:55:21.739 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:55:21.739 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:55:21.739 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:55:21.739 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:55:21.739 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:55:21.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:55:21.739 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:55:21.739 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:55:21.740 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:55:21.740 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:55:21.740 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started] and wait with time period 1 19:55:21.740 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 19:55:21.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:55:21.740 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 19:55:21.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:55:21.740 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 19:55:21.740 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 19:55:21.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:55:21.740 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 19:55:21.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:55:21.740 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 19:55:21.740 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:55:21.740 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:55:21.740 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:55:21.740 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:55:21.740 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:55:21.741 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:55:21.741 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:55:21.741 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 19:55:21.741 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 19:55:21.741 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 19:55:21.745 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 19:55:21.746 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:55:21.746 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:55:21.746 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:55:21.746 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:55:21.746 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 19:55:21.746 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 19:55:21.746 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 19:55:21.749 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 19:55:21.750 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:55:21.750 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:55:21.750 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:55:21.750 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:55:21.750 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 19:55:21.750 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 19:55:21.751 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 19:55:21.757 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 19:55:21.757 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:55:21.757 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:55:21.758 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:55:21.758 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:55:21.758 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 19:55:21.758 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 19:55:21.758 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 19:55:21.761 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 19:55:21.762 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:55:21.762 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:55:21.762 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:55:21.762 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:55:21.762 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 19:55:21.762 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 19:55:21.763 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 19:55:21.765 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 19:55:21.766 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:55:21.766 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:55:21.766 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:55:21.766 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:55:21.766 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started] and wait with time period 1 19:55:21.766 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 19:55:21.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:55:21.766 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 19:55:21.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:55:21.766 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 19:55:21.767 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 19:55:21.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:55:21.767 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 19:55:21.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:55:21.767 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 19:55:21.767 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:55:21.767 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:55:21.767 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:55:21.767 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:55:21.767 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:55:21.767 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:55:21.767 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:55:21.767 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 19:55:21.767 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 19:55:21.767 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 19:55:21.773 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 19:55:21.773 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:55:21.773 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:55:21.773 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:55:21.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:55:21.774 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 19:55:21.774 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 19:55:21.774 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 19:55:21.777 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 19:55:21.777 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project' 19:55:21.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:55:21.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:55:21.777 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:55:21.777 DEBUG [main][MenuItemLookup] Found menu:'File' 19:55:21.777 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:55:21.777 DEBUG [main][MenuItemLookup] Item match:Edit 19:55:21.777 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 19:55:21.777 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 19:55:21.777 DEBUG [main][MenuItemLookup] Found menu:'' 19:55:21.777 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 19:55:21.777 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:55:21.778 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:55:21.778 DEBUG [main][MenuItemLookup] Found menu:'' 19:55:21.778 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:55:21.778 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:55:21.778 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:55:21.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 19:55:21.778 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:55:21.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 19:55:21.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:55:21.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:55:21.778 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:55:21.778 DEBUG [main][MenuItemLookup] Found menu:'File' 19:55:21.778 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:55:21.778 DEBUG [main][MenuItemLookup] Item match:Edit 19:55:21.778 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 19:55:21.778 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 19:55:21.778 DEBUG [main][MenuItemLookup] Found menu:'' 19:55:21.778 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 19:55:21.778 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:55:21.778 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:55:21.778 DEBUG [main][MenuItemLookup] Found menu:'' 19:55:21.778 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:55:21.778 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:55:21.778 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:55:21.778 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:55:21.778 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 19:55:21.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 19:55:21.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 19:55:21.800 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 19:55:21.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:55:21.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:55:21.800 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:55:21.800 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:55:21.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:55:21.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:55:21.800 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 19:55:21.800 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:55:21.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:55:21.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:55:21.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:55:21.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:55:21.800 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:55:21.800 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:55:21.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:55:21.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:55:21.801 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:55:21.801 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:55:21.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:55:21.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:55:21.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:55:21.853 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:55:21.853 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:55:21.853 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:55:21.853 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:55:21.853 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:55:21.853 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:55:21.853 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:55:21.853 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:55:21.853 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:55:21.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:55:21.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 19:55:21.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 19:55:21.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.... 19:55:31.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 19:55:31.862 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.... 19:55:31.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 19:55:31.863 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:55:31.863 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:55:31.864 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:55:31.864 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:55:31.864 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 19:55:31.864 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 19:55:31.864 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 19:55:31.869 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 19:55:31.869 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:55:31.869 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:55:31.870 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:55:31.870 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:55:31.870 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 19:55:31.870 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 19:55:31.870 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 19:55:31.873 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 19:55:31.873 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project-2' 19:55:31.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:55:31.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:55:31.873 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:55:31.873 DEBUG [main][MenuItemLookup] Found menu:'File' 19:55:31.873 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:55:31.873 DEBUG [main][MenuItemLookup] Item match:Edit 19:55:31.874 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 19:55:31.874 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 19:55:31.874 DEBUG [main][MenuItemLookup] Found menu:'' 19:55:31.874 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 19:55:31.874 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:55:31.874 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:55:31.874 DEBUG [main][MenuItemLookup] Found menu:'' 19:55:31.874 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:55:31.874 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:55:31.874 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:55:31.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 19:55:31.874 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:55:31.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 19:55:31.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:55:31.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:55:31.874 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:55:31.874 DEBUG [main][MenuItemLookup] Found menu:'File' 19:55:31.874 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:55:31.874 DEBUG [main][MenuItemLookup] Item match:Edit 19:55:31.874 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 19:55:31.874 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 19:55:31.874 DEBUG [main][MenuItemLookup] Found menu:'' 19:55:31.874 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 19:55:31.874 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:55:31.874 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:55:31.874 DEBUG [main][MenuItemLookup] Found menu:'' 19:55:31.874 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:55:31.874 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:55:31.874 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:55:31.874 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:55:31.875 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 19:55:31.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 19:55:31.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 19:55:31.896 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 19:55:31.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:55:31.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:55:31.896 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:55:31.896 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:55:31.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:55:31.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:55:31.897 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 19:55:31.897 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:55:31.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:55:31.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:55:31.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:55:31.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:55:31.897 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:55:31.897 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:55:31.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:55:31.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:55:31.897 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:55:31.897 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:55:31.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:55:31.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:55:31.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:55:31.941 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:55:31.941 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:55:31.941 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:55:31.941 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:55:31.941 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:55:31.941 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:55:31.941 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:55:31.941 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:55:31.941 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:55:31.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:55:31.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 19:55:31.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 19:55:31.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 'Publishing to .*'] is available.... 19:55:41.958 DEBUG [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 19:55:41.959 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.... 19:55:41.959 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 19:55:41.959 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:55:41.959 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:55:41.960 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:55:41.960 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:55:41.960 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 19:55:41.960 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 19:55:41.960 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 19:55:41.965 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 19:55:41.965 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:55:41.965 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:55:41.966 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:55:41.966 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:55:41.966 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 19:55:41.966 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 19:55:41.966 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 19:55:41.969 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 19:55:41.969 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project-3' 19:55:41.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:55:41.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:55:41.969 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:55:41.969 DEBUG [main][MenuItemLookup] Found menu:'File' 19:55:41.969 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:55:41.969 DEBUG [main][MenuItemLookup] Item match:Edit 19:55:41.970 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 19:55:41.970 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 19:55:41.970 DEBUG [main][MenuItemLookup] Found menu:'' 19:55:41.970 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 19:55:41.970 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:55:41.970 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:55:41.970 DEBUG [main][MenuItemLookup] Found menu:'' 19:55:41.970 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:55:41.970 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:55:41.970 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:55:41.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 19:55:41.970 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:55:41.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 19:55:41.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:55:41.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:55:41.970 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:55:41.970 DEBUG [main][MenuItemLookup] Found menu:'File' 19:55:41.970 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:55:41.970 DEBUG [main][MenuItemLookup] Item match:Edit 19:55:41.970 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 19:55:41.970 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 19:55:41.970 DEBUG [main][MenuItemLookup] Found menu:'' 19:55:41.970 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 19:55:41.970 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:55:41.970 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:55:41.970 DEBUG [main][MenuItemLookup] Found menu:'' 19:55:41.970 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:55:41.970 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:55:41.970 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:55:41.970 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:55:41.970 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 19:55:41.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 19:55:41.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 19:55:41.992 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 19:55:41.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:55:41.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:55:41.993 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:55:41.993 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:55:41.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:55:41.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:55:41.993 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 19:55:41.993 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:55:41.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:55:41.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:55:41.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:55:41.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:55:41.993 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:55:41.993 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:55:41.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:55:41.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:55:41.993 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:55:41.993 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:55:42.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:55:42.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:55:42.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:55:42.035 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:55:42.035 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:55:42.035 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:55:42.035 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:55:42.035 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:55:42.035 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:55:42.035 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:55:42.035 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:55:42.035 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:55:42.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:55:42.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 19:55:42.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 19:55:42.035 DEBUG [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.... 19:55:52.054 DEBUG [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 19:55:52.054 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.... 19:55:52.054 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 19:55:52.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:55:52.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:55:52.055 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:55:52.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:55:52.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:55:52.055 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 19:55:52.055 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:55:52.055 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:55:52.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:55:52.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:55:52.056 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetServerModuleWithNoState no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 19:55:52.056 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:55:52.056 INFO [WorkbenchTestable][RequirementsRunner] Started test: removeServerModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 19:55:52.056 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 19:55:52.056 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:55:52.056 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:55:52.056 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:55:52.056 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:55:52.056 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:55:52.057 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:55:52.057 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:55:52.057 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:55:52.057 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:55:52.058 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Started] 19:55:52.058 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Started] 19:55:52.058 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Started] about selection 19:55:52.071 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Started] 19:55:52.071 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 19:55:52.071 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:55:52.071 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:55:52.083 DEBUG [main][MenuItemLookup] Found menu:'New' 19:55:52.083 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 19:55:52.083 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:55:52.083 DEBUG [main][MenuItemLookup] Found menu:'' 19:55:52.083 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:55:52.083 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:55:52.083 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:55:52.083 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 19:55:52.083 DEBUG [main][MenuItemLookup] Found menu:'' 19:55:52.083 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 19:55:52.083 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 19:55:52.083 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 19:55:52.083 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 19:55:52.083 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 19:55:52.083 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 19:55:52.083 DEBUG [main][MenuItemLookup] Found menu:'' 19:55:52.083 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 19:55:52.083 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 19:55:52.083 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 19:55:52.083 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 19:55:52.083 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 19:55:52.126 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.... 19:55:52.126 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:55:52.126 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:55:52.126 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 19:55:52.126 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 19:55:52.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:55:52.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:55:52.127 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 >>") 19:55:52.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:55:52.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:55:52.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:55:52.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:55:52.127 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:55:52.127 INFO [WorkbenchTestable][AbstractButton] Click button Add A&ll >> 19:55:52.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:55:52.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:55:52.127 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:55:52.128 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:55:52.129 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 19:55:52.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) 19:55:52.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:55:52.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:55:52.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:55:52.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:55:52.130 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:55:52.130 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:55:52.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:55:52.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:55:52.130 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:55:52.130 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:55:52.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 19:55:52.132 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 19:55:52.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 19:55:52.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:55:52.633 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:55:52.633 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:55:52.633 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:55:52.633 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:55:52.633 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:55:52.633 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:55:52.633 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:55:52.633 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:55:52.633 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:55:52.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:55:52.633 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:55:52.633 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:55:52.634 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:55:52.634 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:55:52.634 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started] and wait with time period 1 19:55:52.634 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 19:55:52.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:55:52.634 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 19:55:52.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:55:52.634 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 19:55:52.634 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 19:55:52.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:55:52.634 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 19:55:52.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:55:52.634 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 19:55:52.634 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:55:52.634 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:55:52.634 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:55:52.634 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:55:52.634 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:55:52.635 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:55:52.635 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:55:52.635 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 19:55:52.635 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 19:55:52.635 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 19:55:52.641 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 19:55:52.641 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:55:52.641 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:55:52.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:55:52.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:55:52.642 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 19:55:52.642 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 19:55:52.642 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 19:55:52.645 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 19:55:52.645 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:55:52.645 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:55:52.646 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:55:52.646 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:55:52.646 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 19:55:52.646 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 19:55:52.646 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 19:55:52.649 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 19:55:52.649 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:55:52.649 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:55:52.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:55:52.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:55:52.650 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 19:55:52.650 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 19:55:52.650 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 19:55:52.656 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 19:55:52.656 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:55:52.656 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:55:52.656 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:55:52.656 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:55:52.656 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 19:55:52.656 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 19:55:52.656 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 19:55:52.660 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 19:55:52.660 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project' 19:55:52.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:55:52.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:55:52.660 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:55:52.660 DEBUG [main][MenuItemLookup] Found menu:'File' 19:55:52.660 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:55:52.660 DEBUG [main][MenuItemLookup] Item match:Edit 19:55:52.660 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 19:55:52.660 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 19:55:52.660 DEBUG [main][MenuItemLookup] Found menu:'' 19:55:52.660 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 19:55:52.660 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:55:52.660 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:55:52.660 DEBUG [main][MenuItemLookup] Found menu:'' 19:55:52.661 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:55:52.661 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:55:52.661 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:55:52.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 19:55:52.661 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:55:52.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 19:55:52.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:55:52.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:55:52.661 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:55:52.661 DEBUG [main][MenuItemLookup] Found menu:'File' 19:55:52.661 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:55:52.661 DEBUG [main][MenuItemLookup] Item match:Edit 19:55:52.661 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 19:55:52.661 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 19:55:52.661 DEBUG [main][MenuItemLookup] Found menu:'' 19:55:52.661 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 19:55:52.661 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:55:52.661 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:55:52.661 DEBUG [main][MenuItemLookup] Found menu:'' 19:55:52.661 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:55:52.661 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:55:52.661 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:55:52.661 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:55:52.661 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 19:55:52.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 19:55:52.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 19:55:52.683 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 19:55:52.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:55:52.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:55:52.683 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:55:52.683 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:55:52.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:55:52.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:55:52.684 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 19:55:52.684 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:55:52.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:55:52.684 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:55:52.684 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:55:52.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:55:52.684 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:55:52.684 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:55:52.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:55:52.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:55:52.684 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:55:52.684 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:55:52.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:55:52.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:55:52.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:55:52.735 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:55:52.735 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:55:52.735 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:55:52.735 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:55:52.735 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:55:52.735 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:55:52.735 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:55:52.735 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:55:52.735 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:55:52.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:55:52.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 19:55:52.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 19:55:52.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 'Publishing to .*'] is available.... 19:56:02.744 DEBUG [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 19:56:02.744 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.... 19:56:02.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 19:56:02.745 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:56:02.745 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:56:02.746 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:56:02.746 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:56:02.746 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started] and wait with time period 1 19:56:02.746 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 19:56:02.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:56:02.746 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 19:56:02.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:56:02.746 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 19:56:02.746 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 19:56:02.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:56:02.746 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 19:56:02.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:56:02.746 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 19:56:02.746 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:56:02.746 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:56:02.746 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:56:02.746 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:56:02.747 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:56:02.747 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:56:02.747 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 19:56:02.747 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 19:56:02.747 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 19:56:02.752 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 19:56:02.752 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:56:02.752 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:56:02.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:56:02.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:56:02.752 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 19:56:02.753 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 19:56:02.753 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 19:56:02.756 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 19:56:02.756 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:56:02.756 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:56:02.757 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:56:02.757 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:56:02.757 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started] and wait with time period 1 19:56:02.757 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 19:56:02.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:56:02.757 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 19:56:02.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:56:02.757 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 19:56:02.757 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 19:56:02.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:56:02.757 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 19:56:02.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:56:02.757 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 19:56:02.757 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:56:02.757 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:56:02.757 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:56:02.757 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:56:02.758 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:56:02.758 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:56:02.758 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 19:56:02.758 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 19:56:02.758 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 19:56:02.761 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 19:56:02.761 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:56:02.761 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:56:02.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:56:02.762 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:56:02.762 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 19:56:02.762 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 19:56:02.762 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 19:56:02.765 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 19:56:02.767 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project-2' 19:56:02.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:56:02.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:56:02.767 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:56:02.767 DEBUG [main][MenuItemLookup] Found menu:'File' 19:56:02.767 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:56:02.767 DEBUG [main][MenuItemLookup] Item match:Edit 19:56:02.768 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 19:56:02.768 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 19:56:02.768 DEBUG [main][MenuItemLookup] Found menu:'' 19:56:02.768 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 19:56:02.768 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:56:02.768 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:56:02.768 DEBUG [main][MenuItemLookup] Found menu:'' 19:56:02.768 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:56:02.768 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:56:02.768 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:56:02.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 19:56:02.768 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:56:02.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 19:56:02.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:56:02.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:56:02.768 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:56:02.768 DEBUG [main][MenuItemLookup] Found menu:'File' 19:56:02.768 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:56:02.768 DEBUG [main][MenuItemLookup] Item match:Edit 19:56:02.768 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 19:56:02.768 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 19:56:02.768 DEBUG [main][MenuItemLookup] Found menu:'' 19:56:02.768 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 19:56:02.768 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:56:02.768 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:56:02.768 DEBUG [main][MenuItemLookup] Found menu:'' 19:56:02.768 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:56:02.768 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:56:02.768 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:56:02.768 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:56:02.768 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 19:56:02.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 19:56:02.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 19:56:02.793 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 19:56:02.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:56:02.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:56:02.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: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 19:56:02.794 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:56:02.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:56:02.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:56:02.794 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 19:56:02.794 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:56:02.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:56:02.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:56:02.794 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:56:02.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:56:02.794 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:56:02.794 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:56:02.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:56:02.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:56:02.795 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:56:02.795 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:56:02.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:56:02.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:56:02.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:56:02.836 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:56:02.836 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:56:02.836 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:56:02.836 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:56:02.836 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:56:02.836 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:56:02.836 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:56:02.836 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:56:02.836 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:56:02.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:56:02.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 19:56:02.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 19:56:02.836 DEBUG [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.... 19:56:12.855 DEBUG [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 19:56:12.855 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.... 19:56:12.855 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 19:56:12.855 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:56:12.855 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:56:12.856 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:56:12.856 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:56:12.856 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 19:56:12.856 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 19:56:12.856 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 19:56:12.859 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 19:56:12.860 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:56:12.860 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:56:12.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:56:12.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:56:12.862 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 19:56:12.862 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 19:56:12.863 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 19:56:12.866 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 19:56:12.866 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project-3' 19:56:12.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:56:12.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:56:12.866 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:56:12.866 DEBUG [main][MenuItemLookup] Found menu:'File' 19:56:12.866 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:56:12.866 DEBUG [main][MenuItemLookup] Item match:Edit 19:56:12.867 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 19:56:12.867 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 19:56:12.867 DEBUG [main][MenuItemLookup] Found menu:'' 19:56:12.867 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 19:56:12.867 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:56:12.867 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:56:12.867 DEBUG [main][MenuItemLookup] Found menu:'' 19:56:12.867 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:56:12.867 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:56:12.867 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:56:12.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 19:56:12.867 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:56:12.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 19:56:12.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:56:12.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:56:12.867 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:56:12.867 DEBUG [main][MenuItemLookup] Found menu:'File' 19:56:12.867 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:56:12.867 DEBUG [main][MenuItemLookup] Item match:Edit 19:56:12.867 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 19:56:12.867 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 19:56:12.867 DEBUG [main][MenuItemLookup] Found menu:'' 19:56:12.867 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 19:56:12.867 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:56:12.867 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:56:12.867 DEBUG [main][MenuItemLookup] Found menu:'' 19:56:12.867 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:56:12.867 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:56:12.867 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:56:12.867 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:56:12.868 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 19:56:12.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 19:56:12.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 19:56:12.889 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 19:56:12.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:56:12.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:56:12.889 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:56:12.889 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:56:12.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:56:12.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:56:12.889 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 19:56:12.889 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:56:12.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:56:12.889 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:56:12.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:56:12.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:56:12.890 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:56:12.890 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:56:12.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:56:12.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:56:12.890 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:56:12.890 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:56:12.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:56:12.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:56:12.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:56:12.932 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:56:12.932 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:56:12.932 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:56:12.932 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:56:12.932 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:56:12.932 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:56:12.932 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:56:12.932 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:56:12.932 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:56:12.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:56:12.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 19:56:12.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 19:56:12.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 'Publishing to .*'] is available.... 19:56:22.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 'Publishing to .*'] is available. failed, NO exception will be thrown 19:56:22.950 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.... 19:56:22.950 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 19:56:22.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:56:22.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:56:22.951 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:56:22.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:56:22.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:56:22.951 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 19:56:22.951 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:56:22.951 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:56:22.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:56:22.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:56:22.952 INFO [WorkbenchTestable][RequirementsRunner] Finished test: removeServerModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 19:56:22.952 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:56:22.952 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetServerModuleWithStates no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 19:56:22.952 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 19:56:22.952 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:56:22.952 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:56:22.952 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:56:22.952 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:56:22.952 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:56:22.952 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:56:22.952 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:56:22.953 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:56:22.953 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:56:22.954 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Started] 19:56:22.954 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Started] 19:56:22.954 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Started] about selection 19:56:22.981 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Started] 19:56:22.981 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 19:56:22.982 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:56:22.982 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:56:23.001 DEBUG [main][MenuItemLookup] Found menu:'New' 19:56:23.001 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 19:56:23.001 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:56:23.001 DEBUG [main][MenuItemLookup] Found menu:'' 19:56:23.001 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:56:23.001 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:56:23.001 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:56:23.001 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 19:56:23.001 DEBUG [main][MenuItemLookup] Found menu:'' 19:56:23.001 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 19:56:23.001 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 19:56:23.001 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 19:56:23.001 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 19:56:23.001 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 19:56:23.001 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 19:56:23.001 DEBUG [main][MenuItemLookup] Found menu:'' 19:56:23.001 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 19:56:23.001 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 19:56:23.001 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 19:56:23.001 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 19:56:23.001 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 19:56:23.046 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.... 19:56:23.047 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:56:23.047 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:56:23.047 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 19:56:23.047 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 19:56:23.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:56:23.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:56:23.047 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 19:56:23.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:56:23.047 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:56:23.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:56:23.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:56:23.048 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:56:23.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:56:23.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:56:23.049 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 19:56:23.049 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 19:56:23.049 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 19:56:23.049 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 19:56:23.049 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 >") 19:56:23.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:56:23.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:56:23.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:56:23.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:56:23.050 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:56:23.050 INFO [WorkbenchTestable][AbstractButton] Click button A&dd > 19:56:23.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:56:23.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:56:23.050 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:56:23.050 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:56:23.051 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") 19:56:23.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:56:23.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:56:23.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:56:23.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:56:23.052 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:56:23.052 INFO [WorkbenchTestable][CheckBox] Select checkbox If server is started, publish changes &immediately 19:56:23.052 INFO [WorkbenchTestable][CheckBox] Check checkbox If server is started, publish changes &immediately 19:56:23.052 INFO [WorkbenchTestable][AbstractButton] Click button If server is started, publish changes &immediately 19:56:23.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:56:23.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:56:23.052 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:56:23.052 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:56:23.052 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 19:56:23.052 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) 19:56:23.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:56:23.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:56:23.058 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:56:23.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:56:23.058 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:56:23.058 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:56:23.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:56:23.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:56:23.059 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:56:23.059 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:56:23.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 19:56:23.061 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 19:56:23.062 DEBUG [Worker-9: Publishing to Server ABC...][AbstractWait] Wait for 1 seconds 19:56:23.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 19:56:23.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:56:23.561 DEBUG [WorkbenchTestable][JobIsRunning] job 'Implicit Job' is a system job, skipped 19:56:23.561 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' has no excuses, wait for it 19:56:24.062 DEBUG [WorkbenchTestable][JobIsRunning] job 'Implicit Job' is a system job, skipped 19:56:24.062 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' has no excuses, wait for it 19:56:24.562 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:56:24.562 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:56:24.562 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:56:24.562 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:56:24.562 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:56:24.562 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:56:24.562 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:56:24.562 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:56:24.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:56:24.562 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:56:24.563 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:56:24.563 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:56:24.563 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:56:24.564 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started, Synchronized] and wait with time period 1 19:56:24.564 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 19:56:24.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:56:24.564 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 19:56:24.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:56:24.564 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 19:56:24.564 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 19:56:24.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:56:24.565 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 19:56:24.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:56:24.565 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 19:56:24.565 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:56:24.565 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:56:24.565 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:56:24.566 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:56:24.566 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:56:24.566 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 [Synchronized] 19:56:24.566 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 [Synchronized] 19:56:24.566 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 [Synchronized] about selection 19:56:24.570 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 [Synchronized] 19:56:24.570 INFO [WorkbenchTestable][ServerModule] Start server module with name 'server-project-3' 19:56:24.570 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:56:24.570 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:56:24.570 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:56:24.571 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:56:24.571 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 [Synchronized] 19:56:24.571 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 [Synchronized] 19:56:24.571 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 [Synchronized] about selection 19:56:24.573 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 [Synchronized] 19:56:24.574 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:56:24.574 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:56:24.588 DEBUG [main][MenuItemLookup] Found menu:'New' 19:56:24.588 DEBUG [main][MenuItemLookup] Found menu:'' 19:56:24.588 DEBUG [main][MenuItemLookup] Found menu:'Start' 19:56:24.588 DEBUG [main][MenuItemLookup] Item match:Start 19:56:24.588 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Start" 19:56:24.589 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Start 19:56:24.589 INFO [main][MenuItemHandler] Select menu item: &Start 19:56:24.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:56:24.589 DEBUG [WorkbenchTestable][JobIsRunning] job 'Starting server-project-3' has no excuses, wait for it 19:56:24.589 DEBUG [Worker-3: Starting server-project-3][AbstractWait] Wait for 1 seconds 19:56:25.089 DEBUG [WorkbenchTestable][JobIsRunning] job 'Starting server-project-3' has no excuses, wait for it 19:56:25.589 DEBUG [WorkbenchTestable][JobIsRunning] job 'Starting server-project-3' has no excuses, wait for it 19:56:26.090 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:56:26.090 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:56:26.090 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:56:26.090 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:56:26.090 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:56:26.090 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:56:26.090 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:56:26.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:56:26.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until expected server module state: 'Started... 19:56:26.090 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:56:26.090 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:56:26.091 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:56:26.091 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:56:26.092 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 [Started, Synchronized] 19:56:26.092 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 [Started, Synchronized] 19:56:26.092 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 [Started, Synchronized] about selection 19:56:26.097 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 [Started, Synchronized] 19:56:26.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until expected server module state: 'Started finished successfully 19:56:26.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:56:26.097 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:56:26.097 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:56:26.097 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:56:26.097 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:56:26.097 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:56:26.097 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:56:26.097 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:56:26.097 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:56:26.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:56:26.097 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:56:26.097 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:56:26.098 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:56:26.098 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:56:26.098 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started, Synchronized] and wait with time period 1 19:56:26.098 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 19:56:26.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:56:26.098 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 19:56:26.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:56:26.098 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 19:56:26.098 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 19:56:26.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:56:26.098 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 19:56:26.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:56:26.098 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 19:56:26.098 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:56:26.098 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:56:26.098 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:56:26.099 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:56:26.099 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:56:26.099 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 [Started, Synchronized] 19:56:26.099 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 [Started, Synchronized] 19:56:26.099 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 [Started, Synchronized] about selection 19:56:26.102 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 [Started, Synchronized] 19:56:26.102 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:56:26.102 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:56:26.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:56:26.103 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:56:26.103 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 [Started, Synchronized] 19:56:26.103 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 [Started, Synchronized] 19:56:26.103 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 [Started, Synchronized] about selection 19:56:26.105 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 [Started, Synchronized] 19:56:26.106 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:56:26.106 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:56:26.106 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:56:26.106 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:56:26.106 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 [Started, Synchronized] 19:56:26.106 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 [Started, Synchronized] 19:56:26.106 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 [Started, Synchronized] about selection 19:56:26.109 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 [Started, Synchronized] 19:56:26.109 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:56:26.109 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:56:26.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:56:26.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:56:26.110 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started, Synchronized] and wait with time period 1 19:56:26.110 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 19:56:26.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:56:26.110 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 19:56:26.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:56:26.110 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 19:56:26.110 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 19:56:26.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:56:26.110 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 19:56:26.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:56:26.110 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 19:56:26.110 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:56:26.110 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:56:26.110 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:56:26.113 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:56:26.113 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:56:26.113 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 [Started, Synchronized] 19:56:26.113 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 [Started, Synchronized] 19:56:26.113 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 [Started, Synchronized] about selection 19:56:26.116 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 [Started, Synchronized] 19:56:26.116 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:56:26.116 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:56:26.117 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:56:26.117 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:56:26.117 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 [Started, Synchronized] 19:56:26.117 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 [Started, Synchronized] 19:56:26.117 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 [Started, Synchronized] about selection 19:56:26.120 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 [Started, Synchronized] 19:56:26.120 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project-3' 19:56:26.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:56:26.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:56:26.120 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:56:26.120 DEBUG [main][MenuItemLookup] Found menu:'File' 19:56:26.120 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:56:26.120 DEBUG [main][MenuItemLookup] Item match:Edit 19:56:26.120 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 19:56:26.120 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 19:56:26.120 DEBUG [main][MenuItemLookup] Found menu:'' 19:56:26.120 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 19:56:26.120 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:56:26.120 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:56:26.120 DEBUG [main][MenuItemLookup] Found menu:'' 19:56:26.120 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:56:26.120 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:56:26.120 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:56:26.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 19:56:26.121 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:56:26.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 19:56:26.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:56:26.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:56:26.121 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:56:26.121 DEBUG [main][MenuItemLookup] Found menu:'File' 19:56:26.121 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:56:26.121 DEBUG [main][MenuItemLookup] Item match:Edit 19:56:26.121 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 19:56:26.121 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 19:56:26.121 DEBUG [main][MenuItemLookup] Found menu:'' 19:56:26.121 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 19:56:26.121 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:56:26.121 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:56:26.121 DEBUG [main][MenuItemLookup] Found menu:'' 19:56:26.121 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:56:26.121 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:56:26.121 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:56:26.121 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:56:26.121 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 19:56:26.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 19:56:26.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 19:56:26.144 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 19:56:26.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:56:26.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:56:26.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 "OK") 19:56:26.144 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:56:26.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:56:26.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:56:26.144 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 19:56:26.144 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:56:26.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:56:26.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:56:26.145 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:56:26.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:56:26.145 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:56:26.145 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:56:26.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:56:26.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:56:26.145 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:56:26.145 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:56:26.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:56:26.191 DEBUG [Worker-2: Publishing to Server ABC...][AbstractWait] Wait for 1 seconds 19:56:26.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:56:26.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:56:26.191 DEBUG [WorkbenchTestable][JobIsRunning] job 'Implicit Job' is a system job, skipped 19:56:26.191 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:56:26.191 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 19:56:26.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Implicit Job' is a system job, skipped 19:56:26.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 19:56:27.191 DEBUG [WorkbenchTestable][JobIsRunning] job 'Implicit Job' is a system job, skipped 19:56:27.191 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 19:56:27.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:56:27.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:56:27.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:56:27.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:56:27.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:56:27.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:56:27.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:56:27.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:56:27.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 19:56:27.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 19:56:27.691 DEBUG [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.... 19:56:37.702 DEBUG [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 19:56:37.702 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.... 19:56:37.702 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 19:56:37.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:56:37.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:56:37.703 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:56:37.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:56:37.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:56:37.703 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 19:56:37.703 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:56:37.703 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:56:37.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:56:37.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:56:37.703 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetServerModuleWithStates no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 19:56:37.703 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:56:37.704 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetServerModuleWithServerState no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 19:56:37.704 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 19:56:37.704 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:56:37.704 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:56:37.704 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:56:37.704 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:56:37.704 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:56:37.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:56:37.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:56:37.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:56:37.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:56:37.705 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Started, Synchronized] 19:56:37.705 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Started, Synchronized] 19:56:37.706 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Started, Synchronized] about selection 19:56:37.710 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Started, Synchronized] 19:56:37.710 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 19:56:37.710 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:56:37.710 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:56:37.729 DEBUG [main][MenuItemLookup] Found menu:'New' 19:56:37.729 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 19:56:37.729 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:56:37.729 DEBUG [main][MenuItemLookup] Found menu:'' 19:56:37.729 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:56:37.729 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:56:37.729 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:56:37.729 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 19:56:37.729 DEBUG [main][MenuItemLookup] Found menu:'' 19:56:37.729 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 19:56:37.729 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 19:56:37.729 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 19:56:37.729 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 19:56:37.729 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 19:56:37.729 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 19:56:37.729 DEBUG [main][MenuItemLookup] Found menu:'' 19:56:37.729 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 19:56:37.729 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 19:56:37.729 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 19:56:37.729 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 19:56:37.730 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 19:56:37.773 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.... 19:56:37.773 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:56:37.774 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:56:37.774 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 19:56:37.774 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 19:56:37.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:56:37.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:56:37.774 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 19:56:37.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:56:37.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:56:37.775 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:56:37.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:56:37.775 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:56:37.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:56:37.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:56:37.775 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 19:56:37.775 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 19:56:37.776 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 19:56:37.776 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 19:56:37.776 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 >") 19:56:37.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:56:37.776 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:56:37.776 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:56:37.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:56:37.776 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:56:37.776 INFO [WorkbenchTestable][AbstractButton] Click button A&dd > 19:56:37.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:56:37.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:56:37.776 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:56:37.776 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:56:37.777 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") 19:56:37.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:56:37.777 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:56:37.778 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:56:37.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:56:37.778 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:56:37.778 INFO [WorkbenchTestable][CheckBox] Select checkbox If server is started, publish changes &immediately 19:56:37.778 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox If server is started, publish changes &immediately 19:56:37.778 INFO [WorkbenchTestable][AbstractButton] Click button If server is started, publish changes &immediately 19:56:37.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:56:37.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:56:37.778 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:56:37.778 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:56:37.778 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 19:56:37.778 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) 19:56:37.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:56:37.778 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:56:37.779 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:56:37.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:56:37.779 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:56:37.779 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:56:37.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:56:37.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:56:37.779 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:56:37.779 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:56:37.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 19:56:37.786 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 19:56:38.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 19:56:38.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:56:38.287 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:56:38.287 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:56:38.287 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:56:38.287 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:56:38.287 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:56:38.287 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:56:38.287 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:56:38.287 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:56:38.287 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:56:38.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:56:38.287 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:56:38.287 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:56:38.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:56:38.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:56:38.288 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started] and wait with time period 1 19:56:38.288 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 19:56:38.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:56:38.288 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 19:56:38.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:56:38.288 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 19:56:38.288 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 19:56:38.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:56:38.288 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 19:56:38.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:56:38.288 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 19:56:38.288 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:56:38.288 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:56:38.288 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:56:38.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:56:38.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:56:38.289 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 19:56:38.289 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 19:56:38.289 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 19:56:38.293 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 19:56:38.293 INFO [WorkbenchTestable][ServerModule] Start server module with name 'server-project-2' 19:56:38.293 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:56:38.293 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:56:38.294 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:56:38.294 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:56:38.294 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 19:56:38.294 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 19:56:38.294 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 19:56:38.297 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 19:56:38.297 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:56:38.297 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:56:38.310 DEBUG [main][MenuItemLookup] Found menu:'New' 19:56:38.310 DEBUG [main][MenuItemLookup] Found menu:'' 19:56:38.310 DEBUG [main][MenuItemLookup] Found menu:'Start' 19:56:38.310 DEBUG [main][MenuItemLookup] Item match:Start 19:56:38.310 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Start" 19:56:38.310 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Start 19:56:38.310 INFO [main][MenuItemHandler] Select menu item: &Start 19:56:38.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:56:38.310 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:56:38.310 DEBUG [WorkbenchTestable][JobIsRunning] job 'Starting server-project-2' has no excuses, wait for it 19:56:38.310 DEBUG [Worker-8: Starting server-project-2][AbstractWait] Wait for 1 seconds 19:56:38.810 DEBUG [WorkbenchTestable][JobIsRunning] job 'Starting server-project-2' has no excuses, wait for it 19:56:39.310 DEBUG [WorkbenchTestable][JobIsRunning] job 'Starting server-project-2' has no excuses, wait for it 19:56:39.811 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:56:39.811 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:56:39.811 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:56:39.811 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:56:39.811 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:56:39.811 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:56:39.811 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:56:39.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:56:39.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until expected server module state: 'Started... 19:56:39.811 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:56:39.811 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:56:39.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:56:39.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:56:39.812 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 [Started] 19:56:39.812 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 [Started] 19:56:39.812 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 [Started] about selection 19:56:39.815 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 [Started] 19:56:39.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until expected server module state: 'Started finished successfully 19:56:39.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:56:39.815 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:56:39.815 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:56:39.815 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:56:39.815 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:56:39.815 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:56:39.815 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:56:39.815 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:56:39.815 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:56:39.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:56:39.815 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:56:39.815 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:56:39.818 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:56:39.818 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:56:39.818 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started] and wait with time period 1 19:56:39.818 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 19:56:39.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:56:39.818 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 19:56:39.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:56:39.818 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 19:56:39.818 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 19:56:39.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:56:39.818 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 19:56:39.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:56:39.818 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 19:56:39.818 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:56:39.818 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:56:39.818 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:56:39.819 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:56:39.819 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:56:39.819 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 [Started] 19:56:39.819 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 [Started] 19:56:39.819 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 [Started] about selection 19:56:39.822 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 [Started] 19:56:39.823 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:56:39.823 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:56:39.823 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:56:39.823 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:56:39.823 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 [Started] 19:56:39.823 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 [Started] 19:56:39.823 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 [Started] about selection 19:56:39.826 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 [Started] 19:56:39.827 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:56:39.827 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:56:39.827 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:56:39.827 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:56:39.827 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started] and wait with time period 1 19:56:39.827 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 19:56:39.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:56:39.827 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 19:56:39.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:56:39.827 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 19:56:39.827 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 19:56:39.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:56:39.827 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 19:56:39.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:56:39.827 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 19:56:39.828 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:56:39.828 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:56:39.828 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:56:39.828 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:56:39.828 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:56:39.828 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 [Started] 19:56:39.828 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 [Started] 19:56:39.828 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 [Started] about selection 19:56:39.831 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 [Started] 19:56:39.831 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:56:39.831 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:56:39.832 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:56:39.832 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:56:39.832 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 [Started] 19:56:39.832 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 [Started] 19:56:39.832 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 [Started] about selection 19:56:39.836 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 [Started] 19:56:39.837 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project-2' 19:56:39.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:56:39.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:56:39.837 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:56:39.837 DEBUG [main][MenuItemLookup] Found menu:'File' 19:56:39.837 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:56:39.837 DEBUG [main][MenuItemLookup] Item match:Edit 19:56:39.837 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 19:56:39.837 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 19:56:39.837 DEBUG [main][MenuItemLookup] Found menu:'' 19:56:39.837 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 19:56:39.837 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:56:39.837 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:56:39.837 DEBUG [main][MenuItemLookup] Found menu:'' 19:56:39.837 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:56:39.837 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:56:39.837 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:56:39.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 19:56:39.837 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:56:39.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 19:56:39.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:56:39.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:56:39.838 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:56:39.838 DEBUG [main][MenuItemLookup] Found menu:'File' 19:56:39.838 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:56:39.838 DEBUG [main][MenuItemLookup] Item match:Edit 19:56:39.838 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 19:56:39.838 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 19:56:39.838 DEBUG [main][MenuItemLookup] Found menu:'' 19:56:39.838 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 19:56:39.838 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:56:39.838 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:56:39.838 DEBUG [main][MenuItemLookup] Found menu:'' 19:56:39.838 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:56:39.838 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:56:39.838 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:56:39.838 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:56:39.838 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 19:56:39.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 19:56:39.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 19:56:39.859 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 19:56:39.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:56:39.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:56:39.859 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:56:39.859 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:56:39.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:56:39.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:56:39.859 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 19:56:39.859 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:56:39.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:56:39.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:56:39.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:56:39.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:56:39.859 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:56:39.860 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:56:39.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:56:39.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:56:39.860 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:56:39.860 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:56:39.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:56:39.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:56:39.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:56:39.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:56:39.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:56:39.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:56:39.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:56:39.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:56:39.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:56:39.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:56:39.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:56:39.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:56:39.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:56:39.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 19:56:39.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 19:56:39.911 DEBUG [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.... 19:56:49.921 DEBUG [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 19:56:49.921 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.... 19:56:49.921 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 19:56:49.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:56:49.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:56:49.921 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:56:49.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:56:49.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:56:49.922 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 19:56:49.922 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:56:49.922 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:56:49.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:56:49.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:56:49.922 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetServerModuleWithServerState no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 19:56:49.922 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:56:49.923 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetServerModuleWithPublishState no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 19:56:49.923 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 19:56:49.923 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:56:49.923 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:56:49.923 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:56:49.923 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:56:49.923 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:56:49.923 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:56:49.923 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:56:49.923 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:56:49.923 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:56:49.924 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Started] 19:56:49.925 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Started] 19:56:49.925 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Started] about selection 19:56:49.937 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Started] 19:56:49.937 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 19:56:49.938 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:56:49.938 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:56:49.949 DEBUG [main][MenuItemLookup] Found menu:'New' 19:56:49.949 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 19:56:49.950 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:56:49.950 DEBUG [main][MenuItemLookup] Found menu:'' 19:56:49.950 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:56:49.950 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:56:49.950 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:56:49.950 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 19:56:49.950 DEBUG [main][MenuItemLookup] Found menu:'' 19:56:49.950 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 19:56:49.950 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 19:56:49.950 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 19:56:49.950 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 19:56:49.950 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 19:56:49.950 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 19:56:49.950 DEBUG [main][MenuItemLookup] Found menu:'' 19:56:49.950 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 19:56:49.950 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 19:56:49.950 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 19:56:49.950 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 19:56:49.950 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 19:56:49.992 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.... 19:56:49.992 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:56:49.992 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:56:49.993 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 19:56:49.993 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 19:56:49.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:56:49.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:56:49.993 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 >>") 19:56:49.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:56:49.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:56:49.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:56:49.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:56:49.994 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:56:49.994 INFO [WorkbenchTestable][AbstractButton] Click button Add A&ll >> 19:56:49.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:56:49.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:56:49.994 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:56:49.994 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:56:49.996 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") 19:56:49.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:56:49.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:56:49.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:56:49.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:56:49.996 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:56:49.996 INFO [WorkbenchTestable][CheckBox] Select checkbox If server is started, publish changes &immediately 19:56:49.996 INFO [WorkbenchTestable][CheckBox] Check checkbox If server is started, publish changes &immediately 19:56:49.996 INFO [WorkbenchTestable][AbstractButton] Click button If server is started, publish changes &immediately 19:56:49.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:56:49.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:56:49.996 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:56:49.996 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:56:49.997 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 19:56:49.997 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) 19:56:49.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:56:49.997 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:56:49.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:56:49.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:56:49.997 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:56:49.998 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:56:49.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:56:49.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:56:49.998 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:56:49.998 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:56:50.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 19:56:50.000 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 19:56:50.002 DEBUG [Worker-2: Publishing to Server ABC...][AbstractWait] Wait for 1 seconds 19:56:50.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 19:56:50.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:56:50.501 DEBUG [WorkbenchTestable][JobIsRunning] job 'Implicit Job' is a system job, skipped 19:56:50.501 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' has no excuses, wait for it 19:56:51.001 DEBUG [WorkbenchTestable][JobIsRunning] job 'Implicit Job' is a system job, skipped 19:56:51.001 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' has no excuses, wait for it 19:56:51.501 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:56:51.501 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:56:51.501 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:56:51.501 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:56:51.501 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:56:51.501 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:56:51.501 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:56:51.501 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:56:51.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:56:51.502 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:56:51.502 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:56:51.503 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:56:51.503 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:56:51.503 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started, Synchronized] and wait with time period 1 19:56:51.503 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 19:56:51.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:56:51.503 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 19:56:51.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:56:51.503 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 19:56:51.503 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 19:56:51.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:56:51.503 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 19:56:51.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:56:51.504 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 19:56:51.504 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:56:51.504 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:56:51.504 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:56:51.504 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:56:51.504 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:56:51.504 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:56:51.504 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:56:51.504 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Synchronized] 19:56:51.504 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Synchronized] 19:56:51.504 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Synchronized] about selection 19:56:51.511 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Synchronized] 19:56:51.511 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:56:51.511 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:56:51.511 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:56:51.511 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:56:51.511 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Synchronized] 19:56:51.512 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Synchronized] 19:56:51.512 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Synchronized] about selection 19:56:51.515 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Synchronized] 19:56:51.515 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:56:51.515 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:56:51.516 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:56:51.516 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:56:51.516 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started, Synchronized] and wait with time period 1 19:56:51.516 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 19:56:51.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:56:51.516 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 19:56:51.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:56:51.516 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 19:56:51.516 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 19:56:51.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:56:51.516 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 19:56:51.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:56:51.516 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 19:56:51.516 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:56:51.516 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:56:51.516 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:56:51.516 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:56:51.516 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:56:51.517 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:56:51.517 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:56:51.517 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Synchronized] 19:56:51.517 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Synchronized] 19:56:51.517 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Synchronized] about selection 19:56:51.520 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Synchronized] 19:56:51.520 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:56:51.520 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:56:51.520 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:56:51.521 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:56:51.521 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Synchronized] 19:56:51.521 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Synchronized] 19:56:51.521 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Synchronized] about selection 19:56:51.526 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Synchronized] 19:56:51.526 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project' 19:56:51.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:56:51.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:56:51.526 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:56:51.526 DEBUG [main][MenuItemLookup] Found menu:'File' 19:56:51.526 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:56:51.526 DEBUG [main][MenuItemLookup] Item match:Edit 19:56:51.527 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 19:56:51.527 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 19:56:51.527 DEBUG [main][MenuItemLookup] Found menu:'' 19:56:51.527 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 19:56:51.527 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:56:51.527 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:56:51.527 DEBUG [main][MenuItemLookup] Found menu:'' 19:56:51.527 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:56:51.527 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:56:51.527 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:56:51.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 19:56:51.527 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:56:51.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 19:56:51.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:56:51.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:56:51.527 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:56:51.527 DEBUG [main][MenuItemLookup] Found menu:'File' 19:56:51.527 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:56:51.527 DEBUG [main][MenuItemLookup] Item match:Edit 19:56:51.527 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 19:56:51.527 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 19:56:51.527 DEBUG [main][MenuItemLookup] Found menu:'' 19:56:51.527 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 19:56:51.527 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:56:51.527 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:56:51.527 DEBUG [main][MenuItemLookup] Found menu:'' 19:56:51.527 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:56:51.527 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:56:51.527 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:56:51.527 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:56:51.527 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 19:56:51.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 19:56:51.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 19:56:51.549 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 19:56:51.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:56:51.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:56:51.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 "OK") 19:56:51.549 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:56:51.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:56:51.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:56:51.549 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 19:56:51.549 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:56:51.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:56:51.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:56:51.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:56:51.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:56:51.549 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:56:51.550 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:56:51.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:56:51.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:56:51.550 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:56:51.550 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:56:51.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:56:51.593 DEBUG [Worker-0: Publishing to Server ABC...][AbstractWait] Wait for 1 seconds 19:56:51.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:56:51.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:56:51.602 DEBUG [WorkbenchTestable][JobIsRunning] job 'Implicit Job' is a system job, skipped 19:56:51.602 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 19:56:52.102 DEBUG [WorkbenchTestable][JobIsRunning] job 'Implicit Job' is a system job, skipped 19:56:52.102 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 19:56:52.602 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:56:52.602 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:56:52.602 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:56:52.602 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:56:52.602 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:56:52.602 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:56:52.602 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:56:52.602 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:56:52.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:56:52.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 19:56:52.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 19:56:52.602 DEBUG [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.... 19:57:02.613 DEBUG [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 19:57:02.613 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.... 19:57:02.613 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 19:57:02.613 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:57:02.613 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:57:02.614 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:57:02.614 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:57:02.614 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 [Synchronized] 19:57:02.614 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 [Synchronized] 19:57:02.614 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 [Synchronized] about selection 19:57:02.619 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 [Synchronized] 19:57:02.619 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:57:02.619 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:57:02.620 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:57:02.620 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:57:02.620 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 [Synchronized] 19:57:02.620 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 [Synchronized] 19:57:02.620 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 [Synchronized] about selection 19:57:02.623 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 [Synchronized] 19:57:02.623 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project-2' 19:57:02.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:57:02.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:57:02.623 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:57:02.623 DEBUG [main][MenuItemLookup] Found menu:'File' 19:57:02.623 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:57:02.623 DEBUG [main][MenuItemLookup] Item match:Edit 19:57:02.624 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 19:57:02.624 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 19:57:02.624 DEBUG [main][MenuItemLookup] Found menu:'' 19:57:02.624 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 19:57:02.624 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:57:02.624 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:57:02.624 DEBUG [main][MenuItemLookup] Found menu:'' 19:57:02.624 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:57:02.624 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:57:02.624 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:57:02.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 19:57:02.624 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:57:02.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 19:57:02.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:57:02.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:57:02.624 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:57:02.624 DEBUG [main][MenuItemLookup] Found menu:'File' 19:57:02.624 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:57:02.624 DEBUG [main][MenuItemLookup] Item match:Edit 19:57:02.624 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 19:57:02.624 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 19:57:02.624 DEBUG [main][MenuItemLookup] Found menu:'' 19:57:02.624 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 19:57:02.624 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:57:02.624 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:57:02.624 DEBUG [main][MenuItemLookup] Found menu:'' 19:57:02.624 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:57:02.624 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:57:02.624 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:57:02.624 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:57:02.624 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 19:57:02.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 19:57:02.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 19:57:02.646 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 19:57:02.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:57:02.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:57:02.646 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:57:02.646 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:57:02.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:57:02.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:57:02.646 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 19:57:02.646 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:57:02.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:57:02.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:02.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:57:02.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:57:02.646 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:57:02.647 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:57:02.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:57:02.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:57:02.647 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:57:02.647 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:57:02.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:57:02.690 DEBUG [Worker-2: Publishing to Server ABC...][AbstractWait] Wait for 1 seconds 19:57:02.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:57:02.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:57:02.690 DEBUG [WorkbenchTestable][JobIsRunning] job 'Implicit Job' is a system job, skipped 19:57:02.690 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 19:57:03.190 DEBUG [WorkbenchTestable][JobIsRunning] job 'Implicit Job' is a system job, skipped 19:57:03.190 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 19:57:03.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:57:03.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:57:03.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:57:03.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:57:03.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:57:03.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:57:03.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:57:03.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:57:03.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:57:03.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 19:57:03.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 19:57:03.691 DEBUG [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.... 19:57:13.705 DEBUG [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 19:57:13.705 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.... 19:57:13.705 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 19:57:13.705 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:57:13.705 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:57:13.706 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:57:13.706 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:57:13.706 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 [Synchronized] 19:57:13.706 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 [Synchronized] 19:57:13.706 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 [Synchronized] about selection 19:57:13.709 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 [Synchronized] 19:57:13.710 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:57:13.710 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:57:13.710 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:57:13.710 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:57:13.710 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 [Synchronized] 19:57:13.710 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 [Synchronized] 19:57:13.710 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 [Synchronized] about selection 19:57:13.715 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 [Synchronized] 19:57:13.716 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project-3' 19:57:13.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:57:13.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:57:13.716 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:57:13.716 DEBUG [main][MenuItemLookup] Found menu:'File' 19:57:13.716 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:57:13.716 DEBUG [main][MenuItemLookup] Item match:Edit 19:57:13.717 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 19:57:13.717 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 19:57:13.717 DEBUG [main][MenuItemLookup] Found menu:'' 19:57:13.717 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 19:57:13.717 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:57:13.717 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:57:13.717 DEBUG [main][MenuItemLookup] Found menu:'' 19:57:13.717 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:57:13.717 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:57:13.717 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:57:13.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 19:57:13.717 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:57:13.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 19:57:13.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:57:13.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:57:13.717 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:57:13.717 DEBUG [main][MenuItemLookup] Found menu:'File' 19:57:13.717 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:57:13.717 DEBUG [main][MenuItemLookup] Item match:Edit 19:57:13.717 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 19:57:13.717 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 19:57:13.717 DEBUG [main][MenuItemLookup] Found menu:'' 19:57:13.717 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 19:57:13.717 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:57:13.717 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:57:13.717 DEBUG [main][MenuItemLookup] Found menu:'' 19:57:13.717 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:57:13.717 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:57:13.717 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:57:13.717 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:57:13.717 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 19:57:13.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 19:57:13.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 19:57:13.739 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 19:57:13.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:57:13.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:57:13.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 "OK") 19:57:13.739 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:57:13.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:57:13.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:57:13.739 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 19:57:13.739 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:57:13.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:57:13.739 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:13.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:57:13.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:57:13.740 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:57:13.740 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:57:13.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:57:13.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:57:13.740 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:57:13.740 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:57:13.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:57:13.782 DEBUG [Worker-1: Publishing to Server ABC...][AbstractWait] Wait for 1 seconds 19:57:13.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:57:13.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:57:13.782 DEBUG [WorkbenchTestable][JobIsRunning] job 'Implicit Job' is a system job, skipped 19:57:13.782 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:57:13.782 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 19:57:14.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Implicit Job' is a system job, skipped 19:57:14.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 19:57:14.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:57:14.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:57:14.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:57:14.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:57:14.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:57:14.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:57:14.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:57:14.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:57:14.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:57:14.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 19:57:14.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 19:57:14.783 DEBUG [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.... 19:57:24.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 'Publishing to .*'] is available. failed, NO exception will be thrown 19:57:24.796 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.... 19:57:24.796 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 19:57:24.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:57:24.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:57:24.797 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:57:24.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:57:24.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:57:24.797 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 19:57:24.797 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:57:24.797 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:57:24.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:57:24.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:57:24.798 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetServerModuleWithPublishState no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 19:57:24.798 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:57:24.798 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:57:24.798 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:57:24.798 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:57:24.799 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:57:24.799 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:57:24.799 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Started, Synchronized] 19:57:24.799 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Started, Synchronized] 19:57:24.800 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Started, Synchronized] about selection 19:57:24.804 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Started, Synchronized] 19:57:24.805 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:57:24.805 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:57:24.814 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:57:24.814 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:57:24.814 INFO [WorkbenchTestable][AbstractServer] Stop server 'Server ABC' 19:57:24.814 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:57:24.814 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:57:24.815 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:57:24.815 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:57:24.815 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:57:24.815 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:57:24.815 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:57:24.816 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:57:24.816 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Stop on server Server ABC 19:57:24.816 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:57:24.816 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:57:24.816 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:57:24.816 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:57:24.816 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Started, Synchronized] 19:57:24.816 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Started, Synchronized] 19:57:24.816 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Started, Synchronized] about selection 19:57:24.820 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Started, Synchronized] 19:57:24.820 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:57:24.820 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:57:24.820 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:57:24.832 DEBUG [main][MenuItemLookup] Found menu:'New' 19:57:24.833 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 19:57:24.833 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:57:24.833 DEBUG [main][MenuItemLookup] Found menu:'' 19:57:24.833 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:57:24.833 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:57:24.833 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:57:24.833 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 19:57:24.833 DEBUG [main][MenuItemLookup] Found menu:'' 19:57:24.833 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 19:57:24.833 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 19:57:24.833 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 19:57:24.833 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 19:57:24.833 DEBUG [main][MenuItemLookup] Item match:Stop Ctrl+Alt+S 19:57:24.833 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"S&top Ctrl+Alt+S" 19:57:24.833 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Stop Ctrl+Alt+S 19:57:24.833 INFO [main][MenuItemHandler] Select menu item: S&top Ctrl+Alt+S 19:57:24.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4... 19:57:24.833 DEBUG [Worker-2: Stopping Server ABC][AbstractWait] Wait for 1 seconds 19:57:25.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4 finished successfully 19:57:25.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped... 19:57:25.842 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:57:25.842 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:57:25.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:57:25.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:57:26.344 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:57:26.344 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:57:26.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:57:26.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:57:26.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped finished successfully 19:57:26.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:57:26.345 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:57:26.345 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:57:26.345 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:57:26.345 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:57:26.345 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:57:26.345 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:57:26.345 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:57:26.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:57:26.345 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:57:26.346 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:57:26.346 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:57:26.346 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:57:26.346 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STOPPED' 19:57:26.346 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:57:26.346 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:57:26.347 DEBUG [main][EditorHandler] 0 editor(s) found 19:57:26.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:26.347 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:57:26.347 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 19:57:26.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:26.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:57:26.348 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:57:26.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:57:26.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:57:26.348 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:57:26.348 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:57:26.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:57:26.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:26.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:57:26.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:57:26.349 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:57:26.349 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:57:26.349 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:57:26.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:57:26.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:57:26.358 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:57:26.358 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:57:26.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:57:26.371 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:57:26.371 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:57:26.371 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:57:26.371 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:57:26.371 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:57:26.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:57:26.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:26.371 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:57:26.872 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:26.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:57:27.373 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:27.373 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:57:27.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:57:27.373 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:57:27.373 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:57:27.374 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:57:27.374 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:57:27.374 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:57:27.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:57:27.374 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:27.375 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:57:27.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:57:27.375 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:57:27.375 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project 19:57:27.375 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project-2 19:57:27.375 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project-3 19:57:27.375 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:57:27.375 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:57:27.375 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:57:27.375 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:57:27.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:57:27.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:27.376 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:57:27.876 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:27.876 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:57:28.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:28.377 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:57:28.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:57:28.377 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:57:28.377 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:57:28.378 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:57:28.378 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:57:28.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 19:57:28.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:57:28.378 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:28.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:57:28.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:57:28.378 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:57:28.378 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project 19:57:28.378 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project-2 19:57:28.378 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project-3 19:57:28.378 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:57:28.378 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:57:28.379 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:57:28.379 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:57:28.379 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:57:28.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:57:28.379 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:28.379 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:57:28.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:57:28.379 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:57:28.379 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 19:57:28.379 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 19:57:28.379 DEBUG [main][TreeItemHandler] Set Tree selection 19:57:28.379 DEBUG [main][TreeHandler] Notify Tree about selection event 19:57:28.383 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 19:57:28.384 DEBUG [WorkbenchTestable][TreeItemHandler] server-project 19:57:28.384 DEBUG [WorkbenchTestable][TreeItemHandler] server-project-2 19:57:28.384 DEBUG [WorkbenchTestable][TreeItemHandler] server-project-3 19:57:28.385 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:57:28.385 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:57:28.415 DEBUG [main][MenuItemLookup] Found menu:'New' 19:57:28.415 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:57:28.415 DEBUG [main][MenuItemLookup] Found menu:'' 19:57:28.415 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:57:28.415 DEBUG [main][MenuItemLookup] Found menu:'' 19:57:28.415 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:57:28.415 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:57:28.415 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:57:28.415 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 19:57:28.415 DEBUG [main][MenuItemLookup] Found menu:'Move...' 19:57:28.415 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 19:57:28.415 DEBUG [main][MenuItemLookup] Found menu:'' 19:57:28.415 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:57:28.415 DEBUG [main][MenuItemLookup] Found menu:'Export...' 19:57:28.415 DEBUG [main][MenuItemLookup] Found menu:'' 19:57:28.415 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:57:28.415 DEBUG [main][MenuItemLookup] Item match:Refresh F5 19:57:28.415 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 19:57:28.415 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 19:57:28.416 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 19:57:28.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:57:28.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 19:57:28.916 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:57:28.916 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:57:28.916 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:57:28.916 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:57:28.916 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:57:28.916 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:57:28.916 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:57:28.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:57:28.916 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:57:28.916 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:57:28.933 DEBUG [main][MenuItemLookup] Found menu:'New' 19:57:28.933 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:57:28.933 DEBUG [main][MenuItemLookup] Found menu:'' 19:57:28.933 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:57:28.933 DEBUG [main][MenuItemLookup] Found menu:'' 19:57:28.933 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:57:28.933 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:57:28.933 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:57:28.933 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:57:28.933 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:57:28.933 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:57:28.933 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 19:57:28.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 19:57:29.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 19:57:29.490 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 19:57:29.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:57:29.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:57:29.492 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 19:57:29.492 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:57:29.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:57:29.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:57:29.492 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:57:29.492 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:57:29.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:57:29.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:29.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:57:29.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:57:29.492 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:57:29.493 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 19:57:29.493 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 19:57:29.493 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 19:57:29.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:57:29.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:57:29.493 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:57:29.493 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:57:29.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 "OK") 19:57:29.493 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:57:29.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:57:29.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:57:29.493 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:57:29.493 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:57:29.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:57:29.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:29.494 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:57:29.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:57:29.494 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:57:29.494 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:57:29.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:57:29.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:57:29.494 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:57:29.494 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:57:29.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 19:57:29.497 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 19:57:29.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 19:57:29.997 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 19:57:29.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:57:29.997 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 19:57:29.997 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:57:29.997 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:57:29.997 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:57:29.997 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:57:29.997 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:57:29.997 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:57:29.997 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:57:29.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:57:29.998 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:57:29.998 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:57:29.998 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:57:29.998 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:57:29.998 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:30.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:57:30.001 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 19:57:30.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:30.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:57:30.003 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:57:30.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:57:30.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:57:30.003 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:57:30.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 '\*?\QServers\E') 19:57:30.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:57:30.003 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:30.006 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:57:30.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:57:30.006 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:57:30.006 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:57:30.006 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:57:30.021 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:57:30.021 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:57:30.022 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:57:30.022 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:57:30.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:57:30.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:57:30.022 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 19:57:30.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:57:30.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:30.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:57:30.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:57:30.023 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:57:30.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:30.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:57:30.025 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:57:30.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:57:30.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:57:30.026 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:57:30.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 19:57:30.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:57:30.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:30.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:57:30.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:57:30.028 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:57:30.028 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:57:30.028 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:57:30.028 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:57:30.028 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:57:30.028 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:57:30.028 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:57:30.029 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped, Synchronized] 19:57:30.029 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped, Synchronized] 19:57:30.029 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped, Synchronized] about selection 19:57:30.033 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped, Synchronized] 19:57:30.033 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:57:30.033 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:57:30.034 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:57:30.034 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:57:30.034 INFO [WorkbenchTestable][AbstractServer] Delete server 'Server ABC'. Stop server first: false 19:57:30.035 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:57:30.035 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:57:30.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:57:30.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:57:30.036 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:57:30.036 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:57:30.064 DEBUG [main][MenuItemLookup] Found menu:'New' 19:57:30.064 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 19:57:30.064 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:57:30.064 DEBUG [main][MenuItemLookup] Found menu:'' 19:57:30.064 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:57:30.064 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:57:30.064 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:57:30.064 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:57:30.064 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 19:57:30.064 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:57:30.065 INFO [main][MenuItemHandler] Select menu item: Delete Delete 19:57:30.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 19:57:30.090 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 19:57:30.090 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 19:57:30.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:57:30.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:57:30.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 "OK") 19:57:30.090 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:57:30.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:57:30.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:57:30.090 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 19:57:30.090 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:57:30.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:57:30.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:30.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:57:30.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:57:30.091 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:57:30.091 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:57:30.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:57:30.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:57:30.091 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:57:30.091 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:57:30.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:57:30.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:57:30.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:30.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:57:30.115 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 19:57:30.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:30.117 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:57:30.117 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:57:30.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:57:30.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:57:30.117 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:57:30.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 '\*?\QServers\E') 19:57:30.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:57:30.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:30.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:57:30.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:57:30.120 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:57:30.120 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:57:30.120 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:57:30.120 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:57:30.120 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:57:30.120 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:57:30.120 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:57:30.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server ABC... 19:57:30.121 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:57:30.121 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:57:30.121 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:57:30.121 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 19:57:30.121 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 19:57:30.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:57:30.121 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:30.121 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:57:30.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:30.622 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:57:31.123 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:31.123 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:57:31.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:57:31.124 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 19:57:31.124 INFO [WorkbenchTestable][ServersView2] Requested server 'Server ABC' was not found on Servers view 19:57:31.124 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:57:31.124 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:57:31.125 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:57:31.125 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 19:57:31.125 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 19:57:31.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:57:31.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:31.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:57:31.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:31.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:57:32.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:32.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:57:32.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:57:32.128 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 19:57:32.128 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 0] 19:57:32.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server ABC finished successfully 19:57:32.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:57:32.128 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:57:32.128 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:57:32.128 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:57:32.128 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:57:32.128 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:57:32.128 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:57:32.128 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:57:32.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:57:32.128 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 19:57:32.128 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:57:32.128 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:57:32.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:57:32.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 174.558 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: 12.712 s restartServerModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) Time elapsed: 13.771 s stopServerModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) Time elapsed: 12.214 s testGetServerModuleWithNoState no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) Time elapsed: 30.901 s removeServerModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) Time elapsed: 30.896 s testGetServerModuleWithStates no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) Time elapsed: 14.751 s testGetServerModuleWithServerState no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) Time elapsed: 12.218 s testGetServerModuleWithPublishState no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) Time elapsed: 34.875 s Running org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewRuntimeWizardPageTest 19:57:32.135 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewRuntimeWizardPageTest 19:57:32.135 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:57:32.136 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:57:32.136 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewRuntimeWizardPageTest 19:57:32.136 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:57:32.136 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:57:32.136 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:57:32.136 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:57:32.136 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:57:32.136 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:57:32.136 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectType no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewRuntimeWizardPageTest) 19:57:32.136 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewRuntimeWizardPageTest 19:57:32.136 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:57:32.136 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:57:32.136 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:57:32.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.*'] 19:57:32.136 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:57:32.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.*'] 19:57:32.137 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:57:32.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.*'] 19:57:32.137 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:57:32.137 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:57:32.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:57:32.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:57:32.137 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:57:32.137 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:57:32.137 DEBUG [main][MenuItemLookup] Found menu:'File' 19:57:32.137 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:57:32.137 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:57:32.137 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:57:32.137 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:57:32.137 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:57:32.137 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:57:32.137 DEBUG [main][MenuItemLookup] Item match:Window 19:57:32.138 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:57:32.138 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:57:32.138 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:57:32.138 DEBUG [main][MenuItemLookup] Found menu:'' 19:57:32.138 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:57:32.138 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:57:32.138 DEBUG [main][MenuItemLookup] Found menu:'' 19:57:32.138 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 19:57:32.138 DEBUG [main][MenuItemLookup] Found menu:'' 19:57:32.138 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 19:57:32.138 DEBUG [main][MenuItemLookup] Item match:Preferences 19:57:32.138 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 19:57:32.138 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 19:57:32.138 INFO [main][MenuItemHandler] Select menu item: &Preferences 19:57:32.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.... 19:57:32.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 19:57:32.210 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 19:57:32.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:57:32.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:57:32.211 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 19:57:32.211 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:57:32.212 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 19:57:32.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:57:32.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:32.212 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:57:32.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:57:32.212 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:57:32.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:57:32.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:57:32.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 19:57:32.213 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 19:57:32.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:57:32.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:57:32.714 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 19:57:32.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 19:57:32.715 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 19:57:32.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:57:32.715 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 19:57:32.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:57:32.715 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 19:57:32.715 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Runtime Environments 19:57:32.715 DEBUG [main][TreeItemHandler] Selecting tree item: Runtime Environments 19:57:32.715 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Runtime Environments about selection 19:57:32.716 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Runtime Environments 19:57:32.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:57:32.739 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:32.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:57:33.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:33.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:57:33.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:33.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:57:33.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:57:33.742 INFO [WorkbenchTestable][RuntimePreferencePage] Removing all runtimes 19:57:33.742 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 19:57:33.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:57:33.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:33.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:57:33.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:57:33.742 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:57:33.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:57:33.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:57:33.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:57:33.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:57:33.744 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Server 1(Test runtime)' 19:57:33.745 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 19:57:33.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:57:33.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:33.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:57:33.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:57:33.745 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:57:33.745 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Server 1' 19:57:33.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:57:33.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:57:33.745 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Server 1' was found 19:57:33.745 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Server 1' matched 'Server 1'! Selecting... 19:57:33.746 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 19:57:33.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:57:33.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:57:33.746 TRACE [main][WidgetHandler] Notify Table with event 13 19:57:33.746 TRACE [main][WidgetHandler] Wait for synchronization 19:57:33.746 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") 19:57:33.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:57:33.746 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:33.746 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:57:33.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:57:33.746 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:57:33.747 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 19:57:33.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:57:33.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:57:33.747 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:57:33.747 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:57:33.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 19:57:36.767 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 19:57:36.767 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 19:57:36.767 INFO [WorkbenchTestable][RuntimePreferencePage] Adding new runtime 19:57:36.768 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...") 19:57:36.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:57:36.768 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:36.768 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:57:36.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:57:36.769 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:57:36.769 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 19:57:36.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:57:36.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:57:36.769 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:57:36.769 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:57:36.813 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.... 19:57:36.814 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:57:36.814 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:57:36.814 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 19:57:36.815 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server Runtime Environment 19:57:36.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:57:36.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:57:36.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 19:57:36.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 19:57:36.818 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 19:57:36.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:57:36.818 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:36.818 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:57:36.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:57:36.818 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:57:36.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:57:36.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:57:36.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 19:57:36.819 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 19:57:36.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:57:36.819 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 19:57:36.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:57:36.819 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 19:57:36.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 19:57:36.819 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 19:57:36.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:57:36.819 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 19:57:36.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:57:36.819 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 19:57:36.820 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test runtime 19:57:36.820 DEBUG [main][TreeItemHandler] Selecting tree item: Test runtime 19:57:36.820 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test runtime about selection 19:57:36.820 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test runtime 19:57:36.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 19:57:36.820 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 19:57:36.820 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 19:57:37.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 19:57:37.320 TRACE [WorkbenchTestable][NewRuntimeWizardDialog] Shell New Server Runtime Environment is not null and is not disposed 19:57:37.320 INFO [WorkbenchTestable][NewRuntimeWizardDialog] Finish wizard 19:57:37.321 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) 19:57:37.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:57:37.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:37.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:57:37.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:57:37.322 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:57:37.324 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:57:37.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:57:37.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:57:37.324 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:57:37.324 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:57:37.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:57:37.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:57:37.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:57:37.827 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:57:37.827 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:57:37.827 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:57:37.827 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:57:37.827 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:57:37.827 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:57:37.827 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:57:37.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:57:37.828 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 19:57:37.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:57:37.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:37.828 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:57:37.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:57:37.828 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:57:37.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:57:37.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:57:37.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:57:37.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:57:37.831 INFO [WorkbenchTestable][RuntimePreferencePage] Removing all runtimes 19:57:37.831 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 19:57:37.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:57:37.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:37.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:57:37.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:57:37.832 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:57:37.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:57:37.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:57:37.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:57:37.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:57:37.832 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Test runtime(Test runtime)' 19:57:37.832 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 19:57:37.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:57:37.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:37.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:57:37.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:57:37.833 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:57:37.833 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Test runtime' 19:57:37.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:57:37.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:57:37.833 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime' was found 19:57:37.833 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime' matched 'Test runtime'! Selecting... 19:57:37.833 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 19:57:37.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:57:37.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:57:37.833 TRACE [main][WidgetHandler] Notify Table with event 13 19:57:37.833 TRACE [main][WidgetHandler] Wait for synchronization 19:57:37.833 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") 19:57:37.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:57:37.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:37.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:57:37.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:57:37.834 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:57:37.834 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 19:57:37.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:57:37.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:57:37.834 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:57:37.834 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:57:37.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 19:57:40.839 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 19:57:40.839 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 19:57:40.840 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) 19:57:40.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:57:40.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:40.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:57:40.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:57:40.841 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:57:40.842 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 19:57:40.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:57:40.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:57:40.842 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:57:40.842 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:57:40.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:57:40.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:57:40.865 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:57:40.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:57:40.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:57:40.865 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewRuntimeWizardPageTest 19:57:40.865 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:57:40.865 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:57:40.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:57:40.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:57:40.865 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectType no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewRuntimeWizardPageTest) 19:57:40.865 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewRuntimeWizardPageTest 19:57:40.865 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:57:40.865 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:57:40.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:57:40.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.732 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.729 s Running org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest 19:57:40.872 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest 19:57:40.872 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:57:40.872 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:57:40.872 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest 19:57:40.872 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:57:40.872 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:57:40.880 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:57:40.880 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:57:40.880 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:57:40.880 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:57:40.880 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectType no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest) 19:57:40.880 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest 19:57:40.880 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:57:40.880 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:57:40.880 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:57:40.880 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:40.882 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:57:40.882 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 19:57:40.882 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:40.885 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:57:40.885 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:57:40.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:57:40.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:57:40.885 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:57:40.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 '\*?\QServers\E') 19:57:40.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:57:40.885 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:40.887 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:57:40.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:57:40.887 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:57:40.887 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:57:40.887 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:57:40.888 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:57:40.888 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:57:40.888 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:57:40.888 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:57:40.888 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:57:40.888 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:57:40.889 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:57:40.889 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 19:57:40.889 INFO [WorkbenchTestable][ServersView2] Create new server 19:57:40.889 TRACE [WorkbenchTestable][WidgetHandler] Notify Link with event 35 19:57:40.889 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:57:40.890 DEBUG [main][MenuItemLookup] Found menu:'New' 19:57:40.890 DEBUG [main][MenuItemLookup] Item match:New 19:57:40.890 DEBUG [main][MenuItemLookup] Found menu:'Server' 19:57:40.890 DEBUG [main][MenuItemLookup] Item match:Server 19:57:40.890 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 19:57:40.890 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 19:57:40.891 INFO [main][MenuItemHandler] Select menu item: Server 19:57:40.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 19:57:40.970 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 19:57:40.970 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 19:57:40.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:57:40.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:57:40.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:57:40.971 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:57:40.971 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:57:40.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:57:40.971 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:57:40.971 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:57:40.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 Server"] 19:57:40.971 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:57:40.971 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:57:40.971 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 19:57:40.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:57:40.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:57:40.971 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 19:57:40.971 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:57:40.972 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 19:57:40.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:57:40.972 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:40.973 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:57:40.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:57:40.973 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:57:40.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 19:57:40.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 19:57:40.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server]... 19:57:40.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:57:40.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:57:40.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 19:57:40.975 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 19:57:40.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:57:40.975 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 19:57:40.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:57:40.975 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 19:57:40.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 19:57:40.975 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 19:57:40.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:57:40.975 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 19:57:40.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:57:40.975 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 19:57:40.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server] finished successfully 19:57:40.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.wizard.NewServerWizardPage, index 0 and no matchers specified 19:57:40.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:57:40.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:40.981 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:57:40.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:57:40.981 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:57:40.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:57:40.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:57:40.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 19:57:40.981 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 19:57:40.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:57:40.981 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 19:57:40.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:57:40.981 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 19:57:40.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 19:57:40.981 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 19:57:40.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:57:40.981 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 19:57:40.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:57:40.981 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 19:57:40.981 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test server 19:57:40.981 DEBUG [main][TreeItemHandler] Selecting tree item: Test server 19:57:40.982 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test server about selection 19:57:40.983 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test server 19:57:40.983 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) 19:57:40.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:57:40.983 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:40.984 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:57:40.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:57:40.984 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:57:40.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:57:41.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:57:41.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 19:57:41.484 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 19:57:41.484 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 19:57:41.985 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 19:57:41.985 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 19:57:42.485 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 19:57:42.485 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 19:57:42.985 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 19:57:42.985 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 19:57:43.485 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 19:57:43.485 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 19:57:43.986 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 19:57:43.986 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 19:57:44.486 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 19:57:44.486 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 19:57:44.986 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 19:57:44.986 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 19:57:45.487 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 19:57:45.487 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 19:57:45.987 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 19:57:45.987 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 19:57:46.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 19:57:46.488 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 19:57:46.488 INFO [WorkbenchTestable][NewServerWizard] Cancel wizard 19:57:46.488 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) 19:57:46.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:57:46.488 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:46.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:57:46.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:57:46.489 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:57:46.492 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 19:57:46.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:57:46.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:57:46.492 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:57:46.492 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:57:46.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:57:46.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:57:46.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:57:46.521 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:57:46.521 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:57:46.521 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:57:46.521 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:57:46.521 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:57:46.521 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:57:46.521 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:57:46.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:57:46.521 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:57:46.521 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:57:46.522 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:57:46.522 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 19:57:46.522 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 19:57:46.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:57:46.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:46.522 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:57:47.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:47.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:57:47.524 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:47.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:57:47.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:57:47.525 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 19:57:47.525 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest 19:57:47.525 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:57:47.525 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:57:47.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:57:47.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:57:47.525 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectType no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest) 19:57:47.525 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:57:47.526 INFO [WorkbenchTestable][RequirementsRunner] Started test: setHostName no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest) 19:57:47.526 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest 19:57:47.526 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:57:47.526 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:57:47.526 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:57:47.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:47.528 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:57:47.528 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 19:57:47.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:47.530 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:57:47.530 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:57:47.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:57:47.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:57:47.531 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:57:47.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') 19:57:47.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:57:47.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:47.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:57:47.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:57:47.533 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:57:47.533 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:57:47.533 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:57:47.534 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:57:47.534 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:57:47.534 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:57:47.534 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:57:47.534 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:57:47.534 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:57:47.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:57:47.535 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 19:57:47.535 INFO [WorkbenchTestable][ServersView2] Create new server 19:57:47.535 TRACE [WorkbenchTestable][WidgetHandler] Notify Link with event 35 19:57:47.535 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:57:47.535 DEBUG [main][MenuItemLookup] Found menu:'New' 19:57:47.536 DEBUG [main][MenuItemLookup] Item match:New 19:57:47.536 DEBUG [main][MenuItemLookup] Found menu:'Server' 19:57:47.536 DEBUG [main][MenuItemLookup] Item match:Server 19:57:47.536 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 19:57:47.536 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 19:57:47.536 INFO [main][MenuItemHandler] Select menu item: Server 19:57:47.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 19:57:47.632 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 19:57:47.632 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 19:57:47.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:57:47.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:57:47.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:57:47.632 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:57:47.632 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:57:47.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:57:47.633 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:57:47.633 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:57:47.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 Server"] 19:57:47.633 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:57:47.633 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:57:47.633 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 19:57:47.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:57:47.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:57:47.633 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 19:57:47.633 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:57:47.633 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:") 19:57:47.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:57:47.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:47.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:57:47.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:57:47.635 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:57:47.635 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:57:47.636 INFO [WorkbenchTestable][AbstractText] Text set to: ABC 19:57:47.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 19:57:47.636 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 19:57:47.636 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 19:57:48.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 19:57:48.137 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 19:57:48.137 INFO [WorkbenchTestable][NewServerWizard] Cancel wizard 19:57:48.137 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) 19:57:48.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:57:48.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:48.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:57:48.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:57:48.138 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:57:48.139 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 19:57:48.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:57:48.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:57:48.139 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:57:48.139 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:57:48.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:57:48.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:57:48.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:57:48.164 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:57:48.164 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:57:48.164 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:57:48.164 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:57:48.164 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:57:48.164 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:57:48.164 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:57:48.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:57:48.169 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:57:48.169 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:57:48.170 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:57:48.170 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 19:57:48.170 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 19:57:48.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:57:48.170 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:48.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:57:48.670 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:48.671 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:57:49.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:49.172 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:57:49.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:57:49.172 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 19:57:49.172 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest 19:57:49.172 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:57:49.172 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:57:49.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:57:49.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:57:49.173 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setHostName no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest) 19:57:49.173 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:57:49.173 INFO [WorkbenchTestable][RequirementsRunner] Started test: setName no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest) 19:57:49.173 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest 19:57:49.173 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:57:49.173 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:57:49.173 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:57:49.173 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:49.175 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:57:49.175 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 19:57:49.175 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:49.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:57:49.177 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:57:49.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:57:49.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:57:49.178 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:57:49.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 19:57:49.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:57:49.178 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:49.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:57:49.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:57:49.180 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:57:49.180 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:57:49.180 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:57:49.181 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:57:49.181 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:57:49.181 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:57:49.181 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:57:49.181 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:57:49.181 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:57:49.182 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:57:49.182 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 19:57:49.182 INFO [WorkbenchTestable][ServersView2] Create new server 19:57:49.182 TRACE [WorkbenchTestable][WidgetHandler] Notify Link with event 35 19:57:49.182 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:57:49.182 DEBUG [main][MenuItemLookup] Found menu:'New' 19:57:49.183 DEBUG [main][MenuItemLookup] Item match:New 19:57:49.183 DEBUG [main][MenuItemLookup] Found menu:'Server' 19:57:49.183 DEBUG [main][MenuItemLookup] Item match:Server 19:57:49.183 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 19:57:49.183 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 19:57:49.183 INFO [main][MenuItemHandler] Select menu item: Server 19:57:49.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 19:57:49.260 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 19:57:49.260 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 19:57:49.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:57:49.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:57:49.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:57:49.261 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:57:49.261 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:57:49.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:57:49.261 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:57:49.261 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:57:49.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 Server"] 19:57:49.261 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:57:49.261 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:57:49.261 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 19:57:49.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:57:49.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:57:49.261 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 19:57:49.261 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:57:49.262 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 19:57:49.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:57:49.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:49.263 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:57:49.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:57:49.263 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:57:49.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 19:57:49.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 19:57:49.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server]... 19:57:49.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:57:49.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:57:49.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 19:57:49.265 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 19:57:49.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:57:49.265 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 19:57:49.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:57:49.265 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 19:57:49.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 19:57:49.265 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 19:57:49.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:57:49.265 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 19:57:49.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:57:49.265 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 19:57:49.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server] finished successfully 19:57:49.265 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 19:57:49.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:57:49.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:49.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:57:49.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:57:49.266 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:57:49.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:57:49.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:57:49.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 19:57:49.266 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 19:57:49.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:57:49.266 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 19:57:49.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:57:49.266 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 19:57:49.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 19:57:49.266 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 19:57:49.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:57:49.266 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 19:57:49.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:57:49.266 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 19:57:49.266 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test server 19:57:49.266 DEBUG [main][TreeItemHandler] Selecting tree item: Test server 19:57:49.266 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test server about selection 19:57:49.272 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test server 19:57:49.272 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) 19:57:49.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:57:49.272 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:49.273 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:57:49.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:57:49.273 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:57:49.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:57:49.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:57:49.774 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:") 19:57:49.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:57:49.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:49.783 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:57:49.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:57:49.783 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:57:49.783 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:57:49.784 INFO [WorkbenchTestable][AbstractText] Text set to: ABC server 19:57:49.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 19:57:49.784 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 19:57:49.784 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 19:57:50.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 19:57:50.285 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 19:57:50.285 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 19:57:50.285 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) 19:57:50.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:57:50.285 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:50.286 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:57:50.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:57:50.286 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:57:50.288 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:57:50.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:57:50.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:57:50.288 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:57:50.288 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:57:50.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:57:50.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:57:50.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:57:50.792 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:57:50.792 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:57:50.792 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:57:50.792 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:57:50.792 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:57:50.792 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:57:50.792 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:57:50.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:57:50.792 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:57:50.792 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:57:50.793 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:57:50.793 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 19:57:50.793 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:57:50.793 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:57:50.794 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 19:57:50.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:57:50.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:50.794 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:57:50.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:57:50.794 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:57:50.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:50.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:57:50.796 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:57:50.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:57:50.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:57:50.797 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:57:50.797 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:57:50.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:57:50.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:50.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:57:50.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:57:50.799 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:57:50.799 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:57:50.799 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:57:50.799 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:57:50.799 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:57:50.799 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:57:50.799 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:57:50.801 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:57:50.801 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:57:50.801 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:57:50.801 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:57:50.801 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 19:57:50.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:57:50.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:50.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:57:50.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:57:50.802 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:57:50.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:50.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:57:50.804 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:57:50.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:57:50.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:57:50.804 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:57:50.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 '\*?\QServers\E') 19:57:50.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:57:50.804 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:50.806 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:57:50.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:57:50.806 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:57:50.806 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:57:50.806 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:57:50.807 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:57:50.807 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:57:50.807 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:57:50.807 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:57:50.816 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ABC server [Stopped] 19:57:50.816 DEBUG [main][TreeItemHandler] Selecting tree item: ABC server [Stopped] 19:57:50.816 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ABC server [Stopped] about selection 19:57:50.820 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ABC server [Stopped] 19:57:50.821 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:57:50.821 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:57:50.821 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:57:50.821 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:57:50.821 INFO [WorkbenchTestable][AbstractServer] Delete server 'ABC server'. Stop server first: false 19:57:50.822 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:57:50.822 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:57:50.822 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:57:50.822 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:57:50.822 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:57:50.822 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:57:50.836 DEBUG [main][MenuItemLookup] Found menu:'New' 19:57:50.836 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 19:57:50.836 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:57:50.836 DEBUG [main][MenuItemLookup] Found menu:'' 19:57:50.836 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:57:50.836 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:57:50.836 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:57:50.836 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:57:50.836 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 19:57:50.836 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:57:50.836 INFO [main][MenuItemHandler] Select menu item: Delete Delete 19:57:50.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 19:57:50.855 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 19:57:50.855 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 19:57:50.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:57:50.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:57:50.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 "OK") 19:57:50.856 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:57:50.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:57:50.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:57:50.856 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 19:57:50.856 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:57:50.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:57:50.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:50.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:57:50.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:57:50.856 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:57:50.856 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:57:50.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:57:50.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:57:50.856 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:57:50.856 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:57:50.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:57:50.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:57:50.882 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:50.886 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:57:50.886 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 19:57:50.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:50.889 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:57:50.889 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:57:50.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:57:50.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:57:50.890 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:57:50.890 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:57:50.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:57:50.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:50.904 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:57:50.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:57:50.904 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:57:50.904 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:57:50.904 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:57:50.904 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:57:50.904 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:57:50.904 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:57:50.904 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:57:50.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: ABC server... 19:57:50.905 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:57:50.905 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:57:50.905 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:57:50.905 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 19:57:50.905 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 19:57:50.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:57:50.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:50.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:57:51.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:51.407 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:57:51.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:51.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:57:51.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:57:51.908 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 19:57:51.908 INFO [WorkbenchTestable][ServersView2] Requested server 'ABC server' was not found on Servers view 19:57:51.908 INFO [WorkbenchTestable][AbstractView] Activate view Servers 19:57:51.908 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 19:57:51.909 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:57:51.909 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 19:57:51.909 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 19:57:51.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:57:51.909 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:51.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:57:52.409 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:52.410 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:57:52.910 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:52.911 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:57:52.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 19:57:52.912 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 19:57:52.912 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 0] 19:57:52.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: ABC server finished successfully 19:57:52.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:57:52.912 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:57:52.912 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:57:52.912 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:57:52.912 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:57:52.912 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:57:52.912 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:57:52.912 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:57:52.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:57:52.912 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest 19:57:52.912 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:57:52.912 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:57:52.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:57:52.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:57:52.912 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setName no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest) 19:57:52.912 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest 19:57:52.912 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:57:52.912 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:57:52.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:57:52.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.041 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.645 s setHostName no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest) Time elapsed: 1.647 s setName no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest) Time elapsed: 3.739 s Running org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest 19:57:52.919 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest 19:57:52.920 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:57:52.920 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:57:52.920 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest 19:57:52.920 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:57:52.920 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:57:52.920 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:57:52.920 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:57:52.920 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:57:52.920 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:57:52.920 INFO [WorkbenchTestable][RequirementsRunner] Started test: editRuntime no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest) 19:57:52.920 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest 19:57:52.920 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:57:52.920 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:57:52.920 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:57:52.920 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:57:52.920 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:57:52.920 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:57:52.920 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:57:52.921 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:57:52.921 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:57:52.921 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:57:52.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:57:52.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:57:52.921 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:57:52.921 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:57:52.921 DEBUG [main][MenuItemLookup] Found menu:'File' 19:57:52.921 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:57:52.921 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:57:52.921 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:57:52.921 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:57:52.921 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:57:52.921 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:57:52.921 DEBUG [main][MenuItemLookup] Item match:Window 19:57:52.922 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:57:52.922 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:57:52.922 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:57:52.922 DEBUG [main][MenuItemLookup] Found menu:'' 19:57:52.922 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:57:52.922 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:57:52.922 DEBUG [main][MenuItemLookup] Found menu:'' 19:57:52.922 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 19:57:52.922 DEBUG [main][MenuItemLookup] Found menu:'' 19:57:52.922 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 19:57:52.922 DEBUG [main][MenuItemLookup] Item match:Preferences 19:57:52.922 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 19:57:52.922 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 19:57:52.922 INFO [main][MenuItemHandler] Select menu item: &Preferences 19:57:52.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 19:57:52.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 'Preferences.*'] is available. finished successfully 19:57:52.981 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 19:57:52.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:57:52.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:57:52.981 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 19:57:52.981 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:57:52.982 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 19:57:52.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:57:52.982 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:52.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:57:52.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:57:52.982 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:57:52.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:57:52.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:57:52.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 19:57:52.983 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 19:57:52.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:57:52.983 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 19:57:52.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:57:52.983 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 19:57:52.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 19:57:52.983 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 19:57:52.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:57:52.983 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 19:57:52.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:57:52.983 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 19:57:52.983 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Runtime Environments 19:57:52.983 DEBUG [main][TreeItemHandler] Selecting tree item: Runtime Environments 19:57:52.983 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Runtime Environments about selection 19:57:52.983 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Runtime Environments 19:57:52.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:57:52.983 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:52.984 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:57:53.484 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:53.485 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:57:53.985 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:53.987 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:57:53.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:57:53.987 INFO [WorkbenchTestable][RuntimePreferencePage] Removing all runtimes 19:57:53.987 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 19:57:53.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:57:53.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:53.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:57:53.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:57:53.988 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:57:53.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:57:53.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:57:53.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:57:53.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:57:53.991 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server ABC server(Test runtime)' 19:57:53.991 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 19:57:53.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:57:53.991 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:53.992 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:57:53.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:57:53.992 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:57:53.992 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'ABC server' 19:57:53.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:57:53.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:57:53.992 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'ABC server' was found 19:57:53.992 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'ABC server' matched 'ABC server'! Selecting... 19:57:53.992 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 19:57:53.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:57:53.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:57:53.992 TRACE [main][WidgetHandler] Notify Table with event 13 19:57:53.992 TRACE [main][WidgetHandler] Wait for synchronization 19:57:53.992 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") 19:57:53.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:57:53.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:53.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:57:53.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:57:53.993 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:57:53.994 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 19:57:53.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:57:53.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:57:53.994 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:57:53.994 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:57:53.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 19:57:57.000 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 19:57:57.000 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 19:57:57.000 INFO [WorkbenchTestable][RuntimePreferencePage] Adding new runtime 19:57:57.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.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...") 19:57:57.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:57:57.000 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:57.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:57:57.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:57:57.001 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:57:57.001 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 19:57:57.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:57:57.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:57:57.001 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:57:57.001 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:57:57.041 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.... 19:57:57.043 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:57:57.043 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:57:57.043 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:57:57.043 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 19:57:57.043 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server Runtime Environment 19:57:57.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:57:57.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:57:57.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 19:57:57.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 19:57:57.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.wizard.NewRuntimeWizardPage, index 0 and no matchers specified 19:57:57.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:57:57.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:57.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:57:57.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:57:57.046 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:57:57.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:57:57.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:57:57.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 19:57:57.047 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 19:57:57.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:57:57.047 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 19:57:57.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:57:57.047 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 19:57:57.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 19:57:57.047 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 19:57:57.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:57:57.047 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 19:57:57.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:57:57.047 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 19:57:57.048 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test runtime 19:57:57.048 DEBUG [main][TreeItemHandler] Selecting tree item: Test runtime 19:57:57.048 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test runtime about selection 19:57:57.048 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test runtime 19:57:57.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 19:57:57.048 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 19:57:57.048 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 19:57:57.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 19:57:57.549 TRACE [WorkbenchTestable][NewRuntimeWizardDialog] Shell New Server Runtime Environment is not null and is not disposed 19:57:57.549 INFO [WorkbenchTestable][NewRuntimeWizardDialog] Finish wizard 19:57:57.549 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) 19:57:57.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:57:57.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:57.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:57:57.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:57:57.550 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:57:57.552 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:57:57.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:57:57.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:57:57.552 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:57:57.552 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:57:57.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:57:58.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:57:58.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:57:58.056 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:57:58.056 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:57:58.056 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:57:58.056 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:57:58.056 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:57:58.056 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:57:58.056 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:57:58.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:57:58.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 "Edit...") 19:57:58.056 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:57:58.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:57:58.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:57:58.056 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 19:57:58.056 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:57:58.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:57:58.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:58.058 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:57:58.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:57:58.058 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:57:58.058 INFO [WorkbenchTestable][RuntimePreferencePage] Removing all runtimes 19:57:58.058 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 19:57:58.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:57:58.058 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:58.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:57:58.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:57:58.059 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:57:58.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:57:58.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:57:58.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:57:58.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:57:58.061 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Test runtime(Test runtime)' 19:57:58.061 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 19:57:58.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:57:58.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:58.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:57:58.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:57:58.062 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:57:58.062 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Test runtime' 19:57:58.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:57:58.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:57:58.062 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime' was found 19:57:58.062 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime' matched 'Test runtime'! Selecting... 19:57:58.062 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 19:57:58.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:57:58.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:57:58.062 TRACE [main][WidgetHandler] Notify Table with event 13 19:57:58.062 TRACE [main][WidgetHandler] Wait for synchronization 19:57:58.062 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") 19:57:58.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:57:58.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:57:58.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:57:58.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:57:58.063 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:57:58.063 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 19:57:58.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:57:58.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:57:58.063 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:57:58.063 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:57:58.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 19:58:01.068 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 19:58:01.068 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 19:58:01.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 "Cancel", Widget matcher matching widgets with style: 8) 19:58:01.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:01.069 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:01.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:01.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:01.070 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:58:01.071 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 19:58:01.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:58:01.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:58:01.071 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:58:01.071 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:58:01.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:58:01.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:58:01.092 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:58:01.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:58:01.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:58:01.092 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest 19:58:01.092 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:58:01.092 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:58:01.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:58:01.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:58:01.093 INFO [WorkbenchTestable][RequirementsRunner] Finished test: editRuntime no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest) 19:58:01.093 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:58:01.093 INFO [WorkbenchTestable][RequirementsRunner] Started test: removeAllRuntime no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest) 19:58:01.093 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest 19:58:01.093 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:58:01.093 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:58:01.093 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:58:01.093 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:58:01.093 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:01.093 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:58:01.093 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:01.093 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:58:01.093 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:01.093 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:58:01.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:58:01.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:58:01.093 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:58:01.093 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:58:01.093 DEBUG [main][MenuItemLookup] Found menu:'File' 19:58:01.093 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:58:01.093 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:58:01.093 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:58:01.093 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:58:01.093 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:58:01.093 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:58:01.093 DEBUG [main][MenuItemLookup] Item match:Window 19:58:01.094 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:58:01.094 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:58:01.094 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:58:01.094 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:01.094 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:58:01.094 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:58:01.094 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:01.094 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 19:58:01.094 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:01.094 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 19:58:01.094 DEBUG [main][MenuItemLookup] Item match:Preferences 19:58:01.094 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 19:58:01.094 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 19:58:01.094 INFO [main][MenuItemHandler] Select menu item: &Preferences 19:58:01.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.... 19:58:01.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 19:58:01.150 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 19:58:01.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:58:01.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:58:01.151 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 19:58:01.151 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:01.151 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 19:58:01.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:01.151 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:01.151 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:01.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:01.151 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:58:01.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:58:01.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:58:01.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 19:58:01.152 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 19:58:01.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:58:01.152 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 19:58:01.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:58:01.152 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 19:58:01.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 19:58:01.152 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 19:58:01.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:58:01.152 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 19:58:01.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:58:01.152 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 19:58:01.152 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Runtime Environments 19:58:01.152 DEBUG [main][TreeItemHandler] Selecting tree item: Runtime Environments 19:58:01.152 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Runtime Environments about selection 19:58:01.152 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Runtime Environments 19:58:01.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:01.153 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:01.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:58:01.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:01.655 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:58:02.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:02.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:58:02.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:58:02.156 INFO [WorkbenchTestable][RuntimePreferencePage] Removing all runtimes 19:58:02.156 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 19:58:02.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:02.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:02.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:02.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:02.157 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:58:02.160 INFO [WorkbenchTestable][RuntimePreferencePage] Adding new runtime 19:58:02.160 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...") 19:58:02.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:02.160 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:02.161 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:02.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:02.161 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:58:02.161 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 19:58:02.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:58:02.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:58:02.161 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:58:02.161 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:58:02.209 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.... 19:58:02.211 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:02.211 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:02.211 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:02.211 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 19:58:02.211 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server Runtime Environment 19:58:02.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:58:02.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:58:02.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 19:58:02.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 19:58:02.214 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 19:58:02.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:02.214 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:02.214 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:02.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:02.214 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:58:02.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:58:02.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:58:02.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 19:58:02.215 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 19:58:02.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:58:02.215 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 19:58:02.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:58:02.215 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 19:58:02.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 19:58:02.216 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 19:58:02.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:58:02.216 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 19:58:02.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:58:02.216 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 19:58:02.216 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test runtime 19:58:02.216 DEBUG [main][TreeItemHandler] Selecting tree item: Test runtime 19:58:02.216 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test runtime about selection 19:58:02.216 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test runtime 19:58:02.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 19:58:02.216 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 19:58:02.216 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 19:58:02.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 19:58:02.717 TRACE [WorkbenchTestable][NewRuntimeWizardDialog] Shell New Server Runtime Environment is not null and is not disposed 19:58:02.717 INFO [WorkbenchTestable][NewRuntimeWizardDialog] Finish wizard 19:58:02.717 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) 19:58:02.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:02.717 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:02.718 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:02.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:02.718 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:58:02.720 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:58:02.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:58:02.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:58:02.720 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:58:02.720 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:58:02.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:58:03.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:58:03.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:58:03.225 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:58:03.225 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:58:03.225 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:58:03.225 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:58:03.225 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:58:03.225 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:58:03.225 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:58:03.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:58:03.225 INFO [WorkbenchTestable][RuntimePreferencePage] Adding new runtime 19:58:03.225 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...") 19:58:03.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:03.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:03.226 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:03.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:03.226 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:58:03.226 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 19:58:03.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:58:03.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:58:03.226 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:58:03.226 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:58:03.266 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.... 19:58:03.268 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:03.268 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:03.268 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:03.268 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 19:58:03.268 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server Runtime Environment 19:58:03.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:58:03.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:58:03.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 19:58:03.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 19:58:03.272 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 19:58:03.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:03.272 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:03.272 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:03.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:03.272 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:58:03.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:58:03.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:58:03.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 19:58:03.273 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 19:58:03.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:58:03.273 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 19:58:03.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:58:03.273 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 19:58:03.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 19:58:03.273 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 19:58:03.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:58:03.274 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 19:58:03.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:58:03.274 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 19:58:03.274 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test runtime 19:58:03.274 DEBUG [main][TreeItemHandler] Selecting tree item: Test runtime 19:58:03.274 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test runtime about selection 19:58:03.274 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test runtime 19:58:03.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 19:58:03.274 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 19:58:03.274 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 19:58:03.774 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 19:58:03.774 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 19:58:04.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 19:58:04.275 TRACE [WorkbenchTestable][NewRuntimeWizardDialog] Shell New Server Runtime Environment is not null and is not disposed 19:58:04.275 INFO [WorkbenchTestable][NewRuntimeWizardDialog] Finish wizard 19:58:04.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) 19:58:04.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:04.275 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:04.276 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:04.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:04.276 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:58:04.278 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:58:04.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:58:04.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:58:04.278 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:58:04.278 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:58:04.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:58:04.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:58:04.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:58:04.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:58:04.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:58:04.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:58:04.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:58:04.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:58:04.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:58:04.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:58:04.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:58:04.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 19:58:04.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:04.783 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:04.784 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:04.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:04.784 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:58:04.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:58:04.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:58:04.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:58:04.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:58:04.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:58:04.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:58:04.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:58:04.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:58:04.787 INFO [WorkbenchTestable][RuntimePreferencePage] Removing all runtimes 19:58:04.787 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 19:58:04.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:04.787 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:04.788 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:04.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:04.788 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:58:04.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:58:04.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:58:04.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:58:04.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:58:04.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:58:04.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:58:04.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:58:04.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:58:04.789 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Test runtime(Test runtime)' 19:58:04.789 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 19:58:04.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:04.789 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:04.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:04.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:04.789 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:58:04.789 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Test runtime' 19:58:04.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:58:04.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:58:04.789 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime' was found 19:58:04.789 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime' matched 'Test runtime'! Selecting... 19:58:04.789 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 19:58:04.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:58:04.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:58:04.789 TRACE [main][WidgetHandler] Notify Table with event 13 19:58:04.790 TRACE [main][WidgetHandler] Wait for synchronization 19:58:04.790 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") 19:58:04.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:04.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:04.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:04.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:04.790 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:58:04.791 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 19:58:04.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:58:04.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:58:04.791 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:58:04.791 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:58:04.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 19:58:07.796 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 19:58:07.796 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 19:58:07.796 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Test runtime (2)(Test runtime)' 19:58:07.797 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 19:58:07.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:07.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:07.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:07.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:07.798 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:58:07.798 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Test runtime (2)' 19:58:07.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:58:07.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:58:07.800 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime (2)' was found 19:58:07.800 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime (2)' matched 'Test runtime (2)'! Selecting... 19:58:07.800 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 19:58:07.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:58:07.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:58:07.800 TRACE [main][WidgetHandler] Notify Table with event 13 19:58:07.800 TRACE [main][WidgetHandler] Wait for synchronization 19:58:07.801 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") 19:58:07.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:07.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:07.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:07.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:07.802 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:58:07.802 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 19:58:07.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:58:07.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:58:07.802 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:58:07.802 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:58:07.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 19:58:10.807 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 19:58:10.807 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 19:58:10.807 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 19:58:10.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:10.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:10.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:10.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:10.809 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:58:10.810 INFO [WorkbenchTestable][RuntimePreferencePage] Removing all runtimes 19:58:10.810 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 19:58:10.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:10.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:10.811 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:10.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:10.811 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:58:10.811 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) 19:58:10.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:10.811 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:10.812 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:10.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:10.812 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:58:10.812 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 19:58:10.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:58:10.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:58:10.812 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:58:10.812 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:58:10.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:58:10.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:58:10.830 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:58:10.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:58:10.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:58:10.831 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest 19:58:10.831 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:58:10.831 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:58:10.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:58:10.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:58:10.831 INFO [WorkbenchTestable][RequirementsRunner] Finished test: removeAllRuntime no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest) 19:58:10.831 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:58:10.831 INFO [WorkbenchTestable][RequirementsRunner] Started test: addAndRemoveRuntime no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest) 19:58:10.831 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest 19:58:10.831 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:58:10.831 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:58:10.831 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:58:10.831 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:58:10.831 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:10.831 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:58:10.831 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:10.831 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:58:10.831 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:10.831 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:58:10.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:58:10.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:58:10.832 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:58:10.832 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:58:10.832 DEBUG [main][MenuItemLookup] Found menu:'File' 19:58:10.832 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:58:10.832 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:58:10.832 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:58:10.832 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:58:10.832 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:58:10.832 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:58:10.832 DEBUG [main][MenuItemLookup] Item match:Window 19:58:10.832 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:58:10.832 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:58:10.832 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:58:10.832 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:10.832 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:58:10.832 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:58:10.832 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:10.832 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 19:58:10.832 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:10.832 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 19:58:10.832 DEBUG [main][MenuItemLookup] Item match:Preferences 19:58:10.832 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 19:58:10.832 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 19:58:10.832 INFO [main][MenuItemHandler] Select menu item: &Preferences 19:58:10.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 'Preferences.*'] is available.... 19:58:10.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 19:58:10.891 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 19:58:10.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:58:10.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:58:10.892 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 19:58:10.892 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:10.892 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 19:58:10.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:10.892 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:10.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:10.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:10.893 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:58:10.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:58:10.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:58:10.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 19:58:10.893 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 19:58:10.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:58:10.893 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 19:58:10.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:58:10.893 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 19:58:10.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 19:58:10.894 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 19:58:10.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:58:10.894 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 19:58:10.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:58:10.894 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 19:58:10.894 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Runtime Environments 19:58:10.894 DEBUG [main][TreeItemHandler] Selecting tree item: Runtime Environments 19:58:10.894 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Runtime Environments about selection 19:58:10.894 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Runtime Environments 19:58:10.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:10.894 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:10.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:58:11.395 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:11.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:58:11.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:11.898 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:58:11.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:58:11.899 INFO [WorkbenchTestable][RuntimePreferencePage] Removing all runtimes 19:58:11.899 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 19:58:11.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:11.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:11.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:11.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:11.899 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:58:11.902 INFO [WorkbenchTestable][RuntimePreferencePage] Adding new runtime 19:58: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.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...") 19:58:11.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:11.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:11.903 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:11.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:11.903 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:58:11.903 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 19:58:11.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:58:11.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:58:11.904 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:58:11.904 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:58:11.944 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.... 19:58:11.946 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:11.946 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:11.946 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:11.946 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 19:58:11.946 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server Runtime Environment 19:58:11.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:58:11.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:58:11.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 19:58:11.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 19:58:11.949 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 19:58:11.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:11.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:11.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:11.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:11.949 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:58:11.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:58:11.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:58:11.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 19:58:11.950 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 19:58:11.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:58:11.950 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 19:58:11.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:58:11.950 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 19:58:11.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 19:58:11.951 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 19:58:11.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:58:11.951 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 19:58:11.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:58:11.951 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 19:58:11.951 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test runtime 19:58:11.951 DEBUG [main][TreeItemHandler] Selecting tree item: Test runtime 19:58:11.951 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test runtime about selection 19:58:11.951 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test runtime 19:58:11.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 19:58:11.951 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 19:58:11.951 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 19:58:12.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 19:58:12.452 TRACE [WorkbenchTestable][NewRuntimeWizardDialog] Shell New Server Runtime Environment is not null and is not disposed 19:58:12.452 INFO [WorkbenchTestable][NewRuntimeWizardDialog] Finish wizard 19:58:12.452 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) 19:58:12.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:12.452 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:12.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:12.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:12.453 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:58:12.455 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:58:12.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:58:12.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:58:12.455 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:58:12.455 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:58:12.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:58:12.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:58:12.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:58:12.959 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:58:12.959 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:58:12.959 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:58:12.959 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:58:12.959 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:58:12.959 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:58:12.959 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:58:12.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:58:12.960 INFO [WorkbenchTestable][RuntimePreferencePage] Adding new runtime 19:58:12.960 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...") 19:58:12.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:12.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:12.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:12.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:12.961 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:58:12.961 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 19:58:12.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:58:12.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:58:12.961 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:58:12.961 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:58:13.003 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.... 19:58:13.005 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:13.005 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:13.006 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:13.006 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 19:58:13.006 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server Runtime Environment 19:58:13.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:58:13.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:58:13.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 19:58:13.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 19:58:13.009 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 19:58:13.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:13.009 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:13.009 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:13.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:13.009 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:58:13.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:58:13.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:58:13.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 19:58:13.010 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 19:58:13.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:58:13.010 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 19:58:13.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:58:13.011 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 19:58:13.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 19:58:13.011 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 19:58:13.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:58:13.011 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 19:58:13.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:58:13.011 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 19:58:13.011 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test runtime 19:58:13.011 DEBUG [main][TreeItemHandler] Selecting tree item: Test runtime 19:58:13.011 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test runtime about selection 19:58:13.011 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test runtime 19:58:13.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 19:58:13.011 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 19:58:13.011 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 19:58:13.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 19:58:13.512 TRACE [WorkbenchTestable][NewRuntimeWizardDialog] Shell New Server Runtime Environment is not null and is not disposed 19:58:13.512 INFO [WorkbenchTestable][NewRuntimeWizardDialog] Finish wizard 19:58:13.512 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) 19:58:13.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:13.512 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:13.513 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:13.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:13.513 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:58:13.515 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:58:13.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:58:13.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:58:13.515 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:58:13.515 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:58:13.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:58:14.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:58:14.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:58:14.020 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:58:14.020 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:58:14.020 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:58:14.020 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:58:14.020 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:58:14.020 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:58:14.020 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:58:14.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:58:14.020 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 19:58:14.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:14.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:14.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:14.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:14.021 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:58:14.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:58:14.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:58:14.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:58:14.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:58:14.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:58:14.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:58:14.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:58:14.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:58:14.024 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Test runtime (2)(null)' 19:58:14.024 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 19:58:14.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:14.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:14.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:14.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:14.025 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:58:14.025 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Test runtime (2)' 19:58:14.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:58:14.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:58:14.025 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime' was found 19:58:14.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:58:14.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:58:14.025 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime (2)' was found 19:58:14.025 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime (2)' matched 'Test runtime (2)'! Selecting... 19:58:14.025 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 19:58:14.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:58:14.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:58:14.025 TRACE [main][WidgetHandler] Notify Table with event 13 19:58:14.025 TRACE [main][WidgetHandler] Wait for synchronization 19:58:14.025 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") 19:58:14.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:14.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:14.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:14.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:14.026 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:58:14.027 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 19:58:14.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:58:14.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:58:14.027 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:58:14.027 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:58:14.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 19:58:17.032 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 19:58:17.032 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 19:58:17.033 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 19:58:17.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:17.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:17.033 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:17.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:17.033 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:58:17.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:58:17.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:58:17.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:58:17.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:58:17.036 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Test runtime(null)' 19:58:17.036 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 19:58:17.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:17.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:17.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:17.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:17.036 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:58:17.036 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Test runtime' 19:58:17.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:58:17.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:58:17.037 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime' was found 19:58:17.037 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime' matched 'Test runtime'! Selecting... 19:58:17.037 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 19:58:17.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:58:17.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:58:17.037 TRACE [main][WidgetHandler] Notify Table with event 13 19:58:17.037 TRACE [main][WidgetHandler] Wait for synchronization 19:58:17.037 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") 19:58:17.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:17.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:17.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:17.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:17.038 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:58:17.038 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 19:58:17.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:58:17.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:58:17.038 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:58:17.038 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:58:17.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 19:58:20.043 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 19:58:20.043 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 19:58:20.043 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 19:58:20.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:20.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:20.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:20.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:20.044 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:58:20.046 INFO [WorkbenchTestable][RuntimePreferencePage] Removing all runtimes 19:58:20.046 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 19:58:20.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:20.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:20.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:20.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:20.047 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:58:20.047 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) 19:58:20.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:20.047 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:20.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:20.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:20.048 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:58:20.048 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 19:58:20.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:58:20.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:58:20.048 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:58:20.048 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:58:20.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:58:20.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:58:20.066 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:58:20.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:58:20.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:58:20.066 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest 19:58:20.066 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:58:20.066 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:58:20.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:58:20.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:58:20.067 INFO [WorkbenchTestable][RequirementsRunner] Finished test: addAndRemoveRuntime no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest) 19:58:20.067 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:58:20.067 INFO [WorkbenchTestable][RequirementsRunner] Started test: getServerRuntime no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest) 19:58:20.067 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest 19:58:20.067 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:58:20.067 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:58:20.067 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:58:20.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.*'] 19:58:20.067 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:20.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.*'] 19:58:20.067 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:20.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.*'] 19:58:20.067 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:20.068 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:58:20.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:58:20.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:58:20.068 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:58:20.068 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:58:20.068 DEBUG [main][MenuItemLookup] Found menu:'File' 19:58:20.068 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:58:20.068 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:58:20.068 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:58:20.068 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:58:20.068 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:58:20.068 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:58:20.068 DEBUG [main][MenuItemLookup] Item match:Window 19:58:20.068 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:58:20.068 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:58:20.068 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:58:20.068 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:20.068 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:58:20.068 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:58:20.068 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:20.068 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 19:58:20.068 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:20.068 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 19:58:20.068 DEBUG [main][MenuItemLookup] Item match:Preferences 19:58:20.068 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 19:58:20.068 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 19:58:20.068 INFO [main][MenuItemHandler] Select menu item: &Preferences 19:58:20.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 19:58:20.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 19:58:20.124 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 19:58:20.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:58:20.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:58:20.125 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 19:58:20.125 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:20.125 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 19:58:20.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:20.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:20.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:20.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:20.125 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:58:20.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:58:20.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:58:20.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 19:58:20.126 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 19:58:20.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:58:20.126 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 19:58:20.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:58:20.126 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 19:58:20.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 19:58:20.126 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 19:58:20.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:58:20.126 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 19:58:20.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:58:20.126 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 19:58:20.127 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Runtime Environments 19:58:20.127 DEBUG [main][TreeItemHandler] Selecting tree item: Runtime Environments 19:58:20.127 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Runtime Environments about selection 19:58:20.127 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Runtime Environments 19:58:20.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:20.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:20.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:58:20.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:20.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:58:21.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:21.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:58:21.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:58:21.131 INFO [WorkbenchTestable][RuntimePreferencePage] Removing all runtimes 19:58:21.131 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 19:58:21.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:21.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:21.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:21.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:21.131 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:58:21.134 INFO [WorkbenchTestable][RuntimePreferencePage] Adding new runtime 19:58:21.134 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...") 19:58:21.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:21.134 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:21.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:21.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:21.135 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:58:21.136 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 19:58:21.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:58:21.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:58:21.136 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:58:21.136 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:58:21.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: "New Server Runtime Environment"] is available.... 19:58:21.176 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:21.177 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:21.177 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:21.177 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 19:58:21.177 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server Runtime Environment 19:58:21.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:58:21.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:58:21.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 19:58:21.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 19:58:21.180 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 19:58:21.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:21.180 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:21.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:21.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:21.180 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:58:21.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:58:21.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:58:21.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 19:58:21.182 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 19:58:21.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:58:21.182 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 19:58:21.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:58:21.182 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 19:58:21.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 19:58:21.182 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 19:58:21.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:58:21.182 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 19:58:21.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:58:21.182 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 19:58:21.182 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test runtime 19:58:21.182 DEBUG [main][TreeItemHandler] Selecting tree item: Test runtime 19:58:21.182 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test runtime about selection 19:58:21.183 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test runtime 19:58:21.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 19:58:21.183 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 19:58:21.183 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 19:58:21.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 19:58:21.683 TRACE [WorkbenchTestable][NewRuntimeWizardDialog] Shell New Server Runtime Environment is not null and is not disposed 19:58:21.683 INFO [WorkbenchTestable][NewRuntimeWizardDialog] Finish wizard 19:58:21.683 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) 19:58:21.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:21.683 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:21.684 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:21.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:21.684 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:58:21.686 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:58:21.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:58:21.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:58:21.686 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:58:21.686 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:58:21.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:58:22.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:58:22.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:58:22.192 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:58:22.192 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:58:22.192 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:58:22.192 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:58:22.192 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:58:22.192 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:58:22.192 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:58:22.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:58:22.192 INFO [WorkbenchTestable][RuntimePreferencePage] Adding new runtime 19:58:22.192 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...") 19:58:22.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:22.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:22.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:22.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:22.193 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:58:22.193 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 19:58:22.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:58:22.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:58:22.193 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:58:22.193 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:58:22.230 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.... 19:58:22.232 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:22.232 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:22.232 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:22.232 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 19:58:22.232 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server Runtime Environment 19:58:22.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:58:22.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:58:22.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 19:58:22.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 19:58:22.235 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 19:58:22.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:22.235 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:22.235 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:22.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:22.236 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:58:22.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:58:22.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:58:22.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 19:58:22.236 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 19:58:22.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:58:22.237 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 19:58:22.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:58:22.237 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 19:58:22.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 19:58:22.237 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 19:58:22.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:58:22.237 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 19:58:22.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:58:22.237 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 19:58:22.237 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test runtime 2 19:58:22.237 DEBUG [main][TreeItemHandler] Selecting tree item: Test runtime 2 19:58:22.237 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test runtime 2 about selection 19:58:22.238 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test runtime 2 19:58:22.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 19:58:22.238 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 19:58:22.238 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 19:58:22.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 19:58:22.739 TRACE [WorkbenchTestable][NewRuntimeWizardDialog] Shell New Server Runtime Environment is not null and is not disposed 19:58:22.739 INFO [WorkbenchTestable][NewRuntimeWizardDialog] Finish wizard 19:58:22.739 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) 19:58:22.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:22.739 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:22.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:22.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:22.740 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:58:22.742 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:58:22.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:58:22.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:58:22.742 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:58:22.742 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:58:22.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:58:23.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:58:23.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:58:23.247 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:58:23.247 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:58:23.247 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:58:23.247 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:58:23.247 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:58:23.247 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:58:23.247 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:58:23.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:58:23.247 INFO [WorkbenchTestable][RuntimePreferencePage] Adding new runtime 19:58:23.247 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...") 19:58:23.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:23.247 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:23.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:23.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:23.248 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:58:23.248 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 19:58:23.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:58:23.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:58:23.248 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:58:23.248 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:58:23.288 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.... 19:58:23.290 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:23.290 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:23.290 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:23.290 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 19:58:23.290 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server Runtime Environment 19:58:23.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:58:23.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:58:23.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 19:58:23.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 19:58:23.293 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 19:58:23.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:23.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:23.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:23.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:23.294 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:58:23.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:58:23.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:58:23.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 19:58:23.295 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 19:58:23.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:58:23.295 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 19:58:23.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:58:23.295 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 19:58:23.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 19:58:23.295 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 19:58:23.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:58:23.295 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 19:58:23.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:58:23.295 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 19:58:23.295 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test runtime 2 19:58:23.295 DEBUG [main][TreeItemHandler] Selecting tree item: Test runtime 2 19:58:23.296 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test runtime 2 about selection 19:58:23.296 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test runtime 2 19:58:23.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 19:58:23.296 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 19:58:23.296 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 19:58:23.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 19:58:23.796 TRACE [WorkbenchTestable][NewRuntimeWizardDialog] Shell New Server Runtime Environment is not null and is not disposed 19:58:23.796 INFO [WorkbenchTestable][NewRuntimeWizardDialog] Finish wizard 19:58:23.797 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) 19:58:23.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:23.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:23.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:23.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:23.798 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:58:23.800 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:58:23.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:58:23.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:58:23.800 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:58:23.800 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:58:23.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:58:24.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:58:24.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:58:24.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:58:24.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:58:24.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:58:24.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:58:24.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:58:24.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:58:24.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:58:24.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:58:24.305 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 19:58:24.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:24.305 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:24.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:24.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:24.306 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:58:24.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:58:24.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:58:24.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:58:24.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:58:24.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:58:24.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:58:24.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:58:24.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:58:24.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:58:24.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:58:24.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:58:24.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:58:24.309 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 19:58:24.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:24.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:24.310 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:24.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:24.310 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:58:24.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:58:24.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:58:24.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:58:24.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:58:24.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:58:24.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:58:24.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:58:24.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:58:24.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:58:24.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:58:24.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:58:24.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:58:24.311 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 19:58:24.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:24.311 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:24.311 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:24.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:24.311 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:58:24.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:58:24.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:58:24.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:58:24.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:58:24.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:58:24.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:58:24.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:58:24.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:58:24.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:58:24.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:58:24.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:58:24.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:58:24.312 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 19:58:24.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:24.312 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:24.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:24.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:24.312 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:58:24.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:58:24.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:58:24.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:58:24.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:58:24.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:58:24.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:58:24.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:58:24.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:58:24.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:58:24.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:58:24.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:58:24.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:58:24.313 INFO [WorkbenchTestable][RuntimePreferencePage] Removing all runtimes 19:58:24.313 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 19:58:24.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:24.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:24.313 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:24.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:24.313 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:58:24.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:58:24.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:58:24.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:58:24.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:58:24.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:58:24.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:58:24.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:58:24.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:58:24.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:58:24.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:58:24.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:58:24.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:58:24.314 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Test runtime(Test runtime)' 19:58:24.314 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 19:58:24.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:24.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:24.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:24.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:24.315 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:58:24.315 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Test runtime' 19:58:24.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:58:24.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:58:24.315 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime' was found 19:58:24.315 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime' matched 'Test runtime'! Selecting... 19:58:24.315 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 19:58:24.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:58:24.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:58:24.315 TRACE [main][WidgetHandler] Notify Table with event 13 19:58:24.315 TRACE [main][WidgetHandler] Wait for synchronization 19:58:24.315 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") 19:58:24.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:24.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:24.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:24.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:24.316 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:58:24.316 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 19:58:24.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:58:24.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:58:24.316 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:58:24.316 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:58:24.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 19:58:27.322 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 19:58:27.322 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 19:58:27.322 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Test runtime 2(Test runtime 2)' 19:58:27.322 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 19:58:27.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:27.322 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:27.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:27.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:27.324 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:58:27.324 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Test runtime 2' 19:58:27.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:58:27.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:58:27.326 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime 2' was found 19:58:27.326 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime 2' matched 'Test runtime 2'! Selecting... 19:58:27.326 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 19:58:27.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:58:27.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:58:27.326 TRACE [main][WidgetHandler] Notify Table with event 13 19:58:27.326 TRACE [main][WidgetHandler] Wait for synchronization 19:58:27.327 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") 19:58:27.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:27.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:27.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:27.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:27.327 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:58:27.328 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 19:58:27.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:58:27.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:58:27.328 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:58:27.328 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:58:27.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 19:58:30.333 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 19:58:30.333 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 19:58:30.333 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Test runtime 2 (2)(Test runtime 2)' 19:58:30.333 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 19:58:30.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:30.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:30.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:30.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:30.334 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:58:30.334 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Test runtime 2 (2)' 19:58:30.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:58:30.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:58:30.336 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime 2 (2)' was found 19:58:30.336 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime 2 (2)' matched 'Test runtime 2 (2)'! Selecting... 19:58:30.336 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 19:58:30.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:58:30.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:58:30.336 TRACE [main][WidgetHandler] Notify Table with event 13 19:58:30.336 TRACE [main][WidgetHandler] Wait for synchronization 19:58:30.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") 19:58:30.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:30.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:30.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:30.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:30.338 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:58:30.338 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 19:58:30.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:58:30.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:58:30.338 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:58:30.338 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:58:30.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 19:58:33.343 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 19:58:33.344 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 19:58:33.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 "Cancel", Widget matcher matching widgets with style: 8) 19:58:33.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:33.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:33.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:33.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:33.345 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:58:33.346 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 19:58:33.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:58:33.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:58:33.346 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:58:33.346 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:58:33.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:58:33.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:58:33.365 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:58:33.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:58:33.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:58:33.365 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest 19:58:33.365 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:58:33.365 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:58:33.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:58:33.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:58:33.365 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getServerRuntime no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest) 19:58:33.365 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest 19:58:33.365 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:58:33.365 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:58:33.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:58:33.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 40.446 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: 8.173 s removeAllRuntime no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest) Time elapsed: 9.738 s addAndRemoveRuntime no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest) Time elapsed: 9.236 s getServerRuntime no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest) Time elapsed: 13.298 s Running org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.FacetsPropertyPageTest 19:58:33.372 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.FacetsPropertyPageTest 19:58:33.372 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:58:33.372 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:58:33.372 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.FacetsPropertyPageTest 19:58:33.372 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:58:33.372 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:58:33.381 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:58:33.381 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:58:33.381 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:58:33.381 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:58:33.382 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectFacet no-configuration(org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.FacetsPropertyPageTest) 19:58:33.382 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.FacetsPropertyPageTest 19:58:33.382 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:58:33.382 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:58:33.382 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:58:33.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: "Import"] 19:58:33.382 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:33.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: "Import"] 19:58:33.382 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:33.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: "Import"] 19:58:33.382 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:33.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: "Import"] 19:58:33.382 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:33.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: "Import"] 19:58:33.383 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:33.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: "Import"] 19:58:33.383 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:33.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: "Import"] 19:58:33.383 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:33.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: "Import"] 19:58:33.383 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:33.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: "Import"] 19:58:33.383 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:33.383 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:58:33.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:58:33.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:58:33.383 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:58:33.383 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:58:33.383 DEBUG [main][MenuItemLookup] Found menu:'File' 19:58:33.383 DEBUG [main][MenuItemLookup] Item match:File 19:58:33.384 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:58:33.384 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:58:33.384 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:58:33.384 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:58:33.384 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:33.384 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:58:33.384 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:58:33.384 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:33.384 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:58:33.384 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 19:58:33.384 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 19:58:33.384 DEBUG [main][MenuItemLookup] Found menu:'Revert' 19:58:33.384 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:33.384 DEBUG [main][MenuItemLookup] Found menu:'Move...' 19:58:33.384 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 19:58:33.384 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:58:33.384 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 19:58:33.384 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:33.384 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 19:58:33.384 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:33.384 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:58:33.384 DEBUG [main][MenuItemLookup] Item match:Import... 19:58:33.384 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 19:58:33.384 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 19:58:33.384 INFO [main][MenuItemHandler] Select menu item: &Import... 19:58:33.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 19:58:33.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 19:58:33.433 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 19:58:33.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:58:33.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:58:33.434 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 19:58:33.434 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:33.434 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 19:58:33.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:33.435 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:33.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:33.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:33.435 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:58:33.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:58:33.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:58:33.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:58:33.436 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:58:33.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:58:33.436 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:58:33.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:58:33.436 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:58:33.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:58:33.436 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:58:33.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:58:33.436 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:58:33.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:58:33.436 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:58:33.436 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 19:58:33.436 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 19:58:33.436 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 19:58:33.436 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 19:58:33.437 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 19:58:33.437 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 19:58:33.437 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) 19:58:33.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:33.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:33.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:33.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:33.437 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:58:33.437 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:58:33.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:58:33.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:58:33.437 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:58:33.437 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:58:33.463 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:58:33.475 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:33.475 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:33.475 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 19:58:33.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:58:33.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:58:33.476 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 19:58:33.476 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:33.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 19:58:33.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 19:58:33.476 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 19:58:33.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:58:33.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:58:33.476 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 19:58:33.476 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:33.476 INFO [WorkbenchTestable][WizardProjectsImportPage] Settig archive file to '/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/wst/server/ui/view/server-project.zip' 19:58: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.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:") 19:58:33.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:33.476 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:33.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:33.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:33.476 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:58:33.477 INFO [WorkbenchTestable][AbstractButton] Click button Select &archive file: 19:58:33.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:58:33.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:58:33.477 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:58:33.477 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:58:33.478 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 19:58:33.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:33.478 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:58:33.478 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:58:33.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:33.478 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 19:58:33.478 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo /home/jenkins/agent/workspace/reddeer.verification.parametrized/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.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/wst/server/ui/view/server-project.zip 19:58:33.478 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") 19:58:33.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:33.478 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:33.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:33.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:33.498 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:58:33.498 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 19:58:33.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:58:33.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:58:33.499 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:58:33.499 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:58:33.502 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 19:58:33.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:33.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:33.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:33.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:33.506 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:58:33.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 19:58:33.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 19:58:33.506 INFO [WorkbenchTestable][WizardProjectsImportPage] Selecting projects 19:58:33.506 INFO [WorkbenchTestable][WizardProjectsImportPage] Deselecting all projects 19:58:33.506 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") 19:58:33.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:33.507 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:33.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:33.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:33.507 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:58:33.507 INFO [WorkbenchTestable][AbstractButton] Click button &Deselect All 19:58:33.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:58:33.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:58:33.507 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:58:33.507 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:58:33.508 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 19:58:33.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:33.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:33.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:33.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:33.508 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:58:33.509 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item server-project (server-project/) 19:58:33.509 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item server-project (server-project/): 19:58:33.509 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 19:58:33.509 INFO [WorkbenchTestable][TreeItemHandler] Checked: server-project (server-project/) 19:58:33.509 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 19:58:33.509 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Finish wizard 19:58:33.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.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) 19:58:33.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:33.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:33.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:33.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:33.510 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:58:33.511 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:58:33.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:58:33.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:58:33.511 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:58:33.511 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:58:33.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:58:34.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:58:34.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:58:34.036 DEBUG [WorkbenchTestable][JobIsRunning] job 'JavaScript indexing in progress' is a system job, skipped 19:58:34.036 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:58:34.036 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 19:58:34.036 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:58:34.036 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:58:34.036 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:58:34.036 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:58:34.036 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:58:34.036 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:58:34.036 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:58:34.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:58:34.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:34.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:34.037 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:58:34.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:34.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:34.038 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:58:34.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:58:34.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:58:34.038 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:58:34.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 '\*?\QPackage Explorer\E') 19:58:34.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:34.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:34.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:34.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:34.039 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:58:34.039 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:58:34.039 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:58:34.049 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:58:34.049 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:58:34.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:34.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:34.050 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:58:34.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:58:34.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:58:34.050 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:58:34.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 '\*?\QPackage Explorer\E') 19:58:34.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:34.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:34.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:34.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:34.051 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:58:34.051 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:58:34.051 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:58:34.051 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:58:34.051 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:58:34.051 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:58:34.051 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:58:34.052 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:58:34.052 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:58:34.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:58:34.063 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:58:34.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:34.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:34.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:58:34.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:34.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:58:35.064 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:35.064 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:58:35.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:58:35.065 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:58:35.065 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:58:35.066 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:58:35.066 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:58:35.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 19:58:35.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:35.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:35.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:35.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:35.066 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:58:35.066 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project 19:58:35.067 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 19:58:35.067 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 19:58:35.067 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 19:58:35.069 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 19:58:35.069 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:58:35.069 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:58:35.088 DEBUG [main][MenuItemLookup] Found menu:'New' 19:58:35.088 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:58:35.088 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:35.088 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:58:35.088 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:58:35.088 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:35.088 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:58:35.088 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:58:35.088 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:58:35.088 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:58:35.088 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:35.088 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 19:58:35.088 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 19:58:35.088 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 19:58:35.088 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:35.088 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:58:35.088 DEBUG [main][MenuItemLookup] Found menu:'Export...' 19:58:35.088 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:35.088 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:58:35.088 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 19:58:35.088 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 19:58:35.088 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 19:58:35.088 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:35.088 DEBUG [main][MenuItemLookup] Found menu:'Show in Remote Systems view' 19:58:35.088 DEBUG [main][MenuItemLookup] Found menu:'Run As' 19:58:35.088 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 19:58:35.088 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 19:58:35.088 DEBUG [main][MenuItemLookup] Found menu:'Team' 19:58:35.088 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 19:58:35.088 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 19:58:35.088 DEBUG [main][MenuItemLookup] Found menu:'Configure' 19:58:35.088 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:58:35.088 DEBUG [main][MenuItemLookup] Found menu:'Validate' 19:58:35.088 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:35.088 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 19:58:35.088 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 19:58:35.088 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 19:58:35.088 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 19:58:35.088 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 19:58:35.150 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"] 19:58:35.150 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:35.150 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:35.150 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for server-project 19:58:35.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:58:35.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:58:35.151 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for server-project is not null and is not disposed 19:58:35.151 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:35.152 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 19:58:35.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:35.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:35.152 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:35.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:35.152 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:58:35.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:58:35.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:58:35.153 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Facets 19:58:35.153 DEBUG [main][TreeItemHandler] Selecting tree item: Project Facets 19:58:35.153 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Facets about selection 19:58:35.153 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Facets 19:58:35.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:35.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:35.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:35.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:35.263 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 19:58:35.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:35.263 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:58:35.263 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:58:35.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:35.263 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 19:58:35.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:58:35.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:58:35.264 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item Java 19:58:35.264 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item Java: 19:58:35.264 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 19:58:35.287 INFO [WorkbenchTestable][TreeItemHandler] Checked: Java 19:58:35.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.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") 19:58:35.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:35.287 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:35.288 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:35.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:35.289 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:58:35.289 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 19:58:35.289 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 19:58:35.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:58:35.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:58:35.289 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:58:35.289 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:58:35.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Progress Information"] is available.... 19:58:35.816 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 19:58:35.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:35.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:35.817 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") 19:58:35.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:35.817 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:35.818 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:35.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:35.819 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:58:35.820 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 19:58:35.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:58:35.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:58:35.820 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:58:35.820 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:58:35.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:58:35.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:58:35.889 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:58:35.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:58:35.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:58:35.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:35.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:35.890 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:58:35.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:58:35.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:58:35.890 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:58:35.890 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:58:35.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:35.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:35.891 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:35.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:35.891 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:58:35.891 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:58:35.891 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:58:35.891 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:58:35.892 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:58:35.892 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:58:35.892 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:58:35.892 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:58:35.892 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:58:35.893 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:58:35.893 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:58:35.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:35.893 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:35.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:58:36.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:36.410 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:58:36.910 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:36.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:58:36.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:58:36.911 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:58:36.911 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:58:36.911 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:58:36.911 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:58:36.912 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:58:36.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:36.912 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:36.912 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:36.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:36.912 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:58:36.912 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project 19:58:36.912 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 19:58:36.912 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 19:58:36.912 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 19:58:36.914 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 19:58:36.914 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:58:36.914 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:58:36.944 DEBUG [main][MenuItemLookup] Found menu:'New' 19:58:36.944 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:58:36.944 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:36.944 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:58:36.944 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 19:58:36.944 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:58:36.944 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:36.944 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:58:36.944 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:58:36.944 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:58:36.944 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:58:36.944 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:36.944 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 19:58:36.944 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 19:58:36.944 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 19:58:36.944 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 19:58:36.944 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:36.944 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:58:36.944 DEBUG [main][MenuItemLookup] Found menu:'Export...' 19:58:36.944 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:36.944 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:58:36.944 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 19:58:36.944 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 19:58:36.944 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 19:58:36.944 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:36.944 DEBUG [main][MenuItemLookup] Found menu:'Run As' 19:58:36.944 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 19:58:36.944 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 19:58:36.944 DEBUG [main][MenuItemLookup] Found menu:'Team' 19:58:36.944 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 19:58:36.944 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 19:58:36.944 DEBUG [main][MenuItemLookup] Found menu:'Configure' 19:58:36.944 DEBUG [main][MenuItemLookup] Found menu:'Validate' 19:58:36.944 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:36.944 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 19:58:36.944 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 19:58:36.944 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 19:58:36.944 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 19:58:36.944 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 19:58:37.147 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"] 19:58:37.147 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:37.147 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:37.147 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for server-project 19:58:37.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:58:37.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:58:37.148 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for server-project is not null and is not disposed 19:58:37.148 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:37.148 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 19:58:37.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:37.148 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:37.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:37.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:37.149 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:58:37.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:58:37.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:58:37.149 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Facets 19:58:37.149 DEBUG [main][TreeItemHandler] Selecting tree item: Project Facets 19:58:37.149 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Facets about selection 19:58:37.150 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Facets 19:58:37.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:37.175 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:37.181 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:37.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:37.181 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 19:58:37.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:37.181 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:58:37.182 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:58:37.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:37.182 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 19:58:37.183 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:37.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:37.194 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") 19:58:37.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:37.194 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:37.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:37.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:37.195 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:58:37.196 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 19:58:37.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:58:37.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:58:37.196 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:58:37.196 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:58:37.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:58:37.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:58:37.252 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:58:37.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:58:37.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:58:37.252 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"] 19:58:37.252 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:37.252 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"] 19:58:37.252 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:37.295 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:37.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:37.295 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:58:37.295 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:37.296 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:37.296 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:58:37.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:58:37.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:58:37.296 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:58:37.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 '\*?\QPackage Explorer\E') 19:58:37.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:37.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:37.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:37.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:37.297 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:58:37.297 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:58:37.297 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:58:37.297 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:58:37.297 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:58:37.297 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:58:37.297 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:58:37.307 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:58:37.307 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:58:37.307 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:58:37.307 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:58:37.307 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:58:37.307 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:58:37.308 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:58:37.308 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:58:37.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:37.308 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:37.308 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:58:37.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:37.808 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:58:38.308 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:38.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:58:38.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:58:38.309 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:58:38.309 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:58:38.310 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:58:38.310 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:58:38.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 19:58:38.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:38.310 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:38.310 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:38.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:38.310 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:58:38.310 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project 19:58:38.310 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 19:58:38.311 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 19:58:38.311 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 19:58:38.312 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 19:58:38.312 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:58:38.312 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:58:38.332 DEBUG [main][MenuItemLookup] Found menu:'New' 19:58:38.332 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:58:38.332 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:38.332 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:58:38.332 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 19:58:38.332 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:58:38.332 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:38.332 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:58:38.332 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:58:38.332 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:58:38.332 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:58:38.332 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:38.332 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 19:58:38.332 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 19:58:38.332 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 19:58:38.332 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 19:58:38.332 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:38.332 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:58:38.332 DEBUG [main][MenuItemLookup] Found menu:'Export...' 19:58:38.332 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:38.332 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:58:38.332 DEBUG [main][MenuItemLookup] Item match:Refresh F5 19:58:38.332 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 19:58:38.332 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 19:58:38.333 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 19:58:38.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:58:38.333 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 19:58:38.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 19:58:38.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 19:58:38.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:58:38.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:58:38.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:58:38.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:58:38.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:58:38.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:58:38.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:58:38.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:58:38.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:58:38.833 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'server-project' via Explorer 19:58:38.834 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 19:58:38.834 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 19:58:38.834 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 19:58:38.835 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 19:58:38.835 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:58:38.835 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:58:38.855 DEBUG [main][MenuItemLookup] Found menu:'New' 19:58:38.855 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:58:38.855 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:38.855 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:58:38.855 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 19:58:38.855 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:58:38.855 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:38.855 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:58:38.855 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:58:38.855 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:58:38.855 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:58:38.855 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:58:38.855 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:58:38.855 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:58:38.855 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 19:58:38.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 'Delete.*'] is available.... 19:58: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 'Delete.*'] is available. finished successfully 19:58:39.410 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 19:58:39.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:58:39.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:58:39.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:39.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:39.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: 32) 19:58:39.412 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:58:39.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:58:39.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:58:39.412 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:58:39.412 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:58:39.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:39.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:39.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:39.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:39.412 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:58:39.413 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 19:58:39.413 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 19:58:39.413 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 19:58:39.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:58:39.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:58:39.413 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:58:39.413 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:58:39.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) 19:58:39.413 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:58:39.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:58:39.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:58:39.413 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:58:39.413 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:58:39.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:39.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:39.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:39.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:39.414 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:58:39.414 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:58:39.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:58:39.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:58:39.414 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:58:39.414 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:58:39.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 19:58:39.416 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 19:58:39.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 19:58:39.917 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 19:58:39.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:58:39.917 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 19:58:39.917 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:58:39.917 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:58:39.917 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:58:39.917 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:58:39.917 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:58:39.917 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:58:39.917 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:58:39.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:58:39.917 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.FacetsPropertyPageTest 19:58:39.917 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:58:39.917 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:58:39.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:58:39.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:58:39.917 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectFacet no-configuration(org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.FacetsPropertyPageTest) 19:58:39.917 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:58:39.917 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectVersion no-configuration(org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.FacetsPropertyPageTest) 19:58:39.917 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.FacetsPropertyPageTest 19:58:39.917 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:58:39.918 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:58:39.918 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:58:39.918 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:58:39.918 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:39.918 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:58:39.918 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:39.918 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:58:39.918 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:39.918 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:58:39.918 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:39.918 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:58:39.918 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:39.918 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:58:39.919 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:39.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: "Import"] 19:58:39.919 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:39.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: "Import"] 19:58:39.919 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:39.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: "Import"] 19:58:39.919 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:39.919 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:58:39.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:58:39.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:58:39.919 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:58:39.919 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:58:39.919 DEBUG [main][MenuItemLookup] Found menu:'File' 19:58:39.920 DEBUG [main][MenuItemLookup] Item match:File 19:58:39.920 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:58:39.920 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:58:39.920 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:58:39.920 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:58:39.920 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:39.920 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:58:39.920 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:58:39.920 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:39.920 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:58:39.920 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 19:58:39.920 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 19:58:39.920 DEBUG [main][MenuItemLookup] Found menu:'Revert' 19:58:39.920 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:39.920 DEBUG [main][MenuItemLookup] Found menu:'Move...' 19:58:39.920 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 19:58:39.920 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:58:39.920 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 19:58:39.920 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:39.920 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 19:58:39.920 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:39.920 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:58:39.920 DEBUG [main][MenuItemLookup] Item match:Import... 19:58:39.920 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 19:58:39.920 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 19:58:39.929 INFO [main][MenuItemHandler] Select menu item: &Import... 19:58:39.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 19:58:39.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 19:58:39.978 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 19:58:39.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:58:39.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:58:39.979 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 19:58:39.979 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:39.980 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 19:58:39.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:39.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:39.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:39.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:39.980 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:58:39.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:58:39.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:58:39.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:58:39.981 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:58:39.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:58:39.981 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:58:39.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:58:39.981 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:58:39.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:58:39.981 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:58:39.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:58:39.981 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:58:39.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:58:39.981 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:58:39.981 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 19:58:39.981 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 19:58:39.981 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 19:58:39.981 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 19:58:39.981 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 19:58:39.981 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 19:58:39.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.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) 19:58:39.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:39.982 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:39.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:39.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:39.982 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:58:39.982 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:58:39.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:58:39.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:58:39.982 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:58:39.982 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:58:40.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: "Import"] 19:58:40.020 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:40.020 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:40.020 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 19:58:40.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:58:40.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:58:40.021 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 19:58:40.021 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:40.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 19:58:40.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 19:58:40.021 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 19:58:40.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:58:40.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:58:40.021 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 19:58:40.021 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:40.021 INFO [WorkbenchTestable][WizardProjectsImportPage] Settig archive file to '/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/wst/server/ui/view/server-project.zip' 19:58:40.021 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:") 19:58:40.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:40.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:40.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:40.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:40.022 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:58:40.022 INFO [WorkbenchTestable][AbstractButton] Click button Select &archive file: 19:58:40.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:58:40.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:58:40.022 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:58:40.022 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:58:40.023 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 19:58:40.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:40.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:58:40.030 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:58:40.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:40.030 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 19:58:40.030 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo /home/jenkins/agent/workspace/reddeer.verification.parametrized/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.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/wst/server/ui/view/server-project.zip 19:58:40.043 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") 19:58:40.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:40.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:40.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:40.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:40.044 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:58:40.045 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 19:58:40.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:58:40.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:58:40.045 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:58:40.045 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:58:40.052 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 19:58:40.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:40.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:40.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:40.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:40.052 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:58:40.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 19:58:40.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 19:58:40.053 INFO [WorkbenchTestable][WizardProjectsImportPage] Selecting projects 19:58:40.053 INFO [WorkbenchTestable][WizardProjectsImportPage] Deselecting all projects 19:58:40.053 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") 19:58:40.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:40.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:40.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:40.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:40.053 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:58:40.054 INFO [WorkbenchTestable][AbstractButton] Click button &Deselect All 19:58:40.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:58:40.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:58:40.054 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:58:40.054 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:58:40.055 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 19:58:40.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:40.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:40.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:40.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:40.055 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:58:40.055 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item server-project (server-project/) 19:58:40.055 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item server-project (server-project/): 19:58:40.056 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 19:58:40.056 INFO [WorkbenchTestable][TreeItemHandler] Checked: server-project (server-project/) 19:58:40.056 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 19:58:40.056 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Finish wizard 19:58:40.056 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) 19:58:40.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:40.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:40.069 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:40.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:40.069 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:58:40.069 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:58:40.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:58:40.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:58:40.069 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:58:40.069 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:58:40.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:58:40.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:58:40.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:58:40.572 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 19:58:40.572 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:58:40.572 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:58:40.572 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:58:40.572 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:58:40.572 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:58:40.572 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:58:40.572 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:58:40.572 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:58:40.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:58:40.572 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:40.573 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:40.573 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:58:40.573 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:40.573 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:40.573 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:58:40.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:58:40.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:58:40.573 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:58:40.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 '\*?\QPackage Explorer\E') 19:58:40.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:40.574 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:40.574 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:40.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:40.574 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:58:40.574 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:58:40.574 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:58:40.575 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:58:40.575 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:58:40.575 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:58:40.575 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:58:40.576 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:40.576 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:40.576 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:58:40.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:58:40.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:58:40.577 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:58: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 '\*?\QPackage Explorer\E') 19:58:40.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:40.577 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:40.577 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:40.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:40.577 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:58:40.577 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:58:40.577 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:58:40.578 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:58:40.578 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:58:40.578 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:58:40.578 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:58:40.579 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:58:40.579 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:58:40.579 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:58:40.579 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:58:40.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:40.579 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:40.579 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:58:41.079 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:41.080 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:58:41.580 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:41.580 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:58:41.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:58:41.580 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:58:41.581 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:58:41.581 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:58:41.581 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:58:41.581 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:58:41.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:41.581 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:41.582 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:41.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:41.582 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:58:41.582 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project 19:58:41.582 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 19:58:41.582 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 19:58:41.582 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 19:58:41.584 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 19:58:41.584 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:58:41.584 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:58:41.603 DEBUG [main][MenuItemLookup] Found menu:'New' 19:58:41.603 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:58:41.603 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:41.603 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:58:41.603 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:58:41.603 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:41.603 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:58:41.603 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:58:41.603 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:58:41.603 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:58:41.603 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:41.603 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 19:58:41.603 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 19:58:41.603 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 19:58:41.603 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:41.603 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:58:41.603 DEBUG [main][MenuItemLookup] Found menu:'Export...' 19:58:41.603 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:41.603 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:58:41.603 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 19:58:41.603 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 19:58:41.603 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 19:58:41.603 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:41.603 DEBUG [main][MenuItemLookup] Found menu:'Show in Remote Systems view' 19:58:41.603 DEBUG [main][MenuItemLookup] Found menu:'Run As' 19:58:41.603 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 19:58:41.603 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 19:58:41.603 DEBUG [main][MenuItemLookup] Found menu:'Team' 19:58:41.603 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 19:58:41.603 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 19:58:41.603 DEBUG [main][MenuItemLookup] Found menu:'Configure' 19:58:41.603 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:58:41.603 DEBUG [main][MenuItemLookup] Found menu:'Validate' 19:58:41.603 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:41.603 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 19:58:41.603 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 19:58:41.603 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 19:58:41.603 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 19:58:41.603 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 19:58:41.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"] 19:58:41.698 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:41.698 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:41.698 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for server-project 19:58:41.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:58:41.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:58:41.699 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for server-project is not null and is not disposed 19:58:41.699 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:41.699 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 19:58:41.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:41.699 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:41.699 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:41.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:41.699 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:58:41.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:58:41.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:58:41.700 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Facets 19:58:41.700 DEBUG [main][TreeItemHandler] Selecting tree item: Project Facets 19:58:41.700 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Facets about selection 19:58:41.700 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Facets 19:58:41.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:41.701 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:41.701 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:41.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:41.701 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 19:58:41.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:41.701 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:58:41.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:58:41.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:41.702 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 19:58:41.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:58:41.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:58:41.703 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item Java 19:58:41.703 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item Java: 19:58:41.703 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 19:58:41.723 INFO [WorkbenchTestable][TreeItemHandler] Checked: Java 19:58:41.724 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 19:58:41.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:41.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:58:41.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:58:41.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:41.724 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 19:58:41.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:58:41.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:58:41.725 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java 19:58:41.725 DEBUG [main][TreeItemHandler] Selecting tree item: Java 19:58:41.725 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java about selection 19:58:41.725 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java 19:58:41.725 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:58:41.725 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:58:41.725 DEBUG [main][MenuItemLookup] Found menu:'Change Version...' 19:58:41.725 DEBUG [main][MenuItemLookup] Item match:Change Version... 19:58:41.725 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Change &Version..." 19:58:41.725 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Change Version... 19:58:41.725 INFO [main][MenuItemHandler] Select menu item: Change &Version... 19:58:41.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Change Version"] is available.... 19:58:41.755 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 19:58:41.755 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Change Version 19:58:41.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:58:41.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:58:41.756 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:") 19:58:41.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:41.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:41.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:41.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:41.756 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 19:58:41.760 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo 11 to selection: 1.7 19:58:41.763 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) 19:58:41.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:41.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:41.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:41.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:41.764 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:58:41.764 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:58:41.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:58:41.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:58:41.764 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:58:41.764 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:58:41.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:58:41.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:58:41.801 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") 19:58:41.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:41.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:41.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:41.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:41.802 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:58:41.803 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 19:58:41.803 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 19:58:41.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:58:41.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:58:41.803 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:58:41.803 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:58:41.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Progress Information"] is available.... 19:58:41.894 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 19:58:41.894 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:41.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:41.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.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") 19:58:41.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:41.896 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:41.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:41.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:41.897 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:58:41.897 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 19:58:41.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:58:41.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:58:41.897 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:58:41.897 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:58:42.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:58:42.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:58:42.005 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:58:42.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:58:42.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:58:42.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:42.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:42.012 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:58:42.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:58:42.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:58:42.013 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:58:42.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') 19:58:42.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:42.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:42.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:42.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:42.013 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:58:42.013 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:58:42.013 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:58:42.014 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:58:42.014 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:58:42.014 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:58:42.014 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:58:42.015 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:58:42.015 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:58:42.015 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:58:42.016 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:58:42.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:42.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:42.016 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:58:42.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:42.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:58:43.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:43.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:58:43.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:58:43.017 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:58:43.017 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:58:43.018 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:58:43.018 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:58:43.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 19:58:43.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:43.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:43.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:43.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:43.018 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:58:43.019 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project 19:58:43.019 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 19:58:43.019 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 19:58:43.019 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 19:58:43.020 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 19:58:43.020 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:58:43.020 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:58:43.041 DEBUG [main][MenuItemLookup] Found menu:'New' 19:58:43.041 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:58:43.041 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:43.041 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:58:43.041 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 19:58:43.041 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:58:43.041 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:43.041 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:58:43.041 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:58:43.041 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:58:43.041 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:58:43.041 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:43.041 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 19:58:43.041 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 19:58:43.041 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 19:58:43.041 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 19:58:43.041 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:43.041 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:58:43.041 DEBUG [main][MenuItemLookup] Found menu:'Export...' 19:58:43.041 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:43.041 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:58:43.041 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 19:58:43.041 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 19:58:43.041 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 19:58:43.041 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:43.041 DEBUG [main][MenuItemLookup] Found menu:'Run As' 19:58:43.041 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 19:58:43.041 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 19:58:43.041 DEBUG [main][MenuItemLookup] Found menu:'Team' 19:58:43.041 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 19:58:43.041 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 19:58:43.041 DEBUG [main][MenuItemLookup] Found menu:'Configure' 19:58:43.041 DEBUG [main][MenuItemLookup] Found menu:'Validate' 19:58:43.041 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:43.041 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 19:58:43.041 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 19:58:43.041 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 19:58:43.041 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 19:58:43.041 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 19:58:43.134 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"] 19:58:43.134 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:43.135 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:43.135 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for server-project 19:58:43.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:58:43.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:58:43.136 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for server-project is not null and is not disposed 19:58:43.136 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:43.136 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 19:58:43.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:43.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:43.136 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:43.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:43.136 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:58:43.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:58:43.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:58:43.137 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Facets 19:58:43.137 DEBUG [main][TreeItemHandler] Selecting tree item: Project Facets 19:58:43.137 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Facets about selection 19:58:43.137 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Facets 19:58:43.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:43.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:43.161 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:43.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:43.161 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 19:58:43.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:43.161 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:58:43.186 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:58:43.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:43.186 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 19:58:43.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:58:43.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:58:43.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:43.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:43.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.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") 19:58:43.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:43.188 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:43.189 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:43.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:43.189 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:58:43.190 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 19:58:43.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:58:43.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:58:43.190 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:58:43.190 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:58:43.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:58:43.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:58:43.301 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:58:43.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:58:43.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:58:43.302 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"] 19:58:43.302 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:43.302 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"] 19:58:43.302 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:43.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:43.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:43.302 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:58:43.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:43.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:43.303 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:58:43.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:58:43.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:58:43.303 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:58: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 '\*?\QPackage Explorer\E') 19:58:43.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:43.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:43.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:43.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:43.303 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:58:43.304 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:58:43.304 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:58:43.304 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:58:43.304 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:58:43.304 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:58:43.304 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:58:43.305 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:58:43.305 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:58:43.306 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:58:43.306 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:58:43.306 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:58:43.306 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:58:43.306 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:58:43.306 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:58:43.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:43.307 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:43.307 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:58:43.807 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:43.807 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:58:44.307 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:44.308 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:58:44.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:58:44.308 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:58:44.308 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:58:44.308 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:58:44.308 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:58:44.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 19:58:44.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:44.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:44.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:44.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:44.309 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:58:44.309 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project 19:58:44.309 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 19:58:44.309 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 19:58:44.309 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 19:58:44.311 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 19:58:44.311 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:58:44.311 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:58:44.338 DEBUG [main][MenuItemLookup] Found menu:'New' 19:58:44.338 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:58:44.338 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:44.338 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:58:44.338 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 19:58:44.338 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:58:44.338 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:44.338 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:58:44.338 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:58:44.338 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:58:44.338 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:58:44.338 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:44.338 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 19:58:44.338 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 19:58:44.338 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 19:58:44.338 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 19:58:44.338 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:44.338 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:58:44.338 DEBUG [main][MenuItemLookup] Found menu:'Export...' 19:58:44.338 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:44.338 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:58:44.338 DEBUG [main][MenuItemLookup] Item match:Refresh F5 19:58:44.338 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 19:58:44.338 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 19:58:44.338 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 19:58:44.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:58:44.339 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 19:58:44.339 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 19:58:44.839 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 19:58:44.839 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 19:58:44.839 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 19:58:44.839 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:58:44.839 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:58:44.839 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:58:44.839 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:58:44.839 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:58:44.839 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:58:44.839 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:58:44.839 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:58:44.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:58:44.839 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'server-project' via Explorer 19:58:44.839 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 19:58:44.839 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 19:58:44.839 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 19:58:44.841 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 19:58:44.841 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:58:44.841 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:58:44.861 DEBUG [main][MenuItemLookup] Found menu:'New' 19:58:44.861 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:58:44.861 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:44.861 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:58:44.861 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 19:58:44.861 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:58:44.861 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:44.861 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:58:44.861 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:58:44.861 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:58:44.861 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:58:44.861 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:58:44.861 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:58:44.861 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:58:44.861 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 19:58:44.874 DEBUG [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.... 19:58:45.423 DEBUG [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 19:58:45.423 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 19:58:45.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:58:45.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:58:45.425 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:45.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:45.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) 19:58:45.425 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:58:45.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:58:45.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:58:45.425 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:58:45.425 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:58:45.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:45.425 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:45.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:45.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:45.425 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:58:45.426 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 19:58:45.426 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 19:58:45.426 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 19:58:45.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:58:45.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:58:45.426 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:58:45.426 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:58:45.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) 19:58:45.426 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:58:45.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:58:45.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:58:45.426 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:58:45.426 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:58:45.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:45.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:45.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:45.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:45.427 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:58:45.427 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:58:45.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:58:45.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:58:45.427 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:58:45.427 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:58:45.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 19:58:45.429 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 19:58:45.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 19:58:45.930 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 19:58:45.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:58:45.930 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 19:58:45.930 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:58:45.930 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:58:45.930 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:58:45.930 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:58:45.930 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:58:45.930 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:58:45.930 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:58:45.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:58:45.930 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.FacetsPropertyPageTest 19:58:45.930 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:58:45.930 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:58:45.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:58:45.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:58:45.931 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectVersion no-configuration(org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.FacetsPropertyPageTest) 19:58:45.931 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.FacetsPropertyPageTest 19:58:45.931 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:58:45.931 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:58:45.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:58:45.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.56 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: 6.535 s selectVersion no-configuration(org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.FacetsPropertyPageTest) Time elapsed: 6.014 s Running org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.RuntimesPropertyPageTest 19:58:45.947 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.RuntimesPropertyPageTest 19:58:45.947 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:58:45.947 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:58:45.947 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.RuntimesPropertyPageTest 19:58:45.947 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:58:45.947 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:58:45.948 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:58:45.948 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:58:45.948 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:58:45.948 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:58:45.948 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectRuntime no-configuration(org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.RuntimesPropertyPageTest) 19:58:45.948 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.RuntimesPropertyPageTest 19:58:45.948 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:58:45.948 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:58:45.948 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:58:45.948 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:58:45.948 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:45.948 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:58:45.948 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:45.948 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:58:45.948 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:45.948 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:58:45.948 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:45.948 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:58:45.949 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:45.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: "Import"] 19:58:45.949 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:45.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: "Import"] 19:58:45.949 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:45.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: "Import"] 19:58:45.949 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:45.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: "Import"] 19:58:45.949 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:45.949 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:58:45.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:58:45.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:58:45.949 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:58:45.949 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:58:45.950 DEBUG [main][MenuItemLookup] Found menu:'File' 19:58:45.950 DEBUG [main][MenuItemLookup] Item match:File 19:58:45.950 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:58:45.950 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:58:45.950 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:58:45.950 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:58:45.950 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:45.950 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:58:45.950 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:58:45.950 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:45.950 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:58:45.950 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 19:58:45.950 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 19:58:45.950 DEBUG [main][MenuItemLookup] Found menu:'Revert' 19:58:45.950 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:45.950 DEBUG [main][MenuItemLookup] Found menu:'Move...' 19:58:45.950 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 19:58:45.950 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:58:45.950 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 19:58:45.950 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:45.950 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 19:58:45.950 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:45.950 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:58:45.950 DEBUG [main][MenuItemLookup] Item match:Import... 19:58:45.951 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 19:58:45.951 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 19:58:45.951 INFO [main][MenuItemHandler] Select menu item: &Import... 19:58:46.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 19:58:46.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 19:58:46.003 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 19:58:46.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:58:46.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:58:46.004 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 19:58:46.004 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:46.004 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 19:58:46.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:46.004 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:46.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:46.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:46.005 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:58:46.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:58:46.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:58:46.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:58:46.005 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:58:46.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:58:46.005 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:58:46.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:58:46.005 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:58:46.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:58:46.006 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:58:46.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:58:46.006 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:58:46.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:58:46.006 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:58:46.006 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 19:58:46.006 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 19:58:46.006 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 19:58:46.006 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 19:58:46.006 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 19:58:46.006 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 19:58:46.006 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) 19:58:46.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:46.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:46.007 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:46.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:46.007 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:58:46.007 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:58:46.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:58:46.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:58:46.007 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:58:46.007 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:58:46.033 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:58:46.045 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:46.045 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:46.045 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 19:58:46.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:58:46.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:58:46.046 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 19:58:46.046 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:46.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 19:58:46.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 19:58:46.046 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 19:58:46.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:58:46.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:58:46.046 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 19:58:46.046 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:46.046 INFO [WorkbenchTestable][WizardProjectsImportPage] Settig archive file to '/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/wst/server/ui/view/server-project.zip' 19:58:46.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.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:") 19:58:46.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:46.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:46.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:46.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:46.047 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:58:46.047 INFO [WorkbenchTestable][AbstractButton] Click button Select &archive file: 19:58:46.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:58:46.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:58:46.047 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:58:46.047 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:58:46.048 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 19:58:46.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:46.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:58:46.121 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:58:46.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:46.121 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 19:58:46.121 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo /home/jenkins/agent/workspace/reddeer.verification.parametrized/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.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/wst/server/ui/view/server-project.zip 19:58:46.121 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") 19:58:46.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:46.121 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:46.121 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:46.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:46.121 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:58:46.122 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 19:58:46.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:58:46.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:58:46.122 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:58:46.122 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:58:46.129 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 19:58:46.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:46.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:46.129 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:46.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:46.129 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:58:46.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 19:58:46.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 19:58:46.130 INFO [WorkbenchTestable][WizardProjectsImportPage] Selecting projects 19:58:46.130 INFO [WorkbenchTestable][WizardProjectsImportPage] Deselecting all projects 19:58:46.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 "Deselect All") 19:58:46.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:46.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:46.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:46.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:46.131 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:58:46.131 INFO [WorkbenchTestable][AbstractButton] Click button &Deselect All 19:58:46.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:58:46.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:58:46.131 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:58:46.131 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:58:46.132 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 19:58:46.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:46.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:46.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:46.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:46.132 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:58:46.133 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item server-project (server-project/) 19:58:46.133 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item server-project (server-project/): 19:58:46.133 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 19:58:46.133 INFO [WorkbenchTestable][TreeItemHandler] Checked: server-project (server-project/) 19:58:46.133 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 19:58:46.133 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Finish wizard 19:58:46.133 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) 19:58:46.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:46.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:46.146 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:46.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:46.146 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:58:46.147 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:58:46.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:58:46.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:58:46.147 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:58:46.147 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:58:46.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:58:46.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:58:46.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:58:46.650 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:58:46.650 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 19:58:46.650 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:58:46.650 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:58:46.650 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:58:46.650 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:58:46.650 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:58:46.650 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:58:46.650 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:58:46.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:58: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.*'] 19:58:46.650 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58: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.*'] 19:58:46.650 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:46.651 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 19:58:46.651 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:46.651 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:58:46.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:58:46.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:58:46.651 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:58:46.651 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:58:46.651 DEBUG [main][MenuItemLookup] Found menu:'File' 19:58:46.651 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:58:46.651 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:58:46.651 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 19:58:46.651 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:58:46.651 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:58:46.651 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:58:46.651 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:58:46.651 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:58:46.651 DEBUG [main][MenuItemLookup] Item match:Window 19:58:46.651 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:58:46.651 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:58:46.651 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:58:46.651 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:46.651 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:58:46.651 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:58:46.651 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:46.651 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 19:58:46.651 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:46.651 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 19:58:46.651 DEBUG [main][MenuItemLookup] Item match:Preferences 19:58:46.651 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 19:58:46.651 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 19:58:46.651 INFO [main][MenuItemHandler] Select menu item: &Preferences 19:58:46.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 19:58:46.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 19:58:46.707 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 19:58:46.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:58:46.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:58:46.708 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 19:58:46.708 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:46.708 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 19:58:46.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:46.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:46.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:46.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:46.709 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:58:46.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:58:46.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:58:46.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 19:58:46.709 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 19:58:46.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:58:46.709 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 19:58:46.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:58:46.709 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 19:58:46.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 19:58:46.710 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 19:58:46.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:58:46.710 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 19:58:46.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:58:46.710 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 19:58:46.710 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Runtime Environments 19:58:46.710 DEBUG [main][TreeItemHandler] Selecting tree item: Runtime Environments 19:58:46.710 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Runtime Environments about selection 19:58:46.710 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Runtime Environments 19:58:46.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:46.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:46.711 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:58:47.211 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:47.212 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:58:47.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:47.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:58:47.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:58:47.714 INFO [WorkbenchTestable][RuntimePreferencePage] Adding new runtime 19:58:47.714 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...") 19:58:47.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:47.714 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:47.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:47.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:47.714 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:58:47.717 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 19:58:47.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:58:47.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:58:47.718 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:58:47.718 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:58:47.757 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.... 19:58:47.758 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:47.758 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:47.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: "New Server Runtime Environment"] is available. finished successfully 19:58:47.759 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server Runtime Environment 19:58:47.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:58:47.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:58:47.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 19:58:47.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 19:58:47.762 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 19:58:47.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:47.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:47.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:47.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:47.763 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:58:47.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:58:47.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:58:47.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 19:58:47.763 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 19:58:47.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:58:47.763 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 19:58:47.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:58:47.763 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 19:58:47.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 19:58:47.764 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 19:58:47.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:58:47.764 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 19:58:47.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:58:47.764 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 19:58:47.764 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test runtime 19:58:47.764 DEBUG [main][TreeItemHandler] Selecting tree item: Test runtime 19:58:47.764 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test runtime about selection 19:58:47.764 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test runtime 19:58:47.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 19:58:47.764 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 19:58:47.764 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 19:58:48.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 19:58:48.265 TRACE [WorkbenchTestable][NewRuntimeWizardDialog] Shell New Server Runtime Environment is not null and is not disposed 19:58:48.265 INFO [WorkbenchTestable][NewRuntimeWizardDialog] Finish wizard 19:58:48.265 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) 19:58:48.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:48.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:48.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:48.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:48.266 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:58:48.268 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:58:48.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:58:48.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:58:48.268 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:58:48.268 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:58:48.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:58:48.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:58:48.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:58:48.773 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 19:58:48.773 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:58:48.773 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:58:48.773 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:58:48.773 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:58:48.773 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:58:48.773 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:58:48.773 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:58:48.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:58:48.773 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:48.774 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:48.774 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") 19:58:48.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:48.775 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:48.775 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:48.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:48.775 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:58:48.776 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 19:58:48.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:58:48.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:58:48.776 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:58:48.776 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:58:48.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:58:48.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:58:48.795 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:58:48.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:58:48.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:58:48.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:48.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:48.796 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:58:48.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:48.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:48.796 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:58:48.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:58:48.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:58:48.797 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:58:48.797 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:58:48.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:48.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:48.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:48.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:48.797 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:58:48.797 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:58:48.797 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:58:48.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:58:48.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:58:48.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:58:48.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:58:48.799 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:58:48.799 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:58:48.799 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:58:48.799 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:58:48.799 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:58:48.799 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:58:48.799 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:58:48.800 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:58:48.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:48.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:48.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:58:49.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:49.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:58:49.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:49.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:58:49.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:58:49.801 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:58:49.801 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:58:49.802 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:58:49.802 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:58:49.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 19:58:49.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:49.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:49.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:49.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:49.802 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:58:49.802 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project 19:58:49.802 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 19:58:49.802 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 19:58:49.802 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 19:58:49.805 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 19:58:49.805 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:58:49.805 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:58:49.831 DEBUG [main][MenuItemLookup] Found menu:'New' 19:58:49.831 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:58:49.831 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:49.831 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:58:49.831 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:58:49.831 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:49.831 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:58:49.831 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:58:49.831 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:58:49.831 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:58:49.831 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:49.831 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 19:58:49.831 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 19:58:49.831 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 19:58:49.831 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:49.831 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:58:49.831 DEBUG [main][MenuItemLookup] Found menu:'Export...' 19:58:49.831 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:49.831 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:58:49.831 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 19:58:49.831 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 19:58:49.831 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 19:58:49.831 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:49.831 DEBUG [main][MenuItemLookup] Found menu:'Show in Remote Systems view' 19:58:49.831 DEBUG [main][MenuItemLookup] Found menu:'Run As' 19:58:49.831 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 19:58:49.831 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 19:58:49.831 DEBUG [main][MenuItemLookup] Found menu:'Team' 19:58:49.831 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 19:58:49.831 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 19:58:49.831 DEBUG [main][MenuItemLookup] Found menu:'Configure' 19:58:49.831 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:58:49.831 DEBUG [main][MenuItemLookup] Found menu:'Validate' 19:58:49.831 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:49.831 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 19:58:49.831 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 19:58:49.831 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 19:58:49.831 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 19:58:49.831 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 19:58:49.919 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"] 19:58:49.921 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:49.921 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:49.921 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for server-project 19:58:49.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:58:49.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:58:49.922 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for server-project is not null and is not disposed 19:58:49.922 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:49.922 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 19:58:49.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:49.922 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:49.923 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:49.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:49.924 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:58:49.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:58:49.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:58:49.925 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Targeted Runtimes 19:58:49.925 DEBUG [main][TreeItemHandler] Selecting tree item: Targeted Runtimes 19:58:49.925 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Targeted Runtimes about selection 19:58:49.925 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Targeted Runtimes 19:58:49.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:49.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:49.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:49.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:49.951 INFO [WorkbenchTestable][RuntimesPropertyPage] Select runtime 'Test runtime' 19:58:49.951 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") 19:58:49.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:49.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:49.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:49.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:49.951 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 19:58:49.951 INFO [WorkbenchTestable][AbstractTableItem] Check table Item Test runtime: 19:58:49.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification... 19:58:49.952 TRACE [WorkbenchTestable][WidgetHandler] Notify Table with event 13 19:58:49.952 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:58:49.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification finished successfully 19:58:49.964 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 19:58:49.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:49.964 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:49.965 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:49.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:49.965 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:58:49.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:58:49.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:58:49.973 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:49.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:49.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.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") 19:58:49.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:49.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:49.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:49.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:49.975 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:58:49.975 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 19:58:49.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:58:49.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:58:49.976 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:58:49.976 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:58:50.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:58:50.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:58:50.542 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:58:50.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:58:50.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:58:50.543 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 19:58:50.543 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 19:58:50.544 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 19:58:50.545 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 19:58:50.545 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:58:50.545 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:58:50.571 DEBUG [main][MenuItemLookup] Found menu:'New' 19:58:50.571 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:58:50.571 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:50.571 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:58:50.571 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:58:50.571 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:50.571 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:58:50.571 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:58:50.571 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:58:50.571 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:58:50.571 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:50.571 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 19:58:50.571 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 19:58:50.571 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 19:58:50.571 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:50.571 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:58:50.571 DEBUG [main][MenuItemLookup] Found menu:'Export...' 19:58:50.571 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:50.571 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:58:50.571 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 19:58:50.571 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 19:58:50.571 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 19:58:50.571 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:50.571 DEBUG [main][MenuItemLookup] Found menu:'Show in Remote Systems view' 19:58:50.571 DEBUG [main][MenuItemLookup] Found menu:'Run As' 19:58:50.571 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 19:58:50.571 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 19:58:50.571 DEBUG [main][MenuItemLookup] Found menu:'Team' 19:58:50.571 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 19:58:50.571 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 19:58:50.571 DEBUG [main][MenuItemLookup] Found menu:'Configure' 19:58:50.571 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:58:50.571 DEBUG [main][MenuItemLookup] Found menu:'Validate' 19:58:50.571 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:50.571 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 19:58:50.571 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 19:58:50.571 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 19:58:50.571 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 19:58:50.571 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 19:58:50.629 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"] 19:58:50.630 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:50.630 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:50.630 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for server-project 19:58:50.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:58:50.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:58:50.631 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for server-project is not null and is not disposed 19:58:50.631 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:50.631 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 19:58:50.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:50.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:50.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:50.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:50.631 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:58:50.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:58:50.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:58:50.632 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Targeted Runtimes 19:58:50.632 DEBUG [main][TreeItemHandler] Selecting tree item: Targeted Runtimes 19:58:50.632 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Targeted Runtimes about selection 19:58:50.632 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Targeted Runtimes 19:58:50.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:50.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:50.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:50.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:50.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.common.project.facet.ui.RuntimesPropertyPage, index 0 and no matchers specified 19:58:50.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:50.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:50.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:50.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:50.633 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:58:50.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:58:50.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:58:50.636 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for server-project 19:58:50.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:58:50.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:58:50.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.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) 19:58:50.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:50.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:50.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:50.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:50.637 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:58:50.637 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 19:58:50.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:58:50.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:58:50.637 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:58:50.637 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:58:50.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:58:50.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:58:50.661 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:58:50.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:58:50.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:58:50.662 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 19:58:50.662 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 19:58:50.663 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 19:58:50.664 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 19:58:50.664 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:58:50.664 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:58:50.694 DEBUG [main][MenuItemLookup] Found menu:'New' 19:58:50.694 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:58:50.694 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:50.694 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:58:50.694 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:58:50.694 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:50.694 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:58:50.694 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:58:50.694 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:58:50.694 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:58:50.694 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:50.694 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 19:58:50.694 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 19:58:50.694 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 19:58:50.694 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:50.694 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:58:50.694 DEBUG [main][MenuItemLookup] Found menu:'Export...' 19:58:50.694 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:50.694 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:58:50.694 DEBUG [main][MenuItemLookup] Item match:Refresh F5 19:58:50.694 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 19:58:50.695 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 19:58:50.695 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 19:58:50.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:58:50.695 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 19:58:51.195 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 19:58:51.195 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:58:51.195 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:58:51.195 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:58:51.195 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:58:51.195 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:58:51.195 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:58:51.195 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:58:51.195 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:58:51.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:58:51.196 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'server-project' via Explorer 19:58:51.196 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 19:58:51.196 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 19:58:51.196 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 19:58:51.197 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 19:58:51.197 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:58:51.197 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:58:51.215 DEBUG [main][MenuItemLookup] Found menu:'New' 19:58:51.215 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:58:51.215 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:51.215 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:58:51.215 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:58:51.215 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:51.215 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:58:51.215 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:58:51.215 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:58:51.215 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:58:51.215 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:58:51.215 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:58:51.215 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:58:51.215 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 19:58:51.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 'Delete.*'] is available.... 19:58:51.787 DEBUG [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 19:58:51.787 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 19:58:51.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:58:51.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:58:51.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:51.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:51.790 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 19:58:51.790 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:58:51.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:58:51.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:58:51.790 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:58:51.790 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:58:51.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:51.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:51.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:51.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:51.790 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:58:51.791 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 19:58:51.791 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 19:58:51.791 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 19:58:51.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:58:51.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:58:51.791 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:58:51.791 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:58:51.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: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 19:58:51.791 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:58:51.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:58:51.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:58:51.791 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:58:51.791 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:58:51.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:51.791 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:51.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:51.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:51.791 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:58:51.792 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:58:51.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:58:51.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:58:51.792 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:58:51.792 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:58:51.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 19:58:51.794 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 19:58:52.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 19:58:52.294 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 19:58:52.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:58:52.294 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 19:58:52.294 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 19:58:52.294 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:58:52.294 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 19:58:52.294 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:58:52.294 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:58:52.294 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:58:52.294 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:58:52.294 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:58:52.294 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:58:52.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:58:52.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.*'] 19:58:52.295 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:52.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.*'] 19:58:52.295 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:52.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.*'] 19:58:52.295 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:52.295 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:58:52.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:58:52.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:58:52.296 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:58:52.296 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:58:52.296 DEBUG [main][MenuItemLookup] Found menu:'File' 19:58:52.296 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:58:52.296 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:58:52.296 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 19:58:52.296 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:58:52.296 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:58:52.296 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:58:52.296 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:58:52.296 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:58:52.296 DEBUG [main][MenuItemLookup] Item match:Window 19:58:52.296 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:58:52.296 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:58:52.296 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:58:52.296 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:52.296 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:58:52.296 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:58:52.296 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:52.296 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 19:58:52.296 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:52.296 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 19:58:52.296 DEBUG [main][MenuItemLookup] Item match:Preferences 19:58:52.296 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 19:58:52.296 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 19:58:52.296 INFO [main][MenuItemHandler] Select menu item: &Preferences 19:58:52.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 19:58:52.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 'Preferences.*'] is available. finished successfully 19:58:52.356 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 19:58:52.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:58:52.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:58:52.357 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 19:58:52.357 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:52.357 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 19:58:52.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:52.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:52.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:52.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:52.357 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:58:52.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:58:52.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:58:52.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 19:58:52.358 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 19:58:52.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:58:52.358 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 19:58:52.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:58:52.358 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 19:58:52.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 19:58:52.358 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 19:58:52.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:58:52.358 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 19:58:52.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:58:52.358 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 19:58:52.358 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Runtime Environments 19:58:52.358 DEBUG [main][TreeItemHandler] Selecting tree item: Runtime Environments 19:58:52.358 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Runtime Environments about selection 19:58:52.358 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Runtime Environments 19:58:52.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:52.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:52.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:58:52.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:52.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:58:53.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:53.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:58:53.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:58:53.363 INFO [WorkbenchTestable][RuntimePreferencePage] Removing all runtimes 19:58:53.363 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 19:58:53.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:53.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:53.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:53.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:53.364 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:58:53.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:58:53.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:58:53.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:58:53.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:58:53.367 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Test runtime(Test runtime)' 19:58:53.368 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 19:58:53.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:53.368 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:53.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:53.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:53.368 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:58:53.368 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Test runtime' 19:58:53.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:58:53.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:58:53.369 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime' was found 19:58:53.369 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime' matched 'Test runtime'! Selecting... 19:58:53.369 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 19:58:53.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:58:53.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:58:53.369 TRACE [main][WidgetHandler] Notify Table with event 13 19:58:53.369 TRACE [main][WidgetHandler] Wait for synchronization 19:58:53.369 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") 19:58:53.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:53.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:53.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:53.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:53.369 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:58:53.370 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 19:58:53.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:58:53.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:58:53.370 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:58:53.370 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:58:53.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 19:58:56.375 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 19:58:56.375 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 19:58:56.375 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) 19:58:56.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:56.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:56.377 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:56.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:56.377 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:58:56.378 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 19:58:56.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:58:56.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:58:56.378 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:58:56.378 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:58:56.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:58:56.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:58:56.397 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:58:56.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:58:56.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:58:56.398 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.RuntimesPropertyPageTest 19:58:56.398 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:58:56.398 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:58:56.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:58:56.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:58:56.398 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectRuntime no-configuration(org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.RuntimesPropertyPageTest) 19:58:56.398 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.RuntimesPropertyPageTest 19:58:56.398 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:58:56.398 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:58:56.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:58:56.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.451 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: 10.45 s Running org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest 19:58:56.404 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest 19:58:56.405 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:58:56.405 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:58:56.406 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest 19:58:56.406 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:58:56.406 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:58:56.415 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:58:56.415 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:58:56.415 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:58:56.415 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:58:56.415 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:56.415 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:58:56.415 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:56.415 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:58:56.415 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:56.415 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:58:56.415 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:56.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: "Import"] 19:58:56.416 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:56.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: "Import"] 19:58:56.416 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:56.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: "Import"] 19:58:56.416 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:56.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: "Import"] 19:58:56.416 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:56.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: "Import"] 19:58:56.416 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:56.416 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:58:56.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:58:56.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:58:56.416 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:58:56.417 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:58:56.417 DEBUG [main][MenuItemLookup] Found menu:'File' 19:58:56.417 DEBUG [main][MenuItemLookup] Item match:File 19:58:56.417 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:58:56.417 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:58:56.417 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:58:56.417 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:58:56.417 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:56.417 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:58:56.417 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:58:56.417 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:56.417 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:58:56.417 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 19:58:56.417 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 19:58:56.417 DEBUG [main][MenuItemLookup] Found menu:'Revert' 19:58:56.417 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:56.417 DEBUG [main][MenuItemLookup] Found menu:'Move...' 19:58:56.417 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 19:58:56.417 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:58:56.417 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 19:58:56.417 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:56.417 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 19:58:56.417 DEBUG [main][MenuItemLookup] Found menu:'' 19:58:56.417 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:58:56.417 DEBUG [main][MenuItemLookup] Item match:Import... 19:58:56.418 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 19:58:56.418 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 19:58:56.418 INFO [main][MenuItemHandler] Select menu item: &Import... 19:58:56.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 19:58:56.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 19:58:56.467 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 19:58:56.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:58:56.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:58:56.468 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 19:58:56.468 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:56.468 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 19:58:56.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:56.468 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:56.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:56.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:56.469 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:58:56.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:58:56.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:58:56.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:58:56.469 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:58:56.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:58:56.469 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:58:56.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:58:56.469 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:58:56.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:58:56.470 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:58:56.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:58:56.470 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:58:56.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:58:56.470 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:58:56.470 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 19:58:56.470 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 19:58:56.470 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 19:58:56.470 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 19:58:56.470 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 19:58:56.470 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 19:58:56.470 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) 19:58:56.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:56.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:56.470 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:56.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:56.470 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:58:56.471 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:58:56.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:58:56.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:58:56.471 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:58:56.471 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:58:56.497 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:58:56.508 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:56.508 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:56.508 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 19:58:56.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:58:56.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:58:56.509 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 19:58:56.509 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:56.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 19:58:56.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 19:58:56.509 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 19:58:56.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:58:56.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:58:56.509 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 19:58:56.509 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:58:56.509 INFO [WorkbenchTestable][WizardProjectsImportPage] Settig archive file to '/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/part/xml-project.zip' 19:58:56.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 archive file:") 19:58:56.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:56.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:56.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:56.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:56.510 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:58:56.510 INFO [WorkbenchTestable][AbstractButton] Click button Select &archive file: 19:58:56.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:58:56.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:58:56.510 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:58:56.510 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:58:56.511 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 19:58:56.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:56.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:58:56.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:58:56.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:56.511 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 19:58:56.511 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo /home/jenkins/agent/workspace/reddeer.verification.parametrized/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.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/part/xml-project.zip 19:58:56.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.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") 19:58:56.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:56.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:56.532 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:56.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:56.532 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:58:56.537 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 19:58:56.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:58:56.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:58:56.537 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:58:56.537 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:58:56.543 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 19:58:56.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:56.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:56.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:56.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:56.544 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:58:56.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 19:58:56.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 19:58:56.544 INFO [WorkbenchTestable][WizardProjectsImportPage] Selecting projects 19:58:56.544 INFO [WorkbenchTestable][WizardProjectsImportPage] Deselecting all projects 19:58:56.556 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") 19:58:56.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:56.556 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:56.556 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:56.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:56.556 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:58:56.557 INFO [WorkbenchTestable][AbstractButton] Click button &Deselect All 19:58:56.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:58:56.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:58:56.557 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:58:56.557 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:58:56.557 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 19:58:56.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:56.557 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:56.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:56.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:56.558 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:58:56.558 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item xml-project (xml-project/) 19:58:56.558 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item xml-project (xml-project/): 19:58:56.558 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 19:58:56.559 INFO [WorkbenchTestable][TreeItemHandler] Checked: xml-project (xml-project/) 19:58:56.559 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 19:58:56.559 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Finish wizard 19:58:56.559 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) 19:58:56.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:56.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:56.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:56.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:56.560 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:58:56.560 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:58:56.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:58:56.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:58:56.560 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:58:56.560 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:58:56.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:58:56.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:58:56.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:58:56.602 DEBUG [WorkbenchTestable][JobIsRunning] job 'EAR Libraries Update Job' is a system job, skipped 19:58:56.602 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph Update' is a system job, skipped 19:58:56.602 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 19:58:56.602 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 19:58:56.602 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:58:56.602 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:58:56.602 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:58:56.602 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:58:56.602 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:58:56.602 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:58:56.602 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:58:56.602 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:58:56.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:58:56.603 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:56.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:56.603 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:58:56.603 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:56.614 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:56.614 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:58:56.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:58:56.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:58:56.614 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:58:56.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') 19:58:56.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:56.614 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:56.614 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:56.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:56.614 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:58:56.614 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:58:56.614 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:58:56.615 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:58:56.615 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:58:56.615 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:58:56.615 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:58:56.616 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:58:56.616 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:58:56.616 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:58:56.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:58:56.617 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:58:56.617 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:58:56.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:58:56.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:58:56.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:56.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:56.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:58:57.118 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:57.118 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:58:57.619 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:57.619 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:58:57.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:58:57.619 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:58:57.619 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:58:57.620 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:58:57.620 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:58:57.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 19:58:57.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:57.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:57.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:57.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:57.620 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:58:57.620 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name xml-project 19:58:57.621 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 19:58:57.621 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item file.xml of tree item xml-project 19:58:57.621 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item xml-project 19:58:57.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:58:58.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:58:58.121 INFO [WorkbenchTestable][TreeItemHandler] Expanded: xml-project 19:58:58.122 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item file.xml 19:58:58.122 DEBUG [main][TreeItemHandler] Selecting tree item: file.xml 19:58:58.122 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item file.xml about selection 19:58:58.124 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: file.xml 19:58:58.124 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item file.xml 19:58:58.124 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item file.xml 19:58:58.124 DEBUG [main][TreeItemHandler] Selecting tree item: file.xml 19:58:58.125 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item file.xml about selection 19:58:58.126 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: file.xml 19:58:58.126 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:58:58.126 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:58:58.216 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:58:58.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:58:58.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:58:58.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:58:58.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:58:58.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:58:58.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:58:58.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:58:58.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:58:58.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:58:58.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:58:58.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@69cebd19 is found... 19:58:58.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@69cebd19 is found finished successfully 19:58:58.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qfile.xml\E') 19:58:58.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:58.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:58.222 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:58.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:58.222 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:58:58.222 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:58:58.222 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= content text TooltipText=null 19:58:58.222 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:58:58.222 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= content text TooltipText=null 19:58:58.222 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") 19:58:58.222 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:58:58.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:58:58.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:58:58.222 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 19:58:58.222 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:58:58.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:58.222 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:58.223 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:58.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:58.223 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:58:58.223 INFO [WorkbenchTestable][AbstractCTabItem] Activate Design 19:58:58.258 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:58:58.258 INFO [WorkbenchTestable][RequirementsRunner] Started test: getNode_childNode no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest) 19:58:58.258 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest 19:58:58.258 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:58:58.258 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:58:58.258 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:58:58.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 19:58:58.258 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:58:58.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:58:58.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:58:58.267 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 19:58:58.268 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:58:58.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:58.268 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:58.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:58.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:58.268 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:58:58.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:58:58.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:58:58.269 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item a 19:58:58.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:58:58.269 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item a is already expanded. No action performed 19:58:58.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:58:58.269 INFO [WorkbenchTestable][TreeItemHandler] Expanded: a 19:58:58.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem b1 has children... 19:58:58.270 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item b1 19:58:58.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:58:58.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:58:58.771 INFO [WorkbenchTestable][TreeItemHandler] Expanded: b1 19:58:58.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem b1 has children finished successfully 19:58:58.771 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item b1 19:58:58.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:58:58.771 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item b1 is already expanded. No action performed 19:58:58.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:58:58.772 INFO [WorkbenchTestable][TreeItemHandler] Expanded: b1 19:58:58.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem b1 has children... 19:58:58.772 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item b1 19:58:58.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:58:59.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:58:59.272 INFO [WorkbenchTestable][TreeItemHandler] Expanded: b1 19:58:59.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem b1 has children finished successfully 19:58:59.273 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item b1 19:58:59.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:58:59.273 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item b1 is already expanded. No action performed 19:58:59.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:58:59.273 INFO [WorkbenchTestable][TreeItemHandler] Expanded: b1 19:58:59.274 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest 19:58:59.274 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:58:59.274 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:58:59.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:58:59.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:58:59.274 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getNode_childNode no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest) 19:58:59.274 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:58:59.274 INFO [WorkbenchTestable][RequirementsRunner] Started test: getNode no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest) 19:58:59.274 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest 19:58:59.274 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:58:59.274 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:58:59.274 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:58:59.274 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 19:58:59.274 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:58:59.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:58:59.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:58:59.274 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 19:58:59.274 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:58:59.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:59.274 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:59.274 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:59.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:59.274 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:58:59.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:58:59.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:58:59.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem a has children... 19:58:59.275 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item a 19:58:59.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:58:59.275 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item a is already expanded. No action performed 19:58:59.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:58:59.275 INFO [WorkbenchTestable][TreeItemHandler] Expanded: a 19:58:59.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem a has children finished successfully 19:58:59.275 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item a 19:58:59.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:58:59.275 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item a is already expanded. No action performed 19:58:59.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:58:59.275 INFO [WorkbenchTestable][TreeItemHandler] Expanded: a 19:58:59.275 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest 19:58:59.275 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:58:59.275 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:58:59.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:58:59.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:58:59.275 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getNode no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest) 19:58:59.276 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:58:59.276 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAttribute no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest) 19:58:59.276 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest 19:58:59.276 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:58:59.276 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:58:59.276 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:58:59.276 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 19:58:59.276 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:58:59.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:58:59.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:58:59.276 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 19:58:59.276 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:58:59.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:59.276 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:59.276 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:59.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:59.276 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:58:59.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:58:59.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:58:59.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem a has children... 19:58:59.276 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item a 19:58:59.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:58:59.277 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item a is already expanded. No action performed 19:58:59.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:58:59.277 INFO [WorkbenchTestable][TreeItemHandler] Expanded: a 19:58:59.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem a has children finished successfully 19:58:59.277 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item a 19:58:59.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:58:59.277 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item a is already expanded. No action performed 19:58:59.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:58:59.277 INFO [WorkbenchTestable][TreeItemHandler] Expanded: a 19:58:59.278 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item b1 19:58:59.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:58:59.278 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item b1 is already expanded. No action performed 19:58:59.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:58:59.278 INFO [WorkbenchTestable][TreeItemHandler] Expanded: b1 19:58:59.278 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest 19:58:59.278 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:58:59.278 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:58:59.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:58:59.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:58:59.278 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAttribute no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest) 19:58:59.278 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:58:59.278 INFO [WorkbenchTestable][RequirementsRunner] Started test: getValue no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest) 19:58:59.279 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest 19:58:59.279 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:58:59.279 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:58:59.279 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:58:59.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 19:58:59.279 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:58:59.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:58:59.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:58:59.279 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 19:58:59.279 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:58:59.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:59.279 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:59.279 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:59.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:59.279 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:58:59.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:58:59.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:58:59.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem a has children... 19:58:59.279 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item a 19:58:59.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:58:59.279 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item a is already expanded. No action performed 19:58:59.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:58:59.279 INFO [WorkbenchTestable][TreeItemHandler] Expanded: a 19:58:59.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem a has children finished successfully 19:58:59.279 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item a 19:58:59.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:58:59.279 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item a is already expanded. No action performed 19:58:59.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:58:59.279 INFO [WorkbenchTestable][TreeItemHandler] Expanded: a 19:58:59.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem b1 has children... 19:58:59.280 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item b1 19:58:59.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:58:59.280 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item b1 is already expanded. No action performed 19:58:59.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:58:59.280 INFO [WorkbenchTestable][TreeItemHandler] Expanded: b1 19:58:59.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem b1 has children finished successfully 19:58:59.280 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item b1 19:58:59.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:58:59.280 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item b1 is already expanded. No action performed 19:58:59.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:58:59.280 INFO [WorkbenchTestable][TreeItemHandler] Expanded: b1 19:58:59.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem b1 has children... 19:58:59.280 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item b1 19:58:59.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:58:59.280 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item b1 is already expanded. No action performed 19:58:59.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:58:59.280 INFO [WorkbenchTestable][TreeItemHandler] Expanded: b1 19:58:59.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem b1 has children finished successfully 19:58:59.280 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item b1 19:58:59.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:58:59.280 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item b1 is already expanded. No action performed 19:58:59.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:58:59.280 INFO [WorkbenchTestable][TreeItemHandler] Expanded: b1 19:58:59.280 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest 19:58:59.280 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:58:59.280 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:58:59.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:58:59.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:58:59.283 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getValue no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest) 19:58:59.283 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:59.284 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:59.284 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:58:59.284 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:59.284 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:59.284 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - xml-project/file.xml - Eclipse Platform 19:58:59.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:58:59.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:58:59.285 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - xml-project/file.xml - Eclipse Platform' 19:58:59.285 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:58:59.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:59.285 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:59.285 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:58:59.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:58:59.285 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:58:59.285 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:58:59.285 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:58:59.295 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:58:59.295 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:58:59.295 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:58:59.295 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:58:59.296 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:58:59.296 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:58:59.296 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:58:59.296 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:58:59.296 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:58:59.296 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:58:59.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:58:59.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:59.296 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:58:59.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:58:59.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:59:00.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:00.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:59:00.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:59:00.297 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:59:00.298 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:59:00.298 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:00.298 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59: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 19:59:00.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:00.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:00.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:00.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:00.299 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:59:00.299 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name xml-project 19:59:00.299 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item xml-project 19:59:00.299 DEBUG [main][TreeItemHandler] Selecting tree item: xml-project 19:59:00.299 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item xml-project about selection 19:59:00.300 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: xml-project 19:59:00.300 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:59:00.300 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:59:00.319 DEBUG [main][MenuItemLookup] Found menu:'New' 19:59:00.319 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:59:00.319 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:00.319 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:59:00.319 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:59:00.319 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:00.319 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:59:00.319 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:59:00.319 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:59:00.319 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:59:00.319 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:00.319 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 19:59:00.319 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 19:59:00.320 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 19:59:00.320 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:00.320 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:59:00.320 DEBUG [main][MenuItemLookup] Found menu:'Export...' 19:59:00.320 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:00.320 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:59:00.320 DEBUG [main][MenuItemLookup] Item match:Refresh F5 19:59:00.320 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 19:59:00.320 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 19:59:00.320 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 19:59:00.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:59:00.320 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 19:59:00.820 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:59:00.820 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:59:00.820 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:59:00.820 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:59:00.820 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:59:00.820 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:59:00.820 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:59:00.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:59:00.821 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'xml-project' via Explorer 19:59:00.821 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item xml-project 19:59:00.821 DEBUG [main][TreeItemHandler] Selecting tree item: xml-project 19:59:00.821 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item xml-project about selection 19:59:00.822 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: xml-project 19:59:00.822 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:59:00.822 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:59:00.841 DEBUG [main][MenuItemLookup] Found menu:'New' 19:59:00.841 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:59:00.841 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:00.841 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:59:00.841 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:59:00.841 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:00.841 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:59:00.841 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:59:00.841 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:59:00.841 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:59:00.841 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:59:00.841 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:59:00.841 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:59:00.841 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 19:59:00.865 DEBUG [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.... 19:59:01.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 'Delete.*'] is available. finished successfully 19:59:01.416 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 19:59:01.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:59:01.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:59:01.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:01.419 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:01.419 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 19:59:01.419 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:59:01.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:01.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:59:01.419 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:59:01.419 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:59:01.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:01.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:01.419 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:01.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:01.419 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:59:01.420 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 19:59:01.420 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 19:59:01.420 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 19:59:01.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:59:01.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:59:01.420 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:59:01.420 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:59:01.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 "OK", Widget matcher matching widgets with style: 8) 19:59:01.420 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:59:01.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:01.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:59:01.420 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:59:01.420 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:59:01.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:01.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:01.420 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:01.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:01.420 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:59:01.421 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:59:01.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:59:01.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:59:01.421 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:59:01.421 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:59:01.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 19:59:01.423 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 19:59:01.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 19:59:01.923 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 19:59:01.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:59:01.923 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 19:59:01.923 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:59:01.923 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:59:01.923 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:59:01.923 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:59:01.923 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:59:01.923 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:59:01.923 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:59:01.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:59:01.923 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest 19:59:01.924 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:59:01.924 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:59:01.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:01.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.52 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.016 s getNode no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest) Time elapsed: 0.001 s getAttribute no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest) Time elapsed: 0.002 s getValue no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest) Time elapsed: 0.005 s Running org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 19:59:01.928 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 19:59:01.928 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:59:01.928 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:59:01.928 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 19:59:01.928 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:59:01.928 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:59:01.929 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:59:01.929 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:59:01.929 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:59:01.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: "Import"] 19:59:01.929 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:01.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: "Import"] 19:59:01.929 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:01.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: "Import"] 19:59:01.930 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:01.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: "Import"] 19:59:01.930 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:01.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: "Import"] 19:59:01.930 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:01.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: "Import"] 19:59:01.930 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:01.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: "Import"] 19:59:01.930 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:01.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: "Import"] 19:59:01.930 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:01.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: "Import"] 19:59:01.930 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:01.930 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:59:01.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:59:01.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:59:01.931 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:59:01.931 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:59:01.931 DEBUG [main][MenuItemLookup] Found menu:'File' 19:59:01.931 DEBUG [main][MenuItemLookup] Item match:File 19:59:01.931 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:59:01.931 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:59:01.931 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:59:01.931 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:59:01.931 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:01.931 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:59:01.931 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:59:01.931 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:01.931 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:59:01.931 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 19:59:01.931 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 19:59:01.931 DEBUG [main][MenuItemLookup] Found menu:'Revert' 19:59:01.931 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:01.931 DEBUG [main][MenuItemLookup] Found menu:'Move...' 19:59:01.931 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 19:59:01.931 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:59:01.931 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 19:59:01.931 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:01.931 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 19:59:01.931 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:01.931 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:59:01.932 DEBUG [main][MenuItemLookup] Item match:Import... 19:59:01.932 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 19:59:01.932 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 19:59:01.932 INFO [main][MenuItemHandler] Select menu item: &Import... 19:59:01.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 19:59:01.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 19:59:01.982 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 19:59:01.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:59:01.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:59:01.983 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 19:59:01.983 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:01.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 19:59:01.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:01.983 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:01.983 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:01.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:01.983 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:59:01.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:59:01.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:59:01.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:59:01.984 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:59:01.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:59:01.984 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:59:01.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:59:01.985 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:59:01.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:59:01.985 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:59:01.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:59:01.985 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:59:01.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:59:01.985 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:59:01.985 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 19:59:01.985 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 19:59:01.985 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 19:59:01.985 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 19:59:01.985 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 19:59:01.985 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 19:59:01.985 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) 19:59:01.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:01.985 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:01.986 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:01.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:01.986 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:59:01.986 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:59:01.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:59:01.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:59:01.986 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:59:01.986 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:59:02.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: "Import"] 19:59:02.024 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:02.024 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:02.024 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 19:59:02.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:59:02.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:59:02.025 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 19:59:02.025 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:02.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 19:59:02.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 19:59:02.025 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 19:59:02.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:59:02.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:59:02.025 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 19:59:02.025 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:02.025 INFO [WorkbenchTestable][WizardProjectsImportPage] Settig archive file to '/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/part/xml-project.zip' 19:59:02.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.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:") 19:59:02.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:02.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:02.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:02.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:02.025 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:59:02.026 INFO [WorkbenchTestable][AbstractButton] Click button Select &archive file: 19:59:02.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:59:02.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:59:02.026 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:59:02.026 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:59:02.026 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 19:59:02.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:02.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:59:02.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:59:02.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:02.027 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 19:59:02.027 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/part/xml-project.zip to:/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/part/xml-project.zip 19:59:02.027 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") 19:59:02.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:02.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:02.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:02.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:02.046 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:59:02.047 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 19:59:02.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:59:02.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:59:02.047 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:59:02.047 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:59:02.053 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 19:59:02.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:02.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:02.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:02.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:02.054 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:59:02.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 19:59:02.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 19:59:02.054 INFO [WorkbenchTestable][WizardProjectsImportPage] Selecting projects 19:59:02.054 INFO [WorkbenchTestable][WizardProjectsImportPage] Deselecting all projects 19:59:02.054 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") 19:59:02.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:02.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:02.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:02.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:02.054 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:59:02.055 INFO [WorkbenchTestable][AbstractButton] Click button &Deselect All 19:59:02.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:59:02.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:59:02.055 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:59:02.055 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:59:02.055 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 19:59:02.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:02.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:02.056 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:02.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:02.056 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:59:02.056 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item xml-project (xml-project/) 19:59:02.056 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item xml-project (xml-project/): 19:59:02.056 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 19:59:02.056 INFO [WorkbenchTestable][TreeItemHandler] Checked: xml-project (xml-project/) 19:59:02.057 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 19:59:02.057 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Finish wizard 19:59:02.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 "Finish", Widget matcher matching widgets with style: 8) 19:59:02.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:02.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:02.057 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:02.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:02.058 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:59:02.058 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:59:02.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:59:02.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:59:02.058 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:59:02.058 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:59:02.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:59:02.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:59:02.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:59:02.576 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:59:02.576 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 19:59:02.576 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:59:02.576 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:59:02.576 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:59:02.576 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:59:02.576 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:59:02.576 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:59:02.576 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:59:02.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:59:02.576 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:02.577 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:02.577 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:59:02.577 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:02.578 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:02.578 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:59:02.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:59:02.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:59:02.578 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:59:02.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 '\*?\QPackage Explorer\E') 19:59:02.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:02.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:02.578 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:02.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:02.578 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:59:02.578 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:59:02.579 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:59:02.579 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:02.579 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:59:02.579 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:59:02.579 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:59:02.580 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:59:02.580 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:59:02.580 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:02.580 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:02.581 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:59:02.581 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:59:02.581 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:02.581 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:02.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:02.581 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:02.581 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:59:03.081 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:03.081 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:59:03.582 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:03.582 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:59:03.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:59:03.582 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:59:03.582 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:59:03.583 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:03.583 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:03.583 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:59:03.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:03.583 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:03.583 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:03.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:03.583 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:59:03.583 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name xml-project 19:59:03.583 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 19:59:03.584 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item file.xml of tree item xml-project 19:59:03.584 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item xml-project 19:59:03.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:59:04.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:59:04.084 INFO [WorkbenchTestable][TreeItemHandler] Expanded: xml-project 19:59:04.085 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item file.xml 19:59:04.085 DEBUG [main][TreeItemHandler] Selecting tree item: file.xml 19:59:04.086 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item file.xml about selection 19:59:04.088 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: file.xml 19:59:04.088 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item file.xml 19:59:04.088 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item file.xml 19:59:04.088 DEBUG [main][TreeItemHandler] Selecting tree item: file.xml 19:59:04.088 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item file.xml about selection 19:59:04.089 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: file.xml 19:59:04.089 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:59:04.089 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:59:04.211 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:59:04.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:59:04.211 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 19:59:04.211 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:59:04.211 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:59:04.211 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:59:04.211 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:59:04.211 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:59:04.211 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:59:04.211 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:59:04.211 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:59:04.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:59:04.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5e4b980a is found... 19:59:04.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5e4b980a is found finished successfully 19:59:04.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qfile.xml\E') 19:59:04.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:04.214 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:04.221 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:04.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:04.221 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:59:04.222 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:04.222 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:04.222 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:59:04.222 INFO [WorkbenchTestable][RequirementsRunner] Started test: getSourcePage no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) 19:59:04.222 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 19:59:04.222 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:59:04.222 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:59:04.222 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:59:04.223 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:04.223 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:04.223 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") 19:59:04.223 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:59:04.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:04.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:59:04.223 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 19:59:04.223 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:59:04.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:04.223 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:04.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:04.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:04.224 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:59:04.224 INFO [WorkbenchTestable][AbstractCTabItem] Activate Design 19:59:04.226 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:04.227 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:04.227 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") 19:59:04.227 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:59:04.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:04.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:59:04.227 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 19:59:04.227 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:59:04.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:04.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:04.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:04.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:04.228 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:59:04.228 INFO [WorkbenchTestable][AbstractCTabItem] Activate Source 19:59:04.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 '\*?\Qfile.xml\E') 19:59:04.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:04.331 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:04.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:04.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:04.332 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:59:04.332 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part file.xml 19:59:04.332 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 19:59:04.332 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:59:04.332 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:59:04.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:04.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:59:04.333 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getSourcePage no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) 19:59:04.333 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:59:04.333 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectSourcePage no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) 19:59:04.333 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 19:59:04.333 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:59:04.333 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:59:04.333 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:59:04.333 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:04.334 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= content text TooltipText=null 19:59:04.334 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") 19:59:04.334 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:59:04.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:04.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:59:04.334 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 19:59:04.334 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:59:04.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:04.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:04.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:04.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:04.335 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:59:04.335 INFO [WorkbenchTestable][AbstractCTabItem] Activate Source 19:59:04.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 19:59:04.406 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:59:04.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:04.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:59:04.410 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 19:59:04.410 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:59:04.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:04.410 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:04.410 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:04.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:04.410 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 19:59:04.411 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 19:59:04.411 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:59:04.411 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:59:04.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:04.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:59:04.411 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectSourcePage no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) 19:59:04.411 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:59:04.411 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDesignPage no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) 19:59:04.411 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 19:59:04.411 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:59:04.411 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:59:04.411 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:59:04.411 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:04.412 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= content text TooltipText=null 19:59:04.412 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") 19:59:04.412 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:59:04.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:04.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:59:04.412 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 19:59:04.412 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:59:04.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:04.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:04.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:04.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:04.413 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:59:04.413 INFO [WorkbenchTestable][AbstractCTabItem] Activate Source 19:59:04.492 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:04.492 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= content text TooltipText=null 19:59:04.492 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") 19:59:04.492 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:59:04.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:04.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:59:04.493 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 19:59:04.493 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:59:04.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:04.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:04.493 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:04.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:04.493 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:59:04.493 INFO [WorkbenchTestable][AbstractCTabItem] Activate Design 19:59:04.518 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 19:59:04.518 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:59:04.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:04.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:59:04.527 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 19:59:04.527 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:59:04.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:04.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:04.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:04.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:04.527 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:59:04.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:59:04.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:59:04.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem a has children... 19:59:04.528 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item a 19:59:04.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:59:04.528 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item a is already expanded. No action performed 19:59:04.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:59:04.528 INFO [WorkbenchTestable][TreeItemHandler] Expanded: a 19:59:04.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem a has children finished successfully 19:59:04.528 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item a 19:59:04.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:59:04.528 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item a is already expanded. No action performed 19:59:04.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:59:04.528 INFO [WorkbenchTestable][TreeItemHandler] Expanded: a 19:59:04.528 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 19:59:04.528 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:59:04.528 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:59:04.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:04.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:59:04.529 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDesignPage no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) 19:59:04.529 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:59:04.529 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectDesignPage no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) 19:59:04.529 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 19:59:04.529 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:59:04.529 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:59:04.529 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:59:04.530 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:04.530 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:04.530 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") 19:59:04.530 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:59:04.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:04.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:59:04.530 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 19:59:04.530 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:59:04.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:04.530 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:04.530 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:04.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:04.530 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:59:04.530 INFO [WorkbenchTestable][AbstractCTabItem] Activate Design 19:59:04.532 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 19:59:04.532 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:59:04.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:04.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:59:04.533 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 19:59:04.533 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:59:04.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:04.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:04.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:04.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:04.533 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:59:04.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:59:04.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:59:04.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem a has children... 19:59:04.533 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item a 19:59:04.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:59:04.534 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item a is already expanded. No action performed 19:59:04.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:59:04.534 INFO [WorkbenchTestable][TreeItemHandler] Expanded: a 19:59:04.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem a has children finished successfully 19:59:04.534 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item a 19:59:04.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:59:04.534 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item a is already expanded. No action performed 19:59:04.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:59:04.534 INFO [WorkbenchTestable][TreeItemHandler] Expanded: a 19:59:04.534 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 19:59:04.534 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:59:04.534 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:59:04.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:04.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:59:04.534 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectDesignPage no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) 19:59:04.534 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:59:04.534 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGettingingAssociatedXMLEditorFile no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) 19:59:04.534 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 19:59:04.535 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:59:04.535 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:59:04.535 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:59:04.536 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 19:59:04.536 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:59:04.536 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:59:04.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:04.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:59:04.536 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGettingingAssociatedXMLEditorFile no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) 19:59:04.536 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:59:04.537 INFO [WorkbenchTestable][RequirementsRunner] Started test: testEvaluatingXPathOnAssociatedXMLEditorFile no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) 19:59:04.537 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 19:59:04.537 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:59:04.537 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:59:04.537 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:59:04.586 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 19:59:04.586 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:59:04.586 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:59:04.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:04.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:59:04.587 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testEvaluatingXPathOnAssociatedXMLEditorFile no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) 19:59:04.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:04.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:04.587 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:59:04.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:04.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:04.588 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - xml-project/file.xml - Eclipse Platform 19:59:04.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:59:04.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:59:04.588 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - xml-project/file.xml - Eclipse Platform' 19:59:04.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 '\*?\QPackage Explorer\E') 19:59:04.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:04.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:04.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:04.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:04.589 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:59:04.589 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:59:04.589 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:59:04.612 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:04.613 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:04.613 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:59:04.613 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:59:04.613 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:04.613 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:04.613 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:59:04.613 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:59:04.614 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:04.614 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:04.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:04.614 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:04.614 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:59:05.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:05.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:59:05.614 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:05.615 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:59:05.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:59:05.615 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:59:05.615 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:59:05.616 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:05.616 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59: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 19:59:05.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:05.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:05.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:05.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:05.616 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:59:05.616 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name xml-project 19:59:05.616 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item xml-project 19:59:05.616 DEBUG [main][TreeItemHandler] Selecting tree item: xml-project 19:59:05.617 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item xml-project about selection 19:59:05.619 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: xml-project 19:59:05.619 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:59:05.619 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:59:05.641 DEBUG [main][MenuItemLookup] Found menu:'New' 19:59:05.641 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:59:05.641 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:05.641 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:59:05.641 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:59:05.641 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:05.641 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:59:05.641 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:59:05.641 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:59:05.641 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:59:05.641 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:05.641 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 19:59:05.641 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 19:59:05.641 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 19:59:05.641 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:05.641 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:59:05.641 DEBUG [main][MenuItemLookup] Found menu:'Export...' 19:59:05.641 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:05.641 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:59:05.641 DEBUG [main][MenuItemLookup] Item match:Refresh F5 19:59:05.641 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 19:59:05.641 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 19:59:05.641 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 19:59:05.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:59:05.642 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 19:59:06.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:59:06.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:59:06.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:59:06.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:59:06.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:59:06.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:59:06.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:59:06.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:59:06.142 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'xml-project' via Explorer 19:59:06.143 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item xml-project 19:59:06.143 DEBUG [main][TreeItemHandler] Selecting tree item: xml-project 19:59:06.143 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item xml-project about selection 19:59:06.144 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: xml-project 19:59:06.144 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:59:06.144 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:59:06.163 DEBUG [main][MenuItemLookup] Found menu:'New' 19:59:06.163 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:59:06.163 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:06.163 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:59:06.163 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:59:06.163 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:06.163 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:59:06.163 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:59:06.163 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:59:06.163 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:59:06.163 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:59:06.163 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:59:06.163 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:59:06.163 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 19:59:06.171 DEBUG [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.... 19:59:06.720 DEBUG [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 19:59:06.721 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 19:59:06.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:59:06.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:59:06.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:06.723 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:06.723 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 19:59:06.723 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:59:06.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:06.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:59:06.723 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:59:06.723 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:59:06.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:06.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:06.723 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:06.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:06.723 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:59:06.724 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 19:59:06.724 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 19:59:06.724 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 19:59:06.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:59:06.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:59:06.724 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:59:06.724 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:59:06.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) 19:59:06.724 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:59:06.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:06.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:59:06.724 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:59:06.724 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:59:06.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:06.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:06.725 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:06.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:06.725 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:59:06.725 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:59:06.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:59:06.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:59:06.725 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:59:06.725 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:59:06.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 19:59:06.727 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 19:59:07.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 19:59:07.228 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 19:59:07.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:59:07.228 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:59:07.228 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 19:59:07.228 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:59:07.228 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:59:07.228 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:59:07.228 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:59:07.228 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:59:07.228 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:59:07.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:59:07.228 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 19:59:07.228 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:59:07.228 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:59:07.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:07.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.3 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.111 s selectSourcePage no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) Time elapsed: 0.078 s getDesignPage no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) Time elapsed: 0.118 s selectDesignPage no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) Time elapsed: 0.005 s testGettingingAssociatedXMLEditorFile no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) Time elapsed: 0.002 s testEvaluatingXPathOnAssociatedXMLEditorFile no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) Time elapsed: 0.05 s Running org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest 19:59:07.235 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest 19:59:07.235 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:59:07.235 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:59:07.235 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest 19:59:07.235 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:59:07.235 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:59:07.236 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:59:07.236 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:59:07.236 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:59:07.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: "Import"] 19:59:07.236 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:07.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: "Import"] 19:59:07.236 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:07.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: "Import"] 19:59:07.236 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:07.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: "Import"] 19:59:07.236 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:07.237 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:59:07.237 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:07.237 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:59:07.237 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:07.237 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:59:07.237 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:07.237 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:59:07.237 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:07.237 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:59:07.237 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:07.237 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:59:07.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:59:07.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:59:07.237 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:59:07.237 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:59:07.237 DEBUG [main][MenuItemLookup] Found menu:'File' 19:59:07.238 DEBUG [main][MenuItemLookup] Item match:File 19:59:07.238 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:59:07.238 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:59:07.238 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:59:07.238 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:59:07.238 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:07.238 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:59:07.238 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:59:07.238 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:07.238 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:59:07.238 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 19:59:07.238 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 19:59:07.238 DEBUG [main][MenuItemLookup] Found menu:'Revert' 19:59:07.238 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:07.238 DEBUG [main][MenuItemLookup] Found menu:'Move...' 19:59:07.238 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 19:59:07.238 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:59:07.238 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 19:59:07.238 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:07.238 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 19:59:07.238 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:07.238 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:59:07.238 DEBUG [main][MenuItemLookup] Item match:Import... 19:59:07.238 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 19:59:07.238 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 19:59:07.238 INFO [main][MenuItemHandler] Select menu item: &Import... 19:59:07.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 19:59:07.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 19:59:07.291 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 19:59:07.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:59:07.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:59:07.292 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 19:59:07.292 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:07.292 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 19:59:07.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:07.292 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:07.292 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:07.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:07.292 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:59:07.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:59:07.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:59:07.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:59:07.293 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:59:07.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:59:07.293 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:59:07.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:59:07.293 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:59:07.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:59:07.293 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:59:07.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:59:07.293 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:59:07.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:59:07.293 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:59:07.293 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 19:59:07.293 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 19:59:07.294 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 19:59:07.294 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 19:59:07.294 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 19:59:07.294 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 19:59:07.294 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) 19:59:07.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:07.294 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:07.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:07.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:07.294 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:59:07.295 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:59:07.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:59:07.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:59:07.295 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:59:07.295 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:59:07.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: "Import"] 19:59:07.333 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:07.333 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:07.333 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 19:59:07.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:59:07.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:59:07.334 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 19:59:07.334 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:07.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 19:59:07.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 19:59:07.334 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 19:59:07.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:59:07.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:59:07.334 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 19:59:07.334 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:07.334 INFO [WorkbenchTestable][WizardProjectsImportPage] Settig archive file to '/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/part/xml-project.zip' 19:59:07.334 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:") 19:59:07.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:07.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:07.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:07.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:07.334 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:59:07.335 INFO [WorkbenchTestable][AbstractButton] Click button Select &archive file: 19:59:07.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:59:07.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:59:07.335 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:59:07.335 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:59:07.336 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 19:59:07.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:07.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 19:59:07.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 19:59:07.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:07.343 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 19:59:07.355 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/part/xml-project.zip to:/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/part/xml-project.zip 19:59:07.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") 19:59:07.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:07.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:07.356 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:07.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:07.356 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:59:07.357 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 19:59:07.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:59:07.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:59:07.357 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:59:07.357 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:59:07.363 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 19:59:07.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:07.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:07.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:07.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:07.363 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:59:07.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 19:59:07.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 19:59:07.364 INFO [WorkbenchTestable][WizardProjectsImportPage] Selecting projects 19:59:07.364 INFO [WorkbenchTestable][WizardProjectsImportPage] Deselecting all projects 19:59:07.364 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") 19:59:07.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:07.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:07.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:07.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:07.364 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:59:07.365 INFO [WorkbenchTestable][AbstractButton] Click button &Deselect All 19:59:07.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:59:07.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:59:07.365 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:59:07.365 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:59:07.365 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 19:59:07.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:07.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:07.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:07.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:07.366 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:59:07.366 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item xml-project (xml-project/) 19:59:07.366 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item xml-project (xml-project/): 19:59:07.366 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 19:59:07.366 INFO [WorkbenchTestable][TreeItemHandler] Checked: xml-project (xml-project/) 19:59:07.367 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 19:59:07.367 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Finish wizard 19:59:07.367 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) 19:59:07.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:07.367 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:07.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:07.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:07.368 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:59:07.368 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:59:07.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:59:07.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:59:07.368 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:59:07.368 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:59:07.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:59:07.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:59:07.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:59:07.445 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph Update' is a system job, skipped 19:59:07.445 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 19:59:07.445 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:59:07.445 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 19:59:07.445 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:59:07.445 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 19:59:07.445 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:59:07.445 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:59:07.445 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:59:07.445 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:59:07.445 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:59:07.445 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:59:07.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:59:07.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:07.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:07.446 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:59:07.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:07.447 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:07.447 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:59:07.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:59:07.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:59:07.447 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:59:07.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') 19:59:07.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:07.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:07.448 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:07.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:07.448 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:59:07.448 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:59:07.448 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:59:07.448 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:07.448 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:59:07.448 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:59:07.448 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:59:07.449 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:59:07.449 INFO [WorkbenchTestable][RequirementsRunner] Started test: evaluateXPath no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest) 19:59:07.449 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest 19:59:07.449 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:59:07.449 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:59:07.449 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:59:07.449 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:59:07.449 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:59:07.450 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:07.450 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:07.450 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:59:07.450 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:59:07.450 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:07.450 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:07.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:07.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:07.450 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:59:07.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:07.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:59:08.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:08.452 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:59:08.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:59:08.452 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:59:08.452 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:59:08.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:08.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:08.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 19:59:08.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:08.453 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:08.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:08.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:08.453 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:59:08.454 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name xml-project 19:59:08.454 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 19:59:08.454 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item file.xml of tree item xml-project 19:59:08.454 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item xml-project 19:59:08.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:59:08.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:59:08.955 INFO [WorkbenchTestable][TreeItemHandler] Expanded: xml-project 19:59:08.955 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item file.xml 19:59:08.955 DEBUG [main][TreeItemHandler] Selecting tree item: file.xml 19:59:08.955 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item file.xml about selection 19:59:08.957 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: file.xml 19:59:08.957 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item file.xml 19:59:08.958 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item file.xml 19:59:08.958 DEBUG [main][TreeItemHandler] Selecting tree item: file.xml 19:59:08.958 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item file.xml about selection 19:59:08.959 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: file.xml 19:59:08.959 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:59:08.959 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:59:09.045 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:59:09.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:59:09.045 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:59:09.045 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:59:09.045 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:59:09.045 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:59:09.045 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:59:09.045 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:59:09.045 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:59:09.045 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:59:09.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:59:09.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3301d25 is found... 19:59:09.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3301d25 is found finished successfully 19:59:09.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 '\*?\Qfile.xml\E') 19:59:09.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:09.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:09.049 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:09.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:09.049 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:59:09.049 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:09.050 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:09.050 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:09.050 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:09.050 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") 19:59:09.050 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:59:09.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:09.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:59:09.050 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 19:59:09.050 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:59:09.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:09.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:09.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:09.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:09.051 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:59:09.051 INFO [WorkbenchTestable][AbstractCTabItem] Activate Source 19:59:09.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qfile.xml\E') 19:59:09.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:09.099 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:09.100 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:09.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:09.100 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:59:09.101 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part file.xml 19:59:09.103 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest 19:59:09.103 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:59:09.103 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:59:09.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:09.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:59:09.103 INFO [WorkbenchTestable][RequirementsRunner] Finished test: evaluateXPath no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest) 19:59:09.103 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:59:09.103 INFO [WorkbenchTestable][RequirementsRunner] Started test: evaluateXPathWithIgnoringNamespace no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest) 19:59:09.103 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest 19:59:09.103 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:59:09.103 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:59:09.103 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:59:09.103 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:59:09.103 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:59:09.121 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:09.121 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:09.121 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:59:09.121 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:59:09.122 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:09.122 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:09.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:09.122 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:09.122 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:59:09.622 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:09.623 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:59:10.123 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:10.124 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:59:10.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:59:10.124 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:59:10.124 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:59:10.125 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:10.125 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:10.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 19:59:10.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:10.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:10.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:10.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:10.125 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:59:10.125 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name xml-project 19:59:10.126 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 19:59:10.126 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TomcatServerRequirement.xml of tree item xml-project 19:59:10.126 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item xml-project 19:59:10.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:59:10.126 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item xml-project is already expanded. No action performed 19:59:10.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:59:10.126 INFO [WorkbenchTestable][TreeItemHandler] Expanded: xml-project 19:59:10.127 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TomcatServerRequirement.xml 19:59:10.127 DEBUG [main][TreeItemHandler] Selecting tree item: TomcatServerRequirement.xml 19:59:10.127 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TomcatServerRequirement.xml about selection 19:59:10.128 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TomcatServerRequirement.xml 19:59:10.128 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:59:10.128 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:59:10.150 DEBUG [main][MenuItemLookup] Found menu:'New' 19:59:10.150 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:10.150 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 19:59:10.150 DEBUG [main][MenuItemLookup] Found menu:'Open With' 19:59:10.150 DEBUG [main][MenuItemLookup] Item match:Open With 19:59:10.151 DEBUG [main][MenuItemLookup] Found menu:'Generic Text Editor' 19:59:10.151 DEBUG [main][MenuItemLookup] Found menu:'JUnit View' 19:59:10.151 DEBUG [main][MenuItemLookup] Found menu:'Text Editor' 19:59:10.151 DEBUG [main][MenuItemLookup] Found menu:'XML Editor' 19:59:10.151 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:10.151 DEBUG [main][MenuItemLookup] Found menu:'System Editor' 19:59:10.151 DEBUG [main][MenuItemLookup] Found menu:'Default Editor' 19:59:10.151 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:10.151 DEBUG [main][MenuItemLookup] Found menu:'Other...' 19:59:10.151 DEBUG [main][MenuItemLookup] Item match:Other... 19:59:10.151 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Other..." 19:59:10.151 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... 19:59:10.151 INFO [main][MenuItemHandler] Select menu item: Other... 19:59:10.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Editor Selection"] is available.... 19:59:10.195 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 19:59:10.195 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Editor Selection 19:59:10.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:59:10.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:59:10.196 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 19:59:10.196 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:59:10.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:10.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:59:10.196 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Editor Selection" as the parent 19:59:10.196 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:59:10.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:10.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:10.197 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:10.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:10.197 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:59:10.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:59:10.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:59:10.198 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item XML Editor 19:59:10.198 DEBUG [main][TreeItemHandler] Selecting tree item: XML Editor 19:59:10.198 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item XML Editor about selection 19:59:10.198 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: XML Editor 19:59:10.198 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 19:59:10.198 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:59:10.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:10.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:59:10.198 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Editor Selection" as the parent 19:59:10.198 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:59:10.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:10.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:10.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:10.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:10.199 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:59:10.199 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:59:10.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:59:10.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:59:10.199 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:59:10.199 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:59:10.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:59:10.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:59:10.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@896c294 is found... 19:59:10.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@896c294 is found finished successfully 19:59:10.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 '\*?\QTomcatServerRequirement.xml\E') 19:59:10.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:10.287 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:10.288 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:10.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:10.288 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:59:10.289 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:10.289 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= ${apache-tomcat-7.home} TooltipText=null 19:59:10.289 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:10.289 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= ${apache-tomcat-7.home} TooltipText=null 19:59:10.289 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") 19:59:10.289 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:59:10.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:10.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:59:10.289 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "TomcatServerRequirement.xml"as the parent 19:59:10.289 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:59:10.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:10.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:10.289 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:10.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:10.290 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:59:10.290 INFO [WorkbenchTestable][AbstractCTabItem] Activate Source 19:59:10.338 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') 19:59:10.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:10.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:10.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:10.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:10.340 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:59:10.340 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part TomcatServerRequirement.xml 19:59:10.341 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest 19:59:10.341 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:59:10.341 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:59:10.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:10.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:59:10.341 INFO [WorkbenchTestable][RequirementsRunner] Finished test: evaluateXPathWithIgnoringNamespace no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest) 19:59:10.342 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:59:10.342 INFO [WorkbenchTestable][RequirementsRunner] Started test: evaluateXPathWithNamespace no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest) 19:59:10.342 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest 19:59:10.342 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:59:10.342 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:59:10.342 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:59:10.342 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:59:10.342 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:59:10.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:10.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:10.361 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:59:10.361 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:59:10.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:10.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:10.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:10.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:10.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:59:10.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:10.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:59:11.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:11.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:59:11.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:59:11.363 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:59:11.363 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:59:11.364 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:11.364 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:11.364 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:59:11.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:11.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:11.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:11.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:11.364 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:59:11.364 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name xml-project 19:59:11.364 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 19:59:11.365 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TomcatServerRequirement.xml of tree item xml-project 19:59:11.366 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item xml-project 19:59:11.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:59:11.366 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item xml-project is already expanded. No action performed 19:59:11.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:59:11.366 INFO [WorkbenchTestable][TreeItemHandler] Expanded: xml-project 19:59:11.366 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TomcatServerRequirement.xml 19:59:11.366 DEBUG [main][TreeItemHandler] Selecting tree item: TomcatServerRequirement.xml 19:59:11.366 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TomcatServerRequirement.xml about selection 19:59:11.367 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TomcatServerRequirement.xml 19:59:11.367 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:59:11.367 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:59:11.396 DEBUG [main][MenuItemLookup] Found menu:'New' 19:59:11.396 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:11.396 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 19:59:11.396 DEBUG [main][MenuItemLookup] Found menu:'Open With' 19:59:11.396 DEBUG [main][MenuItemLookup] Item match:Open With 19:59:11.398 DEBUG [main][MenuItemLookup] Found menu:'Generic Text Editor' 19:59:11.398 DEBUG [main][MenuItemLookup] Found menu:'JUnit View' 19:59:11.398 DEBUG [main][MenuItemLookup] Found menu:'Text Editor' 19:59:11.398 DEBUG [main][MenuItemLookup] Found menu:'XML Editor' 19:59:11.398 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:11.398 DEBUG [main][MenuItemLookup] Found menu:'System Editor' 19:59:11.398 DEBUG [main][MenuItemLookup] Found menu:'Default Editor' 19:59:11.398 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:11.398 DEBUG [main][MenuItemLookup] Found menu:'Other...' 19:59:11.398 DEBUG [main][MenuItemLookup] Item match:Other... 19:59:11.398 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Other..." 19:59:11.398 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... 19:59:11.398 INFO [main][MenuItemHandler] Select menu item: Other... 19:59:11.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Editor Selection"] is available.... 19:59:11.445 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 19:59:11.445 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Editor Selection 19:59:11.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:59:11.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:59:11.446 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 19:59:11.446 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:59:11.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:11.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:59:11.446 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Editor Selection" as the parent 19:59:11.446 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:59:11.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:11.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:11.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:11.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:11.446 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:59:11.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:59:11.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:59:11.447 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item XML Editor 19:59:11.447 DEBUG [main][TreeItemHandler] Selecting tree item: XML Editor 19:59:11.449 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item XML Editor about selection 19:59:11.449 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: XML Editor 19:59:11.449 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 19:59:11.449 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:59:11.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:11.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:59:11.454 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Editor Selection" as the parent 19:59:11.454 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:59:11.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:11.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:11.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:11.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:11.455 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:59:11.455 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:59:11.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:59:11.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:59:11.455 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:59:11.455 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:59:11.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:59:11.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:59:11.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@fd3a5fa is found... 19:59:11.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@fd3a5fa is found finished successfully 19:59:11.493 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') 19:59:11.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:11.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:11.494 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:11.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:11.494 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:59:11.494 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:11.494 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= ${apache-tomcat-7.home} TooltipText=null 19:59:11.494 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:11.495 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= ${apache-tomcat-7.home} TooltipText=null 19:59:11.495 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") 19:59:11.495 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:59:11.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:11.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:59:11.495 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "TomcatServerRequirement.xml"as the parent 19:59:11.495 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:59:11.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:11.495 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:11.496 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:11.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:11.496 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:59:11.496 INFO [WorkbenchTestable][AbstractCTabItem] Activate Source 19:59:11.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QTomcatServerRequirement.xml\E') 19:59:11.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:11.539 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:11.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:11.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:11.541 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:59:11.541 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part TomcatServerRequirement.xml 19:59:11.542 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest 19:59:11.542 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:59:11.542 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:59:11.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:11.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:59:11.542 INFO [WorkbenchTestable][RequirementsRunner] Finished test: evaluateXPathWithNamespace no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest) 19:59:11.542 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:59:11.542 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:59:11.542 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:59:11.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:11.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:11.554 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:59:11.560 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:59:11.561 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:11.561 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:11.561 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:59:11.561 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:59:11.562 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:11.562 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:11.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:11.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:11.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:59:12.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:12.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:59:12.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:12.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:59:12.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:59:12.564 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:59:12.564 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:59:12.565 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:12.565 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:12.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 19:59:12.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:12.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:12.565 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:12.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:12.565 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:59:12.565 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name xml-project 19:59:12.565 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item xml-project 19:59:12.565 DEBUG [main][TreeItemHandler] Selecting tree item: xml-project 19:59:12.566 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item xml-project about selection 19:59:12.567 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: xml-project 19:59:12.567 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:59:12.567 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:59:12.591 DEBUG [main][MenuItemLookup] Found menu:'New' 19:59:12.591 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:59:12.591 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:12.591 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:59:12.591 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:59:12.591 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:12.591 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:59:12.591 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:59:12.591 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:59:12.591 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:59:12.591 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:12.591 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 19:59:12.591 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 19:59:12.591 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 19:59:12.591 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:12.591 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:59:12.591 DEBUG [main][MenuItemLookup] Found menu:'Export...' 19:59:12.591 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:12.591 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:59:12.591 DEBUG [main][MenuItemLookup] Item match:Refresh F5 19:59:12.591 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 19:59:12.591 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 19:59:12.591 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 19:59:12.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:59:12.591 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 19:59:13.092 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:59:13.092 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:59:13.092 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:59:13.092 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:59:13.092 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:59:13.092 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:59:13.092 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:59:13.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:59:13.092 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'xml-project' via Explorer 19:59:13.092 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item xml-project 19:59:13.092 DEBUG [main][TreeItemHandler] Selecting tree item: xml-project 19:59:13.092 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item xml-project about selection 19:59:13.093 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: xml-project 19:59:13.093 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:59:13.093 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:59:13.111 DEBUG [main][MenuItemLookup] Found menu:'New' 19:59:13.111 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:59:13.111 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:13.111 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:59:13.111 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:59:13.111 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:13.111 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:59:13.111 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:59:13.111 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:59:13.111 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:59:13.111 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:59:13.111 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:59:13.111 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:59:13.111 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 19:59:13.119 DEBUG [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.... 19:59:13.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 'Delete.*'] is available. finished successfully 19:59:13.670 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 19:59:13.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:59:13.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:59:13.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:13.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:13.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: 32) 19:59:13.673 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:59:13.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:13.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:59:13.673 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:59:13.673 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:59:13.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:13.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:13.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:13.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:13.673 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:59:13.674 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 19:59:13.674 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 19:59:13.674 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 19:59:13.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:59:13.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:59:13.674 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:59:13.674 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:59:13.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 "OK", Widget matcher matching widgets with style: 8) 19:59:13.674 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:59:13.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:13.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:59:13.674 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:59:13.674 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:59:13.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:13.674 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:13.674 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:13.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:13.674 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:59:13.675 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:59:13.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:59:13.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:59:13.675 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:59:13.675 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:59:13.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 19:59:13.677 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 19:59:14.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 19:59:14.178 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 19:59:14.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:59:14.178 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 19:59:14.178 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:59:14.178 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:59:14.178 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:59:14.178 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:59:14.178 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:59:14.178 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:59:14.178 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:59:14.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:59:14.178 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest 19:59:14.178 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:59:14.178 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:59:14.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:14.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.944 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.654 s evaluateXPathWithIgnoringNamespace no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest) Time elapsed: 1.238 s evaluateXPathWithNamespace no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest) Time elapsed: 1.2 s Running org.eclipse.reddeer.eclipse.test.wst.html.ui.wizard.HTMLWizardTest 19:59:14.183 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.html.ui.wizard.HTMLWizardTest 19:59:14.183 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:59:14.183 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:59:14.183 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.html.ui.wizard.HTMLWizardTest 19:59:14.183 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:59:14.183 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:59:14.184 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:59:14.184 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:59:14.184 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:59:14.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:59:14.184 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:14.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:59:14.184 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:14.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 Dynamic Web Project"] 19:59:14.184 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:14.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:59:14.184 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:14.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:59:14.184 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59: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: Matcher matching text to regular expression 'New|Select a wizard'] 19:59:14.185 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59: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: "New Dynamic Web Project"] 19:59:14.185 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59: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: Matcher matching text to regular expression 'New|Select a wizard'] 19:59:14.185 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59: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: Matcher matching text to regular expression 'New|Select a wizard'] 19:59:14.185 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:14.185 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:59:14.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:59:14.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:59:14.185 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:59:14.185 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:59:14.186 DEBUG [main][MenuItemLookup] Found menu:'File' 19:59:14.186 DEBUG [main][MenuItemLookup] Item match:File 19:59:14.186 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:59:14.186 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:59:14.188 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 19:59:14.188 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:59:14.188 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:14.188 DEBUG [main][MenuItemLookup] Found menu:'Package' 19:59:14.188 DEBUG [main][MenuItemLookup] Found menu:'Class' 19:59:14.188 DEBUG [main][MenuItemLookup] Found menu:'Interface' 19:59:14.188 DEBUG [main][MenuItemLookup] Found menu:'Enum' 19:59:14.188 DEBUG [main][MenuItemLookup] Found menu:'Record' 19:59:14.188 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 19:59:14.188 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 19:59:14.188 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 19:59:14.188 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:59:14.188 DEBUG [main][MenuItemLookup] Found menu:'File' 19:59:14.188 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:59:14.188 DEBUG [main][MenuItemLookup] Found menu:'Task' 19:59:14.188 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 19:59:14.188 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:14.188 DEBUG [main][MenuItemLookup] Found menu:'Example...' 19:59:14.188 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:14.188 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:59:14.188 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:59:14.188 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:59:14.188 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:59:14.188 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:59:14.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 19:59:14.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 'New|Select a wizard'] is available. finished successfully 19:59:14.245 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:59:14.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:59:14.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:59:14.246 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:59:14.246 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:14.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 19:59:14.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:14.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:14.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:14.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:14.247 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:59:14.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:59:14.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:59:14.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Web has children... 19:59:14.248 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Web 19:59:14.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:59:14.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:59:14.749 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Web 19:59:14.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Web has children finished successfully 19:59:14.751 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Web 19:59:14.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:59:14.751 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Web is already expanded. No action performed 19:59:14.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:59:14.751 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Web 19:59:14.751 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Dynamic Web Project 19:59:14.751 DEBUG [main][TreeItemHandler] Selecting tree item: Dynamic Web Project 19:59:14.751 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Dynamic Web Project about selection 19:59:14.753 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Dynamic Web Project 19:59:14.753 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:59:14.753 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:59:14.753 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) 19:59:14.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:14.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:14.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:14.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:14.754 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:59:14.754 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:59:14.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:59:14.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:59:14.754 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:59:14.754 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:59:14.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:59:14.878 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:14.878 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:14.878 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.... 19:59:14.879 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 19:59:14.879 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Dynamic Web Project 19:59:14.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:59:14.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:59:14.879 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 19:59:14.879 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:14.881 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:") 19:59:14.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:14.881 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:14.882 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:14.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:14.882 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:59:14.882 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:59:14.883 INFO [WorkbenchTestable][AbstractText] Text set to: HTMLProjectTest 19:59:14.886 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 19:59:14.886 INFO [WorkbenchTestable][WebProjectWizard] Finish wizard 19:59:14.886 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) 19:59:14.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:14.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:14.887 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:14.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:14.887 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:59:14.887 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:59:14.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:59:14.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:59:14.887 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:59:14.887 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:59:14.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:59:15.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:59:15.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:59:15.391 DEBUG [WorkbenchTestable][JobIsRunning] job 'Classpath Dependency Validator' is not running, skipped 19:59:15.391 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:59:15.391 DEBUG [WorkbenchTestable][JobIsRunning] job 'Configuring for JavaScript' is not running, skipped 19:59:15.391 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 19:59:15.391 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 19:59:15.391 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:59:15.391 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:59:15.391 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 19:59:15.391 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 19:59:15.391 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:59:15.391 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:59:15.391 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:59:15.391 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:59:15.391 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:59:15.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:59:15.391 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:59:15.391 INFO [WorkbenchTestable][RequirementsRunner] Started test: createHTMLFile no-configuration(org.eclipse.reddeer.eclipse.test.wst.html.ui.wizard.HTMLWizardTest) 19:59:15.391 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.html.ui.wizard.HTMLWizardTest 19:59:15.391 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:59:15.391 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:59:15.391 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:59:15.392 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:59:15.392 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:15.392 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:59:15.392 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:15.392 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 19:59:15.392 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:15.392 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:59:15.392 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:15.392 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:59:15.392 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:15.392 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:59:15.392 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:15.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: "New HTML File"] 19:59:15.393 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:15.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:59:15.393 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:15.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:59:15.393 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:15.393 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:59:15.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:59:15.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:59:15.393 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:59:15.393 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:59:15.393 DEBUG [main][MenuItemLookup] Found menu:'File' 19:59:15.393 DEBUG [main][MenuItemLookup] Item match:File 19:59:15.394 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:59:15.394 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:59:15.395 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 19:59:15.395 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:59:15.395 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:15.395 DEBUG [main][MenuItemLookup] Found menu:'Package' 19:59:15.395 DEBUG [main][MenuItemLookup] Found menu:'Class' 19:59:15.395 DEBUG [main][MenuItemLookup] Found menu:'Interface' 19:59:15.395 DEBUG [main][MenuItemLookup] Found menu:'Enum' 19:59:15.395 DEBUG [main][MenuItemLookup] Found menu:'Record' 19:59:15.395 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 19:59:15.395 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 19:59:15.395 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 19:59:15.395 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:59:15.395 DEBUG [main][MenuItemLookup] Found menu:'File' 19:59:15.395 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:59:15.395 DEBUG [main][MenuItemLookup] Found menu:'Task' 19:59:15.395 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 19:59:15.395 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:15.395 DEBUG [main][MenuItemLookup] Found menu:'Example...' 19:59:15.395 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:15.395 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:59:15.395 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:59:15.396 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:59:15.396 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:59:15.396 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:59:15.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 'New|Select a wizard'] is available.... 19:59:15.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 19:59:15.453 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:59:15.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:59:15.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:59:15.454 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:59:15.454 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:15.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 19:59:15.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:15.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:15.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:15.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:15.454 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:59:15.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:59:15.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:59:15.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Web has children... 19:59:15.455 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Web 19:59:15.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:59:15.455 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Web is already expanded. No action performed 19:59:15.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:59:15.455 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Web 19:59:15.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Web has children finished successfully 19:59:15.456 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Web 19:59:15.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:59:15.456 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Web is already expanded. No action performed 19:59:15.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:59:15.456 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Web 19:59:15.456 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item HTML File 19:59:15.456 DEBUG [main][TreeItemHandler] Selecting tree item: HTML File 19:59:15.456 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item HTML File about selection 19:59:15.458 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: HTML File 19:59:15.458 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:59:15.458 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:59: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.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) 19:59:15.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:15.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:15.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:15.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:15.459 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:59:15.459 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:59:15.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:59:15.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:59:15.459 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:59:15.459 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:59:15.619 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:59:15.619 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:15.619 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:15.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New HTML File"] is available.... 19:59:15.619 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 19:59:15.619 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New HTML File 19:59:15.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:59:15.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:59:15.620 TRACE [WorkbenchTestable][NewHTMLWizard] Shell New HTML File is not null and is not disposed 19:59:15.620 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:15.621 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:") 19:59:15.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:15.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:15.622 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:15.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:15.622 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:59:15.622 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:59:15.623 INFO [WorkbenchTestable][AbstractText] Text set to: testHTML 19:59:15.624 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:") 19:59:15.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:15.624 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:15.625 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:15.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:15.625 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:59:15.625 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:59:15.625 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 19:59:15.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:15.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:15.626 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:15.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:15.626 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:59:15.627 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 19:59:15.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:15.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:15.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:15.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:15.627 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:59:15.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:59:15.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:59:15.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem HTMLProjectTest has children... 19:59:15.628 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item HTMLProjectTest 19:59:15.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:59:15.628 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item HTMLProjectTest is already expanded. No action performed 19:59:15.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:59:15.628 INFO [WorkbenchTestable][TreeItemHandler] Expanded: HTMLProjectTest 19:59:15.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem HTMLProjectTest has children finished successfully 19:59:15.628 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item HTMLProjectTest 19:59:15.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:59:15.628 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item HTMLProjectTest is already expanded. No action performed 19:59:15.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:59:15.628 INFO [WorkbenchTestable][TreeItemHandler] Expanded: HTMLProjectTest 19:59:15.628 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 19:59:15.628 DEBUG [main][TreeItemHandler] Selecting tree item: src 19:59:15.628 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 19:59:15.646 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 19:59:15.646 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 19:59:15.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:15.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:15.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:15.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:15.647 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:59:15.647 TRACE [WorkbenchTestable][NewHTMLWizard] Shell New HTML File is not null and is not disposed 19:59:15.647 INFO [WorkbenchTestable][NewHTMLWizard] Go to next wizard page 19:59:15.647 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) 19:59:15.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:15.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:15.648 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:15.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:15.648 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:59:15.648 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:59:15.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:59:15.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:59:15.648 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:59:15.648 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:59:15.702 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") 19:59:15.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:15.702 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:15.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:15.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:15.702 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:59:15.702 INFO [WorkbenchTestable][CheckBox] Select checkbox &Use HTML Template 19:59:15.703 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox &Use HTML Template 19:59:15.703 INFO [WorkbenchTestable][AbstractButton] Click button &Use HTML Template 19:59:15.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:59:15.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:59:15.703 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:59:15.703 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:59:15.707 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") 19:59:15.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:15.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:15.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:15.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:15.727 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:59:15.728 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") 19:59:15.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:15.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:15.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:15.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:15.728 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:59:15.728 INFO [WorkbenchTestable][CheckBox] Select checkbox &Use HTML Template 19:59:15.728 INFO [WorkbenchTestable][CheckBox] Check checkbox &Use HTML Template 19:59:15.728 INFO [WorkbenchTestable][AbstractButton] Click button &Use HTML Template 19:59:15.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:59:15.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:59:15.728 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:59:15.728 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:59:15.737 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") 19:59:15.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:15.737 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:15.737 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:15.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:15.737 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:59:15.737 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 19:59:15.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:15.737 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:15.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:15.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:15.738 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 19:59:15.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 19:59:15.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 19:59:15.738 TRACE [WorkbenchTestable][NewHTMLWizard] Shell New HTML File is not null and is not disposed 19:59:15.738 INFO [WorkbenchTestable][NewHTMLWizard] Finish wizard 19:59:15.738 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) 19:59:15.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:15.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:15.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:15.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:15.739 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:59:15.739 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:59:15.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:59:15.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:59:15.740 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:59:15.740 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:59:15.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:59:16.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:59:16.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:59:16.245 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 19:59:16.245 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 19:59:16.245 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 19:59:16.245 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:59:16.245 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:59:16.245 DEBUG [WorkbenchTestable][JobIsRunning] job 'Updating JavaScript Index' is a system job, skipped 19:59:16.245 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 19:59:16.245 DEBUG [WorkbenchTestable][JobIsRunning] job 'Configuring for JavaScript' is not running, skipped 19:59:16.245 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 19:59:16.245 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing JavaScript tooling' is a system job, skipped 19:59:16.245 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:59:16.245 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:59:16.245 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 19:59:16.245 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 19:59:16.245 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:59:16.245 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:59:16.245 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:59:16.245 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:59:16.245 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:59:16.245 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:59:16.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:59:16.245 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.html.ui.wizard.HTMLWizardTest 19:59:16.245 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:59:16.245 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:59:16.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:16.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:59:16.281 INFO [WorkbenchTestable][RequirementsRunner] Finished test: createHTMLFile no-configuration(org.eclipse.reddeer.eclipse.test.wst.html.ui.wizard.HTMLWizardTest) 19:59:16.281 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:59:16.282 DEBUG [main][EditorHandler] 1 editor(s) found 19:59:16.283 DEBUG [WorkbenchTestable][EditorHandler] Closing editor testHTML.html 19:59:16.337 DEBUG [WorkbenchTestable][EditorHandler] Editor testHTML.html is closed 19:59:16.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:16.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:16.340 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 19:59:16.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:16.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:16.341 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:59:16.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:59:16.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:59:16.341 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:59:16.341 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:59:16.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:16.341 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:16.342 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:16.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:16.342 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:59:16.395 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:59:16.395 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:59:16.449 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:16.449 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:16.449 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:59:16.449 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:59:16.450 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:16.450 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:16.450 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:59:16.450 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:59:16.451 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:16.451 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:16.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:16.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:16.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:59:16.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:16.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:59:17.452 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:17.452 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:59:17.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:59:17.453 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:59:17.453 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:59:17.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:17.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:17.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 19:59:17.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:17.453 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:17.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:17.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:17.453 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:59:17.454 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name HTMLProjectTest 19:59:17.454 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:59:17.454 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:59:17.454 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:17.454 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:17.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:17.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:17.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:59:17.955 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:17.955 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:59:18.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:18.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:59:18.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:59:18.456 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:59:18.456 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:59:18.457 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:18.457 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:18.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.ctab.DefaultCTabItem, index 0 and no matchers specified 19:59:18.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:18.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:18.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:18.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:18.458 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:59:18.458 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name HTMLProjectTest 19:59:18.458 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:59:18.458 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:59:18.458 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:18.459 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:18.459 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:59:18.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:18.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:18.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:18.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:18.459 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:59:18.459 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 19:59:18.459 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 19:59:18.459 DEBUG [main][TreeItemHandler] Set Tree selection 19:59:18.459 DEBUG [main][TreeHandler] Notify Tree about selection event 19:59:18.464 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 19:59:18.481 DEBUG [WorkbenchTestable][TreeItemHandler] HTMLProjectTest 19:59:18.481 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:59:18.481 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:59:18.513 DEBUG [main][MenuItemLookup] Found menu:'New' 19:59:18.513 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:59:18.513 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:18.513 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:59:18.513 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:18.513 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:59:18.513 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:59:18.513 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:59:18.513 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:59:18.513 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 19:59:18.513 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 19:59:18.513 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 19:59:18.513 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:18.513 DEBUG [main][MenuItemLookup] Found menu:'Import' 19:59:18.513 DEBUG [main][MenuItemLookup] Found menu:'Export' 19:59:18.513 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:18.513 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:59:18.513 DEBUG [main][MenuItemLookup] Item match:Refresh F5 19:59:18.513 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 19:59:18.513 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 19:59:18.513 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 19:59:18.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:59:18.513 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 19:59:18.513 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 19:59:19.014 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:59:19.014 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:59:19.014 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 19:59:19.014 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:59:19.014 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 19:59:19.014 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 19:59:19.014 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:59:19.014 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:59:19.014 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:59:19.014 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:59:19.014 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:59:19.014 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:59:19.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:59:19.014 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:59:19.014 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:59:19.066 DEBUG [main][MenuItemLookup] Found menu:'New' 19:59:19.066 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:59:19.066 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:19.066 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:59:19.066 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:19.066 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:59:19.066 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:59:19.066 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:59:19.066 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:59:19.066 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:59:19.066 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:59:19.066 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:59:19.066 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 19:59:19.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 19:59:19.624 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 19:59:19.624 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 19:59:19.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:59:19.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:59:19.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: 32) 19:59:19.626 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:59:19.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:19.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:59:19.627 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:59:19.627 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:59:19.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:19.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:19.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:19.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:19.627 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:59:19.627 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 19:59:19.627 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 19:59:19.627 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 19:59:19.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:59:19.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:59:19.627 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:59:19.627 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:59:19.627 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:59:19.627 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:59:19.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:19.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:59:19.628 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:59:19.628 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:59:19.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:19.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:19.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:19.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:19.628 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:59:19.628 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:59:19.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:59:19.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:59:19.628 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:59:19.628 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:59:19.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 19:59:19.631 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 19:59:20.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 19:59:20.131 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 19:59:20.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:59:20.131 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 19:59:20.131 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 19:59:20.131 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:59:20.132 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:59:20.132 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 19:59:20.132 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 19:59:20.132 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:59:20.132 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:59:20.132 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:59:20.132 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:59:20.132 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:59:20.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:59:20.132 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:59:20.132 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:59:20.133 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:20.133 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:20.133 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.html.ui.wizard.HTMLWizardTest 19:59:20.133 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:59:20.133 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:59:20.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:20.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.951 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: 0.89 s Running org.eclipse.reddeer.eclipse.test.wst.jsdt.ui.wizards.JavaProjectWizardFirstPageTest 19:59:20.140 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.jsdt.ui.wizards.JavaProjectWizardFirstPageTest 19:59:20.140 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:59:20.140 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:59:20.140 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.jsdt.ui.wizards.JavaProjectWizardFirstPageTest 19:59:20.140 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:59:20.140 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:59:20.141 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:59:20.141 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:59:20.141 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:59:20.141 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:59:20.141 DEBUG [main][EditorHandler] 0 editor(s) found 19:59:20.141 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:20.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:20.142 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 19:59:20.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:20.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:20.142 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:59:20.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:59:20.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:59:20.143 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:59:20.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') 19:59:20.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:20.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:20.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:20.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:20.143 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:59:20.143 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:59:20.143 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:59:20.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:20.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:59:20.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:59:20.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:59:20.144 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:59:20.144 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:59:20.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:20.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:20.145 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:59:20.145 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:59:20.145 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:20.145 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:20.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:20.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:20.145 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:59:20.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:20.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:59:21.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:21.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:59:21.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:59:21.148 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:59:21.148 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:59:21.148 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:21.148 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:21.148 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:59:21.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:21.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:21.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:21.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:21.149 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:59:21.149 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:59:21.149 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:59:21.150 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:21.150 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:21.150 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:59:21.150 INFO [WorkbenchTestable][RequirementsRunner] Started test: setName no-configuration(org.eclipse.reddeer.eclipse.test.wst.jsdt.ui.wizards.JavaProjectWizardFirstPageTest) 19:59:21.150 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.jsdt.ui.wizards.JavaProjectWizardFirstPageTest 19:59:21.150 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:59:21.150 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:59:21.150 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:59:21.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:59:21.151 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:21.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:59:21.151 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:21.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 JavaScript Project"] 19:59:21.151 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:21.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:59:21.151 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:21.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:59:21.151 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:21.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:59:21.151 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:21.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 JavaScript Project"] 19:59:21.151 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:21.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:59:21.151 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:21.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:59:21.151 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:21.151 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:59:21.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:59:21.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:59:21.152 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:59:21.152 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:59:21.152 DEBUG [main][MenuItemLookup] Found menu:'File' 19:59:21.152 DEBUG [main][MenuItemLookup] Item match:File 19:59:21.153 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:59:21.153 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:59:21.155 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 19:59:21.155 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:59:21.155 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:21.155 DEBUG [main][MenuItemLookup] Found menu:'Package' 19:59:21.155 DEBUG [main][MenuItemLookup] Found menu:'Class' 19:59:21.155 DEBUG [main][MenuItemLookup] Found menu:'Interface' 19:59:21.155 DEBUG [main][MenuItemLookup] Found menu:'Enum' 19:59:21.155 DEBUG [main][MenuItemLookup] Found menu:'Record' 19:59:21.155 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 19:59:21.155 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 19:59:21.155 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 19:59:21.155 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:59:21.155 DEBUG [main][MenuItemLookup] Found menu:'File' 19:59:21.155 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:59:21.155 DEBUG [main][MenuItemLookup] Found menu:'Task' 19:59:21.155 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 19:59:21.155 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:21.155 DEBUG [main][MenuItemLookup] Found menu:'Example...' 19:59:21.155 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:21.155 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:59:21.155 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:59:21.156 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:59:21.156 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:59:21.156 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:59:21.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 19:59:21.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 19:59:21.221 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:59:21.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:59:21.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:59:21.222 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:59:21.222 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:21.222 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 19:59:21.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:21.222 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:21.223 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:21.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:21.223 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:59:21.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:59:21.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:59:21.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JavaScript has children... 19:59:21.224 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JavaScript 19:59:21.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:59:21.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:59:21.724 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JavaScript 19:59:21.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JavaScript has children finished successfully 19:59:21.725 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JavaScript 19:59:21.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:59:21.725 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JavaScript is already expanded. No action performed 19:59:21.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:59:21.725 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JavaScript 19:59:21.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Select a wizard"] is available.... 19:59:21.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Select a wizard"] is available. finished successfully 19:59:21.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:21.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:59:21.726 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:59:21.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:59:21.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:59:21.726 INFO [WorkbenchTestable][AbstractShell] Close shell Select a wizard 19:59:21.726 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Select a wizard' 19:59:21.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:59:21.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:59:21.743 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.jsdt.ui.wizards.JavaProjectWizardFirstPageTest 19:59:21.743 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:59:21.743 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:59:21.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:21.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:59:21.744 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setName no-configuration(org.eclipse.reddeer.eclipse.test.wst.jsdt.ui.wizards.JavaProjectWizardFirstPageTest) 19:59:21.744 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.jsdt.ui.wizards.JavaProjectWizardFirstPageTest 19:59:21.744 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:59:21.744 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:59:21.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:21.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.604 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: 0.594 s Running org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitRunTest 19:59:21.748 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitRunTest 19:59:21.749 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:59:21.749 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:59:21.749 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitRunTest 19:59:21.749 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:59:21.749 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:59:21.749 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:59:21.749 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:59:21.749 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:59:21.749 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:59:21.749 DEBUG [main][EditorHandler] 0 editor(s) found 19:59:21.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:21.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:21.751 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 19:59:21.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:21.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:21.751 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:59:21.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:59:21.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:59:21.751 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:59:21.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 '\*?\QProject Explorer\E') 19:59:21.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:21.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:21.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:21.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:21.752 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:59:21.752 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:59:21.752 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:59:21.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:21.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:59:21.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:59:21.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:59:21.753 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:59:21.753 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:59:21.753 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:21.753 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:21.753 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:59:21.753 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:59:21.754 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:21.754 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:21.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:21.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:21.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:59:22.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:22.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:59:22.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:22.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:59:22.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:59:22.755 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:59:22.755 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:59:22.756 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:22.756 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:22.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 19:59:22.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:22.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:22.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:22.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:22.756 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:59:22.757 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 19:59:22.757 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 19:59:22.757 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:22.757 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:22.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:59:22.757 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:22.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:59:22.757 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:22.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"] 19:59:22.758 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:22.758 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:59:22.758 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:22.758 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:59:22.758 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:22.758 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:59:22.758 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:22.758 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 19:59:22.758 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:22.758 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:59:22.758 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:22.758 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:59:22.758 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:22.758 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:59:22.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:59:22.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:59:22.759 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:59:22.759 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:59:22.759 DEBUG [main][MenuItemLookup] Found menu:'File' 19:59:22.759 DEBUG [main][MenuItemLookup] Item match:File 19:59:22.759 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:59:22.759 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:59:22.761 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 19:59:22.761 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:59:22.761 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:22.761 DEBUG [main][MenuItemLookup] Found menu:'Package' 19:59:22.761 DEBUG [main][MenuItemLookup] Found menu:'Class' 19:59:22.761 DEBUG [main][MenuItemLookup] Found menu:'Interface' 19:59:22.761 DEBUG [main][MenuItemLookup] Found menu:'Enum' 19:59:22.761 DEBUG [main][MenuItemLookup] Found menu:'Record' 19:59:22.761 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 19:59:22.761 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 19:59:22.761 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 19:59:22.761 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:59:22.761 DEBUG [main][MenuItemLookup] Found menu:'File' 19:59:22.761 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:59:22.761 DEBUG [main][MenuItemLookup] Found menu:'Task' 19:59:22.761 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 19:59:22.761 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:22.761 DEBUG [main][MenuItemLookup] Found menu:'Example...' 19:59:22.761 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:22.761 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:59:22.761 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:59:22.761 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:59:22.761 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:59:22.761 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:59:22.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 'New|Select a wizard'] is available.... 19:59:22.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 19:59:22.812 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:59:22.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:59:22.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:59:22.818 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:59:22.818 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:22.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 19:59:22.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:22.818 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:22.819 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:22.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:22.819 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:59:22.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:59:22.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:59:22.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 19:59:22.820 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:59:22.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:59:22.820 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:59:22.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:59:22.820 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:59:22.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 19:59:22.820 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:59:22.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:59:22.820 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:59:22.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:59:22.820 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:59:22.820 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 19:59:22.820 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 19:59:22.820 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 19:59:22.822 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 19:59:22.823 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:59:22.823 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:59:22.823 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) 19:59:22.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:22.823 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:22.823 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:22.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:22.823 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:59:22.824 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:59:22.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:59:22.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:59:22.824 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:59:22.824 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:59:22.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:59:22.943 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:22.943 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:22.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 19:59:22.944 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 19:59:22.944 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 19:59:22.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:59:22.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:59:22.945 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 19:59:22.945 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:22.945 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'hellotest' 19:59:22.945 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:") 19:59:22.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:22.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:22.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:22.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:22.946 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:59:22.946 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:59:22.946 INFO [WorkbenchTestable][AbstractText] Text set to: hellotest 19:59:22.967 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 19:59:22.967 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 19:59:22.967 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) 19:59:22.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:22.968 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:22.969 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:22.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:22.969 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:59:22.969 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:59:22.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:59:22.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:59:22.969 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:59:22.969 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:59:22.971 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.... 19:59:23.472 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 19:59:23.472 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 19:59:23.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:59:23.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:59:23.474 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 19:59:23.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: 8, Matcher matching widgets with text that without mnenomic matches: is "Don't Create") 19:59:23.474 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:59:23.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:23.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:59:23.475 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 19:59:23.475 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:59:23.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:23.475 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:23.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:23.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:23.475 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:59:23.475 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 19:59:23.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:59:23.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:59:23.475 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:59:23.475 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:59:23.596 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.... 19:59:23.596 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 19:59:23.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:59:23.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:59:23.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:59:23.596 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 19:59:23.596 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:59:23.596 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 19:59:23.596 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:59:23.596 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:59:23.596 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 19:59:23.596 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 19:59:23.596 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:59:23.596 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:59:23.596 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:59:23.596 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:59:23.596 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:59:23.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:59:23.596 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:59:23.597 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:23.597 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:59:23.597 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:23.597 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 19:59:23.597 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:23.597 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:59:23.597 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:23.597 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:59:23.597 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:23.597 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:59:23.597 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:23.597 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 19:59:23.597 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:23.597 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:59:23.597 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:23.597 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:59:23.597 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:23.597 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:59:23.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:59:23.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:59:23.598 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:59:23.598 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:59:23.598 DEBUG [main][MenuItemLookup] Found menu:'File' 19:59:23.598 DEBUG [main][MenuItemLookup] Item match:File 19:59:23.598 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:59:23.598 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:59:23.601 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 19:59:23.601 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:59:23.601 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:23.601 DEBUG [main][MenuItemLookup] Found menu:'Package' 19:59:23.601 DEBUG [main][MenuItemLookup] Found menu:'Class' 19:59:23.601 DEBUG [main][MenuItemLookup] Found menu:'Interface' 19:59:23.601 DEBUG [main][MenuItemLookup] Found menu:'Enum' 19:59:23.601 DEBUG [main][MenuItemLookup] Found menu:'Record' 19:59:23.601 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 19:59:23.601 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 19:59:23.601 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 19:59:23.601 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:59:23.601 DEBUG [main][MenuItemLookup] Found menu:'File' 19:59:23.601 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:59:23.601 DEBUG [main][MenuItemLookup] Found menu:'Task' 19:59:23.601 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 19:59:23.601 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:23.601 DEBUG [main][MenuItemLookup] Found menu:'Example...' 19:59:23.601 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:23.601 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:59:23.601 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:59:23.603 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:59:23.603 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:59:23.603 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:59:23.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 19:59:23.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 19:59:23.695 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:59:23.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:59:23.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:59:23.696 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:59:23.696 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:23.697 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 19:59:23.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:23.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:23.697 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:23.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:23.697 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:59:23.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:59:23.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:59:23.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 19:59:23.698 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:59:23.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:59:23.704 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:59:23.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:59:23.705 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:59:23.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 19:59:23.705 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:59:23.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:59:23.705 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:59:23.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:59:23.705 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:59:23.705 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 19:59:23.705 DEBUG [main][TreeItemHandler] Selecting tree item: Class 19:59:23.705 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 19:59:23.708 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 19:59:23.708 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:59:23.708 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:59:23.708 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) 19:59:23.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:23.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:23.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:23.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:23.709 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:59:23.709 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:59:23.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:59:23.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:59:23.709 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:59:23.709 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:59:23.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:59:23.789 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:23.789 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:23.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 19:59:23.790 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 19:59:23.790 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 19:59:23.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:59:23.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:59:23.790 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 19:59:23.790 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59: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.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 19:59:23.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:23.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:23.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:23.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:23.795 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:59:23.795 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:59:23.795 INFO [WorkbenchTestable][AbstractText] Text set to: HelloTest 19:59:23.796 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 19:59:23.796 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 19:59:23.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) 19:59:23.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:23.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:23.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:23.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:23.797 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:59:23.798 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:59:23.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:59:23.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:59:23.798 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:59:23.798 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:59:23.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:59:24.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:59:24.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:59:24.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 4 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 19:59:24.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 19:59:24.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 19:59:24.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:59:24.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 19:59:24.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:59:24.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:59:24.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:59:24.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 19:59:24.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:59:24.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:59:24.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 19:59:24.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 19:59:24.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:59:24.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:59:24.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:59:24.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:59:24.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:59:24.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:59:24.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:59:24.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:24.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:24.320 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:59:24.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:24.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:24.321 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - hellotest/src/hellotest/HelloTest.java - Eclipse Platform 19:59:24.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:59:24.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:59:24.321 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - hellotest/src/hellotest/HelloTest.java - Eclipse Platform' 19:59:24.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 '\*?\QPackage Explorer\E') 19:59:24.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:24.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:24.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:24.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:24.322 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:59:24.322 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:59:24.322 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:59:24.415 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:24.415 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:24.415 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:59:24.415 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:59:24.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:24.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:24.416 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:59:24.416 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:59:24.417 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:24.417 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:24.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:24.417 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:24.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:59:24.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:24.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:59:25.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:25.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:59:25.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:59:25.427 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:59:25.427 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:59:25.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:25.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:25.428 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:59:25.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:25.428 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:25.428 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:25.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:25.428 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:59:25.428 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name hellotest 19:59:25.428 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item hellotest 19:59:25.428 DEBUG [main][TreeItemHandler] Selecting tree item: hellotest 19:59:25.428 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item hellotest about selection 19:59:25.430 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: hellotest 19:59:25.430 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:59:25.430 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:59:25.453 DEBUG [main][MenuItemLookup] Found menu:'New' 19:59:25.453 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:59:25.453 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:25.453 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:59:25.453 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 19:59:25.453 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:59:25.453 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:25.453 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:59:25.453 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:59:25.453 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:59:25.453 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:59:25.453 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:25.453 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 19:59:25.453 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 19:59:25.453 DEBUG [main][MenuItemLookup] Item match:Build Path 19:59:25.457 DEBUG [main][MenuItemLookup] Found menu:'Link Source...' 19:59:25.457 DEBUG [main][MenuItemLookup] Found menu:'New Source Folder...' 19:59:25.457 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:25.457 DEBUG [main][MenuItemLookup] Found menu:'Use as Source Folder' 19:59:25.457 DEBUG [main][MenuItemLookup] Found menu:'Add External Archives...' 19:59:25.457 DEBUG [main][MenuItemLookup] Found menu:'Add Libraries...' 19:59:25.457 DEBUG [main][MenuItemLookup] Item match:Add Libraries... 19:59:25.457 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Add &Libraries..." 19:59:25.457 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add Libraries... 19:59:25.457 INFO [main][MenuItemHandler] Select menu item: Add &Libraries... 19:59:25.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add Library"] is available.... 19:59:25.543 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 19:59:25.543 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add Library 19:59:25.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:59:25.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:59:25.581 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 19:59:25.581 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:59:25.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:25.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:59:25.585 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Add Library" as the parent 19:59:25.585 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:59:25.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:25.585 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:25.585 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:25.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:25.585 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 19:59:25.587 TRACE [main][WidgetHandler] Notify List with event 13 19:59:25.588 TRACE [main][WidgetHandler] Wait for synchronization 19:59:25.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 "Next >", Widget matcher matching widgets with style: 8) 19:59:25.588 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:59:25.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:25.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:59:25.588 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Add Library" as the parent 19:59:25.588 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:59:25.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:25.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:25.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:25.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:25.589 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:59:25.589 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:59:25.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:59:25.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:59:25.589 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:59:25.589 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:59:25.687 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 19:59:25.687 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:59:25.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:25.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:59:25.687 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Add Library" as the parent 19:59:25.687 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:59:25.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:25.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:25.687 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:25.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:25.688 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 19:59:25.688 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo JUnit 5 to selection: JUnit 4 19:59:25.708 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 19:59:25.708 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:59:25.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:25.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:59:25.709 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Add Library" as the parent 19:59:25.709 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:59:25.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:25.709 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:25.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:25.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:25.710 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:59:25.710 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:59:25.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:59:25.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:59:25.710 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:59:25.710 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:59:25.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add Library"] is available.... 19:59:25.998 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 19:59:25.998 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:59:25.998 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:59:25.999 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:25.999 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:25.999 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:59:25.999 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:59:25.999 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:25.999 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:26.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:26.000 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:26.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:59:26.500 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:26.500 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:59:27.000 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:27.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:59:27.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:59:27.001 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:59:27.001 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:59:27.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:27.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:27.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 19:59:27.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:27.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:27.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:27.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:27.002 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:59:27.002 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name hellotest 19:59:27.002 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 19:59:27.002 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item hellotest 19:59:27.002 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item hellotest 19:59:27.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:59:27.003 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item hellotest is already expanded. No action performed 19:59:27.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:59:27.003 INFO [WorkbenchTestable][TreeItemHandler] Expanded: hellotest 19:59:27.003 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item hellotest of tree item src 19:59:27.003 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:59:27.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:59:27.003 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:59:27.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:59:27.003 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:59:27.003 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item HelloTest.java of tree item hellotest 19:59:27.003 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item hellotest 19:59:27.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:59:27.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:59:27.503 INFO [WorkbenchTestable][TreeItemHandler] Expanded: hellotest 19:59:27.504 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item HelloTest.java 19:59:27.504 DEBUG [main][TreeItemHandler] Selecting tree item: HelloTest.java 19:59:27.504 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item HelloTest.java about selection 19:59:27.507 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: HelloTest.java 19:59:27.507 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item HelloTest.java 19:59:27.507 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item HelloTest.java 19:59:27.507 DEBUG [main][TreeItemHandler] Selecting tree item: HelloTest.java 19:59:27.507 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item HelloTest.java about selection 19:59:27.508 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: HelloTest.java 19:59:27.508 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:59:27.508 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:59:27.535 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:59:27.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:59:27.535 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:59:27.535 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:59:27.535 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:59:27.535 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:59:27.535 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:59:27.535 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 19:59:27.535 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 19:59:27.535 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:59:27.535 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:59:27.535 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:59:27.535 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:59:27.535 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:59:27.535 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:59:27.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:59:27.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6005d051 is found... 19:59:27.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6005d051 is found finished successfully 19:59:27.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QHelloTest.java\E') 19:59:27.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:27.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:27.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:27.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:27.537 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:59:27.537 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:27.538 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package hellotest; public class HelloTest { } TooltipText=null 19:59:27.538 INFO [WorkbenchTestable][TextEditor] Set text to editor 19:59:27.543 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:27.543 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 19:59:27.544 INFO [WorkbenchTestable][AbstractEditor] Save editor 19:59:27.544 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - hellotest/src/hellotest/HelloTest.java - Eclipse Platform 19:59:27.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:59:27.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:59:27.544 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - hellotest/src/hellotest/HelloTest.java - Eclipse Platform' 19:59:27.544 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - hellotest/src/hellotest/HelloTest.java - Eclipse Platform' 19:59:27.544 DEBUG [main][MenuItemLookup] Found menu:'File' 19:59:27.544 DEBUG [main][MenuItemLookup] Item match:File 19:59:27.545 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:59:27.545 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 19:59:27.545 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 19:59:27.545 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 19:59:27.545 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:27.545 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 19:59:27.545 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 19:59:27.545 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:27.545 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 19:59:27.545 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 19:59:27.545 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 19:59:27.545 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 19:59:27.545 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 19:59:27.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 19:59:27.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 19:59:27.578 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:27.578 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 19:59:27.578 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:27.578 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 19:59:27.579 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 19:59:27.579 DEBUG [WorkbenchTestable][EditorHandler] Closing editor HelloTest.java 19:59:27.649 DEBUG [WorkbenchTestable][EditorHandler] Editor HelloTest.java is closed 19:59:27.649 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:59:27.650 INFO [WorkbenchTestable][RequirementsRunner] Started test: junitRunTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitRunTest) 19:59:27.650 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitRunTest 19:59:27.650 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:59:27.650 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:59:27.650 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:59:27.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:27.651 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:27.651 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:59:27.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:27.651 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:27.651 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:59:27.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:59:27.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:59:27.651 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:59:27.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 '\*?\QPackage Explorer\E') 19:59:27.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:27.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:27.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:27.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:27.652 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:59:27.652 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:59:27.652 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:59:27.653 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:27.653 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:59:27.653 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:59:27.653 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:59:27.653 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:59:27.653 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:59:27.654 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:27.654 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:27.654 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:59:27.654 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:59:27.654 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:27.654 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:27.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:27.655 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:27.655 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:59:28.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:28.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:59:28.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:28.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:59:28.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:59:28.656 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:59:28.656 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:59:28.657 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:28.657 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:28.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 19:59:28.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:28.657 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:28.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:28.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:28.657 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:59:28.658 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name hellotest 19:59:28.658 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 19:59:28.658 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item hellotest 19:59:28.658 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item hellotest 19:59:28.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:59:28.658 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item hellotest is already expanded. No action performed 19:59:28.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:59:28.658 INFO [WorkbenchTestable][TreeItemHandler] Expanded: hellotest 19:59:28.658 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item hellotest of tree item src 19:59:28.658 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:59:28.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:59:28.658 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:59:28.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:59:28.658 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:59:28.658 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item HelloTest.java of tree item hellotest 19:59:28.658 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item hellotest 19:59:28.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:59:28.658 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item hellotest is already expanded. No action performed 19:59:28.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:59:28.658 INFO [WorkbenchTestable][TreeItemHandler] Expanded: hellotest 19:59:28.661 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item HelloTest.java 19:59:28.661 DEBUG [main][TreeItemHandler] Selecting tree item: HelloTest.java 19:59:28.661 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item HelloTest.java about selection 19:59:28.664 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: HelloTest.java 19:59:28.665 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:59:28.665 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:59:28.687 DEBUG [main][MenuItemLookup] Found menu:'New' 19:59:28.687 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:28.687 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 19:59:28.687 DEBUG [main][MenuItemLookup] Found menu:'Open With' 19:59:28.687 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 19:59:28.687 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:59:28.687 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:28.687 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:59:28.687 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:59:28.687 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:59:28.687 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:59:28.687 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:28.687 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 19:59:28.687 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 19:59:28.687 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 19:59:28.687 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 19:59:28.687 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:28.687 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:59:28.687 DEBUG [main][MenuItemLookup] Found menu:'Export...' 19:59:28.687 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:28.687 DEBUG [main][MenuItemLookup] Found menu:'References' 19:59:28.687 DEBUG [main][MenuItemLookup] Found menu:'Declarations' 19:59:28.687 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:28.687 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:59:28.687 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 19:59:28.687 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:28.687 DEBUG [main][MenuItemLookup] Found menu:'Run As' 19:59:28.687 DEBUG [main][MenuItemLookup] Item match:Run As 19:59:28.703 DEBUG [main][MenuItemLookup] Found menu:'1 Run on Server Shift+Alt+X R' 19:59:28.703 DEBUG [main][MenuItemLookup] Found menu:'2 JUnit Test Shift+Alt+X T' 19:59:28.703 DEBUG [main][MenuItemLookup] Item match:2 JUnit Test Shift+Alt+X T 19:59:28.704 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&2 JUnit Test Shift+Alt+X T" 19:59:28.704 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 2 JUnit Test Shift+Alt+X T 19:59:28.704 INFO [main][MenuItemHandler] Select menu item: &2 JUnit Test Shift+Alt+X T 19:59:28.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting while JUnit test has not finished yet... 19:59:28.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:28.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:59:28.710 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' view via menu. 19:59:28.710 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:59:28.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:59:28.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:59:28.711 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:59:28.711 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:59:28.711 DEBUG [main][MenuItemLookup] Found menu:'File' 19:59:28.711 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:59:28.711 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:59:28.711 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 19:59:28.711 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:59:28.711 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:59:28.711 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:59:28.711 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:59:28.711 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:59:28.711 DEBUG [main][MenuItemLookup] Item match:Window 19:59:28.711 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:59:28.711 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:59:28.711 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:59:28.711 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:28.711 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:59:28.711 DEBUG [main][MenuItemLookup] Item match:Show View 19:59:28.715 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 19:59:28.715 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 19:59:28.715 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 19:59:28.715 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 19:59:28.715 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 19:59:28.715 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 19:59:28.715 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 19:59:28.715 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 19:59:28.715 DEBUG [main][MenuItemLookup] Found menu:'Progress' 19:59:28.715 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 19:59:28.715 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 19:59:28.715 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 19:59:28.715 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 19:59:28.715 DEBUG [main][MenuItemLookup] Found menu:'Templates' 19:59:28.715 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 19:59:28.715 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:28.715 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 19:59:28.715 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 19:59:28.733 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 19:59:28.733 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 19:59:28.739 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 19:59:28.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 19:59:28.924 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 19:59:28.924 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 19:59:28.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:59:28.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:59:28.926 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 19:59:28.926 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:59:28.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:28.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:59:28.926 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:59:28.926 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:59:28.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:28.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:28.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:28.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:28.926 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:59:28.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:59:28.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:59:28.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 19:59:28.927 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:59:28.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:59:29.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:59:29.429 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:59:29.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 19:59:29.436 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:59:29.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:59:29.436 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:59:29.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:59:29.436 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:59:29.436 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JUnit 19:59:29.436 DEBUG [main][TreeItemHandler] Selecting tree item: JUnit 19:59:29.437 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JUnit about selection 19:59:29.437 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JUnit 19:59:29.437 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:59:29.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:29.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:59:29.437 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:59:29.437 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:59:29.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:29.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:29.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") 19:59:29.437 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:59:29.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:29.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:59:29.437 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:59:29.437 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:59:29.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:29.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:29.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:29.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:29.438 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:59:29.438 INFO [WorkbenchTestable][AbstractButton] Click button &Open 19:59:29.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:59:29.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:59:29.438 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:59:29.438 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:59:29.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:59:29.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:59:29.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.junit.ui.TestRunnerViewPart' view is open... 19:59:29.452 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:29.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:29.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.junit.ui.TestRunnerViewPart' view is open finished successfully 19:59:29.453 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:29.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:29.454 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:59:29.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:59:29.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:59:29.455 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:59:29.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 '\*?\QJUnit\E') 19:59:29.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:29.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:29.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:29.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:29.456 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:59:29.456 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 19:59:29.456 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 19:59:29.456 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:29.456 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:59:29.456 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:59:29.456 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:59:29.456 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 19:59:29.456 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 19:59:29.457 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:29.457 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:59:29.457 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:59:29.457 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:59:29.457 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: Matcher matching text to regular expression 'Runs:.*') 19:59:29.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:29.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:29.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:29.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:29.458 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:59:29.458 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:59:29.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting while JUnit test has not finished yet finished successfully 19:59:29.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until JUnit test has not finished yet... 19:59:29.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:29.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:29.460 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 19:59:29.460 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:29.461 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:29.461 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:59:29.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:59:29.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:59:29.461 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:59:29.461 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:59:29.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:29.461 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:29.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:29.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:29.462 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:59:29.462 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 19:59:29.462 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 19:59:29.462 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:29.462 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:59:29.463 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:59:29.463 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:59:29.463 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 19:59:29.463 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 19:59:29.463 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:29.463 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:59:29.463 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:59:29.463 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:59:29.463 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: Matcher matching text to regular expression 'Runs:.*') 19:59:29.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:29.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:29.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:29.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:29.464 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:59:29.464 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:59:29.977 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 19:59:29.977 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 19:59:29.977 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 19:59:29.978 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:29.978 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 19:59:29.978 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 19:59:29.978 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 19:59:29.978 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:29.978 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 19:59:29.979 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: Matcher matching text to regular expression 'Runs:.*') 19:59:29.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:29.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:29.979 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:29.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:29.979 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:59:29.979 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:59:30.480 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 19:59:30.480 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 19:59:30.480 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 19:59:30.481 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:30.481 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 19:59:30.481 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 19:59:30.481 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 19:59:30.481 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:30.481 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 19:59:30.482 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: Matcher matching text to regular expression 'Runs:.*') 19:59:30.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:30.482 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:30.482 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:30.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:30.483 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:59:30.483 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:59:30.983 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 19:59:30.983 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 19:59:30.983 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 19:59:30.984 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:30.984 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 19:59:30.984 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 19:59:30.984 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 19:59:30.985 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:30.985 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 19:59:30.985 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: Matcher matching text to regular expression 'Runs:.*') 19:59:30.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:30.985 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:30.985 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:30.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:30.985 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:59:30.985 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:59:31.486 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 19:59:31.486 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 19:59:31.486 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 19:59:31.486 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:31.486 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 19:59:31.487 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 19:59:31.487 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 19:59:31.487 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:31.487 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 19:59:31.487 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: Matcher matching text to regular expression 'Runs:.*') 19:59:31.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:31.487 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:31.488 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:31.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:31.488 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:59:31.488 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:59:31.988 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 19:59:31.989 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 19:59:31.989 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 19:59:31.989 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:31.989 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 19:59:31.990 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 19:59:31.990 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 19:59:31.990 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:31.990 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 19:59:31.990 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: Matcher matching text to regular expression 'Runs:.*') 19:59:31.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:31.991 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:31.991 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:31.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:31.991 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:59:31.991 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:59:32.492 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 19:59:32.492 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 19:59:32.492 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 19:59:32.493 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:32.493 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 19:59:32.493 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 19:59:32.493 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 19:59:32.494 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:32.494 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 19:59:32.494 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: Matcher matching text to regular expression 'Runs:.*') 19:59:32.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:32.494 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:32.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:32.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:32.495 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:59:32.495 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:59:32.995 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 19:59:32.995 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 19:59:32.995 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 19:59:32.996 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:32.996 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 19:59:32.996 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 19:59:32.996 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 19:59:32.997 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:32.997 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 19:59:32.997 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: Matcher matching text to regular expression 'Runs:.*') 19:59:32.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:32.997 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:32.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:32.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:32.998 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:59:32.998 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:59:33.499 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 19:59:33.499 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 19:59:33.499 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 19:59:33.500 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:33.500 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 19:59:33.500 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 19:59:33.500 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 19:59:33.501 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:33.501 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 19:59:33.501 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: Matcher matching text to regular expression 'Runs:.*') 19:59:33.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:33.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:33.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:33.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:33.502 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:59:33.502 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:59:34.002 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 19:59:34.002 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 19:59:34.003 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 19:59:34.003 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:34.003 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 19:59:34.003 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 19:59:34.003 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 19:59:34.004 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:34.004 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 19:59:34.004 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: Matcher matching text to regular expression 'Runs:.*') 19:59:34.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:34.005 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:34.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:34.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:34.005 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:59:34.005 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:59:34.506 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 19:59:34.506 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 19:59:34.506 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 19:59:34.507 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:34.507 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 19:59:34.507 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 19:59:34.507 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 19:59:34.508 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:34.508 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 19:59:34.508 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: Matcher matching text to regular expression 'Runs:.*') 19:59:34.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:34.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:34.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:34.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:34.510 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:59:34.510 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:59:34.510 DEBUG [WorkbenchTestable][JobIsRunning] job 'JUnit Starter Job' has no excuses, wait for it 19:59:35.010 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 19:59:35.010 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 19:59:35.010 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 19:59:35.011 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:35.011 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 19:59:35.011 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 19:59:35.011 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 19:59:35.012 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:35.012 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 19:59:35.012 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: Matcher matching text to regular expression 'Runs:.*') 19:59:35.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:35.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:35.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:35.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:35.013 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:59:35.013 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:59:35.013 DEBUG [WorkbenchTestable][JobIsRunning] job 'JUnit Starter Job' has no excuses, wait for it 19:59:35.513 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 19:59:35.514 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 19:59:35.514 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 19:59:35.515 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:35.515 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 19:59:35.515 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 19:59:35.515 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 19:59:35.515 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:35.516 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 19:59:35.516 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: Matcher matching text to regular expression 'Runs:.*') 19:59:35.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:35.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:35.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:35.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:35.517 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:59:35.517 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:59:35.517 DEBUG [WorkbenchTestable][JobIsRunning] job 'JUnit Starter Job' has no excuses, wait for it 19:59:36.017 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 19:59:36.017 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 19:59:36.017 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 19:59:36.018 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:36.018 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 19:59:36.018 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 19:59:36.018 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 19:59:36.018 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:36.018 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 19:59:36.019 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: Matcher matching text to regular expression 'Runs:.*') 19:59:36.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:36.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:36.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:36.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:36.020 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:59:36.020 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:59:36.020 DEBUG [WorkbenchTestable][JobIsRunning] job 'JUnit Starter Job' has no excuses, wait for it 19:59:36.520 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 19:59:36.521 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 19:59:36.521 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 19:59:36.522 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:36.522 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 19:59:36.522 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 19:59:36.522 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 19:59:36.522 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:36.522 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 19:59:36.522 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: Matcher matching text to regular expression 'Runs:.*') 19:59:36.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:36.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:36.523 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:36.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:36.523 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:59:36.523 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:59:36.524 DEBUG [WorkbenchTestable][JobIsRunning] job 'JUnit Starter Job' has no excuses, wait for it 19:59:37.024 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 19:59:37.024 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 19:59:37.024 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 19:59:37.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:37.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 19:59:37.025 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 19:59:37.025 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 19:59:37.025 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:37.025 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 19:59:37.025 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: Matcher matching text to regular expression 'Runs:.*') 19:59:37.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:37.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:37.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:37.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:37.026 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:59:37.026 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:59:37.026 DEBUG [WorkbenchTestable][JobIsRunning] job 'JUnit Starter Job' has no excuses, wait for it 19:59:37.526 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 19:59:37.526 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 19:59:37.526 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 19:59:37.527 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:37.527 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 19:59:37.527 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 19:59:37.527 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 19:59:37.528 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:37.528 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 19:59:37.528 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: Matcher matching text to regular expression 'Runs:.*') 19:59:37.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:37.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:37.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:37.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:37.529 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:59:37.529 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:59:37.529 DEBUG [WorkbenchTestable][JobIsRunning] job 'JUnit Starter Job' has no excuses, wait for it 19:59:38.029 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 19:59:38.029 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 19:59:38.029 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 19:59:38.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:38.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 19:59:38.030 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 19:59:38.030 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 19:59:38.031 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:38.031 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 19:59:38.031 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: Matcher matching text to regular expression 'Runs:.*') 19:59:38.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:38.031 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:38.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:38.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:38.032 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:59:38.032 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:59:38.032 DEBUG [WorkbenchTestable][JobIsRunning] job 'JUnit Starter Job' has no excuses, wait for it 19:59:38.532 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 19:59:38.532 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 19:59:38.532 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 19:59:38.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:38.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 19:59:38.533 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 19:59:38.533 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 19:59:38.534 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:38.534 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 19:59:38.534 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: Matcher matching text to regular expression 'Runs:.*') 19:59:38.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:38.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:38.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:38.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:38.535 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:59:38.535 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:59:38.535 DEBUG [WorkbenchTestable][JobIsRunning] job 'JUnit Starter Job' has no excuses, wait for it 19:59:39.035 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 19:59:39.035 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 19:59:39.035 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 19:59:39.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:39.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 19:59:39.036 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 19:59:39.036 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 19:59:39.037 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:39.037 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 19:59:39.037 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: Matcher matching text to regular expression 'Runs:.*') 19:59:39.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:39.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:39.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:39.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:39.038 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:59:39.038 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:59:39.038 DEBUG [WorkbenchTestable][JobIsRunning] job 'JUnit Starter Job' has no excuses, wait for it 19:59:39.538 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 19:59:39.539 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 19:59:39.539 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 19:59:39.539 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:39.539 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 19:59:39.540 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 19:59:39.540 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 19:59:39.540 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:39.540 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 19:59:39.540 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: Matcher matching text to regular expression 'Runs:.*') 19:59:39.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:39.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:39.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:39.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:39.541 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:59:39.541 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:59:39.541 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is not listed in considered jobs, ignore it 19:59:39.541 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is not listed in considered jobs, ignore it 19:59:39.541 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is not listed in considered jobs, ignore it 19:59:39.541 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is not listed in considered jobs, ignore it 19:59:39.541 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is not listed in considered jobs, ignore it 19:59:39.541 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is not listed in considered jobs, ignore it 19:59:39.541 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is not listed in considered jobs, ignore it 19:59:39.541 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is not listed in considered jobs, ignore it 19:59:39.541 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is not listed in considered jobs, ignore it 19:59:39.541 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is not listed in considered jobs, ignore it 19:59:39.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until JUnit test has not finished yet finished successfully 19:59:39.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:39.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:39.544 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 19:59:39.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:39.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:39.545 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:59:39.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:59:39.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:59:39.557 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:59:39.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 '\*?\QJUnit\E') 19:59:39.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:39.557 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:39.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:39.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:39.558 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:59:39.558 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 19:59:39.558 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 19:59:39.559 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:39.559 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:59:39.559 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:59:39.559 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:59:39.559 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 19:59:39.559 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 19:59:39.560 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:39.560 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:59:39.560 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:59:39.560 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:59:39.560 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: Matcher matching text to regular expression 'Runs:.*') 19:59:39.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:39.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:39.561 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:39.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:39.561 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:59:39.561 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:59:39.573 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 19:59:39.573 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 19:59:39.573 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:39.573 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 19:59:39.574 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: Matcher matching text to regular expression 'Errors:.*') 19:59:39.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:39.574 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:39.575 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:39.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:39.575 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:59:39.575 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:59:39.575 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 19:59:39.575 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 19:59:39.576 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:39.576 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1 TooltipText=null 19:59:39.576 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: Matcher matching text to regular expression 'Failures:.*') 19:59:39.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:39.576 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:39.578 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:39.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:39.578 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:59:39.578 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:59:39.578 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitRunTest 19:59:39.578 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:59:39.578 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:59:39.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:39.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:59:39.579 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.log.collector.AftersLogCollector 19:59:39.579 INFO [WorkbenchTestable][RequirementsRunner] Finished test: junitRunTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitRunTest) 19:59:39.580 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:39.581 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:39.581 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:59:39.581 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:39.582 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:39.582 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:59:39.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:59:39.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:59:39.583 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:59:39.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 '\*?\QPackage Explorer\E') 19:59:39.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:39.583 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:39.584 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:39.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:39.584 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:59:39.584 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:59:39.584 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:59:39.616 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:39.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:39.617 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:59:39.617 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:59:39.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:39.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:39.617 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:59:39.618 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:59:39.618 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:39.618 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:39.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:39.618 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:39.618 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:59:40.118 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:40.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:59:40.619 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:40.619 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:59:40.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:59:40.619 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:59:40.619 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:59:40.620 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:40.620 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:40.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 19:59:40.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:40.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:40.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:40.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:40.621 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:59:40.621 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name hellotest 19:59:40.621 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item hellotest 19:59:40.621 DEBUG [main][TreeItemHandler] Selecting tree item: hellotest 19:59:40.621 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item hellotest about selection 19:59:40.623 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: hellotest 19:59:40.623 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:59:40.623 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:59:40.649 DEBUG [main][MenuItemLookup] Found menu:'New' 19:59:40.649 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:59:40.649 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:40.649 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:59:40.649 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 19:59:40.649 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:59:40.649 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:40.649 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:59:40.649 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:59:40.649 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:59:40.649 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:59:40.649 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:40.649 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 19:59:40.649 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 19:59:40.649 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 19:59:40.649 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 19:59:40.649 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:40.649 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:59:40.649 DEBUG [main][MenuItemLookup] Found menu:'Export...' 19:59:40.649 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:40.649 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:59:40.649 DEBUG [main][MenuItemLookup] Item match:Refresh F5 19:59:40.649 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 19:59:40.649 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 19:59:40.649 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 19:59:40.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:59:40.652 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:59:40.652 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:59:40.652 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 19:59:40.652 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:59:40.652 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:59:40.652 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 19:59:40.652 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 19:59:40.652 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:59:40.652 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:59:40.652 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:59:40.652 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:59:40.652 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:59:40.652 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:59:40.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:59:40.652 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'hellotest' via Explorer 19:59:40.652 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item hellotest 19:59:40.652 DEBUG [main][TreeItemHandler] Selecting tree item: hellotest 19:59:40.652 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item hellotest about selection 19:59:40.653 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: hellotest 19:59:40.654 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:59:40.654 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:59:40.686 DEBUG [main][MenuItemLookup] Found menu:'New' 19:59:40.686 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:59:40.686 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:40.686 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:59:40.686 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 19:59:40.686 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:59:40.686 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:40.686 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:59:40.686 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:59:40.686 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:59:40.686 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:59:40.686 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:59:40.686 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:59:40.686 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:59:40.686 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 19:59:40.694 DEBUG [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.... 19:59:41.249 DEBUG [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 19:59:41.249 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 19:59:41.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:59:41.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:59:41.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:41.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:41.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: 32) 19:59:41.252 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:59:41.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:41.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:59:41.252 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:59:41.252 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:59:41.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:41.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:41.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:41.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:41.252 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:59:41.252 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 19:59:41.252 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 19:59:41.252 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 19:59:41.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:59:41.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:59:41.252 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:59:41.252 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:59:41.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 "OK", Widget matcher matching widgets with style: 8) 19:59:41.252 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:59:41.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:41.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:59:41.253 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 19:59:41.253 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:59:41.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:41.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:41.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:41.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:41.253 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:59:41.253 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:59:41.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:59:41.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:59:41.253 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:59:41.253 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:59:41.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 19:59:41.256 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 19:59:41.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 19:59:41.756 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 19:59:41.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:59:41.756 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 19:59:41.756 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 19:59:41.756 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 19:59:41.756 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:59:41.756 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:59:41.756 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 19:59:41.756 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 19:59:41.756 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:59:41.756 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:59:41.756 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:59:41.756 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:59:41.756 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:59:41.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:59:41.756 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitRunTest 19:59:41.756 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:59:41.756 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:59:41.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:41.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.009 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: 11.929 s Running org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest 19:59:41.763 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest 19:59:41.763 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:59:41.763 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:59:41.763 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest 19:59:41.763 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:59:41.763 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:59:41.763 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:59:41.763 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:59:41.763 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:59:41.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:41.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:41.764 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 19:59:41.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:41.765 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:41.765 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:59:41.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:59:41.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:59:41.765 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:59:41.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 '\*?\QJUnit\E') 19:59:41.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:41.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:41.766 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:41.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:41.766 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:59:41.766 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 19:59:41.766 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 19:59:41.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:41.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:41.795 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 19:59:41.795 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 19:59:41.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:41.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:41.796 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...") 19:59:41.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:41.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:41.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:41.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:41.797 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 19:59:41.797 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Test Run History... 19:59:41.797 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 19:59:41.797 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:59:41.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Test Runs"] is available.... 19:59:41.835 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 19:59:41.835 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Test Runs 19:59:41.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:59:41.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:59:41.835 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:59:41.835 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:59:41.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:41.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:59:41.836 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Test Runs" as the parent 19:59:41.836 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:59:41.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:41.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:41.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:41.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:41.836 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:59:41.836 INFO [WorkbenchTestable][AbstractButton] Click button Remove &All 19:59:41.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:59:41.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:59:41.837 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:59:41.837 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:59:41.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 "OK", Widget matcher matching widgets with style: 8) 19:59:41.837 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:59:41.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:41.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:59:41.838 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Test Runs" as the parent 19:59:41.838 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:59:41.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:41.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:41.838 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:41.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:41.838 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:59:41.838 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:59:41.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:59:41.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:59:41.838 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:59:41.838 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:59:41.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Test Runs"] is available.... 19:59:41.876 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 19:59:41.876 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:59:41.876 INFO [WorkbenchTestable][RequirementsRunner] Started test: getViewStatusTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest) 19:59:41.876 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest 19:59:41.876 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:59:41.876 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:59:41.876 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:59:41.876 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:41.877 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:41.877 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 19:59:41.877 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:41.880 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:41.880 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:59:41.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:59:41.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:59:41.880 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:59:41.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 '\*?\QJUnit\E') 19:59:41.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:41.880 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:41.881 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:41.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:41.881 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:59:41.881 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 19:59:41.881 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 19:59:41.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:41.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:59:41.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:59:41.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:59:41.882 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 19:59:41.882 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 19:59:41.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:41.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:59:41.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:59:41.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:59:41.883 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 19:59:41.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:41.883 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:41.883 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:41.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:41.883 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 19:59:41.883 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest 19:59:41.883 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:59:41.883 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:59:41.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:41.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:59:41.883 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getViewStatusTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest) 19:59:41.883 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:59:41.883 INFO [WorkbenchTestable][RequirementsRunner] Started test: getRunsTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest) 19:59:41.883 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest 19:59:41.883 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:59:41.883 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:59:41.883 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:59:41.884 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:41.884 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:41.884 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 19:59:41.884 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:41.885 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:41.885 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:59:41.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:59:41.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:59:41.885 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:59:41.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 '\*?\QJUnit\E') 19:59:41.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:41.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:41.887 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:41.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:41.887 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:59:41.887 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 19:59:41.887 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 19:59:41.894 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:41.894 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:59:41.894 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:59:41.894 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:59:41.906 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 19:59:41.906 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 19:59:41.906 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:41.906 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:59:41.906 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:59:41.906 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:59:41.906 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: Matcher matching text to regular expression 'Runs:.*') 19:59:41.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:41.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:41.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:41.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:41.908 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:59:41.908 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:59:41.909 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest 19:59:41.909 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:59:41.909 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:59:41.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:41.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:59:41.909 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getRunsTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest) 19:59:41.909 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:59:41.909 INFO [WorkbenchTestable][RequirementsRunner] Started test: getErrorsTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest) 19:59:41.909 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest 19:59:41.909 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:59:41.909 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:59:41.909 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:59:41.909 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:41.911 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:41.911 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 19:59:41.911 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:41.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:41.924 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:59:41.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:59:41.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:59:41.925 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:59: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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E') 19:59:41.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:41.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:41.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:41.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:41.926 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:59:41.926 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 19:59:41.926 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 19:59:41.927 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:41.927 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:59:41.927 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:59:41.927 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:59:41.927 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 19:59:41.927 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 19:59:41.939 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:41.939 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:59:41.939 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:59:41.939 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:59:41.939 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: Matcher matching text to regular expression 'Errors:.*') 19:59:41.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:41.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:41.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:41.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:41.941 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:59:41.941 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:59:41.942 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest 19:59:41.942 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:59:41.942 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:59:41.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:41.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:59:41.942 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getErrorsTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest) 19:59:41.942 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:59:41.942 INFO [WorkbenchTestable][RequirementsRunner] Started test: getFailuresTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest) 19:59:41.942 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest 19:59:41.942 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:59:41.942 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:59:41.942 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:59:41.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:41.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:41.944 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 19:59:41.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:41.956 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:41.956 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:59:41.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:59:41.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:59:41.956 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:59:41.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 '\*?\QJUnit\E') 19:59:41.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:41.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:41.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:41.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:41.958 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:59:41.958 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 19:59:41.958 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 19:59:41.958 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:41.958 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:59:41.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:59:41.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:59:41.959 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 19:59:41.959 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 19:59:41.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:41.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:59:41.960 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:59:41.960 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:59:41.960 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: Matcher matching text to regular expression 'Failures:.*') 19:59:41.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:41.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:41.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:41.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:41.974 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:59:41.974 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:59:41.975 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest 19:59:41.975 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:59:41.975 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:59:41.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:41.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:59:41.975 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getFailuresTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest) 19:59:41.975 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest 19:59:41.975 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:59:41.975 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:59:41.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:41.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.214 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.007 s getRunsTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest) Time elapsed: 0.026 s getErrorsTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest) Time elapsed: 0.033 s getFailuresTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest) Time elapsed: 0.033 s Running org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest 19:59:41.980 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest 19:59:41.981 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 19:59:41.981 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:59:41.981 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest 19:59:41.981 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:59:41.981 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 19:59:41.991 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:59:41.991 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 19:59:41.991 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:59:41.991 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 19:59:41.991 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 19:59:41.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 19:59:41.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:41.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:59:41.991 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:59:41.992 DEBUG [main][MenuItemLookup] Found menu:'File' 19:59:41.992 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:59:41.992 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:59:41.992 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:59:41.992 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:59:41.992 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:59:41.992 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:59:41.992 DEBUG [main][MenuItemLookup] Item match:Window 19:59:41.992 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:59:41.992 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:59:41.992 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:59:41.992 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:41.992 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:59:41.992 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:59:41.992 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:41.992 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 19:59:41.993 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:41.993 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 19:59:41.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:41.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:59:41.993 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:59:41.993 DEBUG [main][MenuItemLookup] Found menu:'File' 19:59:41.993 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:59:41.993 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:59:41.993 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:59:41.993 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:59:41.993 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:59:41.993 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:59:41.993 DEBUG [main][MenuItemLookup] Item match:Window 19:59:41.993 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:59:41.993 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:59:41.993 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:59:41.993 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:41.993 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:59:41.993 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:59:41.993 DEBUG [main][MenuItemLookup] Item match:Perspective 19:59:41.993 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 19:59:41.993 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:41.993 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 19:59:41.993 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 19:59:41.993 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 19:59:41.993 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 19:59:41.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 19:59:41.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:41.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:59:41.993 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:59:41.994 DEBUG [main][MenuItemLookup] Found menu:'File' 19:59:41.994 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:59:41.994 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:59:41.994 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:59:41.994 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:59:41.994 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:59:41.994 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:59:41.994 DEBUG [main][MenuItemLookup] Item match:Window 19:59:41.994 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:59:41.994 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:59:41.994 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:59:41.994 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:41.994 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:59:41.994 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:59:41.994 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:41.994 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 19:59:41.994 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:41.994 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 19:59:41.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:41.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:59:41.995 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:59:41.995 DEBUG [main][MenuItemLookup] Found menu:'File' 19:59:41.995 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:59:41.995 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:59:41.995 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:59:41.995 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:59:41.995 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:59:41.995 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:59:41.995 DEBUG [main][MenuItemLookup] Item match:Window 19:59:41.995 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:59:41.996 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:59:41.996 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:59:41.996 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:41.996 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:59:41.996 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:59:41.996 DEBUG [main][MenuItemLookup] Item match:Perspective 19:59:41.996 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 19:59:41.996 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:41.996 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 19:59:41.996 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 19:59:41.996 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 19:59:41.996 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 19:59:41.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:41.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:59:41.996 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:59:41.996 DEBUG [main][MenuItemLookup] Found menu:'File' 19:59:41.996 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:59:41.996 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:59:41.996 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:59:41.996 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:59:41.996 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:59:41.996 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:59:41.996 DEBUG [main][MenuItemLookup] Item match:Window 19:59:41.996 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:59:41.996 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:59:41.996 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:59:41.996 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:41.996 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:59:41.996 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:59:41.996 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:41.996 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 19:59:41.996 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:41.996 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 19:59:41.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:41.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:59:41.996 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:59:41.997 DEBUG [main][MenuItemLookup] Found menu:'File' 19:59:41.997 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:59:41.997 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:59:41.997 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:59:41.997 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:59:41.997 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:59:41.997 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:59:41.997 DEBUG [main][MenuItemLookup] Item match:Window 19:59:41.997 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:59:41.997 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:59:41.997 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:59:41.997 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:41.997 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:59:41.997 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 19:59:41.997 DEBUG [main][MenuItemLookup] Item match:Perspective 19:59:41.997 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 19:59:41.997 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:41.997 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 19:59:41.997 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 19:59:41.997 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 19:59:41.997 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 19:59:41.997 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 19:59:41.997 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 19:59:41.997 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 19:59:42.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 19:59:42.020 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 19:59:42.021 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 19:59:42.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:59:42.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:59:42.021 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:59:42.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:42.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:59:42.021 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 19:59:42.021 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:59:42.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:42.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:42.021 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:59:42.021 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:59:42.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:42.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:59:42.022 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 19:59:42.022 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:59:42.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:42.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:42.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:42.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:42.022 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:59:42.022 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 19:59:42.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:59:42.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:59:42.022 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:59:42.022 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:59:42.157 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:59:42.157 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:42.157 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:59:42.157 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:42.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: "New Java Project"] 19:59:42.164 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:42.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:59:42.165 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:42.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:59:42.165 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:42.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:59:42.165 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:42.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: "New Java Project"] 19:59:42.165 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:42.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:59:42.165 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:42.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:59:42.165 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:42.165 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:59:42.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:59:42.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:59:42.165 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:59:42.165 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:59:42.165 DEBUG [main][MenuItemLookup] Found menu:'File' 19:59:42.165 DEBUG [main][MenuItemLookup] Item match:File 19:59:42.166 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:59:42.166 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:59:42.168 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 19:59:42.168 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:59:42.168 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:42.168 DEBUG [main][MenuItemLookup] Found menu:'Package' 19:59:42.168 DEBUG [main][MenuItemLookup] Found menu:'Class' 19:59:42.168 DEBUG [main][MenuItemLookup] Found menu:'Interface' 19:59:42.168 DEBUG [main][MenuItemLookup] Found menu:'Enum' 19:59:42.168 DEBUG [main][MenuItemLookup] Found menu:'Record' 19:59:42.168 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 19:59:42.168 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 19:59:42.168 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 19:59:42.168 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:59:42.168 DEBUG [main][MenuItemLookup] Found menu:'File' 19:59:42.168 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:59:42.168 DEBUG [main][MenuItemLookup] Found menu:'Task' 19:59:42.168 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 19:59:42.168 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:42.168 DEBUG [main][MenuItemLookup] Found menu:'Example...' 19:59:42.168 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:42.168 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:59:42.168 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:59:42.168 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:59:42.168 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:59:42.168 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:59:42.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 19:59:42.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 19:59:42.227 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:59:42.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:59:42.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:59:42.228 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:59:42.228 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:42.228 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 19:59:42.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:42.228 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:42.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:42.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:42.229 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:59:42.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:59:42.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:59:42.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 19:59:42.230 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:59:42.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:59:42.230 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:59:42.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:59:42.230 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:59:42.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 19:59:42.230 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:59:42.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:59:42.230 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:59:42.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:59:42.230 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:59:42.230 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 19:59:42.230 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 19:59:42.230 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 19:59:42.233 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 19:59:42.233 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:59:42.233 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:59:42.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) 19:59:42.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:42.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:42.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:42.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:42.233 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:59:42.234 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:59:42.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:59:42.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:59:42.234 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:59:42.234 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:59:42.357 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:59:42.357 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:42.357 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:42.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 19:59:42.357 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 19:59:42.357 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 19:59:42.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:59:42.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:59:42.358 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 19:59:42.358 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:42.358 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProjectItemTestProject' 19:59:42.358 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:") 19:59:42.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:42.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:42.373 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:42.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:42.373 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:59:42.373 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:59:42.374 INFO [WorkbenchTestable][AbstractText] Text set to: ProjectItemTestProject 19:59:42.400 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 19:59:42.400 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 19:59:42.400 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) 19:59:42.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:42.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:42.401 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:42.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:42.401 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:59:42.402 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:59:42.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:59:42.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:59:42.402 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:59:42.402 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:59:42.464 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.... 19:59:42.965 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 19:59:42.965 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 19:59:42.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:59:42.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:59:42.967 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 19:59:42.967 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:59:42.967 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:59:42.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:42.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:59:42.967 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 19:59:42.967 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:59:42.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:42.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:42.968 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:42.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:42.968 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:59:42.968 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 19:59:42.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:59:42.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:59:42.968 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:59:42.968 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:59:43.029 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.... 19:59:43.029 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 19:59:43.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:59:43.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:59:43.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:59:43.029 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:59:43.029 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 19:59:43.029 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:59:43.029 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 19:59:43.029 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:59:43.029 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:59:43.029 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 19:59:43.029 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 19:59:43.029 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:59:43.029 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:59:43.029 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:59:43.029 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:59:43.029 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:59:43.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:59:43.029 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:59:43.029 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:43.029 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:59:43.029 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:43.029 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 19:59:43.029 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:43.029 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:59:43.029 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:43.029 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:59:43.029 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:43.030 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:59:43.030 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:43.030 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 19:59:43.030 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:43.030 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:59:43.030 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:43.030 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:59:43.030 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:43.030 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:59:43.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:59:43.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:59:43.030 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:59:43.030 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:59:43.030 DEBUG [main][MenuItemLookup] Found menu:'File' 19:59:43.030 DEBUG [main][MenuItemLookup] Item match:File 19:59:43.031 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:59:43.031 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:59:43.032 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 19:59:43.032 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:59:43.032 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:43.032 DEBUG [main][MenuItemLookup] Found menu:'Package' 19:59:43.032 DEBUG [main][MenuItemLookup] Found menu:'Class' 19:59:43.032 DEBUG [main][MenuItemLookup] Found menu:'Interface' 19:59:43.032 DEBUG [main][MenuItemLookup] Found menu:'Enum' 19:59:43.032 DEBUG [main][MenuItemLookup] Found menu:'Record' 19:59:43.032 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 19:59:43.032 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 19:59:43.032 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 19:59:43.032 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:59:43.032 DEBUG [main][MenuItemLookup] Found menu:'File' 19:59:43.032 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:59:43.032 DEBUG [main][MenuItemLookup] Found menu:'Task' 19:59:43.033 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 19:59:43.033 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:43.033 DEBUG [main][MenuItemLookup] Found menu:'Example...' 19:59:43.033 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:43.033 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:59:43.033 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:59:43.033 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:59:43.033 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:59:43.033 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:59:43.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 19:59:43.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 'New|Select a wizard'] is available. finished successfully 19:59:43.122 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:59:43.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:59:43.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:59:43.124 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:59:43.124 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:43.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 19:59:43.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:43.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:43.124 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:43.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:43.124 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:59:43.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:59:43.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:59:43.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 19:59:43.126 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:59:43.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:59:43.126 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:59:43.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:59:43.126 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:59:43.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 19:59:43.126 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:59:43.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:59:43.126 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:59:43.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:59:43.126 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:59:43.126 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 19:59:43.126 DEBUG [main][TreeItemHandler] Selecting tree item: Class 19:59:43.127 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 19:59:43.130 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 19:59:43.130 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:59:43.130 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:59: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.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) 19:59:43.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:43.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:43.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:43.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:43.137 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:59:43.138 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:59:43.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:59:43.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:59:43.138 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:59:43.138 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:59:43.286 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:59:43.286 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:43.286 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:43.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 19:59:43.287 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 19:59:43.287 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 19:59:43.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:59:43.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:59:43.287 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 19:59:43.287 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:43.288 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:") 19:59:43.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:43.288 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:43.293 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:43.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:43.293 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:59:43.293 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:59:43.294 INFO [WorkbenchTestable][AbstractText] Text set to: TestClass 19:59:43.316 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 19:59:43.316 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 19:59:43.316 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) 19:59:43.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:43.316 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:43.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:43.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:43.318 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:59:43.319 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:59:43.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:59:43.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:59:43.319 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:59:43.319 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:59:43.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:59:43.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:59:43.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:59:43.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 3 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 19:59:43.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:59:43.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 19:59:43.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:59:43.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:59:43.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:59:43.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 19:59:43.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:59:43.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 19:59:43.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 19:59:43.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:59:43.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:59:43.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:59:43.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:59:43.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:59:43.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:59:43.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:59:43.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:59:43.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 3 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 19:59:43.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:59:43.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 19:59:43.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:59:43.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:59:43.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:59:43.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 19:59:43.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:59:43.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 19:59:43.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 19:59:43.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:59:43.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:59:43.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:59:43.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:59:43.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:59:43.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:59:43.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:59:43.911 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:59:43.911 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:43.911 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:59:43.911 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:43.911 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 19:59:43.912 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:43.912 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:59:43.912 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:43.912 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:59:43.912 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:43.912 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:59:43.912 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:43.912 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 19:59:43.912 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:43.912 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:59:43.912 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:43.912 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:59:43.912 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:43.913 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 19:59:43.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:59:43.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:59:43.913 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 19:59:43.913 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 19:59:43.913 DEBUG [main][MenuItemLookup] Found menu:'File' 19:59:43.913 DEBUG [main][MenuItemLookup] Item match:File 19:59:43.914 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:59:43.914 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:59:43.917 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 19:59:43.917 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:59:43.917 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:43.917 DEBUG [main][MenuItemLookup] Found menu:'Package' 19:59:43.917 DEBUG [main][MenuItemLookup] Found menu:'Class' 19:59:43.917 DEBUG [main][MenuItemLookup] Found menu:'Interface' 19:59:43.917 DEBUG [main][MenuItemLookup] Found menu:'Enum' 19:59:43.917 DEBUG [main][MenuItemLookup] Found menu:'Record' 19:59:43.917 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 19:59:43.917 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 19:59:43.917 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 19:59:43.917 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:59:43.917 DEBUG [main][MenuItemLookup] Found menu:'File' 19:59:43.917 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:59:43.917 DEBUG [main][MenuItemLookup] Found menu:'Task' 19:59:43.917 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 19:59:43.917 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:43.917 DEBUG [main][MenuItemLookup] Found menu:'Example...' 19:59:43.917 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:43.917 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:59:43.917 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:59:43.934 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:59:43.934 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:59:43.934 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:59:44.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 'New|Select a wizard'] is available.... 19:59:44.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 19:59:44.055 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:59:44.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:59:44.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:59:44.056 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:59:44.056 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:44.056 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 19:59:44.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:44.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:44.057 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:44.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:44.057 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:59:44.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:59:44.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:59:44.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 19:59:44.058 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:59:44.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:59:44.058 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:59:44.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:59:44.058 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:59:44.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 19:59:44.058 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:59:44.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:59:44.058 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:59:44.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:59:44.058 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:59:44.058 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 19:59:44.058 DEBUG [main][TreeItemHandler] Selecting tree item: Class 19:59:44.059 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 19:59:44.059 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 19:59:44.059 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:59:44.059 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:59:44.059 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) 19:59:44.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:44.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:44.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:44.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:44.059 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:59:44.060 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:59:44.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:59:44.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:59:44.060 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:59:44.060 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:59:44.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:59:44.195 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:44.195 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:44.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 19:59:44.195 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 19:59:44.195 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 19:59:44.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:59:44.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:59:44.196 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 19:59:44.196 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:44.196 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:") 19:59:44.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:44.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:44.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:44.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:44.206 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:59:44.206 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:59:44.207 INFO [WorkbenchTestable][AbstractText] Text set to: TestClass1 19:59:44.212 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 19:59:44.212 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 19:59:44.222 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) 19:59:44.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:44.222 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:44.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:44.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:44.224 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:59:44.224 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:59:44.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:59:44.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:59:44.224 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:59:44.224 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:59:44.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:59:44.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:59:44.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:59:44.784 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 4 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 19:59:44.784 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 19:59:44.784 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 19:59:44.784 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:59:44.784 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 19:59:44.784 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:59:44.784 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:59:44.784 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:59:44.784 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:59:44.784 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 19:59:44.784 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 19:59:44.784 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:59:44.784 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:59:44.784 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:59:44.784 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:59:44.784 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:59:44.784 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:59:44.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:59:44.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:59:44.784 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 4 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 19:59:44.784 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 19:59:44.784 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 19:59:44.784 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:59:44.784 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 19:59:44.784 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:59:44.784 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:59:44.784 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:59:44.784 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:59:44.784 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 19:59:44.784 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 19:59:44.784 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:59:44.784 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:59:44.784 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:59:44.784 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:59:44.784 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:59:44.784 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:59:44.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:59:44.784 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:59:44.784 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectCollapsedPackageExplorerItem no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) 19:59:44.785 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest 19:59:44.785 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:59:44.785 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:59:44.785 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:59:44.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:44.785 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:44.785 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 19:59:44.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:44.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:44.786 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass1.java - Eclipse Platform 19:59:44.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:59:44.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:59:44.786 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass1.java - Eclipse Platform' 19:59:44.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 '\*?\QPackage Explorer\E') 19:59:44.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:44.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:44.787 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:44.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:44.787 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:59:44.787 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:59:44.787 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:59:44.798 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:44.798 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:44.798 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:59:44.798 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:59:44.799 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:44.799 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:44.799 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:59:44.799 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:59:44.799 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:44.799 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:44.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:44.799 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:44.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:59:45.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:45.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:59:45.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:45.810 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:59:45.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:59:45.811 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:59:45.811 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:59:45.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:45.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:45.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 19:59:45.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:45.812 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:45.812 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:45.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:45.813 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:59:45.813 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 19:59:45.813 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 19:59:45.813 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 19:59:45.813 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 19:59:45.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:59:45.814 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 19:59:45.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:59:45.814 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 19:59:45.815 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:59:45.815 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:59:45.816 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:45.816 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:45.816 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:59:45.816 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:59:45.817 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:45.817 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:45.817 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:59:45.817 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:59:45.817 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:45.817 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:45.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:45.817 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:45.818 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:59:46.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:46.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:59:46.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:46.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:59:46.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:59:46.839 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:59:46.839 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:59:46.840 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:46.840 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:46.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 19:59:46.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:46.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:46.840 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:46.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:46.840 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:59:46.840 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 19:59:46.840 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 19:59:46.841 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 19:59:46.841 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 19:59:46.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:59:46.841 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 19:59:46.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:59:46.841 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 19:59:46.842 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 19:59:46.842 DEBUG [main][TreeItemHandler] Selecting tree item: src 19:59:46.842 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 19:59:46.843 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 19:59:46.844 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:59:46.844 DEBUG [main][EditorHandler] 2 editor(s) found 19:59:46.844 DEBUG [WorkbenchTestable][EditorHandler] Closing editor TestClass.java 19:59:46.871 DEBUG [WorkbenchTestable][EditorHandler] Editor TestClass.java is closed 19:59:46.871 DEBUG [WorkbenchTestable][EditorHandler] Closing editor TestClass1.java 19:59:46.962 DEBUG [WorkbenchTestable][EditorHandler] Editor TestClass1.java is closed 19:59:46.962 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:59:46.962 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:59:46.963 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:46.963 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:46.963 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 19:59:46.963 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 19:59:46.963 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 19:59:46.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:59:46.964 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 19:59:46.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:59:46.964 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 19:59:46.964 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item (default package) of tree item src 19:59:46.964 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:59:46.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:59:46.964 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:59:46.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:59:46.964 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:59:46.964 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item (default package) 19:59:46.964 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item (default package) 19:59:46.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:59:46.964 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item (default package) is already expanded. No action performed 19:59:46.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:59:46.964 INFO [WorkbenchTestable][TreeItemHandler] Expanded: (default package) 19:59:46.964 INFO [WorkbenchTestable][AbstractTreeItem] Collapse tree item ProjectItemTestProject 19:59:46.965 DEBUG [WorkbenchTestable][TreeItemHandler] Collapse Tree Item ProjectItemTestProject 19:59:46.965 DEBUG [main][TreeItemHandler] Setting tree item ProjectItemTestProject collapsed 19:59:46.965 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about collapse event 19:59:46.965 INFO [WorkbenchTestable][TreeItemHandler] Collapsed: ProjectItemTestProject 19:59:46.965 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectItemTestProject 19:59:46.965 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectItemTestProject 19:59:46.965 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectItemTestProject about selection 19:59:46.971 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectItemTestProject 19:59:46.980 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 19:59:46.980 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 19:59:46.981 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 19:59:46.988 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 19:59:46.988 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:59:46.988 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:59:46.988 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:46.989 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:46.989 INFO [WorkbenchTestable][AbstractView] Close view 'Package Explorer' 19:59:46.989 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Package Explorer 19:59:46.989 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:59:46.989 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 19:59:47.014 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest 19:59:47.014 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:59:47.014 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:59:47.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:47.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:59:47.031 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectCollapsedPackageExplorerItem no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) 19:59:47.032 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:59:47.032 INFO [WorkbenchTestable][RequirementsRunner] Started test: open no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) 19:59:47.032 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest 19:59:47.032 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:59:47.032 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:59:47.032 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:59:47.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:47.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:59:47.047 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 19:59:47.047 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:59:47.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:59:47.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:59:47.047 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:59:47.047 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 19:59:47.047 DEBUG [main][MenuItemLookup] Found menu:'File' 19:59:47.048 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:59:47.048 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:59:47.048 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:59:47.048 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:59:47.048 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:59:47.048 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:59:47.048 DEBUG [main][MenuItemLookup] Item match:Window 19:59:47.048 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:59:47.048 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:59:47.048 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:59:47.048 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:47.048 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:59:47.048 DEBUG [main][MenuItemLookup] Item match:Show View 19:59:47.051 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 19:59:47.051 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 19:59:47.051 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 19:59:47.051 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 19:59:47.051 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 19:59:47.051 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 19:59:47.051 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 19:59:47.051 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 19:59:47.051 DEBUG [main][MenuItemLookup] Found menu:'Progress' 19:59:47.051 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 19:59:47.051 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 19:59:47.051 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 19:59:47.051 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 19:59:47.051 DEBUG [main][MenuItemLookup] Found menu:'Templates' 19:59:47.051 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 19:59:47.051 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:47.051 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 19:59:47.051 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 19:59:47.061 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 19:59:47.061 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 19:59:47.061 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 19:59:47.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 19:59:47.125 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 19:59:47.125 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 19:59:47.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:59:47.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:59:47.126 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 19:59:47.126 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:59:47.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:47.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:59:47.126 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:59:47.126 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:59:47.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:47.126 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:47.126 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:47.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:47.126 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:59:47.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:59:47.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:59:47.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 19:59:47.127 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:59:47.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:59:47.127 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:59:47.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:59:47.127 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:59:47.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 19:59:47.127 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:59:47.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:59:47.128 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:59:47.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:59:47.128 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:59:47.128 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 19:59:47.128 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 19:59:47.128 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 19:59:47.128 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 19:59:47.128 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:59:47.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:47.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:59:47.129 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:59:47.129 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:59:47.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:47.129 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:47.129 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:59:47.129 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:59:47.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:47.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:59:47.129 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:59:47.129 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:59:47.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:47.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:47.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:47.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:47.130 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:59:47.130 INFO [WorkbenchTestable][AbstractButton] Click button &Open 19:59:47.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:59:47.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:59:47.130 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:59:47.130 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:59:47.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:59:47.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:59:47.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 19:59:47.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:47.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:47.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 19:59:47.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:47.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:47.199 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 19:59:47.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:59:47.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:59:47.199 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 19:59:47.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 '\*?\QPackage Explorer\E') 19:59:47.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:47.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:47.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:47.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:47.200 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:59:47.200 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:59:47.200 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:59:47.201 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:47.201 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 19:59:47.201 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:59:47.201 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:59:47.202 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:59:47.202 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:59:47.202 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:47.202 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:47.203 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:59:47.203 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:59:47.203 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:47.203 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:47.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:47.203 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:47.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:59:47.704 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:47.704 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:59:48.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:48.204 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:59:48.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:59:48.204 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:59:48.204 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:59:48.205 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:48.205 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:48.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 19:59:48.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:48.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:48.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:48.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:48.205 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:59:48.205 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 19:59:48.205 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 19:59:48.206 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 19:59:48.206 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 19:59:48.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:59:48.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:59:48.706 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 19:59:48.707 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:59:48.707 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:59:48.707 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:48.708 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:48.708 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:59:48.708 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:59:48.708 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:48.708 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:48.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:48.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:48.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:59:49.209 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:49.209 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:59:49.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:49.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:59:49.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:59:49.711 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:59:49.711 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:59:49.711 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:49.711 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:49.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 19:59:49.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:49.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:49.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:49.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:49.712 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:59:49.712 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 19:59:49.712 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 19:59:49.712 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 19:59:49.712 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 19:59:49.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:59:49.713 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 19:59:49.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:59:49.713 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 19:59:49.713 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 19:59:49.713 DEBUG [main][TreeItemHandler] Selecting tree item: src 19:59:49.713 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 19:59:49.715 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 19:59:49.715 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 19:59:49.715 DEBUG [main][EditorHandler] 0 editor(s) found 19:59:49.715 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:59:49.715 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:59:49.715 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:49.715 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:49.716 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:59:49.716 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:59:49.716 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:49.716 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:49.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:49.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:49.716 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:59:50.217 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:50.217 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:59:50.718 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:50.718 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:59:50.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:59:50.718 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:59:50.718 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:59:50.719 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:50.719 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:50.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 19:59:50.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:50.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:50.719 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:50.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:50.719 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:59:50.719 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 19:59:50.719 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 19:59:50.720 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 19:59:50.720 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 19:59:50.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:59:50.720 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 19:59:50.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:59:50.720 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 19:59:50.720 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item (default package) of tree item src 19:59:50.720 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:59:50.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:59:51.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:59:51.221 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:59:51.224 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item (default package) 19:59:51.224 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item (default package) 19:59:51.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:59:51.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:59:51.724 INFO [WorkbenchTestable][TreeItemHandler] Expanded: (default package) 19:59:51.725 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 19:59:51.725 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 19:59:51.725 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 19:59:51.727 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 19:59:51.727 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item TestClass.java 19:59:51.727 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 19:59:51.727 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 19:59:51.727 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 19:59:51.728 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 19:59:51.728 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 19:59:51.728 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 19:59:51.823 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 19:59:51.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:59:51.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:59:51.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 19:59:51.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 19:59:51.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:59:51.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:59:51.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 19:59:51.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 19:59:51.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:59:51.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:59:51.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:59:51.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:59:51.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:59:51.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:59:51.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:59:51.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:59:51.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 '\*?\QTestClass.java\E') 19:59:51.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:51.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:51.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:51.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:51.833 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:59:51.833 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:51.833 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class TestClass { } TooltipText=null 19:59:51.833 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:59:51.833 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:59:51.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:51.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:51.842 INFO [WorkbenchTestable][AbstractView] Close view 'Package Explorer' 19:59:51.842 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Package Explorer 19:59:51.842 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:59:51.843 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 19:59:51.863 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest 19:59:51.863 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:59:51.863 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:59:51.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:51.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:59:51.876 INFO [WorkbenchTestable][RequirementsRunner] Finished test: open no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) 19:59:51.877 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:59:51.877 INFO [WorkbenchTestable][RequirementsRunner] Started test: select no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) 19:59:51.877 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest 19:59:51.877 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:59:51.877 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:59:51.877 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:59:51.877 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:51.889 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:59:51.889 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 19:59:51.889 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 19:59:51.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:59:51.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:59:51.889 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 19:59:51.889 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 19:59:51.889 DEBUG [main][MenuItemLookup] Found menu:'File' 19:59:51.890 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:59:51.890 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:59:51.890 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 19:59:51.890 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:59:51.890 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:59:51.890 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:59:51.890 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:59:51.890 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:59:51.890 DEBUG [main][MenuItemLookup] Item match:Window 19:59:51.891 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:59:51.891 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:59:51.891 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:59:51.891 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:51.891 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:59:51.891 DEBUG [main][MenuItemLookup] Item match:Show View 19:59:51.894 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 19:59:51.894 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 19:59:51.894 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 19:59:51.894 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 19:59:51.894 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 19:59:51.894 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 19:59:51.894 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 19:59:51.894 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 19:59:51.894 DEBUG [main][MenuItemLookup] Found menu:'Progress' 19:59:51.894 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 19:59:51.894 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 19:59:51.894 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 19:59:51.894 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 19:59:51.894 DEBUG [main][MenuItemLookup] Found menu:'Templates' 19:59:51.894 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 19:59:51.894 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:51.894 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 19:59:51.894 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 19:59:51.895 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 19:59:51.895 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 19:59:51.895 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 19:59:51.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 19:59:51.945 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 19:59:51.945 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 19:59:51.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:59:51.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:59:51.946 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 19:59:51.946 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:59:51.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:51.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:59:51.948 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:59:51.948 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:59:51.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:51.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:51.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:51.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:51.948 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:59:51.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:59:51.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:59:51.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 19:59:51.949 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:59:51.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:59:51.949 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:59:51.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:59:51.949 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:59:51.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 19:59:51.949 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:59:51.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:59:51.949 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:59:51.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:59:51.949 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:59:51.950 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 19:59:51.950 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 19:59:51.950 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 19:59:51.950 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 19:59:51.950 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:59:51.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:51.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:59:51.950 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:59:51.950 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:59:51.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:51.950 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:51.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") 19:59:51.950 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:59:51.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:51.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:59:51.950 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:59:51.950 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:59:51.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:51.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:51.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:51.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:51.951 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:59:51.951 INFO [WorkbenchTestable][AbstractButton] Click button &Open 19:59:51.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:59:51.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:59:51.951 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:59:51.951 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:59:52.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:59:52.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:59:52.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 19:59:52.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:52.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:52.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 19:59:52.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:52.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:52.019 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 19:59:52.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:59:52.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:59:52.019 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 19:59:52.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 '\*?\QPackage Explorer\E') 19:59:52.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:52.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:52.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:52.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:52.020 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:59:52.020 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:59:52.020 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:59:52.021 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:52.021 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform TooltipText=null 19:59:52.021 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:59:52.021 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:59:52.021 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:59:52.021 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:59:52.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:52.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:52.022 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:59:52.022 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:59:52.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:52.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:52.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:52.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:52.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:59:52.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:52.523 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:59:53.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:53.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:59:53.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:59:53.024 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:59:53.024 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:59:53.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:53.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:53.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 19:59:53.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:53.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:53.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:53.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:53.025 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:59:53.025 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 19:59:53.025 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 19:59:53.025 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 19:59:53.025 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 19:59:53.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:59:53.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:59:53.526 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 19:59:53.527 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 19:59:53.527 DEBUG [main][TreeItemHandler] Selecting tree item: src 19:59:53.527 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 19:59:53.532 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 19:59:53.532 INFO [WorkbenchTestable][AbstractTreeItem] Collapse tree item src 19:59:53.532 DEBUG [WorkbenchTestable][TreeItemHandler] Collapse Tree Item src 19:59:53.532 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already collapsed. No action performed 19:59:53.533 INFO [WorkbenchTestable][TreeItemHandler] Collapsed: src 19:59:53.533 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:59:53.533 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:59:53.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:53.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:53.533 INFO [WorkbenchTestable][AbstractView] Close view 'Package Explorer' 19:59:53.533 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Package Explorer 19:59:53.534 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:59:53.534 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 19:59:53.569 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest 19:59:53.569 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:59:53.569 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:59:53.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:53.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:59:53.583 INFO [WorkbenchTestable][RequirementsRunner] Finished test: select no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) 19:59:53.583 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:59:53.583 INFO [WorkbenchTestable][RequirementsRunner] Started test: asyncDelete no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) 19:59:53.583 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest 19:59:53.583 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:59:53.583 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:59:53.583 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:59:53.583 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:53.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:59:53.587 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 19:59:53.587 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 19:59:53.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:59:53.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:59:53.603 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 19:59:53.603 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 19:59:53.603 DEBUG [main][MenuItemLookup] Found menu:'File' 19:59:53.604 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:59:53.604 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:59:53.604 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 19:59:53.604 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:59:53.604 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:59:53.604 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:59:53.604 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:59:53.604 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:59:53.604 DEBUG [main][MenuItemLookup] Item match:Window 19:59:53.604 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:59:53.604 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:59:53.604 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:59:53.604 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:53.604 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:59:53.604 DEBUG [main][MenuItemLookup] Item match:Show View 19:59:53.607 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 19:59:53.607 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 19:59:53.607 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 19:59:53.607 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 19:59:53.607 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 19:59:53.607 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 19:59:53.607 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 19:59:53.607 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 19:59:53.607 DEBUG [main][MenuItemLookup] Found menu:'Progress' 19:59:53.607 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 19:59:53.607 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 19:59:53.607 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 19:59:53.607 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 19:59:53.607 DEBUG [main][MenuItemLookup] Found menu:'Templates' 19:59:53.607 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 19:59:53.607 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:53.607 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 19:59:53.607 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 19:59:53.609 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 19:59:53.609 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 19:59:53.609 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 19:59:53.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 19:59:53.659 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 19:59:53.659 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 19:59:53.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:59:53.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:59:53.660 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 19:59:53.660 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:59:53.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:53.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:59:53.660 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:59:53.660 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:59:53.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:53.660 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:53.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:53.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:53.662 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:59:53.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:59:53.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:59:53.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 19:59:53.663 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:59:53.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:59:53.663 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:59:53.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:59:53.663 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:59:53.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 19:59:53.663 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:59:53.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:59:53.663 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:59:53.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:59:53.663 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:59:53.664 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 19:59:53.664 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 19:59:53.664 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 19:59:53.664 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 19:59:53.664 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:59:53.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:53.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:59:53.664 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:59:53.664 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:59:53.664 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:53.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:53.665 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 19:59:53.665 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:59:53.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:53.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:59:53.665 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:59:53.665 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:59:53.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:53.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:53.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:53.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:53.665 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:59:53.666 INFO [WorkbenchTestable][AbstractButton] Click button &Open 19:59:53.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:59:53.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:59:53.666 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:59:53.666 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:59:53.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:59:53.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:59:53.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 19:59:53.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:53.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:53.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 19:59:53.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:53.737 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:53.737 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 19:59:53.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:59:53.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:59:53.737 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 19:59:53.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 '\*?\QPackage Explorer\E') 19:59:53.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:53.737 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:53.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:53.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:53.738 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:59:53.738 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:59:53.738 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:59:53.738 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:53.738 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform TooltipText=null 19:59:53.738 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:59:53.738 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:59:53.739 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:59:53.739 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:59:53.740 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:53.740 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:53.740 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:59:53.740 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:59:53.740 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:53.740 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:53.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:53.740 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:53.741 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:59:54.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:54.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:59:54.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:54.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:59:54.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:59:54.742 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:59:54.742 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:59:54.742 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:54.742 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:54.743 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 19:59:54.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:54.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:54.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:54.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:54.743 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:59:54.743 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 19:59:54.743 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 19:59:54.743 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 19:59:54.743 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 19:59:54.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:59:55.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:59:55.244 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 19:59:55.244 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 19:59:55.245 DEBUG [main][TreeItemHandler] Selecting tree item: src 19:59:55.247 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 19:59:55.249 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 19:59:55.249 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:59:55.249 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:55.249 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:59:55.249 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:55.249 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 19:59:55.249 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:55.249 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 19:59:55.250 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:55.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:59:55.250 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:55.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:59:55.250 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:55.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: "Create New File"] 19:59:55.250 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:55.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:59:55.250 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:55.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:59:55.250 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:55.250 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 19:59:55.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:59:55.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:59:55.251 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 19:59:55.251 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 19:59:55.251 DEBUG [main][MenuItemLookup] Found menu:'File' 19:59:55.251 DEBUG [main][MenuItemLookup] Item match:File 19:59:55.252 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 19:59:55.252 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 19:59:55.255 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 19:59:55.255 DEBUG [main][MenuItemLookup] Found menu:'Project...' 19:59:55.255 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:55.255 DEBUG [main][MenuItemLookup] Found menu:'Package' 19:59:55.255 DEBUG [main][MenuItemLookup] Found menu:'Class' 19:59:55.255 DEBUG [main][MenuItemLookup] Found menu:'Interface' 19:59:55.255 DEBUG [main][MenuItemLookup] Found menu:'Enum' 19:59:55.255 DEBUG [main][MenuItemLookup] Found menu:'Record' 19:59:55.255 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 19:59:55.255 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 19:59:55.255 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 19:59:55.255 DEBUG [main][MenuItemLookup] Found menu:'Folder' 19:59:55.255 DEBUG [main][MenuItemLookup] Found menu:'File' 19:59:55.255 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 19:59:55.255 DEBUG [main][MenuItemLookup] Found menu:'Task' 19:59:55.255 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 19:59:55.255 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:55.255 DEBUG [main][MenuItemLookup] Found menu:'Example...' 19:59:55.255 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:55.255 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 19:59:55.255 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 19:59:55.255 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 19:59:55.255 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 19:59:55.255 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 19:59:55.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 19:59:55.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 19:59:55.313 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 19:59:55.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:59:55.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:59:55.315 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:59:55.315 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:55.315 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 19:59:55.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:55.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:55.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:55.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:55.315 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:59:55.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:59:55.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:59:55.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 19:59:55.316 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:59:55.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:59:55.316 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:59:55.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:59:55.316 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:59:55.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 19:59:55.316 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 19:59:55.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:59:55.316 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 19:59:55.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:59:55.317 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 19:59:55.317 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 19:59:55.317 DEBUG [main][TreeItemHandler] Selecting tree item: File 19:59:55.317 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 19:59:55.319 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 19:59:55.319 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 19:59:55.319 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 19:59:55.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.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) 19:59:55.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:55.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:55.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:55.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:55.320 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:59:55.320 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 19:59:55.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:59:55.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:59:55.320 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:59:55.320 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:59:55.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: Matcher matching text to regular expression 'New|Select a wizard'] 19:59:55.342 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:55.342 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:55.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 19:59:55.343 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 19:59:55.343 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 19:59:55.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:59:55.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:59:55.343 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 19:59:55.343 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 19:59:55.343 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:") 19:59:55.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:55.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:55.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:55.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:55.346 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:59:55.346 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:59:55.346 INFO [WorkbenchTestable][AbstractText] Text set to: text.txt 19:59:55.347 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:") 19:59:55.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:55.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:55.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:55.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:55.348 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 19:59:55.348 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 19:59:55.348 INFO [WorkbenchTestable][AbstractText] Text set to: ProjectItemTestProject/src/files/ 19:59:55.348 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 19:59:55.348 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 19:59:55.348 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) 19:59:55.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:55.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:55.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:55.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:55.349 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:59:55.350 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 19:59:55.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:59:55.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:59:55.350 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:59:55.350 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:59:55.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 19:59:55.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 19:59:55.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:59:55.854 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 19:59:55.854 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 19:59:55.854 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 19:59:55.854 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:59:55.854 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 19:59:55.854 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 19:59:55.854 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:59:55.854 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:59:55.854 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:59:55.854 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:59:55.854 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:59:55.854 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:59:55.854 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:59:55.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:59:55.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@37fc4b5c is found... 19:59:55.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@37fc4b5c is found finished successfully 19:59:55.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtext.txt\E') 19:59:55.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:55.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:55.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:55.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:55.856 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:59:55.856 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:55.856 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 19:59:55.856 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:55.856 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 19:59:55.856 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 19:59:55.856 DEBUG [WorkbenchTestable][EditorHandler] Closing editor text.txt 19:59:55.922 DEBUG [WorkbenchTestable][EditorHandler] Editor text.txt is closed 19:59:55.924 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:59:55.924 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:59:55.934 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:55.934 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:55.934 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:59:55.934 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:59:55.934 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:55.934 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:55.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:55.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:55.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:59:56.435 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:56.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:59:56.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:56.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:59:56.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:59:56.937 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:59:56.937 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:59:56.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:56.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:56.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 19:59:56.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:56.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:56.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:56.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:56.938 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:59:56.938 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 19:59:56.938 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 19:59:56.939 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 19:59:56.939 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 19:59:56.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:59:56.939 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 19:59:56.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:59:56.939 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 19:59:56.939 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item files of tree item src 19:59:56.939 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:59:56.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:59:56.939 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:59:56.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:59:56.939 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:59:56.939 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item files 19:59:56.939 DEBUG [main][TreeItemHandler] Selecting tree item: files 19:59:56.939 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item files about selection 19:59:56.941 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: files 19:59:56.941 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:59:56.941 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:59:56.960 DEBUG [main][MenuItemLookup] Found menu:'New' 19:59:56.960 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:59:56.960 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:56.960 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:59:56.960 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 19:59:56.960 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:59:56.960 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:56.960 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:59:56.960 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:59:56.960 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:59:56.960 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:59:56.960 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:56.960 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 19:59:56.960 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 19:59:56.960 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 19:59:56.960 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 19:59:56.960 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:56.960 DEBUG [main][MenuItemLookup] Found menu:'Import...' 19:59:56.960 DEBUG [main][MenuItemLookup] Found menu:'Export...' 19:59:56.960 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:56.960 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 19:59:56.960 DEBUG [main][MenuItemLookup] Item match:Refresh F5 19:59:56.960 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 19:59:56.960 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 19:59:56.961 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 19:59:56.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:59:56.961 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 19:59:57.461 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:59:57.461 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 19:59:57.462 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 19:59:57.462 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:59:57.462 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:59:57.462 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:59:57.462 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:59:57.462 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:59:57.462 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:59:57.462 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:59:57.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:59:57.462 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'files' via Explorer 19:59:57.462 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item files 19:59:57.462 DEBUG [main][TreeItemHandler] Selecting tree item: files 19:59:57.462 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item files about selection 19:59:57.463 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: files 19:59:57.463 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 19:59:57.463 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:59:57.482 DEBUG [main][MenuItemLookup] Found menu:'New' 19:59:57.482 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 19:59:57.482 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:57.482 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 19:59:57.482 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 19:59:57.482 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 19:59:57.482 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:57.482 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 19:59:57.482 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 19:59:57.482 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 19:59:57.482 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 19:59:57.482 DEBUG [main][MenuItemLookup] Item match:Delete Delete 19:59:57.482 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 19:59:57.482 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 19:59:57.482 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 19:59:57.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.... 19:59:58.046 DEBUG [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 19:59:58.046 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete 19:59:58.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:59:58.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:59:58.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:58.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:59:58.048 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 19:59:58.048 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:59:58.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:58.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:59:58.048 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete" as the parent 19:59:58.048 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:59:58.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:58.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:58.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:58.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:58.049 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:59:58.049 INFO [WorkbenchTestable][AbstractButton] Click button OK 19:59:58.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:59:58.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:59:58.049 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:59:58.049 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:59:58.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 19:59:58.051 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 19:59:58.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 19:59:58.552 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 19:59:58.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 19:59:58.552 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 19:59:58.552 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 19:59:58.552 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 19:59:58.552 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 19:59:58.552 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 19:59:58.552 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 19:59:58.552 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 19:59:58.552 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 19:59:58.552 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 19:59:58.552 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 19:59:58.552 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 19:59:58.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 19:59:58.552 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:59:58.552 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:59:58.553 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:58.553 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:58.553 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:59:58.553 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:59:58.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:58.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:58.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:58.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:58.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:59:59.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:59.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:59:59.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:59.555 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:59:59.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 19:59:59.555 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:59:59.555 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:59:59.556 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:59.556 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:59.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 19:59:59.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:59.556 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:59.556 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:59.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:59.556 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:59:59.556 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 19:59:59.556 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 19:59:59.557 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 19:59:59.557 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 19:59:59.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:59:59.557 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 19:59:59.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:59:59.557 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 19:59:59.557 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 19:59:59.557 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 19:59:59.557 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item files of tree item src 19:59:59.557 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:59:59.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:59:59.558 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:59:59.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:59:59.558 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:59:59.558 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item src and wait with time period 1 19:59:59.558 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:59:59.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:59:59.558 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:59:59.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:59:59.558 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:59:59.558 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:59:59.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:59:59.558 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:59:59.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:59:59.558 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:59:59.558 DEBUG [WorkbenchTestable][AbstractResource] Obtaining direct children on the current level 19:59:59.558 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item src and wait with time period 1 19:59:59.558 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:59:59.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:59:59.559 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:59:59.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:59:59.559 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:59:59.559 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 19:59:59.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:59:59.559 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 19:59:59.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:59:59.559 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 19:59:59.559 DEBUG [WorkbenchTestable][AbstractResource] Item "files" was not found. Available items on the current level: 19:59:59.559 DEBUG [WorkbenchTestable][AbstractResource] "(default package)" 19:59:59.559 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:59:59.559 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:59:59.560 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:59.560 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:59.560 INFO [WorkbenchTestable][AbstractView] Close view 'Package Explorer' 19:59:59.560 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Package Explorer 19:59:59.560 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:59:59.560 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 19:59:59.587 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest 19:59:59.587 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 19:59:59.587 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 19:59:59.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:59.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:59:59.601 INFO [WorkbenchTestable][RequirementsRunner] Finished test: asyncDelete no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) 19:59:59.601 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 19:59:59.601 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpand no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) 19:59:59.601 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest 19:59:59.601 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 19:59:59.601 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 19:59:59.601 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 19:59:59.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:59.605 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 19:59:59.605 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 19:59:59.605 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 19:59:59.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:59:59.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:59:59.605 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 19:59:59.605 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 19:59:59.605 DEBUG [main][MenuItemLookup] Found menu:'File' 19:59:59.606 DEBUG [main][MenuItemLookup] Found menu:'Edit' 19:59:59.606 DEBUG [main][MenuItemLookup] Found menu:'Source' 19:59:59.606 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 19:59:59.606 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 19:59:59.606 DEBUG [main][MenuItemLookup] Found menu:'Search' 19:59:59.606 DEBUG [main][MenuItemLookup] Found menu:'Project' 19:59:59.606 DEBUG [main][MenuItemLookup] Found menu:'Run' 19:59:59.606 DEBUG [main][MenuItemLookup] Found menu:'Window' 19:59:59.606 DEBUG [main][MenuItemLookup] Item match:Window 19:59:59.606 DEBUG [main][MenuItemLookup] Found menu:'New Window' 19:59:59.606 DEBUG [main][MenuItemLookup] Found menu:'Editor' 19:59:59.606 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 19:59:59.606 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:59.606 DEBUG [main][MenuItemLookup] Found menu:'Show View' 19:59:59.606 DEBUG [main][MenuItemLookup] Item match:Show View 19:59:59.609 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 19:59:59.609 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 19:59:59.609 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 19:59:59.609 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 19:59:59.609 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 19:59:59.609 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 19:59:59.609 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 19:59:59.609 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 19:59:59.609 DEBUG [main][MenuItemLookup] Found menu:'Progress' 19:59:59.609 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 19:59:59.609 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 19:59:59.609 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 19:59:59.609 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 19:59:59.609 DEBUG [main][MenuItemLookup] Found menu:'Templates' 19:59:59.609 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 19:59:59.609 DEBUG [main][MenuItemLookup] Found menu:'' 19:59:59.609 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 19:59:59.609 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 19:59:59.626 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 19:59:59.626 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 19:59:59.626 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 19:59:59.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 19:59:59.675 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 19:59:59.675 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 19:59:59.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:59:59.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:59:59.676 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 19:59:59.676 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:59:59.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:59.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:59:59.676 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:59:59.676 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:59:59.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:59.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:59.676 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:59.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:59.676 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 19:59:59.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 19:59:59.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 19:59:59.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 19:59:59.677 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:59:59.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:59:59.677 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:59:59.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:59:59.677 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:59:59.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 19:59:59.677 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 19:59:59.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 19:59:59.677 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 19:59:59.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 19:59:59.677 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 19:59:59.677 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 19:59:59.681 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 19:59:59.681 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 19:59:59.681 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 19:59:59.681 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:59:59.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:59.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:59:59.681 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:59:59.681 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:59:59.681 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:59.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:59.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") 19:59:59.682 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 19:59:59.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 19:59:59.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 19:59:59.682 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 19:59:59.682 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 19:59:59.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:59.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:59.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:59.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:59.682 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 19:59:59.683 INFO [WorkbenchTestable][AbstractButton] Click button &Open 19:59:59.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 19:59:59.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 19:59:59.683 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 19:59:59.683 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 19:59:59.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 19:59:59.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 19:59:59.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 19:59:59.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:59.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:59.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 19:59:59.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:59.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:59.755 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 19:59:59.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 19:59:59.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 19:59:59.756 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 19:59:59.756 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 19:59:59.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:59.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:59.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 19:59:59.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 19:59:59.756 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 19:59:59.756 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:59:59.756 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:59:59.757 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:59.757 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform TooltipText=null 19:59:59.757 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 19:59:59.757 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 19:59:59.758 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:59:59.758 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:59:59.758 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:59.758 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:59.758 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 19:59:59.758 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 19:59:59.759 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 19:59:59.759 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 19:59:59.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 19:59:59.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 19:59:59.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:00:00.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:00.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:00:00.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:00.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:00:00.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:00:00.760 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:00:00.760 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:00.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:00.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:00:00.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 20:00:00.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:00.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:00.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:00.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:00.761 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:00:00.761 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 20:00:00.761 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 20:00:00.762 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 20:00:00.762 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 20:00:00.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:00:01.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:00:01.262 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 20:00:01.265 INFO [WorkbenchTestable][AbstractTreeItem] Collapse tree item src 20:00:01.265 DEBUG [WorkbenchTestable][TreeItemHandler] Collapse Tree Item src 20:00:01.265 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already collapsed. No action performed 20:00:01.265 INFO [WorkbenchTestable][TreeItemHandler] Collapsed: src 20:00:01.266 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item src and wait with time period 1 20:00:01.266 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 20:00:01.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:00:01.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:00:01.766 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 20:00:01.767 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:00:01.767 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:01.767 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:01.768 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:00:01.768 INFO [WorkbenchTestable][AbstractView] Close view 'Package Explorer' 20:00:01.768 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Package Explorer 20:00:01.768 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:01.768 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 20:00:01.792 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest 20:00:01.792 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:00:01.792 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:00:01.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:00:01.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:00:01.808 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpand no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) 20:00:01.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:01.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:00:01.813 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 20:00:01.813 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 20:00:01.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:01.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:01.814 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 20:00:01.814 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 20:00:01.814 DEBUG [main][MenuItemLookup] Found menu:'File' 20:00:01.814 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:00:01.814 DEBUG [main][MenuItemLookup] Found menu:'Source' 20:00:01.814 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 20:00:01.814 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:00:01.814 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:00:01.814 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:00:01.814 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:00:01.814 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:00:01.814 DEBUG [main][MenuItemLookup] Item match:Window 20:00:01.814 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:00:01.814 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:00:01.814 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:00:01.814 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:01.814 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:00:01.814 DEBUG [main][MenuItemLookup] Item match:Show View 20:00:01.818 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 20:00:01.818 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 20:00:01.818 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 20:00:01.818 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 20:00:01.818 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 20:00:01.818 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 20:00:01.818 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 20:00:01.818 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 20:00:01.818 DEBUG [main][MenuItemLookup] Found menu:'Progress' 20:00:01.818 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 20:00:01.818 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 20:00:01.818 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 20:00:01.818 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 20:00:01.818 DEBUG [main][MenuItemLookup] Found menu:'Templates' 20:00:01.818 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 20:00:01.818 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:01.818 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 20:00:01.818 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 20:00:01.834 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 20:00:01.835 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 20:00:01.835 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 20:00:01.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 20:00:01.892 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 20:00:01.892 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 20:00:01.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:01.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:01.892 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 20:00:01.892 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:00:01.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:00:01.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:00:01.893 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:00:01.893 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:00:01.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:01.893 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:01.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:01.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:01.893 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:00:01.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:00:01.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:00:01.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 20:00:01.894 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:00:01.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:00:01.894 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:00:01.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:00:01.894 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:00:01.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 20:00:01.894 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:00:01.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:00:01.894 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:00:01.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:00:01.894 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:00:01.894 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 20:00:01.894 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 20:00:01.894 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 20:00:01.894 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 20:00:01.894 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:00:01.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:00:01.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:00:01.894 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:00:01.894 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:00:01.894 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:01.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:01.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: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 20:00:01.895 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:00:01.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:00:01.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:00:01.895 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:00:01.895 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:00:01.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:01.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:01.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:01.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:01.895 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:01.896 INFO [WorkbenchTestable][AbstractButton] Click button &Open 20:00:01.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:01.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:01.896 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:01.896 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:01.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:00:01.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:00:01.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 20:00:01.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:01.965 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:01.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 20:00:01.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:01.966 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:01.966 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 20:00:01.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:01.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:01.966 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 20:00:01.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') 20:00:01.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:01.966 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:01.967 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:01.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:01.967 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:00:01.967 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:00:01.967 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:01.967 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:01.967 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform TooltipText=null 20:00:01.967 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:00:01.967 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:00:01.968 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:00:01.968 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:01.968 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:01.968 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:00:01.969 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:00:01.969 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:01.969 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:01.969 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:00:01.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:01.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:01.969 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:00:02.469 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:02.470 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:00:02.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:02.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:00:02.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:00:02.970 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:00:02.970 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:02.971 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:02.971 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:00:02.971 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:00:02.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:02.971 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:02.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:02.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:02.971 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:00:02.971 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 20:00:02.971 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectItemTestProject 20:00:02.971 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectItemTestProject 20:00:02.972 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectItemTestProject about selection 20:00:02.974 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectItemTestProject 20:00:02.974 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:00:02.974 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:02.994 DEBUG [main][MenuItemLookup] Found menu:'New' 20:00:02.994 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:00:02.994 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:02.994 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 20:00:02.994 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 20:00:02.994 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:00:02.994 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:02.994 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:00:02.994 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 20:00:02.994 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:00:02.994 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:00:02.994 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:02.994 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 20:00:02.994 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 20:00:02.994 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 20:00:02.994 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 20:00:02.994 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:02.994 DEBUG [main][MenuItemLookup] Found menu:'Import...' 20:00:02.994 DEBUG [main][MenuItemLookup] Found menu:'Export...' 20:00:02.994 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:02.994 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 20:00:02.994 DEBUG [main][MenuItemLookup] Item match:Refresh F5 20:00:02.995 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 20:00:02.995 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 20:00:02.995 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 20:00:02.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:00:02.995 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 20:00:03.495 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 20:00:03.495 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 20:00:03.495 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:00:03.495 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 20:00:03.495 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 20:00:03.495 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:00:03.495 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:00:03.495 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:00:03.495 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:00:03.495 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:00:03.495 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:00:03.495 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:00:03.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:00:03.495 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProjectItemTestProject' via Explorer 20:00:03.496 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectItemTestProject 20:00:03.496 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectItemTestProject 20:00:03.496 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectItemTestProject about selection 20:00:03.497 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectItemTestProject 20:00:03.497 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:00:03.497 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:03.516 DEBUG [main][MenuItemLookup] Found menu:'New' 20:00:03.516 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:00:03.516 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:03.516 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 20:00:03.516 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 20:00:03.516 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:00:03.516 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:03.516 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:00:03.516 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 20:00:03.516 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:00:03.516 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:00:03.516 DEBUG [main][MenuItemLookup] Item match:Delete Delete 20:00:03.516 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 20:00:03.516 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 20:00:03.516 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 20:00:03.524 DEBUG [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.... 20:00:04.090 DEBUG [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 20:00:04.090 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 20:00:04.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:04.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:04.092 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:04.092 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:04.092 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 20:00:04.092 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:00:04.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:00:04.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:00:04.093 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:00:04.093 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:00:04.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:04.093 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:04.093 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:04.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:04.093 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:04.093 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 20:00:04.093 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 20:00:04.093 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 20:00:04.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:04.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:04.093 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:04.093 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:04.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 "OK", Widget matcher matching widgets with style: 8) 20:00:04.093 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:00:04.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:00:04.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:00:04.094 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:00:04.094 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:00:04.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:04.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:04.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:04.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:04.094 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:04.094 INFO [WorkbenchTestable][AbstractButton] Click button OK 20:00:04.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:04.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:04.094 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:04.094 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:04.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 20:00:04.098 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 20:00:04.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 20:00:04.599 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 20:00:04.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:00:04.599 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 20:00:04.599 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 20:00:04.599 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 20:00:04.599 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:00:04.599 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 20:00:04.599 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 20:00:04.599 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:00:04.599 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:00:04.599 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:00:04.599 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:00:04.599 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:00:04.599 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:00:04.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:00:04.599 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest 20:00:04.599 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:00:04.599 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:00:04.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:00:04.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.619 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.247 s open no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) Time elapsed: 4.844 s select no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) Time elapsed: 1.706 s asyncDelete no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) Time elapsed: 6.018 s testExpand no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) Time elapsed: 2.207 s Running org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.JavaProjectTest 20:00:04.604 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.JavaProjectTest 20:00:04.604 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:00:04.604 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:00:04.604 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.JavaProjectTest 20:00:04.604 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:00:04.604 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 20:00:04.604 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:00:04.604 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 20:00:04.604 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:00:04.605 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:00:04.605 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:04.605 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:00:04.605 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:04.605 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 20:00:04.605 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:04.605 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:00:04.605 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:04.605 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:00:04.605 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:04.605 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:00:04.605 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:04.605 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 20:00:04.605 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:04.605 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:00:04.606 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:04.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:00:04.606 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:04.606 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:00:04.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:04.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:04.606 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:00:04.606 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:00:04.606 DEBUG [main][MenuItemLookup] Found menu:'File' 20:00:04.607 DEBUG [main][MenuItemLookup] Item match:File 20:00:04.607 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 20:00:04.607 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 20:00:04.609 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 20:00:04.609 DEBUG [main][MenuItemLookup] Found menu:'Project...' 20:00:04.609 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:04.609 DEBUG [main][MenuItemLookup] Found menu:'Package' 20:00:04.609 DEBUG [main][MenuItemLookup] Found menu:'Class' 20:00:04.609 DEBUG [main][MenuItemLookup] Found menu:'Interface' 20:00:04.609 DEBUG [main][MenuItemLookup] Found menu:'Enum' 20:00:04.609 DEBUG [main][MenuItemLookup] Found menu:'Record' 20:00:04.609 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 20:00:04.609 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 20:00:04.609 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 20:00:04.609 DEBUG [main][MenuItemLookup] Found menu:'Folder' 20:00:04.609 DEBUG [main][MenuItemLookup] Found menu:'File' 20:00:04.609 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 20:00:04.609 DEBUG [main][MenuItemLookup] Found menu:'Task' 20:00:04.609 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 20:00:04.609 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:04.609 DEBUG [main][MenuItemLookup] Found menu:'Example...' 20:00:04.609 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:04.609 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 20:00:04.609 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 20:00:04.619 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 20:00:04.619 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 20:00:04.619 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 20:00:04.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 'New|Select a wizard'] is available.... 20:00:04.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 'New|Select a wizard'] is available. finished successfully 20:00:04.671 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 20:00:04.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:04.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:04.675 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:00:04.675 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:04.675 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 20:00:04.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:04.675 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:04.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:04.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:04.675 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:00:04.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:00:04.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:00:04.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 20:00:04.676 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:00:04.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:00:04.676 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:00:04.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:00:04.676 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:00:04.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 20:00:04.676 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:00:04.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:00:04.676 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:00:04.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:00:04.676 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:00:04.677 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 20:00:04.677 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 20:00:04.677 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 20:00:04.679 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 20:00:04.679 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:00:04.679 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 20:00:04.679 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) 20:00:04.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:04.679 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:04.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:04.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:04.679 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:04.680 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:00:04.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:04.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:04.680 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:04.680 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:04.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:00:04.801 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:04.801 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:04.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 20:00:04.801 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 20:00:04.801 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 20:00:04.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:04.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:04.802 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 20:00:04.802 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:04.802 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'JavaTestProject0' 20:00:04.802 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:") 20:00:04.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:04.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:04.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:04.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:04.803 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:00:04.803 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:00:04.803 INFO [WorkbenchTestable][AbstractText] Text set to: JavaTestProject0 20:00:04.824 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 20:00:04.824 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 20:00:04.824 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) 20:00:04.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:04.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:04.825 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:04.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:04.825 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:04.826 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:00:04.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:04.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:04.826 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:04.826 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:04.828 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.... 20:00:05.329 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 20:00:05.329 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 20:00:05.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:05.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:05.332 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 20:00:05.332 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:00:05.332 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:00:05.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:00:05.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:00:05.332 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 20:00:05.332 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:00:05.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:05.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:05.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:05.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:05.332 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:05.333 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 20:00:05.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:05.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:05.333 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:05.333 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:05.400 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.... 20:00:05.400 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 20:00:05.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:00:05.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:00:05.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:00:05.401 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 20:00:05.401 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 20:00:05.401 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 20:00:05.401 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 20:00:05.401 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 20:00:05.401 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:00:05.401 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:00:05.401 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 20:00:05.401 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 20:00:05.401 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:00:05.401 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:00:05.401 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:00:05.401 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:00:05.401 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:00:05.401 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:00:05.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:00:05.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:05.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:05.402 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 20:00:05.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:05.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:05.402 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:00:05.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:05.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:05.403 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:00:05.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 '\*?\QPackage Explorer\E') 20:00:05.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:05.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:05.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:05.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:05.403 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:00:05.403 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:00:05.404 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:05.404 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:05.404 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:00:05.404 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:00:05.404 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:00:05.405 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:00:05.405 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetJavaProject no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.JavaProjectTest) 20:00:05.405 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.JavaProjectTest 20:00:05.405 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:00:05.405 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:00:05.405 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:00:05.420 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:00:05.420 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:05.421 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:05.421 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:00:05.421 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:00:05.421 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:05.422 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:05.422 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:00:05.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:05.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:05.422 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:00:05.922 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:05.922 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:00:06.423 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:06.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:00:06.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:00:06.423 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:00:06.423 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:06.424 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:06.424 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:00:06.424 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:00:06.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:06.424 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:06.424 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:06.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:06.424 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:00:06.424 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name JavaTestProject0 20:00:06.427 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.JavaProjectTest 20:00:06.427 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:00:06.427 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:00:06.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:00:06.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:00:06.427 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetJavaProject no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.JavaProjectTest) 20:00:06.427 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:00:06.427 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:06.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:06.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:00:06.428 INFO [WorkbenchTestable][AbstractView] Close view 'Package Explorer' 20:00:06.428 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Package Explorer 20:00:06.428 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:06.428 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 20:00:06.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:06.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:00:06.468 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 20:00:06.468 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:00:06.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:06.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:06.468 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:00:06.468 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:00:06.469 DEBUG [main][MenuItemLookup] Found menu:'File' 20:00:06.469 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:00:06.469 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:00:06.469 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:00:06.469 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:00:06.469 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:00:06.469 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:00:06.469 DEBUG [main][MenuItemLookup] Item match:Window 20:00:06.470 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:00:06.470 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:00:06.470 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:00:06.470 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:06.470 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:00:06.470 DEBUG [main][MenuItemLookup] Item match:Show View 20:00:06.473 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 20:00:06.473 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 20:00:06.473 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 20:00:06.473 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 20:00:06.473 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 20:00:06.473 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 20:00:06.473 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 20:00:06.473 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 20:00:06.473 DEBUG [main][MenuItemLookup] Found menu:'Progress' 20:00:06.473 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 20:00:06.473 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 20:00:06.473 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 20:00:06.473 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 20:00:06.473 DEBUG [main][MenuItemLookup] Found menu:'Templates' 20:00:06.473 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 20:00:06.473 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:06.473 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 20:00:06.473 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 20:00:06.473 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 20:00:06.473 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 20:00:06.473 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 20:00:06.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 20:00:06.524 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 20:00:06.524 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 20:00:06.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:06.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:06.525 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 20:00:06.525 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:00:06.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:00:06.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:00:06.525 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:00:06.525 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:00:06.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:06.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:06.525 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:06.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:06.525 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:00:06.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:00:06.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:00:06.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 20:00:06.526 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:00:06.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:00:06.526 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:00:06.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:00:06.526 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:00:06.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 20:00:06.526 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:00:06.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:00:06.526 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:00:06.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:00:06.526 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:00:06.527 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 20:00:06.527 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 20:00:06.527 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 20:00:06.527 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 20:00:06.527 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:00:06.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:00:06.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:00:06.527 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:00:06.527 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:00:06.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:06.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:06.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 "Open") 20:00:06.527 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:00:06.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:00:06.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:00:06.527 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:00:06.527 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:00:06.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:06.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:06.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:06.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:06.528 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:06.528 INFO [WorkbenchTestable][AbstractButton] Click button &Open 20:00:06.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:06.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:06.528 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:06.528 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:06.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:00:06.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:00:06.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 20:00:06.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:06.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:06.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 20:00:06.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:06.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:06.629 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:00:06.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:06.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:06.629 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:00:06.629 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:00:06.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:06.629 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:06.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:06.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:06.629 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:00:06.629 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:00:06.629 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:06.630 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:06.630 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:00:06.680 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:00:06.680 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:00:06.692 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:00:06.692 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:06.692 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:06.693 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:00:06.693 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:00:06.693 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:06.693 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:06.693 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:00:06.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:06.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:06.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:00:07.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:07.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:00:07.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:07.694 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:00:07.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:00:07.695 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:00:07.695 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:07.695 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:07.695 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:00:07.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 20:00:07.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:07.696 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:07.696 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:07.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:07.696 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:00:07.696 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name JavaTestProject0 20:00:07.696 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:00:07.696 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:07.696 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:07.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:00:07.697 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:00:07.697 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:07.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:07.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:00:07.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:07.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:07.697 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:00:08.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:08.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:00:08.699 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:08.700 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:00:08.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:00:08.700 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:00:08.700 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:08.700 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:08.701 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:00:08.701 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:00:08.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:08.701 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:08.701 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:08.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:08.701 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:00:08.701 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name JavaTestProject0 20:00:08.701 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaTestProject0 20:00:08.701 DEBUG [main][TreeItemHandler] Selecting tree item: JavaTestProject0 20:00:08.701 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaTestProject0 about selection 20:00:08.703 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaTestProject0 20:00:08.703 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:00:08.703 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:08.721 DEBUG [main][MenuItemLookup] Found menu:'New' 20:00:08.721 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:00:08.721 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:08.721 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 20:00:08.721 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 20:00:08.721 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:00:08.721 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:08.721 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:00:08.721 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 20:00:08.721 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:00:08.721 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:00:08.721 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:08.721 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 20:00:08.721 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 20:00:08.721 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 20:00:08.721 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 20:00:08.721 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:08.721 DEBUG [main][MenuItemLookup] Found menu:'Import...' 20:00:08.721 DEBUG [main][MenuItemLookup] Found menu:'Export...' 20:00:08.721 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:08.721 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 20:00:08.721 DEBUG [main][MenuItemLookup] Item match:Refresh F5 20:00:08.721 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 20:00:08.721 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 20:00:08.721 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 20:00:08.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:00:08.722 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 20:00:09.222 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:00:09.222 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 20:00:09.222 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 20:00:09.222 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:00:09.222 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:00:09.222 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:00:09.222 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:00:09.222 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:00:09.222 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:00:09.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:00:09.222 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'JavaTestProject0' via Explorer 20:00:09.222 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaTestProject0 20:00:09.222 DEBUG [main][TreeItemHandler] Selecting tree item: JavaTestProject0 20:00:09.222 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaTestProject0 about selection 20:00:09.224 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaTestProject0 20:00:09.224 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:00:09.224 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:09.276 DEBUG [main][MenuItemLookup] Found menu:'New' 20:00:09.276 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:00:09.276 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:09.276 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 20:00:09.276 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 20:00:09.276 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:00:09.276 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:09.276 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:00:09.276 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 20:00:09.276 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:00:09.276 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:00:09.276 DEBUG [main][MenuItemLookup] Item match:Delete Delete 20:00:09.276 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 20:00:09.276 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 20:00:09.276 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 20:00:09.285 DEBUG [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.... 20:00:09.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. finished successfully 20:00:09.830 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 20:00:09.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:09.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:09.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:09.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:09.832 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 20:00:09.832 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:00:09.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:00:09.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:00:09.833 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:00:09.833 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:00:09.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:09.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:09.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:09.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:09.833 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:09.833 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 20:00:09.833 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 20:00:09.833 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 20:00:09.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:09.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:09.833 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:09.833 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:09.833 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 20:00:09.834 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:00:09.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:00:09.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:00:09.834 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:00:09.834 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:00:09.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:09.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:09.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:09.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:09.834 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:09.834 INFO [WorkbenchTestable][AbstractButton] Click button OK 20:00:09.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:09.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:09.834 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:09.834 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:09.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 20:00:09.836 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 20:00:10.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 20:00:10.337 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 20:00:10.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:00:10.337 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 20:00:10.337 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 20:00:10.337 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:00:10.337 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 20:00:10.337 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 20:00:10.337 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:00:10.337 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:00:10.337 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:00:10.337 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:00:10.338 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:00:10.338 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:00:10.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:00:10.338 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.JavaProjectTest 20:00:10.338 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:00:10.338 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:00:10.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:00:10.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.735 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.022 s Running org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest 20:00:10.342 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest 20:00:10.343 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:00:10.343 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:00:10.343 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest 20:00:10.343 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:00:10.343 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 20:00:10.343 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:00:10.343 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 20:00:10.343 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:00:10.343 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 20:00:10.343 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 20:00:10.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 20:00:10.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:00:10.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:00:10.344 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:00:10.344 DEBUG [main][MenuItemLookup] Found menu:'File' 20:00:10.344 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:00:10.344 DEBUG [main][MenuItemLookup] Found menu:'Source' 20:00:10.344 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 20:00:10.344 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:00:10.344 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:00:10.344 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:00:10.344 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:00:10.344 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:00:10.344 DEBUG [main][MenuItemLookup] Item match:Window 20:00:10.344 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:00:10.345 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:00:10.345 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:00:10.345 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:10.345 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:00:10.345 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:00:10.345 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:10.345 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:00:10.345 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:10.345 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:00:10.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:00:10.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:00:10.345 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:00:10.345 DEBUG [main][MenuItemLookup] Found menu:'File' 20:00:10.345 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:00:10.345 DEBUG [main][MenuItemLookup] Found menu:'Source' 20:00:10.345 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 20:00:10.345 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:00:10.345 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:00:10.345 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:00:10.345 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:00:10.345 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:00:10.345 DEBUG [main][MenuItemLookup] Item match:Window 20:00:10.345 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:00:10.345 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:00:10.345 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:00:10.345 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:10.345 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:00:10.345 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:00:10.345 DEBUG [main][MenuItemLookup] Item match:Perspective 20:00:10.345 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 20:00:10.345 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:10.345 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 20:00:10.345 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 20:00:10.345 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 20:00:10.345 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 20:00:10.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 20:00:10.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:00:10.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:00:10.345 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:00:10.345 DEBUG [main][MenuItemLookup] Found menu:'File' 20:00:10.345 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:00:10.345 DEBUG [main][MenuItemLookup] Found menu:'Source' 20:00:10.345 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 20:00:10.345 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:00:10.345 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:00:10.345 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:00:10.345 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:00:10.345 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:00:10.345 DEBUG [main][MenuItemLookup] Item match:Window 20:00:10.346 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:00:10.346 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:00:10.346 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:00:10.346 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:10.346 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:00:10.346 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:00:10.346 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:10.346 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:00:10.346 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:10.346 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:00:10.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:00:10.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:00:10.346 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:00:10.346 DEBUG [main][MenuItemLookup] Found menu:'File' 20:00:10.346 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:00:10.346 DEBUG [main][MenuItemLookup] Found menu:'Source' 20:00:10.346 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 20:00:10.346 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:00:10.346 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:00:10.346 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:00:10.346 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:00:10.346 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:00:10.346 DEBUG [main][MenuItemLookup] Item match:Window 20:00:10.346 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:00:10.346 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:00:10.346 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:00:10.346 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:10.346 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:00:10.346 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:00:10.346 DEBUG [main][MenuItemLookup] Item match:Perspective 20:00:10.346 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 20:00:10.346 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:10.346 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 20:00:10.346 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 20:00:10.346 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 20:00:10.346 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 20:00:10.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:00:10.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:00:10.346 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:00:10.346 DEBUG [main][MenuItemLookup] Found menu:'File' 20:00:10.346 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:00:10.346 DEBUG [main][MenuItemLookup] Found menu:'Source' 20:00:10.346 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 20:00:10.346 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:00:10.346 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:00:10.346 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:00:10.346 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:00:10.346 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:00:10.346 DEBUG [main][MenuItemLookup] Item match:Window 20:00:10.346 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:00:10.347 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:00:10.347 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:00:10.347 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:10.347 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:00:10.347 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:00:10.347 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:10.347 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:00:10.347 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:10.347 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:00:10.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:00:10.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:00:10.347 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:00:10.347 DEBUG [main][MenuItemLookup] Found menu:'File' 20:00:10.347 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:00:10.347 DEBUG [main][MenuItemLookup] Found menu:'Source' 20:00:10.347 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 20:00:10.347 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:00:10.347 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:00:10.347 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:00:10.347 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:00:10.347 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:00:10.347 DEBUG [main][MenuItemLookup] Item match:Window 20:00:10.347 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:00:10.347 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:00:10.347 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:00:10.347 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:10.347 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:00:10.347 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:00:10.347 DEBUG [main][MenuItemLookup] Item match:Perspective 20:00:10.347 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 20:00:10.347 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:10.347 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 20:00:10.347 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 20:00:10.347 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 20:00:10.347 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 20:00:10.347 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 20:00:10.347 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 20:00:10.347 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 20:00:10.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 20:00:10.366 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 20:00:10.366 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 20:00:10.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:10.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:10.366 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:00:10.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:00:10.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:00:10.366 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 20:00:10.366 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:00:10.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:10.367 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:10.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 "Reset Perspective") 20:00:10.367 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:00:10.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:00:10.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:00:10.367 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 20:00:10.367 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:00:10.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:10.367 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:10.367 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:10.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:10.367 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:10.367 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 20:00:10.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:10.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:10.367 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:10.367 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:10.469 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:00:10.469 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:10.469 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:00:10.469 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:10.469 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 20:00:10.469 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:10.469 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:00:10.469 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:10.469 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:00:10.469 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:10.469 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:00:10.469 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:10.469 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 20:00:10.469 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:10.470 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:00:10.470 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:10.470 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:00:10.470 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:10.470 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:00:10.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:10.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:10.470 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:00:10.470 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:00:10.470 DEBUG [main][MenuItemLookup] Found menu:'File' 20:00:10.470 DEBUG [main][MenuItemLookup] Item match:File 20:00:10.471 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 20:00:10.471 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 20:00:10.472 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 20:00:10.472 DEBUG [main][MenuItemLookup] Found menu:'Project...' 20:00:10.472 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:10.472 DEBUG [main][MenuItemLookup] Found menu:'Package' 20:00:10.472 DEBUG [main][MenuItemLookup] Found menu:'Class' 20:00:10.472 DEBUG [main][MenuItemLookup] Found menu:'Interface' 20:00:10.472 DEBUG [main][MenuItemLookup] Found menu:'Enum' 20:00:10.472 DEBUG [main][MenuItemLookup] Found menu:'Record' 20:00:10.472 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 20:00:10.472 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 20:00:10.472 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 20:00:10.472 DEBUG [main][MenuItemLookup] Found menu:'Folder' 20:00:10.472 DEBUG [main][MenuItemLookup] Found menu:'File' 20:00:10.472 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 20:00:10.472 DEBUG [main][MenuItemLookup] Found menu:'Task' 20:00:10.472 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 20:00:10.472 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:10.472 DEBUG [main][MenuItemLookup] Found menu:'Example...' 20:00:10.472 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:10.472 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 20:00:10.472 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 20:00:10.473 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 20:00:10.473 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 20:00:10.473 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 20:00:10.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 20:00:10.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 20:00:10.530 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 20:00:10.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:10.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:10.530 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:00:10.530 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:10.531 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 20:00:10.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:10.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:10.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:10.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:10.531 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:00:10.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:00:10.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:00:10.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 20:00:10.532 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:00:10.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:00:10.532 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:00:10.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:00:10.532 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:00:10.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 20:00:10.532 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:00:10.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:00:10.532 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:00:10.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:00:10.532 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:00:10.532 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 20:00:10.532 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 20:00:10.532 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 20:00:10.532 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 20:00:10.532 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:00:10.532 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 20:00:10.533 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) 20:00:10.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:10.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:10.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:10.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:10.533 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:10.533 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:00:10.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:10.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:10.533 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:10.533 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:10.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:00:10.642 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:10.642 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:10.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 20:00:10.642 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 20:00:10.642 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 20:00:10.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:10.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:10.642 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 20:00:10.643 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:10.643 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProjectTestProject0' 20:00:10.643 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:") 20:00:10.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:10.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:10.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:10.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:10.656 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:00:10.656 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:00:10.657 INFO [WorkbenchTestable][AbstractText] Text set to: ProjectTestProject0 20:00:10.678 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 20:00:10.678 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 20:00:10.678 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) 20:00:10.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:10.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:10.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:10.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:10.679 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:10.680 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:00:10.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:10.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:10.680 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:10.680 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:10.682 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.... 20:00:11.183 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 20:00:11.183 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 20:00:11.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:11.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:11.186 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 20:00:11.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: 8, Matcher matching widgets with text that without mnenomic matches: is "Don't Create") 20:00:11.186 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:00:11.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:00:11.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:00:11.186 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 20:00:11.186 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:00:11.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:11.186 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:11.187 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:11.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:11.187 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:11.187 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 20:00:11.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:11.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:11.187 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:11.187 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:11.263 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.... 20:00:11.263 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 20:00:11.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:00:11.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:00:11.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:00:11.264 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 20:00:11.264 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 20:00:11.264 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 20:00:11.264 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:00:11.264 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:00:11.264 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 20:00:11.264 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 20:00:11.264 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:00:11.264 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:00:11.264 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:00:11.264 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:00:11.264 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:00:11.264 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:00:11.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:00:11.264 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:00:11.264 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:11.264 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:00:11.264 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:11.264 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 20:00:11.264 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:11.264 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:00:11.264 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:11.264 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:00:11.264 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:11.265 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:00:11.265 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:11.265 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 20:00:11.265 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:11.265 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:00:11.265 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:11.265 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:00:11.265 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:11.265 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:00:11.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:11.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:11.265 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:00:11.265 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:00:11.265 DEBUG [main][MenuItemLookup] Found menu:'File' 20:00:11.265 DEBUG [main][MenuItemLookup] Item match:File 20:00:11.266 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 20:00:11.266 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 20:00:11.268 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 20:00:11.268 DEBUG [main][MenuItemLookup] Found menu:'Project...' 20:00:11.268 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:11.268 DEBUG [main][MenuItemLookup] Found menu:'Package' 20:00:11.268 DEBUG [main][MenuItemLookup] Found menu:'Class' 20:00:11.268 DEBUG [main][MenuItemLookup] Found menu:'Interface' 20:00:11.268 DEBUG [main][MenuItemLookup] Found menu:'Enum' 20:00:11.268 DEBUG [main][MenuItemLookup] Found menu:'Record' 20:00:11.268 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 20:00:11.268 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 20:00:11.268 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 20:00:11.268 DEBUG [main][MenuItemLookup] Found menu:'Folder' 20:00:11.268 DEBUG [main][MenuItemLookup] Found menu:'File' 20:00:11.268 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 20:00:11.268 DEBUG [main][MenuItemLookup] Found menu:'Task' 20:00:11.268 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 20:00:11.268 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:11.268 DEBUG [main][MenuItemLookup] Found menu:'Example...' 20:00:11.268 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:11.268 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 20:00:11.268 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 20:00:11.268 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 20:00:11.268 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 20:00:11.268 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 20:00:11.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 20:00:11.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 'New|Select a wizard'] is available. finished successfully 20:00:11.341 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 20:00:11.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:11.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:11.342 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:00:11.342 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:11.342 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 20:00:11.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:11.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:11.342 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:11.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:11.342 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:00:11.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:00:11.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:00:11.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 20:00:11.343 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:00:11.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:00:11.343 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:00:11.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:00:11.344 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:00:11.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 20:00:11.344 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:00:11.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:00:11.344 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:00:11.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:00:11.344 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:00:11.344 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 20:00:11.344 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 20:00:11.344 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 20:00:11.344 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 20:00:11.344 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:00:11.344 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 20:00:11.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) 20:00:11.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:11.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:11.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:11.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:11.345 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:11.345 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:00:11.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:11.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:11.345 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:11.345 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:11.528 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:00:11.528 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:11.528 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:11.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 20:00:11.528 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 20:00:11.528 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 20:00:11.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:11.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:11.529 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 20:00:11.529 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:11.529 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProjectTestProject1' 20:00:11.529 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:") 20:00:11.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:11.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:11.530 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:11.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:11.530 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:00:11.530 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:00:11.531 INFO [WorkbenchTestable][AbstractText] Text set to: ProjectTestProject1 20:00:11.595 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 20:00:11.595 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 20:00:11.595 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) 20:00:11.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:11.595 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:11.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:11.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:11.596 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:11.597 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:00:11.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:11.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:11.597 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:11.597 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:11.599 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.... 20:00:12.121 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 20:00:12.121 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 20:00:12.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:12.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:12.124 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 20:00:12.124 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:00:12.124 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:00:12.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:00:12.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:00:12.125 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 20:00:12.125 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:00:12.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:12.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:12.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:12.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:12.125 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:12.126 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 20:00:12.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:12.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:12.126 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:12.126 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:12.213 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.... 20:00:12.213 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 20:00:12.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:00:12.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:00:12.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:00:12.213 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 4 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 20:00:12.213 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 20:00:12.213 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:00:12.213 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 20:00:12.213 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:00:12.213 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 20:00:12.213 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 20:00:12.213 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:00:12.213 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:00:12.213 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:00:12.213 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:00:12.213 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:00:12.213 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:00:12.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:00:12.213 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:00:12.213 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:12.213 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:00:12.213 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:12.213 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 20:00:12.213 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:12.214 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:00:12.214 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:12.214 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:00:12.214 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:12.214 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:00:12.214 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:12.214 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 20:00:12.214 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:12.214 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:00:12.214 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:12.215 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:00:12.215 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:12.215 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:00:12.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:12.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:12.215 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:00:12.215 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:00:12.215 DEBUG [main][MenuItemLookup] Found menu:'File' 20:00:12.215 DEBUG [main][MenuItemLookup] Item match:File 20:00:12.216 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 20:00:12.216 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 20:00:12.218 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 20:00:12.218 DEBUG [main][MenuItemLookup] Found menu:'Project...' 20:00:12.218 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:12.218 DEBUG [main][MenuItemLookup] Found menu:'Package' 20:00:12.218 DEBUG [main][MenuItemLookup] Found menu:'Class' 20:00:12.218 DEBUG [main][MenuItemLookup] Found menu:'Interface' 20:00:12.218 DEBUG [main][MenuItemLookup] Found menu:'Enum' 20:00:12.218 DEBUG [main][MenuItemLookup] Found menu:'Record' 20:00:12.218 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 20:00:12.218 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 20:00:12.218 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 20:00:12.218 DEBUG [main][MenuItemLookup] Found menu:'Folder' 20:00:12.218 DEBUG [main][MenuItemLookup] Found menu:'File' 20:00:12.218 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 20:00:12.218 DEBUG [main][MenuItemLookup] Found menu:'Task' 20:00:12.218 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 20:00:12.218 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:12.218 DEBUG [main][MenuItemLookup] Found menu:'Example...' 20:00:12.218 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:12.218 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 20:00:12.218 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 20:00:12.240 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 20:00:12.240 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 20:00:12.240 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 20:00:12.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 20:00:12.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 'New|Select a wizard'] is available. finished successfully 20:00:12.339 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 20:00:12.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:12.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:12.341 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:00:12.341 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:12.341 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 20:00:12.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:12.341 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:12.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:12.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:12.341 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:00:12.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:00:12.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:00:12.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 20:00:12.343 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:00:12.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:00:12.343 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:00:12.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:00:12.343 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:00:12.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 20:00:12.343 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:00:12.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:00:12.343 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:00:12.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:00:12.343 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:00:12.344 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 20:00:12.344 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 20:00:12.344 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 20:00:12.344 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 20:00:12.344 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:00:12.344 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 20:00:12.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) 20:00:12.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:12.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:12.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:12.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:12.346 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:12.347 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:00:12.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:12.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:12.347 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:12.347 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:12.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:00:12.728 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:12.728 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:12.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 20:00:12.729 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 20:00:12.729 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 20:00:12.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:12.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:12.730 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 20:00:12.730 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:12.730 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProjectTestProject2' 20:00:12.730 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:") 20:00:12.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:12.812 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:12.814 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:12.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:12.814 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:00:12.814 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:00:12.815 INFO [WorkbenchTestable][AbstractText] Text set to: ProjectTestProject2 20:00:12.837 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 20:00:12.837 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 20:00:12.838 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) 20:00:12.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:12.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:12.840 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:12.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:12.840 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:12.840 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:00:12.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:12.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:12.840 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:12.840 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:12.845 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.... 20:00:13.359 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 20:00:13.360 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 20:00:13.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:13.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:13.361 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 20:00:13.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: 8, Matcher matching widgets with text that without mnenomic matches: is "Don't Create") 20:00:13.361 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:00:13.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:00:13.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:00:13.364 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 20:00:13.364 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:00:13.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:13.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:13.367 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:13.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:13.367 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:13.367 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 20:00:13.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:13.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:13.368 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:13.368 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:13.496 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.... 20:00:13.496 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 20:00:13.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:00:13.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:00:13.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:00:13.496 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 5 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 20:00:13.496 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 20:00:13.496 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 20:00:13.496 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:00:13.496 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 20:00:13.496 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 20:00:13.496 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:00:13.496 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:00:13.496 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:00:13.496 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:00:13.496 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:00:13.496 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:00:13.496 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:00:13.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:00:13.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:13.530 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:13.530 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 20:00:13.530 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:13.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:13.531 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:00:13.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:13.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:13.531 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:00:13.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 '\*?\QPackage Explorer\E') 20:00:13.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:13.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:13.532 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:13.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:13.532 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:00:13.532 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:00:13.532 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:13.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:13.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:00:13.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:00:13.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:00:13.535 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:00:13.535 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:13.536 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:13.536 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:00:13.536 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:00:13.536 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:13.537 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:13.537 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:00:13.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:13.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:13.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:00:14.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:14.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:00:14.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:14.539 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:00:14.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:00:14.539 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:00:14.539 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:14.540 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:14.540 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:00:14.540 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:00:14.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:14.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:14.540 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:14.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:14.540 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:00:14.540 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject0 20:00:14.540 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject1 20:00:14.540 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject2 20:00:14.540 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:00:14.540 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:14.541 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:14.541 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:00:14.541 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:00:14.541 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:14.541 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:14.541 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:00:14.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:14.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:14.542 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:00:15.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:15.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:00:15.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:15.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:00:15.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:00:15.544 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:00:15.544 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:15.544 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:15.544 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:00:15.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 20:00:15.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:15.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:15.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:15.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:15.544 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:00:15.545 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject0 20:00:15.545 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject1 20:00:15.545 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject2 20:00:15.545 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:00:15.545 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:15.545 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:15.545 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:00:15.545 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:00:15.545 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:15.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:15.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:00:15.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:15.546 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:15.546 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:00:16.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:16.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:00:16.546 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:16.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:00:16.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:00:16.547 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:00:16.547 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:16.548 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:16.548 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:00:16.548 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:00:16.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:16.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:16.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:16.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:16.548 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:00:16.548 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject0 20:00:16.548 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject1 20:00:16.548 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject2 20:00:16.548 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:00:16.548 INFO [WorkbenchTestable][RequirementsRunner] Started test: delete no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest) 20:00:16.548 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest 20:00:16.548 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:00:16.548 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:00:16.548 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:00:16.548 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:00:16.549 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:16.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:00:16.549 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:16.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 Java Project"] 20:00:16.549 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:16.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:00:16.549 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:16.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:00:16.549 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:16.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:00:16.549 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:16.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 Java Project"] 20:00:16.549 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:16.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:00:16.549 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:16.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:00:16.549 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:16.550 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:00:16.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:16.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:16.550 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:00:16.550 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:00:16.550 DEBUG [main][MenuItemLookup] Found menu:'File' 20:00:16.550 DEBUG [main][MenuItemLookup] Item match:File 20:00:16.550 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 20:00:16.550 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 20:00:16.552 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 20:00:16.552 DEBUG [main][MenuItemLookup] Found menu:'Project...' 20:00:16.552 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:16.552 DEBUG [main][MenuItemLookup] Found menu:'Package' 20:00:16.552 DEBUG [main][MenuItemLookup] Found menu:'Class' 20:00:16.552 DEBUG [main][MenuItemLookup] Found menu:'Interface' 20:00:16.552 DEBUG [main][MenuItemLookup] Found menu:'Enum' 20:00:16.552 DEBUG [main][MenuItemLookup] Found menu:'Record' 20:00:16.552 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 20:00:16.552 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 20:00:16.552 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 20:00:16.552 DEBUG [main][MenuItemLookup] Found menu:'Folder' 20:00:16.552 DEBUG [main][MenuItemLookup] Found menu:'File' 20:00:16.552 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 20:00:16.552 DEBUG [main][MenuItemLookup] Found menu:'Task' 20:00:16.552 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 20:00:16.552 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:16.552 DEBUG [main][MenuItemLookup] Found menu:'Example...' 20:00:16.552 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:16.552 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 20:00:16.552 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 20:00:16.553 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 20:00:16.553 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 20:00:16.553 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 20:00:16.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 20:00:16.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 'New|Select a wizard'] is available. finished successfully 20:00:16.610 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 20:00:16.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:16.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:16.610 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:00:16.610 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:16.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 20:00:16.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:16.611 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:16.611 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:16.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:16.611 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:00:16.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:00:16.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:00:16.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 20:00:16.612 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:00:16.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:00:16.612 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:00:16.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:00:16.612 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:00:16.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 20:00:16.612 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:00:16.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:00:16.612 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:00:16.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:00:16.613 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:00:16.613 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 20:00:16.613 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 20:00:16.613 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 20:00:16.613 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 20:00:16.613 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:00:16.613 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 20:00:16.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) 20:00:16.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:16.613 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:16.613 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:16.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:16.613 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:16.614 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:00:16.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:16.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:16.614 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:16.614 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:16.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:00:16.734 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:16.734 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:16.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 20:00:16.735 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 20:00:16.735 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 20:00:16.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:16.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:16.735 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 20:00:16.735 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:16.735 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProjectTestProject3' 20:00:16.735 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:") 20:00:16.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:16.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:16.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:16.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:16.737 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:00:16.737 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:00:16.737 INFO [WorkbenchTestable][AbstractText] Text set to: ProjectTestProject3 20:00:16.750 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 20:00:16.750 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 20:00:16.750 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) 20:00:16.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:16.758 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:16.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:16.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:16.759 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:16.759 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:00:16.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:16.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:16.759 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:16.759 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:16.762 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.... 20:00:17.263 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 20:00:17.263 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 20:00:17.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:17.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:17.265 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 20:00:17.265 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:00:17.265 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:00:17.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:00:17.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:00:17.266 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 20:00:17.266 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:00:17.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:17.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:17.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:17.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:17.266 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:17.267 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 20:00:17.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:17.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:17.267 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:17.267 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:17.328 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.... 20:00:17.329 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 20:00:17.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:00:17.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:00:17.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:00:17.329 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 1 files to index (/ProjectTestProject3)' is a system job, skipped 20:00:17.329 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 20:00:17.329 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:00:17.329 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 20:00:17.329 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:00:17.329 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:00:17.329 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:00:17.329 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:00:17.329 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:00:17.329 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:00:17.329 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:00:17.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:00:17.329 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:00:17.329 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:17.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:17.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:00:17.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:00:17.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:00:17.331 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:00:17.331 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:17.331 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:17.331 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:00:17.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:17.331 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:17.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:00:17.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:17.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:00:18.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:18.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:00:18.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:00:18.333 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:00:18.333 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:18.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:18.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:00:18.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 20:00:18.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:18.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:18.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:18.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:18.334 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:00:18.334 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject0 20:00:18.334 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject1 20:00:18.334 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject2 20:00:18.334 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject3 20:00:18.334 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectTestProject3 20:00:18.334 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectTestProject3 20:00:18.334 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectTestProject3 about selection 20:00:18.336 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectTestProject3 20:00:18.336 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:00:18.336 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:18.356 DEBUG [main][MenuItemLookup] Found menu:'New' 20:00:18.356 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:00:18.356 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:18.356 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 20:00:18.356 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 20:00:18.356 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:00:18.356 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:18.356 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:00:18.356 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 20:00:18.356 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:00:18.356 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:00:18.356 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:18.356 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 20:00:18.356 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 20:00:18.356 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 20:00:18.356 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 20:00:18.356 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:18.356 DEBUG [main][MenuItemLookup] Found menu:'Import...' 20:00:18.356 DEBUG [main][MenuItemLookup] Found menu:'Export...' 20:00:18.356 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:18.356 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 20:00:18.356 DEBUG [main][MenuItemLookup] Item match:Refresh F5 20:00:18.356 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 20:00:18.356 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 20:00:18.356 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 20:00:18.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:00:18.357 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 20:00:18.857 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:00:18.857 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:00:18.857 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:00:18.857 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:00:18.857 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:00:18.857 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:00:18.857 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:00:18.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:00:18.857 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProjectTestProject3' via Explorer 20:00:18.857 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectTestProject3 20:00:18.857 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectTestProject3 20:00:18.857 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectTestProject3 about selection 20:00:18.859 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectTestProject3 20:00:18.859 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:00:18.859 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:18.877 DEBUG [main][MenuItemLookup] Found menu:'New' 20:00:18.877 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:00:18.877 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:18.877 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 20:00:18.877 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 20:00:18.877 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:00:18.877 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:18.877 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:00:18.877 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 20:00:18.877 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:00:18.877 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:00:18.877 DEBUG [main][MenuItemLookup] Item match:Delete Delete 20:00:18.878 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 20:00:18.878 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 20:00:18.878 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 20:00:18.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 'Delete.*'] is available.... 20:00:19.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 'Delete.*'] is available. finished successfully 20:00:19.462 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 20:00:19.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:19.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:19.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:19.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:19.465 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 20:00:19.465 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:00:19.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:00:19.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:00:19.465 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:00:19.465 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:00:19.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:19.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:19.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:19.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:19.466 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:19.466 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 20:00:19.466 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 20:00:19.466 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 20:00:19.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:19.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:19.466 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:19.466 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:19.466 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 20:00:19.466 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:00:19.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:00:19.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:00:19.466 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:00:19.466 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:00:19.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:19.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:19.467 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:19.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:19.467 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:19.467 INFO [WorkbenchTestable][AbstractButton] Click button OK 20:00:19.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:19.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:19.467 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:19.467 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:19.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 20:00:19.469 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 20:00:19.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 20:00:19.970 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 20:00:19.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:00:19.970 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 20:00:19.970 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 20:00:19.970 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 20:00:19.970 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:00:19.970 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:00:19.970 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:00:19.970 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:00:19.970 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:00:19.970 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:00:19.970 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:00:19.970 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:00:19.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:00:19.971 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:00:19.971 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:19.971 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:19.972 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:00:19.972 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:00:19.972 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:19.972 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:19.972 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:00:19.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:19.972 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:19.972 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:00:20.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:20.473 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:00:20.973 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:20.973 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:00:20.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:00:20.973 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:00:20.973 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:20.974 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:20.974 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:00:20.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 20:00:20.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:20.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:20.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:20.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:20.975 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:00:20.975 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject0 20:00:20.975 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject1 20:00:20.975 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject2 20:00:20.975 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest 20:00:20.975 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:00:20.975 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:00:20.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:00:20.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:00:20.976 INFO [WorkbenchTestable][RequirementsRunner] Finished test: delete no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest) 20:00:20.976 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:00:20.976 INFO [WorkbenchTestable][RequirementsRunner] Started test: select no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest) 20:00:20.976 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest 20:00:20.976 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:00:20.976 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:00:20.976 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:00:20.976 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectTestProject1 20:00:20.976 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectTestProject1 20:00:20.977 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectTestProject1 about selection 20:00:20.979 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectTestProject1 20:00:20.979 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest 20:00:20.979 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:00:20.979 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:00:20.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:00:20.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:00:20.979 INFO [WorkbenchTestable][RequirementsRunner] Finished test: select no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest) 20:00:20.979 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:00:20.979 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectProjectItem no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest) 20:00:20.979 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest 20:00:20.980 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:00:20.980 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:00:20.980 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:00:20.980 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 20:00:20.980 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectTestProject1 20:00:20.980 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectTestProject1 20:00:20.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:00:21.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:00:21.481 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectTestProject1 20:00:21.481 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 20:00:21.481 DEBUG [main][TreeItemHandler] Selecting tree item: src 20:00:21.482 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 20:00:21.483 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 20:00:21.483 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 20:00:21.484 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectTestProject1 20:00:21.484 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectTestProject1 20:00:21.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:00:21.484 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectTestProject1 is already expanded. No action performed 20:00:21.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:00:21.484 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectTestProject1 20:00:21.487 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectTestProject1 20:00:21.488 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectTestProject1 20:00:21.488 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectTestProject1 about selection 20:00:21.489 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectTestProject1 20:00:21.489 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest 20:00:21.489 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:00:21.489 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:00:21.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:00:21.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:00:21.490 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectProjectItem no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest) 20:00:21.490 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:00:21.490 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:21.490 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:21.490 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:00:21.491 INFO [WorkbenchTestable][AbstractView] Close view 'Package Explorer' 20:00:21.491 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Package Explorer 20:00:21.491 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:21.491 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 20:00:21.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:21.530 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:00:21.530 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 20:00:21.530 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:00:21.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:21.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:21.530 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:00:21.530 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:00:21.530 DEBUG [main][MenuItemLookup] Found menu:'File' 20:00:21.531 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:00:21.531 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:00:21.531 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:00:21.531 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:00:21.531 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:00:21.531 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:00:21.531 DEBUG [main][MenuItemLookup] Item match:Window 20:00:21.531 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:00:21.531 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:00:21.531 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:00:21.531 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:21.531 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:00:21.531 DEBUG [main][MenuItemLookup] Item match:Show View 20:00:21.535 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 20:00:21.535 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 20:00:21.535 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 20:00:21.535 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 20:00:21.535 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 20:00:21.535 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 20:00:21.535 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 20:00:21.535 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 20:00:21.535 DEBUG [main][MenuItemLookup] Found menu:'Progress' 20:00:21.535 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 20:00:21.535 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 20:00:21.535 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 20:00:21.535 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 20:00:21.535 DEBUG [main][MenuItemLookup] Found menu:'Templates' 20:00:21.535 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 20:00:21.535 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:21.535 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 20:00:21.535 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 20:00:21.549 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 20:00:21.549 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 20:00:21.549 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 20:00:21.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 20:00:21.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 20:00:21.600 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 20:00:21.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:21.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:21.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 20:00:21.601 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:00:21.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:00:21.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:00:21.601 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:00:21.601 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:00:21.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:21.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:21.602 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:21.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:21.602 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:00:21.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:00:21.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:00:21.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 20:00:21.603 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:00:21.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:00:21.603 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:00:21.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:00:21.603 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:00:21.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 20:00:21.603 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:00:21.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:00:21.603 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:00:21.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:00:21.603 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:00:21.603 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 20:00:21.603 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 20:00:21.604 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 20:00:21.604 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 20:00:21.604 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:00:21.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:00:21.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:00:21.604 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:00:21.604 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:00:21.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:21.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:21.604 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:00:21.604 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:00:21.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:00:21.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:00:21.604 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:00:21.604 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:00:21.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:21.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:21.605 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:21.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:21.605 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:21.605 INFO [WorkbenchTestable][AbstractButton] Click button &Open 20:00:21.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:21.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:21.605 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:21.605 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:21.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:00:21.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:00:21.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 20:00:21.686 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:21.686 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:21.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 20:00:21.686 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:21.687 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:21.687 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:00:21.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:21.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:21.687 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:00:21.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 '\*?\QPackage Explorer\E') 20:00:21.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:21.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:21.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:21.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:21.688 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:00:21.688 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:00:21.688 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:21.689 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:21.689 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:00:21.689 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:00:21.689 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:00:21.690 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:00:21.691 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:21.691 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:21.691 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:00:21.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:21.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:21.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:00:22.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:22.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:00:22.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:22.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:00:22.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:00:22.693 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:00:22.693 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:22.694 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:22.694 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:00:22.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 20:00:22.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:22.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:22.694 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:22.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:22.694 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:00:22.694 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject0 20:00:22.694 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject1 20:00:22.694 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject2 20:00:22.694 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectTestProject0 20:00:22.695 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectTestProject0 20:00:22.695 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectTestProject0 about selection 20:00:22.696 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectTestProject0 20:00:22.696 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:00:22.696 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:22.714 DEBUG [main][MenuItemLookup] Found menu:'New' 20:00:22.714 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:00:22.714 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:22.714 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 20:00:22.714 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 20:00:22.714 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:00:22.714 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:22.714 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:00:22.714 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 20:00:22.714 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:00:22.714 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:00:22.714 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:22.714 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 20:00:22.714 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 20:00:22.714 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 20:00:22.714 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 20:00:22.714 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:22.714 DEBUG [main][MenuItemLookup] Found menu:'Import...' 20:00:22.714 DEBUG [main][MenuItemLookup] Found menu:'Export...' 20:00:22.714 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:22.714 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 20:00:22.714 DEBUG [main][MenuItemLookup] Item match:Refresh F5 20:00:22.714 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 20:00:22.714 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 20:00:22.714 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 20:00:22.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:00:22.714 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:00:22.714 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 20:00:23.214 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:00:23.214 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:00:23.214 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:00:23.214 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:00:23.214 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:00:23.214 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:00:23.214 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:00:23.215 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:00:23.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:00:23.215 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProjectTestProject0' via Explorer 20:00:23.215 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectTestProject0 20:00:23.215 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectTestProject0 20:00:23.215 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectTestProject0 about selection 20:00:23.216 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectTestProject0 20:00:23.217 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:00:23.217 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:23.236 DEBUG [main][MenuItemLookup] Found menu:'New' 20:00:23.236 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:00:23.236 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:23.236 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 20:00:23.236 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 20:00:23.236 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:00:23.236 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:23.236 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:00:23.236 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 20:00:23.236 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:00:23.236 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:00:23.236 DEBUG [main][MenuItemLookup] Item match:Delete Delete 20:00:23.236 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 20:00:23.236 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 20:00:23.236 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 20:00:23.262 DEBUG [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.... 20:00:23.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 'Delete.*'] is available. finished successfully 20:00:23.826 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 20:00:23.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:23.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:23.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:23.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:23.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: 32) 20:00:23.829 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:00:23.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:00:23.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:00:23.829 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:00:23.829 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:00:23.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:23.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:23.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:23.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:23.829 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:23.829 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 20:00:23.830 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 20:00:23.830 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 20:00:23.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:23.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:23.830 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:23.830 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:23.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 "OK", Widget matcher matching widgets with style: 8) 20:00:23.830 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:00:23.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:00:23.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:00:23.830 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:00:23.830 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:00:23.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:23.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:23.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:23.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:23.830 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:23.830 INFO [WorkbenchTestable][AbstractButton] Click button OK 20:00:23.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:23.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:23.830 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:23.830 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:23.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 20:00:23.832 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 20:00:24.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 20:00:24.333 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 20:00:24.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:00:24.333 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:00:24.333 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 20:00:24.333 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 20:00:24.333 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:00:24.333 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:00:24.333 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:00:24.333 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:00:24.333 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:00:24.333 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:00:24.333 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:00:24.333 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:00:24.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:00:24.333 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectTestProject1 20:00:24.333 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectTestProject1 20:00:24.334 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectTestProject1 about selection 20:00:24.337 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectTestProject1 20:00:24.337 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:00:24.337 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:24.354 DEBUG [main][MenuItemLookup] Found menu:'New' 20:00:24.354 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:00:24.354 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:24.354 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 20:00:24.354 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 20:00:24.354 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:00:24.354 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:24.354 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:00:24.354 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 20:00:24.354 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:00:24.354 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:00:24.354 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:24.354 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 20:00:24.354 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 20:00:24.354 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 20:00:24.354 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 20:00:24.354 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:24.354 DEBUG [main][MenuItemLookup] Found menu:'Import...' 20:00:24.354 DEBUG [main][MenuItemLookup] Found menu:'Export...' 20:00:24.354 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:24.354 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 20:00:24.354 DEBUG [main][MenuItemLookup] Item match:Refresh F5 20:00:24.354 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 20:00:24.354 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 20:00:24.354 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 20:00:24.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:00:24.355 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:00:24.355 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 20:00:24.855 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 20:00:24.855 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:00:24.855 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:00:24.855 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:00:24.855 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:00:24.855 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:00:24.855 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:00:24.855 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:00:24.855 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:00:24.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:00:24.855 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProjectTestProject1' via Explorer 20:00:24.855 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectTestProject1 20:00:24.855 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectTestProject1 20:00:24.855 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectTestProject1 about selection 20:00:24.857 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectTestProject1 20:00:24.857 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:00:24.857 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:24.874 DEBUG [main][MenuItemLookup] Found menu:'New' 20:00:24.874 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:00:24.874 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:24.874 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 20:00:24.874 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 20:00:24.874 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:00:24.874 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:24.874 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:00:24.874 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 20:00:24.874 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:00:24.874 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:00:24.874 DEBUG [main][MenuItemLookup] Item match:Delete Delete 20:00:24.875 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 20:00:24.875 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 20:00:24.875 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 20:00:24.883 DEBUG [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.... 20:00:25.431 DEBUG [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 20:00:25.431 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 20:00:25.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:25.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:25.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:25.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:25.434 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 20:00:25.434 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:00:25.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:00:25.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:00:25.434 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:00:25.434 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:00:25.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:25.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:25.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:25.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:25.434 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:25.435 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 20:00:25.435 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 20:00:25.435 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 20:00:25.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:25.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:25.435 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:25.435 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:25.435 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 20:00:25.435 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:00:25.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:00:25.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:00:25.435 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:00:25.435 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:00:25.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:25.435 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:25.436 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:25.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:25.436 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:25.436 INFO [WorkbenchTestable][AbstractButton] Click button OK 20:00:25.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:25.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:25.436 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:25.436 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:25.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 20:00:25.438 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 20:00:25.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 20:00:25.939 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 20:00:25.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:00:25.939 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 20:00:25.939 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 20:00:25.939 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 20:00:25.939 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:00:25.939 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:00:25.939 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:00:25.939 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:00:25.939 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:00:25.939 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:00:25.939 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:00:25.939 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:00:25.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:00:25.939 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectTestProject2 20:00:25.939 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectTestProject2 20:00:25.939 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectTestProject2 about selection 20:00:25.941 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectTestProject2 20:00:25.941 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:00:25.941 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:25.962 DEBUG [main][MenuItemLookup] Found menu:'New' 20:00:25.962 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:00:25.962 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:25.962 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 20:00:25.962 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 20:00:25.962 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:00:25.962 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:25.962 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:00:25.962 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 20:00:25.962 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:00:25.962 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:00:25.962 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:25.962 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 20:00:25.962 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 20:00:25.962 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 20:00:25.962 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 20:00:25.962 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:25.962 DEBUG [main][MenuItemLookup] Found menu:'Import...' 20:00:25.962 DEBUG [main][MenuItemLookup] Found menu:'Export...' 20:00:25.962 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:25.962 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 20:00:25.962 DEBUG [main][MenuItemLookup] Item match:Refresh F5 20:00:25.962 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 20:00:25.962 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 20:00:25.963 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 20:00:25.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:00:25.963 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:00:25.963 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 20:00:26.463 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 20:00:26.463 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 20:00:26.463 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:00:26.463 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:00:26.463 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:00:26.463 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:00:26.463 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:00:26.463 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:00:26.463 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:00:26.463 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:00:26.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:00:26.463 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProjectTestProject2' via Explorer 20:00:26.463 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectTestProject2 20:00:26.463 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectTestProject2 20:00:26.463 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectTestProject2 about selection 20:00:26.464 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectTestProject2 20:00:26.464 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:00:26.465 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:26.485 DEBUG [main][MenuItemLookup] Found menu:'New' 20:00:26.485 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:00:26.485 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:26.485 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 20:00:26.485 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 20:00:26.485 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:00:26.485 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:26.485 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:00:26.485 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 20:00:26.485 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:00:26.485 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:00:26.485 DEBUG [main][MenuItemLookup] Item match:Delete Delete 20:00:26.485 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 20:00:26.485 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 20:00:26.485 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 20:00:26.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 'Delete.*'] is available.... 20:00:27.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 'Delete.*'] is available. finished successfully 20:00:27.049 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 20:00:27.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:27.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:27.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:27.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:27.052 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 20:00:27.052 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:00:27.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:00:27.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:00:27.052 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:00:27.052 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:00:27.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:27.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:27.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:27.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:27.052 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:27.053 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 20:00:27.053 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 20:00:27.053 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 20:00:27.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:27.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:27.053 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:27.053 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:27.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 "OK", Widget matcher matching widgets with style: 8) 20:00:27.053 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:00:27.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:00:27.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:00:27.053 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:00:27.053 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:00:27.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:27.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:27.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:27.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:27.053 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:27.054 INFO [WorkbenchTestable][AbstractButton] Click button OK 20:00:27.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:27.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:27.054 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:27.054 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:27.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 20:00:27.056 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 20:00:27.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 20:00:27.556 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 20:00:27.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:00:27.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 20:00:27.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 20:00:27.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:00:27.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:00:27.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:00:27.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:00:27.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:00:27.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:00:27.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:00:27.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:00:27.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:00:27.556 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest 20:00:27.556 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:00:27.556 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:00:27.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:00:27.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.215 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: 4.428 s select no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest) Time elapsed: 0.003 s selectProjectItem no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest) Time elapsed: 0.511 s Running org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest 20:00:27.561 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest 20:00:27.561 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:00:27.561 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:00:27.561 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest 20:00:27.561 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:00:27.561 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 20:00:27.562 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:00:27.562 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 20:00:27.562 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:00:27.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:00:27.562 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:27.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:00:27.562 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:27.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 Java Project"] 20:00:27.562 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:27.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:00:27.563 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:27.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:00:27.563 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:27.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:00:27.563 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:27.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 Java Project"] 20:00:27.563 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:27.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:00:27.563 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:27.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:00:27.563 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:27.563 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:00:27.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:27.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:27.564 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:00:27.564 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:00:27.564 DEBUG [main][MenuItemLookup] Found menu:'File' 20:00:27.564 DEBUG [main][MenuItemLookup] Item match:File 20:00:27.565 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 20:00:27.565 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 20:00:27.566 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 20:00:27.566 DEBUG [main][MenuItemLookup] Found menu:'Project...' 20:00:27.566 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:27.566 DEBUG [main][MenuItemLookup] Found menu:'Package' 20:00:27.566 DEBUG [main][MenuItemLookup] Found menu:'Class' 20:00:27.566 DEBUG [main][MenuItemLookup] Found menu:'Interface' 20:00:27.566 DEBUG [main][MenuItemLookup] Found menu:'Enum' 20:00:27.566 DEBUG [main][MenuItemLookup] Found menu:'Record' 20:00:27.566 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 20:00:27.566 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 20:00:27.566 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 20:00:27.566 DEBUG [main][MenuItemLookup] Found menu:'Folder' 20:00:27.566 DEBUG [main][MenuItemLookup] Found menu:'File' 20:00:27.566 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 20:00:27.566 DEBUG [main][MenuItemLookup] Found menu:'Task' 20:00:27.566 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 20:00:27.566 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:27.566 DEBUG [main][MenuItemLookup] Found menu:'Example...' 20:00:27.566 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:27.566 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 20:00:27.566 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 20:00:27.567 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 20:00:27.567 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 20:00:27.567 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 20:00:27.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 20:00:27.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 20:00:27.627 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 20:00:27.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:27.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:27.628 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:00:27.628 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:27.628 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 20:00:27.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:27.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:27.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:27.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:27.629 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:00:27.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:00:27.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:00:27.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 20:00:27.630 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:00:27.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:00:27.630 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:00:27.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:00:27.630 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:00:27.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 20:00:27.630 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:00:27.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:00:27.630 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:00:27.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:00:27.630 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:00:27.630 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 20:00:27.630 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 20:00:27.630 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 20:00:27.630 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 20:00:27.631 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:00:27.631 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 20:00:27.631 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) 20:00:27.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:27.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:27.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:27.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:27.631 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:27.632 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:00:27.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:27.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:27.632 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:27.632 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:27.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:00:27.751 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:27.751 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:27.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 20:00:27.751 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 20:00:27.751 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 20:00:27.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:27.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:27.752 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 20:00:27.752 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:27.752 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'PackageExplorerTestProject0' 20:00:27.752 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:") 20:00:27.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:27.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:27.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:27.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:27.753 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:00:27.753 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:00:27.754 INFO [WorkbenchTestable][AbstractText] Text set to: PackageExplorerTestProject0 20:00:27.775 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 20:00:27.775 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 20:00:27.776 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) 20:00:27.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:27.776 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:27.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:27.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:27.777 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:27.778 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:00:27.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:27.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:27.778 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:27.778 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:27.780 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.... 20:00:28.280 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 20:00:28.280 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 20:00:28.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:28.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:28.283 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 20:00:28.283 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:00:28.283 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:00:28.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:00:28.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:00:28.283 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 20:00:28.283 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:00:28.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:28.283 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:28.284 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:28.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:28.284 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:28.284 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 20:00:28.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:28.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:28.284 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:28.284 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:28.362 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.... 20:00:28.362 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 20:00:28.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:00:28.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:00:28.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:00:28.362 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 20:00:28.362 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 20:00:28.362 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 20:00:28.362 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 20:00:28.362 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:00:28.362 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:00:28.362 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:00:28.362 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:00:28.362 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:00:28.362 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:00:28.362 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:00:28.362 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:00:28.362 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:00:28.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:00:28.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:00:28.362 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:28.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:00:28.362 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:28.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"] 20:00:28.363 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:28.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:00:28.363 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:28.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:00:28.363 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:28.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:00:28.363 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:28.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"] 20:00:28.363 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:28.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:00:28.363 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:28.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:00:28.363 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:28.363 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:00:28.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:28.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:28.363 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:00:28.363 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:00:28.363 DEBUG [main][MenuItemLookup] Found menu:'File' 20:00:28.363 DEBUG [main][MenuItemLookup] Item match:File 20:00:28.364 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 20:00:28.364 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 20:00:28.365 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 20:00:28.366 DEBUG [main][MenuItemLookup] Found menu:'Project...' 20:00:28.366 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:28.366 DEBUG [main][MenuItemLookup] Found menu:'Package' 20:00:28.366 DEBUG [main][MenuItemLookup] Found menu:'Class' 20:00:28.366 DEBUG [main][MenuItemLookup] Found menu:'Interface' 20:00:28.366 DEBUG [main][MenuItemLookup] Found menu:'Enum' 20:00:28.366 DEBUG [main][MenuItemLookup] Found menu:'Record' 20:00:28.366 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 20:00:28.366 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 20:00:28.366 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 20:00:28.366 DEBUG [main][MenuItemLookup] Found menu:'Folder' 20:00:28.366 DEBUG [main][MenuItemLookup] Found menu:'File' 20:00:28.366 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 20:00:28.366 DEBUG [main][MenuItemLookup] Found menu:'Task' 20:00:28.366 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 20:00:28.366 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:28.366 DEBUG [main][MenuItemLookup] Found menu:'Example...' 20:00:28.366 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:28.366 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 20:00:28.366 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 20:00:28.366 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 20:00:28.366 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 20:00:28.366 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 20:00:28.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 'New|Select a wizard'] is available.... 20:00:28.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 20:00:28.447 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 20:00:28.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:28.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:28.448 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:00:28.448 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:28.449 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 20:00:28.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:28.449 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:28.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:28.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:28.449 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:00:28.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:00:28.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:00:28.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 20:00:28.450 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:00:28.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:00:28.450 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:00:28.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:00:28.451 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:00:28.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 20:00:28.451 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:00:28.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:00:28.451 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:00:28.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:00:28.451 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:00:28.451 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 20:00:28.451 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 20:00:28.451 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 20:00:28.451 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 20:00:28.451 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:00:28.451 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 20:00:28.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.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) 20:00:28.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:28.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:28.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:28.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:28.459 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:28.459 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:00:28.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:28.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:28.459 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:28.459 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:28.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:00:28.710 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:28.711 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:28.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 20:00:28.711 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 20:00:28.711 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 20:00:28.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:28.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:28.712 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 20:00:28.712 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:28.712 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'PackageExplorerTestProject1' 20:00:28.712 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:") 20:00:28.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:28.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:28.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:28.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:28.728 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:00:28.728 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:00:28.728 INFO [WorkbenchTestable][AbstractText] Text set to: PackageExplorerTestProject1 20:00:28.789 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 20:00:28.789 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 20:00:28.789 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) 20:00:28.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:28.789 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:28.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:28.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:28.790 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:28.791 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:00:28.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:28.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:28.791 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:28.791 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:28.794 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.... 20:00:29.295 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 20:00:29.295 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 20:00:29.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:29.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:29.296 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 20:00:29.296 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:00:29.296 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:00:29.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:00:29.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:00:29.296 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 20:00:29.296 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:00:29.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:29.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:29.296 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:29.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:29.296 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:29.297 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 20:00:29.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:29.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:29.297 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:29.297 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:29.399 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.... 20:00:29.400 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 20:00:29.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:00:29.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:00:29.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:00:29.400 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 4 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 20:00:29.400 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 20:00:29.400 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:00:29.400 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 20:00:29.400 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:00:29.400 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:00:29.400 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:00:29.400 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:00:29.400 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:00:29.400 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:00:29.400 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:00:29.400 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:00:29.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:00:29.400 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:00:29.400 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:29.400 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:00:29.401 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:29.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 Project"] 20:00:29.401 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:29.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:00:29.401 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:29.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:00:29.401 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:29.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:00:29.401 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:29.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 Project"] 20:00:29.402 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:29.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:00:29.402 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:29.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:00:29.402 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:29.402 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:00:29.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:29.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:29.402 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:00:29.403 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:00:29.403 DEBUG [main][MenuItemLookup] Found menu:'File' 20:00:29.403 DEBUG [main][MenuItemLookup] Item match:File 20:00:29.403 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 20:00:29.403 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 20:00:29.405 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 20:00:29.405 DEBUG [main][MenuItemLookup] Found menu:'Project...' 20:00:29.405 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:29.405 DEBUG [main][MenuItemLookup] Found menu:'Package' 20:00:29.405 DEBUG [main][MenuItemLookup] Found menu:'Class' 20:00:29.405 DEBUG [main][MenuItemLookup] Found menu:'Interface' 20:00:29.405 DEBUG [main][MenuItemLookup] Found menu:'Enum' 20:00:29.405 DEBUG [main][MenuItemLookup] Found menu:'Record' 20:00:29.405 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 20:00:29.405 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 20:00:29.405 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 20:00:29.405 DEBUG [main][MenuItemLookup] Found menu:'Folder' 20:00:29.405 DEBUG [main][MenuItemLookup] Found menu:'File' 20:00:29.405 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 20:00:29.405 DEBUG [main][MenuItemLookup] Found menu:'Task' 20:00:29.405 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 20:00:29.405 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:29.405 DEBUG [main][MenuItemLookup] Found menu:'Example...' 20:00:29.405 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:29.405 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 20:00:29.405 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 20:00:29.405 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 20:00:29.405 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 20:00:29.406 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 20:00:29.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 20:00:29.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 20:00:29.530 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 20:00:29.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:29.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:29.531 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:00:29.531 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:29.531 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 20:00:29.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:29.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:29.532 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:29.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:29.532 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:00:29.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:00:29.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:00:29.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 20:00:29.586 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:00:29.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:00:29.587 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:00:29.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:00:29.587 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:00:29.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 20:00:29.587 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:00:29.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:00:29.587 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:00:29.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:00:29.587 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:00:29.587 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 20:00:29.587 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 20:00:29.587 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 20:00:29.588 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 20:00:29.588 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:00:29.588 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 20:00:29.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) 20:00:29.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:29.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:29.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:29.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:29.589 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:29.589 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:00:29.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:29.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:29.589 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:29.589 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:29.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:00:29.927 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:29.927 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:29.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 20:00:29.927 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 20:00:29.927 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 20:00:29.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:29.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:29.928 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 20:00:29.928 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:29.928 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'PackageExplorerTestProject2' 20:00:29.928 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:") 20:00:29.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:29.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:29.929 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:29.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:29.930 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:00:29.930 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:00:29.930 INFO [WorkbenchTestable][AbstractText] Text set to: PackageExplorerTestProject2 20:00:29.994 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 20:00:29.994 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 20:00:29.994 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) 20:00:29.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:29.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:29.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:29.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:29.995 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:29.996 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:00:29.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:29.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:29.996 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:29.996 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:29.998 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.... 20:00:30.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. finished successfully 20:00:30.499 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 20:00:30.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:30.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:30.501 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 20:00:30.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 "Don't Create") 20:00:30.501 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:00:30.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:00:30.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:00:30.501 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 20:00:30.501 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:00:30.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:30.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:30.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:30.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:30.502 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:30.502 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 20:00:30.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:30.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:30.502 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:30.502 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:30.708 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.... 20:00:30.708 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 20:00:30.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:00:30.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:00:30.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:00:30.708 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 5 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 20:00:30.708 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:00:30.708 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 20:00:30.708 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:00:30.708 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:00:30.708 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:00:30.708 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:00:30.708 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:00:30.708 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:00:30.708 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:00:30.708 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:00:30.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:00:30.709 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:30.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:30.709 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 20:00:30.709 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:30.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:30.710 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:00:30.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:30.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:30.710 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:00:30.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 '\*?\QPackage Explorer\E') 20:00:30.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:30.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:30.711 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:30.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:30.711 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:00:30.711 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:00:30.711 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:30.712 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:30.712 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:00:30.712 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:00:30.712 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:00:30.713 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:00:30.713 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:30.713 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:30.713 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:00:30.713 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:00:30.714 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:30.714 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:30.714 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:00:30.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:30.714 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:30.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:00:31.214 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:31.215 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:00:31.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:31.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:00:31.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:00:31.715 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:00:31.715 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:31.716 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:31.716 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:00:31.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 20:00:31.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:31.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:31.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:31.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:31.717 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:00:31.717 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject0 20:00:31.717 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject1 20:00:31.717 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject2 20:00:31.717 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:00:31.718 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:31.718 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:31.718 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:00:31.718 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:00:31.718 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:31.719 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:31.719 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:00:31.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:31.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:31.719 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:00:32.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:32.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:00:32.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:32.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:00:32.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:00:32.720 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:00:32.720 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:32.721 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:32.721 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:00:32.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 20:00:32.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:32.721 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:32.721 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:32.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:32.721 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:00:32.721 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject0 20:00:32.722 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject1 20:00:32.722 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject2 20:00:32.722 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:00:32.722 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:32.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:32.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:00:32.722 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:00:32.722 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:32.723 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:32.723 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:00:32.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:32.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:32.723 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:00:33.223 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:33.223 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:00:33.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:33.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:00:33.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:00:33.724 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:00:33.724 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:33.724 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:33.725 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:00:33.725 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:00:33.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:33.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:33.725 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:33.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:33.725 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:00:33.725 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject0 20:00:33.725 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject1 20:00:33.725 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject2 20:00:33.725 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PackageExplorerTestProject1 20:00:33.725 DEBUG [main][TreeItemHandler] Selecting tree item: PackageExplorerTestProject1 20:00:33.725 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PackageExplorerTestProject1 about selection 20:00:33.727 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PackageExplorerTestProject1 20:00:33.727 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:00:33.727 INFO [WorkbenchTestable][RequirementsRunner] Started test: delete no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest) 20:00:33.727 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest 20:00:33.727 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:00:33.727 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:00:33.727 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:00:33.727 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:00:33.728 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:33.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:00:33.728 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:33.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 Java Project"] 20:00:33.728 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:33.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:00:33.728 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:33.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:00:33.728 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:33.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:00:33.728 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:33.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 Java Project"] 20:00:33.728 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:33.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:00:33.728 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:33.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:00:33.728 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:33.729 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:00:33.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:33.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:33.729 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:00:33.729 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:00:33.729 DEBUG [main][MenuItemLookup] Found menu:'File' 20:00:33.729 DEBUG [main][MenuItemLookup] Item match:File 20:00:33.730 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 20:00:33.730 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 20:00:33.732 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 20:00:33.732 DEBUG [main][MenuItemLookup] Found menu:'Project...' 20:00:33.732 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:33.732 DEBUG [main][MenuItemLookup] Found menu:'Package' 20:00:33.732 DEBUG [main][MenuItemLookup] Found menu:'Class' 20:00:33.732 DEBUG [main][MenuItemLookup] Found menu:'Interface' 20:00:33.732 DEBUG [main][MenuItemLookup] Found menu:'Enum' 20:00:33.732 DEBUG [main][MenuItemLookup] Found menu:'Record' 20:00:33.732 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 20:00:33.732 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 20:00:33.732 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 20:00:33.732 DEBUG [main][MenuItemLookup] Found menu:'Folder' 20:00:33.732 DEBUG [main][MenuItemLookup] Found menu:'File' 20:00:33.732 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 20:00:33.732 DEBUG [main][MenuItemLookup] Found menu:'Task' 20:00:33.732 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 20:00:33.732 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:33.732 DEBUG [main][MenuItemLookup] Found menu:'Example...' 20:00:33.732 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:33.732 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 20:00:33.732 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 20:00:33.732 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 20:00:33.732 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 20:00:33.732 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 20:00:33.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 20:00:33.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 'New|Select a wizard'] is available. finished successfully 20:00:33.789 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 20:00:33.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:33.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:33.790 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:00:33.790 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:33.790 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 20:00:33.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:33.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:33.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:33.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:33.791 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:00:33.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:00:33.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:00:33.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 20:00:33.792 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:00:33.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:00:33.792 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:00:33.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:00:33.792 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:00:33.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 20:00:33.792 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:00:33.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:00:33.792 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:00:33.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:00:33.792 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:00:33.792 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 20:00:33.792 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 20:00:33.792 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 20:00:33.792 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 20:00:33.792 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:00:33.792 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 20:00:33.793 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) 20:00:33.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:33.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:33.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:33.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:33.793 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:33.793 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:00:33.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:33.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:33.794 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:33.794 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:33.936 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:00:33.936 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:33.937 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:33.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 20:00:33.937 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 20:00:33.937 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 20:00:33.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:33.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:33.938 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 20:00:33.938 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:33.938 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'PackageExplorerTestProject3' 20:00:33.938 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:") 20:00:33.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:33.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:33.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:33.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:33.940 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:00:33.940 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:00:33.940 INFO [WorkbenchTestable][AbstractText] Text set to: PackageExplorerTestProject3 20:00:33.973 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 20:00:33.973 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 20:00:33.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.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) 20:00:33.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:33.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:33.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:33.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:33.975 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:33.976 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:00:33.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:33.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:33.976 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:33.976 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:33.978 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.... 20:00:34.479 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 20:00:34.479 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 20:00:34.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:34.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:34.483 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 20:00:34.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 "Don't Create") 20:00:34.483 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:00:34.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:00:34.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:00:34.483 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 20:00:34.483 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:00:34.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:34.483 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:34.483 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:34.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:34.483 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:34.484 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 20:00:34.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:34.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:34.484 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:34.484 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:34.550 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.... 20:00:34.550 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 20:00:34.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:00:34.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:00:34.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:00:34.551 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 1 files to index (/PackageExplorerTestProject3)' is a system job, skipped 20:00:34.551 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 20:00:34.551 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:00:34.551 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 20:00:34.551 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:00:34.551 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:00:34.551 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:00:34.551 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:00:34.551 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:00:34.551 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:00:34.551 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:00:34.551 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:00:34.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:00:34.551 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:00:34.551 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:34.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:34.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:00:34.552 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:00:34.552 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:00:34.553 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:00:34.553 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:34.553 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:34.553 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:00:34.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:34.553 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:34.553 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:00:35.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:35.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:00:35.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:35.555 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:00:35.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:00:35.555 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:00:35.555 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:35.555 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:35.555 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:00:35.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 20:00:35.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:35.556 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:35.556 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:35.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:35.556 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:00:35.556 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject0 20:00:35.556 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject1 20:00:35.556 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject2 20:00:35.556 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject3 20:00:35.556 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PackageExplorerTestProject3 20:00:35.556 DEBUG [main][TreeItemHandler] Selecting tree item: PackageExplorerTestProject3 20:00:35.557 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PackageExplorerTestProject3 about selection 20:00:35.558 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PackageExplorerTestProject3 20:00:35.558 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:00:35.558 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:35.578 DEBUG [main][MenuItemLookup] Found menu:'New' 20:00:35.578 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:00:35.578 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:35.578 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 20:00:35.578 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 20:00:35.578 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:00:35.578 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:35.578 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:00:35.578 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 20:00:35.578 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:00:35.578 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:00:35.578 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:35.578 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 20:00:35.578 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 20:00:35.578 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 20:00:35.578 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 20:00:35.578 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:35.578 DEBUG [main][MenuItemLookup] Found menu:'Import...' 20:00:35.578 DEBUG [main][MenuItemLookup] Found menu:'Export...' 20:00:35.578 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:35.578 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 20:00:35.578 DEBUG [main][MenuItemLookup] Item match:Refresh F5 20:00:35.578 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 20:00:35.578 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 20:00:35.579 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 20:00:35.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:00:35.579 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 20:00:36.079 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:00:36.079 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:00:36.079 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:00:36.079 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:00:36.079 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:00:36.079 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:00:36.079 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:00:36.079 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:00:36.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:00:36.079 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'PackageExplorerTestProject3' via Explorer 20:00:36.079 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PackageExplorerTestProject3 20:00:36.079 DEBUG [main][TreeItemHandler] Selecting tree item: PackageExplorerTestProject3 20:00:36.079 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PackageExplorerTestProject3 about selection 20:00:36.080 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PackageExplorerTestProject3 20:00:36.080 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:00:36.080 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:36.100 DEBUG [main][MenuItemLookup] Found menu:'New' 20:00:36.100 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:00:36.100 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:36.100 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 20:00:36.100 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 20:00:36.100 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:00:36.100 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:36.100 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:00:36.100 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 20:00:36.100 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:00:36.100 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:00:36.100 DEBUG [main][MenuItemLookup] Item match:Delete Delete 20:00:36.100 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 20:00:36.100 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 20:00:36.100 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 20:00:36.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.... 20:00:36.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 'Delete.*'] is available. finished successfully 20:00:36.677 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 20:00:36.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:36.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:36.679 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:36.680 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:36.680 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 20:00:36.680 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:00:36.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:00:36.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:00:36.680 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:00:36.680 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:00:36.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:36.680 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:36.680 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:36.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:36.680 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:36.680 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 20:00:36.680 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 20:00:36.680 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 20:00:36.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:36.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:36.680 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:36.680 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:36.680 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 20:00:36.680 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:00:36.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:00:36.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:00:36.681 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:00:36.681 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:00:36.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:36.681 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:36.681 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:36.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:36.681 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:36.681 INFO [WorkbenchTestable][AbstractButton] Click button OK 20:00:36.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:36.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:36.681 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:36.681 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:36.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 20:00:36.684 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 20:00:37.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 20:00:37.184 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 20:00:37.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:00:37.184 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:00:37.184 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 20:00:37.184 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 20:00:37.184 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:00:37.184 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:00:37.184 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:00:37.184 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:00:37.184 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:00:37.184 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:00:37.184 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:00:37.184 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:00:37.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:00:37.185 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:00:37.185 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:37.185 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:37.185 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:00:37.185 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:00:37.186 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:37.186 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:37.186 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:00:37.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:37.186 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:37.186 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:00:37.686 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:37.687 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:00:38.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:38.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:00:38.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:00:38.188 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:00:38.188 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:38.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:38.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:00:38.189 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:00:38.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:38.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:38.189 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:38.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:38.189 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:00:38.189 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject0 20:00:38.189 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject1 20:00:38.189 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject2 20:00:38.189 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest 20:00:38.189 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:00:38.189 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:00:38.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:00:38.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:00:38.190 INFO [WorkbenchTestable][RequirementsRunner] Finished test: delete no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest) 20:00:38.190 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:00:38.190 INFO [WorkbenchTestable][RequirementsRunner] Started test: select no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest) 20:00:38.190 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest 20:00:38.190 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:00:38.190 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:00:38.190 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:00:38.190 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PackageExplorerTestProject1 20:00:38.190 DEBUG [main][TreeItemHandler] Selecting tree item: PackageExplorerTestProject1 20:00:38.192 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PackageExplorerTestProject1 about selection 20:00:38.194 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PackageExplorerTestProject1 20:00:38.195 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest 20:00:38.195 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:00:38.195 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:00:38.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:00:38.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:00:38.195 INFO [WorkbenchTestable][RequirementsRunner] Finished test: select no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest) 20:00:38.195 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:00:38.195 INFO [WorkbenchTestable][RequirementsRunner] Started test: open no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest) 20:00:38.195 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest 20:00:38.195 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:00:38.195 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:00:38.195 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:00:38.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:38.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:38.196 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 20:00:38.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:38.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:38.196 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:00:38.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:38.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:38.197 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:00:38.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') 20:00:38.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:38.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:38.197 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:38.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:38.197 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:00:38.197 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:00:38.197 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:38.198 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:38.198 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:00:38.198 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:00:38.198 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:00:38.199 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest 20:00:38.199 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:00:38.199 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:00:38.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:00:38.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:00:38.199 INFO [WorkbenchTestable][RequirementsRunner] Finished test: open no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest) 20:00:38.199 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:00:38.199 INFO [WorkbenchTestable][RequirementsRunner] Started test: multipleSelect no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest) 20:00:38.199 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest 20:00:38.199 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:00:38.199 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:00:38.199 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:00:38.199 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:00:38.199 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:38.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:38.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:00:38.200 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:00:38.200 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:38.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:38.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:00:38.200 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:00:38.200 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:38.201 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:38.201 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:00:38.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:38.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:38.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:00:38.701 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:38.701 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:00:39.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:39.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:00:39.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:00:39.203 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:00:39.203 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:39.204 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:39.204 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:00:39.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 20:00:39.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:39.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:39.204 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:39.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:39.204 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:00:39.204 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject0 20:00:39.204 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject1 20:00:39.204 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject2 20:00:39.205 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:00:39.205 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:39.205 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:39.205 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:00:39.205 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:00:39.205 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:39.205 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:39.205 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:00:39.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:39.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:39.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:00:39.706 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:39.706 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:00:40.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:40.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:00:40.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:00:40.207 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:00:40.208 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:40.208 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:40.208 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:00:40.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 20:00:40.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:40.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:40.209 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:40.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:40.209 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:00:40.209 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject0 20:00:40.209 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject1 20:00:40.209 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject2 20:00:40.209 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:00:40.209 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:40.210 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:40.210 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:00:40.210 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:00:40.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:40.210 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:40.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:40.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:40.210 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:00:40.210 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 20:00:40.210 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 20:00:40.210 DEBUG [main][TreeItemHandler] Set Tree selection 20:00:40.210 DEBUG [main][TreeHandler] Notify Tree about selection event 20:00:40.212 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 20:00:40.212 DEBUG [WorkbenchTestable][TreeItemHandler] PackageExplorerTestProject0 20:00:40.212 DEBUG [WorkbenchTestable][TreeItemHandler] PackageExplorerTestProject2 20:00:40.212 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest 20:00:40.212 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:00:40.212 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:00:40.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:00:40.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:00:40.213 INFO [WorkbenchTestable][RequirementsRunner] Finished test: multipleSelect no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest) 20:00:40.213 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:00:40.213 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTitle no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest) 20:00:40.213 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest 20:00:40.213 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:00:40.213 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:00:40.213 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:00:40.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:40.213 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:40.213 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 20:00:40.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:40.214 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:40.214 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:00:40.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:40.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:40.214 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:00:40.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 '\*?\QPackage Explorer\E') 20:00:40.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:40.214 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:40.214 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:40.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:40.214 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:00:40.214 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:00:40.215 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:40.215 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:40.215 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:00:40.215 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:00:40.215 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:00:40.216 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest 20:00:40.216 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:00:40.216 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:00:40.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:00:40.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:00:40.216 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTitle no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest) 20:00:40.216 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:00:40.216 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:40.217 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:40.217 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:00:40.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:40.217 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:40.217 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:00:40.717 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:40.718 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:00:41.218 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:41.218 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:00:41.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:00:41.219 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:00:41.219 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:41.219 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:41.219 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:00:41.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 20:00:41.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:41.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:41.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:41.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:41.220 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:00:41.220 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject0 20:00:41.220 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject1 20:00:41.220 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject2 20:00:41.220 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PackageExplorerTestProject0 20:00:41.220 DEBUG [main][TreeItemHandler] Selecting tree item: PackageExplorerTestProject0 20:00:41.221 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PackageExplorerTestProject0 about selection 20:00:41.225 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PackageExplorerTestProject0 20:00:41.225 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:00:41.225 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:41.243 DEBUG [main][MenuItemLookup] Found menu:'New' 20:00:41.243 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:00:41.243 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:41.243 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 20:00:41.243 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 20:00:41.243 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:00:41.243 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:41.243 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:00:41.243 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 20:00:41.243 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:00:41.243 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:00:41.243 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:41.243 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 20:00:41.243 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 20:00:41.243 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 20:00:41.243 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 20:00:41.243 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:41.243 DEBUG [main][MenuItemLookup] Found menu:'Import...' 20:00:41.243 DEBUG [main][MenuItemLookup] Found menu:'Export...' 20:00:41.243 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:41.243 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 20:00:41.243 DEBUG [main][MenuItemLookup] Item match:Refresh F5 20:00:41.244 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 20:00:41.244 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 20:00:41.244 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 20:00:41.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:00:41.244 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 20:00:41.744 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:00:41.744 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:00:41.744 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:00:41.744 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:00:41.744 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:00:41.744 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:00:41.744 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:00:41.744 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:00:41.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:00:41.744 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'PackageExplorerTestProject0' via Explorer 20:00:41.744 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PackageExplorerTestProject0 20:00:41.744 DEBUG [main][TreeItemHandler] Selecting tree item: PackageExplorerTestProject0 20:00:41.745 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PackageExplorerTestProject0 about selection 20:00:41.747 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PackageExplorerTestProject0 20:00:41.747 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:00:41.747 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:41.765 DEBUG [main][MenuItemLookup] Found menu:'New' 20:00:41.765 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:00:41.765 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:41.765 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 20:00:41.765 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 20:00:41.765 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:00:41.765 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:41.765 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:00:41.765 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 20:00:41.765 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:00:41.765 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:00:41.765 DEBUG [main][MenuItemLookup] Item match:Delete Delete 20:00:41.765 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 20:00:41.765 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 20:00:41.765 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 20:00:41.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.... 20:00:42.342 DEBUG [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 20:00:42.342 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 20:00:42.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:42.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:42.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:42.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:42.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) 20:00:42.345 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:00:42.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:00:42.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:00:42.345 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:00:42.345 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:00:42.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:42.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:42.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:42.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:42.345 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:42.345 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 20:00:42.345 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 20:00:42.345 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 20:00:42.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:42.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:42.346 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:42.346 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:42.346 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 20:00:42.346 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:00:42.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:00:42.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:00:42.346 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:00:42.346 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:00:42.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:42.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:42.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:42.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:42.346 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:42.347 INFO [WorkbenchTestable][AbstractButton] Click button OK 20:00:42.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:42.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:42.347 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:42.347 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:42.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 20:00:42.350 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 20:00:42.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 20:00:42.850 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 20:00:42.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:00:42.850 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 20:00:42.850 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 20:00:42.850 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:00:42.850 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 20:00:42.850 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:00:42.850 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:00:42.850 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:00:42.850 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:00:42.850 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:00:42.850 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:00:42.850 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:00:42.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:00:42.851 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PackageExplorerTestProject1 20:00:42.851 DEBUG [main][TreeItemHandler] Selecting tree item: PackageExplorerTestProject1 20:00:42.851 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PackageExplorerTestProject1 about selection 20:00:42.853 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PackageExplorerTestProject1 20:00:42.853 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:00:42.853 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:42.873 DEBUG [main][MenuItemLookup] Found menu:'New' 20:00:42.873 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:00:42.873 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:42.873 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 20:00:42.873 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 20:00:42.873 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:00:42.873 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:42.873 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:00:42.873 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 20:00:42.873 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:00:42.873 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:00:42.873 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:42.873 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 20:00:42.873 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 20:00:42.873 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 20:00:42.873 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 20:00:42.873 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:42.873 DEBUG [main][MenuItemLookup] Found menu:'Import...' 20:00:42.873 DEBUG [main][MenuItemLookup] Found menu:'Export...' 20:00:42.873 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:42.873 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 20:00:42.873 DEBUG [main][MenuItemLookup] Item match:Refresh F5 20:00:42.873 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 20:00:42.873 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 20:00:42.873 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 20:00:42.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:00:42.873 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 20:00:43.373 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 20:00:43.373 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 20:00:43.373 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:00:43.373 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:00:43.373 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:00:43.373 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:00:43.373 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:00:43.373 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:00:43.373 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:00:43.373 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:00:43.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:00:43.373 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'PackageExplorerTestProject1' via Explorer 20:00:43.373 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PackageExplorerTestProject1 20:00:43.373 DEBUG [main][TreeItemHandler] Selecting tree item: PackageExplorerTestProject1 20:00:43.373 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PackageExplorerTestProject1 about selection 20:00:43.375 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PackageExplorerTestProject1 20:00:43.375 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:00:43.375 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:43.393 DEBUG [main][MenuItemLookup] Found menu:'New' 20:00:43.393 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:00:43.393 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:43.393 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 20:00:43.393 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 20:00:43.393 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:00:43.393 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:43.393 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:00:43.393 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 20:00:43.393 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:00:43.393 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:00:43.393 DEBUG [main][MenuItemLookup] Item match:Delete Delete 20:00:43.393 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 20:00:43.393 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 20:00:43.393 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 20:00:43.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 'Delete.*'] is available.... 20:00: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 20:00:43.969 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 20:00:43.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:43.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:43.971 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:43.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:43.971 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 20:00:43.971 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:00:43.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:00:43.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:00:43.971 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:00:43.971 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:00:43.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:43.971 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:43.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:43.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:43.972 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:43.972 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 20:00:43.972 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 20:00:43.972 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 20:00:43.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:43.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:43.972 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:43.972 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:43.972 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 20:00:43.972 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:00:43.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:00:43.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:00:43.972 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:00:43.972 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:00:43.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:43.972 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:43.973 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:43.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:43.973 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:43.973 INFO [WorkbenchTestable][AbstractButton] Click button OK 20:00:43.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:43.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:43.973 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:43.973 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:43.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 20:00:43.975 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 20:00:44.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 20:00:44.476 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 20:00:44.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:00:44.476 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 20:00:44.476 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 20:00:44.476 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 20:00:44.476 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:00:44.476 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:00:44.476 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:00:44.476 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:00:44.476 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:00:44.476 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:00:44.476 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:00:44.476 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:00:44.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:00:44.476 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PackageExplorerTestProject2 20:00:44.476 DEBUG [main][TreeItemHandler] Selecting tree item: PackageExplorerTestProject2 20:00:44.476 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PackageExplorerTestProject2 about selection 20:00:44.480 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PackageExplorerTestProject2 20:00:44.480 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:00:44.480 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:44.497 DEBUG [main][MenuItemLookup] Found menu:'New' 20:00:44.497 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:00:44.497 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:44.497 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 20:00:44.497 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 20:00:44.497 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:00:44.497 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:44.497 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:00:44.497 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 20:00:44.497 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:00:44.497 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:00:44.497 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:44.497 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 20:00:44.497 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 20:00:44.497 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 20:00:44.497 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 20:00:44.497 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:44.497 DEBUG [main][MenuItemLookup] Found menu:'Import...' 20:00:44.497 DEBUG [main][MenuItemLookup] Found menu:'Export...' 20:00:44.497 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:44.497 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 20:00:44.497 DEBUG [main][MenuItemLookup] Item match:Refresh F5 20:00:44.498 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 20:00:44.498 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 20:00:44.498 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 20:00:44.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:00:44.498 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:00:44.498 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 20:00:44.998 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 20:00:44.998 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:00:44.998 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:00:44.998 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:00:44.998 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:00:44.998 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:00:44.998 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:00:44.998 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:00:44.998 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:00:44.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:00:44.999 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'PackageExplorerTestProject2' via Explorer 20:00:44.999 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PackageExplorerTestProject2 20:00:44.999 DEBUG [main][TreeItemHandler] Selecting tree item: PackageExplorerTestProject2 20:00:44.999 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PackageExplorerTestProject2 about selection 20:00:45.000 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PackageExplorerTestProject2 20:00:45.001 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:00:45.001 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:45.018 DEBUG [main][MenuItemLookup] Found menu:'New' 20:00:45.018 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:00:45.018 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:45.018 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 20:00:45.018 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 20:00:45.018 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:00:45.018 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:45.018 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:00:45.018 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 20:00:45.018 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:00:45.019 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:00:45.019 DEBUG [main][MenuItemLookup] Item match:Delete Delete 20:00:45.019 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 20:00:45.019 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 20:00:45.019 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 20:00:45.042 DEBUG [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.... 20:00:45.598 DEBUG [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 20:00:45.599 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 20:00:45.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:45.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:45.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:45.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:45.601 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 20:00:45.601 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:00:45.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:00:45.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:00:45.601 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:00:45.601 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:00:45.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:45.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:45.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:45.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:45.601 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:45.601 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 20:00:45.601 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 20:00:45.602 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 20:00:45.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:45.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:45.602 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:45.602 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:45.602 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 20:00:45.602 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:00:45.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:00:45.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:00:45.602 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:00:45.602 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:00:45.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:45.602 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:45.602 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:45.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:45.602 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:45.602 INFO [WorkbenchTestable][AbstractButton] Click button OK 20:00:45.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:45.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:45.602 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:45.602 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:45.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 20:00:45.604 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 20:00:46.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 20:00:46.105 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 20:00:46.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:00:46.105 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 20:00:46.105 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 20:00:46.105 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:00:46.105 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:00:46.105 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:00:46.105 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:00:46.105 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:00:46.105 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:00:46.105 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:00:46.105 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:00:46.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:00:46.105 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest 20:00:46.105 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:00:46.105 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:00:46.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:00:46.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.545 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: 4.463 s select no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest) Time elapsed: 0.005 s open no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest) Time elapsed: 0.004 s multipleSelect no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest) Time elapsed: 2.014 s getTitle no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest) Time elapsed: 0.003 s Running org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest 20:00:46.112 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest 20:00:46.112 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:00:46.112 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:00:46.112 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest 20:00:46.112 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:00:46.112 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 20:00:46.113 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:00:46.113 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 20:00:46.113 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:00:46.113 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 20:00:46.113 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 20:00:46.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 20:00:46.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:00:46.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:00:46.113 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:00:46.113 DEBUG [main][MenuItemLookup] Found menu:'File' 20:00:46.114 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:00:46.114 DEBUG [main][MenuItemLookup] Found menu:'Source' 20:00:46.114 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 20:00:46.114 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:00:46.114 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:00:46.114 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:00:46.114 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:00:46.114 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:00:46.114 DEBUG [main][MenuItemLookup] Item match:Window 20:00:46.114 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:00:46.114 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:00:46.114 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:00:46.114 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:46.114 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:00:46.114 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:00:46.114 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:46.114 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:00:46.114 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:46.114 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:00:46.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:00:46.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:00:46.114 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:00:46.114 DEBUG [main][MenuItemLookup] Found menu:'File' 20:00:46.114 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:00:46.114 DEBUG [main][MenuItemLookup] Found menu:'Source' 20:00:46.114 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 20:00:46.114 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:00:46.114 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:00:46.114 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:00:46.114 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:00:46.114 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:00:46.114 DEBUG [main][MenuItemLookup] Item match:Window 20:00:46.114 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:00:46.114 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:00:46.114 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:00:46.114 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:46.114 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:00:46.114 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:00:46.114 DEBUG [main][MenuItemLookup] Item match:Perspective 20:00:46.115 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 20:00:46.115 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:46.115 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 20:00:46.115 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 20:00:46.115 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 20:00:46.115 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 20:00:46.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 20:00:46.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:00:46.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:00:46.115 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:00:46.115 DEBUG [main][MenuItemLookup] Found menu:'File' 20:00:46.115 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:00:46.115 DEBUG [main][MenuItemLookup] Found menu:'Source' 20:00:46.115 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 20:00:46.115 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:00:46.115 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:00:46.115 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:00:46.115 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:00:46.115 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:00:46.115 DEBUG [main][MenuItemLookup] Item match:Window 20:00:46.115 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:00:46.115 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:00:46.115 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:00:46.115 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:46.115 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:00:46.115 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:00:46.115 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:46.115 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:00:46.115 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:46.115 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:00:46.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:00:46.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:00:46.115 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:00:46.115 DEBUG [main][MenuItemLookup] Found menu:'File' 20:00:46.115 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:00:46.115 DEBUG [main][MenuItemLookup] Found menu:'Source' 20:00:46.115 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 20:00:46.116 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:00:46.116 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:00:46.116 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:00:46.116 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:00:46.116 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:00:46.116 DEBUG [main][MenuItemLookup] Item match:Window 20:00:46.116 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:00:46.116 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:00:46.116 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:00:46.116 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:46.116 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:00:46.116 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:00:46.116 DEBUG [main][MenuItemLookup] Item match:Perspective 20:00:46.116 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 20:00:46.116 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:46.116 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 20:00:46.116 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 20:00:46.116 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 20:00:46.116 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 20:00:46.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:00:46.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:00:46.116 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:00:46.116 DEBUG [main][MenuItemLookup] Found menu:'File' 20:00:46.116 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:00:46.116 DEBUG [main][MenuItemLookup] Found menu:'Source' 20:00:46.116 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 20:00:46.116 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:00:46.116 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:00:46.116 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:00:46.116 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:00:46.116 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:00:46.116 DEBUG [main][MenuItemLookup] Item match:Window 20:00:46.116 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:00:46.116 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:00:46.116 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:00:46.116 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:46.116 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:00:46.116 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:00:46.116 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:46.116 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:00:46.116 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:46.116 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:00:46.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:00:46.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:00:46.117 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:00:46.117 DEBUG [main][MenuItemLookup] Found menu:'File' 20:00:46.117 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:00:46.117 DEBUG [main][MenuItemLookup] Found menu:'Source' 20:00:46.117 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 20:00:46.117 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:00:46.117 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:00:46.117 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:00:46.117 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:00:46.117 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:00:46.117 DEBUG [main][MenuItemLookup] Item match:Window 20:00:46.117 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:00:46.117 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:00:46.117 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:00:46.117 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:46.117 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:00:46.117 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:00:46.117 DEBUG [main][MenuItemLookup] Item match:Perspective 20:00:46.117 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 20:00:46.117 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:46.117 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 20:00:46.117 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 20:00:46.117 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 20:00:46.117 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 20:00:46.117 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 20:00:46.117 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 20:00:46.117 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 20:00:46.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 20:00:46.138 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 20:00:46.138 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 20:00:46.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:46.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:46.139 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:00:46.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:00:46.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:00:46.139 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 20:00:46.139 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:00:46.139 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:46.139 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:46.139 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:00:46.139 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:00:46.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:00:46.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:00:46.139 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 20:00:46.139 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:00:46.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:46.139 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:46.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:46.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:46.140 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:46.140 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 20:00:46.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:46.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:46.140 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:46.140 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:46.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:00:46.229 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:46.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:00:46.230 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:46.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 Project"] 20:00:46.230 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:46.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:00:46.230 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:46.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:00:46.230 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:46.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:00:46.230 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:46.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 Project"] 20:00:46.230 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:46.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:00:46.230 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:46.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:00:46.231 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:46.231 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:00:46.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:46.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:46.231 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:00:46.231 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:00:46.231 DEBUG [main][MenuItemLookup] Found menu:'File' 20:00:46.231 DEBUG [main][MenuItemLookup] Item match:File 20:00:46.232 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 20:00:46.232 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 20:00:46.233 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 20:00:46.233 DEBUG [main][MenuItemLookup] Found menu:'Project...' 20:00:46.233 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:46.233 DEBUG [main][MenuItemLookup] Found menu:'Package' 20:00:46.233 DEBUG [main][MenuItemLookup] Found menu:'Class' 20:00:46.234 DEBUG [main][MenuItemLookup] Found menu:'Interface' 20:00:46.234 DEBUG [main][MenuItemLookup] Found menu:'Enum' 20:00:46.234 DEBUG [main][MenuItemLookup] Found menu:'Record' 20:00:46.234 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 20:00:46.234 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 20:00:46.234 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 20:00:46.234 DEBUG [main][MenuItemLookup] Found menu:'Folder' 20:00:46.234 DEBUG [main][MenuItemLookup] Found menu:'File' 20:00:46.234 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 20:00:46.234 DEBUG [main][MenuItemLookup] Found menu:'Task' 20:00:46.234 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 20:00:46.234 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:46.234 DEBUG [main][MenuItemLookup] Found menu:'Example...' 20:00:46.234 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:46.234 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 20:00:46.234 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 20:00:46.234 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 20:00:46.234 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 20:00:46.234 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 20:00:46.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 20:00:46.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 'New|Select a wizard'] is available. finished successfully 20:00:46.295 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 20:00:46.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:46.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:46.296 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:00:46.296 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:46.296 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 20:00:46.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:46.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:46.296 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:46.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:46.296 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:00:46.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:00:46.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:00:46.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 20:00:46.297 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:00:46.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:00:46.297 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:00:46.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:00:46.297 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:00:46.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 20:00:46.298 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:00:46.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:00:46.298 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:00:46.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:00:46.298 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:00:46.298 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 20:00:46.298 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 20:00:46.298 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 20:00:46.298 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 20:00:46.298 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:00:46.298 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 20:00:46.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.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) 20:00:46.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:46.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:46.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:46.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:46.299 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:46.300 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:00:46.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:46.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:46.300 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:46.300 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:46.413 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:00:46.413 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:46.413 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:46.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 20:00:46.414 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 20:00:46.414 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 20:00:46.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:46.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:46.414 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 20:00:46.414 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:46.414 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'buildpathspropertypagetest' 20:00:46.415 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:") 20:00:46.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:46.415 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:46.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:46.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:46.416 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:00:46.416 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:00:46.416 INFO [WorkbenchTestable][AbstractText] Text set to: buildpathspropertypagetest 20:00:46.439 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 20:00:46.439 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 20:00:46.439 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) 20:00:46.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:46.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:46.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:46.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:46.440 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:46.441 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:00:46.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:46.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:46.441 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:46.441 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:46.444 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.... 20:00:46.944 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 20:00:46.944 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 20:00:46.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:46.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:46.946 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 20:00:46.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 "Don't Create") 20:00:46.947 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:00:46.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:00:46.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:00:46.947 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 20:00:46.947 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:00:46.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:46.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:46.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:46.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:46.947 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:46.947 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 20:00:46.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:46.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:46.947 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:46.947 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:47.020 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.... 20:00:47.020 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 20:00:47.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:00:47.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:00:47.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:00:47.020 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 20:00:47.020 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:00:47.020 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:00:47.020 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:00:47.020 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:00:47.020 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:00:47.020 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:00:47.020 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:00:47.020 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:00:47.020 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:00:47.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:00:47.020 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:00:47.020 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectTabs no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest) 20:00:47.020 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest 20:00:47.020 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:00:47.020 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:00:47.020 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:00:47.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:47.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:47.021 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 20:00:47.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:47.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:47.021 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:00:47.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:47.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:47.022 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:00:47.022 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:00:47.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:47.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:47.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:47.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:47.022 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:00:47.022 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:00:47.022 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:47.023 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:47.023 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:00:47.023 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:00:47.023 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:00:47.024 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:00:47.024 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:47.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:47.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:00:47.024 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:00:47.024 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:47.025 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:47.025 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:00:47.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:47.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:47.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:00:47.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:47.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:00:48.031 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:48.031 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:00:48.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:00:48.032 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:00:48.032 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:48.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:48.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:00:48.033 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:00:48.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:48.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:48.033 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:48.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:48.033 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:00:48.033 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name buildpathspropertypagetest 20:00:48.033 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item buildpathspropertypagetest 20:00:48.033 DEBUG [main][TreeItemHandler] Selecting tree item: buildpathspropertypagetest 20:00:48.033 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item buildpathspropertypagetest about selection 20:00:48.035 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: buildpathspropertypagetest 20:00:48.035 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:00:48.035 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:48.056 DEBUG [main][MenuItemLookup] Found menu:'New' 20:00:48.056 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:00:48.056 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:48.056 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 20:00:48.056 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 20:00:48.056 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:00:48.056 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:48.056 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:00:48.056 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 20:00:48.056 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:00:48.056 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:00:48.056 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:48.056 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 20:00:48.056 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 20:00:48.056 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 20:00:48.056 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 20:00:48.056 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:48.056 DEBUG [main][MenuItemLookup] Found menu:'Import...' 20:00:48.056 DEBUG [main][MenuItemLookup] Found menu:'Export...' 20:00:48.056 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:48.056 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 20:00:48.056 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 20:00:48.056 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 20:00:48.056 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 20:00:48.056 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:48.056 DEBUG [main][MenuItemLookup] Found menu:'Run As' 20:00:48.056 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 20:00:48.056 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 20:00:48.056 DEBUG [main][MenuItemLookup] Found menu:'Team' 20:00:48.056 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 20:00:48.056 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 20:00:48.056 DEBUG [main][MenuItemLookup] Found menu:'Configure' 20:00:48.056 DEBUG [main][MenuItemLookup] Found menu:'Validate' 20:00:48.056 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:48.056 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 20:00:48.056 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 20:00:48.057 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 20:00:48.057 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 20:00:48.057 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 20:00:48.188 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"] 20:00:48.188 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:48.188 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:48.188 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for buildpathspropertypagetest 20:00:48.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:48.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:48.190 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for buildpathspropertypagetest is not null and is not disposed 20:00:48.190 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:48.190 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 20:00:48.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:48.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:48.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:48.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:48.191 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:00:48.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:00:48.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:00:48.192 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Build Path 20:00:48.192 DEBUG [main][TreeItemHandler] Selecting tree item: Java Build Path 20:00:48.192 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Build Path about selection 20:00:48.192 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Build Path 20:00:48.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:48.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:48.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:48.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:48.504 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") 20:00:48.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:48.504 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:48.505 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:48.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:48.505 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 20:00:48.505 INFO [WorkbenchTestable][AbstractTabItem] Activate &Libraries 20:00:48.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:00:48.512 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 20:00:48.512 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:00:48.512 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:00:48.512 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:00:48.512 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:00:48.512 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:00:48.512 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:00:48.512 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:00:48.512 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:00:48.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:00:48.512 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") 20:00:48.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:48.512 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:48.513 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:48.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:48.513 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 20:00:48.513 INFO [WorkbenchTestable][AbstractTabItem] Activate &Source 20:00:48.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:00:48.522 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 20:00:48.522 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:00:48.522 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:00:48.522 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:00:48.522 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:00:48.522 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:00:48.522 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:00:48.522 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:00:48.522 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:00:48.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:00:48.522 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") 20:00:48.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:48.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:48.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:48.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:48.524 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 20:00:48.524 INFO [WorkbenchTestable][AbstractTabItem] Activate &Order and Export 20:00:48.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:00:48.525 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 20:00:48.525 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:00:48.525 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:00:48.525 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:00:48.525 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:00:48.525 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:00:48.525 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:00:48.525 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:00:48.525 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:00:48.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:00:48.525 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") 20:00:48.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:48.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:48.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:48.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:48.526 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 20:00:48.584 INFO [WorkbenchTestable][AbstractTabItem] Activate &Projects 20:00:48.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:00:48.586 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 20:00:48.586 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:00:48.586 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:00:48.586 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:00:48.586 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:00:48.586 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:00:48.586 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:00:48.586 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:00:48.586 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:00:48.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:00:48.587 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for buildpathspropertypagetest 20:00:48.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:48.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:48.587 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) 20:00:48.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:48.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:48.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:48.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:48.589 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:48.589 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:00:48.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:48.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:48.589 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:48.589 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:48.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:00:48.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:00:48.781 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:00:48.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:48.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:48.782 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest 20:00:48.782 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:00:48.782 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:00:48.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:00:48.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:00:48.782 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectTabs no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest) 20:00:48.783 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:00:48.783 INFO [WorkbenchTestable][RequirementsRunner] Started test: addRemoveModulePathVariable no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest) 20:00:48.783 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest 20:00:48.783 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:00:48.783 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:00:48.783 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:00:48.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:48.784 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:48.785 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 20:00:48.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:48.785 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:48.785 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:00:48.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:48.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:48.785 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:00:48.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 '\*?\QPackage Explorer\E') 20:00:48.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:48.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:48.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:48.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:48.786 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:00:48.786 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:00:48.786 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:48.787 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:48.787 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:00:48.787 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:00:48.787 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:00:48.788 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:00:48.788 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:48.788 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:48.789 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:00:48.789 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:00:48.789 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:48.789 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:48.789 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:00:48.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:48.789 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:48.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:00:49.290 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:49.290 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:00:49.791 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:49.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:00:49.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:00:49.791 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:00:49.791 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:49.792 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:49.792 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:00:49.792 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:00:49.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:49.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:49.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:49.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:49.792 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:00:49.792 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name buildpathspropertypagetest 20:00:49.792 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item buildpathspropertypagetest 20:00:49.792 DEBUG [main][TreeItemHandler] Selecting tree item: buildpathspropertypagetest 20:00:49.793 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item buildpathspropertypagetest about selection 20:00:49.794 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: buildpathspropertypagetest 20:00:49.794 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:00:49.794 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:49.858 DEBUG [main][MenuItemLookup] Found menu:'New' 20:00:49.858 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:00:49.859 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:49.859 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 20:00:49.859 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 20:00:49.859 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:00:49.859 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:49.859 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:00:49.859 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 20:00:49.859 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:00:49.859 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:00:49.859 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:49.859 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 20:00:49.859 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 20:00:49.859 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 20:00:49.859 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 20:00:49.859 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:49.859 DEBUG [main][MenuItemLookup] Found menu:'Import...' 20:00:49.859 DEBUG [main][MenuItemLookup] Found menu:'Export...' 20:00:49.859 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:49.859 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 20:00:49.859 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 20:00:49.859 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 20:00:49.859 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 20:00:49.859 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:49.859 DEBUG [main][MenuItemLookup] Found menu:'Run As' 20:00:49.859 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 20:00:49.859 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 20:00:49.859 DEBUG [main][MenuItemLookup] Found menu:'Team' 20:00:49.859 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 20:00:49.859 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 20:00:49.859 DEBUG [main][MenuItemLookup] Found menu:'Configure' 20:00:49.859 DEBUG [main][MenuItemLookup] Found menu:'Validate' 20:00:49.859 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:49.859 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 20:00:49.859 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 20:00:49.859 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 20:00:49.859 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 20:00:49.859 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 20:00:49.995 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"] 20:00:49.995 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:49.995 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:49.995 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for buildpathspropertypagetest 20:00:49.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:49.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:49.996 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for buildpathspropertypagetest is not null and is not disposed 20:00:49.996 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:49.996 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 20:00:49.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:49.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:49.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:49.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:49.996 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:00:49.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:00:49.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:00:49.997 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Build Path 20:00:49.997 DEBUG [main][TreeItemHandler] Selecting tree item: Java Build Path 20:00:49.997 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Build Path about selection 20:00:49.997 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Build Path 20:00:49.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:49.998 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:49.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:49.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:49.999 INFO [WorkbenchTestable][BuildPathsPropertyPage] Adding variable on Modulepath: VN=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-3.3.0-SNAPSHOT-sources.jar 20:00:49.999 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") 20:00:49.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:49.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:49.999 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:49.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:49.999 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 20:00:49.999 INFO [WorkbenchTestable][AbstractTabItem] Activate &Libraries 20:00:50.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:00:50.013 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 20:00:50.013 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 20:00:50.013 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 20:00:50.013 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:00:50.013 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:00:50.013 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:00:50.013 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:00:50.013 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:00:50.013 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:00:50.013 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:00:50.013 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:00:50.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:00:50.013 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") 20:00:50.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:50.014 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:50.014 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:50.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:50.014 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 20:00:50.014 INFO [WorkbenchTestable][AbstractTabItem] Activate &Libraries 20:00:50.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:00:50.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 20:00:50.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 20:00:50.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 20:00:50.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:00:50.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:00:50.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:00:50.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:00:50.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:00:50.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:00:50.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:00:50.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:00:50.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:00:50.015 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 20:00:50.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:50.015 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 20:00:50.016 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 20:00:50.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:50.016 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 20:00:50.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:00:50.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:00:50.016 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Modulepath 20:00:50.016 DEBUG [main][TreeItemHandler] Selecting tree item: Modulepath 20:00:50.016 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Modulepath about selection 20:00:50.017 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Modulepath 20:00:50.017 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...") 20:00:50.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:50.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:50.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:50.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:50.018 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:50.019 INFO [WorkbenchTestable][AbstractButton] Click button Add &Variable... 20:00:50.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:50.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:50.019 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:50.019 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:50.127 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.... 20:00:50.127 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 20:00:50.127 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Variable Classpath Entry 20:00:50.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:50.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:50.128 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...") 20:00:50.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:50.128 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:50.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:50.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:50.129 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:50.129 INFO [WorkbenchTestable][AbstractButton] Click button Configur&e Variables... 20:00:50.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:50.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:50.129 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:50.129 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:50.287 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:00:50.287 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:50.287 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:50.288 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:50.288 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:50.288 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences (Filtered) 20:00:50.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:50.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:50.288 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences (Filtered) is not null and is not disposed 20:00:50.288 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:50.288 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences (Filtered) 20:00:50.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:50.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:50.289 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 20:00:50.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:50.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:50.289 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:50.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:50.289 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:00:50.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:00:50.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:00:50.291 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...") 20:00:50.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:50.291 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:50.291 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:50.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:50.291 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:50.292 INFO [WorkbenchTestable][AbstractButton] Click button &New... 20:00:50.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:50.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:50.292 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:50.292 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:50.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Variable Entry"] is available.... 20:00:50.326 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 20:00:50.326 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Variable Entry 20:00:50.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:50.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:50.327 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:") 20:00:50.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:50.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:50.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:50.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:50.327 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:00:50.327 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:00:50.328 INFO [WorkbenchTestable][AbstractText] Text set to: VN 20:00:50.328 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:") 20:00:50.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:50.328 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:50.329 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:50.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:50.329 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:00:50.329 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:00:50.329 INFO [WorkbenchTestable][AbstractText] Text set to: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-3.3.0-SNAPSHOT-sources.jar 20:00:50.330 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) 20:00:50.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:50.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:50.330 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:50.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:50.330 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:50.334 INFO [WorkbenchTestable][AbstractButton] Click button OK 20:00:50.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:50.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:50.334 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:50.334 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:50.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:00:50.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:00:50.387 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 20:00:50.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:50.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:50.388 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:50.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:50.388 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:00:50.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:00:50.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:00:50.389 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:50.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:50.390 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") 20:00:50.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:50.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:50.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:50.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:50.391 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:50.391 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 20:00:50.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:50.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:50.391 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:50.391 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:50.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:00:50.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:00:50.440 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Variable Classpath Entry 20:00:50.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:50.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:50.441 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) 20:00:50.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:50.441 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:50.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:50.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:50.441 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:50.441 INFO [WorkbenchTestable][AbstractButton] Click button OK 20:00:50.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:50.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:50.441 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:50.442 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:50.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:00:50.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:00:50.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:00:50.501 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 20:00:50.501 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:00:50.501 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:00:50.501 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:00:50.501 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:00:50.501 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:00:50.501 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:00:50.501 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:00:50.501 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:00:50.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:00:50.501 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") 20:00:50.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:50.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:50.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:50.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:50.502 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:50.502 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 20:00:50.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:50.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:50.502 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:50.502 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:50.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:00:50.503 DEBUG [WorkbenchTestable][JobIsRunning] job 'Setting build path' has no excuses, wait for it 20:00:51.003 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 20:00:51.003 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 20:00:51.003 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 20:00:51.003 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 20:00:51.003 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:00:51.003 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:00:51.003 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:00:51.003 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:00:51.003 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:00:51.003 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:00:51.003 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:00:51.003 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:00:51.003 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:00:51.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:00:51.004 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") 20:00:51.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:51.004 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:51.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:51.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:51.005 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 20:00:51.005 INFO [WorkbenchTestable][AbstractTabItem] Activate &Libraries 20:00:51.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:00:51.006 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 20:00:51.006 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 20:00:51.006 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 20:00:51.006 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 20:00:51.006 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:00:51.006 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:00:51.006 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:00:51.006 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:00:51.006 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:00:51.006 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:00:51.006 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:00:51.006 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:00:51.006 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:00:51.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:00:51.008 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 20:00:51.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:51.008 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 20:00:51.009 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 20:00:51.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:51.009 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 20:00:51.010 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Modulepath and wait with time period 1 20:00:51.010 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Modulepath 20:00:51.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:00:51.010 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Modulepath is already expanded. No action performed 20:00:51.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:00:51.010 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Modulepath 20:00:51.010 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Modulepath 20:00:51.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:00:51.010 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Modulepath is already expanded. No action performed 20:00:51.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:00:51.010 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Modulepath 20:00:51.010 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:51.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:51.011 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") 20:00:51.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:51.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:51.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:51.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:51.013 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:51.013 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 20:00:51.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:51.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:51.013 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:51.013 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:51.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:00:51.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:00:51.049 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:00:51.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:51.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:51.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:00:51.049 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-3.3.0-SNAPSHOT-sources.jar)' is a system job, skipped 20:00:51.049 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 20:00:51.049 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 20:00:51.049 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 20:00:51.049 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:00:51.049 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:00:51.049 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:00:51.049 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:00:51.049 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:00:51.049 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:00:51.049 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:00:51.049 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:00:51.049 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:00:51.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:00:51.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:51.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:51.050 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 20:00:51.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:51.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:51.050 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:00:51.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:51.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:51.051 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:00:51.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 '\*?\QPackage Explorer\E') 20:00:51.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:51.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:51.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:51.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:51.051 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:00:51.051 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:00:51.051 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:51.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:51.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:00:51.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:00:51.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:00:51.053 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item buildpathspropertypagetest 20:00:51.053 DEBUG [main][TreeItemHandler] Selecting tree item: buildpathspropertypagetest 20:00:51.053 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item buildpathspropertypagetest about selection 20:00:51.055 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: buildpathspropertypagetest 20:00:51.055 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:00:51.055 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:51.090 DEBUG [main][MenuItemLookup] Found menu:'New' 20:00:51.090 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:00:51.090 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:51.090 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 20:00:51.090 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 20:00:51.090 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:00:51.090 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:51.090 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:00:51.090 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 20:00:51.090 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:00:51.090 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:00:51.090 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:51.090 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 20:00:51.090 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 20:00:51.090 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 20:00:51.090 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 20:00:51.090 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:51.090 DEBUG [main][MenuItemLookup] Found menu:'Import...' 20:00:51.090 DEBUG [main][MenuItemLookup] Found menu:'Export...' 20:00:51.090 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:51.090 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 20:00:51.090 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 20:00:51.090 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 20:00:51.090 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 20:00:51.090 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:51.090 DEBUG [main][MenuItemLookup] Found menu:'Run As' 20:00:51.090 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 20:00:51.090 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 20:00:51.090 DEBUG [main][MenuItemLookup] Found menu:'Team' 20:00:51.090 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 20:00:51.090 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 20:00:51.090 DEBUG [main][MenuItemLookup] Found menu:'Configure' 20:00:51.090 DEBUG [main][MenuItemLookup] Found menu:'Validate' 20:00:51.090 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:51.090 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 20:00:51.090 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 20:00:51.091 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 20:00:51.091 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 20:00:51.091 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 20:00:51.218 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"] 20:00:51.218 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:51.218 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:51.218 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for buildpathspropertypagetest 20:00:51.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:51.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:51.220 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for buildpathspropertypagetest is not null and is not disposed 20:00:51.220 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:51.220 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 20:00:51.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:51.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:51.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:51.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:51.220 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:00:51.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:00:51.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:00:51.221 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Build Path 20:00:51.221 DEBUG [main][TreeItemHandler] Selecting tree item: Java Build Path 20:00:51.221 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Build Path about selection 20:00:51.221 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Build Path 20:00:51.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:51.221 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:51.221 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:51.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:51.222 INFO [WorkbenchTestable][BuildPathsPropertyPage] Removing variable from Modulepath: VN - /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-3.3.0-SNAPSHOT-sources.jar 20:00:51.222 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") 20:00:51.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:51.222 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:51.222 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:51.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:51.222 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 20:00:51.222 INFO [WorkbenchTestable][AbstractTabItem] Activate &Libraries 20:00:51.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:00:51.222 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-3.3.0-SNAPSHOT-sources.jar)' is a system job, skipped 20:00:51.222 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 20:00:51.222 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 20:00:51.222 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 20:00:51.222 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 20:00:51.222 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:00:51.222 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:00:51.222 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:00:51.222 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:00:51.222 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:00:51.222 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:00:51.223 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:00:51.223 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:00:51.223 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:00:51.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:00:51.223 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 20:00:51.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:51.223 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 20:00:51.223 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 20:00:51.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:51.223 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 20:00:51.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:00:51.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:00:51.224 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item VN - /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-3.3.0-SNAPSHOT-sources.jar of tree item Modulepath 20:00:51.224 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Modulepath 20:00:51.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:00:51.224 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Modulepath is already expanded. No action performed 20:00:51.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:00:51.224 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Modulepath 20:00:51.225 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item VN - /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-3.3.0-SNAPSHOT-sources.jar 20:00:51.225 DEBUG [main][TreeItemHandler] Selecting tree item: VN - /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-3.3.0-SNAPSHOT-sources.jar 20:00:51.225 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item VN - /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-3.3.0-SNAPSHOT-sources.jar about selection 20:00:51.225 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: VN - /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-3.3.0-SNAPSHOT-sources.jar 20:00:51.226 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") 20:00:51.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:51.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:51.226 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:51.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:51.226 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:51.227 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 20:00:51.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:51.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:51.227 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:51.227 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:51.228 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") 20:00:51.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:51.228 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:51.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:51.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:51.229 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 20:00:51.229 INFO [WorkbenchTestable][AbstractTabItem] Activate &Libraries 20:00:51.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:00:51.229 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-3.3.0-SNAPSHOT-sources.jar)' is a system job, skipped 20:00:51.229 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 20:00:51.229 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 20:00:51.229 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 20:00:51.229 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 20:00:51.229 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:00:51.229 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:00:51.229 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:00:51.229 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:00:51.229 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:00:51.229 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:00:51.229 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:00:51.229 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:00:51.229 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:00:51.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:00:51.229 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 20:00:51.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:51.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 20:00:51.230 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 20:00:51.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:51.230 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 20:00:51.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:00:51.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:00:51.231 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Modulepath 20:00:51.231 DEBUG [main][TreeItemHandler] Selecting tree item: Modulepath 20:00:51.231 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Modulepath about selection 20:00:51.232 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Modulepath 20:00:51.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.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...") 20:00:51.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:51.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:51.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:51.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:51.233 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:51.233 INFO [WorkbenchTestable][AbstractButton] Click button Add &Variable... 20:00:51.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:51.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:51.233 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:51.233 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:51.269 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.... 20:00:51.269 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 20:00:51.269 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Variable Classpath Entry 20:00:51.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:51.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:51.269 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.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-3.3.0-SNAPSHOT-sources.jar") 20:00:51.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:51.269 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:51.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:51.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:51.270 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 20:00:51.270 TRACE [main][WidgetHandler] Notify Table with event 13 20:00:51.270 TRACE [main][WidgetHandler] Wait for synchronization 20:00:51.270 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...") 20:00:51.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:51.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:51.271 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:51.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:51.271 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:51.271 INFO [WorkbenchTestable][AbstractButton] Click button Configur&e Variables... 20:00:51.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:51.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:51.271 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:51.271 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:51.331 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:00:51.332 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:51.332 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:51.332 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:51.332 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:51.332 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences (Filtered) 20:00:51.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:51.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:51.332 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences (Filtered) is not null and is not disposed 20:00:51.332 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:51.333 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences (Filtered) 20:00:51.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:51.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:51.333 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 20:00:51.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:51.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:51.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:51.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:51.334 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:00:51.335 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.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-3.3.0-SNAPSHOT-sources.jar") 20:00:51.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:51.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:51.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:51.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:51.335 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 20:00:51.335 TRACE [main][WidgetHandler] Notify Table with event 13 20:00:51.335 TRACE [main][WidgetHandler] Wait for synchronization 20:00:51.335 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") 20:00:51.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:51.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:51.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:51.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:51.340 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:51.340 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 20:00:51.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:51.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:51.340 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:51.340 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:51.341 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:00:51.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:00:51.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:00:51.341 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences (Filtered)" as the parent 20:00:51.341 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:00:51.341 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:51.342 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:51.342 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:00:51.342 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:00:51.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:00:51.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:00:51.342 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences (Filtered)" as the parent 20:00:51.342 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:00:51.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:51.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:51.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:51.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:51.348 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:51.348 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 20:00:51.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:51.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:51.348 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:51.348 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:51.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Classpath Variables Changed"] is available.... 20:00:51.379 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 20:00:51.379 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Classpath Variables Changed 20:00:51.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:51.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:51.381 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) 20:00:51.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:51.381 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:51.381 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:51.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:51.381 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:51.381 INFO [WorkbenchTestable][AbstractButton] Click button &Yes 20:00:51.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:51.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:51.381 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:51.381 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:51.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:00:51.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:00:51.456 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) 20:00:51.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:51.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:51.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:51.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:51.456 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:51.457 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:00:51.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:51.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:51.457 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:51.457 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:51.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:00:51.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:00:51.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:00:51.480 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-3.3.0-SNAPSHOT-sources.jar)' is a system job, skipped 20:00:51.480 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 20:00:51.480 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 20:00:51.480 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 20:00:51.480 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 20:00:51.480 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:00:51.480 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 20:00:51.480 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 20:00:51.480 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 20:00:51.480 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:00:51.480 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:00:51.480 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:00:51.480 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:00:51.480 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:00:51.480 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:00:51.480 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:00:51.480 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:00:51.480 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:00:51.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:00:51.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.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") 20:00:51.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:51.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:51.482 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:51.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:51.482 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:51.482 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 20:00:51.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:51.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:51.482 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:51.482 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:51.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:00:51.483 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-3.3.0-SNAPSHOT-sources.jar)' is a system job, skipped 20:00:51.483 DEBUG [WorkbenchTestable][JobIsRunning] job 'Setting build path' has no excuses, wait for it 20:00:51.983 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 20:00:51.983 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 20:00:51.983 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refreshing view' is a system job, skipped 20:00:51.983 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 20:00:51.983 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:00:51.983 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:00:51.983 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:00:51.983 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:00:51.983 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:00:51.983 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:00:51.983 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:00:51.983 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:00:51.983 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:00:51.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:00:51.983 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") 20:00:51.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:51.983 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:51.984 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:51.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:51.984 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 20:00:51.984 INFO [WorkbenchTestable][AbstractTabItem] Activate &Libraries 20:00:51.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:00:51.985 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 20:00:51.985 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 20:00:51.985 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refreshing view' is a system job, skipped 20:00:51.985 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 20:00:51.985 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:00:51.985 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:00:51.985 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:00:51.985 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:00:51.985 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:00:51.985 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:00:51.985 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:00:51.985 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:00:51.985 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:00:51.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:00:51.987 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 20:00:51.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:51.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 20:00:51.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 20:00:51.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:51.988 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 20:00:51.989 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Modulepath and wait with time period 1 20:00:51.989 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Modulepath 20:00:51.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:00:51.989 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Modulepath is already expanded. No action performed 20:00:51.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:00:51.989 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Modulepath 20:00:51.989 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Modulepath 20:00:51.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:00:51.989 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Modulepath is already expanded. No action performed 20:00:51.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:00:51.989 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Modulepath 20:00:51.989 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Classpath and wait with time period 1 20:00:51.989 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Classpath 20:00:51.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:00:52.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:00:52.490 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Classpath 20:00:52.490 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Classpath 20:00:52.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:00:52.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:00:52.990 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Classpath 20:00:52.991 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:52.992 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:52.992 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") 20:00:52.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:52.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:52.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:52.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:52.994 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:52.996 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 20:00:52.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:52.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:52.996 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:52.996 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:53.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:00:53.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:00:53.037 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:00:53.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:53.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:53.037 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest 20:00:53.037 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:00:53.037 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:00:53.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:00:53.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:00:53.038 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.log.collector.AftersLogCollector 20:00:53.038 INFO [WorkbenchTestable][RequirementsRunner] Finished test: addRemoveModulePathVariable no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest) 20:00:53.038 INFO [WorkbenchTestable][RequirementsRunner] Test method addRemoveVariable is ignored because shouldRun method of RunIf conditional run is not met. 20:00:53.039 INFO [WorkbenchTestable][RequirementsRunner] Ignored test: addRemoveVariable no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest) 20:00:53.039 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:00:53.039 INFO [WorkbenchTestable][RequirementsRunner] Started test: addRemoveClassPathVariable no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest) 20:00:53.039 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest 20:00:53.039 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:00:53.039 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:00:53.039 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:00:53.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:53.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:53.039 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 20:00:53.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:53.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:53.040 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:00:53.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:53.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:53.040 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:00:53.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 '\*?\QPackage Explorer\E') 20:00:53.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:53.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:53.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:53.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:53.040 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:00:53.040 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:00:53.040 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:53.041 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:53.041 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:00:53.041 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:00:53.041 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:00:53.051 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:00:53.051 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:53.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:53.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:00:53.052 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:00:53.052 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:53.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:53.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:00:53.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:53.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:53.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:00:53.553 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:53.553 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:00:54.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:54.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:00:54.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:00:54.053 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:00:54.054 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:54.054 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:54.054 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:00:54.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 20:00:54.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:54.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:54.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:54.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:54.055 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:00:54.055 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name buildpathspropertypagetest 20:00:54.055 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item buildpathspropertypagetest 20:00:54.055 DEBUG [main][TreeItemHandler] Selecting tree item: buildpathspropertypagetest 20:00:54.055 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item buildpathspropertypagetest about selection 20:00:54.057 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: buildpathspropertypagetest 20:00:54.057 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:00:54.057 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:54.085 DEBUG [main][MenuItemLookup] Found menu:'New' 20:00:54.085 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:00:54.085 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:54.085 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 20:00:54.085 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 20:00:54.085 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:00:54.085 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:54.085 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:00:54.085 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 20:00:54.085 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:00:54.085 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:00:54.085 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:54.085 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 20:00:54.085 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 20:00:54.085 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 20:00:54.085 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 20:00:54.085 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:54.085 DEBUG [main][MenuItemLookup] Found menu:'Import...' 20:00:54.085 DEBUG [main][MenuItemLookup] Found menu:'Export...' 20:00:54.085 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:54.085 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 20:00:54.085 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 20:00:54.085 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 20:00:54.085 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 20:00:54.085 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:54.085 DEBUG [main][MenuItemLookup] Found menu:'Run As' 20:00:54.085 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 20:00:54.085 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 20:00:54.085 DEBUG [main][MenuItemLookup] Found menu:'Team' 20:00:54.085 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 20:00:54.085 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 20:00:54.085 DEBUG [main][MenuItemLookup] Found menu:'Configure' 20:00:54.085 DEBUG [main][MenuItemLookup] Found menu:'Validate' 20:00:54.085 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:54.085 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 20:00:54.085 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 20:00:54.085 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 20:00:54.085 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 20:00:54.085 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 20:00:54.203 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"] 20:00:54.203 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:54.203 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:54.203 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for buildpathspropertypagetest 20:00:54.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:54.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:54.204 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for buildpathspropertypagetest is not null and is not disposed 20:00:54.204 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:54.204 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 20:00:54.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:54.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:54.204 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:54.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:54.204 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:00:54.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:00:54.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:00:54.205 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Build Path 20:00:54.205 DEBUG [main][TreeItemHandler] Selecting tree item: Java Build Path 20:00:54.205 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Build Path about selection 20:00:54.205 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Build Path 20:00:54.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:54.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:54.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:54.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:54.206 INFO [WorkbenchTestable][BuildPathsPropertyPage] Adding variable on Classpath: VN=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-3.3.0-SNAPSHOT-sources.jar 20:00:54.206 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") 20:00:54.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:54.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:54.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:54.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:54.207 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 20:00:54.207 INFO [WorkbenchTestable][AbstractTabItem] Activate &Libraries 20:00:54.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:00:54.207 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 20:00:54.207 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:00:54.207 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:00:54.207 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:00:54.207 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:00:54.207 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:00:54.207 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:00:54.207 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:00:54.207 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:00:54.207 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:00:54.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:00:54.207 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") 20:00:54.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:54.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:54.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:54.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:54.208 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 20:00:54.208 INFO [WorkbenchTestable][AbstractTabItem] Activate &Libraries 20:00:54.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:00:54.208 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 20:00:54.208 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:00:54.208 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:00:54.208 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:00:54.208 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:00:54.208 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:00:54.208 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:00:54.208 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:00:54.208 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:00:54.208 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:00:54.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:00:54.208 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 20:00:54.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:54.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 20:00:54.209 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 20:00:54.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:54.209 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 20:00:54.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:00:54.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:00:54.210 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Classpath 20:00:54.210 DEBUG [main][TreeItemHandler] Selecting tree item: Classpath 20:00:54.210 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Classpath about selection 20:00:54.211 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Classpath 20:00:54.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.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...") 20:00:54.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:54.211 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:54.212 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:54.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:54.212 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:54.212 INFO [WorkbenchTestable][AbstractButton] Click button Add &Variable... 20:00:54.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:54.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:54.212 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:54.212 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:54.248 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.... 20:00:54.248 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 20:00:54.248 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Variable Classpath Entry 20:00:54.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:54.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:54.249 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...") 20:00:54.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:54.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:54.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:54.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:54.249 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:54.249 INFO [WorkbenchTestable][AbstractButton] Click button Configur&e Variables... 20:00:54.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:54.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:54.249 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:54.250 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:54.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.*'] 20:00:54.306 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:54.306 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:54.306 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:54.306 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:54.306 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences (Filtered) 20:00:54.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:54.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:54.306 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences (Filtered) is not null and is not disposed 20:00:54.306 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:54.307 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences (Filtered) 20:00:54.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:54.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:54.307 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 20:00:54.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:54.307 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:54.307 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:54.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:54.307 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:00:54.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:00:54.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:00:54.308 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...") 20:00:54.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:54.308 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:54.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:54.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:54.309 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:54.309 INFO [WorkbenchTestable][AbstractButton] Click button &New... 20:00:54.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:54.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:54.309 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:54.309 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:54.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Variable Entry"] is available.... 20:00:54.337 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 20:00:54.337 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Variable Entry 20:00:54.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:54.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:54.340 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:") 20:00:54.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:54.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:54.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:54.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:54.340 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:00:54.340 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:00:54.341 INFO [WorkbenchTestable][AbstractText] Text set to: VN 20:00:54.341 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:") 20:00:54.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:54.341 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:54.342 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:54.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:54.342 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:00:54.342 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:00:54.343 INFO [WorkbenchTestable][AbstractText] Text set to: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-3.3.0-SNAPSHOT-sources.jar 20:00:54.343 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) 20:00:54.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:54.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:54.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:54.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:54.351 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:54.351 INFO [WorkbenchTestable][AbstractButton] Click button OK 20:00:54.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:54.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:54.351 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:54.351 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:54.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:00:54.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:00:54.385 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 20:00:54.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:54.385 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:54.385 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:54.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:54.385 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:00:54.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:00:54.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:00:54.386 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:54.387 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:54.387 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") 20:00:54.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:54.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:54.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:54.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:54.391 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:54.391 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 20:00:54.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:54.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:54.392 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:54.392 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:54.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:00:54.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:00:54.438 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Variable Classpath Entry 20:00:54.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:54.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:54.438 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) 20:00:54.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:54.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:54.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:54.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:54.439 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:54.439 INFO [WorkbenchTestable][AbstractButton] Click button OK 20:00:54.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:54.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:54.439 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:54.439 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:54.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:00:54.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:00:54.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:00:54.467 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 20:00:54.467 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:00:54.467 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:00:54.467 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:00:54.467 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:00:54.467 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:00:54.467 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:00:54.467 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:00:54.467 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:00:54.467 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:00:54.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:00: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.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") 20:00:54.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:54.467 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:54.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:54.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:54.468 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:54.469 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 20:00:54.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:54.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:54.469 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:54.469 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:54.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:00:54.469 DEBUG [WorkbenchTestable][JobIsRunning] job 'Setting build path' has no excuses, wait for it 20:00:54.969 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 20:00:54.969 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 20:00:54.969 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 20:00:54.969 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:00:54.969 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:00:54.969 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:00:54.969 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:00:54.969 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:00:54.969 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:00:54.969 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:00:54.969 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:00:54.969 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:00:54.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:00:54.969 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") 20:00:54.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:54.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:54.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:54.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:54.970 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 20:00:54.971 INFO [WorkbenchTestable][AbstractTabItem] Activate &Libraries 20:00:54.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:00:54.971 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 20:00:54.971 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 20:00:54.971 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 20:00:54.971 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:00:54.971 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:00:54.971 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:00:54.971 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:00:54.971 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:00:54.971 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:00:54.971 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:00:54.971 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:00:54.971 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:00:54.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:00:54.973 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 20:00:54.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:54.973 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 20:00:54.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 20:00:54.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:54.975 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 20:00:54.976 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Classpath and wait with time period 1 20:00:54.976 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Classpath 20:00:54.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:00:54.976 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Classpath is already expanded. No action performed 20:00:54.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:00:54.976 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Classpath 20:00:54.976 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Classpath 20:00:54.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:00:54.976 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Classpath is already expanded. No action performed 20:00:54.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:00:54.976 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Classpath 20:00:54.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:54.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00: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.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") 20:00:54.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:54.977 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:54.978 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:54.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:54.978 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:54.978 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 20:00:54.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:54.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:54.979 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:54.979 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:55.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:00:55.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:00:55.022 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:00:55.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:55.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:55.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:00:55.022 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 1 files to index (/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-3.3.0-SNAPSHOT-sources.jar)' is a system job, skipped 20:00:55.022 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 20:00:55.022 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 20:00:55.022 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 20:00:55.022 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:00:55.022 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:00:55.022 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:00:55.022 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:00:55.022 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:00:55.022 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:00:55.022 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:00:55.022 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:00:55.022 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:00:55.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:00:55.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:55.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:55.023 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 20:00:55.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:55.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:55.024 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:00:55.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:55.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:55.024 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:00:55.024 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:00:55.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:55.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:55.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:55.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:55.025 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:00:55.025 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:00:55.025 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:55.025 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:55.025 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:00:55.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:00:55.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:00:55.028 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item buildpathspropertypagetest 20:00:55.028 DEBUG [main][TreeItemHandler] Selecting tree item: buildpathspropertypagetest 20:00:55.028 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item buildpathspropertypagetest about selection 20:00:55.029 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: buildpathspropertypagetest 20:00:55.029 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:00:55.029 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:55.095 DEBUG [main][MenuItemLookup] Found menu:'New' 20:00:55.095 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:00:55.095 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:55.095 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 20:00:55.095 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 20:00:55.095 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:00:55.095 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:55.095 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:00:55.095 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 20:00:55.095 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:00:55.095 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:00:55.095 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:55.095 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 20:00:55.095 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 20:00:55.095 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 20:00:55.095 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 20:00:55.095 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:55.095 DEBUG [main][MenuItemLookup] Found menu:'Import...' 20:00:55.095 DEBUG [main][MenuItemLookup] Found menu:'Export...' 20:00:55.095 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:55.095 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 20:00:55.095 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 20:00:55.095 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 20:00:55.095 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 20:00:55.095 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:55.095 DEBUG [main][MenuItemLookup] Found menu:'Run As' 20:00:55.095 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 20:00:55.095 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 20:00:55.095 DEBUG [main][MenuItemLookup] Found menu:'Team' 20:00:55.095 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 20:00:55.095 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 20:00:55.095 DEBUG [main][MenuItemLookup] Found menu:'Configure' 20:00:55.095 DEBUG [main][MenuItemLookup] Found menu:'Validate' 20:00:55.095 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:55.095 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 20:00:55.095 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 20:00:55.095 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 20:00:55.095 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 20:00:55.095 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 20:00:55.269 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"] 20:00:55.270 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:55.270 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:55.270 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for buildpathspropertypagetest 20:00:55.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:55.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:55.271 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for buildpathspropertypagetest is not null and is not disposed 20:00:55.271 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:55.271 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 20:00:55.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:55.271 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:55.271 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:55.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:55.290 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:00:55.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:00:55.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:00:55.291 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Build Path 20:00:55.291 DEBUG [main][TreeItemHandler] Selecting tree item: Java Build Path 20:00:55.291 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Build Path about selection 20:00:55.292 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Build Path 20:00:55.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:55.292 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:55.292 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:55.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:55.292 INFO [WorkbenchTestable][BuildPathsPropertyPage] Removing variable from Classpath: VN - /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-3.3.0-SNAPSHOT-sources.jar 20:00:55.292 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") 20:00:55.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:55.292 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:55.293 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:55.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:55.293 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 20:00:55.293 INFO [WorkbenchTestable][AbstractTabItem] Activate &Libraries 20:00:55.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:00:55.293 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 1 files to index (/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-3.3.0-SNAPSHOT-sources.jar)' is a system job, skipped 20:00:55.293 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 20:00:55.293 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 20:00:55.293 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 20:00:55.293 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:00:55.293 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:00:55.293 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:00:55.293 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:00:55.293 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:00:55.293 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:00:55.293 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:00:55.293 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:00:55.293 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:00:55.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:00:55.293 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 20:00:55.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:55.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 20:00:55.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 20:00:55.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:55.300 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 20:00:55.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:00:55.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:00:55.301 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item VN - /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-3.3.0-SNAPSHOT-sources.jar of tree item Classpath 20:00:55.301 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Classpath 20:00:55.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:00:55.301 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Classpath is already expanded. No action performed 20:00:55.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:00:55.301 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Classpath 20:00:55.301 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item VN - /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-3.3.0-SNAPSHOT-sources.jar 20:00:55.302 DEBUG [main][TreeItemHandler] Selecting tree item: VN - /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-3.3.0-SNAPSHOT-sources.jar 20:00:55.302 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item VN - /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-3.3.0-SNAPSHOT-sources.jar about selection 20:00:55.302 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: VN - /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-3.3.0-SNAPSHOT-sources.jar 20:00:55.302 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") 20:00:55.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:55.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:55.304 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:55.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:55.304 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:55.304 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 20:00:55.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:55.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:55.304 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:55.304 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:55.306 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") 20:00:55.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:55.306 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:55.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:55.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:55.306 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 20:00:55.306 INFO [WorkbenchTestable][AbstractTabItem] Activate &Libraries 20:00:55.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:00:55.307 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 1 files to index (/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-3.3.0-SNAPSHOT-sources.jar)' is a system job, skipped 20:00:55.307 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 20:00:55.307 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 20:00:55.307 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 20:00:55.307 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:00:55.307 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:00:55.307 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:00:55.307 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:00:55.307 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:00:55.307 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:00:55.307 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:00:55.307 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:00:55.307 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:00:55.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:00:55.307 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 20:00:55.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:55.307 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 20:00:55.307 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 20:00:55.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:55.307 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 20:00:55.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:00:55.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:00:55.308 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Classpath 20:00:55.308 DEBUG [main][TreeItemHandler] Selecting tree item: Classpath 20:00:55.308 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Classpath about selection 20:00:55.309 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Classpath 20:00:55.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.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...") 20:00:55.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:55.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:55.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:55.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:55.317 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:55.317 INFO [WorkbenchTestable][AbstractButton] Click button Add &Variable... 20:00:55.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:55.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:55.317 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:55.318 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:55.353 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.... 20:00:55.354 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 20:00:55.354 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Variable Classpath Entry 20:00:55.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:55.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:55.354 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.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-3.3.0-SNAPSHOT-sources.jar") 20:00:55.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:55.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:55.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:55.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:55.355 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 20:00:55.355 TRACE [main][WidgetHandler] Notify Table with event 13 20:00:55.355 TRACE [main][WidgetHandler] Wait for synchronization 20:00:55.355 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...") 20:00:55.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:55.355 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:55.356 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:55.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:55.356 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:55.356 INFO [WorkbenchTestable][AbstractButton] Click button Configur&e Variables... 20:00:55.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:55.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:55.356 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:55.356 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:55.416 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:00:55.416 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:55.416 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:55.416 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:55.416 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:55.416 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences (Filtered) 20:00:55.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:55.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:55.417 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences (Filtered) is not null and is not disposed 20:00:55.417 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:55.417 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences (Filtered) 20:00:55.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:55.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:55.417 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 20:00:55.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:55.417 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:55.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:55.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:55.417 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:00:55.418 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.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-3.3.0-SNAPSHOT-sources.jar") 20:00:55.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:55.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:55.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:55.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:55.419 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 20:00:55.419 TRACE [main][WidgetHandler] Notify Table with event 13 20:00:55.419 TRACE [main][WidgetHandler] Wait for synchronization 20:00:55.419 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") 20:00:55.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:55.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:55.419 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:55.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:55.419 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:55.423 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 20:00:55.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:55.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:55.423 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:55.423 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:55.424 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:00:55.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:00:55.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:00:55.425 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences (Filtered)" as the parent 20:00:55.425 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:00:55.425 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:55.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:55.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: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 20:00:55.426 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:00:55.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:00:55.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:00:55.426 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences (Filtered)" as the parent 20:00:55.426 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:00:55.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:55.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:55.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:55.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:55.426 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:55.431 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 20:00:55.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:55.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:55.431 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:55.431 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:55.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Classpath Variables Changed"] is available.... 20:00:55.458 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 20:00:55.458 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Classpath Variables Changed 20:00:55.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:55.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:55.458 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) 20:00:55.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:55.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:55.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:55.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:55.458 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:55.458 INFO [WorkbenchTestable][AbstractButton] Click button &Yes 20:00:55.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:55.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:55.458 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:55.458 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:55.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:00:55.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:00:55.530 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) 20:00:55.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:55.530 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:55.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:55.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:55.531 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:55.531 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:00:55.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:55.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:55.531 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:55.531 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:55.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:00:55.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:00:55.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:00:55.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'EAR Libraries Update Job' is a system job, skipped 20:00:55.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 20:00:55.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 20:00:55.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 20:00:55.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 20:00:55.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:00:55.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 20:00:55.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 20:00:55.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 20:00:55.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:00:55.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:00:55.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:00:55.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:00:55.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:00:55.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:00:55.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:00:55.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:00:55.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:00:55.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:00:55.547 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") 20:00:55.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:55.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:55.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:55.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:55.548 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:55.548 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 20:00:55.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:55.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:55.548 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:55.549 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:55.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:00:55.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'Setting build path' has no excuses, wait for it 20:00:56.049 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 20:00:56.049 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 20:00:56.049 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 20:00:56.049 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:00:56.049 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:00:56.049 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:00:56.049 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:00:56.049 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:00:56.049 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:00:56.049 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:00:56.049 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:00:56.049 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:00:56.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:00:56.049 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") 20:00:56.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:56.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:56.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:56.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:56.050 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 20:00:56.050 INFO [WorkbenchTestable][AbstractTabItem] Activate &Libraries 20:00:56.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:00:56.051 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 20:00:56.051 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 20:00:56.051 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 20:00:56.051 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:00:56.051 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:00:56.051 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:00:56.051 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:00:56.051 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:00:56.051 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:00:56.051 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:00:56.051 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:00:56.051 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:00:56.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:00:56.053 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 20:00:56.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:56.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 20:00:56.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 20:00:56.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:56.053 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 20:00:56.054 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Modulepath and wait with time period 1 20:00:56.054 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Modulepath 20:00:56.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:00:56.054 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Modulepath is already expanded. No action performed 20:00:56.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:00:56.054 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Modulepath 20:00:56.054 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Modulepath 20:00:56.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:00:56.055 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Modulepath is already expanded. No action performed 20:00:56.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:00:56.055 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Modulepath 20:00:56.055 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Classpath and wait with time period 1 20:00:56.055 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Classpath 20:00:56.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:00:56.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:00:56.555 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Classpath 20:00:56.555 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Classpath 20:00:56.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:00:57.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:00:57.056 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Classpath 20:00:57.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:57.058 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:57.058 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") 20:00:57.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:57.058 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:57.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:57.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:57.059 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:57.062 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 20:00:57.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:57.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:57.062 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:57.062 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:57.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:00:57.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:00:57.105 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:00:57.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:57.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:57.106 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest 20:00:57.106 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:00:57.106 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:00:57.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:00:57.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:00:57.106 INFO [WorkbenchTestable][RequirementsRunner] Finished test: addRemoveClassPathVariable no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest) 20:00:57.106 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:00:57.106 INFO [WorkbenchTestable][RequirementsRunner] Started test: getLibraries no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest) 20:00:57.106 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest 20:00:57.106 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:00:57.106 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:00:57.106 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:00:57.106 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:57.107 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:57.107 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 20:00:57.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:57.107 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:57.107 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:00:57.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:57.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:57.107 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:00:57.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 '\*?\QPackage Explorer\E') 20:00:57.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:57.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:57.108 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:57.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:57.108 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:00:57.108 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:00:57.108 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:57.108 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:57.108 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:00:57.108 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:00:57.108 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:00:57.109 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:00:57.109 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:57.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:57.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:00:57.110 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:00:57.110 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:57.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:57.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:00:57.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:57.110 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:57.110 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:00:57.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:57.611 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:00:58.111 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:58.112 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:00:58.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:00:58.112 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:00:58.112 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:00:58.113 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:58.113 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:00:58.113 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:00:58.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:58.113 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:58.113 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:58.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:58.113 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:00:58.113 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name buildpathspropertypagetest 20:00:58.113 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item buildpathspropertypagetest 20:00:58.113 DEBUG [main][TreeItemHandler] Selecting tree item: buildpathspropertypagetest 20:00:58.114 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item buildpathspropertypagetest about selection 20:00:58.115 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: buildpathspropertypagetest 20:00:58.115 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:00:58.115 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:58.134 DEBUG [main][MenuItemLookup] Found menu:'New' 20:00:58.134 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:00:58.134 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:58.134 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 20:00:58.134 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 20:00:58.134 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:00:58.134 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:58.134 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:00:58.134 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 20:00:58.134 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:00:58.134 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:00:58.134 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:58.134 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 20:00:58.134 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 20:00:58.134 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 20:00:58.134 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 20:00:58.134 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:58.134 DEBUG [main][MenuItemLookup] Found menu:'Import...' 20:00:58.134 DEBUG [main][MenuItemLookup] Found menu:'Export...' 20:00:58.134 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:58.134 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 20:00:58.134 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 20:00:58.134 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 20:00:58.134 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 20:00:58.134 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:58.134 DEBUG [main][MenuItemLookup] Found menu:'Run As' 20:00:58.134 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 20:00:58.134 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 20:00:58.134 DEBUG [main][MenuItemLookup] Found menu:'Team' 20:00:58.134 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 20:00:58.134 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 20:00:58.134 DEBUG [main][MenuItemLookup] Found menu:'Configure' 20:00:58.134 DEBUG [main][MenuItemLookup] Found menu:'Validate' 20:00:58.134 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:58.134 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 20:00:58.134 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 20:00:58.134 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 20:00:58.134 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 20:00:58.134 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 20:00:58.240 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"] 20:00:58.241 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:58.241 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:58.241 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for buildpathspropertypagetest 20:00:58.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:58.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:58.242 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for buildpathspropertypagetest is not null and is not disposed 20:00:58.242 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:00:58.242 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 20:00:58.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:58.242 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:58.242 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:58.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:58.242 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:00:58.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:00:58.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:00:58.243 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Build Path 20:00:58.243 DEBUG [main][TreeItemHandler] Selecting tree item: Java Build Path 20:00:58.243 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Build Path about selection 20:00:58.243 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Build Path 20:00:58.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:58.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:58.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:58.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:58.244 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") 20:00:58.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:58.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:58.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:58.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:58.245 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 20:00:58.245 INFO [WorkbenchTestable][AbstractTabItem] Activate &Libraries 20:00:58.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:00:58.245 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:00:58.245 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 20:00:58.245 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:00:58.245 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:00:58.245 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:00:58.245 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:00:58.245 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:00:58.245 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:00:58.245 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:00:58.245 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:00:58.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:00:58.245 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 20:00:58.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:58.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 20:00:58.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 20:00:58.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:58.246 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 20:00:58.247 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Modulepath and wait with time period 1 20:00:58.247 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Modulepath 20:00:58.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:00:58.247 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Modulepath is already expanded. No action performed 20:00:58.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:00:58.247 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Modulepath 20:00:58.247 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Modulepath 20:00:58.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:00:58.247 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Modulepath is already expanded. No action performed 20:00:58.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:00:58.247 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Modulepath 20:00:58.247 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Classpath and wait with time period 1 20:00:58.247 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Classpath 20:00:58.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:00:58.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:00:58.748 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Classpath 20:00:58.748 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Classpath 20:00:58.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:00:59.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:00:59.248 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Classpath 20:00:59.248 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for buildpathspropertypagetest 20:00:59.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:59.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:59.254 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) 20:00:59.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:59.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:59.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:59.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:59.256 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:59.256 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:00:59.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:59.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:59.256 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:59.256 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:59.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:00:59.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:00:59.290 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:00:59.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:59.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:59.291 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest 20:00:59.291 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:00:59.291 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:00:59.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:00:59.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:00:59.291 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getLibraries no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest) 20:00:59.291 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:59.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:00:59.295 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 20:00:59.295 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:00:59.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:59.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:59.296 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:00:59.296 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:00:59.296 DEBUG [main][MenuItemLookup] Found menu:'File' 20:00:59.296 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:00:59.296 DEBUG [main][MenuItemLookup] Found menu:'Source' 20:00:59.296 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 20:00:59.296 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:00:59.296 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:00:59.296 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:00:59.296 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:00:59.296 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:00:59.296 DEBUG [main][MenuItemLookup] Item match:Window 20:00:59.296 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:00:59.296 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:00:59.296 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:00:59.296 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:59.296 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:00:59.296 DEBUG [main][MenuItemLookup] Item match:Show View 20:00:59.300 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 20:00:59.300 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 20:00:59.300 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 20:00:59.300 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 20:00:59.300 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 20:00:59.300 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 20:00:59.300 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 20:00:59.300 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 20:00:59.300 DEBUG [main][MenuItemLookup] Found menu:'Progress' 20:00:59.300 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 20:00:59.300 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 20:00:59.300 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 20:00:59.300 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 20:00:59.300 DEBUG [main][MenuItemLookup] Found menu:'Templates' 20:00:59.300 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 20:00:59.300 DEBUG [main][MenuItemLookup] Found menu:'' 20:00:59.300 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 20:00:59.300 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 20:00:59.300 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 20:00:59.300 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 20:00:59.300 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 20:00:59.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 20:00:59.357 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 20:00:59.357 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 20:00:59.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:59.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:59.358 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 20:00:59.358 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:00:59.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:00:59.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:00:59.358 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:00:59.358 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:00:59.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:59.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:59.358 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:59.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:59.358 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:00:59.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:00:59.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:00:59.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 20:00:59.359 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:00:59.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:00:59.359 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:00:59.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:00:59.359 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:00:59.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 20:00:59.359 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:00:59.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:00:59.359 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:00:59.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:00:59.359 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:00:59.359 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 20:00:59.359 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 20:00:59.360 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 20:00:59.360 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 20:00:59.360 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:00:59.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:00:59.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:00:59.360 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:00:59.360 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:00:59.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:59.360 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:59.360 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:00:59.360 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:00:59.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:00:59.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:00:59.360 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:00:59.360 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:00:59.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:59.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:59.360 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:59.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:59.360 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:00:59.361 INFO [WorkbenchTestable][AbstractButton] Click button &Open 20:00:59.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:00:59.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:00:59.361 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:00:59.361 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:00:59.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:00:59.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:00:59.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 20:00:59.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:59.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:59.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 20:00:59.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:59.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:59.392 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:00:59.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:00:59.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:00:59.393 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:00:59.393 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:00:59.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:59.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:59.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:00:59.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:00:59.393 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:00:59.393 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:00:59.393 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:00:59.394 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:59.394 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:00:59.394 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:00:59.394 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:00:59.395 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:00:59.395 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:00:59.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:00:59.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:00:59.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:00:59.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:59.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:00:59.896 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:00:59.896 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:01:00.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:00.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:01:00.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:01:00.397 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:01:00.397 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:01:00.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:01:00.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:01:00.398 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:01:00.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:00.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:00.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:00.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:00.399 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:01:00.399 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name buildpathspropertypagetest 20:01:00.399 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item buildpathspropertypagetest 20:01:00.399 DEBUG [main][TreeItemHandler] Selecting tree item: buildpathspropertypagetest 20:01:00.399 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item buildpathspropertypagetest about selection 20:01:00.406 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: buildpathspropertypagetest 20:01:00.406 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:01:00.406 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:01:00.426 DEBUG [main][MenuItemLookup] Found menu:'New' 20:01:00.426 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:01:00.426 DEBUG [main][MenuItemLookup] Found menu:'' 20:01:00.426 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:01:00.426 DEBUG [main][MenuItemLookup] Found menu:'' 20:01:00.426 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:01:00.426 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 20:01:00.426 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:01:00.426 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:01:00.426 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 20:01:00.426 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 20:01:00.426 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 20:01:00.426 DEBUG [main][MenuItemLookup] Found menu:'' 20:01:00.426 DEBUG [main][MenuItemLookup] Found menu:'Import...' 20:01:00.426 DEBUG [main][MenuItemLookup] Found menu:'Export...' 20:01:00.426 DEBUG [main][MenuItemLookup] Found menu:'' 20:01:00.426 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 20:01:00.426 DEBUG [main][MenuItemLookup] Item match:Refresh F5 20:01:00.426 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 20:01:00.426 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 20:01:00.426 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 20:01:00.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:01:00.426 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:01:00.426 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 20:01:00.926 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 20:01:00.926 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:00.926 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:00.926 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:01:00.926 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:00.926 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:00.926 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:00.926 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:01:00.926 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:00.926 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:00.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:01:00.926 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'buildpathspropertypagetest' via Explorer 20:01:00.926 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item buildpathspropertypagetest 20:01:00.926 DEBUG [main][TreeItemHandler] Selecting tree item: buildpathspropertypagetest 20:01:00.927 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item buildpathspropertypagetest about selection 20:01:00.931 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: buildpathspropertypagetest 20:01:00.931 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:01:00.931 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:01:00.954 DEBUG [main][MenuItemLookup] Found menu:'New' 20:01:00.954 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:01:00.954 DEBUG [main][MenuItemLookup] Found menu:'' 20:01:00.954 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:01:00.954 DEBUG [main][MenuItemLookup] Found menu:'' 20:01:00.954 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:01:00.954 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 20:01:00.954 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:01:00.954 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:01:00.954 DEBUG [main][MenuItemLookup] Item match:Delete Delete 20:01:00.954 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 20:01:00.954 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 20:01:00.954 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 20:01:00.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 'Delete.*'] is available.... 20:01:01.515 DEBUG [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 20:01:01.515 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 20:01:01.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:01:01.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:01:01.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:01.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:01.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: 32) 20:01:01.518 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:01:01.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:01.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:01.519 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:01:01.519 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:01:01.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:01.519 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:01.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:01.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:01.519 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:01.519 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 20:01:01.519 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 20:01:01.519 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 20:01:01.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:01:01.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:01:01.520 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:01:01.520 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:01:01.520 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 20:01:01.520 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:01:01.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:01.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:01.520 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:01:01.520 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:01:01.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:01.520 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:01.520 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:01.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:01.520 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:01.520 INFO [WorkbenchTestable][AbstractButton] Click button OK 20:01:01.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:01:01.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:01:01.520 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:01:01.520 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:01:01.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 20:01:01.523 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 20:01:02.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 20:01:02.023 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 20:01:02.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:01:02.023 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 20:01:02.023 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 20:01:02.023 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 20:01:02.023 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:02.023 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:02.023 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:01:02.023 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:02.023 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:02.023 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:02.023 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:02.023 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:02.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:01:02.023 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest 20:01:02.023 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:01:02.023 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:01:02.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:02.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 15.915 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.762 s addRemoveModulePathVariable no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest) Time elapsed: 4.255 s addRemoveVariable no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest) skipped addRemoveClassPathVariable no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest) Time elapsed: 4.067 s getLibraries no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest) Time elapsed: 2.185 s Running org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest 20:01:02.034 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest 20:01:02.034 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:01:02.034 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:01:02.034 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest 20:01:02.034 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:01:02.034 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 20:01:02.035 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:01:02.035 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 20:01:02.035 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:01:02.035 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 20:01:02.035 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 20:01:02.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 20:01:02.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:02.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:02.035 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:01:02.035 DEBUG [main][MenuItemLookup] Found menu:'File' 20:01:02.035 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:01:02.035 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:01:02.035 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:01:02.035 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:01:02.035 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:01:02.035 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:01:02.035 DEBUG [main][MenuItemLookup] Item match:Window 20:01:02.035 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:01:02.035 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:01:02.035 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:01:02.035 DEBUG [main][MenuItemLookup] Found menu:'' 20:01:02.035 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:01:02.035 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:01:02.035 DEBUG [main][MenuItemLookup] Found menu:'' 20:01:02.035 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:01:02.035 DEBUG [main][MenuItemLookup] Found menu:'' 20:01:02.035 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:01:02.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:02.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:02.036 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:01:02.036 DEBUG [main][MenuItemLookup] Found menu:'File' 20:01:02.036 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:01:02.036 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:01:02.036 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:01:02.036 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:01:02.036 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:01:02.036 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:01:02.036 DEBUG [main][MenuItemLookup] Item match:Window 20:01:02.036 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:01:02.036 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:01:02.036 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:01:02.036 DEBUG [main][MenuItemLookup] Found menu:'' 20:01:02.036 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:01:02.036 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:01:02.036 DEBUG [main][MenuItemLookup] Item match:Perspective 20:01:02.036 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 20:01:02.036 DEBUG [main][MenuItemLookup] Found menu:'' 20:01:02.036 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 20:01:02.036 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 20:01:02.036 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 20:01:02.036 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 20:01:02.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 20:01:02.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:02.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:02.036 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:01:02.036 DEBUG [main][MenuItemLookup] Found menu:'File' 20:01:02.036 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:01:02.036 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:01:02.036 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:01:02.036 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:01:02.036 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:01:02.036 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:01:02.036 DEBUG [main][MenuItemLookup] Item match:Window 20:01:02.036 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:01:02.036 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:01:02.036 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:01:02.036 DEBUG [main][MenuItemLookup] Found menu:'' 20:01:02.036 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:01:02.036 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:01:02.036 DEBUG [main][MenuItemLookup] Found menu:'' 20:01:02.036 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:01:02.036 DEBUG [main][MenuItemLookup] Found menu:'' 20:01:02.036 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:01:02.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:02.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:02.037 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:01:02.037 DEBUG [main][MenuItemLookup] Found menu:'File' 20:01:02.037 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:01:02.037 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:01:02.037 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:01:02.037 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:01:02.037 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:01:02.037 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:01:02.037 DEBUG [main][MenuItemLookup] Item match:Window 20:01:02.037 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:01:02.037 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:01:02.037 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:01:02.037 DEBUG [main][MenuItemLookup] Found menu:'' 20:01:02.037 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:01:02.037 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:01:02.037 DEBUG [main][MenuItemLookup] Item match:Perspective 20:01:02.037 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 20:01:02.037 DEBUG [main][MenuItemLookup] Found menu:'' 20:01:02.037 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 20:01:02.037 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 20:01:02.037 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 20:01:02.037 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 20:01:02.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:02.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:02.037 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:01:02.037 DEBUG [main][MenuItemLookup] Found menu:'File' 20:01:02.037 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:01:02.037 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:01:02.037 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:01:02.037 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:01:02.037 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:01:02.037 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:01:02.037 DEBUG [main][MenuItemLookup] Item match:Window 20:01:02.037 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:01:02.037 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:01:02.037 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:01:02.037 DEBUG [main][MenuItemLookup] Found menu:'' 20:01:02.037 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:01:02.037 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:01:02.037 DEBUG [main][MenuItemLookup] Found menu:'' 20:01:02.037 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:01:02.037 DEBUG [main][MenuItemLookup] Found menu:'' 20:01:02.037 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:01:02.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:02.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:02.038 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:01:02.038 DEBUG [main][MenuItemLookup] Found menu:'File' 20:01:02.038 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:01:02.038 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:01:02.038 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:01:02.038 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:01:02.038 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:01:02.038 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:01:02.038 DEBUG [main][MenuItemLookup] Item match:Window 20:01:02.038 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:01:02.038 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:01:02.038 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:01:02.038 DEBUG [main][MenuItemLookup] Found menu:'' 20:01:02.038 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:01:02.038 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:01:02.038 DEBUG [main][MenuItemLookup] Item match:Perspective 20:01:02.038 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 20:01:02.038 DEBUG [main][MenuItemLookup] Found menu:'' 20:01:02.038 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 20:01:02.038 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 20:01:02.038 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 20:01:02.038 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 20:01:02.038 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 20:01:02.038 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 20:01:02.038 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 20:01:02.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 20:01:02.057 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 20:01:02.057 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 20:01:02.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:01:02.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:01:02.057 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:01:02.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:02.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:02.058 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 20:01:02.058 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:01:02.058 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:02.058 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:02.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") 20:01:02.058 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:01:02.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:02.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:02.058 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 20:01:02.058 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:01:02.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:02.058 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:02.058 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:02.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:02.058 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:02.058 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 20:01:02.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:01:02.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:01:02.058 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:01:02.058 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:01:02.147 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:01:02.147 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:02.148 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:01:02.148 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:02.148 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 20:01:02.148 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:02.148 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:01:02.148 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:02.148 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:01:02.148 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:02.148 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:01:02.148 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:02.148 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 20:01:02.148 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:02.148 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:01:02.148 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:02.148 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:01:02.149 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:02.149 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:01:02.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:01:02.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:01:02.149 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:01:02.149 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:01:02.149 DEBUG [main][MenuItemLookup] Found menu:'File' 20:01:02.149 DEBUG [main][MenuItemLookup] Item match:File 20:01:02.149 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 20:01:02.149 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 20:01:02.151 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 20:01:02.151 DEBUG [main][MenuItemLookup] Found menu:'Project...' 20:01:02.151 DEBUG [main][MenuItemLookup] Found menu:'' 20:01:02.151 DEBUG [main][MenuItemLookup] Found menu:'Package' 20:01:02.151 DEBUG [main][MenuItemLookup] Found menu:'Class' 20:01:02.151 DEBUG [main][MenuItemLookup] Found menu:'Interface' 20:01:02.151 DEBUG [main][MenuItemLookup] Found menu:'Enum' 20:01:02.151 DEBUG [main][MenuItemLookup] Found menu:'Record' 20:01:02.151 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 20:01:02.151 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 20:01:02.151 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 20:01:02.151 DEBUG [main][MenuItemLookup] Found menu:'Folder' 20:01:02.151 DEBUG [main][MenuItemLookup] Found menu:'File' 20:01:02.151 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 20:01:02.151 DEBUG [main][MenuItemLookup] Found menu:'Task' 20:01:02.151 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 20:01:02.151 DEBUG [main][MenuItemLookup] Found menu:'' 20:01:02.151 DEBUG [main][MenuItemLookup] Found menu:'Example...' 20:01:02.151 DEBUG [main][MenuItemLookup] Found menu:'' 20:01:02.151 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 20:01:02.151 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 20:01:02.152 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 20:01:02.152 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 20:01:02.152 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 20:01:02.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 20:01:02.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 'New|Select a wizard'] is available. finished successfully 20:01:02.214 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 20:01:02.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:01:02.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:01:02.214 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:01:02.214 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:02.215 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 20:01:02.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:02.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:02.215 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:02.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:02.215 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:01:02.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:01:02.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:01:02.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 20:01:02.216 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:01:02.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:01:02.216 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:01:02.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:01:02.216 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:01:02.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 20:01:02.216 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:01:02.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:01:02.216 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:01:02.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:01:02.216 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:01:02.217 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 20:01:02.217 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 20:01:02.217 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 20:01:02.217 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 20:01:02.217 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:01:02.217 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 20:01:02.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) 20:01:02.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:02.217 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:02.217 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:02.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:02.217 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:02.218 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:01:02.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:01:02.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:01:02.218 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:01:02.218 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:01:02.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:01:02.345 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:02.345 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:02.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 20:01:02.346 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 20:01:02.346 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 20:01:02.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:01:02.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:01:02.346 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 20:01:02.346 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:02.346 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'testproject' 20:01:02.346 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:") 20:01:02.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:02.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:02.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:02.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:02.348 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:01:02.348 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:01:02.348 INFO [WorkbenchTestable][AbstractText] Text set to: testproject 20:01:02.397 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 20:01:02.397 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 20:01:02.397 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) 20:01:02.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:02.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:02.398 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:02.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:02.398 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:02.399 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:01:02.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:01:02.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:01:02.399 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:01:02.399 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:01:02.401 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.... 20:01:02.902 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 20:01:02.902 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 20:01:02.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:01:02.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:01:02.904 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 20:01:02.904 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:01:02.904 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:01:02.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:02.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:02.904 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 20:01:02.904 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:01:02.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:02.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:02.904 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:02.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:02.904 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:02.905 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 20:01:02.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:01:02.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:01:02.905 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:01:02.905 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:01:02.971 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.... 20:01:02.971 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 20:01:02.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:01:02.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:01:02.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:01:02.971 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 20:01:02.971 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:01:02.971 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 20:01:02.971 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:02.971 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:02.971 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:01:02.971 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:02.971 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:02.971 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:02.971 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:02.971 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:02.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:01:02.971 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:01:02.971 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSettingAndGettingInputAndCheckboxValues no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest) 20:01:02.971 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest 20:01:02.971 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:01:02.971 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:01:02.971 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:01:02.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:01:02.972 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:02.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:01:02.972 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:02.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 Interface"] 20:01:02.972 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:02.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:01:02.972 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:02.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:01:02.972 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:02.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:01:02.995 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:02.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: "New Java Interface"] 20:01:02.995 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:02.996 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:01:02.996 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:02.996 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:01:02.996 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:02.996 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:01:02.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:01:02.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:01:02.996 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:01:02.996 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:01:02.996 DEBUG [main][MenuItemLookup] Found menu:'File' 20:01:02.996 DEBUG [main][MenuItemLookup] Item match:File 20:01:02.997 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 20:01:02.997 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 20:01:02.999 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 20:01:02.999 DEBUG [main][MenuItemLookup] Found menu:'Project...' 20:01:02.999 DEBUG [main][MenuItemLookup] Found menu:'' 20:01:02.999 DEBUG [main][MenuItemLookup] Found menu:'Package' 20:01:02.999 DEBUG [main][MenuItemLookup] Found menu:'Class' 20:01:02.999 DEBUG [main][MenuItemLookup] Found menu:'Interface' 20:01:02.999 DEBUG [main][MenuItemLookup] Found menu:'Enum' 20:01:02.999 DEBUG [main][MenuItemLookup] Found menu:'Record' 20:01:02.999 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 20:01:02.999 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 20:01:02.999 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 20:01:02.999 DEBUG [main][MenuItemLookup] Found menu:'Folder' 20:01:02.999 DEBUG [main][MenuItemLookup] Found menu:'File' 20:01:02.999 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 20:01:02.999 DEBUG [main][MenuItemLookup] Found menu:'Task' 20:01:02.999 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 20:01:02.999 DEBUG [main][MenuItemLookup] Found menu:'' 20:01:02.999 DEBUG [main][MenuItemLookup] Found menu:'Example...' 20:01:02.999 DEBUG [main][MenuItemLookup] Found menu:'' 20:01:02.999 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 20:01:02.999 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 20:01:02.999 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 20:01:02.999 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 20:01:02.999 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 20:01:03.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 20:01:03.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 20:01:03.098 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 20:01:03.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:01:03.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:01:03.100 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:01:03.100 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:03.100 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 20:01:03.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:03.100 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:03.100 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:03.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:03.100 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:01:03.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:01:03.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:01:03.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 20:01:03.102 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:01:03.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:01:03.102 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:01:03.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:01:03.102 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:01:03.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 20:01:03.102 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:01:03.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:01:03.102 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:01:03.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:01:03.102 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:01:03.103 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Interface 20:01:03.103 DEBUG [main][TreeItemHandler] Selecting tree item: Interface 20:01:03.103 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Interface about selection 20:01:03.105 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Interface 20:01:03.105 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:01:03.105 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 20:01:03.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) 20:01:03.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:03.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:03.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:03.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:03.106 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:03.106 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:01:03.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:01:03.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:01:03.106 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:01:03.106 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:01:03.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:01:03.186 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:03.186 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:03.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Interface"] is available.... 20:01:03.186 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 20:01:03.186 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Interface 20:01:03.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:01:03.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:01:03.187 TRACE [WorkbenchTestable][NewInterfaceCreationWizard] Shell New Java Interface is not null and is not disposed 20:01:03.187 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:03.187 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:") 20:01:03.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:03.188 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:03.189 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:03.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:03.189 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:01:03.189 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:01:03.189 INFO [WorkbenchTestable][AbstractText] Text set to: testproject/src 20:01:03.194 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:") 20:01:03.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:03.194 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:03.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:03.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:03.196 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:01:03.196 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:01:03.196 INFO [WorkbenchTestable][AbstractText] Text set to: org.example.test 20:01:03.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.NewInterfaceCreationWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 20:01:03.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:03.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:03.212 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:03.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:03.212 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:01:03.212 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:01:03.213 INFO [WorkbenchTestable][AbstractText] Text set to: InterfaceName 20:01:03.216 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:") 20:01:03.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:03.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:03.222 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:03.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:03.222 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:01:03.222 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:01:03.222 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:") 20:01:03.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:03.222 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:03.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:03.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:03.224 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:01:03.224 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:01:03.225 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:") 20:01:03.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:03.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:03.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:03.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:03.229 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:01:03.229 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:01:03.229 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:") 20:01:03.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:03.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:03.230 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:03.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:03.230 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:03.230 INFO [WorkbenchTestable][CheckBox] Select checkbox Enclosing t&ype: 20:01:03.230 INFO [WorkbenchTestable][CheckBox] Check checkbox Enclosing t&ype: 20:01:03.230 INFO [WorkbenchTestable][AbstractButton] Click button Enclosing t&ype: 20:01:03.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:01:03.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:01:03.230 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:01:03.230 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:01:03.287 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 20:01:03.287 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:01:03.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:03.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:03.288 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 20:01:03.288 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:01:03.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:03.288 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 20:01:03.288 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 20:01:03.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:03.288 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 2 was found 20:01:03.288 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:01:03.289 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 20:01:03.289 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:01:03.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:03.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:03.289 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 20:01:03.289 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:01:03.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:03.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 20:01:03.289 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 20:01:03.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:03.289 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 2 was found 20:01:03.289 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:01:03.289 INFO [WorkbenchTestable][AbstractText] Text set to: org.example.test.InterfaceName 20:01:03.292 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 20:01:03.292 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:01:03.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:03.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:03.293 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 20:01:03.293 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:01:03.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:03.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 20:01:03.293 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 20:01:03.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:03.293 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 2 was found 20:01:03.293 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:01:03.293 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 20:01:03.293 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:01:03.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:03.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:03.293 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 20:01:03.293 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:01:03.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:03.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 20:01:03.293 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 20:01:03.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:03.293 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 2 was found 20:01:03.293 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:01:03.294 INFO [WorkbenchTestable][AbstractText] Text set to: 20:01:03.296 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") 20:01:03.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:03.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:03.296 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:03.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:03.296 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:03.297 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") 20:01:03.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:03.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:03.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:03.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:03.298 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:03.298 DEBUG [WorkbenchTestable][RadioButton] Radio Button &public already checked, no action performed 20:01:03.298 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") 20:01:03.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:03.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:03.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:03.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:03.298 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:03.298 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") 20:01:03.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:03.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:03.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:03.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:03.299 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:03.299 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") 20:01:03.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:03.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:03.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:03.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:03.309 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:03.310 INFO [WorkbenchTestable][RadioButton] Select radio button pa&ckage 20:01:03.310 INFO [WorkbenchTestable][AbstractButton] Click button pa&ckage 20:01:03.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:01:03.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:01:03.310 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:01:03.310 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:01:03.310 TRACE [main][WidgetHandler] Notify Button with event 27 20:01:03.310 TRACE [main][WidgetHandler] Wait for synchronization 20:01:03.310 TRACE [main][WidgetHandler] Notify Button with event 13 20:01:03.310 TRACE [main][WidgetHandler] Wait for synchronization 20:01:03.310 TRACE [main][WidgetHandler] Notify Button with event 26 20:01:03.310 TRACE [main][WidgetHandler] Wait for synchronization 20:01:03.310 TRACE [main][WidgetHandler] Notify Button with event 3 20:01:03.310 TRACE [main][WidgetHandler] Wait for synchronization 20:01:03.310 TRACE [main][WidgetHandler] Notify Button with event 4 20:01:03.310 TRACE [main][WidgetHandler] Wait for synchronization 20:01:03.310 TRACE [main][WidgetHandler] Notify Button with event 13 20:01:03.310 TRACE [main][WidgetHandler] Wait for synchronization 20:01:03.310 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") 20:01:03.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:03.310 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:03.311 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:03.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:03.311 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:03.311 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") 20:01:03.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:03.311 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:03.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:03.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:03.312 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:03.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.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") 20:01:03.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:03.312 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:03.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:03.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:03.312 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:03.313 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") 20:01:03.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:03.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:03.313 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:03.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:03.313 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:03.313 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") 20:01:03.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:03.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:03.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:03.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:03.314 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:03.314 INFO [WorkbenchTestable][RadioButton] Select radio button pri&vate 20:01:03.314 INFO [WorkbenchTestable][AbstractButton] Click button pri&vate 20:01:03.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:01:03.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:01:03.314 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:01:03.314 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:01:03.314 TRACE [main][WidgetHandler] Notify Button with event 27 20:01:03.314 TRACE [main][WidgetHandler] Wait for synchronization 20:01:03.314 TRACE [main][WidgetHandler] Notify Button with event 13 20:01:03.314 TRACE [main][WidgetHandler] Wait for synchronization 20:01:03.314 TRACE [main][WidgetHandler] Notify Button with event 26 20:01:03.314 TRACE [main][WidgetHandler] Wait for synchronization 20:01:03.314 TRACE [main][WidgetHandler] Notify Button with event 3 20:01:03.314 TRACE [main][WidgetHandler] Wait for synchronization 20:01:03.314 TRACE [main][WidgetHandler] Notify Button with event 4 20:01:03.314 TRACE [main][WidgetHandler] Wait for synchronization 20:01:03.314 TRACE [main][WidgetHandler] Notify Button with event 13 20:01:03.314 TRACE [main][WidgetHandler] Wait for synchronization 20:01:03.314 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") 20:01:03.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:03.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:03.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:03.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:03.315 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:03.315 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") 20:01:03.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:03.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:03.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:03.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:03.316 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:03.316 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") 20:01:03.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:03.316 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:03.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:03.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:03.316 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:03.317 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") 20:01:03.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:03.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:03.317 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:03.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:03.317 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:03.317 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") 20:01:03.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:03.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:03.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:03.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:03.318 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:03.318 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") 20:01:03.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:03.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:03.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:03.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:03.318 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:03.319 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") 20:01:03.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:03.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:03.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:03.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:03.319 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:03.319 INFO [WorkbenchTestable][RadioButton] Select radio button pro&tected 20:01:03.320 INFO [WorkbenchTestable][AbstractButton] Click button pro&tected 20:01:03.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:01:03.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:01:03.320 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:01:03.320 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:01:03.320 TRACE [main][WidgetHandler] Notify Button with event 27 20:01:03.320 TRACE [main][WidgetHandler] Wait for synchronization 20:01:03.320 TRACE [main][WidgetHandler] Notify Button with event 13 20:01:03.320 TRACE [main][WidgetHandler] Wait for synchronization 20:01:03.320 TRACE [main][WidgetHandler] Notify Button with event 26 20:01:03.320 TRACE [main][WidgetHandler] Wait for synchronization 20:01:03.320 TRACE [main][WidgetHandler] Notify Button with event 3 20:01:03.320 TRACE [main][WidgetHandler] Wait for synchronization 20:01:03.320 TRACE [main][WidgetHandler] Notify Button with event 4 20:01:03.320 TRACE [main][WidgetHandler] Wait for synchronization 20:01:03.320 TRACE [main][WidgetHandler] Notify Button with event 13 20:01:03.320 TRACE [main][WidgetHandler] Wait for synchronization 20:01:03.320 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") 20:01:03.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:03.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:03.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:03.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:03.320 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:03.321 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") 20:01:03.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:03.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:03.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:03.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:03.321 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:03.321 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") 20:01:03.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:03.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:03.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:03.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:03.322 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:03.322 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") 20:01:03.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:03.322 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:03.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:03.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:03.322 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:03.323 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:") 20:01:03.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:03.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:03.323 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:03.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:03.323 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:03.323 INFO [WorkbenchTestable][CheckBox] Select checkbox Enclosing t&ype: 20:01:03.323 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox Enclosing t&ype: 20:01:03.323 INFO [WorkbenchTestable][AbstractButton] Click button Enclosing t&ype: 20:01:03.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:01:03.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:01:03.323 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:01:03.323 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:01:03.424 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") 20:01:03.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:03.424 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:03.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:03.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:03.425 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:03.425 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") 20:01:03.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:03.425 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:03.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:03.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:03.426 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:03.426 INFO [WorkbenchTestable][CheckBox] Select checkbox &Generate comments 20:01:03.426 INFO [WorkbenchTestable][CheckBox] Check checkbox &Generate comments 20:01:03.426 INFO [WorkbenchTestable][AbstractButton] Click button &Generate comments 20:01:03.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:01:03.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:01:03.426 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:01:03.426 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:01:03.426 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") 20:01:03.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:03.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:03.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:03.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:03.427 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:03.427 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") 20:01:03.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:03.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:03.428 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:03.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:03.428 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:03.428 INFO [WorkbenchTestable][CheckBox] Select checkbox &Generate comments 20:01:03.428 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox &Generate comments 20:01:03.428 INFO [WorkbenchTestable][AbstractButton] Click button &Generate comments 20:01:03.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:01:03.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:01:03.428 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:01:03.428 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:01:03.428 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") 20:01:03.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:03.428 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:03.429 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:03.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:03.429 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:03.429 TRACE [WorkbenchTestable][NewInterfaceCreationWizard] Shell New Java Interface is not null and is not disposed 20:01:03.429 INFO [WorkbenchTestable][NewInterfaceCreationWizard] Cancel wizard 20:01:03.429 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) 20:01:03.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:03.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:03.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:03.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:03.430 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:03.430 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:01:03.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:01:03.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:01:03.430 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:01:03.430 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:01:03.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:01:03.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:01:03.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:01:03.498 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 20:01:03.498 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:03.498 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:03.498 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:01:03.498 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:03.498 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:03.498 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:03.498 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:03.498 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:03.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:01:03.498 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 20:01:03.498 DEBUG [main][EditorHandler] 0 editor(s) found 20:01:03.498 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest 20:01:03.498 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:01:03.498 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:01:03.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:03.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:03.499 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSettingAndGettingInputAndCheckboxValues no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest) 20:01:03.499 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:01:03.499 INFO [WorkbenchTestable][RequirementsRunner] Started test: testAddingAndRemovingNonexistingAndNotFullySpecifiedInterfaces no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest) 20:01:03.499 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest 20:01:03.499 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:01:03.499 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:01:03.499 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:01:03.499 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:01:03.499 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:03.499 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:01:03.499 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:03.499 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 20:01:03.499 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:03.499 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:01:03.499 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:03.499 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:01:03.499 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:03.500 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:01:03.500 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:03.500 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 20:01:03.500 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:03.500 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:01:03.500 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:03.500 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:01:03.500 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:03.500 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:01:03.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:01:03.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:01:03.500 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:01:03.500 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:01:03.500 DEBUG [main][MenuItemLookup] Found menu:'File' 20:01:03.501 DEBUG [main][MenuItemLookup] Item match:File 20:01:03.502 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 20:01:03.502 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 20:01:03.504 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 20:01:03.504 DEBUG [main][MenuItemLookup] Found menu:'Project...' 20:01:03.504 DEBUG [main][MenuItemLookup] Found menu:'' 20:01:03.504 DEBUG [main][MenuItemLookup] Found menu:'Package' 20:01:03.504 DEBUG [main][MenuItemLookup] Found menu:'Class' 20:01:03.504 DEBUG [main][MenuItemLookup] Found menu:'Interface' 20:01:03.504 DEBUG [main][MenuItemLookup] Found menu:'Enum' 20:01:03.504 DEBUG [main][MenuItemLookup] Found menu:'Record' 20:01:03.504 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 20:01:03.504 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 20:01:03.504 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 20:01:03.504 DEBUG [main][MenuItemLookup] Found menu:'Folder' 20:01:03.504 DEBUG [main][MenuItemLookup] Found menu:'File' 20:01:03.504 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 20:01:03.504 DEBUG [main][MenuItemLookup] Found menu:'Task' 20:01:03.504 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 20:01:03.504 DEBUG [main][MenuItemLookup] Found menu:'' 20:01:03.504 DEBUG [main][MenuItemLookup] Found menu:'Example...' 20:01:03.504 DEBUG [main][MenuItemLookup] Found menu:'' 20:01:03.504 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 20:01:03.504 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 20:01:03.504 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 20:01:03.504 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 20:01:03.504 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 20:01:03.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 'New|Select a wizard'] is available.... 20:01:03.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 'New|Select a wizard'] is available. finished successfully 20:01:03.636 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 20:01:03.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:01:03.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:01:03.636 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:01:03.636 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:03.637 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 20:01:03.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:03.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:03.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:03.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:03.637 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:01:03.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:01:03.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:01:03.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 20:01:03.688 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:01:03.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:01:03.688 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:01:03.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:01:03.688 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:01:03.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 20:01:03.688 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:01:03.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:01:03.688 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:01:03.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:01:03.689 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:01:03.689 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Interface 20:01:03.689 DEBUG [main][TreeItemHandler] Selecting tree item: Interface 20:01:03.689 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Interface about selection 20:01:03.691 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Interface 20:01:03.691 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:01:03.691 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 20:01:03.692 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) 20:01:03.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:03.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:03.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:03.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:03.692 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:03.692 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:01:03.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:01:03.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:01:03.693 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:01:03.693 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:01:03.731 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:01:03.731 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:03.731 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:03.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Interface"] is available.... 20:01:03.731 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 20:01:03.731 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Interface 20:01:03.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:01:03.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:01:03.732 TRACE [WorkbenchTestable][NewInterfaceCreationWizard] Shell New Java Interface is not null and is not disposed 20:01:03.732 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:03.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 "Add...") 20:01:03.732 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:01:03.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:03.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:03.732 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 20:01:03.732 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:01:03.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:03.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:03.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:03.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:03.733 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:03.733 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 20:01:03.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:01:03.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:01:03.733 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:01:03.733 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:01:03.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 '[Extended|Implemented].*Interfaces Selection'] is available.... 20:01:03.809 DEBUG [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 20:01:03.809 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Extended Interfaces Selection 20:01:03.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:01:03.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:01:03.809 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 20:01:03.809 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:01:03.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:03.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:03.810 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 20:01:03.810 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:01:03.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:03.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:03.810 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:03.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:03.810 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:01:03.810 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:01:03.810 INFO [WorkbenchTestable][AbstractText] Text set to: nonexisting.interface.name 20:01:03.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 20:01:03.811 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 20:01:03.811 DEBUG [WorkbenchTestable][JobIsRunning] job 'Cache refresh' is a system job, skipped 20:01:03.811 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 20:01:03.811 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 20:01:03.811 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 20:01:03.811 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:03.811 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:03.811 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:01:03.811 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:03.811 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:03.811 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:03.811 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:03.812 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:04.312 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 20:01:04.312 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 20:01:04.312 DEBUG [WorkbenchTestable][JobIsRunning] job 'Cache refresh' is a system job, skipped 20:01:04.312 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 20:01:04.312 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:04.312 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:04.312 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:01:04.312 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:04.312 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:04.312 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:04.312 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:04.312 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:04.812 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 20:01:04.812 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 20:01:04.812 DEBUG [WorkbenchTestable][JobIsRunning] job 'Cache refresh' is a system job, skipped 20:01:04.812 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 20:01:04.812 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:04.812 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:04.812 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:01:04.812 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:04.812 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:04.812 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:04.812 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:04.812 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:05.312 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 20:01:05.312 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 20:01:05.312 DEBUG [WorkbenchTestable][JobIsRunning] job 'Cache refresh' is a system job, skipped 20:01:05.312 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 20:01:05.312 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:05.312 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:05.312 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:01:05.312 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:05.312 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:05.312 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:05.312 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:05.312 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:05.812 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 20:01:05.812 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 20:01:05.812 DEBUG [WorkbenchTestable][JobIsRunning] job 'Cache refresh' is a system job, skipped 20:01:05.812 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 20:01:05.812 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:05.812 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:05.812 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:01:05.812 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:05.812 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:05.812 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:05.812 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:05.812 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:06.313 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 20:01:06.313 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:06.313 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:06.313 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:01:06.313 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:06.313 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:06.313 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:06.313 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:06.313 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:06.813 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:06.813 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:06.813 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:01:06.813 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:06.813 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:06.813 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:06.813 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:06.813 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:06.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 20:01:06.813 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 20:01:06.813 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:01:06.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:06.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:06.814 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 20:01:06.814 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:01:06.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:06.814 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:06.814 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:06.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:06.814 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:01:06.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:01:16.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems failed, NO exception will be thrown 20:01:16.821 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 20:01:16.821 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:01:16.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:16.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:16.821 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 20:01:16.821 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:01:16.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:16.821 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:16.821 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:16.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:16.822 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:01:16.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:01:18.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems failed, NO exception will be thrown 20:01:18.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 "Cancel") 20:01:18.322 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:01:18.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:18.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:18.323 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 20:01:18.323 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:01:18.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:18.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:18.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:18.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:18.324 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:18.325 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:01:18.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:01:18.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:01:18.325 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:01:18.325 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:01:18.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 "Add...") 20:01:18.348 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:01:18.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:18.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:18.349 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 20:01:18.349 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:01:18.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:18.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:18.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:18.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:18.349 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:18.349 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 20:01:18.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:01:18.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:01:18.350 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:01:18.350 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:01:18.378 DEBUG [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.... 20:01:18.378 DEBUG [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 20:01:18.378 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Extended Interfaces Selection 20:01:18.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:01:18.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:01:18.379 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 20:01:18.379 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:01:18.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:18.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:18.379 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 20:01:18.379 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:01:18.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:18.379 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:18.379 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:18.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:18.379 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:01:18.379 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:01:18.380 INFO [WorkbenchTestable][AbstractText] Text set to: Acl 20:01:18.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 20:01:18.380 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 20:01:18.380 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:18.380 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 20:01:18.380 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:18.380 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:01:18.380 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:18.380 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:18.380 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:18.380 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:18.380 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:18.880 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:18.880 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:18.880 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:01:18.881 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:18.881 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:18.881 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:18.881 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:18.881 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:19.381 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:19.381 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:01:19.381 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:19.381 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:19.381 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:19.381 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:19.381 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:19.381 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:19.881 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:19.881 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:01:19.881 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:19.881 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:19.881 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:19.881 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:19.881 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:19.881 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:20.381 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:20.381 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:01:20.381 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:20.381 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:20.381 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:20.381 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:20.381 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:20.381 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:20.881 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:20.881 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:01:20.881 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:20.881 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:20.881 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:20.881 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:20.881 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:20.881 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:21.381 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:21.381 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:01:21.381 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:21.381 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:21.382 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:21.382 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:21.382 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:21.382 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:21.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 20:01:21.382 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 20:01:21.382 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:01:21.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:21.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:21.382 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 20:01:21.382 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:01:21.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:21.382 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:21.382 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:21.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:21.382 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:01:21.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:01:21.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:01:21.386 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 20:01:21.386 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:01:21.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:21.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:21.386 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 20:01:21.386 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:01:21.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:21.386 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:21.386 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:21.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:21.386 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:01:21.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:01:21.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:01: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 "Cancel") 20:01:21.386 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:01:21.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:21.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:21.386 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 20:01:21.386 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:01:21.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:21.386 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:21.387 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:21.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:21.387 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:21.387 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:01:21.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:01:21.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:01:21.387 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:01:21.387 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:01:21.413 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 20:01:21.413 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:01:21.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:21.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:21.414 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 20:01:21.414 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:01:21.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:21.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:21.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:21.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:21.414 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:01:21.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:01:22.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems failed, NO exception will be thrown 20:01:22.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...") 20:01:22.915 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:01:22.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:22.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:22.916 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 20:01:22.916 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:01:22.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:22.916 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:22.917 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:22.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:22.917 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:22.918 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 20:01:22.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:01:22.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:01:22.918 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:01:22.918 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:01:22.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.... 20:01:22.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 20:01:22.946 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Extended Interfaces Selection 20:01:22.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:01:22.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:01:22.947 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 20:01:22.947 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:01:22.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:22.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:22.947 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 20:01:22.947 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:01:22.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:22.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:22.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:22.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:22.947 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:01:22.947 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:01:22.948 INFO [WorkbenchTestable][AbstractText] Text set to: org.w3c.dom.views.AbstractView 20:01:22.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 20:01:22.948 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 20:01:22.948 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 20:01:22.948 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:22.948 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:01:22.948 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:22.948 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:22.948 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:22.948 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:22.948 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:22.948 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:23.448 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:23.449 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:01:23.449 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:23.449 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:23.449 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:23.449 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:23.449 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:23.449 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:23.949 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:23.949 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:01:23.949 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:23.949 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:23.949 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:23.949 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:23.949 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:23.949 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:24.449 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:24.449 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:01:24.449 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:24.449 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:24.449 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:24.449 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:24.449 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:24.449 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:24.949 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:24.949 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:01:24.949 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:24.949 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:24.949 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:24.949 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:24.949 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:24.949 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:25.450 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:25.450 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:01:25.450 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:25.450 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:25.450 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:25.450 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:25.450 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:25.450 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:25.950 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:25.950 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:01:25.950 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:25.950 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:25.950 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:25.950 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:25.950 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:25.950 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:25.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 20:01:25.950 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 20:01:25.950 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:01:25.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:25.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:25.950 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 20:01:25.950 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:01:25.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:25.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:25.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:25.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:25.951 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:01:25.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:01:25.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:01:25.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 20:01:25.953 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:01:25.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:25.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:25.953 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 20:01:25.953 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:01:25.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:25.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:25.953 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:25.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:25.954 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:01:25.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:01:25.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:01:25.954 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:01:25.954 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:01:25.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:25.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:25.954 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 20:01:25.954 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:01:25.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:25.954 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:25.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:25.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:25.954 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:25.955 INFO [WorkbenchTestable][AbstractButton] Click button OK 20:01:25.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:01:25.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:01:25.955 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:01:25.955 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:01:25.986 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 20:01:25.986 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:01:25.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:25.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:25.986 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 20:01:25.986 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:01:25.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:25.986 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:25.987 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:25.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:25.987 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:01:25.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:01:25.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:01:25.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 20:01:25.987 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:01:25.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:25.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:25.987 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 20:01:25.987 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:01:25.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:25.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:25.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:25.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:25.988 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:01:25.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:01:25.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:01:25.988 TRACE [main][WidgetHandler] Notify Table with event 13 20:01:25.988 TRACE [main][WidgetHandler] Wait for synchronization 20:01:25.988 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:01:25.988 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:01:25.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:25.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:25.988 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 20:01:25.988 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:01:25.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:25.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:25.989 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:25.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:25.989 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:25.991 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 20:01:25.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:01:25.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:01:25.991 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:01:25.991 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:01:25.991 TRACE [WorkbenchTestable][NewInterfaceCreationWizard] Shell New Java Interface is not null and is not disposed 20:01:25.991 INFO [WorkbenchTestable][NewInterfaceCreationWizard] Cancel wizard 20:01:25.992 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) 20:01:25.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:25.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:25.992 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:25.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:25.993 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:25.993 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:01:25.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:01:25.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:01:25.993 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:01:25.993 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:01:26.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:01:26.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:01:26.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:01:26.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:26.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:01:26.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:26.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:26.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:26.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:26.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:26.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:26.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:01:26.017 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 20:01:26.017 DEBUG [main][EditorHandler] 0 editor(s) found 20:01:26.017 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest 20:01:26.017 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:01:26.017 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:01:26.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:26.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:26.017 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testAddingAndRemovingNonexistingAndNotFullySpecifiedInterfaces no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest) 20:01:26.017 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:01:26.018 INFO [WorkbenchTestable][RequirementsRunner] Started test: testAddingAndRemovingExtendedInterfaces no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest) 20:01:26.018 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest 20:01:26.018 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:01:26.018 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:01:26.018 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:01:26.018 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:01:26.018 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:26.018 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:01:26.018 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:26.018 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 20:01:26.018 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:26.018 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:01:26.018 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:26.018 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:01:26.018 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:26.018 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:01:26.018 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:26.018 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 20:01:26.018 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:26.019 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:01:26.019 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:26.019 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:01:26.019 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:26.019 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:01:26.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:01:26.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:01:26.019 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:01:26.019 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:01:26.019 DEBUG [main][MenuItemLookup] Found menu:'File' 20:01:26.020 DEBUG [main][MenuItemLookup] Item match:File 20:01:26.020 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 20:01:26.020 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 20:01:26.022 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 20:01:26.022 DEBUG [main][MenuItemLookup] Found menu:'Project...' 20:01:26.022 DEBUG [main][MenuItemLookup] Found menu:'' 20:01:26.022 DEBUG [main][MenuItemLookup] Found menu:'Package' 20:01:26.022 DEBUG [main][MenuItemLookup] Found menu:'Class' 20:01:26.022 DEBUG [main][MenuItemLookup] Found menu:'Interface' 20:01:26.022 DEBUG [main][MenuItemLookup] Found menu:'Enum' 20:01:26.022 DEBUG [main][MenuItemLookup] Found menu:'Record' 20:01:26.022 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 20:01:26.022 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 20:01:26.022 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 20:01:26.022 DEBUG [main][MenuItemLookup] Found menu:'Folder' 20:01:26.022 DEBUG [main][MenuItemLookup] Found menu:'File' 20:01:26.022 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 20:01:26.022 DEBUG [main][MenuItemLookup] Found menu:'Task' 20:01:26.022 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 20:01:26.022 DEBUG [main][MenuItemLookup] Found menu:'' 20:01:26.022 DEBUG [main][MenuItemLookup] Found menu:'Example...' 20:01:26.022 DEBUG [main][MenuItemLookup] Found menu:'' 20:01:26.022 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 20:01:26.022 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 20:01:26.040 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 20:01:26.040 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 20:01:26.040 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 20:01:26.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 'New|Select a wizard'] is available.... 20:01:26.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 'New|Select a wizard'] is available. finished successfully 20:01:26.095 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 20:01:26.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:01:26.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:01:26.096 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:01:26.096 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:26.096 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 20:01:26.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:26.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:26.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:26.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:26.101 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:01:26.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:01:26.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:01:26.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 20:01:26.102 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:01:26.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:01:26.102 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:01:26.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:01:26.102 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:01:26.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 20:01:26.102 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:01:26.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:01:26.102 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:01:26.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:01:26.102 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:01:26.102 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Interface 20:01:26.102 DEBUG [main][TreeItemHandler] Selecting tree item: Interface 20:01:26.102 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Interface about selection 20:01:26.104 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Interface 20:01:26.104 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:01:26.104 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 20:01:26.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) 20:01:26.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:26.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:26.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:26.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:26.105 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:26.105 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:01:26.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:01:26.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:01:26.105 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:01:26.105 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:01:26.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:01:26.144 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:26.144 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:26.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Interface"] is available.... 20:01:26.145 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 20:01:26.145 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Interface 20:01:26.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:01:26.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:01:26.145 TRACE [WorkbenchTestable][NewInterfaceCreationWizard] Shell New Java Interface is not null and is not disposed 20:01:26.145 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:26.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 "Add...") 20:01:26.145 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:01:26.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:26.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:26.146 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 20:01:26.146 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:01:26.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:26.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:26.146 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:26.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:26.146 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:26.147 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 20:01:26.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:01:26.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:01:26.147 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:01:26.147 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:01:26.183 DEBUG [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.... 20:01:26.183 DEBUG [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 20:01:26.183 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Extended Interfaces Selection 20:01:26.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:01:26.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:01:26.184 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 20:01:26.184 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:01:26.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:26.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:26.184 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 20:01:26.184 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:01:26.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:26.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:26.184 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:26.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:26.184 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:01:26.184 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:01:26.184 INFO [WorkbenchTestable][AbstractText] Text set to: javax.accessibility.AccessibleAction 20:01:26.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 20:01:26.185 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 20:01:26.185 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 20:01:26.185 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 20:01:26.185 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:26.185 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:01:26.185 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:26.185 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:26.185 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:26.185 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:26.185 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:26.185 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:26.685 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:26.685 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:01:26.685 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:26.685 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:26.685 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:26.685 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:26.685 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:26.685 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:27.185 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:27.185 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:01:27.185 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:27.185 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:27.185 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:27.185 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:27.185 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:27.185 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:27.685 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:27.685 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:01:27.686 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:27.686 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:27.686 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:27.686 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:27.686 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:27.686 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:28.186 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:28.186 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:01:28.186 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:28.186 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:28.186 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:28.186 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:28.186 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:28.186 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:28.686 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:28.686 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:01:28.686 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:28.686 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:28.686 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:28.686 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:28.686 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:28.686 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:29.186 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:29.186 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:01:29.186 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:29.186 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:29.186 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:29.186 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:29.186 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:29.186 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:29.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 20:01:29.186 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 20:01:29.186 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:01:29.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:29.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:29.187 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 20:01:29.187 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:01:29.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:29.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:29.187 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:29.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:29.187 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:01:29.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:01:29.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:01:29.189 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 20:01:29.189 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:01:29.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:29.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:29.190 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 20:01:29.190 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:01:29.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:29.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:29.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:29.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:29.190 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:01:29.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:01:29.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:01:29.190 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:01:29.190 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:01:29.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:29.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:29.191 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 20:01:29.191 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:01:29.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:29.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:29.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:29.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:29.191 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:29.191 INFO [WorkbenchTestable][AbstractButton] Click button OK 20:01:29.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:01:29.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:01:29.191 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:01:29.191 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:01:29.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 "Add...") 20:01:29.219 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:01:29.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:29.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:29.220 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 20:01:29.220 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:01:29.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:29.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:29.221 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:29.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:29.221 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:29.222 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 20:01:29.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:01:29.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:01:29.222 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:01:29.222 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:01:29.250 DEBUG [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.... 20:01:29.251 DEBUG [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 20:01:29.251 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Extended Interfaces Selection 20:01:29.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:01:29.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:01:29.251 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 20:01:29.251 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:01:29.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:29.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:29.252 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 20:01:29.252 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:01:29.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:29.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:29.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:29.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:29.252 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:01:29.252 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:01:29.253 INFO [WorkbenchTestable][AbstractText] Text set to: javax.accessibility.AccessibleEditableText 20:01:29.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 20:01:29.253 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 20:01:29.253 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 20:01:29.253 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:29.253 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:01:29.253 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:29.253 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:29.253 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:29.253 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:29.253 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:29.253 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:29.753 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:29.753 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:01:29.753 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:29.753 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:29.753 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:29.753 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:29.753 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:29.753 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:30.254 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:30.254 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:01:30.254 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:30.254 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:30.254 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:30.254 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:30.254 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:30.254 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:30.754 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:30.754 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:01:30.754 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:30.754 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:30.754 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:30.754 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:30.754 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:30.754 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:31.254 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:31.254 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:01:31.254 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:31.254 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:31.254 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:31.254 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:31.254 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:31.254 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:31.754 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:31.754 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:01:31.754 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:31.754 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:31.754 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:31.754 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:31.754 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:31.754 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:32.254 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:32.254 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:01:32.254 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:32.254 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:32.254 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:32.254 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:32.254 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:32.254 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:32.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 20:01:32.254 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 20:01:32.254 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:01:32.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:32.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:32.255 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 20:01:32.255 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:01:32.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:32.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:32.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:32.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:32.255 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:01:32.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:01:32.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:01:32.257 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 20:01:32.257 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:01:32.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:32.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:32.258 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 20:01:32.258 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:01:32.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:32.258 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:32.258 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:32.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:32.258 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:01:32.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:01:32.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:01:32.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 "OK") 20:01:32.258 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:01:32.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:32.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:32.258 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 20:01:32.258 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:01:32.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:32.258 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:32.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:32.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:32.259 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:32.259 INFO [WorkbenchTestable][AbstractButton] Click button OK 20:01:32.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:01:32.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:01:32.259 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:01:32.259 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:01:32.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 "Add...") 20:01:32.288 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:01:32.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:32.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:32.288 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 20:01:32.288 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:01:32.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:32.288 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:32.289 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:32.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:32.289 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:32.290 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 20:01:32.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:01:32.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:01:32.290 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:01:32.290 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:01:32.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 '[Extended|Implemented].*Interfaces Selection'] is available.... 20:01:32.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 '[Extended|Implemented].*Interfaces Selection'] is available. finished successfully 20:01:32.320 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Extended Interfaces Selection 20:01:32.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:01:32.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:01:32.321 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 20:01:32.321 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:01:32.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:32.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:32.321 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 20:01:32.321 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:01:32.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:32.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:32.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:32.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:32.321 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:01:32.321 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:01:32.322 INFO [WorkbenchTestable][AbstractText] Text set to: javax.accessibility.AccessibleExtendedTable 20:01:32.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 20:01:32.322 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 20:01:32.322 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 20:01:32.322 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:32.322 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:01:32.322 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:32.322 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:32.322 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:32.322 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:32.322 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:32.322 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:32.822 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:32.822 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:01:32.822 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:32.822 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:32.822 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:32.822 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:32.822 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:32.822 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:33.322 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:33.322 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:01:33.322 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:33.322 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:33.322 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:33.322 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:33.322 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:33.322 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:33.822 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:33.822 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:01:33.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:33.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:33.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:33.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:33.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:33.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:34.323 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:34.323 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:01:34.323 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:34.323 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:34.323 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:34.323 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:34.323 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:34.323 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:34.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:34.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:01:34.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:34.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:34.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:34.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:34.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:34.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:35.323 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:35.323 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:01:35.323 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:35.323 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:35.323 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:35.323 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:35.323 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:35.324 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:35.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 20:01:35.324 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 20:01:35.324 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:01:35.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:35.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:35.324 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 20:01:35.324 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:01:35.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:35.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:35.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:35.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:35.325 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:01:35.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:01:35.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:01:35.327 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 20:01:35.327 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:01:35.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:35.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:35.327 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 20:01:35.327 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:01:35.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:35.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:35.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:35.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:35.327 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:01:35.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:01:35.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:01:35.327 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:01:35.327 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:01:35.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:35.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:35.327 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 20:01:35.327 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:01:35.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:35.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:35.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:35.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:35.328 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:35.328 INFO [WorkbenchTestable][AbstractButton] Click button OK 20:01:35.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:01:35.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:01:35.328 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:01:35.328 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:01:35.352 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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...") 20:01:35.352 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:01:35.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:35.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:35.352 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 20:01:35.352 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:01:35.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:35.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:35.353 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:35.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:35.353 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:35.354 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 20:01:35.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:01:35.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:01:35.354 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:01:35.354 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:01:35.383 DEBUG [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.... 20:01:35.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 '[Extended|Implemented].*Interfaces Selection'] is available. finished successfully 20:01:35.384 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Extended Interfaces Selection 20:01:35.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:01:35.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:01:35.384 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 20:01:35.384 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:01:35.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:35.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:35.384 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 20:01:35.384 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:01:35.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:35.384 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:35.385 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:35.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:35.385 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:01:35.385 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:01:35.385 INFO [WorkbenchTestable][AbstractText] Text set to: javax.accessibility.AccessibleStreamable 20:01:35.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 20:01:35.385 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 20:01:35.385 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 20:01:35.385 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:35.385 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:01:35.385 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:35.385 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:35.385 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:35.385 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:35.385 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:35.385 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:35.886 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:35.886 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:01:35.886 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:35.886 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:35.886 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:35.886 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:35.886 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:35.886 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:36.386 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:36.386 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:01:36.386 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:36.386 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:36.386 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:36.386 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:36.386 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:36.386 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:36.886 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:36.886 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:01:36.886 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:36.886 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:36.886 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:36.886 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:36.886 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:36.886 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:37.386 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:37.386 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:01:37.386 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:37.386 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:37.386 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:37.386 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:37.386 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:37.386 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:37.887 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:37.887 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:01:37.887 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:37.887 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:37.887 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:37.887 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:37.887 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:37.887 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:38.387 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:38.387 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:01:38.387 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:38.387 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:38.387 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:38.387 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:38.387 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:38.387 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:38.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 20:01:38.387 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 20:01:38.387 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:01:38.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:38.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:38.387 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 20:01:38.387 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:01:38.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:38.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:38.388 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:38.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:38.388 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:01:38.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:01:38.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:01:38.390 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 20:01:38.390 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:01:38.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:38.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:38.390 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 20:01:38.390 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:01:38.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:38.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:38.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:38.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:38.391 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:01:38.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:01:38.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:01:38.391 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:01:38.391 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:01:38.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:38.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:38.391 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 20:01:38.391 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:01:38.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:38.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:38.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:38.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:38.392 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:38.392 INFO [WorkbenchTestable][AbstractButton] Click button OK 20:01:38.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:01:38.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:01:38.392 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:01:38.392 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:01:38.416 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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...") 20:01:38.416 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:01:38.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:38.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:38.416 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 20:01:38.416 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:01:38.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:38.416 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:38.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:38.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:38.417 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:38.419 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 20:01:38.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:01:38.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:01:38.419 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:01:38.419 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:01:38.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 '[Extended|Implemented].*Interfaces Selection'] is available.... 20:01:38.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 '[Extended|Implemented].*Interfaces Selection'] is available. finished successfully 20:01:38.450 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Extended Interfaces Selection 20:01:38.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:01:38.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:01:38.451 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 20:01:38.451 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:01:38.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:38.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:38.451 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 20:01:38.451 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:01:38.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:38.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:38.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:38.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:38.451 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:01:38.451 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:01:38.452 INFO [WorkbenchTestable][AbstractText] Text set to: javax.accessibility.AccessibleText 20:01:38.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 20:01:38.452 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 20:01:38.452 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:38.452 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 20:01:38.452 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:01:38.452 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:38.452 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:38.452 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:38.452 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:38.452 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:38.452 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:38.953 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:38.953 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:01:38.953 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:38.953 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:38.953 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:38.953 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:38.953 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:38.953 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:39.453 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:39.453 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:01:39.453 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:39.453 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:39.453 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:39.453 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:39.453 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:39.453 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:39.953 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:39.953 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:01:39.953 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:39.953 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:39.953 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:39.953 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:39.953 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:39.953 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:40.453 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:40.453 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:01:40.453 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:40.453 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:40.453 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:40.453 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:40.453 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:40.453 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:40.953 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:40.954 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:01:40.954 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:40.954 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:40.954 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:40.954 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:40.954 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:40.954 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:41.454 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:41.454 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:01:41.454 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:41.454 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:41.454 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:41.454 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:41.454 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:41.454 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:41.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 20:01:41.454 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 20:01:41.454 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:01:41.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:41.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:41.454 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 20:01:41.454 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:01:41.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:41.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:41.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:41.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:41.455 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:01:41.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:01:41.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:01:41.457 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 20:01:41.457 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:01:41.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:41.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:41.457 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 20:01:41.457 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:01:41.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:41.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:41.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:41.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:41.458 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:01:41.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:01:41.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:01:41.458 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:01:41.458 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:01:41.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:41.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:41.458 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 20:01:41.458 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:01:41.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:41.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:41.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:41.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:41.459 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:41.459 INFO [WorkbenchTestable][AbstractButton] Click button OK 20:01:41.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:01:41.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:01:41.459 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:01:41.459 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:01:41.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 20:01:41.495 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:01:41.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:41.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:41.495 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 20:01:41.495 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:01:41.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:41.495 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:41.496 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:41.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:41.496 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:01:41.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:01:41.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:01:41.496 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 20:01:41.496 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:01:41.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:41.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:41.497 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 20:01:41.497 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:01:41.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:41.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:41.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:41.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:41.497 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:01:41.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:01:41.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:01:41.498 TRACE [main][WidgetHandler] Notify Table with event 13 20:01:41.498 TRACE [main][WidgetHandler] Wait for synchronization 20:01:41.498 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:01:41.498 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:01:41.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:41.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:41.498 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 20:01:41.498 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:01:41.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:41.498 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:41.499 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:41.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:41.499 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:41.501 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 20:01:41.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:01:41.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:01:41.501 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:01:41.501 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:01:41.503 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 20:01:41.503 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:01:41.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:41.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:41.503 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 20:01:41.503 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:01:41.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:41.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:41.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:41.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:41.504 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:01:41.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:01:41.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:01:41.505 TRACE [main][WidgetHandler] Notify Table with event 13 20:01:41.505 TRACE [main][WidgetHandler] Wait for synchronization 20:01:41.505 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:01:41.505 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:01:41.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:41.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:41.505 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 20:01:41.505 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:01:41.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:41.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:41.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:41.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:41.506 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:41.506 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 20:01:41.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:01:41.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:01:41.506 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:01:41.506 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:01:41.508 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 20:01:41.508 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:01:41.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:41.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:41.508 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 20:01:41.508 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:01:41.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:41.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:41.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:41.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:41.508 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:01:41.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:01:41.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:01:41.509 TRACE [main][WidgetHandler] Notify Table with event 13 20:01:41.509 TRACE [main][WidgetHandler] Wait for synchronization 20:01:41.509 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:01:41.509 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:01:41.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:41.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:41.509 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 20:01:41.509 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:01:41.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:41.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:41.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:41.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:41.510 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:41.510 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 20:01:41.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:01:41.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:01:41.510 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:01:41.510 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:01:41.513 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 20:01:41.513 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:01:41.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:41.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:41.513 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 20:01:41.513 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:01:41.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:41.513 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:41.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:41.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:41.514 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:01:41.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:01:41.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:01:41.514 TRACE [main][WidgetHandler] Notify Table with event 13 20:01:41.514 TRACE [main][WidgetHandler] Wait for synchronization 20:01:41.514 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:01:41.514 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:01:41.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:41.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:41.514 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 20:01:41.514 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:01:41.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:41.514 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:41.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:41.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:41.515 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:41.515 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 20:01:41.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:01:41.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:01:41.515 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:01:41.515 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:01:41.516 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 20:01:41.516 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:01:41.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:41.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:41.516 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 20:01:41.516 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:01:41.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:41.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:41.517 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:41.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:41.517 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:01:41.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:01:41.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:01:41.517 TRACE [main][WidgetHandler] Notify Table with event 13 20:01:41.517 TRACE [main][WidgetHandler] Wait for synchronization 20:01:41.517 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:01:41.518 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:01:41.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:41.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:41.518 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 20:01:41.518 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:01:41.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:41.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:41.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:41.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:41.519 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:41.519 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 20:01:41.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:01:41.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:01:41.519 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:01:41.519 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:01:41.519 TRACE [WorkbenchTestable][NewInterfaceCreationWizard] Shell New Java Interface is not null and is not disposed 20:01:41.519 INFO [WorkbenchTestable][NewInterfaceCreationWizard] Cancel wizard 20:01:41.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.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) 20:01:41.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:41.520 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:41.520 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:41.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:41.520 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:41.521 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:01:41.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:01:41.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:01:41.521 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:01:41.521 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:01:41.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:01:41.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:01:41.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:01:41.558 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:41.558 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:01:41.558 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:41.558 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:41.558 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:41.558 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:41.558 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:41.558 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:41.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:01:41.558 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 20:01:41.558 DEBUG [main][EditorHandler] 0 editor(s) found 20:01:41.558 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest 20:01:41.558 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:01:41.558 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:01:41.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:41.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:41.559 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testAddingAndRemovingExtendedInterfaces no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest) 20:01:41.559 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:01:41.559 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCreateNewInterface no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest) 20:01:41.559 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest 20:01:41.559 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:01:41.559 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:01:41.559 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:01:41.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:01:41.559 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:41.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:01:41.559 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:41.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 Interface"] 20:01:41.559 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:41.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:01:41.559 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:41.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:01:41.560 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:41.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:01:41.560 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:41.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 Interface"] 20:01:41.560 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:41.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:01:41.560 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:41.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:01:41.560 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:41.560 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:01:41.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:01:41.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:01:41.560 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:01:41.560 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:01:41.560 DEBUG [main][MenuItemLookup] Found menu:'File' 20:01:41.561 DEBUG [main][MenuItemLookup] Item match:File 20:01:41.561 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 20:01:41.561 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 20:01:41.563 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 20:01:41.563 DEBUG [main][MenuItemLookup] Found menu:'Project...' 20:01:41.563 DEBUG [main][MenuItemLookup] Found menu:'' 20:01:41.563 DEBUG [main][MenuItemLookup] Found menu:'Package' 20:01:41.563 DEBUG [main][MenuItemLookup] Found menu:'Class' 20:01:41.563 DEBUG [main][MenuItemLookup] Found menu:'Interface' 20:01:41.563 DEBUG [main][MenuItemLookup] Found menu:'Enum' 20:01:41.563 DEBUG [main][MenuItemLookup] Found menu:'Record' 20:01:41.563 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 20:01:41.563 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 20:01:41.563 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 20:01:41.563 DEBUG [main][MenuItemLookup] Found menu:'Folder' 20:01:41.563 DEBUG [main][MenuItemLookup] Found menu:'File' 20:01:41.563 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 20:01:41.563 DEBUG [main][MenuItemLookup] Found menu:'Task' 20:01:41.563 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 20:01:41.563 DEBUG [main][MenuItemLookup] Found menu:'' 20:01:41.563 DEBUG [main][MenuItemLookup] Found menu:'Example...' 20:01:41.563 DEBUG [main][MenuItemLookup] Found menu:'' 20:01:41.563 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 20:01:41.563 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 20:01:41.563 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 20:01:41.563 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 20:01:41.563 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 20:01:41.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 20:01:41.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 20:01:41.624 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 20:01:41.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:01:41.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:01:41.625 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:01:41.625 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:41.625 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 20:01:41.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:41.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:41.626 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:41.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:41.626 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:01:41.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:01:41.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:01:41.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 20:01:41.626 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:01:41.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:01:41.626 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:01:41.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:01:41.626 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:01:41.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 20:01:41.627 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:01:41.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:01:41.627 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:01:41.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:01:41.627 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:01:41.627 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Interface 20:01:41.627 DEBUG [main][TreeItemHandler] Selecting tree item: Interface 20:01:41.627 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Interface about selection 20:01:41.629 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Interface 20:01:41.629 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:01:41.629 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 20:01:41.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.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) 20:01:41.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:41.629 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:41.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:41.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:41.630 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:41.630 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:01:41.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:01:41.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:01:41.630 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:01:41.630 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:01:41.668 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:01:41.668 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:41.668 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:41.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Interface"] is available.... 20:01:41.668 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 20:01:41.668 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Interface 20:01:41.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:01:41.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:01:41.669 TRACE [WorkbenchTestable][NewInterfaceCreationWizard] Shell New Java Interface is not null and is not disposed 20:01:41.669 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:41.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.wizards.NewInterfaceCreationWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Package:") 20:01:41.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:41.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:41.671 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:41.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:41.671 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:01:41.671 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:01:41.672 INFO [WorkbenchTestable][AbstractText] Text set to: org.example.test 20:01:41.676 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:") 20:01:41.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:41.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:41.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:41.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:41.679 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:01:41.679 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:01:41.680 INFO [WorkbenchTestable][AbstractText] Text set to: InterfaceName 20:01:41.683 TRACE [WorkbenchTestable][NewInterfaceCreationWizard] Shell New Java Interface is not null and is not disposed 20:01:41.683 INFO [WorkbenchTestable][NewInterfaceCreationWizard] Finish wizard 20:01:41.683 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) 20:01:41.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:41.683 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:41.684 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:41.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:41.684 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:41.684 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:01:41.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:01:41.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:01:41.684 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:01:41.684 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:01:41.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:01:42.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:01:42.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:01:42.198 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 20:01:42.198 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 20:01:42.198 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 20:01:42.198 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:42.198 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:01:42.198 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:42.198 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:42.198 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:42.198 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:42.198 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:01:42.198 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:42.198 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:42.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:01:42.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Editor title is InterfaceName.java... 20:01:42.199 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') 20:01:42.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:42.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:42.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:42.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:42.200 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:01:42.201 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:01:42.201 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package org.example.test; public interface InterfaceName { } TooltipText=null 20:01:42.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Editor title is InterfaceName.java finished successfully 20:01:42.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@53e34fcf is found... 20:01:42.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@53e34fcf is found finished successfully 20:01:42.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 '\*?\QInterfaceName.java\E') 20:01:42.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:42.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:42.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:42.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:42.202 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:01:42.202 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:01:42.202 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package org.example.test; public interface InterfaceName { } TooltipText=null 20:01:42.203 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 20:01:42.203 DEBUG [main][EditorHandler] 1 editor(s) found 20:01:42.203 DEBUG [WorkbenchTestable][EditorHandler] Closing editor InterfaceName.java 20:01:42.253 DEBUG [WorkbenchTestable][EditorHandler] Editor InterfaceName.java is closed 20:01:42.253 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest 20:01:42.253 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:01:42.253 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:01:42.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:42.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:42.254 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCreateNewInterface no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest) 20:01:42.254 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:01:42.254 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCreateNewInterfaceWithCustomSettings no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest) 20:01:42.254 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest 20:01:42.254 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:01:42.254 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:01:42.254 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:01:42.254 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:01:42.254 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:42.254 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:01:42.254 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:42.254 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 20:01:42.254 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:42.254 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:01:42.255 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:42.255 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:01:42.255 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:42.255 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:01:42.255 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:42.255 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 20:01:42.255 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:42.255 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:01:42.255 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:42.255 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:01:42.255 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:42.255 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:01:42.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:01:42.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:01:42.255 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:01:42.255 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:01:42.256 DEBUG [main][MenuItemLookup] Found menu:'File' 20:01:42.256 DEBUG [main][MenuItemLookup] Item match:File 20:01:42.256 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 20:01:42.256 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 20:01:42.258 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 20:01:42.258 DEBUG [main][MenuItemLookup] Found menu:'Project...' 20:01:42.258 DEBUG [main][MenuItemLookup] Found menu:'' 20:01:42.258 DEBUG [main][MenuItemLookup] Found menu:'Package' 20:01:42.258 DEBUG [main][MenuItemLookup] Found menu:'Class' 20:01:42.258 DEBUG [main][MenuItemLookup] Found menu:'Interface' 20:01:42.258 DEBUG [main][MenuItemLookup] Found menu:'Enum' 20:01:42.258 DEBUG [main][MenuItemLookup] Found menu:'Record' 20:01:42.258 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 20:01:42.258 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 20:01:42.258 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 20:01:42.258 DEBUG [main][MenuItemLookup] Found menu:'Folder' 20:01:42.258 DEBUG [main][MenuItemLookup] Found menu:'File' 20:01:42.258 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 20:01:42.258 DEBUG [main][MenuItemLookup] Found menu:'Task' 20:01:42.258 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 20:01:42.258 DEBUG [main][MenuItemLookup] Found menu:'' 20:01:42.258 DEBUG [main][MenuItemLookup] Found menu:'Example...' 20:01:42.258 DEBUG [main][MenuItemLookup] Found menu:'' 20:01:42.258 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 20:01:42.258 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 20:01:42.259 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 20:01:42.259 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 20:01:42.259 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 20:01:42.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 'New|Select a wizard'] is available.... 20:01:42.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 20:01:42.324 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 20:01:42.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:01:42.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:01:42.325 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:01:42.325 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:42.325 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 20:01:42.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:42.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:42.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:42.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:42.325 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:01:42.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:01:42.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:01:42.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 20:01:42.326 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:01:42.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:01:42.326 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:01:42.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:01:42.326 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:01:42.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 20:01:42.326 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:01:42.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:01:42.326 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:01:42.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:01:42.326 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:01:42.327 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Interface 20:01:42.327 DEBUG [main][TreeItemHandler] Selecting tree item: Interface 20:01:42.327 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Interface about selection 20:01:42.327 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Interface 20:01:42.327 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:01:42.327 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 20:01:42.327 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) 20:01:42.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:42.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:42.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:42.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:42.328 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:42.328 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:01:42.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:01:42.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:01:42.328 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:01:42.328 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:01:42.392 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:01:42.392 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:42.392 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:42.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Interface"] is available.... 20:01:42.392 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 20:01:42.392 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Interface 20:01:42.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:01:42.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:01:42.393 TRACE [WorkbenchTestable][NewInterfaceCreationWizard] Shell New Java Interface is not null and is not disposed 20:01:42.393 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:42.393 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:") 20:01:42.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:42.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:42.395 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:42.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:42.395 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:01:42.395 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:01:42.396 INFO [WorkbenchTestable][AbstractText] Text set to: org.example.test2 20:01:42.403 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:") 20:01:42.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:42.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:42.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:42.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:42.417 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:01:42.417 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:01:42.418 INFO [WorkbenchTestable][AbstractText] Text set to: InterfaceName2 20:01:42.420 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") 20:01:42.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:42.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:42.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:42.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:42.425 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:42.426 INFO [WorkbenchTestable][RadioButton] Select radio button pa&ckage 20:01:42.426 INFO [WorkbenchTestable][AbstractButton] Click button pa&ckage 20:01:42.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:01:42.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:01:42.426 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:01:42.426 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:01:42.426 TRACE [main][WidgetHandler] Notify Button with event 27 20:01:42.426 TRACE [main][WidgetHandler] Wait for synchronization 20:01:42.426 TRACE [main][WidgetHandler] Notify Button with event 13 20:01:42.426 TRACE [main][WidgetHandler] Wait for synchronization 20:01:42.426 TRACE [main][WidgetHandler] Notify Button with event 26 20:01:42.426 TRACE [main][WidgetHandler] Wait for synchronization 20:01:42.426 TRACE [main][WidgetHandler] Notify Button with event 3 20:01:42.426 TRACE [main][WidgetHandler] Wait for synchronization 20:01:42.426 TRACE [main][WidgetHandler] Notify Button with event 4 20:01:42.426 TRACE [main][WidgetHandler] Wait for synchronization 20:01:42.426 TRACE [main][WidgetHandler] Notify Button with event 13 20:01:42.426 TRACE [main][WidgetHandler] Wait for synchronization 20:01:42.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 "Add...") 20:01:42.426 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:01:42.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:42.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:42.426 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 20:01:42.427 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:01:42.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:42.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:42.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:42.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:42.427 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:42.427 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 20:01:42.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:01:42.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:01:42.428 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:01:42.428 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:01:42.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 '[Extended|Implemented].*Interfaces Selection'] is available.... 20:01:42.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 '[Extended|Implemented].*Interfaces Selection'] is available. finished successfully 20:01:42.500 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Extended Interfaces Selection 20:01:42.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:01:42.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:01:42.501 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 20:01:42.501 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:01:42.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:42.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:42.501 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 20:01:42.501 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:01:42.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:42.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:42.501 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:42.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:42.501 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:01:42.501 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:01:42.501 INFO [WorkbenchTestable][AbstractText] Text set to: javax.accessibility.AccessibleAction 20:01:42.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 20:01:42.502 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/testproject)' is a system job, skipped 20:01:42.502 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 20:01:42.502 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 20:01:42.502 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 20:01:42.502 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:42.502 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:01:42.502 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:42.502 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:42.502 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:42.502 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:42.502 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:01:42.502 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:42.502 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:43.002 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:43.002 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:01:43.002 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:43.002 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:43.002 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:43.002 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:43.002 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:01:43.002 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:43.002 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:43.502 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:43.502 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:01:43.502 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:43.502 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:43.502 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:43.502 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:43.502 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:01:43.502 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:43.502 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:44.002 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:44.002 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:01:44.002 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:44.002 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:44.002 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:44.002 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:44.002 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:01:44.002 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:44.002 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:44.502 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:44.503 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:01:44.503 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:44.503 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:44.503 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:44.503 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:44.503 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:01:44.503 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:44.503 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:45.003 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:45.003 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:01:45.003 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:45.003 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:45.003 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:45.003 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:45.003 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:01:45.003 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:45.003 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:45.503 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:45.503 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:01:45.503 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:45.503 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:45.503 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:45.503 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:45.503 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:01:45.503 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:45.503 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:45.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 20:01:45.503 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 20:01:45.503 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:01:45.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:45.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:45.504 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 20:01:45.504 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:01:45.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:45.504 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:45.505 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:45.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:45.505 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:01:45.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:01:45.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:01:45.507 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 20:01:45.507 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:01:45.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:45.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:45.507 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 20:01:45.507 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:01:45.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:45.507 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:45.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:45.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:45.508 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:01:45.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:01:45.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:01:45.508 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:01:45.508 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:01:45.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:45.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:45.508 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 20:01:45.508 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:01:45.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:45.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:45.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:45.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:45.509 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:45.509 INFO [WorkbenchTestable][AbstractButton] Click button OK 20:01:45.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:01:45.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:01:45.509 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:01:45.509 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:01:45.538 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") 20:01:45.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:45.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:45.539 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:45.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:45.539 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:45.540 INFO [WorkbenchTestable][CheckBox] Select checkbox &Generate comments 20:01:45.540 INFO [WorkbenchTestable][CheckBox] Check checkbox &Generate comments 20:01:45.540 INFO [WorkbenchTestable][AbstractButton] Click button &Generate comments 20:01:45.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:01:45.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:01:45.541 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:01:45.541 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:01:45.541 TRACE [WorkbenchTestable][NewInterfaceCreationWizard] Shell New Java Interface is not null and is not disposed 20:01:45.541 INFO [WorkbenchTestable][NewInterfaceCreationWizard] Finish wizard 20:01:45.541 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) 20:01:45.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:45.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:45.542 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:45.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:45.542 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:45.542 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:01:45.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:01:45.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:01:45.543 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:01:45.543 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:01:45.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:01:46.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:01:46.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:01:46.048 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 20:01:46.048 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 20:01:46.048 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 20:01:46.048 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:46.048 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:01:46.048 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:46.048 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:46.048 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:46.048 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:46.048 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:01:46.048 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:46.048 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:46.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:01:46.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Editor title is InterfaceName2.java... 20:01: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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QInterfaceName2.java\E') 20:01:46.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:46.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:46.049 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:46.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:46.049 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:01:46.050 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:01:46.050 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/** package org.example.test2; import javax.accessibility.AccessibleAction; /** * @author jenkins * */ interface InterfaceName2 extends AccessibleAction { } TooltipText=null 20:01:46.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Editor title is InterfaceName2.java finished successfully 20:01:46.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5379a503 is found... 20:01:46.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5379a503 is found finished successfully 20:01:46.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QInterfaceName2.java\E') 20:01:46.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:46.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:46.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:46.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:46.051 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:01:46.051 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:01:46.051 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/** package org.example.test2; import javax.accessibility.AccessibleAction; /** * @author jenkins * */ interface InterfaceName2 extends AccessibleAction { } TooltipText=null 20:01:46.051 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 20:01:46.052 DEBUG [main][EditorHandler] 1 editor(s) found 20:01:46.052 DEBUG [WorkbenchTestable][EditorHandler] Closing editor InterfaceName2.java 20:01:46.100 DEBUG [WorkbenchTestable][EditorHandler] Editor InterfaceName2.java is closed 20:01:46.100 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest 20:01:46.100 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:01:46.100 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:01:46.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:46.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:46.100 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCreateNewInterfaceWithCustomSettings no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest) 20:01:46.100 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:46.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:01:46.105 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 20:01:46.105 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:01:46.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:01:46.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:01:46.105 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:01:46.105 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:01:46.105 DEBUG [main][MenuItemLookup] Found menu:'File' 20:01:46.105 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:01:46.105 DEBUG [main][MenuItemLookup] Found menu:'Source' 20:01:46.105 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 20:01:46.105 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:01:46.105 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:01:46.105 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:01:46.105 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:01:46.105 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:01:46.105 DEBUG [main][MenuItemLookup] Item match:Window 20:01:46.106 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:01:46.106 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:01:46.106 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:01:46.106 DEBUG [main][MenuItemLookup] Found menu:'' 20:01:46.106 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:01:46.106 DEBUG [main][MenuItemLookup] Item match:Show View 20:01:46.109 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 20:01:46.109 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 20:01:46.109 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 20:01:46.109 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 20:01:46.109 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 20:01:46.109 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 20:01:46.109 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 20:01:46.109 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 20:01:46.109 DEBUG [main][MenuItemLookup] Found menu:'Progress' 20:01:46.109 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 20:01:46.109 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 20:01:46.109 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 20:01:46.109 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 20:01:46.109 DEBUG [main][MenuItemLookup] Found menu:'Templates' 20:01:46.109 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 20:01:46.109 DEBUG [main][MenuItemLookup] Found menu:'' 20:01:46.109 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 20:01:46.109 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 20:01:46.109 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 20:01:46.109 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 20:01:46.109 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 20:01:46.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 20:01:46.164 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 20:01:46.164 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 20:01:46.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:01:46.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:01:46.165 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 20:01:46.165 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:01:46.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:46.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:46.165 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:01:46.165 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:01:46.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:46.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:46.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:46.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:46.166 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:01:46.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:01:46.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:01:46.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 20:01:46.166 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:01:46.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:01:46.166 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:01:46.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:01:46.166 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:01:46.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 20:01:46.166 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:01:46.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:01:46.167 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:01:46.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:01:46.167 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:01:46.167 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 20:01:46.167 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 20:01:46.167 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 20:01:46.167 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 20:01:46.167 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:01:46.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:46.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:46.167 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:01:46.167 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:01:46.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:46.167 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:46.167 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:01:46.167 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:01:46.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:46.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:46.167 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:01:46.167 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:01:46.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:46.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:46.168 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:46.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:46.168 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:46.168 INFO [WorkbenchTestable][AbstractButton] Click button &Open 20:01:46.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:01:46.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:01:46.168 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:01:46.168 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:01:46.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:01:46.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:01:46.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 20:01:46.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:46.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:46.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 20:01:46.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:46.197 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:46.197 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:01:46.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:01:46.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:01:46.197 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:01:46.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 '\*?\QProject Explorer\E') 20:01:46.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:46.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:46.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:46.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:46.198 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:01:46.198 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:01:46.198 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:01:46.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:01:46.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:01:46.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:01:46.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:01:46.200 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:01:46.200 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:01:46.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:01:46.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:01:46.200 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:01:46.200 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:01:46.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:01:46.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:01:46.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:46.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:46.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:01:46.701 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:46.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:01:47.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:47.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:01:47.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:01:47.202 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:01:47.202 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:01:47.203 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:01:47.203 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:01:47.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 20:01:47.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:47.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:47.204 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:47.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:47.204 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:01:47.204 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testproject 20:01:47.204 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:01:47.204 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:01:47.205 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:01:47.205 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:01:47.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:47.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:47.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:01:47.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:47.706 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:01:48.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:48.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:01:48.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:01:48.207 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:01:48.207 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:01:48.208 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:01:48.208 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:01:48.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 20:01:48.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:48.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:48.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:48.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:48.208 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:01:48.209 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testproject 20:01:48.209 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:01:48.209 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:01:48.209 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:01:48.209 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:01:48.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 20:01:48.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:48.209 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:48.209 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:48.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:48.209 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:01:48.209 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 20:01:48.209 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 20:01:48.209 DEBUG [main][TreeItemHandler] Set Tree selection 20:01:48.210 DEBUG [main][TreeHandler] Notify Tree about selection event 20:01:48.214 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 20:01:48.215 DEBUG [WorkbenchTestable][TreeItemHandler] testproject 20:01:48.215 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:01:48.215 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:01:48.235 DEBUG [main][MenuItemLookup] Found menu:'New' 20:01:48.236 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:01:48.236 DEBUG [main][MenuItemLookup] Found menu:'' 20:01:48.236 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:01:48.236 DEBUG [main][MenuItemLookup] Found menu:'' 20:01:48.236 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:01:48.236 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 20:01:48.236 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:01:48.236 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:01:48.236 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 20:01:48.236 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 20:01:48.236 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 20:01:48.236 DEBUG [main][MenuItemLookup] Found menu:'' 20:01:48.236 DEBUG [main][MenuItemLookup] Found menu:'Import...' 20:01:48.236 DEBUG [main][MenuItemLookup] Found menu:'Export...' 20:01:48.236 DEBUG [main][MenuItemLookup] Found menu:'' 20:01:48.236 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 20:01:48.236 DEBUG [main][MenuItemLookup] Item match:Refresh F5 20:01:48.236 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 20:01:48.236 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 20:01:48.236 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 20:01:48.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:01:48.236 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 20:01:48.736 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:01:48.736 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:48.736 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:48.736 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:48.736 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:48.736 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:48.736 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:01:48.736 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:48.736 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:48.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:01:48.736 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:01:48.736 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:01:48.755 DEBUG [main][MenuItemLookup] Found menu:'New' 20:01:48.755 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:01:48.755 DEBUG [main][MenuItemLookup] Found menu:'' 20:01:48.755 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:01:48.755 DEBUG [main][MenuItemLookup] Found menu:'' 20:01:48.755 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:01:48.755 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 20:01:48.755 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:01:48.755 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:01:48.755 DEBUG [main][MenuItemLookup] Item match:Delete Delete 20:01:48.755 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 20:01:48.755 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 20:01:48.755 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 20:01:48.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 20:01:49.333 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 20:01:49.333 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 20:01:49.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:01:49.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:01:49.335 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 20:01:49.335 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:01:49.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:49.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:49.335 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:01:49.335 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:01:49.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:49.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:49.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:49.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:49.335 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:49.336 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 20:01:49.336 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 20:01:49.336 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 20:01:49.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:01:49.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:01:49.336 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:01:49.336 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:01:49.336 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:01:49.336 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:01:49.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:49.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:49.336 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:01:49.336 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:01:49.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:49.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:49.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:49.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:49.337 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:49.337 INFO [WorkbenchTestable][AbstractButton] Click button OK 20:01:49.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:01:49.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:01:49.337 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:01:49.337 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:01:49.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 20:01:49.339 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 20:01:49.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 20:01:49.840 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 20:01:49.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:01:49.840 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 20:01:49.840 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 20:01:49.840 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 20:01:49.840 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:49.840 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:49.840 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:49.840 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:49.840 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:49.840 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:49.840 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:49.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:01:49.840 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest 20:01:49.840 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:01:49.840 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:01:49.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:49.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 47.807 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: 0.528 s testAddingAndRemovingNonexistingAndNotFullySpecifiedInterfaces no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest) Time elapsed: 22.518 s testAddingAndRemovingExtendedInterfaces no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest) Time elapsed: 15.542 s testCreateNewInterface no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest) Time elapsed: 0.695 s testCreateNewInterfaceWithCustomSettings no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest) Time elapsed: 3.846 s Running org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.EnumWizardTest 20:01:49.851 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.EnumWizardTest 20:01:49.851 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:01:49.851 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:01:49.851 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.EnumWizardTest 20:01:49.852 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:01:49.852 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 20:01:49.852 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:01:49.852 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 20:01:49.852 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:01:49.852 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 20:01:49.852 DEBUG [main][EditorHandler] 0 editor(s) found 20:01:49.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:49.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:49.853 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 20:01:49.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:49.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:49.853 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:01:49.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:01:49.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:01:49.854 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:01:49.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') 20:01:49.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:49.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:49.854 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:49.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:49.854 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:01:49.854 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:01:49.854 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:01:49.855 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:01:49.855 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:01:49.855 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:01:49.855 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:01:49.855 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:01:49.855 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:01:49.856 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:01:49.856 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:01:49.856 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:01:49.856 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:01:49.856 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:01:49.856 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:01:49.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:49.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:49.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:01:50.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:50.358 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:01:50.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:50.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:01:50.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:01:50.859 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:01:50.859 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:01:50.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:01:50.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:01:50.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 20:01:50.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:50.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:50.860 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:50.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:50.860 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:01:50.860 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:01:50.860 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:01:50.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:01:50.861 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:01:50.861 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:01:50.861 INFO [WorkbenchTestable][RequirementsRunner] Started test: createEnumClass no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.EnumWizardTest) 20:01:50.861 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.EnumWizardTest 20:01:50.861 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:01:50.861 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:01:50.861 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:01:50.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:01:50.861 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:50.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:01:50.861 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:50.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 Java Project"] 20:01:50.861 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:50.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:01:50.861 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:50.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:01:50.861 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:50.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:01:50.861 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:50.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 Java Project"] 20:01:50.862 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:50.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:01:50.862 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:50.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:01:50.862 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:50.862 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:01:50.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:01:50.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:01:50.862 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:01:50.862 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:01:50.862 DEBUG [main][MenuItemLookup] Found menu:'File' 20:01:50.862 DEBUG [main][MenuItemLookup] Item match:File 20:01:50.863 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 20:01:50.863 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 20:01:50.865 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 20:01:50.865 DEBUG [main][MenuItemLookup] Found menu:'Project...' 20:01:50.865 DEBUG [main][MenuItemLookup] Found menu:'' 20:01:50.865 DEBUG [main][MenuItemLookup] Found menu:'Package' 20:01:50.865 DEBUG [main][MenuItemLookup] Found menu:'Class' 20:01:50.865 DEBUG [main][MenuItemLookup] Found menu:'Interface' 20:01:50.865 DEBUG [main][MenuItemLookup] Found menu:'Enum' 20:01:50.865 DEBUG [main][MenuItemLookup] Found menu:'Record' 20:01:50.865 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 20:01:50.865 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 20:01:50.865 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 20:01:50.865 DEBUG [main][MenuItemLookup] Found menu:'Folder' 20:01:50.865 DEBUG [main][MenuItemLookup] Found menu:'File' 20:01:50.865 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 20:01:50.865 DEBUG [main][MenuItemLookup] Found menu:'Task' 20:01:50.865 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 20:01:50.865 DEBUG [main][MenuItemLookup] Found menu:'' 20:01:50.865 DEBUG [main][MenuItemLookup] Found menu:'Example...' 20:01:50.865 DEBUG [main][MenuItemLookup] Found menu:'' 20:01:50.865 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 20:01:50.865 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 20:01:50.865 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 20:01:50.865 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 20:01:50.865 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 20:01:50.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 20:01:50.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 'New|Select a wizard'] is available. finished successfully 20:01:50.918 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 20:01:50.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:01:50.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:01:50.923 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:01:50.923 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:50.923 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 20:01:50.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:50.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:50.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:50.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:50.924 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:01:50.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:01:50.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:01:50.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 20:01:50.925 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:01:50.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:01:50.925 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:01:50.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:01:50.925 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:01:50.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 20:01:50.925 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:01:50.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:01:50.925 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:01:50.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:01:50.925 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:01:50.925 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 20:01:50.925 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 20:01:50.925 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 20:01:50.928 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 20:01:50.928 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:01:50.928 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 20:01:50.928 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) 20:01:50.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:50.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:50.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:50.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:50.928 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:50.928 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:01:50.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:01:50.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:01:50.928 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:01:50.928 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:01:51.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:01:51.046 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:51.046 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:51.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 20:01:51.046 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 20:01:51.046 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 20:01:51.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:01:51.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:01:51.047 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 20:01:51.047 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:51.047 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'EnumProject' 20:01:51.047 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:") 20:01:51.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:51.047 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:51.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:51.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:51.048 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:01:51.048 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:01:51.049 INFO [WorkbenchTestable][AbstractText] Text set to: EnumProject 20:01:51.069 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 20:01:51.069 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 20:01:51.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.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) 20:01:51.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:51.069 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:51.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:51.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:51.070 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:51.070 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:01:51.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:01:51.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:01:51.070 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:01:51.071 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:01:51.073 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.... 20:01:51.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. finished successfully 20:01:51.574 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 20:01:51.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:01:51.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:01:51.576 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 20:01:51.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 "Don't Create") 20:01:51.576 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:01:51.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:51.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:51.576 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 20:01:51.576 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:01:51.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:51.576 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:51.577 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:51.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:51.577 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:51.577 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 20:01:51.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:01:51.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:01:51.577 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:01:51.577 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:01:51.657 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.... 20:01:51.657 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 20:01:51.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:01:51.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:01:51.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:01:51.657 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 20:01:51.657 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 20:01:51.657 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 20:01:51.657 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:01:51.657 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:51.657 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 20:01:51.657 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:51.657 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:51.657 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:51.657 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:51.657 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:51.657 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:51.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:01:51.658 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:01:51.658 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:51.658 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:01:51.658 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:51.659 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 20:01:51.659 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:51.659 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:01:51.659 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:51.659 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:01:51.659 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:51.659 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:01:51.659 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:51.659 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 20:01:51.659 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:51.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:01:51.660 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:51.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:01:51.660 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:51.660 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:01:51.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:01:51.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:01:51.660 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:01:51.660 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:01:51.690 DEBUG [main][MenuItemLookup] Found menu:'File' 20:01:51.690 DEBUG [main][MenuItemLookup] Item match:File 20:01:51.691 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 20:01:51.691 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 20:01:51.693 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 20:01:51.693 DEBUG [main][MenuItemLookup] Found menu:'Project...' 20:01:51.693 DEBUG [main][MenuItemLookup] Found menu:'' 20:01:51.693 DEBUG [main][MenuItemLookup] Found menu:'Package' 20:01:51.693 DEBUG [main][MenuItemLookup] Found menu:'Class' 20:01:51.693 DEBUG [main][MenuItemLookup] Found menu:'Interface' 20:01:51.693 DEBUG [main][MenuItemLookup] Found menu:'Enum' 20:01:51.693 DEBUG [main][MenuItemLookup] Found menu:'Record' 20:01:51.693 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 20:01:51.693 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 20:01:51.693 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 20:01:51.693 DEBUG [main][MenuItemLookup] Found menu:'Folder' 20:01:51.693 DEBUG [main][MenuItemLookup] Found menu:'File' 20:01:51.693 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 20:01:51.693 DEBUG [main][MenuItemLookup] Found menu:'Task' 20:01:51.693 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 20:01:51.693 DEBUG [main][MenuItemLookup] Found menu:'' 20:01:51.693 DEBUG [main][MenuItemLookup] Found menu:'Example...' 20:01:51.693 DEBUG [main][MenuItemLookup] Found menu:'' 20:01:51.693 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 20:01:51.693 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 20:01:51.693 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 20:01:51.693 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 20:01:51.693 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 20:01:51.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 'New|Select a wizard'] is available.... 20:01:51.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 20:01:51.749 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 20:01:51.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:01:51.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:01:51.750 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:01:51.750 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:51.750 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 20:01:51.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:51.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:51.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:51.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:51.751 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:01:51.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:01:51.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:01:51.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 20:01:51.786 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:01:51.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:01:51.786 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:01:51.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:01:51.786 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:01:51.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 20:01:51.786 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:01:51.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:01:51.786 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:01:51.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:01:51.786 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:01:51.786 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Enum 20:01:51.786 DEBUG [main][TreeItemHandler] Selecting tree item: Enum 20:01:51.787 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Enum about selection 20:01:51.789 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Enum 20:01:51.789 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:01:51.789 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 20:01: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.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) 20:01:51.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:51.789 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:51.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:51.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:51.789 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:51.790 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:01:51.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:01:51.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:01:51.790 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:01:51.790 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:01:51.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:01:51.890 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:51.890 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:51.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Enum Type"] is available.... 20:01:51.891 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 20:01:51.891 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Enum Type 20:01:51.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:01:51.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:01:51.891 TRACE [WorkbenchTestable][NewEnumCreationWizard] Shell New Enum Type is not null and is not disposed 20:01:51.891 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:51.900 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:") 20:01:51.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:51.900 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:51.903 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:51.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:51.903 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:01:51.903 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:01:51.904 INFO [WorkbenchTestable][AbstractText] Text set to: MyEnum 20:01:51.916 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:") 20:01:51.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:51.916 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:51.918 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:51.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:51.918 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:01:51.918 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:01:51.918 INFO [WorkbenchTestable][AbstractText] Text set to: enumPackage 20:01:51.921 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") 20:01:51.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:51.922 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:51.922 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:51.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:51.922 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:51.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.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") 20:01:51.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:51.923 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:51.923 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:51.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:51.923 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:51.924 TRACE [WorkbenchTestable][NewEnumCreationWizard] Shell New Enum Type is not null and is not disposed 20:01:51.924 INFO [WorkbenchTestable][NewEnumCreationWizard] Finish wizard 20:01:51.924 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) 20:01:51.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:51.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:51.925 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:51.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:51.925 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:51.926 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:01:51.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:01:51.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:01:51.926 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:01:51.926 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:01:51.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:01:52.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:01:52.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:01:52.430 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 4 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 20:01:52.430 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 20:01:52.430 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 20:01:52.430 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 20:01:52.430 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 20:01:52.430 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 20:01:52.430 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:52.430 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:52.430 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:01:52.430 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:52.430 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:52.430 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:01:52.430 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:52.430 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:52.430 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:52.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:01:52.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1d26b7e1 is found... 20:01:52.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1d26b7e1 is found finished successfully 20:01:52.431 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') 20:01:52.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:52.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:52.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:52.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:52.432 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:01:52.432 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:01:52.432 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package enumPackage; public enum MyEnum { } TooltipText=null 20:01:52.432 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:01:52.432 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package enumPackage; public enum MyEnum { } TooltipText=null 20:01:52.432 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 20:01:52.432 DEBUG [WorkbenchTestable][EditorHandler] Closing editor MyEnum.java 20:01:52.553 DEBUG [WorkbenchTestable][EditorHandler] Editor MyEnum.java is closed 20:01:52.553 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.EnumWizardTest 20:01:52.553 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:01:52.553 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:01:52.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:52.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:52.556 INFO [WorkbenchTestable][RequirementsRunner] Finished test: createEnumClass no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.EnumWizardTest) 20:01:52.556 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.EnumWizardTest 20:01:52.556 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:01:52.556 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:01:52.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:52.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.705 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: 1.694 s Running org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest 20:01:52.560 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest 20:01:52.560 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:01:52.560 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:01:52.560 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest 20:01:52.560 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:01:52.560 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 20:01:52.560 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:01:52.560 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 20:01:52.560 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:01:52.560 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 20:01:52.561 DEBUG [main][EditorHandler] 0 editor(s) found 20:01:52.561 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:52.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:52.562 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 20:01:52.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:52.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:52.562 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:01:52.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:01:52.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:01:52.562 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:01:52.563 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:01:52.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:52.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:52.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:52.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:52.563 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:01:52.563 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:01:52.563 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:01:52.563 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:01:52.564 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:01:52.564 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:01:52.564 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:01:52.564 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:01:52.564 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:01:52.565 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:01:52.565 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:01:52.565 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:01:52.565 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:01:52.565 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:01:52.565 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:01:52.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:52.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:52.565 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:01:53.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:53.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:01:53.575 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:53.575 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:01:53.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:01:53.576 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:01:53.576 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:01:53.576 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:01:53.576 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:01:53.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 20:01:53.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:53.577 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:53.577 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:53.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:53.577 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:01:53.577 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EnumProject 20:01:53.577 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:01:53.580 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:01:53.581 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:01:53.581 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:01:53.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:53.581 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:53.581 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:01:54.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:54.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:01:54.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:54.591 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:01:54.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:01:54.591 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:01:54.591 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:01:54.592 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:01:54.592 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:01:54.592 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:01:54.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:54.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:54.592 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:54.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:54.592 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:01:54.592 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EnumProject 20:01:54.592 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:01:54.593 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:01:54.593 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:01:54.593 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:01:54.593 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:01:54.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:54.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:54.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:54.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:54.593 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:01:54.593 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 20:01:54.593 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 20:01:54.593 DEBUG [main][TreeItemHandler] Set Tree selection 20:01:54.593 DEBUG [main][TreeHandler] Notify Tree about selection event 20:01:54.597 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 20:01:54.601 DEBUG [WorkbenchTestable][TreeItemHandler] EnumProject 20:01:54.601 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:01:54.601 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:01:54.620 DEBUG [main][MenuItemLookup] Found menu:'New' 20:01:54.620 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:01:54.620 DEBUG [main][MenuItemLookup] Found menu:'' 20:01:54.620 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:01:54.620 DEBUG [main][MenuItemLookup] Found menu:'' 20:01:54.620 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:01:54.620 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 20:01:54.620 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:01:54.620 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:01:54.620 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 20:01:54.620 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 20:01:54.620 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 20:01:54.620 DEBUG [main][MenuItemLookup] Found menu:'' 20:01:54.620 DEBUG [main][MenuItemLookup] Found menu:'Import...' 20:01:54.620 DEBUG [main][MenuItemLookup] Found menu:'Export...' 20:01:54.620 DEBUG [main][MenuItemLookup] Found menu:'' 20:01:54.620 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 20:01:54.620 DEBUG [main][MenuItemLookup] Item match:Refresh F5 20:01:54.620 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 20:01:54.620 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 20:01:54.620 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 20:01:54.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:01:54.620 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 20:01:55.121 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:55.121 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:55.121 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:01:55.121 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:55.121 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:55.121 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:01:55.121 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:55.121 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:55.121 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:55.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:01:55.121 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:01:55.121 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:01:55.142 DEBUG [main][MenuItemLookup] Found menu:'New' 20:01:55.142 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:01:55.142 DEBUG [main][MenuItemLookup] Found menu:'' 20:01:55.142 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:01:55.142 DEBUG [main][MenuItemLookup] Found menu:'' 20:01:55.142 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:01:55.142 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 20:01:55.142 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:01:55.142 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:01:55.142 DEBUG [main][MenuItemLookup] Item match:Delete Delete 20:01:55.142 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 20:01:55.142 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 20:01:55.142 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 20:01:55.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 20:01:55.718 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 20:01:55.718 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 20:01:55.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:01:55.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:01:55.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: 32) 20:01:55.721 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:01:55.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:55.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:55.721 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:01:55.721 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:01:55.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:55.721 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:55.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:55.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:55.722 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:55.722 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 20:01:55.722 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 20:01:55.722 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 20:01:55.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:01:55.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:01:55.722 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:01:55.722 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:01:55.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: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 20:01:55.722 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:01:55.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:01:55.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:01:55.722 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:01:55.722 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:01:55.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:55.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:55.723 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:55.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:55.723 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:55.723 INFO [WorkbenchTestable][AbstractButton] Click button OK 20:01:55.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:01:55.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:01:55.723 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:01:55.723 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:01:55.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 20:01:55.727 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 20:01:56.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 20:01:56.227 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 20:01:56.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:01:56.227 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 20:01:56.227 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 20:01:56.227 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 20:01:56.227 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:56.227 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:56.227 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:01:56.227 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:56.227 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:56.227 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:56.227 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:56.227 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:56.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:01:56.227 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:01:56.227 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:01:56.228 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:01:56.228 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:01:56.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:01:56.228 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:56.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:01:56.228 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:56.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 Java Project"] 20:01:56.228 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:56.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:01:56.228 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:56.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:01:56.229 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:56.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:01:56.229 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:56.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 Java Project"] 20:01:56.229 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:56.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:01:56.229 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:56.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:01:56.229 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:56.229 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:01:56.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:01:56.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:01:56.229 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:01:56.229 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:01:56.229 DEBUG [main][MenuItemLookup] Found menu:'File' 20:01:56.229 DEBUG [main][MenuItemLookup] Item match:File 20:01:56.230 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 20:01:56.230 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 20:01:56.232 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 20:01:56.233 DEBUG [main][MenuItemLookup] Found menu:'Project...' 20:01:56.233 DEBUG [main][MenuItemLookup] Found menu:'' 20:01:56.233 DEBUG [main][MenuItemLookup] Found menu:'Package' 20:01:56.233 DEBUG [main][MenuItemLookup] Found menu:'Class' 20:01:56.233 DEBUG [main][MenuItemLookup] Found menu:'Interface' 20:01:56.233 DEBUG [main][MenuItemLookup] Found menu:'Enum' 20:01:56.233 DEBUG [main][MenuItemLookup] Found menu:'Record' 20:01:56.233 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 20:01:56.233 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 20:01:56.233 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 20:01:56.233 DEBUG [main][MenuItemLookup] Found menu:'Folder' 20:01:56.233 DEBUG [main][MenuItemLookup] Found menu:'File' 20:01:56.233 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 20:01:56.233 DEBUG [main][MenuItemLookup] Found menu:'Task' 20:01:56.233 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 20:01:56.233 DEBUG [main][MenuItemLookup] Found menu:'' 20:01:56.233 DEBUG [main][MenuItemLookup] Found menu:'Example...' 20:01:56.233 DEBUG [main][MenuItemLookup] Found menu:'' 20:01:56.233 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 20:01:56.233 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 20:01:56.245 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 20:01:56.245 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 20:01:56.245 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 20:01:56.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 20:01:56.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 20:01:56.314 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 20:01:56.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:01:56.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:01:56.314 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:01:56.314 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:56.315 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 20:01:56.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:56.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:56.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:56.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:56.315 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:01:56.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:01:56.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:01:56.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 20:01:56.316 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:01:56.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:01:56.316 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:01:56.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:01:56.316 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:01:56.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 20:01:56.316 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:01:56.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:01:56.316 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:01:56.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:01:56.316 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:01:56.316 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 20:01:56.316 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 20:01:56.317 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 20:01:56.319 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 20:01:56.319 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:01:56.319 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 20:01:56.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.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) 20:01:56.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:56.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:56.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:56.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:56.319 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:56.320 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:01:56.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:01:56.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:01:56.320 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:01:56.320 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:01:56.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:01:56.505 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:56.505 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:56.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 20:01:56.505 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 20:01:56.506 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 20:01:56.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:01:56.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:01:56.507 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 20:01:56.507 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:56.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.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:") 20:01:56.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:56.507 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:56.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:56.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:56.507 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:56.508 DEBUG [WorkbenchTestable][RadioButton] Radio Button Use an execution en&vironment JRE: already checked, no action performed 20:01:56.508 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 20:01:56.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:56.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:56.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:56.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:56.508 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 20:01:56.508 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 20:01:56.508 INFO [WorkbenchTestable][JavaProjectWizard] Cancel wizard 20:01:56.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.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) 20:01:56.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:56.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:56.532 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:56.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:56.532 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:56.533 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:01:56.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:01:56.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:01:56.533 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:01:56.533 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:01:56.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:01:56.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:01:56.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:01:56.592 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 20:01:56.592 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 20:01:56.592 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:56.592 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:56.592 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:01:56.592 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:56.592 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:56.592 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:56.592 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:56.592 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:56.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:01:56.592 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:01:56.592 INFO [WorkbenchTestable][RequirementsRunner] Started test: testJavaProjectWizardCreateInfoModule no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest) 20:01:56.592 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest 20:01:56.592 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:01:56.592 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:01:56.592 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:01:56.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:01:56.593 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:56.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:01:56.593 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:56.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 Java Project"] 20:01:56.593 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:56.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:01:56.593 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:56.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:01:56.593 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:56.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:01:56.593 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:56.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 Java Project"] 20:01:56.593 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:56.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:01:56.594 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:56.594 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:01:56.594 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:56.594 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:01:56.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:01:56.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:01:56.594 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:01:56.594 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:01:56.594 DEBUG [main][MenuItemLookup] Found menu:'File' 20:01:56.594 DEBUG [main][MenuItemLookup] Item match:File 20:01:56.594 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 20:01:56.594 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 20:01:56.596 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 20:01:56.596 DEBUG [main][MenuItemLookup] Found menu:'Project...' 20:01:56.596 DEBUG [main][MenuItemLookup] Found menu:'' 20:01:56.596 DEBUG [main][MenuItemLookup] Found menu:'Package' 20:01:56.596 DEBUG [main][MenuItemLookup] Found menu:'Class' 20:01:56.596 DEBUG [main][MenuItemLookup] Found menu:'Interface' 20:01:56.596 DEBUG [main][MenuItemLookup] Found menu:'Enum' 20:01:56.596 DEBUG [main][MenuItemLookup] Found menu:'Record' 20:01:56.596 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 20:01:56.596 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 20:01:56.596 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 20:01:56.596 DEBUG [main][MenuItemLookup] Found menu:'Folder' 20:01:56.596 DEBUG [main][MenuItemLookup] Found menu:'File' 20:01:56.596 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 20:01:56.596 DEBUG [main][MenuItemLookup] Found menu:'Task' 20:01:56.596 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 20:01:56.596 DEBUG [main][MenuItemLookup] Found menu:'' 20:01:56.596 DEBUG [main][MenuItemLookup] Found menu:'Example...' 20:01:56.596 DEBUG [main][MenuItemLookup] Found menu:'' 20:01:56.596 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 20:01:56.596 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 20:01:56.597 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 20:01:56.597 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 20:01:56.597 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 20:01:56.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 'New|Select a wizard'] is available.... 20:01:56.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 20:01:56.660 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 20:01:56.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:01:56.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:01:56.661 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:01:56.661 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:56.661 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 20:01:56.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:56.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:56.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:56.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:56.662 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:01:56.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:01:56.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:01:56.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 20:01:56.663 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:01:56.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:01:56.663 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:01:56.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:01:56.663 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:01:56.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 20:01:56.663 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:01:56.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:01:56.663 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:01:56.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:01:56.663 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:01:56.664 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 20:01:56.664 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 20:01:56.664 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 20:01:56.666 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 20:01:56.666 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:01:56.666 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 20:01:56.666 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) 20:01:56.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:56.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:56.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:56.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:56.683 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:56.683 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:01:56.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:01:56.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:01:56.683 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:01:56.683 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:01:56.792 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:01:56.793 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:56.793 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:56.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 20:01:56.793 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 20:01:56.793 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 20:01:56.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:01:56.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:01:56.793 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 20:01:56.793 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:01:56.794 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'SimpleJavaProject' 20:01:56.794 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:") 20:01:56.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:56.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:56.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:56.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:56.795 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:01:56.795 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:01:56.795 INFO [WorkbenchTestable][AbstractText] Text set to: SimpleJavaProject 20:01:56.805 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Setting active button 'Use an execution environment JRE' 20:01:56.816 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:") 20:01:56.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:56.817 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:56.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:56.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:56.817 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:56.818 DEBUG [WorkbenchTestable][RadioButton] Radio Button Use an execution en&vironment JRE: already checked, no action performed 20:01:56.818 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Selecting 'JavaSE-9' 20:01:56.818 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 20:01:56.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:56.818 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:56.819 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:56.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:56.819 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 20:01:56.819 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo JavaSE-11 to selection: JavaSE-9 20:01:56.819 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 20:01:56.819 INFO [WorkbenchTestable][JavaProjectWizard] Go to next wizard page 20:01:56.819 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) 20:01:56.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:56.819 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:56.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:56.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:56.820 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:56.820 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:01:56.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:01:56.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:01:56.820 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:01:56.820 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:01:56.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 20:01:56.824 DEBUG [WorkbenchTestable][JobIsRunning] job 'Implicit Job' is a system job, skipped 20:01:56.824 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 20:01:56.824 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 20:01:56.824 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:56.824 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:56.824 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:01:56.824 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:56.824 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:56.824 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:56.824 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:56.824 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:57.325 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 20:01:57.325 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:01:57.325 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 20:01:57.325 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:57.325 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:57.325 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:01:57.325 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:57.325 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:57.325 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:57.325 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:57.325 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:57.825 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 20:01:57.825 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 20:01:57.825 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:57.825 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:57.825 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:01:57.825 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:57.825 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:57.825 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:57.825 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:57.825 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:58.348 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 20:01:58.348 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:58.348 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:58.348 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:01:58.348 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:58.348 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:58.348 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:58.348 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:58.348 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:58.848 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 20:01:58.848 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:58.848 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:58.848 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:01:58.848 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:58.848 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:58.848 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:58.848 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:58.848 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:59.348 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 20:01:59.348 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:59.348 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:59.348 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:01:59.348 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:59.348 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:59.348 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:59.348 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:59.348 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:59.848 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 1 files to index (/SimpleJavaProject)' is a system job, skipped 20:01:59.848 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:59.848 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:59.848 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:01:59.848 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:59.848 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:59.848 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:59.848 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:59.848 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:59.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 20:01:59.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:01:59.848 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 1 files to index (/SimpleJavaProject)' is a system job, skipped 20:01:59.848 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:01:59.848 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:01:59.848 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:01:59.848 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:01:59.848 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:01:59.848 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:01:59.848 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:01:59.848 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:01:59.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:01:59.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.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") 20:01:59.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:59.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:59.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:59.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:59.850 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:59.850 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageTwo] Setting 'Create module-info.java file' to true 20:01:59.853 INFO [WorkbenchTestable][CheckBox] Select checkbox Create &module-info.java file 20:01:59.854 DEBUG [WorkbenchTestable][CheckBox] Checkbox Create &module-info.java file already selected, no action performed 20:01:59.854 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 20:01:59.854 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 20:01:59.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.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) 20:01:59.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:01:59.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:01:59.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:01:59.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:01:59.855 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:01:59.855 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:01:59.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:01:59.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:01:59.855 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:01:59.855 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:01:59.859 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.... 20:02:00.359 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 20:02:00.359 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 20:02:00.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:02:00.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:02:00.362 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Setting module name to 'simplejavaproject' 20:02:00.362 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:") 20:02:00.362 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:02:00.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:02:00.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:02:00.362 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 20:02:00.362 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:02:00.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:00.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:00.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:00.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:00.363 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:02:00.363 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:02:00.364 INFO [WorkbenchTestable][AbstractText] Text set to: simplejavaproject 20:02:00.367 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Creating module-info.java file 20:02:00.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 "Create") 20:02:00.367 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:02:00.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:02:00.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:02:00.368 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 20:02:00.368 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:02:00.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:00.368 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:00.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:00.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:00.368 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:02:00.369 INFO [WorkbenchTestable][AbstractButton] Click button &Create 20:02:00.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:02:00.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:02:00.369 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:02:00.369 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:02:00.617 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.... 20:02:00.622 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 20:02:00.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:02:00.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:02:00.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:02:00.622 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:02:00.622 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 20:02:00.622 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 20:02:00.622 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 20:02:00.622 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 20:02:00.622 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 20:02:00.622 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:02:00.622 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:02:00.622 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:02:00.622 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:02:00.622 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:02:00.622 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:02:00.622 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:02:00.622 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:02:00.622 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:02:00.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:02:00.622 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:00.623 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:00.623 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 20:02:00.623 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:00.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:00.629 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - SimpleJavaProject/src/module-info.java - Eclipse Platform 20:02:00.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:02:00.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:02:00.629 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - SimpleJavaProject/src/module-info.java - Eclipse Platform' 20:02:00.629 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:02:00.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:00.629 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:00.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:00.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:00.630 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:02:00.630 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:02:00.630 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:02:00.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:02:00.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:02:00.639 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:02:00.639 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:02:00.640 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:02:00.640 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:02:00.640 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:02:00.640 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:02:00.654 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:02:00.654 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:02:00.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:00.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:00.655 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:02:01.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:01.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:02:01.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:01.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:02:01.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:02:01.657 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:02:01.657 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:02:01.657 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:02:01.658 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:02:01.658 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:02:01.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:01.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:01.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:01.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:01.658 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:02:01.658 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name SimpleJavaProject 20:02:01.658 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:02:01.658 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:02:01.658 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:02:01.659 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:02:01.659 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:02:01.659 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:02:01.659 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:02:01.659 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:02:01.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:01.659 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:01.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:02:02.160 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:02.161 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:02:02.661 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:02.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:02:02.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:02:02.662 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:02:02.662 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:02:02.662 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:02:02.662 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:02:02.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 20:02:02.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:02.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:02.663 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:02.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:02.663 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:02:02.663 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name SimpleJavaProject 20:02:02.663 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 20:02:02.663 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 20:02:02.663 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item SimpleJavaProject 20:02:02.663 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item SimpleJavaProject 20:02:02.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:02:02.664 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item SimpleJavaProject is already expanded. No action performed 20:02:02.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:02:02.664 INFO [WorkbenchTestable][TreeItemHandler] Expanded: SimpleJavaProject 20:02:02.664 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item module-info.java of tree item src 20:02:02.664 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 20:02:02.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:02:02.664 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 20:02:02.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:02:02.664 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 20:02:02.664 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item simplejavaproject of tree item module-info.java 20:02:02.664 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item module-info.java 20:02:02.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:02:03.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:02:03.164 INFO [WorkbenchTestable][TreeItemHandler] Expanded: module-info.java 20:02:03.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:03.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:03.166 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 20:02:03.166 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:03.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:03.166 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - SimpleJavaProject/src/module-info.java - Eclipse Platform 20:02:03.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:02:03.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:02:03.167 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - SimpleJavaProject/src/module-info.java - Eclipse Platform' 20:02:03.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 '\*?\QProject Explorer\E') 20:02:03.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:03.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:03.167 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:03.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:03.167 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:02:03.167 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:02:03.167 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:02:03.168 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:02:03.168 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - SimpleJavaProject/src/module-info.java - Eclipse Platform TooltipText=null 20:02:03.168 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:02:03.168 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:02:03.169 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:02:03.169 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:02:03.169 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:02:03.169 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:02:03.169 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:02:03.169 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:02:03.170 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:02:03.170 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:02:03.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:03.170 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:03.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:02:03.670 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:03.671 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:02:04.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:04.172 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:02:04.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:02:04.172 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:02:04.173 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:02:04.173 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:02:04.173 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:02:04.173 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:02:04.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:04.173 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:04.173 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:04.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:04.173 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:02:04.174 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name SimpleJavaProject 20:02:04.174 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:02:04.174 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:02:04.174 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:02:04.174 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:02:04.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:04.174 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:04.174 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:02:04.674 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:04.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:02:05.175 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:05.175 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:02:05.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:02:05.176 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:02:05.176 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:02:05.176 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:02:05.177 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:02:05.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 20:02:05.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:05.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:05.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:05.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:05.177 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:02:05.177 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name SimpleJavaProject 20:02:05.177 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:02:05.177 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:02:05.177 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:02:05.177 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:02:05.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 20:02:05.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:05.178 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:05.178 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:05.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:05.178 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:02:05.178 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 20:02:05.178 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 20:02:05.178 DEBUG [main][TreeItemHandler] Set Tree selection 20:02:05.178 DEBUG [main][TreeHandler] Notify Tree about selection event 20:02:05.181 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 20:02:05.182 DEBUG [WorkbenchTestable][TreeItemHandler] SimpleJavaProject 20:02:05.182 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:02:05.182 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:02:05.202 DEBUG [main][MenuItemLookup] Found menu:'New' 20:02:05.202 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:02:05.202 DEBUG [main][MenuItemLookup] Found menu:'' 20:02:05.202 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:02:05.202 DEBUG [main][MenuItemLookup] Found menu:'' 20:02:05.202 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:02:05.202 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 20:02:05.202 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:02:05.202 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:02:05.202 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 20:02:05.202 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 20:02:05.202 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 20:02:05.202 DEBUG [main][MenuItemLookup] Found menu:'' 20:02:05.202 DEBUG [main][MenuItemLookup] Found menu:'Import...' 20:02:05.202 DEBUG [main][MenuItemLookup] Found menu:'Export...' 20:02:05.202 DEBUG [main][MenuItemLookup] Found menu:'' 20:02:05.202 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 20:02:05.202 DEBUG [main][MenuItemLookup] Item match:Refresh F5 20:02:05.203 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 20:02:05.203 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 20:02:05.203 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 20:02:05.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:02:05.203 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 20:02:05.703 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:02:05.703 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:02:05.703 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:02:05.703 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:02:05.703 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:02:05.703 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:02:05.703 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:02:05.703 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:02:05.703 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:02:05.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:02:05.703 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:02:05.703 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:02:05.727 DEBUG [main][MenuItemLookup] Found menu:'New' 20:02:05.727 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:02:05.727 DEBUG [main][MenuItemLookup] Found menu:'' 20:02:05.727 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:02:05.727 DEBUG [main][MenuItemLookup] Found menu:'' 20:02:05.727 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:02:05.727 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 20:02:05.727 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:02:05.727 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:02:05.728 DEBUG [main][MenuItemLookup] Item match:Delete Delete 20:02:05.728 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 20:02:05.728 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 20:02:05.728 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 20:02:05.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 20:02:06.313 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 20:02:06.313 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 20:02:06.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:02:06.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:02:06.315 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 20:02:06.315 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:02:06.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:02:06.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:02:06.316 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:02:06.316 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:02:06.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:06.316 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:06.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:06.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:06.316 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:02:06.316 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 20:02:06.316 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 20:02:06.316 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 20:02:06.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:02:06.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:02:06.316 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:02:06.316 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:02:06.316 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:02:06.316 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:02:06.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:02:06.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:02:06.316 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:02:06.316 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:02:06.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:06.316 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:06.317 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:06.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:06.317 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:02:06.317 INFO [WorkbenchTestable][AbstractButton] Click button OK 20:02:06.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:02:06.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:02:06.317 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:02:06.317 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:02:06.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 20:02:06.319 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 20:02:06.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 20:02:06.820 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 20:02:06.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:02:06.820 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 20:02:06.820 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 20:02:06.820 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 20:02:06.820 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 20:02:06.820 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:02:06.820 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:02:06.820 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:02:06.820 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:02:06.820 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:02:06.820 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:02:06.820 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:02:06.820 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:02:06.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:02:06.820 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest 20:02:06.820 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:02:06.820 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:02:06.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:02:06.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:02:06.820 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testJavaProjectWizardCreateInfoModule no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest) 20:02:06.820 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:02:06.821 INFO [WorkbenchTestable][RequirementsRunner] Started test: testJavaProjectWizardDisabledModuleInfoCheckbox no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest) 20:02:06.821 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest 20:02:06.821 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:02:06.821 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:02:06.821 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:02:06.821 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:02:06.821 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:06.821 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:02:06.821 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:06.821 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 20:02:06.821 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:06.821 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:02:06.821 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:06.821 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:02:06.821 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:06.821 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:02:06.821 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:06.821 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 20:02:06.821 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:06.821 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:02:06.822 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:06.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:02:06.822 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:06.822 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:02:06.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:02:06.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:02:06.822 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:02:06.822 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:02:06.822 DEBUG [main][MenuItemLookup] Found menu:'File' 20:02:06.823 DEBUG [main][MenuItemLookup] Item match:File 20:02:06.823 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 20:02:06.823 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 20:02:06.825 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 20:02:06.825 DEBUG [main][MenuItemLookup] Found menu:'Project...' 20:02:06.825 DEBUG [main][MenuItemLookup] Found menu:'' 20:02:06.825 DEBUG [main][MenuItemLookup] Found menu:'Package' 20:02:06.825 DEBUG [main][MenuItemLookup] Found menu:'Class' 20:02:06.825 DEBUG [main][MenuItemLookup] Found menu:'Interface' 20:02:06.825 DEBUG [main][MenuItemLookup] Found menu:'Enum' 20:02:06.825 DEBUG [main][MenuItemLookup] Found menu:'Record' 20:02:06.825 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 20:02:06.825 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 20:02:06.825 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 20:02:06.825 DEBUG [main][MenuItemLookup] Found menu:'Folder' 20:02:06.825 DEBUG [main][MenuItemLookup] Found menu:'File' 20:02:06.825 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 20:02:06.825 DEBUG [main][MenuItemLookup] Found menu:'Task' 20:02:06.825 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 20:02:06.825 DEBUG [main][MenuItemLookup] Found menu:'' 20:02:06.825 DEBUG [main][MenuItemLookup] Found menu:'Example...' 20:02:06.825 DEBUG [main][MenuItemLookup] Found menu:'' 20:02:06.825 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 20:02:06.825 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 20:02:06.835 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 20:02:06.835 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 20:02:06.835 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 20:02:06.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 20:02:06.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 'New|Select a wizard'] is available. finished successfully 20:02:06.889 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 20:02:06.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:02:06.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:02:06.895 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:02:06.895 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:06.895 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 20:02:06.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:06.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:06.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:06.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:06.895 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:02:06.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:02:06.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:02:06.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 20:02:06.896 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:02:06.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:02:06.896 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:02:06.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:02:06.896 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:02:06.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 20:02:06.897 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:02:06.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:02:06.897 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:02:06.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:02:06.897 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:02:06.897 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 20:02:06.897 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 20:02:06.897 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 20:02:06.897 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 20:02:06.897 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:02:06.897 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 20:02:06.897 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) 20:02:06.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:06.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:06.898 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:06.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:06.898 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:02:06.898 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:02:06.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:02:06.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:02:06.898 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:02:06.898 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:02:07.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:02:07.022 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:07.022 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:07.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.... 20:02:07.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. finished successfully 20:02:07.022 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 20:02:07.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:02:07.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:02:07.023 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 20:02:07.023 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:07.023 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'SimpleJavaProject' 20:02:07.023 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:") 20:02:07.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:07.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:07.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:07.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:07.024 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:02:07.024 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:02:07.025 INFO [WorkbenchTestable][AbstractText] Text set to: SimpleJavaProject 20:02:07.038 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Setting active button 'Use an execution environment JRE' 20:02:07.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: 16, Matcher matching widgets with text that without mnenomic matches: is "Use an execution environment JRE:") 20:02:07.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:07.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:07.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:07.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:07.046 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:02:07.047 DEBUG [WorkbenchTestable][RadioButton] Radio Button Use an execution en&vironment JRE: already checked, no action performed 20:02:07.047 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Selecting 'JavaSE-1.8' 20:02:07.047 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 20:02:07.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:07.047 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:07.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:07.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:07.048 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 20:02:07.048 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo JavaSE-9 to selection: JavaSE-1.8 20:02:07.048 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 20:02:07.048 INFO [WorkbenchTestable][JavaProjectWizard] Go to next wizard page 20:02:07.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 "Next >", Widget matcher matching widgets with style: 8) 20:02:07.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:07.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:07.049 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:07.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:07.049 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:02:07.049 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:02:07.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:02:07.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:02:07.049 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:02:07.049 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:02:07.053 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") 20:02:07.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:07.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:07.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:02:07.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:07.555 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:07.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:07.555 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:02:07.555 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageTwo] Setting 'Create module-info.java file' to true 20:02:07.556 INFO [WorkbenchTestable][CheckBox] Select checkbox Create &module-info.java file 20:02:07.556 INFO [WorkbenchTestable][CheckBox] Check checkbox Create &module-info.java file 20:02:07.556 INFO [WorkbenchTestable][AbstractButton] Click button Create &module-info.java file 20:02:07.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:02:17.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled failed, an exception will be thrown 20:02:17.571 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 20:02:17.571 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 20:02:17.571 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) 20:02:17.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:17.571 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:17.572 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:17.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:17.572 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:02:17.575 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:02:17.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:02:17.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:02:17.575 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:02:17.575 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:02:17.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.... 20:02:20.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 20:02:20.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:02:20.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:02:20.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:02:20.581 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:02:20.581 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:02:20.581 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:02:20.581 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:02:20.581 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:02:20.581 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:02:20.581 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:02:20.581 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:02:20.581 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:02:20.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:02:20.581 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:20.582 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:20.582 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 20:02:20.582 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:20.583 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:20.583 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:02:20.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:02:20.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:02:20.583 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:02:20.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 '\*?\QProject Explorer\E') 20:02:20.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:20.583 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:20.583 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:20.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:20.583 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:02:20.584 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:02:20.584 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:02:20.584 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:02:20.584 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:02:20.584 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:02:20.584 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:02:20.585 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:02:20.585 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:02:20.585 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:02:20.586 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:02:20.586 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:02:20.586 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:02:20.586 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:02:20.586 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:02:20.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:20.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:20.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:02:21.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:21.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:02:21.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:21.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:02:21.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:02:21.588 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:02:21.588 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:02:21.589 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:02:21.589 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:02:21.589 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:02:21.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:21.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:21.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:21.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:21.589 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:02:21.589 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name SimpleJavaProject 20:02:21.589 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:02:21.589 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:02:21.590 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:02:21.590 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:02:21.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:21.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:21.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:02:22.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:22.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:02:22.591 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:22.592 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:02:22.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:02:22.592 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:02:22.592 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:02:22.593 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:02:22.593 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:02:22.593 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:02:22.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:22.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:22.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:22.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:22.593 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:02:22.593 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name SimpleJavaProject 20:02:22.593 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:02:22.593 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:02:22.594 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:02:22.594 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:02:22.594 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:02:22.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:22.594 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:22.594 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:22.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:22.594 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:02:22.594 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 20:02:22.594 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 20:02:22.594 DEBUG [main][TreeItemHandler] Set Tree selection 20:02:22.594 DEBUG [main][TreeHandler] Notify Tree about selection event 20:02:22.598 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 20:02:22.599 DEBUG [WorkbenchTestable][TreeItemHandler] SimpleJavaProject 20:02:22.599 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:02:22.599 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:02:22.621 DEBUG [main][MenuItemLookup] Found menu:'New' 20:02:22.621 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:02:22.621 DEBUG [main][MenuItemLookup] Found menu:'' 20:02:22.621 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:02:22.621 DEBUG [main][MenuItemLookup] Found menu:'' 20:02:22.621 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:02:22.621 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 20:02:22.621 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:02:22.621 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:02:22.621 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 20:02:22.621 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 20:02:22.621 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 20:02:22.621 DEBUG [main][MenuItemLookup] Found menu:'' 20:02:22.621 DEBUG [main][MenuItemLookup] Found menu:'Import...' 20:02:22.621 DEBUG [main][MenuItemLookup] Found menu:'Export...' 20:02:22.621 DEBUG [main][MenuItemLookup] Found menu:'' 20:02:22.621 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 20:02:22.621 DEBUG [main][MenuItemLookup] Item match:Refresh F5 20:02:22.621 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 20:02:22.621 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 20:02:22.621 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 20:02:22.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:02:22.621 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 20:02:23.122 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 20:02:23.122 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:02:23.122 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:02:23.122 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:02:23.122 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:02:23.122 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:02:23.122 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:02:23.122 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:02:23.122 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:02:23.122 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:02:23.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:02:23.122 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:02:23.122 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:02:23.139 DEBUG [main][MenuItemLookup] Found menu:'New' 20:02:23.139 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:02:23.140 DEBUG [main][MenuItemLookup] Found menu:'' 20:02:23.140 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:02:23.140 DEBUG [main][MenuItemLookup] Found menu:'' 20:02:23.140 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:02:23.140 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 20:02:23.140 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:02:23.140 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:02:23.140 DEBUG [main][MenuItemLookup] Item match:Delete Delete 20:02:23.140 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 20:02:23.140 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 20:02:23.140 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 20:02:23.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 20:02:23.711 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 20:02:23.711 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 20:02:23.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:02:23.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:02:23.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: 32) 20:02:23.713 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:02:23.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:02:23.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:02:23.714 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:02:23.714 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:02:23.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:23.714 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:23.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:23.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:23.714 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:02:23.714 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 20:02:23.714 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 20:02:23.714 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 20:02:23.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:02:23.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:02:23.714 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:02:23.714 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:02:23.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 "OK") 20:02:23.715 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:02:23.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:02:23.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:02:23.715 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:02:23.715 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:02:23.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:23.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:23.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:23.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:23.715 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:02:23.715 INFO [WorkbenchTestable][AbstractButton] Click button OK 20:02:23.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:02:23.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:02:23.715 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:02:23.715 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:02:23.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 20:02:23.717 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 20:02:24.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 20:02:24.218 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 20:02:24.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:02:24.218 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 20:02:24.218 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 20:02:24.218 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 20:02:24.218 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:02:24.218 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:02:24.218 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:02:24.218 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:02:24.218 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:02:24.218 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:02:24.218 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:02:24.218 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:02:24.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:02:24.218 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest 20:02:24.218 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:02:24.218 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:02:24.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:02:24.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:02:24.219 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testJavaProjectWizardDisabledModuleInfoCheckbox no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest) 20:02:24.219 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:02:24.219 INFO [WorkbenchTestable][RequirementsRunner] Started test: testJavaProjectWizard no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest) 20:02:24.219 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest 20:02:24.219 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:02:24.219 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:02:24.219 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:02:24.219 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:02:24.219 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:24.219 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:02:24.219 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:24.219 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 20:02:24.219 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:24.219 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:02:24.219 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:24.220 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:02:24.220 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:24.220 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:02:24.220 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:24.220 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 20:02:24.220 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:24.220 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:02:24.220 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:24.220 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:02:24.220 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:24.220 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:02:24.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:02:24.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:02:24.221 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:02:24.221 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:02:24.221 DEBUG [main][MenuItemLookup] Found menu:'File' 20:02:24.221 DEBUG [main][MenuItemLookup] Item match:File 20:02:24.221 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 20:02:24.221 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 20:02:24.223 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 20:02:24.223 DEBUG [main][MenuItemLookup] Found menu:'Project...' 20:02:24.223 DEBUG [main][MenuItemLookup] Found menu:'' 20:02:24.223 DEBUG [main][MenuItemLookup] Found menu:'Package' 20:02:24.223 DEBUG [main][MenuItemLookup] Found menu:'Class' 20:02:24.223 DEBUG [main][MenuItemLookup] Found menu:'Interface' 20:02:24.223 DEBUG [main][MenuItemLookup] Found menu:'Enum' 20:02:24.223 DEBUG [main][MenuItemLookup] Found menu:'Record' 20:02:24.223 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 20:02:24.223 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 20:02:24.223 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 20:02:24.223 DEBUG [main][MenuItemLookup] Found menu:'Folder' 20:02:24.223 DEBUG [main][MenuItemLookup] Found menu:'File' 20:02:24.224 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 20:02:24.224 DEBUG [main][MenuItemLookup] Found menu:'Task' 20:02:24.224 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 20:02:24.224 DEBUG [main][MenuItemLookup] Found menu:'' 20:02:24.224 DEBUG [main][MenuItemLookup] Found menu:'Example...' 20:02:24.224 DEBUG [main][MenuItemLookup] Found menu:'' 20:02:24.224 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 20:02:24.224 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 20:02:24.224 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 20:02:24.224 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 20:02:24.224 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 20:02:24.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 20:02:24.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 'New|Select a wizard'] is available. finished successfully 20:02:24.283 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 20:02:24.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:02:24.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:02:24.284 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:02:24.284 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:24.284 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 20:02:24.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:24.284 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:24.284 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:24.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:24.284 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:02:24.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:02:24.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:02:24.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 20:02:24.285 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:02:24.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:02:24.285 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:02:24.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:02:24.285 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:02:24.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 20:02:24.286 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:02:24.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:02:24.286 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:02:24.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:02:24.286 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:02:24.286 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 20:02:24.286 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 20:02:24.286 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 20:02:24.286 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 20:02:24.286 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:02:24.286 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 20:02: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.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) 20:02:24.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:24.286 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:24.287 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:24.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:24.287 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:02:24.287 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:02:24.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:02:24.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:02:24.287 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:02:24.287 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:02:24.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:02:24.401 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:24.402 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:24.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 20:02:24.402 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 20:02:24.402 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 20:02:24.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:02:24.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:02:24.402 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 20:02:24.402 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:24.402 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'SimpleJavaProject' 20:02:24.402 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:") 20:02:24.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:24.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:24.404 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:24.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:24.404 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:02:24.404 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:02:24.404 INFO [WorkbenchTestable][AbstractText] Text set to: SimpleJavaProject 20:02:24.425 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") 20:02:24.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:24.425 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:24.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:24.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:24.426 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:02:24.426 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Setting default location to true 20:02:24.426 INFO [WorkbenchTestable][CheckBox] Select checkbox Use &default location 20:02:24.426 DEBUG [WorkbenchTestable][CheckBox] Checkbox Use &default location already selected, no action performed 20:02:24.426 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 20:02:24.426 INFO [WorkbenchTestable][JavaProjectWizard] Go to next wizard page 20:02:24.426 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) 20:02:24.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:24.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:24.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:24.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:24.427 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:02:24.427 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:02:24.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:02:24.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:02:24.427 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:02:24.427 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:02:24.430 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") 20:02:24.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:24.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:24.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:02:24.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:24.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:24.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:24.934 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:02:24.934 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageTwo] Setting 'Allow output folders for source folders' to true 20:02:24.936 INFO [WorkbenchTestable][CheckBox] Select checkbox Allow output folders for sour&ce folders 20:02:24.942 INFO [WorkbenchTestable][CheckBox] Check checkbox Allow output folders for sour&ce folders 20:02:24.942 INFO [WorkbenchTestable][AbstractButton] Click button Allow output folders for sour&ce folders 20:02:24.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:02:24.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:02:24.942 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:02:24.942 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:02:24.943 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 20:02:24.943 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 20:02:24.943 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) 20:02:24.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:24.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:24.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:24.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:24.944 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:02:24.944 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:02:24.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:02:24.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:02:24.944 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:02:24.944 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:02:24.947 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.... 20:02:27.967 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 20:02:27.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:02:27.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:02:27.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:02:27.968 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:02:27.968 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:02:27.968 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:02:27.968 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:02:27.968 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:02:27.968 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:02:27.968 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:02:27.968 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:02:27.968 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:02:27.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:02:27.968 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:27.969 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:27.969 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 20:02:27.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:27.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:27.970 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:02:27.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:02:27.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:02:27.970 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:02:27.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 '\*?\QProject Explorer\E') 20:02:27.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:27.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:27.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:27.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:27.970 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:02:27.970 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:02:27.970 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:02:27.971 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:02:27.971 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:02:27.971 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:02:27.971 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:02:27.972 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:02:27.972 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:02:27.972 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:02:27.972 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:02:27.972 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:02:27.972 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:02:27.973 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:02:27.973 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:02:27.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:27.973 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:27.973 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:02:28.473 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:28.473 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:02:28.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:28.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:02:28.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:02:28.974 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:02:28.974 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:02:28.975 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:02:28.975 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:02: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 20:02:28.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:28.975 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:28.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:28.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:28.975 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:02:28.975 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name SimpleJavaProject 20:02:28.975 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:28.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:28.975 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 20:02:28.975 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:28.976 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:28.976 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:02:28.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:02:28.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:02:28.976 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:02:28.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 '\*?\QProject Explorer\E') 20:02:28.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:28.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:28.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:28.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:28.977 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:02:28.977 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:02:28.977 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:02:28.977 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:02:28.978 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:02:28.978 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:02:28.978 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:02:28.978 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:02:28.978 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:02:28.979 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:02:28.979 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:02:28.979 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:02:28.979 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:02:28.980 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:02:28.980 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:02:28.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:28.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:28.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:02:29.480 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:29.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:02:29.981 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:29.981 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:02:29.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:02:29.981 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:02:29.981 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:02:29.982 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:02:29.982 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:02:29.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 20:02:29.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:29.982 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:29.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:29.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:29.982 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:02:29.982 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name SimpleJavaProject 20:02:29.982 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:02:29.982 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:02:29.983 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:02:29.983 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:02:29.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:29.983 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:29.983 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:02:30.483 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:30.484 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:02:30.984 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:30.985 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:02:30.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:02:30.985 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:02:30.985 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:02:30.986 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:02:30.986 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:02:30.986 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:02:30.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:30.986 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:30.986 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:30.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:30.986 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:02:30.986 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name SimpleJavaProject 20:02:30.986 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:02:30.986 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:02:30.987 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:02:30.987 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:02:30.987 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:02:30.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:30.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:30.987 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:30.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:30.987 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:02:30.987 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 20:02:30.987 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 20:02:30.987 DEBUG [main][TreeItemHandler] Set Tree selection 20:02:30.987 DEBUG [main][TreeHandler] Notify Tree about selection event 20:02:30.991 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 20:02:30.991 DEBUG [WorkbenchTestable][TreeItemHandler] SimpleJavaProject 20:02:30.992 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:02:30.992 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:02:31.013 DEBUG [main][MenuItemLookup] Found menu:'New' 20:02:31.013 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:02:31.013 DEBUG [main][MenuItemLookup] Found menu:'' 20:02:31.013 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:02:31.013 DEBUG [main][MenuItemLookup] Found menu:'' 20:02:31.013 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:02:31.013 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 20:02:31.013 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:02:31.013 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:02:31.013 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 20:02:31.013 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 20:02:31.013 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 20:02:31.013 DEBUG [main][MenuItemLookup] Found menu:'' 20:02:31.013 DEBUG [main][MenuItemLookup] Found menu:'Import...' 20:02:31.013 DEBUG [main][MenuItemLookup] Found menu:'Export...' 20:02:31.013 DEBUG [main][MenuItemLookup] Found menu:'' 20:02:31.013 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 20:02:31.013 DEBUG [main][MenuItemLookup] Item match:Refresh F5 20:02:31.013 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 20:02:31.013 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 20:02:31.013 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 20:02:31.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:02:31.014 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 20:02:31.514 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:02:31.514 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:02:31.514 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:02:31.514 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:02:31.514 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:02:31.514 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:02:31.514 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:02:31.514 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:02:31.514 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:02:31.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:02:31.514 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:02:31.514 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:02:31.556 DEBUG [main][MenuItemLookup] Found menu:'New' 20:02:31.556 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:02:31.556 DEBUG [main][MenuItemLookup] Found menu:'' 20:02:31.556 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:02:31.556 DEBUG [main][MenuItemLookup] Found menu:'' 20:02:31.556 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:02:31.556 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 20:02:31.556 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:02:31.556 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:02:31.556 DEBUG [main][MenuItemLookup] Item match:Delete Delete 20:02:31.556 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 20:02:31.556 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 20:02:31.556 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 20:02:31.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 20:02:32.113 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 20:02:32.113 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 20:02:32.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:02:32.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:02:32.115 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 20:02:32.115 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:02:32.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:02:32.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:02:32.116 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:02:32.116 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:02:32.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:32.116 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:32.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:32.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:32.116 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:02:32.116 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 20:02:32.116 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 20:02:32.116 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 20:02:32.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:02:32.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:02:32.116 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:02:32.117 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:02:32.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 "OK") 20:02:32.117 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:02:32.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:02:32.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:02:32.117 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:02:32.117 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:02:32.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:32.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:32.117 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:32.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:32.117 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:02:32.117 INFO [WorkbenchTestable][AbstractButton] Click button OK 20:02:32.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:02:32.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:02:32.117 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:02:32.117 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:02:32.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 20:02:32.120 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 20:02:32.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 20:02:32.620 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 20:02:32.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:02:32.620 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 20:02:32.620 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 20:02:32.620 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 20:02:32.620 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:02:32.620 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:02:32.620 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:02:32.620 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:02:32.620 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:02:32.620 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:02:32.620 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:02:32.620 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:02:32.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:02:32.620 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest 20:02:32.620 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:02:32.620 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:02:32.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:02:32.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:02:32.621 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testJavaProjectWizard no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest) 20:02:32.621 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:02:32.621 INFO [WorkbenchTestable][RequirementsRunner] Started test: testJavaProjectWizardCreateInfoModuleDefaultName no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest) 20:02:32.621 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest 20:02:32.621 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:02:32.621 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:02:32.621 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:02:32.621 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:02:32.621 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:32.621 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:02:32.621 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:32.621 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 20:02:32.621 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:32.621 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:02:32.621 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:32.621 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:02:32.621 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:32.621 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:02:32.621 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:32.622 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 20:02:32.622 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:32.622 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:02:32.622 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:32.622 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:02:32.622 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:32.622 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:02:32.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:02:32.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:02:32.622 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:02:32.622 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:02:32.622 DEBUG [main][MenuItemLookup] Found menu:'File' 20:02:32.623 DEBUG [main][MenuItemLookup] Item match:File 20:02:32.623 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 20:02:32.623 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 20:02:32.625 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 20:02:32.625 DEBUG [main][MenuItemLookup] Found menu:'Project...' 20:02:32.625 DEBUG [main][MenuItemLookup] Found menu:'' 20:02:32.625 DEBUG [main][MenuItemLookup] Found menu:'Package' 20:02:32.625 DEBUG [main][MenuItemLookup] Found menu:'Class' 20:02:32.625 DEBUG [main][MenuItemLookup] Found menu:'Interface' 20:02:32.625 DEBUG [main][MenuItemLookup] Found menu:'Enum' 20:02:32.625 DEBUG [main][MenuItemLookup] Found menu:'Record' 20:02:32.625 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 20:02:32.625 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 20:02:32.625 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 20:02:32.625 DEBUG [main][MenuItemLookup] Found menu:'Folder' 20:02:32.625 DEBUG [main][MenuItemLookup] Found menu:'File' 20:02:32.625 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 20:02:32.625 DEBUG [main][MenuItemLookup] Found menu:'Task' 20:02:32.625 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 20:02:32.625 DEBUG [main][MenuItemLookup] Found menu:'' 20:02:32.625 DEBUG [main][MenuItemLookup] Found menu:'Example...' 20:02:32.625 DEBUG [main][MenuItemLookup] Found menu:'' 20:02:32.625 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 20:02:32.625 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 20:02:32.636 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 20:02:32.636 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 20:02:32.636 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 20:02:32.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 'New|Select a wizard'] is available.... 20:02:32.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 20:02:32.695 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 20:02:32.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:02:32.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:02:32.696 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:02:32.696 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:32.696 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 20:02:32.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:32.696 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:32.697 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:32.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:32.697 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:02:32.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:02:32.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:02:32.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 20:02:32.698 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:02:32.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:02:32.698 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:02:32.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:02:32.698 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:02:32.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 20:02:32.698 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:02:32.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:02:32.698 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:02:32.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:02:32.698 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:02:32.698 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 20:02:32.698 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 20:02:32.698 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 20:02:32.698 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 20:02:32.698 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:02:32.698 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 20:02:32.698 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) 20:02:32.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:32.698 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:32.699 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:32.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:32.699 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:02:32.699 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:02:32.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:02:32.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:02:32.699 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:02:32.699 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:02:32.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:02:32.810 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:32.810 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:32.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 20:02:32.810 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 20:02:32.810 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 20:02:32.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:02:32.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:02:32.811 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 20:02:32.811 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:32.823 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'SimpleJavaProject' 20:02:32.823 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:") 20:02:32.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:32.823 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:32.825 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:32.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:32.825 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:02:32.825 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:02:32.825 INFO [WorkbenchTestable][AbstractText] Text set to: SimpleJavaProject 20:02:32.838 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Setting active button 'Use an execution environment JRE' 20:02:32.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.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:") 20:02:32.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:32.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:32.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:32.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:32.846 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:02:32.847 DEBUG [WorkbenchTestable][RadioButton] Radio Button Use an execution en&vironment JRE: already checked, no action performed 20:02:32.847 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Selecting 'JavaSE-10' 20:02:32.847 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 20:02:32.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:32.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:32.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:32.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:32.847 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 20:02:32.848 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo JavaSE-1.8 to selection: JavaSE-10 20:02:32.848 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 20:02:32.848 INFO [WorkbenchTestable][JavaProjectWizard] Go to next wizard page 20:02:32.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.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) 20:02:32.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:32.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:32.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:32.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:32.849 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:02:32.849 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:02:32.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:02:32.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:02:32.849 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:02:32.849 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:02:32.852 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") 20:02:32.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:32.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:32.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:02:33.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:33.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:33.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:33.355 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:02:33.355 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageTwo] Setting 'Create module-info.java file' to true 20:02:33.355 INFO [WorkbenchTestable][CheckBox] Select checkbox Create &module-info.java file 20:02:33.356 DEBUG [WorkbenchTestable][CheckBox] Checkbox Create &module-info.java file already selected, no action performed 20:02:33.356 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 20:02:33.356 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 20:02:33.356 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) 20:02:33.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:33.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:33.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:33.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:33.357 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:02:33.357 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:02:33.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:02:33.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:02:33.357 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:02:33.357 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:02:33.361 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.... 20:02:33.861 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 20:02:33.861 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 20:02:33.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:02:33.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:02:33.864 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 20:02:33.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 "Don't Create") 20:02:33.864 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:02:33.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:02:33.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:02:33.866 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 20:02:33.866 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:02:33.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:33.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:33.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:33.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:33.866 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:02:33.867 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 20:02:33.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:02:33.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:02:33.867 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:02:33.867 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:02:33.933 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.... 20:02:33.933 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 20:02:33.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:02:33.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:02:33.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:02:33.933 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 20:02:33.933 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:02:33.933 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:02:33.933 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 20:02:33.933 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:02:33.933 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:02:33.933 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:02:33.933 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:02:33.933 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:02:33.933 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:02:33.933 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:02:33.933 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:02:33.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:02:33.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:33.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:33.934 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 20:02:33.934 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:33.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:33.935 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:02:33.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:02:33.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:02:33.935 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:02:33.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 '\*?\QProject Explorer\E') 20:02:33.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:33.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:33.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:33.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:33.935 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:02:33.935 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:02:33.935 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:02:33.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:02:33.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:02:33.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:02:33.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:02:33.984 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:02:33.984 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:02:33.985 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:02:33.985 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:02:33.985 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:02:33.985 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:02:33.985 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:02:33.985 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:02:33.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:33.985 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:33.986 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:02:34.486 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:34.486 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:02:35.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:35.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:02:35.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:02:35.020 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:02:35.020 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:02:35.021 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:02:35.021 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:02:35.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 20:02:35.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:35.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:35.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:35.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:35.021 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:02:35.022 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name SimpleJavaProject 20:02:35.022 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:02:35.022 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:02:35.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:02:35.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:02:35.022 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:02:35.022 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:02:35.023 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:02:35.023 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:02:35.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:35.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:35.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:02:35.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:35.523 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:02:36.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:36.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:02:36.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:02:36.024 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:02:36.025 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:02:36.025 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:02:36.025 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:02:36.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 20:02:36.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:36.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:36.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:36.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:36.026 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:02:36.026 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name SimpleJavaProject 20:02:36.026 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 20:02:36.026 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 20:02:36.027 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item SimpleJavaProject 20:02:36.027 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item SimpleJavaProject 20:02:36.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:02:36.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:02:36.527 INFO [WorkbenchTestable][TreeItemHandler] Expanded: SimpleJavaProject 20:02:36.527 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item module-info.java of tree item src 20:02:36.528 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 20:02:36.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:02:37.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:02:37.029 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 20:02:37.029 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item src and wait with time period 1 20:02:37.029 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 20:02:37.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:02:37.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:02:37.530 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 20:02:37.530 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 20:02:37.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:02:38.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:02:38.031 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 20:02:38.032 DEBUG [WorkbenchTestable][AbstractResource] Obtaining direct children on the current level 20:02:38.032 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item src and wait with time period 1 20:02:38.032 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 20:02:38.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:02:38.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:02:38.533 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 20:02:38.533 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 20:02:38.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:02:39.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:02:39.034 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 20:02:39.034 DEBUG [WorkbenchTestable][AbstractResource] Item "module-info.java" was not found. Available items on the current level: 20:02:39.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:39.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:39.035 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 20:02:39.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:39.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:39.036 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:02:39.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:02:39.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:02:39.036 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:02:39.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 '\*?\QProject Explorer\E') 20:02:39.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:39.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:39.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:39.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:39.037 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:02:39.037 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:02:39.037 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:02:39.037 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:02:39.037 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:02:39.037 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:02:39.037 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:02:39.038 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:02:39.038 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:02:39.039 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:02:39.039 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:02:39.039 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:02:39.039 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:02:39.039 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:02:39.039 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:02:39.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:39.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:39.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:02:39.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:39.540 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:02:40.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:40.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:02:40.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:02:40.041 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:02:40.041 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:02:40.041 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:02:40.042 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:02:40.042 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:02:40.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:40.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:40.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:40.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:40.042 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:02:40.042 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name SimpleJavaProject 20:02:40.042 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:02:40.042 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:02:40.042 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:02:40.042 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:02:40.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:40.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:40.043 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:02:40.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:40.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:02:41.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:41.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:02:41.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:02:41.045 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:02:41.045 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:02:41.045 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:02:41.045 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:02:41.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 20:02:41.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:41.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:41.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:41.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:41.046 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:02:41.046 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name SimpleJavaProject 20:02:41.046 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:02:41.046 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:02:41.047 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:02:41.047 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:02:41.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 20:02:41.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:41.047 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:41.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:41.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:41.047 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:02:41.047 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 20:02:41.047 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 20:02:41.047 DEBUG [main][TreeItemHandler] Set Tree selection 20:02:41.047 DEBUG [main][TreeHandler] Notify Tree about selection event 20:02:41.051 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 20:02:41.052 DEBUG [WorkbenchTestable][TreeItemHandler] SimpleJavaProject 20:02:41.052 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:02:41.052 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:02:41.104 DEBUG [main][MenuItemLookup] Found menu:'New' 20:02:41.104 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:02:41.104 DEBUG [main][MenuItemLookup] Found menu:'' 20:02:41.104 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:02:41.104 DEBUG [main][MenuItemLookup] Found menu:'' 20:02:41.104 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:02:41.104 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 20:02:41.104 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:02:41.104 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:02:41.104 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 20:02:41.104 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 20:02:41.104 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 20:02:41.104 DEBUG [main][MenuItemLookup] Found menu:'' 20:02:41.104 DEBUG [main][MenuItemLookup] Found menu:'Import...' 20:02:41.104 DEBUG [main][MenuItemLookup] Found menu:'Export...' 20:02:41.104 DEBUG [main][MenuItemLookup] Found menu:'' 20:02:41.104 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 20:02:41.104 DEBUG [main][MenuItemLookup] Item match:Refresh F5 20:02:41.105 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 20:02:41.105 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 20:02:41.105 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 20:02:41.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:02:41.105 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 20:02:41.605 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:02:41.605 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:02:41.605 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:02:41.605 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:02:41.605 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:02:41.605 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:02:41.605 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:02:41.605 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:02:41.605 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:02:41.605 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:02:41.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:02:41.605 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:02:41.605 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:02:41.623 DEBUG [main][MenuItemLookup] Found menu:'New' 20:02:41.623 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:02:41.623 DEBUG [main][MenuItemLookup] Found menu:'' 20:02:41.623 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:02:41.623 DEBUG [main][MenuItemLookup] Found menu:'' 20:02:41.623 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:02:41.623 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 20:02:41.623 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:02:41.623 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:02:41.623 DEBUG [main][MenuItemLookup] Item match:Delete Delete 20:02:41.623 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 20:02:41.623 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 20:02:41.623 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 20:02:41.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 20:02:42.180 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 20:02:42.180 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 20:02:42.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:02:42.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:02:42.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: 32) 20:02:42.183 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:02:42.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:02:42.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:02:42.183 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:02:42.183 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:02:42.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:42.183 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:42.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:42.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:42.183 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:02:42.183 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 20:02:42.184 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 20:02:42.184 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 20:02:42.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:02:42.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:02:42.184 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:02:42.184 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:02:42.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") 20:02:42.184 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:02:42.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:02:42.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:02:42.184 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:02:42.184 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:02:42.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:42.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:42.184 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:42.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:42.185 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:02:42.185 INFO [WorkbenchTestable][AbstractButton] Click button OK 20:02:42.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:02:42.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:02:42.185 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:02:42.185 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:02:42.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 20:02:42.187 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 20:02:42.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 20:02:42.688 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 20:02:42.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:02:42.688 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 20:02:42.688 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 20:02:42.688 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:02:42.688 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:02:42.688 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:02:42.688 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:02:42.688 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:02:42.688 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:02:42.688 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:02:42.688 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:02:42.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:02:42.688 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest 20:02:42.688 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:02:42.688 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:02:42.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:02:42.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:02:42.689 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testJavaProjectWizardCreateInfoModuleDefaultName no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest) 20:02:42.689 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:02:42.689 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:42.689 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:02:42.689 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:42.689 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 20:02:42.689 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:42.689 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:02:42.689 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:42.689 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:02:42.689 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:42.689 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:02:42.689 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:42.689 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 20:02:42.689 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:42.689 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:02:42.690 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:42.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:02:42.690 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:42.690 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:02:42.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:02:42.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:02:42.690 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:02:42.690 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:02:42.690 DEBUG [main][MenuItemLookup] Found menu:'File' 20:02:42.690 DEBUG [main][MenuItemLookup] Item match:File 20:02:42.691 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 20:02:42.691 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 20:02:42.693 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 20:02:42.693 DEBUG [main][MenuItemLookup] Found menu:'Project...' 20:02:42.693 DEBUG [main][MenuItemLookup] Found menu:'' 20:02:42.693 DEBUG [main][MenuItemLookup] Found menu:'Package' 20:02:42.693 DEBUG [main][MenuItemLookup] Found menu:'Class' 20:02:42.693 DEBUG [main][MenuItemLookup] Found menu:'Interface' 20:02:42.693 DEBUG [main][MenuItemLookup] Found menu:'Enum' 20:02:42.693 DEBUG [main][MenuItemLookup] Found menu:'Record' 20:02:42.693 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 20:02:42.693 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 20:02:42.693 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 20:02:42.693 DEBUG [main][MenuItemLookup] Found menu:'Folder' 20:02:42.693 DEBUG [main][MenuItemLookup] Found menu:'File' 20:02:42.693 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 20:02:42.693 DEBUG [main][MenuItemLookup] Found menu:'Task' 20:02:42.693 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 20:02:42.693 DEBUG [main][MenuItemLookup] Found menu:'' 20:02:42.693 DEBUG [main][MenuItemLookup] Found menu:'Example...' 20:02:42.693 DEBUG [main][MenuItemLookup] Found menu:'' 20:02:42.693 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 20:02:42.693 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 20:02:42.693 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 20:02:42.693 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 20:02:42.693 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 20:02:42.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 'New|Select a wizard'] is available.... 20:02:42.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 20:02:42.747 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 20:02:42.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:02:42.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:02:42.753 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:02:42.753 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:42.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 20:02:42.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:42.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:42.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:42.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:42.754 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:02:42.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:02:42.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:02:42.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 20:02:42.755 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:02:42.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:02:42.755 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:02:42.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:02:42.755 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:02:42.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 20:02:42.755 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:02:42.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:02:42.755 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:02:42.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:02:42.755 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:02:42.755 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 20:02:42.755 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 20:02:42.755 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 20:02:42.755 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 20:02:42.755 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:02:42.755 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 20:02:42.755 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) 20:02:42.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:42.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:42.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:42.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:42.756 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:02:42.756 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:02:42.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:02:42.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:02:42.756 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:02:42.756 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:02:42.878 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:02:42.879 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:42.879 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:42.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 20:02:42.879 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 20:02:42.879 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 20:02:42.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:02:42.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:02:42.879 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 20:02:42.879 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:42.880 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Setting active button 'Use an execution environment JRE' 20:02:42.880 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:") 20:02:42.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:42.880 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:42.880 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:42.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:42.880 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:02:42.880 DEBUG [WorkbenchTestable][RadioButton] Radio Button Use an execution en&vironment JRE: already checked, no action performed 20:02:42.880 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Selecting 'JavaSE-11' 20:02:42.880 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 20:02:42.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:42.880 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:42.881 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:42.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:42.881 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 20:02:42.881 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo JavaSE-10 to selection: JavaSE-11 20:02:42.881 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 20:02:42.881 INFO [WorkbenchTestable][JavaProjectWizard] Cancel wizard 20:02:42.881 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) 20:02:42.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:42.881 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:42.882 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:42.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:42.882 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:02:42.883 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:02:42.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:02:42.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:02:42.883 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:02:42.883 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:02:42.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:02:42.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:02:42.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:02:42.926 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 20:02:42.927 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:02:42.927 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:02:42.927 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:02:42.927 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:02:42.927 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:02:42.927 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:02:42.927 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:02:42.927 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:02:42.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:02:42.927 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest 20:02:42.927 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:02:42.927 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:02:42.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:02:42.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 50.368 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: 10.228 s testJavaProjectWizardDisabledModuleInfoCheckbox no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest) Time elapsed: 17.398 s testJavaProjectWizard no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest) Time elapsed: 8.402 s testJavaProjectWizardCreateInfoModuleDefaultName no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest) Time elapsed: 10.068 s Running org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest 20:02:42.939 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest 20:02:42.939 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:02:42.939 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:02:42.939 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest 20:02:42.939 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:02:42.939 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 20:02:42.954 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:02:42.954 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 20:02:42.954 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:02:42.954 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 20:02:42.954 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 20:02:42.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 20:02:42.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:02:42.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:02:42.954 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:02:42.954 DEBUG [main][MenuItemLookup] Found menu:'File' 20:02:42.955 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:02:42.955 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:02:42.955 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:02:42.955 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:02:42.955 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:02:42.955 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:02:42.955 DEBUG [main][MenuItemLookup] Item match:Window 20:02:42.955 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:02:42.955 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:02:42.955 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:02:42.955 DEBUG [main][MenuItemLookup] Found menu:'' 20:02:42.955 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:02:42.955 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:02:42.955 DEBUG [main][MenuItemLookup] Found menu:'' 20:02:42.955 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:02:42.955 DEBUG [main][MenuItemLookup] Found menu:'' 20:02:42.955 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:02:42.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:02:42.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:02:42.955 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:02:42.955 DEBUG [main][MenuItemLookup] Found menu:'File' 20:02:42.955 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:02:42.955 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:02:42.955 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:02:42.955 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:02:42.955 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:02:42.955 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:02:42.955 DEBUG [main][MenuItemLookup] Item match:Window 20:02:42.956 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:02:42.956 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:02:42.956 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:02:42.956 DEBUG [main][MenuItemLookup] Found menu:'' 20:02:42.956 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:02:42.956 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:02:42.956 DEBUG [main][MenuItemLookup] Item match:Perspective 20:02:42.956 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 20:02:42.956 DEBUG [main][MenuItemLookup] Found menu:'' 20:02:42.956 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 20:02:42.956 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 20:02:42.956 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 20:02:42.956 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 20:02:42.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 20:02:42.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:02:42.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:02:42.956 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:02:42.956 DEBUG [main][MenuItemLookup] Found menu:'File' 20:02:42.956 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:02:42.956 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:02:42.956 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:02:42.956 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:02:42.956 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:02:42.956 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:02:42.956 DEBUG [main][MenuItemLookup] Item match:Window 20:02:42.956 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:02:42.956 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:02:42.956 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:02:42.956 DEBUG [main][MenuItemLookup] Found menu:'' 20:02:42.956 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:02:42.956 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:02:42.956 DEBUG [main][MenuItemLookup] Found menu:'' 20:02:42.956 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:02:42.956 DEBUG [main][MenuItemLookup] Found menu:'' 20:02:42.956 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:02:42.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:02:42.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:02:42.956 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:02:42.957 DEBUG [main][MenuItemLookup] Found menu:'File' 20:02:42.957 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:02:42.957 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:02:42.957 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:02:42.957 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:02:42.957 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:02:42.957 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:02:42.957 DEBUG [main][MenuItemLookup] Item match:Window 20:02:42.957 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:02:42.957 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:02:42.957 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:02:42.957 DEBUG [main][MenuItemLookup] Found menu:'' 20:02:42.957 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:02:42.957 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:02:42.957 DEBUG [main][MenuItemLookup] Item match:Perspective 20:02:42.957 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 20:02:42.957 DEBUG [main][MenuItemLookup] Found menu:'' 20:02:42.957 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 20:02:42.957 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 20:02:42.957 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 20:02:42.957 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 20:02:42.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:02:42.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:02:42.957 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:02:42.957 DEBUG [main][MenuItemLookup] Found menu:'File' 20:02:42.957 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:02:42.957 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:02:42.957 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:02:42.957 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:02:42.957 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:02:42.957 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:02:42.957 DEBUG [main][MenuItemLookup] Item match:Window 20:02:42.957 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:02:42.957 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:02:42.957 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:02:42.957 DEBUG [main][MenuItemLookup] Found menu:'' 20:02:42.957 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:02:42.957 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:02:42.957 DEBUG [main][MenuItemLookup] Found menu:'' 20:02:42.957 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:02:42.957 DEBUG [main][MenuItemLookup] Found menu:'' 20:02:42.957 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:02:42.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:02:42.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:02:42.957 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:02:42.958 DEBUG [main][MenuItemLookup] Found menu:'File' 20:02:42.958 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:02:42.958 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:02:42.958 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:02:42.958 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:02:42.958 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:02:42.958 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:02:42.958 DEBUG [main][MenuItemLookup] Item match:Window 20:02:42.958 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:02:42.958 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:02:42.958 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:02:42.958 DEBUG [main][MenuItemLookup] Found menu:'' 20:02:42.958 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:02:42.958 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:02:42.958 DEBUG [main][MenuItemLookup] Item match:Perspective 20:02:42.958 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 20:02:42.958 DEBUG [main][MenuItemLookup] Found menu:'' 20:02:42.958 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 20:02:42.958 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 20:02:42.958 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 20:02:42.958 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 20:02:42.958 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 20:02:42.958 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 20:02:42.958 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 20:02:42.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 20:02:42.985 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 20:02:42.985 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 20:02:42.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:02:42.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:02:42.985 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:02:42.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:02:42.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:02:42.985 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 20:02:42.985 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:02:42.985 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:42.985 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:42.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 "Reset Perspective") 20:02:42.985 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:02:42.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:02:42.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:02:42.985 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 20:02:42.985 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:02:42.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:42.985 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:42.986 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:42.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:42.986 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:02:42.986 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 20:02:42.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:02:42.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:02:42.986 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:02:42.986 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:02:43.135 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:02:43.135 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:43.135 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:02:43.136 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:43.136 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 20:02:43.136 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:43.136 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:02:43.136 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:43.136 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:02:43.136 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:43.136 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:02:43.136 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:43.136 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 20:02:43.136 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:43.136 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:02:43.136 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:43.136 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:02:43.136 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:43.136 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:02:43.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:02:43.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:02:43.137 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:02:43.137 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:02:43.137 DEBUG [main][MenuItemLookup] Found menu:'File' 20:02:43.137 DEBUG [main][MenuItemLookup] Item match:File 20:02:43.137 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 20:02:43.137 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 20:02:43.139 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 20:02:43.139 DEBUG [main][MenuItemLookup] Found menu:'Project...' 20:02:43.139 DEBUG [main][MenuItemLookup] Found menu:'' 20:02:43.139 DEBUG [main][MenuItemLookup] Found menu:'Package' 20:02:43.139 DEBUG [main][MenuItemLookup] Found menu:'Class' 20:02:43.139 DEBUG [main][MenuItemLookup] Found menu:'Interface' 20:02:43.139 DEBUG [main][MenuItemLookup] Found menu:'Enum' 20:02:43.139 DEBUG [main][MenuItemLookup] Found menu:'Record' 20:02:43.139 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 20:02:43.139 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 20:02:43.139 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 20:02:43.139 DEBUG [main][MenuItemLookup] Found menu:'Folder' 20:02:43.139 DEBUG [main][MenuItemLookup] Found menu:'File' 20:02:43.139 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 20:02:43.139 DEBUG [main][MenuItemLookup] Found menu:'Task' 20:02:43.139 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 20:02:43.139 DEBUG [main][MenuItemLookup] Found menu:'' 20:02:43.139 DEBUG [main][MenuItemLookup] Found menu:'Example...' 20:02:43.139 DEBUG [main][MenuItemLookup] Found menu:'' 20:02:43.139 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 20:02:43.139 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 20:02:43.140 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 20:02:43.140 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 20:02:43.140 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 20:02:43.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 'New|Select a wizard'] is available.... 20:02:43.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 20:02:43.205 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 20:02:43.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:02:43.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:02:43.206 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:02:43.206 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:43.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 20:02:43.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:43.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:43.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:43.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:43.207 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:02:43.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:02:43.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:02:43.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 20:02:43.207 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:02:43.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:02:43.208 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:02:43.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:02:43.208 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:02:43.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 20:02:43.208 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:02:43.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:02:43.208 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:02:43.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:02:43.208 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:02:43.208 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 20:02:43.208 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 20:02:43.208 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 20:02:43.208 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 20:02:43.208 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:02:43.208 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 20:02:43.208 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) 20:02:43.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:43.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:43.209 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:43.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:43.209 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:02:43.209 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:02:43.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:02:43.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:02:43.209 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:02:43.209 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:02:43.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:02:43.325 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:43.325 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:43.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 20:02:43.325 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 20:02:43.326 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 20:02:43.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:02:43.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:02:43.326 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 20:02:43.326 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:43.326 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'testproject' 20:02:43.327 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:") 20:02:43.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:43.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:43.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:43.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:43.328 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:02:43.328 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:02:43.328 INFO [WorkbenchTestable][AbstractText] Text set to: testproject 20:02:43.349 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 20:02:43.349 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 20:02:43.349 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) 20:02:43.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:43.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:43.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:43.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:43.350 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:02:43.351 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:02:43.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:02:43.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:02:43.351 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:02:43.351 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:02:43.353 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.... 20:02:43.853 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 20:02:43.854 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 20:02:43.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:02:43.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:02:43.856 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 20:02:43.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 "Don't Create") 20:02:43.856 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:02:43.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:02:43.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:02:43.856 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 20:02:43.856 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:02:43.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:43.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:43.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:43.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:43.856 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:02:43.856 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 20:02:43.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:02:43.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:02:43.856 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:02:43.857 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:02:43.921 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.... 20:02:43.921 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 20:02:43.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:02:43.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:02:43.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:02:43.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 20:02:43.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 20:02:43.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:02:43.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:02:43.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 20:02:43.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:02:43.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:02:43.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:02:43.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:02:43.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:02:43.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:02:43.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:02:43.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:02:43.921 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:02:43.921 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCreateNewClassWithCustomSettings no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest) 20:02:43.921 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest 20:02:43.921 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:02:43.921 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:02:43.921 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:02:43.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:02:43.921 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:43.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:02:43.921 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:43.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: "New Java Class"] 20:02:43.922 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:43.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:02:43.922 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:43.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:02:43.922 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:43.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:02:43.922 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:43.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: "New Java Class"] 20:02:43.922 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:43.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:02:43.922 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:43.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:02:43.922 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:43.922 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:02:43.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:02:43.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:02:43.923 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:02:43.923 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:02:43.923 DEBUG [main][MenuItemLookup] Found menu:'File' 20:02:43.923 DEBUG [main][MenuItemLookup] Item match:File 20:02:43.923 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 20:02:43.923 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 20:02:43.925 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 20:02:43.925 DEBUG [main][MenuItemLookup] Found menu:'Project...' 20:02:43.925 DEBUG [main][MenuItemLookup] Found menu:'' 20:02:43.925 DEBUG [main][MenuItemLookup] Found menu:'Package' 20:02:43.925 DEBUG [main][MenuItemLookup] Found menu:'Class' 20:02:43.925 DEBUG [main][MenuItemLookup] Found menu:'Interface' 20:02:43.925 DEBUG [main][MenuItemLookup] Found menu:'Enum' 20:02:43.925 DEBUG [main][MenuItemLookup] Found menu:'Record' 20:02:43.925 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 20:02:43.925 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 20:02:43.925 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 20:02:43.925 DEBUG [main][MenuItemLookup] Found menu:'Folder' 20:02:43.925 DEBUG [main][MenuItemLookup] Found menu:'File' 20:02:43.925 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 20:02:43.925 DEBUG [main][MenuItemLookup] Found menu:'Task' 20:02:43.925 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 20:02:43.925 DEBUG [main][MenuItemLookup] Found menu:'' 20:02:43.925 DEBUG [main][MenuItemLookup] Found menu:'Example...' 20:02:43.925 DEBUG [main][MenuItemLookup] Found menu:'' 20:02:43.925 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 20:02:43.925 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 20:02:43.925 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 20:02:43.925 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 20:02:43.925 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 20:02:43.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 20:02:44.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 20:02:44.008 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 20:02:44.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:02:44.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:02:44.016 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:02:44.016 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:44.016 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 20:02:44.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:44.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:44.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:44.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:44.025 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:02:44.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:02:44.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:02:44.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 20:02:44.027 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:02:44.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:02:44.027 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:02:44.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:02:44.027 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:02:44.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 20:02:44.028 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:02:44.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:02:44.028 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:02:44.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:02:44.028 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:02:44.028 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 20:02:44.028 DEBUG [main][TreeItemHandler] Selecting tree item: Class 20:02:44.029 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 20:02:44.032 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 20:02:44.059 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:02:44.059 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 20:02:44.059 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) 20:02:44.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:44.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:44.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:44.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:44.060 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:02:44.060 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:02:44.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:02:44.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:02:44.060 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:02:44.060 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:02:44.142 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:02:44.142 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:44.142 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:44.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 20:02:44.142 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 20:02:44.142 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 20:02:44.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:02:44.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:02:44.180 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 20:02:44.180 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:44.190 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:") 20:02:44.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:44.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:44.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:44.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:44.192 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:02:44.192 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:02:44.193 INFO [WorkbenchTestable][AbstractText] Text set to: org.example.test2 20:02:44.209 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:") 20:02:44.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:44.209 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:44.214 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:44.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:44.214 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:02:44.214 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:02:44.214 INFO [WorkbenchTestable][AbstractText] Text set to: ClassName2 20:02:44.220 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") 20:02:44.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:44.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:44.221 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:44.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:44.221 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:02:44.221 INFO [WorkbenchTestable][RadioButton] Select radio button pa&ckage 20:02:44.221 INFO [WorkbenchTestable][AbstractButton] Click button pa&ckage 20:02:44.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:02:44.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:02:44.222 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:02:44.222 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:02:44.222 TRACE [main][WidgetHandler] Notify Button with event 27 20:02:44.222 TRACE [main][WidgetHandler] Wait for synchronization 20:02:44.222 TRACE [main][WidgetHandler] Notify Button with event 13 20:02:44.222 TRACE [main][WidgetHandler] Wait for synchronization 20:02:44.222 TRACE [main][WidgetHandler] Notify Button with event 26 20:02:44.222 TRACE [main][WidgetHandler] Wait for synchronization 20:02:44.222 TRACE [main][WidgetHandler] Notify Button with event 3 20:02:44.222 TRACE [main][WidgetHandler] Wait for synchronization 20:02:44.222 TRACE [main][WidgetHandler] Notify Button with event 4 20:02:44.222 TRACE [main][WidgetHandler] Wait for synchronization 20:02:44.222 TRACE [main][WidgetHandler] Notify Button with event 13 20:02:44.222 TRACE [main][WidgetHandler] Wait for synchronization 20:02:44.222 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") 20:02:44.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:44.222 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:44.223 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:44.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:44.223 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:02:44.223 INFO [WorkbenchTestable][CheckBox] Select checkbox abs&tract 20:02:44.223 INFO [WorkbenchTestable][CheckBox] Check checkbox abs&tract 20:02:44.223 INFO [WorkbenchTestable][AbstractButton] Click button abs&tract 20:02:44.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:02:44.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:02:44.223 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:02:44.223 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:02:44.223 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:") 20:02:44.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:44.223 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:44.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:44.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:44.229 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:02:44.229 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:02:44.229 INFO [WorkbenchTestable][AbstractText] Text set to: java.lang.Exception 20:02:44.230 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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...") 20:02:44.230 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:02:44.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:02:44.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:02:44.230 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 20:02:44.230 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:02:44.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:44.230 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:44.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:44.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:44.297 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:02:44.298 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 20:02:44.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:02:44.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:02:44.298 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:02:44.298 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:02:44.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 '[Extended|Implemented].*Interfaces Selection'] is available.... 20:02:44.402 DEBUG [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 20:02:44.402 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Implemented Interfaces Selection 20:02:44.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:02:44.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:02:44.403 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 20:02:44.403 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:02:44.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:02:44.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:02:44.403 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 20:02:44.403 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:02:44.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:44.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:44.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:44.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:44.403 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:02:44.403 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:02:44.403 INFO [WorkbenchTestable][AbstractText] Text set to: javax.accessibility.AccessibleAction 20:02:44.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 20:02:44.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'Cache refresh' is a system job, skipped 20:02:44.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 20:02:44.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 20:02:44.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 20:02:44.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 20:02:44.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:02:44.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:02:44.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:02:44.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:02:44.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:02:44.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:02:44.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:02:44.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:02:44.904 DEBUG [WorkbenchTestable][JobIsRunning] job 'Cache refresh' is a system job, skipped 20:02:44.904 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 20:02:44.904 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 20:02:44.904 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 20:02:44.904 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:02:44.904 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:02:44.904 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:02:44.904 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:02:44.904 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:02:44.904 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:02:44.904 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:02:44.904 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:02:45.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'Cache refresh' is a system job, skipped 20:02:45.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 20:02:45.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 20:02:45.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 20:02:45.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:02:45.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:02:45.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:02:45.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:02:45.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:02:45.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:02:45.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:02:45.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:02:45.904 DEBUG [WorkbenchTestable][JobIsRunning] job 'Cache refresh' is a system job, skipped 20:02:45.904 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 20:02:45.904 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 20:02:45.904 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 20:02:45.904 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:02:45.904 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:02:45.904 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:02:45.904 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:02:45.904 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:02:45.904 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:02:45.904 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:02:45.904 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:02:46.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'Cache refresh' is a system job, skipped 20:02:46.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 20:02:46.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 20:02:46.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 20:02:46.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:02:46.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:02:46.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:02:46.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:02:46.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:02:46.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:02:46.405 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:02:46.405 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:02:46.905 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 20:02:46.905 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:02:46.905 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:02:46.905 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:02:46.905 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:02:46.905 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:02:46.905 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:02:46.905 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:02:46.905 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:02:47.405 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:02:47.405 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:02:47.405 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:02:47.405 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:02:47.405 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:02:47.405 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:02:47.405 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:02:47.405 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:02:47.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 20:02:47.405 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 20:02:47.405 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:02:47.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:02:47.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:02:47.405 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 20:02:47.405 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:02:47.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:47.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:47.406 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:47.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:47.406 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:02:47.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:02:47.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:02:47.408 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 20:02:47.408 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:02:47.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:02:47.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:02:47.408 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 20:02:47.408 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:02:47.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:47.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:47.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:47.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:47.408 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:02:47.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:02:47.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:02:47.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") 20:02:47.408 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:02:47.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:02:47.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:02:47.409 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 20:02:47.409 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:02:47.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:47.409 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:47.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:47.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:47.409 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:02:47.409 INFO [WorkbenchTestable][AbstractButton] Click button OK 20:02:47.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:02:47.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:02:47.409 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:02:47.409 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:02:47.435 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)") 20:02:47.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:47.435 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:47.436 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:47.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:47.436 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:02:47.437 INFO [WorkbenchTestable][CheckBox] Select checkbox public static &void main(String[] args) 20:02:47.437 INFO [WorkbenchTestable][CheckBox] Check checkbox public static &void main(String[] args) 20:02:47.437 INFO [WorkbenchTestable][AbstractButton] Click button public static &void main(String[] args) 20:02:47.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:02:47.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:02:47.437 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:02:47.437 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:02:47.438 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") 20:02:47.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:47.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:47.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:47.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:47.439 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:02:47.439 INFO [WorkbenchTestable][CheckBox] Select checkbox &Generate comments 20:02:47.439 INFO [WorkbenchTestable][CheckBox] Check checkbox &Generate comments 20:02:47.439 INFO [WorkbenchTestable][AbstractButton] Click button &Generate comments 20:02:47.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:02:47.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:02:47.439 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:02:47.439 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:02:47.439 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 20:02:47.439 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 20:02:47.439 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) 20:02:47.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:47.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:47.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:47.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:47.441 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:02:47.441 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:02:47.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:02:47.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:02:47.441 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:02:47.441 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:02:47.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:02:48.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:02:48.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:02:48.073 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:02:48.073 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 20:02:48.073 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 20:02:48.073 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 20:02:48.073 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 20:02:48.073 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 20:02:48.073 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:02:48.073 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:02:48.073 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:02:48.073 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:02:48.073 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:02:48.073 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:02:48.073 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:02:48.073 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:02:48.073 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:02:48.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:02:48.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Editor title is ClassName2.java... 20:02:48.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QClassName2.java\E') 20:02:48.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:48.087 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:48.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:48.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:48.088 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:02:48.088 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:02:48.088 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/** package org.example.test2; import javax.accessibility.AccessibleAction; /** * @author jenkins * */ 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 20:02:48.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Editor title is ClassName2.java finished successfully 20:02:48.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@36212bf7 is found... 20:02:48.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@36212bf7 is found finished successfully 20:02:48.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QClassName2.java\E') 20:02:48.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:48.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:48.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:48.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:48.090 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:02:48.090 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:02:48.090 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/** package org.example.test2; import javax.accessibility.AccessibleAction; /** * @author jenkins * */ 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 20:02:48.090 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 20:02:48.090 DEBUG [main][EditorHandler] 1 editor(s) found 20:02:48.090 DEBUG [WorkbenchTestable][EditorHandler] Closing editor ClassName2.java 20:02:48.140 DEBUG [WorkbenchTestable][EditorHandler] Editor ClassName2.java is closed 20:02:48.140 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest 20:02:48.140 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:02:48.140 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:02:48.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:02:48.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:02:48.141 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCreateNewClassWithCustomSettings no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest) 20:02:48.141 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:02:48.141 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSettingAndGettingInputAndCheckboxValues no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest) 20:02:48.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest 20:02:48.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:02:48.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:02:48.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:02:48.141 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:02:48.141 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:48.141 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:02:48.141 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:48.141 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 20:02:48.141 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:48.141 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:02:48.141 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:48.141 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:02:48.141 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:48.142 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:02:48.142 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:48.142 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 20:02:48.142 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:48.142 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:02:48.142 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:48.142 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:02:48.142 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:48.142 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:02:48.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:02:48.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:02:48.142 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:02:48.143 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:02:48.143 DEBUG [main][MenuItemLookup] Found menu:'File' 20:02:48.143 DEBUG [main][MenuItemLookup] Item match:File 20:02:48.143 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 20:02:48.143 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 20:02:48.145 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 20:02:48.145 DEBUG [main][MenuItemLookup] Found menu:'Project...' 20:02:48.145 DEBUG [main][MenuItemLookup] Found menu:'' 20:02:48.145 DEBUG [main][MenuItemLookup] Found menu:'Package' 20:02:48.145 DEBUG [main][MenuItemLookup] Found menu:'Class' 20:02:48.145 DEBUG [main][MenuItemLookup] Found menu:'Interface' 20:02:48.145 DEBUG [main][MenuItemLookup] Found menu:'Enum' 20:02:48.145 DEBUG [main][MenuItemLookup] Found menu:'Record' 20:02:48.145 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 20:02:48.145 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 20:02:48.145 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 20:02:48.145 DEBUG [main][MenuItemLookup] Found menu:'Folder' 20:02:48.145 DEBUG [main][MenuItemLookup] Found menu:'File' 20:02:48.145 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 20:02:48.145 DEBUG [main][MenuItemLookup] Found menu:'Task' 20:02:48.145 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 20:02:48.145 DEBUG [main][MenuItemLookup] Found menu:'' 20:02:48.145 DEBUG [main][MenuItemLookup] Found menu:'Example...' 20:02:48.145 DEBUG [main][MenuItemLookup] Found menu:'' 20:02:48.145 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 20:02:48.145 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 20:02:48.164 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 20:02:48.164 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 20:02:48.164 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 20:02:48.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 20:02:48.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 20:02:48.229 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 20:02:48.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:02:48.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:02:48.230 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:02:48.230 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:48.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 20:02:48.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:48.230 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:48.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:48.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:48.231 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:02:48.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:02:48.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:02:48.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 20:02:48.236 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:02:48.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:02:48.236 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:02:48.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:02:48.236 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:02:48.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 20:02:48.236 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:02:48.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:02:48.236 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:02:48.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:02:48.236 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:02:48.236 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 20:02:48.236 DEBUG [main][TreeItemHandler] Selecting tree item: Class 20:02:48.237 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 20:02:48.237 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 20:02:48.237 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:02:48.237 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 20:02:48.237 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) 20:02:48.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:48.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:48.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:48.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:48.237 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:02:48.238 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:02:48.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:02:48.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:02:48.238 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:02:48.238 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:02:48.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:02:48.307 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:48.307 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:48.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 20:02:48.307 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 20:02:48.307 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 20:02:48.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:02:48.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:02:48.308 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 20:02:48.308 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:48.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.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Source folder:") 20:02:48.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:48.308 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:48.310 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:48.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:48.310 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:02:48.310 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:02:48.311 INFO [WorkbenchTestable][AbstractText] Text set to: testproject/src 20:02:48.328 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:") 20:02:48.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:48.328 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:48.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:48.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:48.331 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:02:48.331 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:02:48.331 INFO [WorkbenchTestable][AbstractText] Text set to: org.example.test 20:02:48.332 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:") 20:02:48.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:48.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:48.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:48.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:48.337 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:02:48.337 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:02:48.337 INFO [WorkbenchTestable][AbstractText] Text set to: ClassName 20:02:48.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 "Source folder:") 20:02:48.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:48.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:48.342 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:48.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:48.342 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:02:48.342 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:02:48.342 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:") 20:02:48.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:48.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:48.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:48.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:48.351 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:02:48.351 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:02:48.351 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:") 20:02:48.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:48.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:48.356 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:48.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:48.356 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:02:48.356 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:02:48.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.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:") 20:02:48.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:48.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:48.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:48.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:48.357 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:02:48.358 INFO [WorkbenchTestable][CheckBox] Select checkbox Enclosing t&ype: 20:02:48.358 INFO [WorkbenchTestable][CheckBox] Check checkbox Enclosing t&ype: 20:02:48.358 INFO [WorkbenchTestable][AbstractButton] Click button Enclosing t&ype: 20:02:48.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:02:48.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:02:48.358 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:02:48.358 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:02:48.359 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 20:02:48.359 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:02:48.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:02:48.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:02:48.359 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 20:02:48.359 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:02:48.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:48.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 20:02:48.360 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 20:02:48.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:48.360 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 2 was found 20:02:48.360 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:02:48.360 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 20:02:48.360 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:02:48.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:02:48.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:02:48.360 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 20:02:48.360 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:02:48.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:48.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 20:02:48.360 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 20:02:48.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:48.389 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 2 was found 20:02:48.389 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:02:48.389 INFO [WorkbenchTestable][AbstractText] Text set to: org.example.test.ClassName 20:02:48.392 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 20:02:48.392 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:02:48.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:02:48.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:02:48.393 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 20:02:48.393 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:02:48.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:48.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 20:02:48.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 20:02:48.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:48.393 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 2 was found 20:02:48.393 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:02:48.393 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 20:02:48.393 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:02:48.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:02:48.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:02:48.393 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 20:02:48.393 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:02:48.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:48.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 20:02:48.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 20:02:48.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:48.394 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 2 was found 20:02:48.394 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:02:48.394 INFO [WorkbenchTestable][AbstractText] Text set to: org.example.test2.ClassName2 20:02:48.404 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") 20:02:48.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:48.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:48.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:48.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:48.405 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:02:48.406 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") 20:02:48.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:48.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:48.406 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:48.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:48.406 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:02:48.407 DEBUG [WorkbenchTestable][RadioButton] Radio Button &public already checked, no action performed 20:02:48.407 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") 20:02:48.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:48.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:48.407 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:48.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:48.407 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:02:48.407 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") 20:02:48.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:48.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:48.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:48.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:48.408 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:02:48.408 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") 20:02:48.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:48.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:48.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:48.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:48.408 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:02:48.409 INFO [WorkbenchTestable][RadioButton] Select radio button pa&ckage 20:02:48.409 INFO [WorkbenchTestable][AbstractButton] Click button pa&ckage 20:02:48.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:02:48.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:02:48.409 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:02:48.409 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:02:48.409 TRACE [main][WidgetHandler] Notify Button with event 27 20:02:48.409 TRACE [main][WidgetHandler] Wait for synchronization 20:02:48.409 TRACE [main][WidgetHandler] Notify Button with event 13 20:02:48.409 TRACE [main][WidgetHandler] Wait for synchronization 20:02:48.409 TRACE [main][WidgetHandler] Notify Button with event 26 20:02:48.409 TRACE [main][WidgetHandler] Wait for synchronization 20:02:48.409 TRACE [main][WidgetHandler] Notify Button with event 3 20:02:48.409 TRACE [main][WidgetHandler] Wait for synchronization 20:02:48.409 TRACE [main][WidgetHandler] Notify Button with event 4 20:02:48.409 TRACE [main][WidgetHandler] Wait for synchronization 20:02:48.409 TRACE [main][WidgetHandler] Notify Button with event 13 20:02:48.409 TRACE [main][WidgetHandler] Wait for synchronization 20:02:48.409 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") 20:02:48.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:48.409 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:48.410 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:48.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:48.410 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:02:48.410 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") 20:02:48.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:48.410 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:48.410 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:48.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:48.410 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:02:48.411 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") 20:02:48.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:48.411 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:48.411 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:48.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:48.411 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:02:48.411 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") 20:02:48.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:48.411 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:48.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:48.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:48.412 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:02:48.412 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") 20:02:48.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:48.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:48.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:48.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:48.413 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:02:48.413 INFO [WorkbenchTestable][RadioButton] Select radio button pri&vate 20:02:48.413 INFO [WorkbenchTestable][AbstractButton] Click button pri&vate 20:02:48.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:02:48.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:02:48.413 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:02:48.413 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:02:48.413 TRACE [main][WidgetHandler] Notify Button with event 27 20:02:48.413 TRACE [main][WidgetHandler] Wait for synchronization 20:02:48.413 TRACE [main][WidgetHandler] Notify Button with event 13 20:02:48.413 TRACE [main][WidgetHandler] Wait for synchronization 20:02:48.413 TRACE [main][WidgetHandler] Notify Button with event 26 20:02:48.413 TRACE [main][WidgetHandler] Wait for synchronization 20:02:48.413 TRACE [main][WidgetHandler] Notify Button with event 3 20:02:48.413 TRACE [main][WidgetHandler] Wait for synchronization 20:02:48.413 TRACE [main][WidgetHandler] Notify Button with event 4 20:02:48.413 TRACE [main][WidgetHandler] Wait for synchronization 20:02:48.413 TRACE [main][WidgetHandler] Notify Button with event 13 20:02:48.413 TRACE [main][WidgetHandler] Wait for synchronization 20:02:48.413 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") 20:02:48.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:48.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:48.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:48.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:48.414 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:02:48.414 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") 20:02:48.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:48.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:48.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:48.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:48.415 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:02:48.415 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") 20:02:48.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:48.415 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:48.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:48.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:48.416 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:02:48.416 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") 20:02:48.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:48.416 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:48.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:48.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:48.417 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:02:48.417 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") 20:02:48.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:48.417 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:48.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:48.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:48.418 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:02:48.418 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") 20:02:48.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:48.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:48.419 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:48.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:48.419 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:02:48.419 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") 20:02:48.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:48.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:48.420 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:48.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:48.420 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:02:48.420 INFO [WorkbenchTestable][RadioButton] Select radio button pro&tected 20:02:48.420 INFO [WorkbenchTestable][AbstractButton] Click button pro&tected 20:02:48.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:02:48.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:02:48.420 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:02:48.420 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:02:48.420 TRACE [main][WidgetHandler] Notify Button with event 27 20:02:48.420 TRACE [main][WidgetHandler] Wait for synchronization 20:02:48.420 TRACE [main][WidgetHandler] Notify Button with event 13 20:02:48.420 TRACE [main][WidgetHandler] Wait for synchronization 20:02:48.420 TRACE [main][WidgetHandler] Notify Button with event 26 20:02:48.420 TRACE [main][WidgetHandler] Wait for synchronization 20:02:48.420 TRACE [main][WidgetHandler] Notify Button with event 3 20:02:48.420 TRACE [main][WidgetHandler] Wait for synchronization 20:02:48.420 TRACE [main][WidgetHandler] Notify Button with event 4 20:02:48.420 TRACE [main][WidgetHandler] Wait for synchronization 20:02:48.420 TRACE [main][WidgetHandler] Notify Button with event 13 20:02:48.420 TRACE [main][WidgetHandler] Wait for synchronization 20:02:48.420 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") 20:02:48.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:48.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:48.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:48.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:48.421 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:02:48.427 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") 20:02:48.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:48.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:48.428 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:48.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:48.428 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:02:48.428 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") 20:02:48.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:48.428 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:48.429 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:48.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:48.429 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:02:48.429 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") 20:02:48.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:48.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:48.429 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:48.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:48.430 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:02:48.430 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:") 20:02:48.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:48.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:48.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:48.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:48.430 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:02:48.430 INFO [WorkbenchTestable][CheckBox] Select checkbox Enclosing t&ype: 20:02:48.430 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox Enclosing t&ype: 20:02:48.430 INFO [WorkbenchTestable][AbstractButton] Click button Enclosing t&ype: 20:02:48.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:02:48.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:02:48.430 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:02:48.430 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:02:48.432 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") 20:02:48.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:48.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:48.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:48.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:48.433 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:02:48.433 INFO [WorkbenchTestable][CheckBox] Select checkbox abs&tract 20:02:48.433 INFO [WorkbenchTestable][CheckBox] Check checkbox abs&tract 20:02:48.433 INFO [WorkbenchTestable][AbstractButton] Click button abs&tract 20:02:48.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:02:48.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:02:48.433 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:02:48.433 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:02:48.434 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") 20:02:48.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:48.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:48.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:48.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:48.434 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:02:48.434 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") 20:02:48.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:48.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:48.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:48.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:48.435 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:02:48.435 INFO [WorkbenchTestable][CheckBox] Select checkbox abs&tract 20:02:48.435 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox abs&tract 20:02:48.435 INFO [WorkbenchTestable][AbstractButton] Click button abs&tract 20:02:48.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:02:48.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:02:48.435 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:02:48.435 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:02: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.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") 20:02:48.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:48.435 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:48.436 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:48.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:48.436 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:02:48.436 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") 20:02:48.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:48.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:48.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:48.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:48.437 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:02:48.444 INFO [WorkbenchTestable][CheckBox] Select checkbox fina&l 20:02:48.444 INFO [WorkbenchTestable][CheckBox] Check checkbox fina&l 20:02:48.444 INFO [WorkbenchTestable][AbstractButton] Click button fina&l 20:02:48.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:02:48.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:02:48.444 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:02:48.444 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:02:48.444 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") 20:02:48.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:48.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:48.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:48.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:48.445 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:02:48.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: 32, Matcher matching widgets with text that without mnenomic matches: is "final") 20:02:48.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:48.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:48.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:48.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:48.446 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:02:48.446 INFO [WorkbenchTestable][CheckBox] Select checkbox fina&l 20:02:48.446 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox fina&l 20:02:48.446 INFO [WorkbenchTestable][AbstractButton] Click button fina&l 20:02:48.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:02:48.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:02:48.446 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:02:48.446 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:02:48.446 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") 20:02:48.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:48.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:48.447 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:48.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:48.447 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:02:48.447 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)") 20:02:48.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:48.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:48.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:48.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:48.495 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:02:48.495 INFO [WorkbenchTestable][CheckBox] Select checkbox public static &void main(String[] args) 20:02:48.495 DEBUG [WorkbenchTestable][CheckBox] Checkbox public static &void main(String[] args) not checked, no action performed 20:02:48.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: 32, Matcher matching widgets with text that without mnenomic matches: is "public static void main(String[] args)") 20:02:48.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:48.495 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:48.496 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:48.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:48.497 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:02:48.497 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)") 20:02:48.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:48.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:48.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:48.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:48.498 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:02:48.498 INFO [WorkbenchTestable][CheckBox] Select checkbox public static &void main(String[] args) 20:02:48.498 INFO [WorkbenchTestable][CheckBox] Check checkbox public static &void main(String[] args) 20:02:48.498 INFO [WorkbenchTestable][AbstractButton] Click button public static &void main(String[] args) 20:02:48.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:02:48.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:02:48.498 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:02:48.498 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:02:48.498 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)") 20:02:48.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:48.498 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:48.499 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:48.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:48.499 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:02:48.499 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") 20:02:48.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:48.499 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:48.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:48.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:48.504 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:02:48.504 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") 20:02:48.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:48.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:48.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:48.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:48.510 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:02:48.511 INFO [WorkbenchTestable][CheckBox] Select checkbox &Generate comments 20:02:48.511 INFO [WorkbenchTestable][CheckBox] Check checkbox &Generate comments 20:02:48.511 INFO [WorkbenchTestable][AbstractButton] Click button &Generate comments 20:02:48.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:02:48.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:02:48.511 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:02:48.511 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:02:48.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 "Generate comments") 20:02:48.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:48.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:48.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:48.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:48.512 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:02:48.512 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") 20:02:48.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:48.512 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:48.513 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:48.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:48.513 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:02:48.513 INFO [WorkbenchTestable][CheckBox] Select checkbox &Generate comments 20:02:48.513 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox &Generate comments 20:02:48.513 INFO [WorkbenchTestable][AbstractButton] Click button &Generate comments 20:02:48.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:02:48.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:02:48.513 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:02:48.513 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:02:48.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.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") 20:02:48.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:48.513 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:48.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:48.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:48.514 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:02:48.514 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 20:02:48.514 INFO [WorkbenchTestable][NewClassCreationWizard] Cancel wizard 20:02:48.515 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) 20:02:48.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:48.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:48.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:48.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:48.516 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:02:48.516 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:02:48.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:02:48.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:02:48.516 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:02:48.516 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:02:48.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:02:48.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:02:48.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:02:48.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/testproject)' is a system job, skipped 20:02:48.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 20:02:48.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 20:02:48.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 20:02:48.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:02:48.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:02:48.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:02:48.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:02:48.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:02:48.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:02:48.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:02:48.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:02:48.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:02:48.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:02:48.549 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 20:02:48.549 DEBUG [main][EditorHandler] 0 editor(s) found 20:02:48.549 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest 20:02:48.549 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:02:48.549 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:02:48.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:02:48.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:02:48.550 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSettingAndGettingInputAndCheckboxValues no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest) 20:02:48.550 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:02:48.550 INFO [WorkbenchTestable][RequirementsRunner] Started test: testAddingAndRemovingNonexistingAndNotFullySpecifiedInterfaces no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest) 20:02:48.550 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest 20:02:48.550 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:02:48.550 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:02:48.550 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:02:48.550 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:02:48.581 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:48.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:02:48.581 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:48.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 Java Class"] 20:02:48.581 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:48.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:02:48.581 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:48.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:02:48.582 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:48.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:02:48.582 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:48.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 Java Class"] 20:02:48.582 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:48.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:02:48.582 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:48.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:02:48.582 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:48.582 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:02:48.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:02:48.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:02:48.582 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:02:48.582 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:02:48.582 DEBUG [main][MenuItemLookup] Found menu:'File' 20:02:48.583 DEBUG [main][MenuItemLookup] Item match:File 20:02:48.583 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 20:02:48.583 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 20:02:48.585 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 20:02:48.585 DEBUG [main][MenuItemLookup] Found menu:'Project...' 20:02:48.585 DEBUG [main][MenuItemLookup] Found menu:'' 20:02:48.585 DEBUG [main][MenuItemLookup] Found menu:'Package' 20:02:48.585 DEBUG [main][MenuItemLookup] Found menu:'Class' 20:02:48.585 DEBUG [main][MenuItemLookup] Found menu:'Interface' 20:02:48.585 DEBUG [main][MenuItemLookup] Found menu:'Enum' 20:02:48.585 DEBUG [main][MenuItemLookup] Found menu:'Record' 20:02:48.585 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 20:02:48.585 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 20:02:48.585 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 20:02:48.585 DEBUG [main][MenuItemLookup] Found menu:'Folder' 20:02:48.585 DEBUG [main][MenuItemLookup] Found menu:'File' 20:02:48.585 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 20:02:48.585 DEBUG [main][MenuItemLookup] Found menu:'Task' 20:02:48.585 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 20:02:48.585 DEBUG [main][MenuItemLookup] Found menu:'' 20:02:48.585 DEBUG [main][MenuItemLookup] Found menu:'Example...' 20:02:48.585 DEBUG [main][MenuItemLookup] Found menu:'' 20:02:48.585 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 20:02:48.585 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 20:02:48.586 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 20:02:48.586 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 20:02:48.586 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 20:02:48.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 'New|Select a wizard'] is available.... 20:02:48.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 'New|Select a wizard'] is available. finished successfully 20:02:48.644 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 20:02:48.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:02:48.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:02:48.645 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:02:48.645 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:48.645 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 20:02:48.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:48.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:48.645 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:48.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:48.645 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:02:48.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:02:48.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:02:48.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 20:02:48.646 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:02:48.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:02:48.646 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:02:48.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:02:48.646 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:02:48.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 20:02:48.646 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:02:48.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:02:48.647 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:02:48.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:02:48.647 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:02:48.647 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 20:02:48.647 DEBUG [main][TreeItemHandler] Selecting tree item: Class 20:02:48.647 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 20:02:48.647 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 20:02:48.647 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:02:48.647 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 20:02:48.647 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) 20:02:48.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:48.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:48.648 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:48.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:48.648 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:02:48.648 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:02:48.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:02:48.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:02:48.648 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:02:48.648 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:02:48.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:02:48.713 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:48.713 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:48.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 20:02:48.713 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 20:02:48.713 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 20:02:48.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:02:48.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:02:48.714 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 20:02:48.714 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:02:48.714 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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...") 20:02:48.714 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:02:48.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:02:48.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:02:48.714 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 20:02:48.714 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:02:48.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:48.714 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:48.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:48.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:48.715 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:02:48.715 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 20:02:48.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:02:48.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:02:48.715 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:02:48.715 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:02:48.754 DEBUG [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.... 20:02:48.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 '[Extended|Implemented].*Interfaces Selection'] is available. finished successfully 20:02:48.755 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Implemented Interfaces Selection 20:02:48.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:02:48.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:02:48.755 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 20:02:48.755 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:02:48.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:02:48.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:02:48.755 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 20:02:48.755 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:02:48.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:48.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:48.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:48.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:48.756 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:02:48.756 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:02:48.756 INFO [WorkbenchTestable][AbstractText] Text set to: nonexisting.interface.name 20:02:48.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 20:02:48.756 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 20:02:48.756 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 20:02:48.756 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 20:02:48.756 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:02:48.756 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:02:48.756 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:02:48.756 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:02:48.756 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:02:48.756 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:02:48.757 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:02:48.757 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:02:48.757 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:02:49.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:02:49.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:02:49.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:02:49.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:02:49.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:02:49.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:02:49.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:02:49.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:02:49.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:02:49.757 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:02:49.757 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:02:49.757 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:02:49.757 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:02:49.757 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:02:49.757 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:02:49.757 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:02:49.757 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:02:49.757 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:02:50.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:02:50.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:02:50.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:02:50.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:02:50.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:02:50.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:02:50.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:02:50.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:02:50.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:02:50.758 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:02:50.758 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:02:50.758 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:02:50.758 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:02:50.758 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:02:50.758 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:02:50.758 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:02:50.758 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:02:50.758 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:02:51.258 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:02:51.258 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:02:51.258 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:02:51.258 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:02:51.258 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:02:51.258 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:02:51.258 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:02:51.258 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:02:51.258 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:02:51.759 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:02:51.759 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:02:51.759 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:02:51.759 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:02:51.759 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:02:51.759 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:02:51.759 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:02:51.759 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:02:51.759 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:02:51.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 20:02:51.759 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 20:02:51.759 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:02:51.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:02:51.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:02:51.759 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 20:02:51.759 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:02:51.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:02:51.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:02:51.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:02:51.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:02:51.760 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:02:51.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:03:01.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems failed, NO exception will be thrown 20:03:01.767 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 20:03:01.767 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:03:01.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:01.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:01.767 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 20:03:01.767 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:03:01.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:01.767 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:01.768 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:01.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:01.768 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:03:01.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:03:03.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems failed, NO exception will be thrown 20:03:03.268 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:03:03.268 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:03:03.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:03.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:03.269 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 20:03:03.269 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:03:03.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:03.269 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:03.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:03.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:03.270 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:03:03.271 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:03:03.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:03:03.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:03:03.271 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:03:03.271 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:03:03.300 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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...") 20:03:03.300 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:03:03.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:03.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:03.301 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 20:03:03.301 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:03:03.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:03.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:03.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:03.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:03.302 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:03:03.302 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 20:03:03.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:03:03.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:03:03.302 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:03:03.302 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:03:03.330 DEBUG [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.... 20:03:03.330 DEBUG [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 20:03:03.330 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Implemented Interfaces Selection 20:03:03.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:03.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:03.331 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 20:03:03.331 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:03:03.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:03.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:03.331 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 20:03:03.331 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:03:03.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:03.331 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:03.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:03.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:03.332 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:03:03.332 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:03:03.332 INFO [WorkbenchTestable][AbstractText] Text set to: Acl 20:03:03.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 20:03:03.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 20:03:03.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 20:03:03.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:03:03.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:03:03.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:03:03.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:03:03.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:03:03.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:03:03.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:03:03.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:03:03.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:03:03.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:03:03.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:03:03.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:03:03.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:03:03.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:03:03.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:03:03.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:03:03.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:03:03.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:03:04.333 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:03:04.333 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:03:04.333 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:03:04.333 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:03:04.333 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:03:04.333 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:03:04.333 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:03:04.333 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:03:04.333 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:03:04.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:03:04.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:03:04.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:03:04.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:03:04.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:03:04.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:03:04.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:03:04.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:03:04.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:03:05.333 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:03:05.333 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:03:05.333 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:03:05.333 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:03:05.333 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:03:05.333 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:03:05.333 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:03:05.333 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:03:05.333 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:03:05.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:03:05.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:03:05.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:03:05.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:03:05.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:03:05.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:03:05.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:03:05.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:03:05.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:03:06.334 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:03:06.334 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:03:06.334 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:03:06.334 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:03:06.334 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:03:06.334 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:03:06.334 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:03:06.334 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:03:06.334 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:03:06.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 20:03:06.334 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 20:03:06.334 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:03:06.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:06.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:06.334 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 20:03:06.334 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:03:06.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:06.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:06.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:06.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:06.335 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:03:06.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:03:06.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:03:06.338 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 20:03:06.338 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:03:06.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:06.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:06.338 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 20:03:06.338 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:03:06.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:06.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:06.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:06.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:06.338 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:03:06.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:03:06.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:03:06.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 "Cancel") 20:03:06.339 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:03:06.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:06.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:06.339 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 20:03:06.339 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:03:06.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:06.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:06.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:06.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:06.339 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:03:06.340 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:03:06.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:03:06.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:03:06.340 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:03:06.340 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:03:06.357 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 20:03:06.357 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:03:06.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:06.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:06.357 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 20:03:06.357 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:03:06.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:06.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:06.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:06.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:06.357 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:03:06.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:03:07.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems failed, NO exception will be thrown 20:03:07.859 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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...") 20:03:07.859 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:03:07.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:07.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:07.859 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 20:03:07.859 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:03:07.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:07.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:07.860 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:07.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:07.860 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:03:07.861 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 20:03:07.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:03:07.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:03:07.861 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:03:07.861 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:03:07.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 '[Extended|Implemented].*Interfaces Selection'] is available.... 20:03:07.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 '[Extended|Implemented].*Interfaces Selection'] is available. finished successfully 20:03:07.889 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Implemented Interfaces Selection 20:03:07.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:07.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:07.890 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 20:03:07.890 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:03:07.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:07.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:07.890 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 20:03:07.890 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:03:07.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:07.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:07.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:07.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:07.890 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:03:07.890 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:03:07.890 INFO [WorkbenchTestable][AbstractText] Text set to: org.w3c.dom.views.AbstractView 20:03:07.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 20:03:07.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 20:03:07.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 20:03:07.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:03:07.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:03:07.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:03:07.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:03:07.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:03:07.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:03:07.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:03:07.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:03:07.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:03:08.391 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:03:08.391 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:03:08.391 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:03:08.391 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:03:08.391 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:03:08.391 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:03:08.391 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:03:08.391 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:03:08.391 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:03:08.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:03:08.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:03:08.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:03:08.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:03:08.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:03:08.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:03:08.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:03:08.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:03:08.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:03:09.392 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:03:09.392 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:03:09.392 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:03:09.392 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:03:09.392 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:03:09.392 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:03:09.392 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:03:09.392 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:03:09.392 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:03:09.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:03:09.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:03:09.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:03:09.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:03:09.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:03:09.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:03:09.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:03:09.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:03:09.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:03:10.392 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:03:10.392 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:03:10.392 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:03:10.392 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:03:10.392 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:03:10.392 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:03:10.392 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:03:10.392 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:03:10.392 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:03:10.893 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:03:10.893 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:03:10.893 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:03:10.893 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:03:10.893 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:03:10.893 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:03:10.893 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:03:10.893 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:03:10.893 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:03:10.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 20:03:10.893 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 20:03:10.893 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:03:10.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:10.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:10.893 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 20:03:10.893 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:03:10.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:10.893 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:10.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:10.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:10.893 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:03:10.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:03:10.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:03:10.895 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 20:03:10.895 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:03:10.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:10.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:10.896 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 20:03:10.896 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:03:10.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:10.896 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:10.896 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:10.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:10.896 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:03:10.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:03:10.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:03:10.896 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:03:10.896 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:03:10.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:10.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:10.896 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 20:03:10.896 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:03:10.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:10.896 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:10.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:10.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:10.897 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:03:10.897 INFO [WorkbenchTestable][AbstractButton] Click button OK 20:03:10.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:03:10.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:03:10.897 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:03:10.897 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:03:10.925 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 20:03:10.925 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:03:10.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:10.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:10.925 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 20:03:10.925 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:03:10.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:10.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:10.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:10.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:10.926 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:03:10.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:03:10.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:03:10.926 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 20:03:10.926 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:03:10.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:10.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:10.926 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 20:03:10.926 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:03:10.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:10.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:10.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:10.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:10.927 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:03:10.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:03:10.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:03:10.927 TRACE [main][WidgetHandler] Notify Table with event 13 20:03:10.928 TRACE [main][WidgetHandler] Wait for synchronization 20:03:10.928 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:03:10.928 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:03:10.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:10.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:10.928 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 20:03:10.928 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:03:10.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:10.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:10.929 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:10.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:10.929 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:03:10.930 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 20:03:10.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:03:10.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:03:10.930 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:03:10.930 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:03:10.931 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 20:03:10.931 INFO [WorkbenchTestable][NewClassCreationWizard] Cancel wizard 20:03:10.931 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) 20:03:10.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:10.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:10.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:10.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:10.932 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:03:10.932 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:03:10.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:03:10.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:03:10.932 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:03:10.932 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:03:10.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:03:10.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:03:10.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:03:10.977 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:03:10.977 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:03:10.977 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:03:10.977 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:03:10.977 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:03:10.977 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:03:10.977 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:03:10.977 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:03:10.977 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:03:10.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:03:10.977 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 20:03:10.977 DEBUG [main][EditorHandler] 0 editor(s) found 20:03:10.977 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest 20:03:10.977 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:03:10.977 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:03:10.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:10.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:10.978 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testAddingAndRemovingNonexistingAndNotFullySpecifiedInterfaces no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest) 20:03:10.978 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:03:10.978 INFO [WorkbenchTestable][RequirementsRunner] Started test: testAddingAndRemovingExtendedInterfaces no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest) 20:03:10.978 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest 20:03:10.978 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:03:10.978 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:03:10.978 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:03:10.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:03:10.978 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:10.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:03:10.978 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:10.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 Class"] 20:03:10.978 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:10.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:03:10.978 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:10.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:03:10.978 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:10.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:03:10.979 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:10.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 Java Class"] 20:03:10.979 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:10.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:03:10.979 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:10.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:03:10.979 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:10.979 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:03:10.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:10.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:10.979 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:03:10.979 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:03:10.979 DEBUG [main][MenuItemLookup] Found menu:'File' 20:03:10.980 DEBUG [main][MenuItemLookup] Item match:File 20:03:10.980 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 20:03:10.980 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 20:03:10.982 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 20:03:10.982 DEBUG [main][MenuItemLookup] Found menu:'Project...' 20:03:10.982 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:10.982 DEBUG [main][MenuItemLookup] Found menu:'Package' 20:03:10.982 DEBUG [main][MenuItemLookup] Found menu:'Class' 20:03:10.982 DEBUG [main][MenuItemLookup] Found menu:'Interface' 20:03:10.982 DEBUG [main][MenuItemLookup] Found menu:'Enum' 20:03:10.982 DEBUG [main][MenuItemLookup] Found menu:'Record' 20:03:10.982 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 20:03:10.982 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 20:03:10.982 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 20:03:10.982 DEBUG [main][MenuItemLookup] Found menu:'Folder' 20:03:10.982 DEBUG [main][MenuItemLookup] Found menu:'File' 20:03:10.982 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 20:03:10.982 DEBUG [main][MenuItemLookup] Found menu:'Task' 20:03:10.982 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 20:03:10.982 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:10.982 DEBUG [main][MenuItemLookup] Found menu:'Example...' 20:03:10.982 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:10.982 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 20:03:10.982 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 20:03:10.983 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 20:03:10.983 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 20:03:10.983 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 20:03:11.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 20:03:11.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 20:03:11.038 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 20:03:11.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:11.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:11.039 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:03:11.039 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:11.039 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 20:03:11.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:11.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:11.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:11.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:11.039 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:03:11.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:03:11.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:03:11.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 20:03:11.040 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:03:11.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:03:11.041 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:03:11.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:03:11.041 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:03:11.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 20:03:11.041 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:03:11.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:03:11.041 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:03:11.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:03:11.041 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:03:11.041 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 20:03:11.041 DEBUG [main][TreeItemHandler] Selecting tree item: Class 20:03:11.041 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 20:03:11.041 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 20:03:11.041 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:03:11.041 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 20:03:11.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.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) 20:03:11.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:11.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:11.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:11.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:11.042 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:03:11.042 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:03:11.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:03:11.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:03:11.042 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:03:11.042 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:03:11.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:03:11.092 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:11.092 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:11.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 20:03:11.093 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 20:03:11.093 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 20:03:11.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:11.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:11.093 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 20:03:11.093 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:11.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 "Add...") 20:03:11.093 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:03:11.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:11.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:11.094 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 20:03:11.094 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:03:11.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:11.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:11.095 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:11.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:11.095 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:03:11.095 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 20:03:11.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:03:11.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:03:11.095 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:03:11.095 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:03:11.131 DEBUG [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.... 20:03:11.131 DEBUG [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 20:03:11.131 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Implemented Interfaces Selection 20:03:11.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:11.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:11.132 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 20:03:11.132 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:03:11.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:11.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:11.132 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 20:03:11.132 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:03:11.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:11.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:11.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:11.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:11.132 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:03:11.132 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:03:11.132 INFO [WorkbenchTestable][AbstractText] Text set to: javax.accessibility.AccessibleAction 20:03:11.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 20:03:11.133 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 20:03:11.133 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 20:03:11.133 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 20:03:11.133 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:03:11.133 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:03:11.133 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:03:11.133 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:03:11.133 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:03:11.133 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:03:11.133 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:03:11.133 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:03:11.133 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:03:11.633 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:03:11.633 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:03:11.633 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:03:11.633 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:03:11.633 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:03:11.633 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:03:11.633 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:03:11.633 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:03:11.633 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:03:12.133 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:03:12.133 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:03:12.133 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:03:12.133 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:03:12.133 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:03:12.133 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:03:12.133 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:03:12.133 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:03:12.133 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:03:12.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:03:12.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:03:12.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:03:12.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:03:12.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:03:12.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:03:12.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:03:12.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:03:12.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:03:13.134 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:03:13.134 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:03:13.134 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:03:13.134 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:03:13.134 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:03:13.134 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:03:13.134 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:03:13.134 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:03:13.134 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:03:13.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:03:13.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:03:13.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:03:13.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:03:13.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:03:13.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:03:13.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:03:13.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:03:13.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:03:14.135 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:03:14.135 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:03:14.135 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:03:14.135 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:03:14.135 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:03:14.135 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:03:14.135 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:03:14.135 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:03:14.135 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:03:14.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 20:03:14.135 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 20:03:14.135 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:03:14.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:14.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:14.135 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 20:03:14.135 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:03:14.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:14.135 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:14.136 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:14.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:14.136 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:03:14.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:03:14.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:03:14.139 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 20:03:14.139 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:03:14.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:14.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:14.139 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 20:03:14.139 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:03:14.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:14.139 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:14.139 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:14.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:14.139 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:03:14.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:03:14.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:03:14.139 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:03:14.139 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:03:14.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:14.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:14.139 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 20:03:14.139 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:03:14.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:14.139 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:14.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:14.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:14.140 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:03:14.140 INFO [WorkbenchTestable][AbstractButton] Click button OK 20:03:14.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:03:14.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:03:14.140 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:03:14.140 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:03:14.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 "Add...") 20:03:14.175 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:03:14.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:14.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:14.175 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 20:03:14.175 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:03:14.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:14.175 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:14.176 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:14.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:14.176 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:03:14.177 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 20:03:14.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:03:14.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:03:14.177 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:03:14.177 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:03:14.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 '[Extended|Implemented].*Interfaces Selection'] is available.... 20:03:14.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 '[Extended|Implemented].*Interfaces Selection'] is available. finished successfully 20:03:14.209 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Implemented Interfaces Selection 20:03:14.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:14.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:14.210 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 20:03:14.210 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:03:14.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:14.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:14.210 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 20:03:14.210 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:03:14.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:14.210 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:14.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:14.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:14.210 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:03:14.210 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:03:14.210 INFO [WorkbenchTestable][AbstractText] Text set to: javax.accessibility.AccessibleEditableText 20:03:14.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 20:03:14.211 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 20:03:14.211 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 20:03:14.211 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:03:14.211 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:03:14.211 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:03:14.211 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:03:14.211 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:03:14.211 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:03:14.211 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:03:14.211 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:03:14.211 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:03:14.711 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:03:14.711 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:03:14.711 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:03:14.711 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:03:14.711 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:03:14.711 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:03:14.711 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:03:14.711 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:03:14.711 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:03:15.211 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:03:15.211 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:03:15.211 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:03:15.211 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:03:15.211 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:03:15.211 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:03:15.211 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:03:15.211 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:03:15.211 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:03:15.711 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:03:15.711 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:03:15.712 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:03:15.712 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:03:15.712 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:03:15.712 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:03:15.712 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:03:15.712 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:03:15.712 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:03:16.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:03:16.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:03:16.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:03:16.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:03:16.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:03:16.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:03:16.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:03:16.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:03:16.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:03:16.712 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:03:16.712 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:03:16.712 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:03:16.712 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:03:16.712 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:03:16.712 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:03:16.712 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:03:16.712 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:03:16.712 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:03:17.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:03:17.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:03:17.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:03:17.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:03:17.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:03:17.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:03:17.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:03:17.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:03:17.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:03:17.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 20:03:17.212 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 20:03:17.212 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:03:17.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:17.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:17.212 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 20:03:17.212 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:03:17.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:17.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:17.213 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:17.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:17.213 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:03:17.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:03:17.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:03:17.215 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 20:03:17.215 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:03:17.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:17.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:17.215 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 20:03:17.215 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:03:17.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:17.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:17.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:17.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:17.216 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:03:17.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:03:17.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:03:17.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") 20:03:17.216 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:03:17.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:17.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:17.216 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 20:03:17.216 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:03:17.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:17.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:17.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:17.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:17.216 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:03:17.217 INFO [WorkbenchTestable][AbstractButton] Click button OK 20:03:17.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:03:17.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:03:17.217 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:03:17.217 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:03:17.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 "Add...") 20:03:17.242 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:03:17.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:17.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:17.243 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 20:03:17.243 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:03:17.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:17.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:17.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:17.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:17.244 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:03:17.245 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 20:03:17.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:03:17.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:03:17.245 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:03:17.245 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:03:17.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 '[Extended|Implemented].*Interfaces Selection'] is available.... 20:03:17.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 '[Extended|Implemented].*Interfaces Selection'] is available. finished successfully 20:03:17.273 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Implemented Interfaces Selection 20:03:17.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:17.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:17.274 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 20:03:17.274 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:03:17.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:17.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:17.274 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 20:03:17.274 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:03:17.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:17.274 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:17.274 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:17.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:17.274 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:03:17.274 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:03:17.275 INFO [WorkbenchTestable][AbstractText] Text set to: javax.accessibility.AccessibleExtendedTable 20:03:17.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 20:03:17.275 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 20:03:17.275 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 20:03:17.275 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:03:17.275 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:03:17.275 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:03:17.275 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:03:17.275 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:03:17.275 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:03:17.275 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:03:17.275 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:03:17.275 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:03:17.775 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:03:17.775 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:03:17.775 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:03:17.775 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:03:17.775 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:03:17.775 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:03:17.775 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:03:17.775 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:03:17.775 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:03:18.275 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:03:18.275 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:03:18.275 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:03:18.275 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:03:18.275 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:03:18.275 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:03:18.275 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:03:18.275 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:03:18.275 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:03:18.775 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:03:18.776 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:03:18.776 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:03:18.776 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:03:18.776 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:03:18.776 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:03:18.776 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:03:18.776 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:03:18.776 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:03:19.276 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:03:19.276 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:03:19.276 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:03:19.276 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:03:19.276 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:03:19.276 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:03:19.276 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:03:19.276 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:03:19.276 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:03:19.776 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:03:19.776 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:03:19.776 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:03:19.776 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:03:19.776 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:03:19.776 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:03:19.776 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:03:19.776 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:03:19.776 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:03:20.276 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:03:20.276 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:03:20.276 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:03:20.276 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:03:20.276 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:03:20.276 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:03:20.276 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:03:20.276 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:03:20.276 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:03:20.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 20:03:20.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 20:03:20.276 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:03:20.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:20.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:20.277 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 20:03:20.277 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:03:20.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:20.277 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:20.278 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:20.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:20.278 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:03:20.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:03:20.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:03:20.280 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 20:03:20.280 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:03:20.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:20.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:20.280 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 20:03:20.280 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:03:20.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:20.280 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:20.280 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:20.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:20.280 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:03:20.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:03:20.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:03:20.280 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:03:20.281 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:03:20.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:20.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:20.281 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 20:03:20.281 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:03:20.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:20.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:20.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:20.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:20.281 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:03:20.281 INFO [WorkbenchTestable][AbstractButton] Click button OK 20:03:20.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:03:20.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:03:20.282 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:03:20.282 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:03:20.306 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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...") 20:03:20.306 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:03:20.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:20.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:20.306 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 20:03:20.306 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:03:20.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:20.306 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:20.308 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:20.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:20.308 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:03:20.309 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 20:03:20.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:03:20.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:03:20.309 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:03:20.309 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:03:20.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 '[Extended|Implemented].*Interfaces Selection'] is available.... 20:03:20.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 '[Extended|Implemented].*Interfaces Selection'] is available. finished successfully 20:03:20.339 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Implemented Interfaces Selection 20:03:20.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:20.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:20.340 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 20:03:20.340 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:03:20.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:20.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:20.340 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 20:03:20.340 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:03:20.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:20.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:20.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:20.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:20.340 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:03:20.340 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:03:20.340 INFO [WorkbenchTestable][AbstractText] Text set to: javax.accessibility.AccessibleStreamable 20:03:20.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 20:03:20.341 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 20:03:20.341 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 20:03:20.341 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:03:20.341 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:03:20.341 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:03:20.341 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:03:20.341 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:03:20.341 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:03:20.341 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:03:20.341 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:03:20.341 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:03:20.841 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:03:20.841 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:03:20.841 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:03:20.841 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:03:20.841 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:03:20.841 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:03:20.841 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:03:20.841 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:03:20.841 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:03:21.341 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:03:21.341 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:03:21.341 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:03:21.341 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:03:21.341 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:03:21.341 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:03:21.341 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:03:21.341 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:03:21.341 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:03:21.841 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:03:21.841 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:03:21.841 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:03:21.841 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:03:21.841 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:03:21.841 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:03:21.841 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:03:21.841 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:03:21.841 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:03:22.341 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:03:22.341 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:03:22.342 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:03:22.342 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:03:22.342 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:03:22.342 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:03:22.342 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:03:22.342 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:03:22.842 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:03:22.842 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:03:22.842 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:03:22.842 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:03:22.842 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:03:22.842 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:03:22.842 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:03:22.842 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:03:23.342 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:03:23.342 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:03:23.342 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:03:23.342 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:03:23.342 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:03:23.342 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:03:23.342 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:03:23.342 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:03:23.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 20:03:23.342 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 20:03:23.342 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:03:23.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:23.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:23.342 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 20:03:23.342 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:03:23.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:23.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:23.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:23.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:23.343 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:03:23.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:03:23.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:03:23.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 20:03:23.345 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:03:23.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:23.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:23.345 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 20:03:23.345 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:03:23.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:23.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:23.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:23.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:23.346 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:03:23.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:03:23.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:03:23.346 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:03:23.346 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:03:23.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:23.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:23.346 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 20:03:23.346 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:03:23.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:23.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:23.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:23.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:23.346 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:03:23.347 INFO [WorkbenchTestable][AbstractButton] Click button OK 20:03:23.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:03:23.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:03:23.347 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:03:23.347 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:03:23.373 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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...") 20:03:23.373 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:03:23.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:23.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:23.373 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 20:03:23.373 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:03:23.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:23.374 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:23.374 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:23.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:23.374 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:03:23.377 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 20:03:23.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:03:23.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:03:23.377 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:03:23.377 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:03:23.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 '[Extended|Implemented].*Interfaces Selection'] is available.... 20:03:23.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 '[Extended|Implemented].*Interfaces Selection'] is available. finished successfully 20:03:23.418 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Implemented Interfaces Selection 20:03:23.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:23.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:23.419 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 20:03:23.419 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:03:23.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:23.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:23.419 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 20:03:23.419 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:03:23.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:23.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:23.419 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:23.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:23.419 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:03:23.419 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:03:23.420 INFO [WorkbenchTestable][AbstractText] Text set to: javax.accessibility.AccessibleText 20:03:23.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 20:03:23.420 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 20:03:23.420 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 20:03:23.420 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:03:23.420 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:03:23.420 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:03:23.420 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:03:23.420 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:03:23.420 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:03:23.420 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:03:23.420 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:03:23.920 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:03:23.920 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:03:23.920 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:03:23.920 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:03:23.920 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:03:23.920 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:03:23.920 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:03:23.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:03:24.421 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:03:24.421 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:03:24.421 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:03:24.421 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:03:24.421 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:03:24.421 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:03:24.421 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:03:24.421 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:03:24.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:03:24.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:03:24.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:03:24.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:03:24.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:03:24.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:03:24.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:03:24.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:03:25.421 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:03:25.421 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:03:25.421 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:03:25.421 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:03:25.421 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:03:25.421 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:03:25.421 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:03:25.421 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:03:25.922 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:03:25.922 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:03:25.922 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:03:25.922 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:03:25.922 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:03:25.922 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:03:25.922 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:03:25.922 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:03:26.422 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:03:26.422 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:03:26.422 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:03:26.422 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:03:26.422 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:03:26.422 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:03:26.422 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:03:26.422 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:03:26.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 20:03:26.422 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 20:03:26.422 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:03:26.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:26.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:26.422 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 20:03:26.422 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:03:26.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:26.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:26.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:26.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:26.423 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:03:26.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:03:26.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:03:26.425 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 20:03:26.425 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:03:26.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:26.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:26.425 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 20:03:26.425 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:03:26.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:26.425 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:26.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:26.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:26.426 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:03:26.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:03:26.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:03:26.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") 20:03:26.426 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:03:26.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:26.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:26.426 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 20:03:26.426 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:03:26.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:26.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:26.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:26.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:26.426 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:03:26.427 INFO [WorkbenchTestable][AbstractButton] Click button OK 20:03:26.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:03:26.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:03:26.427 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:03:26.427 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:03:26.455 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 20:03:26.455 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:03:26.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:26.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:26.456 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 20:03:26.456 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:03:26.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:26.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:26.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:26.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:26.456 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:03:26.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:03:26.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:03:26.456 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 20:03:26.456 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:03:26.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:26.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:26.457 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 20:03:26.457 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:03:26.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:26.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:26.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:26.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:26.457 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:03:26.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:03:26.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:03:26.458 TRACE [main][WidgetHandler] Notify Table with event 13 20:03:26.458 TRACE [main][WidgetHandler] Wait for synchronization 20:03:26.458 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:03:26.458 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:03:26.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:26.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:26.458 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 20:03:26.458 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:03:26.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:26.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:26.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:26.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:26.459 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:03:26.460 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 20:03:26.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:03:26.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:03:26.460 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:03:26.460 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:03:26.462 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 20:03:26.462 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:03:26.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:26.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:26.462 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 20:03:26.462 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:03:26.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:26.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:26.463 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:26.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:26.463 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:03:26.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:03:26.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:03:26.463 TRACE [main][WidgetHandler] Notify Table with event 13 20:03:26.463 TRACE [main][WidgetHandler] Wait for synchronization 20:03:26.463 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:03:26.463 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:03:26.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:26.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:26.463 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 20:03:26.464 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:03:26.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:26.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:26.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:26.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:26.464 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:03:26.465 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 20:03:26.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:03:26.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:03:26.465 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:03:26.465 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:03:26.466 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 20:03:26.466 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:03:26.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:26.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:26.466 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 20:03:26.466 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:03:26.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:26.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:26.467 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:26.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:26.467 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:03:26.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:03:26.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:03:26.467 TRACE [main][WidgetHandler] Notify Table with event 13 20:03:26.467 TRACE [main][WidgetHandler] Wait for synchronization 20:03:26.467 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:03:26.467 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:03:26.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:26.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:26.468 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 20:03:26.468 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:03:26.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:26.468 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:26.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:26.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:26.468 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:03:26.469 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 20:03:26.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:03:26.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:03:26.469 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:03:26.469 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:03:26.470 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 20:03:26.470 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:03:26.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:26.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:26.470 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 20:03:26.470 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:03:26.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:26.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:26.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:26.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:26.471 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:03:26.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:03:26.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:03:26.473 TRACE [main][WidgetHandler] Notify Table with event 13 20:03:26.473 TRACE [main][WidgetHandler] Wait for synchronization 20:03:26.473 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:03:26.473 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:03:26.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:26.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:26.473 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 20:03:26.473 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:03:26.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:26.473 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:26.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:26.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:26.474 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:03:26.475 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 20:03:26.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:03:26.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:03:26.475 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:03:26.475 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:03:26.476 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 20:03:26.476 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:03:26.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:26.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:26.476 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 20:03:26.476 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:03:26.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:26.476 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:26.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:26.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:26.476 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:03:26.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:03:26.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:03:26.477 TRACE [main][WidgetHandler] Notify Table with event 13 20:03:26.477 TRACE [main][WidgetHandler] Wait for synchronization 20:03:26.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 "Remove") 20:03:26.477 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:03:26.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:26.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:26.477 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 20:03:26.477 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:03:26.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:26.477 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:26.478 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:26.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:26.478 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:03:26.478 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 20:03:26.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:03:26.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:03:26.478 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:03:26.478 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:03:26.479 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 20:03:26.479 INFO [WorkbenchTestable][NewClassCreationWizard] Cancel wizard 20:03:26.479 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) 20:03:26.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:26.479 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:26.480 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:26.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:26.480 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:03:26.480 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:03:26.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:03:26.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:03:26.480 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:03:26.480 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:03:26.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:03:26.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:03:26.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:03:26.522 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:03:26.522 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:03:26.522 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:03:26.522 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:03:26.522 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:03:26.522 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:03:26.522 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:03:26.522 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:03:26.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:03:26.522 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 20:03:26.522 DEBUG [main][EditorHandler] 0 editor(s) found 20:03:26.522 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest 20:03:26.522 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:03:26.522 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:03:26.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:26.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:26.523 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testAddingAndRemovingExtendedInterfaces no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest) 20:03:26.523 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:03:26.523 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCreateNewClass no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest) 20:03:26.523 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest 20:03:26.523 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:03:26.523 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:03:26.523 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:03:26.523 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:03:26.523 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:26.523 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:03:26.523 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:26.523 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 20:03:26.523 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:26.523 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:03:26.523 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:26.523 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:03:26.523 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:26.523 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:03:26.523 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:26.523 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 20:03:26.524 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:26.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:03:26.524 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:26.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:03:26.524 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:26.524 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:03:26.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:26.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:26.524 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:03:26.524 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:03:26.524 DEBUG [main][MenuItemLookup] Found menu:'File' 20:03:26.525 DEBUG [main][MenuItemLookup] Item match:File 20:03:26.525 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 20:03:26.525 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 20:03:26.527 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 20:03:26.527 DEBUG [main][MenuItemLookup] Found menu:'Project...' 20:03:26.527 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:26.527 DEBUG [main][MenuItemLookup] Found menu:'Package' 20:03:26.527 DEBUG [main][MenuItemLookup] Found menu:'Class' 20:03:26.527 DEBUG [main][MenuItemLookup] Found menu:'Interface' 20:03:26.527 DEBUG [main][MenuItemLookup] Found menu:'Enum' 20:03:26.527 DEBUG [main][MenuItemLookup] Found menu:'Record' 20:03:26.527 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 20:03:26.527 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 20:03:26.527 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 20:03:26.527 DEBUG [main][MenuItemLookup] Found menu:'Folder' 20:03:26.527 DEBUG [main][MenuItemLookup] Found menu:'File' 20:03:26.527 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 20:03:26.527 DEBUG [main][MenuItemLookup] Found menu:'Task' 20:03:26.527 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 20:03:26.527 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:26.527 DEBUG [main][MenuItemLookup] Found menu:'Example...' 20:03:26.527 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:26.527 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 20:03:26.527 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 20:03:26.527 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 20:03:26.527 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 20:03:26.527 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 20:03:26.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 20:03:26.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 'New|Select a wizard'] is available. finished successfully 20:03:26.582 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 20:03:26.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:26.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:26.587 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:03:26.587 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:26.587 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 20:03:26.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:26.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:26.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:26.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:26.588 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:03:26.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:03:26.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:03:26.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 20:03:26.589 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:03:26.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:03:26.589 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:03:26.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:03:26.589 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:03:26.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 20:03:26.589 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:03:26.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:03:26.589 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:03:26.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:03:26.589 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:03:26.590 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 20:03:26.590 DEBUG [main][TreeItemHandler] Selecting tree item: Class 20:03:26.590 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 20:03:26.590 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 20:03:26.590 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:03:26.590 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 20:03:26.590 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) 20:03:26.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:26.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:26.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:26.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:26.590 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:03:26.591 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:03:26.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:03:26.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:03:26.591 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:03:26.591 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:03:26.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:03:26.647 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:26.647 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:26.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 20:03:26.647 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 20:03:26.647 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 20:03:26.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:26.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:26.648 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 20:03:26.648 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:26.648 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:") 20:03:26.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:26.648 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:26.650 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:26.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:26.650 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:03:26.650 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:03:26.651 INFO [WorkbenchTestable][AbstractText] Text set to: org.example.test 20:03:26.655 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:") 20:03:26.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:26.655 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:26.660 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:26.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:26.660 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:03:26.660 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:03:26.661 INFO [WorkbenchTestable][AbstractText] Text set to: ClassName 20:03:26.673 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 20:03:26.673 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 20:03:26.673 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) 20:03:26.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:26.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:26.674 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:26.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:26.674 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:03:26.675 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:03:26.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:03:26.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:03:26.675 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:03:26.675 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:03:26.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:03:27.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:03:27.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:03:27.181 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 20:03:27.181 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 20:03:27.181 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 20:03:27.181 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 20:03:27.181 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:03:27.181 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:03:27.181 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:03:27.181 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:03:27.181 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:03:27.181 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:03:27.181 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:03:27.181 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:03:27.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:03:27.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Editor title is ClassName.java... 20:03:27.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QClassName.java\E') 20:03:27.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:27.181 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:27.182 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:27.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:27.182 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:03:27.182 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:03:27.182 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package org.example.test; public class ClassName { } TooltipText=null 20:03:27.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Editor title is ClassName.java finished successfully 20:03:27.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@42679445 is found... 20:03:27.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@42679445 is found finished successfully 20:03:27.183 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') 20:03:27.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:27.183 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:27.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:27.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:27.183 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:03:27.184 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:03:27.184 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package org.example.test; public class ClassName { } TooltipText=null 20:03:27.184 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 20:03:27.185 DEBUG [main][EditorHandler] 1 editor(s) found 20:03:27.185 DEBUG [WorkbenchTestable][EditorHandler] Closing editor ClassName.java 20:03:27.238 DEBUG [WorkbenchTestable][EditorHandler] Editor ClassName.java is closed 20:03:27.238 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest 20:03:27.238 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:03:27.238 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:03:27.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:27.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:27.239 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCreateNewClass no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest) 20:03:27.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:27.242 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:03:27.242 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 20:03:27.242 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:03:27.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:27.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:27.243 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:03:27.243 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:03:27.243 DEBUG [main][MenuItemLookup] Found menu:'File' 20:03:27.243 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:03:27.243 DEBUG [main][MenuItemLookup] Found menu:'Source' 20:03:27.243 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 20:03:27.243 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:03:27.243 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:03:27.243 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:03:27.243 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:03:27.243 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:03:27.243 DEBUG [main][MenuItemLookup] Item match:Window 20:03:27.243 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:03:27.243 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:03:27.243 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:03:27.243 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:27.243 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:03:27.243 DEBUG [main][MenuItemLookup] Item match:Show View 20:03:27.246 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 20:03:27.246 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 20:03:27.246 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 20:03:27.246 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 20:03:27.246 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 20:03:27.246 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 20:03:27.246 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 20:03:27.246 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 20:03:27.246 DEBUG [main][MenuItemLookup] Found menu:'Progress' 20:03:27.246 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 20:03:27.246 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 20:03:27.246 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 20:03:27.246 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 20:03:27.246 DEBUG [main][MenuItemLookup] Found menu:'Templates' 20:03:27.246 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 20:03:27.246 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:27.246 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 20:03:27.246 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 20:03:27.247 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 20:03:27.247 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 20:03:27.247 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 20:03:27.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 20:03:27.300 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 20:03:27.300 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 20:03:27.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:27.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:27.300 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 20:03:27.300 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:03:27.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:27.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:27.300 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:03:27.300 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:03:27.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:27.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:27.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:27.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:27.301 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:03:27.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:03:27.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:03:27.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 20:03:27.302 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:03:27.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:03:27.302 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:03:27.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:03:27.302 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:03:27.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 20:03:27.302 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:03:27.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:03:27.302 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:03:27.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:03:27.302 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:03:27.302 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 20:03:27.302 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 20:03:27.302 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 20:03:27.302 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 20:03:27.302 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:03:27.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:27.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:27.303 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:03:27.303 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:03:27.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:27.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:27.303 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:03:27.303 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:03:27.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:27.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:27.303 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:03:27.303 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:03:27.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:27.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:27.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:27.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:27.303 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:03:27.304 INFO [WorkbenchTestable][AbstractButton] Click button &Open 20:03:27.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:03:27.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:03:27.304 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:03:27.304 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:03:27.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:03:27.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:03:27.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 20:03:27.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:27.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:27.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 20:03:27.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:27.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:27.333 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:03:27.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:27.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:27.333 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:03:27.333 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:03:27.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:27.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:27.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:27.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:27.334 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:03:27.334 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:03:27.334 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:03:27.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:03:27.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:03:27.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:03:27.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:03:27.336 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:03:27.336 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:03:27.336 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:03:27.336 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:03:27.336 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:03:27.336 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:03:27.337 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:03:27.337 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:03:27.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:27.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:27.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:03:27.837 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:27.838 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:03:28.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:28.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:03:28.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:03:28.339 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:03:28.339 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:03:28.339 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:03:28.339 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:03:28.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 20:03:28.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:28.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:28.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:28.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:28.340 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:03:28.340 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testproject 20:03:28.340 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:03:28.340 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:03:28.340 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:03:28.340 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:03:28.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:28.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:28.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:03:28.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:28.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:03:29.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:29.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:03:29.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:03:29.343 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:03:29.343 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:03:29.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:03:29.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:03:29.344 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:03:29.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:29.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:29.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:29.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:29.344 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:03:29.344 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testproject 20:03:29.344 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:03:29.344 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:03:29.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:03:29.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:03:29.344 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:03:29.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:29.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:29.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:29.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:29.344 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:03:29.344 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 20:03:29.344 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 20:03:29.345 DEBUG [main][TreeItemHandler] Set Tree selection 20:03:29.345 DEBUG [main][TreeHandler] Notify Tree about selection event 20:03:29.349 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 20:03:29.349 DEBUG [WorkbenchTestable][TreeItemHandler] testproject 20:03:29.349 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:03:29.349 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:03:29.370 DEBUG [main][MenuItemLookup] Found menu:'New' 20:03:29.370 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:03:29.370 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:29.370 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:03:29.370 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:29.370 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:03:29.370 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 20:03:29.370 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:03:29.370 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:03:29.370 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 20:03:29.370 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 20:03:29.370 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 20:03:29.370 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:29.370 DEBUG [main][MenuItemLookup] Found menu:'Import...' 20:03:29.370 DEBUG [main][MenuItemLookup] Found menu:'Export...' 20:03:29.370 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:29.370 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 20:03:29.370 DEBUG [main][MenuItemLookup] Item match:Refresh F5 20:03:29.370 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 20:03:29.370 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 20:03:29.370 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 20:03:29.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:03:29.371 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 20:03:29.871 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:03:29.871 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:03:29.871 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:03:29.871 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:03:29.871 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:03:29.871 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:03:29.871 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:03:29.871 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:03:29.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:03:29.871 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:03:29.871 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:03:29.888 DEBUG [main][MenuItemLookup] Found menu:'New' 20:03:29.888 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:03:29.888 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:29.888 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:03:29.888 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:29.888 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:03:29.888 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 20:03:29.888 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:03:29.888 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:03:29.888 DEBUG [main][MenuItemLookup] Item match:Delete Delete 20:03:29.888 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 20:03:29.888 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 20:03:29.888 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 20:03:29.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 20:03:30.464 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 20:03:30.464 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 20:03:30.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:30.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:30.466 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 20:03:30.466 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:03:30.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:30.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:30.466 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:03:30.466 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:03:30.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:30.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:30.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:30.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:30.467 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:03:30.467 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 20:03:30.467 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 20:03:30.467 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 20:03:30.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:03:30.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:03:30.467 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:03:30.467 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:03:30.467 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:03:30.467 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:03:30.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:30.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:30.467 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:03:30.467 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:03:30.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:30.467 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:30.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:30.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:30.468 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:03:30.468 INFO [WorkbenchTestable][AbstractButton] Click button OK 20:03:30.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:03:30.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:03:30.468 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:03:30.468 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:03:30.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 20:03:30.470 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 20:03:30.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 20:03:30.971 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 20:03:30.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:03:30.971 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 20:03:30.971 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 20:03:30.971 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 20:03:30.971 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refreshing view' is a system job, skipped 20:03:30.971 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refreshing view' is a system job, skipped 20:03:30.971 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 20:03:30.971 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 20:03:30.971 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:03:30.971 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:03:30.971 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:03:30.971 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:03:30.971 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:03:30.971 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:03:30.971 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:03:30.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:03:30.971 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest 20:03:30.971 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:03:30.971 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:03:30.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:30.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 48.033 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: 4.22 s testSettingAndGettingInputAndCheckboxValues no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest) Time elapsed: 0.409 s testAddingAndRemovingNonexistingAndNotFullySpecifiedInterfaces no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest) Time elapsed: 22.428 s testAddingAndRemovingExtendedInterfaces no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest) Time elapsed: 15.545 s testCreateNewClass no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest) Time elapsed: 0.716 s Running org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.GenerateHashAndEqualsTest 20:03:30.975 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.GenerateHashAndEqualsTest 20:03:30.976 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:03:30.976 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:03:30.976 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.GenerateHashAndEqualsTest 20:03:30.976 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:03:30.976 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 20:03:30.976 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:03:30.976 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 20:03:30.976 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:03:30.976 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 20:03:30.976 DEBUG [main][EditorHandler] 0 editor(s) found 20:03:30.977 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:30.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:30.977 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 20:03:30.977 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:30.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:30.977 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:03:30.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:30.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:30.978 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:03:30.978 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:03:30.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:30.978 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:30.978 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:30.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:30.978 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:03:30.978 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:03:30.978 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:03:30.979 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:03:30.979 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:03:30.979 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:03:30.979 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:03:30.979 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:03:30.979 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:03:30.980 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:03:30.980 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:03:30.980 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:03:30.980 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:03:30.980 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:03:30.980 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:03:30.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:30.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:30.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:03:31.480 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:31.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:03:31.981 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:31.981 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:03:31.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:03:31.982 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:03:31.982 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:03:31.982 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:03:31.982 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:03:31.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 20:03:31.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:31.982 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:31.983 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:31.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:31.983 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:03:31.983 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:03:31.983 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:03:31.983 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:03:31.983 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:03:31.983 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:03:31.983 INFO [WorkbenchTestable][RequirementsRunner] Started test: generateHashAndEquals no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.GenerateHashAndEqualsTest) 20:03:31.984 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.GenerateHashAndEqualsTest 20:03:31.984 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:03:31.984 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:03:31.984 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:03:31.984 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:03:31.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:31.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:31.984 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:03:31.984 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 20:03:31.984 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:03:31.984 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:31.985 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:03:31.985 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:31.985 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 20:03:31.985 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:31.985 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:03:31.985 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:31.985 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:03:31.985 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:31.985 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:03:31.985 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:31.985 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 20:03:31.985 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:31.985 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:03:31.985 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:31.985 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:03:31.985 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:31.985 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:03:31.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:31.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:31.986 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:03:31.986 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:03:31.986 DEBUG [main][MenuItemLookup] Found menu:'File' 20:03:31.986 DEBUG [main][MenuItemLookup] Item match:File 20:03:31.986 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 20:03:31.986 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 20:03:31.988 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 20:03:31.988 DEBUG [main][MenuItemLookup] Found menu:'Project...' 20:03:31.988 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:31.988 DEBUG [main][MenuItemLookup] Found menu:'Package' 20:03:31.988 DEBUG [main][MenuItemLookup] Found menu:'Class' 20:03:31.988 DEBUG [main][MenuItemLookup] Found menu:'Interface' 20:03:31.988 DEBUG [main][MenuItemLookup] Found menu:'Enum' 20:03:31.988 DEBUG [main][MenuItemLookup] Found menu:'Record' 20:03:31.988 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 20:03:31.988 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 20:03:31.988 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 20:03:31.988 DEBUG [main][MenuItemLookup] Found menu:'Folder' 20:03:31.988 DEBUG [main][MenuItemLookup] Found menu:'File' 20:03:31.988 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 20:03:31.988 DEBUG [main][MenuItemLookup] Found menu:'Task' 20:03:31.988 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 20:03:31.988 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:31.988 DEBUG [main][MenuItemLookup] Found menu:'Example...' 20:03:31.988 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:31.988 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 20:03:31.988 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 20:03:31.988 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 20:03:31.988 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 20:03:31.988 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 20:03:32.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 20:03:32.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 'New|Select a wizard'] is available. finished successfully 20:03:32.041 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 20:03:32.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:32.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:32.046 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:03:32.046 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:32.046 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 20:03:32.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:32.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:32.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:32.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:32.047 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:03:32.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:03:32.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:03:32.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 20:03:32.048 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:03:32.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:03:32.048 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:03:32.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:03:32.048 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:03:32.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 20:03:32.048 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:03:32.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:03:32.048 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:03:32.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:03:32.048 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:03:32.048 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 20:03:32.048 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 20:03:32.048 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 20:03:32.050 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 20:03:32.050 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:03:32.050 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 20:03:32.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) 20:03:32.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:32.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:32.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:32.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:32.051 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:03:32.051 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:03:32.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:03:32.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:03:32.051 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:03:32.051 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:03:32.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:03:32.169 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:32.169 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:32.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 20:03:32.169 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 20:03:32.170 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 20:03:32.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:32.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:32.170 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 20:03:32.170 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:32.170 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'GenHashProject' 20:03:32.170 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:") 20:03:32.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:32.170 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:32.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:32.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:32.171 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:03:32.171 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:03:32.172 INFO [WorkbenchTestable][AbstractText] Text set to: GenHashProject 20:03:32.192 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 20:03:32.192 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 20:03:32.193 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) 20:03:32.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:32.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:32.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:32.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:32.194 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:03:32.194 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:03:32.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:03:32.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:03:32.194 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:03:32.194 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:03:32.196 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.... 20:03:32.697 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 20:03:32.697 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 20:03:32.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:32.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:32.699 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 20:03:32.699 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:03:32.699 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:03:32.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:32.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:32.700 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 20:03:32.700 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:03:32.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:32.700 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:32.700 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:32.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:32.700 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:03:32.700 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 20:03:32.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:03:32.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:03:32.700 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:03:32.700 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:03:32.811 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.... 20:03:32.811 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 20:03:32.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:03:32.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:03:32.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:03:32.811 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 20:03:32.811 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:03:32.811 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 20:03:32.811 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 20:03:32.811 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:03:32.811 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:03:32.811 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:03:32.811 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:03:32.811 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:03:32.811 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:03:32.811 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:03:32.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:03:32.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:03:32.811 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:32.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:03:32.811 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:32.812 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 20:03:32.812 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:32.812 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:03:32.812 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:32.812 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:03:32.812 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:32.812 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:03:32.812 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:32.812 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 20:03:32.812 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:32.812 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:03:32.812 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:32.812 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:03:32.812 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:32.812 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:03:32.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:32.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:32.812 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:03:32.813 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:03:32.813 DEBUG [main][MenuItemLookup] Found menu:'File' 20:03:32.813 DEBUG [main][MenuItemLookup] Item match:File 20:03:32.813 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 20:03:32.813 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 20:03:32.815 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 20:03:32.815 DEBUG [main][MenuItemLookup] Found menu:'Project...' 20:03:32.815 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:32.815 DEBUG [main][MenuItemLookup] Found menu:'Package' 20:03:32.815 DEBUG [main][MenuItemLookup] Found menu:'Class' 20:03:32.815 DEBUG [main][MenuItemLookup] Found menu:'Interface' 20:03:32.815 DEBUG [main][MenuItemLookup] Found menu:'Enum' 20:03:32.815 DEBUG [main][MenuItemLookup] Found menu:'Record' 20:03:32.815 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 20:03:32.815 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 20:03:32.815 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 20:03:32.815 DEBUG [main][MenuItemLookup] Found menu:'Folder' 20:03:32.815 DEBUG [main][MenuItemLookup] Found menu:'File' 20:03:32.815 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 20:03:32.815 DEBUG [main][MenuItemLookup] Found menu:'Task' 20:03:32.815 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 20:03:32.815 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:32.815 DEBUG [main][MenuItemLookup] Found menu:'Example...' 20:03:32.815 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:32.815 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 20:03:32.815 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 20:03:32.831 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 20:03:32.831 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 20:03:32.832 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 20:03:32.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 'New|Select a wizard'] is available.... 20:03:32.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 'New|Select a wizard'] is available. finished successfully 20:03:32.926 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 20:03:32.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:32.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:32.927 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:03:32.927 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:32.927 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 20:03:32.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:32.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:32.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:32.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:32.927 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:03:32.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:03:32.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:03:32.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 20:03:32.928 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:03:32.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:03:32.928 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:03:32.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:03:32.928 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:03:32.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 20:03:32.928 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:03:32.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:03:32.928 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:03:32.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:03:32.928 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:03:32.929 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 20:03:32.929 DEBUG [main][TreeItemHandler] Selecting tree item: Class 20:03:32.929 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 20:03:32.935 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 20:03:32.935 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:03:32.935 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 20:03:32.935 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) 20:03:32.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:32.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:32.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:32.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:32.936 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:03:32.936 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:03:32.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:03:32.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:03:32.936 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:03:32.936 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:03:33.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:03:33.003 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:33.003 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:33.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 20:03:33.003 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 20:03:33.004 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 20:03:33.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:33.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:33.004 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 20:03:33.004 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:33.004 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:") 20:03:33.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:33.004 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:33.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:33.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:33.038 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:03:33.038 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:03:33.038 INFO [WorkbenchTestable][AbstractText] Text set to: GenHash 20:03:33.043 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 20:03:33.043 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 20:03:33.044 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) 20:03:33.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:33.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:33.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:33.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:33.045 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:03:33.046 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:03:33.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:03:33.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:03:33.046 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:03:33.046 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:03:33.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:03:33.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:03:33.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:03:33.612 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 3 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 20:03:33.612 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 20:03:33.612 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 20:03:33.612 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 20:03:33.612 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 20:03:33.612 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 20:03:33.612 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:03:33.612 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:03:33.612 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:03:33.612 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:03:33.612 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:03:33.612 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:03:33.612 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:03:33.612 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:03:33.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:03:33.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@461acd60 is found... 20:03:33.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@461acd60 is found finished successfully 20:03:33.613 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') 20:03:33.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:33.613 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:33.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:33.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:33.617 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:03:33.617 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:03:33.617 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class GenHash { } TooltipText=null 20:03:33.617 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 3, offser 0 20:03:33.620 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:03:33.620 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class GenHash { private String text;} TooltipText=null 20:03:33.620 INFO [WorkbenchTestable][AbstractEditor] Save editor 20:03:33.620 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - GenHashProject/src/GenHash.java - Eclipse Platform 20:03:33.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:33.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:33.621 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - GenHashProject/src/GenHash.java - Eclipse Platform' 20:03:33.621 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - GenHashProject/src/GenHash.java - Eclipse Platform' 20:03:33.621 DEBUG [main][MenuItemLookup] Found menu:'File' 20:03:33.621 DEBUG [main][MenuItemLookup] Item match:File 20:03:33.621 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 20:03:33.621 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 20:03:33.621 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 20:03:33.621 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 20:03:33.621 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:33.621 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 20:03:33.621 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 20:03:33.621 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:33.621 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 20:03:33.621 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 20:03:33.622 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 20:03:33.622 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 20:03:33.622 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 20:03:33.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 20:03:33.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 20:03:33.630 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:03:33.630 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class GenHash { private String text;} TooltipText=null 20:03:33.694 TRACE [WorkbenchTestable][WidgetHandler] Notify StyledText with event 35 20:03:33.694 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:03:33.821 DEBUG [main][MenuItemLookup] Found menu:'Undo Typing Ctrl+Z' 20:03:33.821 DEBUG [main][MenuItemLookup] Found menu:'Revert File' 20:03:33.821 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 20:03:33.821 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:33.821 DEBUG [main][MenuItemLookup] Found menu:'Open Declaration F3' 20:03:33.821 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 20:03:33.821 DEBUG [main][MenuItemLookup] Found menu:'Open Call Hierarchy Ctrl+Alt+H' 20:03:33.821 DEBUG [main][MenuItemLookup] Found menu:'Show in Breadcrumb Shift+Alt+B' 20:03:33.821 DEBUG [main][MenuItemLookup] Found menu:'Quick Outline Ctrl+O' 20:03:33.821 DEBUG [main][MenuItemLookup] Found menu:'Quick Type Hierarchy Ctrl+T' 20:03:33.821 DEBUG [main][MenuItemLookup] Found menu:'Open With' 20:03:33.821 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:03:33.821 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:33.821 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 20:03:33.821 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:03:33.821 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 20:03:33.821 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:03:33.821 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:33.821 DEBUG [main][MenuItemLookup] Found menu:'Quick Fix Ctrl+1' 20:03:33.821 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 20:03:33.821 DEBUG [main][MenuItemLookup] Item match:Source Shift+Alt+S 20:03:33.821 DEBUG [main][MenuItemLookup] Found menu:'Toggle Comment Shift+Ctrl+C' 20:03:33.821 DEBUG [main][MenuItemLookup] Found menu:'Remove Block Comment Shift+Ctrl+\' 20:03:33.821 DEBUG [main][MenuItemLookup] Found menu:'Generate Element Comment Shift+Alt+J' 20:03:33.821 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:33.821 DEBUG [main][MenuItemLookup] Found menu:'Correct Indentation Ctrl+I' 20:03:33.821 DEBUG [main][MenuItemLookup] Found menu:'Format Shift+Ctrl+F' 20:03:33.821 DEBUG [main][MenuItemLookup] Found menu:'Format Element' 20:03:33.821 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:33.821 DEBUG [main][MenuItemLookup] Found menu:'Add Import Shift+Ctrl+M' 20:03:33.821 DEBUG [main][MenuItemLookup] Found menu:'Organize Imports Shift+Ctrl+O' 20:03:33.821 DEBUG [main][MenuItemLookup] Found menu:'Sort Members...' 20:03:33.821 DEBUG [main][MenuItemLookup] Found menu:'Clean Up...' 20:03:33.821 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:33.821 DEBUG [main][MenuItemLookup] Found menu:'Override/Implement Methods...' 20:03:33.821 DEBUG [main][MenuItemLookup] Found menu:'Generate Getters and Setters...' 20:03:33.821 DEBUG [main][MenuItemLookup] Found menu:'Generate Delegate Methods...' 20:03:33.821 DEBUG [main][MenuItemLookup] Found menu:'Generate hashCode() and equals()...' 20:03:33.821 DEBUG [main][MenuItemLookup] Item match:Generate hashCode() and equals()... 20:03:33.822 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Generate &hashCode() and equals()..." 20:03:33.822 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Generate hashCode() and equals()... 20:03:33.822 INFO [main][MenuItemHandler] Select menu item: Generate &hashCode() and equals()... 20:03:33.998 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.... 20:03:34.000 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 20:03:34.000 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Generate hashCode() and equals() 20:03:34.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:34.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:34.000 TRACE [WorkbenchTestable][GenerateHashCodeEqualsDialog] Shell Generate hashCode() and equals() is not null and is not disposed 20:03:34.000 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:34.000 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 20:03:34.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:34.000 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:34.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:34.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:34.001 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:03:34.002 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item text and wait with time period 1 20:03:34.002 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item text 20:03:34.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:03:34.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:03:34.502 INFO [WorkbenchTestable][TreeItemHandler] Expanded: text 20:03:34.502 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item text 20:03:34.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:03:35.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:03:35.016 INFO [WorkbenchTestable][TreeItemHandler] Expanded: text 20:03:35.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 20:03:35.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:35.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:35.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:35.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:35.017 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:03:35.017 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item text and wait with time period 1 20:03:35.017 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item text 20:03:35.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:03:35.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:03:35.517 INFO [WorkbenchTestable][TreeItemHandler] Expanded: text 20:03:35.517 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item text 20:03:35.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:03:36.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:03:36.018 INFO [WorkbenchTestable][TreeItemHandler] Expanded: text 20:03:36.018 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") 20:03:36.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:36.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:36.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:36.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:36.018 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:03:36.021 INFO [WorkbenchTestable][AbstractButton] Click button Select &All 20:03:36.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:03:36.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:03:36.022 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:03:36.022 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:03:36.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:36.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:36.023 INFO [WorkbenchTestable][AbstractButton] Click button &Generate 20:03:36.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:03:36.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:03:36.023 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:03:36.023 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:03:36.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:03:36.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:03:36.093 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:03:36.093 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 20:03:36.094 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 20:03:36.094 DEBUG [WorkbenchTestable][EditorHandler] Closing editor GenHash.java 20:03:36.167 DEBUG [WorkbenchTestable][EditorHandler] Editor GenHash.java is closed 20:03:36.167 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.GenerateHashAndEqualsTest 20:03:36.168 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:03:36.168 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:03:36.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:36.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:36.168 INFO [WorkbenchTestable][RequirementsRunner] Finished test: generateHashAndEquals no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.GenerateHashAndEqualsTest) 20:03:36.168 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 20:03:36.168 DEBUG [main][EditorHandler] 0 editor(s) found 20:03:36.169 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:36.169 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:36.169 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 20:03:36.169 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:36.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:36.170 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:03:36.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:36.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:36.170 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:03:36.170 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:03:36.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:36.170 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:36.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:36.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:36.171 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:03:36.171 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:03:36.171 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:03:36.171 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:03:36.171 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:03:36.172 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:03:36.172 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:03:36.172 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:03:36.172 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:03:36.173 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:03:36.173 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:03:36.173 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:03:36.173 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:03:36.173 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:03:36.173 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:03:36.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:36.173 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:36.173 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:03:36.674 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:36.674 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:03:37.174 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:37.175 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:03:37.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:03:37.175 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:03:37.175 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:03:37.175 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:03:37.176 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:03:37.176 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:03:37.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:37.176 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:37.176 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:37.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:37.176 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:03:37.176 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name GenHashProject 20:03:37.176 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:03:37.176 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:03:37.176 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:03:37.176 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:03:37.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:37.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:37.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:03:37.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:37.677 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:03:38.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:38.178 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:03:38.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:03:38.178 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:03:38.178 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:03:38.179 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:03:38.179 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:03:38.180 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:03:38.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:38.180 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:38.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:38.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:38.180 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:03:38.180 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name GenHashProject 20:03:38.180 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:03:38.180 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:03:38.181 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:03:38.181 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:03:38.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 20:03:38.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:38.181 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:38.181 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:38.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:38.181 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:03:38.181 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 20:03:38.181 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 20:03:38.181 DEBUG [main][TreeItemHandler] Set Tree selection 20:03:38.181 DEBUG [main][TreeHandler] Notify Tree about selection event 20:03:38.185 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 20:03:38.186 DEBUG [WorkbenchTestable][TreeItemHandler] GenHashProject 20:03:38.186 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:03:38.186 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:03:38.208 DEBUG [main][MenuItemLookup] Found menu:'New' 20:03:38.208 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:03:38.208 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:38.208 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:03:38.208 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:38.208 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:03:38.208 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 20:03:38.208 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:03:38.208 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:03:38.208 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 20:03:38.208 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 20:03:38.208 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 20:03:38.208 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:38.208 DEBUG [main][MenuItemLookup] Found menu:'Import...' 20:03:38.208 DEBUG [main][MenuItemLookup] Found menu:'Export...' 20:03:38.208 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:38.208 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 20:03:38.208 DEBUG [main][MenuItemLookup] Item match:Refresh F5 20:03:38.208 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 20:03:38.208 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 20:03:38.209 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 20:03:38.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:03:38.209 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 20:03:38.709 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:03:38.709 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 20:03:38.709 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:03:38.709 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:03:38.709 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:03:38.709 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:03:38.709 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:03:38.709 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:03:38.709 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:03:38.709 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:03:38.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:03:38.709 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:03:38.709 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:03:38.726 DEBUG [main][MenuItemLookup] Found menu:'New' 20:03:38.726 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:03:38.726 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:38.726 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:03:38.726 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:38.726 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:03:38.726 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 20:03:38.726 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:03:38.726 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:03:38.726 DEBUG [main][MenuItemLookup] Item match:Delete Delete 20:03:38.726 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 20:03:38.726 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 20:03:38.727 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 20:03:38.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 20:03:39.285 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 20:03:39.285 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 20:03:39.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:39.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:39.287 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 20:03:39.287 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:03:39.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:39.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:39.287 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:03:39.287 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:03:39.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:39.287 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:39.287 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:39.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:39.287 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:03:39.288 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 20:03:39.288 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 20:03:39.288 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 20:03:39.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:03:39.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:03:39.288 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:03:39.288 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:03:39.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 "OK") 20:03:39.288 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:03:39.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:39.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:39.288 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:03:39.288 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:03:39.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:39.288 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:39.288 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:39.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:39.288 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:03:39.289 INFO [WorkbenchTestable][AbstractButton] Click button OK 20:03:39.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:03:39.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:03:39.289 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:03:39.289 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:03:39.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 20:03:39.291 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 20:03:39.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 20:03:39.791 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 20:03:39.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:03:39.791 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 20:03:39.791 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 20:03:39.791 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 20:03:39.791 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 20:03:39.791 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:03:39.791 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:03:39.791 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:03:39.791 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:03:39.791 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:03:39.791 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:03:39.791 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:03:39.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:03:39.792 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:03:39.792 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:03:39.792 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:03:39.792 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:03:39.792 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.GenerateHashAndEqualsTest 20:03:39.792 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:03:39.792 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:03:39.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:39.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.817 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: 4.185 s Running org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest 20:03:39.811 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest 20:03:39.811 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:03:39.811 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:03:39.811 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest 20:03:39.811 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:03:39.811 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 20:03:39.812 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:03:39.812 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 20:03:39.812 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:03:39.812 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 20:03:39.812 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 20:03:39.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 20:03:39.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:39.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:39.812 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:03:39.812 DEBUG [main][MenuItemLookup] Found menu:'File' 20:03:39.812 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:03:39.812 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:03:39.812 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:03:39.812 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:03:39.812 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:03:39.812 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:03:39.812 DEBUG [main][MenuItemLookup] Item match:Window 20:03:39.813 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:03:39.813 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:03:39.813 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:03:39.813 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:39.813 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:03:39.813 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:03:39.813 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:39.813 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:03:39.813 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:39.813 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:03:39.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:39.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:39.813 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:03:39.813 DEBUG [main][MenuItemLookup] Found menu:'File' 20:03:39.813 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:03:39.813 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:03:39.813 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:03:39.813 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:03:39.813 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:03:39.813 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:03:39.813 DEBUG [main][MenuItemLookup] Item match:Window 20:03:39.813 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:03:39.813 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:03:39.813 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:03:39.813 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:39.813 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:03:39.813 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:03:39.813 DEBUG [main][MenuItemLookup] Item match:Perspective 20:03:39.813 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 20:03:39.813 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:39.813 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 20:03:39.813 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 20:03:39.813 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 20:03:39.813 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 20:03:39.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 20:03:39.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:39.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:39.814 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:03:39.814 DEBUG [main][MenuItemLookup] Found menu:'File' 20:03:39.814 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:03:39.814 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:03:39.814 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:03:39.814 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:03:39.814 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:03:39.814 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:03:39.814 DEBUG [main][MenuItemLookup] Item match:Window 20:03:39.814 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:03:39.814 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:03:39.814 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:03:39.814 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:39.814 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:03:39.814 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:03:39.814 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:39.814 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:03:39.814 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:39.814 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:03:39.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:39.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:39.814 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:03:39.814 DEBUG [main][MenuItemLookup] Found menu:'File' 20:03:39.814 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:03:39.814 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:03:39.814 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:03:39.814 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:03:39.814 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:03:39.814 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:03:39.814 DEBUG [main][MenuItemLookup] Item match:Window 20:03:39.814 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:03:39.814 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:03:39.814 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:03:39.814 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:39.814 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:03:39.814 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:03:39.814 DEBUG [main][MenuItemLookup] Item match:Perspective 20:03:39.815 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 20:03:39.815 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:39.815 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 20:03:39.815 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 20:03:39.815 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 20:03:39.815 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 20:03:39.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:39.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:39.815 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:03:39.815 DEBUG [main][MenuItemLookup] Found menu:'File' 20:03:39.815 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:03:39.815 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:03:39.815 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:03:39.815 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:03:39.815 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:03:39.815 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:03:39.815 DEBUG [main][MenuItemLookup] Item match:Window 20:03:39.815 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:03:39.815 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:03:39.815 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:03:39.815 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:39.815 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:03:39.815 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:03:39.815 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:39.815 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:03:39.815 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:39.815 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:03:39.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:39.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:39.816 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:03:39.816 DEBUG [main][MenuItemLookup] Found menu:'File' 20:03:39.816 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:03:39.816 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:03:39.816 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:03:39.816 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:03:39.816 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:03:39.816 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:03:39.816 DEBUG [main][MenuItemLookup] Item match:Window 20:03:39.816 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:03:39.816 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:03:39.816 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:03:39.816 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:39.816 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:03:39.816 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:03:39.816 DEBUG [main][MenuItemLookup] Item match:Perspective 20:03:39.816 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 20:03:39.816 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:39.816 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 20:03:39.816 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 20:03:39.816 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 20:03:39.816 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 20:03:39.816 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 20:03:39.816 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 20:03:39.816 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 20:03:39.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 20:03:39.835 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 20:03:39.835 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 20:03:39.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:39.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:39.836 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:03:39.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:39.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:39.836 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 20:03:39.836 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:03:39.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:39.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:39.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") 20:03:39.836 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:03:39.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:39.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:39.836 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 20:03:39.836 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:03:39.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:39.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:39.837 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:39.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:39.837 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:03:39.837 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 20:03:39.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:03:39.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:03:39.837 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:03:39.837 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:03:39.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:03:39.923 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:39.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:03:39.923 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:39.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: "New Java Project"] 20:03:39.923 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:39.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:03:39.923 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:39.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:03:39.923 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:39.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:03:39.923 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:39.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: "New Java Project"] 20:03:39.923 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:39.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:03:39.923 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:39.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:03:39.924 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:39.924 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:03:39.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:39.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:39.924 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:03:39.924 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:03:39.924 DEBUG [main][MenuItemLookup] Found menu:'File' 20:03:39.924 DEBUG [main][MenuItemLookup] Item match:File 20:03:39.925 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 20:03:39.925 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 20:03:39.927 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 20:03:39.927 DEBUG [main][MenuItemLookup] Found menu:'Project...' 20:03:39.927 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:39.927 DEBUG [main][MenuItemLookup] Found menu:'Package' 20:03:39.927 DEBUG [main][MenuItemLookup] Found menu:'Class' 20:03:39.927 DEBUG [main][MenuItemLookup] Found menu:'Interface' 20:03:39.927 DEBUG [main][MenuItemLookup] Found menu:'Enum' 20:03:39.927 DEBUG [main][MenuItemLookup] Found menu:'Record' 20:03:39.927 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 20:03:39.927 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 20:03:39.927 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 20:03:39.927 DEBUG [main][MenuItemLookup] Found menu:'Folder' 20:03:39.927 DEBUG [main][MenuItemLookup] Found menu:'File' 20:03:39.927 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 20:03:39.927 DEBUG [main][MenuItemLookup] Found menu:'Task' 20:03:39.927 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 20:03:39.927 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:39.927 DEBUG [main][MenuItemLookup] Found menu:'Example...' 20:03:39.927 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:39.927 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 20:03:39.927 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 20:03:39.927 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 20:03:39.927 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 20:03:39.927 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 20:03:39.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 20:03:39.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 20:03:39.987 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 20:03:39.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:39.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:39.987 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:03:39.987 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:39.988 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 20:03:39.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:39.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:39.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:39.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:39.988 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:03:39.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:03:39.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:03:39.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 20:03:39.989 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:03:39.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:03:39.989 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:03:39.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:03:39.989 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:03:39.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 20:03:39.989 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:03:39.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:03:39.989 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:03:39.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:03:39.989 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:03:39.989 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 20:03:39.989 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 20:03:39.990 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 20:03:39.992 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 20:03:39.992 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:03:39.992 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 20:03:39.992 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) 20:03:39.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:39.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:39.992 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:39.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:39.992 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:03:39.993 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:03:39.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:03:39.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:03:39.993 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:03:39.993 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:03:40.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:03:40.117 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:40.117 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:40.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 20:03:40.117 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 20:03:40.118 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 20:03:40.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:40.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:40.118 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 20:03:40.118 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:40.118 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'OpenTypeSelectionDialogTest' 20:03:40.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:") 20:03:40.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:40.119 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:40.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:40.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:40.120 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:03:40.120 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:03:40.120 INFO [WorkbenchTestable][AbstractText] Text set to: OpenTypeSelectionDialogTest 20:03:40.142 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 20:03:40.142 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 20:03:40.142 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) 20:03:40.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:40.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:40.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:40.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:40.143 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:03:40.144 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:03:40.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:03:40.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:03:40.144 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:03:40.144 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:03:40.147 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.... 20:03:40.817 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 20:03:40.817 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 20:03:40.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:40.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:40.819 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 20:03:40.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 "Don't Create") 20:03:40.820 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:03:40.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:40.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:40.820 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 20:03:40.820 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:03:40.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:40.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:40.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:40.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:40.820 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:03:40.820 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 20:03:40.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:03:40.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:03:40.821 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:03:40.821 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:03:40.922 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.... 20:03:40.923 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 20:03:40.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:03:40.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:03:40.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:03:40.923 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 20:03:40.923 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 20:03:40.923 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:03:40.923 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:03:40.923 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:03:40.923 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:03:40.923 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:03:40.923 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:03:40.923 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:03:40.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:03:40.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:03:40.923 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:40.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:03:40.923 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:40.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: "New Java Class"] 20:03:40.924 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:40.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:03:40.924 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:40.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:03:40.924 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:40.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:03:40.924 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:40.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: "New Java Class"] 20:03:40.924 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:40.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:03:40.925 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:40.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:03:40.925 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:40.925 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:03:40.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:40.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:40.925 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:03:40.980 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:03:40.993 DEBUG [main][MenuItemLookup] Found menu:'File' 20:03:40.993 DEBUG [main][MenuItemLookup] Item match:File 20:03:40.993 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 20:03:40.993 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 20:03:40.995 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 20:03:40.995 DEBUG [main][MenuItemLookup] Found menu:'Project...' 20:03:40.995 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:40.995 DEBUG [main][MenuItemLookup] Found menu:'Package' 20:03:40.995 DEBUG [main][MenuItemLookup] Found menu:'Class' 20:03:40.995 DEBUG [main][MenuItemLookup] Found menu:'Interface' 20:03:40.995 DEBUG [main][MenuItemLookup] Found menu:'Enum' 20:03:40.995 DEBUG [main][MenuItemLookup] Found menu:'Record' 20:03:40.995 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 20:03:40.995 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 20:03:40.995 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 20:03:40.995 DEBUG [main][MenuItemLookup] Found menu:'Folder' 20:03:40.995 DEBUG [main][MenuItemLookup] Found menu:'File' 20:03:40.995 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 20:03:40.995 DEBUG [main][MenuItemLookup] Found menu:'Task' 20:03:40.995 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 20:03:40.995 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:40.995 DEBUG [main][MenuItemLookup] Found menu:'Example...' 20:03:40.995 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:40.995 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 20:03:40.995 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 20:03:40.996 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 20:03:40.996 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 20:03:40.996 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 20:03:41.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 20:03:41.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 'New|Select a wizard'] is available. finished successfully 20:03:41.162 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 20:03:41.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:41.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:41.163 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:03:41.163 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:41.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 20:03:41.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:41.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:41.164 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:41.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:41.164 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:03:41.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:03:41.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:03:41.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 20:03:41.187 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:03:41.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:03:41.187 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:03:41.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:03:41.187 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:03:41.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 20:03:41.187 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:03:41.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:03:41.187 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:03:41.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:03:41.188 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:03:41.188 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 20:03:41.188 DEBUG [main][TreeItemHandler] Selecting tree item: Class 20:03:41.188 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 20:03:41.190 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 20:03:41.190 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:03:41.190 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 20:03:41.190 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) 20:03:41.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:41.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:41.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:41.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:41.191 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:03:41.195 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:03:41.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:03:41.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:03:41.195 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:03:41.195 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:03:41.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:03:41.293 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:41.293 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:41.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 20:03:41.293 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 20:03:41.293 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 20:03:41.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:41.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:41.294 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 20:03:41.294 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:41.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.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 20:03:41.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:41.294 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:41.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:41.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:41.300 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:03:41.300 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:03:41.300 INFO [WorkbenchTestable][AbstractText] Text set to: FindMe 20:03:41.305 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:") 20:03:41.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:41.306 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:41.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:41.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:41.318 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:03:41.318 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:03:41.319 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:") 20:03:41.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:41.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:41.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:41.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:41.322 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:03:41.322 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:03:41.322 INFO [WorkbenchTestable][AbstractText] Text set to: test 20:03:41.330 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 20:03:41.330 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 20:03:41.330 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) 20:03:41.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:41.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:41.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:41.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:41.332 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:03:41.332 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:03:41.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:03:41.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:03:41.333 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:03:41.333 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:03:41.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:03:41.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:03:41.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:03:41.893 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 4 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 20:03:41.893 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 20:03:41.893 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:03:41.893 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 20:03:41.893 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 20:03:41.893 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 20:03:41.893 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:03:41.893 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:03:41.893 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:03:41.893 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:03:41.893 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:03:41.893 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:03:41.893 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:03:41.893 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:03:41.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:03:41.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Editor title is FindMe.java... 20:03:41.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QFindMe.java\E') 20:03:41.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:41.894 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:41.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:41.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:41.895 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:03:41.895 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:03:41.895 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package test; public class FindMe { } TooltipText=null 20:03:41.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Editor title is FindMe.java finished successfully 20:03:41.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@469fec66 is found... 20:03:41.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@469fec66 is found finished successfully 20:03:41.896 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') 20:03:41.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:41.896 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:41.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:41.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:41.897 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:03:41.897 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:03:41.898 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package test; public class FindMe { } TooltipText=null 20:03:41.900 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:03:41.900 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package test; public class FindMe { } TooltipText=null 20:03:41.900 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 20:03:41.900 DEBUG [WorkbenchTestable][EditorHandler] Closing editor FindMe.java 20:03:42.133 DEBUG [WorkbenchTestable][EditorHandler] Editor FindMe.java is closed 20:03:42.133 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:03:42.133 INFO [WorkbenchTestable][RequirementsRunner] Started test: openTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest) 20:03:42.133 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest 20:03:42.133 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:03:42.133 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:03:42.133 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:03:42.134 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"] 20:03:42.134 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:42.134 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"] 20:03:42.134 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:42.135 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:03:42.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:42.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:42.135 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:03:42.135 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:03:42.135 DEBUG [main][MenuItemLookup] Found menu:'File' 20:03:42.135 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:03:42.135 DEBUG [main][MenuItemLookup] Found menu:'Source' 20:03:42.135 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 20:03:42.135 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:03:42.135 DEBUG [main][MenuItemLookup] Item match:Navigate 20:03:42.137 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:03:42.137 DEBUG [main][MenuItemLookup] Found menu:'Go To' 20:03:42.137 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:42.137 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 20:03:42.137 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 20:03:42.137 DEBUG [main][MenuItemLookup] Found menu:'Open Call Hierarchy Ctrl+Alt+H' 20:03:42.137 DEBUG [main][MenuItemLookup] Found menu:'Open Hyperlink' 20:03:42.137 DEBUG [main][MenuItemLookup] Found menu:'Open Implementation' 20:03:42.137 DEBUG [main][MenuItemLookup] Found menu:'Open Super Implementation' 20:03:42.137 DEBUG [main][MenuItemLookup] Found menu:'Open Attached Javadoc Shift+F2' 20:03:42.137 DEBUG [main][MenuItemLookup] Found menu:'Open from Clipboard Shift+Ctrl+V' 20:03:42.137 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:42.137 DEBUG [main][MenuItemLookup] Found menu:'Open Type... Shift+Ctrl+T' 20:03:42.137 DEBUG [main][MenuItemLookup] Item match:Open Type... Shift+Ctrl+T 20:03:42.137 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Open &Type... Shift+Ctrl+T" 20:03:42.137 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Open Type... Shift+Ctrl+T 20:03:42.137 INFO [main][MenuItemHandler] Select menu item: Open &Type... Shift+Ctrl+T 20:03:42.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Type"] is available.... 20:03:42.224 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 20:03:42.224 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Type 20:03:42.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:42.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:42.225 TRACE [WorkbenchTestable][OpenTypeSelectionDialog] Shell Open Type is not null and is not disposed 20:03:42.225 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:42.225 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) 20:03:42.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:42.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:42.226 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:42.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:42.226 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:03:42.226 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:03:42.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:03:42.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:03:42.226 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:03:42.226 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:03:42.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:03:42.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:03:42.302 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest 20:03:42.302 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:03:42.302 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:03:42.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:42.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:42.303 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest) 20:03:42.303 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:03:42.303 INFO [WorkbenchTestable][RequirementsRunner] Started test: findAndOpenClass no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest) 20:03:42.303 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest 20:03:42.303 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:03:42.303 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:03:42.303 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:03:42.303 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"] 20:03:42.303 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:42.303 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"] 20:03:42.303 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:42.303 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:03:42.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:42.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:42.303 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:03:42.303 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:03:42.303 DEBUG [main][MenuItemLookup] Found menu:'File' 20:03:42.304 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:03:42.304 DEBUG [main][MenuItemLookup] Found menu:'Source' 20:03:42.304 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 20:03:42.304 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:03:42.304 DEBUG [main][MenuItemLookup] Item match:Navigate 20:03:42.305 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:03:42.305 DEBUG [main][MenuItemLookup] Found menu:'Go To' 20:03:42.305 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:42.305 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 20:03:42.305 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 20:03:42.305 DEBUG [main][MenuItemLookup] Found menu:'Open Call Hierarchy Ctrl+Alt+H' 20:03:42.305 DEBUG [main][MenuItemLookup] Found menu:'Open Hyperlink' 20:03:42.305 DEBUG [main][MenuItemLookup] Found menu:'Open Implementation' 20:03:42.305 DEBUG [main][MenuItemLookup] Found menu:'Open Super Implementation' 20:03:42.305 DEBUG [main][MenuItemLookup] Found menu:'Open Attached Javadoc Shift+F2' 20:03:42.305 DEBUG [main][MenuItemLookup] Found menu:'Open from Clipboard Shift+Ctrl+V' 20:03:42.305 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:42.305 DEBUG [main][MenuItemLookup] Found menu:'Open Type... Shift+Ctrl+T' 20:03:42.305 DEBUG [main][MenuItemLookup] Item match:Open Type... Shift+Ctrl+T 20:03:42.306 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Open &Type... Shift+Ctrl+T" 20:03:42.306 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Open Type... Shift+Ctrl+T 20:03:42.306 INFO [main][MenuItemHandler] Select menu item: Open &Type... Shift+Ctrl+T 20:03:42.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Type"] is available.... 20:03:42.346 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 20:03:42.346 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Type 20:03:42.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:42.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:42.347 TRACE [WorkbenchTestable][OpenTypeSelectionDialog] Shell Open Type is not null and is not disposed 20:03:42.347 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:42.347 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 20:03:42.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:42.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:42.347 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:42.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:42.347 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:03:42.347 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:03:42.348 INFO [WorkbenchTestable][AbstractText] Text set to: FindMe 20:03:42.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:03:42.349 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' has no excuses, wait for it 20:03:42.863 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' has no excuses, wait for it 20:03:43.363 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' has no excuses, wait for it 20:03:43.863 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' has no excuses, wait for it 20:03:44.364 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is not listed in considered jobs, ignore it 20:03:44.364 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is not listed in considered jobs, ignore it 20:03:44.364 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is not listed in considered jobs, ignore it 20:03:44.364 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is not listed in considered jobs, ignore it 20:03:44.364 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is not listed in considered jobs, ignore it 20:03:44.364 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is not listed in considered jobs, ignore it 20:03:44.364 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is not listed in considered jobs, ignore it 20:03:44.364 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is not listed in considered jobs, ignore it 20:03:44.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:03:44.364 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 20:03:44.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:44.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:44.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:44.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:44.364 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:03:44.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:03:44.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:03:44.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:44.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:44.366 INFO [WorkbenchTestable][AbstractButton] Click button &Open 20:03:44.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:03:44.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:03:44.366 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:03:44.366 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:03:44.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:03:44.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:03:44.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@46c4a5d0 is found... 20:03:44.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@46c4a5d0 is found finished successfully 20:03:44.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QFindMe.java\E') 20:03:44.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:44.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:44.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:44.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:44.504 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:03:44.504 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:03:44.504 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package test; public class FindMe { } TooltipText=null 20:03:44.504 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest 20:03:44.504 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:03:44.504 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:03:44.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:44.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:44.505 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findAndOpenClass no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest) 20:03:44.505 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:03:44.505 INFO [WorkbenchTestable][RequirementsRunner] Started test: constructorTakingShellTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest) 20:03:44.505 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest 20:03:44.505 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:03:44.505 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:03:44.505 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:03:44.505 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OpenTypeSelectionDialogTest/src/test/FindMe.java - Eclipse Platform 20:03:44.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:44.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:44.505 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OpenTypeSelectionDialogTest/src/test/FindMe.java - Eclipse Platform' 20:03:44.505 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - OpenTypeSelectionDialogTest/src/test/FindMe.java - Eclipse Platform' 20:03:44.505 DEBUG [main][MenuItemLookup] Found menu:'File' 20:03:44.506 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:03:44.506 DEBUG [main][MenuItemLookup] Found menu:'Source' 20:03:44.506 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 20:03:44.506 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:03:44.506 DEBUG [main][MenuItemLookup] Item match:Navigate 20:03:44.506 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:03:44.506 DEBUG [main][MenuItemLookup] Found menu:'Go To' 20:03:44.506 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:44.506 DEBUG [main][MenuItemLookup] Found menu:'Open Declaration F3' 20:03:44.506 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 20:03:44.506 DEBUG [main][MenuItemLookup] Found menu:'Open Call Hierarchy Ctrl+Alt+H' 20:03:44.506 DEBUG [main][MenuItemLookup] Found menu:'Open Hyperlink' 20:03:44.506 DEBUG [main][MenuItemLookup] Found menu:'Open Implementation' 20:03:44.506 DEBUG [main][MenuItemLookup] Found menu:'Open Super Implementation' 20:03:44.506 DEBUG [main][MenuItemLookup] Found menu:'Open Attached Javadoc Shift+F2' 20:03:44.506 DEBUG [main][MenuItemLookup] Found menu:'Open from Clipboard Shift+Ctrl+V' 20:03:44.506 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:44.506 DEBUG [main][MenuItemLookup] Found menu:'Open Type... Shift+Ctrl+T' 20:03:44.506 DEBUG [main][MenuItemLookup] Item match:Open Type... Shift+Ctrl+T 20:03:44.506 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Open &Type... Shift+Ctrl+T" 20:03:44.507 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Open Type... Shift+Ctrl+T 20:03:44.507 INFO [main][MenuItemHandler] Select menu item: Open &Type... Shift+Ctrl+T 20:03:44.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Type"] is available.... 20:03:44.567 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 20:03:44.568 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Type 20:03:44.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:44.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:44.569 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) 20:03:44.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:44.569 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:44.569 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:44.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:44.569 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:03:44.570 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:03:44.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:03:44.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:03:44.570 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:03:44.570 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:03:44.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:03:44.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:03:44.599 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest 20:03:44.599 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:03:44.599 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:03:44.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:44.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:44.600 INFO [WorkbenchTestable][RequirementsRunner] Finished test: constructorTakingShellTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest) 20:03:44.600 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:03:44.600 INFO [WorkbenchTestable][RequirementsRunner] Started test: nonParametericConstructorTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest) 20:03:44.600 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest 20:03:44.600 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:03:44.600 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:03:44.600 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:03:44.600 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OpenTypeSelectionDialogTest/src/test/FindMe.java - Eclipse Platform 20:03:44.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:44.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:44.600 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OpenTypeSelectionDialogTest/src/test/FindMe.java - Eclipse Platform' 20:03:44.600 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - OpenTypeSelectionDialogTest/src/test/FindMe.java - Eclipse Platform' 20:03:44.600 DEBUG [main][MenuItemLookup] Found menu:'File' 20:03:44.600 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:03:44.600 DEBUG [main][MenuItemLookup] Found menu:'Source' 20:03:44.600 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 20:03:44.600 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:03:44.600 DEBUG [main][MenuItemLookup] Item match:Navigate 20:03:44.601 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:03:44.601 DEBUG [main][MenuItemLookup] Found menu:'Go To' 20:03:44.601 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:44.601 DEBUG [main][MenuItemLookup] Found menu:'Open Declaration F3' 20:03:44.601 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 20:03:44.601 DEBUG [main][MenuItemLookup] Found menu:'Open Call Hierarchy Ctrl+Alt+H' 20:03:44.601 DEBUG [main][MenuItemLookup] Found menu:'Open Hyperlink' 20:03:44.601 DEBUG [main][MenuItemLookup] Found menu:'Open Implementation' 20:03:44.601 DEBUG [main][MenuItemLookup] Found menu:'Open Super Implementation' 20:03:44.601 DEBUG [main][MenuItemLookup] Found menu:'Open Attached Javadoc Shift+F2' 20:03:44.601 DEBUG [main][MenuItemLookup] Found menu:'Open from Clipboard Shift+Ctrl+V' 20:03:44.601 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:44.601 DEBUG [main][MenuItemLookup] Found menu:'Open Type... Shift+Ctrl+T' 20:03:44.601 DEBUG [main][MenuItemLookup] Item match:Open Type... Shift+Ctrl+T 20:03:44.601 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Open &Type... Shift+Ctrl+T" 20:03:44.601 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Open Type... Shift+Ctrl+T 20:03:44.601 INFO [main][MenuItemHandler] Select menu item: Open &Type... Shift+Ctrl+T 20:03:44.641 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"] 20:03:44.644 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:44.644 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:44.644 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Type 20:03:44.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:44.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:44.645 TRACE [WorkbenchTestable][OpenTypeSelectionDialog] Shell Open Type is not null and is not disposed 20:03:44.645 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:44.645 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) 20:03:44.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:44.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:44.645 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:44.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:44.645 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:03:44.646 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:03:44.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:03:44.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:03:44.646 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:03:44.646 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:03:44.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:03:44.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:03:44.677 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest 20:03:44.677 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:03:44.677 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:03:44.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:44.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:44.677 INFO [WorkbenchTestable][RequirementsRunner] Finished test: nonParametericConstructorTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest) 20:03:44.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:44.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:03:44.683 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 20:03:44.683 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OpenTypeSelectionDialogTest/src/test/FindMe.java - Eclipse Platform 20:03:44.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:44.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:44.683 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OpenTypeSelectionDialogTest/src/test/FindMe.java - Eclipse Platform' 20:03:44.683 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - OpenTypeSelectionDialogTest/src/test/FindMe.java - Eclipse Platform' 20:03:44.683 DEBUG [main][MenuItemLookup] Found menu:'File' 20:03:44.683 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:03:44.683 DEBUG [main][MenuItemLookup] Found menu:'Source' 20:03:44.683 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 20:03:44.683 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:03:44.683 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:03:44.683 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:03:44.683 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:03:44.683 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:03:44.683 DEBUG [main][MenuItemLookup] Item match:Window 20:03:44.685 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:03:44.685 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:03:44.685 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:03:44.685 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:44.685 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:03:44.685 DEBUG [main][MenuItemLookup] Item match:Show View 20:03:44.688 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 20:03:44.688 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 20:03:44.688 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 20:03:44.688 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 20:03:44.688 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 20:03:44.688 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 20:03:44.688 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 20:03:44.688 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 20:03:44.688 DEBUG [main][MenuItemLookup] Found menu:'Progress' 20:03:44.688 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 20:03:44.688 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 20:03:44.688 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 20:03:44.688 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 20:03:44.688 DEBUG [main][MenuItemLookup] Found menu:'Templates' 20:03:44.688 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 20:03:44.688 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:44.688 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 20:03:44.688 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 20:03:44.688 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 20:03:44.688 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 20:03:44.689 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 20:03:44.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 20:03:44.740 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 20:03:44.740 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 20:03:44.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:44.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:44.741 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 20:03:44.741 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:03:44.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:44.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:44.742 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:03:44.742 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:03:44.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:44.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:44.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:44.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:44.742 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:03:44.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:03:44.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:03:44.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 20:03:44.743 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:03:44.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:03:44.743 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:03:44.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:03:44.743 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:03:44.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 20:03:44.743 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:03:44.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:03:44.743 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:03:44.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:03:44.743 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:03:44.743 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 20:03:44.743 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 20:03:44.744 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 20:03:44.744 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 20:03:44.744 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:03:44.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:44.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:44.744 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:03:44.744 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:03:44.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:44.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:44.744 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:03:44.744 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:03:44.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:44.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:44.744 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:03:44.744 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:03:44.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:44.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:44.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:44.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:44.745 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:03:44.745 INFO [WorkbenchTestable][AbstractButton] Click button &Open 20:03:44.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:03:44.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:03:44.745 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:03:44.745 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:03:44.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:03:44.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:03:44.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 20:03:44.795 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:44.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:44.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 20:03:44.795 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:44.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:44.796 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OpenTypeSelectionDialogTest/src/test/FindMe.java - Eclipse Platform 20:03:44.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:44.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:44.797 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OpenTypeSelectionDialogTest/src/test/FindMe.java - Eclipse Platform' 20:03:44.797 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:03:44.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:44.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:44.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:44.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:44.797 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:03:44.797 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:03:44.797 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:03:44.798 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:03:44.798 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - OpenTypeSelectionDialogTest/src/test/FindMe.java - Eclipse Platform TooltipText=null 20:03:44.798 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:03:44.798 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:03:44.799 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:03:44.799 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:03:44.799 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:03:44.799 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:03:44.800 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:03:44.800 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:03:44.800 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:03:44.800 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:03:44.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:44.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:44.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:03:45.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:45.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:03:45.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:45.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:03:45.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:03:45.802 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:03:45.802 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:03:45.803 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:03:45.803 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:03:45.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 20:03:45.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:45.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:45.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:45.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:45.803 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:03:45.803 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name OpenTypeSelectionDialogTest 20:03:45.804 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:03:45.804 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:03:45.804 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:03:45.804 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:03:45.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:45.804 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:45.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:03:46.304 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:46.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:03:46.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:46.805 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:03:46.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:03:46.805 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:03:46.805 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:03:46.806 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:03:46.806 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:03:46.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 20:03:46.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:46.806 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:46.806 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:46.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:46.806 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:03:46.806 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name OpenTypeSelectionDialogTest 20:03:46.806 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:03:46.806 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:03:46.807 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:03:46.807 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:03:46.807 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:03:46.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:46.807 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:46.807 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:46.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:46.807 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:03:46.807 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 20:03:46.807 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 20:03:46.808 DEBUG [main][TreeItemHandler] Set Tree selection 20:03:46.808 DEBUG [main][TreeHandler] Notify Tree about selection event 20:03:46.812 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 20:03:46.814 DEBUG [WorkbenchTestable][TreeItemHandler] OpenTypeSelectionDialogTest 20:03:46.814 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:03:46.814 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:03:46.837 DEBUG [main][MenuItemLookup] Found menu:'New' 20:03:46.837 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:03:46.837 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:46.837 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:03:46.837 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:46.837 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:03:46.837 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 20:03:46.837 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:03:46.837 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:03:46.837 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 20:03:46.837 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 20:03:46.837 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 20:03:46.837 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:46.837 DEBUG [main][MenuItemLookup] Found menu:'Import...' 20:03:46.837 DEBUG [main][MenuItemLookup] Found menu:'Export...' 20:03:46.837 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:46.837 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 20:03:46.837 DEBUG [main][MenuItemLookup] Item match:Refresh F5 20:03:46.837 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 20:03:46.837 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 20:03:46.838 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 20:03:46.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:03:46.838 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:03:46.838 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 20:03:47.338 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 20:03:47.338 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:03:47.338 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:03:47.338 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:03:47.338 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:03:47.338 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:03:47.338 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:03:47.338 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:03:47.338 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:03:47.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:03:47.338 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:03:47.338 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:03:47.356 DEBUG [main][MenuItemLookup] Found menu:'New' 20:03:47.356 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:03:47.356 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:47.356 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:03:47.356 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:47.356 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:03:47.356 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 20:03:47.356 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:03:47.356 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:03:47.356 DEBUG [main][MenuItemLookup] Item match:Delete Delete 20:03:47.356 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 20:03:47.356 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 20:03:47.356 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 20:03:47.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 20:03:47.935 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 20:03:47.935 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 20:03:47.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:47.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:47.938 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 20:03:47.938 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:03:47.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:47.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:47.938 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:03:47.938 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:03:47.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:47.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:47.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:47.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:47.938 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:03:47.938 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 20:03:47.938 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 20:03:47.939 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 20:03:47.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:03:47.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:03:47.939 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:03:47.939 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:03:47.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") 20:03:47.939 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:03:47.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:47.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:47.939 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:03:47.939 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:03:47.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:47.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:47.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:47.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:47.939 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:03:47.939 INFO [WorkbenchTestable][AbstractButton] Click button OK 20:03:47.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:03:47.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:03:47.940 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:03:47.940 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:03:47.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 20:03:47.942 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 20:03:48.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 20:03:48.442 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 20:03:48.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:03:48.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 20:03:48.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 20:03:48.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 20:03:48.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:03:48.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:03:48.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:03:48.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:03:48.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:03:48.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:03:48.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:03:48.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:03:48.442 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest 20:03:48.442 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:03:48.442 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:03:48.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:48.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.632 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.17 s findAndOpenClass no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest) Time elapsed: 2.202 s constructorTakingShellTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest) Time elapsed: 0.095 s nonParametericConstructorTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest) Time elapsed: 0.077 s Running org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 20:03:48.446 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 20:03:48.447 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:03:48.447 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:03:48.447 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 20:03:48.447 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:03:48.447 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 20:03:48.447 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:03:48.447 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 20:03:48.447 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:03:48.447 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:03:48.448 INFO [WorkbenchTestable][RequirementsRunner] Started test: cancel no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) 20:03:48.448 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 20:03:48.448 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:03:48.448 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:03:48.448 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:03:48.448 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:03:48.448 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:48.448 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:03:48.448 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:48.448 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:03:48.448 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:48.448 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:03:48.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:48.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:48.449 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:03:48.449 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:03:48.449 DEBUG [main][MenuItemLookup] Found menu:'File' 20:03:48.449 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:03:48.449 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:03:48.449 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:03:48.449 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:03:48.449 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:03:48.449 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:03:48.449 DEBUG [main][MenuItemLookup] Item match:Window 20:03:48.450 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:03:48.450 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:03:48.450 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:03:48.450 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:48.450 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:03:48.450 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:03:48.450 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:48.450 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:03:48.450 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:48.450 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:03:48.450 DEBUG [main][MenuItemLookup] Item match:Preferences 20:03:48.459 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:03:48.459 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:03:48.459 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:03:48.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 20:03:48.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 20:03:48.524 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:03:48.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:48.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:48.525 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:03:48.525 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:48.526 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 20:03:48.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:48.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:48.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:48.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:48.526 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:03:48.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:03:48.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:03:48.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing top category has children... 20:03:48.527 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing top category 20:03:48.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:03:49.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:03:49.028 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing top category 20:03:49.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing top category has children finished successfully 20:03:49.028 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing top category 20:03:49.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:03:49.028 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing top category is already expanded. No action performed 20:03:49.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:03:49.028 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing top category 20:03:49.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing category has children... 20:03:49.029 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing category 20:03:49.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:03:49.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:03:49.529 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing category 20:03:49.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing category has children finished successfully 20:03:49.530 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing category 20:03:49.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:03:49.530 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing category is already expanded. No action performed 20:03:49.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:03:49.531 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing category 20:03:49.531 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing preference page 20:03:49.531 DEBUG [main][TreeItemHandler] Selecting tree item: Testing preference page 20:03:49.531 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing preference page about selection 20:03:49.531 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing preference page 20:03:49.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:49.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:49.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:49.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:49.535 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) 20:03:49.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:49.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:49.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:49.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:49.536 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:03:49.537 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:03:49.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:03:49.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:03:49.537 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:03:49.537 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:03:49.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:03:49.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:03:49.555 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:03:49.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:49.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:49.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:49.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:49.567 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:03:49.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:49.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:49.567 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 20:03:49.567 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:03:49.567 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:03:49.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:49.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:49.568 INFO [WorkbenchTestable][RequirementsRunner] Finished test: cancel no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) 20:03:49.568 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:03:49.568 INFO [WorkbenchTestable][RequirementsRunner] Started test: restoreDefaults no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) 20:03:49.568 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 20:03:49.568 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:03:49.568 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:03:49.568 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:03:49.568 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:03:49.568 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:49.568 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:03:49.568 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:49.568 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:03:49.568 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:49.568 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:03:49.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:49.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:49.568 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:03:49.568 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:03:49.568 DEBUG [main][MenuItemLookup] Found menu:'File' 20:03:49.569 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:03:49.569 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:03:49.569 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:03:49.569 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:03:49.569 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:03:49.569 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:03:49.569 DEBUG [main][MenuItemLookup] Item match:Window 20:03:49.569 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:03:49.569 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:03:49.569 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:03:49.569 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:49.569 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:03:49.569 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:03:49.569 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:49.569 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:03:49.569 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:49.569 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:03:49.569 DEBUG [main][MenuItemLookup] Item match:Preferences 20:03:49.569 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:03:49.569 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:03:49.569 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:03:49.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.... 20:03:49.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 20:03:49.624 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:03:49.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:49.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:49.625 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:03:49.625 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:49.625 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 20:03:49.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:49.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:49.625 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:49.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:49.626 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:03:49.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:03:49.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:03:49.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing top category has children... 20:03:49.626 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing top category 20:03:49.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:03:49.626 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing top category is already expanded. No action performed 20:03:49.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:03:49.626 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing top category 20:03:49.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing top category has children finished successfully 20:03:49.626 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing top category 20:03:49.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:03:49.627 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing top category is already expanded. No action performed 20:03:49.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:03:49.627 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing top category 20:03:49.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing category has children... 20:03:49.627 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing category 20:03:49.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:03:49.627 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing category is already expanded. No action performed 20:03:49.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:03:49.627 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing category 20:03:49.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing category has children finished successfully 20:03:49.627 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing category 20:03:49.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:03:49.627 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing category is already expanded. No action performed 20:03:49.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:03:49.627 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing category 20:03:49.627 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing preference page 20:03:49.627 DEBUG [main][TreeItemHandler] Selecting tree item: Testing preference page 20:03:49.627 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing preference page about selection 20:03:49.627 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing preference page 20:03:49.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:49.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:49.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:49.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:49.628 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") 20:03:49.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:49.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:49.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:49.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:49.629 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:03:49.629 INFO [WorkbenchTestable][PreferencePage] Restore default values in Preferences dialog 20:03:49.629 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 20:03:49.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:03:49.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:03:49.629 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:03:49.629 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:03:49.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:49.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:49.629 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:03:49.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:49.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:49.629 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 20:03:49.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:49.630 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:49.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:49.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:49.630 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 20:03:49.630 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:03:49.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:49.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:49.630 INFO [WorkbenchTestable][AbstractShell] Close shell Preferences 20:03:49.630 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Preferences' 20:03:49.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:03:49.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:03:49.658 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 20:03:49.658 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:03:49.658 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:03:49.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:49.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:49.658 INFO [WorkbenchTestable][RequirementsRunner] Finished test: restoreDefaults no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) 20:03:49.658 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:03:49.658 INFO [WorkbenchTestable][RequirementsRunner] Started test: ok no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) 20:03:49.658 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 20:03:49.658 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:03:49.658 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:03:49.658 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:03:49.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.*'] 20:03:49.658 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:49.659 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:03:49.659 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:49.659 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:03:49.659 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:49.659 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:03:49.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:49.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:49.659 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:03:49.659 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:03:49.659 DEBUG [main][MenuItemLookup] Found menu:'File' 20:03:49.659 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:03:49.659 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:03:49.659 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:03:49.659 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:03:49.659 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:03:49.659 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:03:49.659 DEBUG [main][MenuItemLookup] Item match:Window 20:03:49.660 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:03:49.660 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:03:49.660 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:03:49.660 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:49.660 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:03:49.660 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:03:49.660 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:49.660 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:03:49.660 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:49.660 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:03:49.660 DEBUG [main][MenuItemLookup] Item match:Preferences 20:03:49.660 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:03:49.660 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:03:49.660 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:03:49.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 20:03:49.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 20:03:49.707 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:03:49.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:49.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:49.708 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:03:49.708 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:49.708 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 20:03:49.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:49.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:49.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:49.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:49.708 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:03:49.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:03:49.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:03:49.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing top category has children... 20:03:49.709 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing top category 20:03:49.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:03:49.709 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing top category is already expanded. No action performed 20:03:49.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:03:49.709 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing top category 20:03:49.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing top category has children finished successfully 20:03:49.709 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing top category 20:03:49.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:03:49.709 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing top category is already expanded. No action performed 20:03:49.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:03:49.709 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing top category 20:03:49.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing category has children... 20:03:49.709 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing category 20:03:49.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:03:49.710 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing category is already expanded. No action performed 20:03:49.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:03:49.710 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing category 20:03:49.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing category has children finished successfully 20:03:49.710 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing category 20:03:49.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:03:49.710 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing category is already expanded. No action performed 20:03:49.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:03:49.710 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing category 20:03:49.715 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing preference page 20:03:49.715 DEBUG [main][TreeItemHandler] Selecting tree item: Testing preference page 20:03:49.715 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing preference page about selection 20:03:49.715 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing preference page 20:03:49.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:49.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:49.716 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:49.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:49.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:49.716 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:49.716 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") 20:03:49.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:49.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:49.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:49.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:49.717 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:03:49.717 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 20:03:49.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:03:49.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:03:49.717 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:03:49.717 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:03:49.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:03:49.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:03:49.734 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:03:49.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:49.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:49.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:49.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:49.734 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:03:49.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:49.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:49.734 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 20:03:49.734 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:03:49.734 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:03:49.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:49.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:49.735 INFO [WorkbenchTestable][RequirementsRunner] Finished test: ok no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) 20:03:49.735 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:03:49.735 INFO [WorkbenchTestable][RequirementsRunner] Started test: openAndSelect no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) 20:03:49.735 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 20:03:49.735 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:03:49.735 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:03:49.735 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:03:49.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.*'] 20:03:49.735 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:49.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.*'] 20:03:49.735 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:49.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.*'] 20:03:49.735 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:49.735 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:03:49.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:49.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:49.735 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:03:49.735 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:03:49.735 DEBUG [main][MenuItemLookup] Found menu:'File' 20:03:49.736 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:03:49.736 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:03:49.736 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:03:49.736 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:03:49.736 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:03:49.736 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:03:49.736 DEBUG [main][MenuItemLookup] Item match:Window 20:03:49.736 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:03:49.736 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:03:49.736 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:03:49.736 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:49.736 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:03:49.736 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:03:49.736 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:49.736 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:03:49.736 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:49.736 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:03:49.736 DEBUG [main][MenuItemLookup] Item match:Preferences 20:03:49.736 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:03:49.736 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:03:49.736 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:03:49.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 20:03:49.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 20:03:49.784 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:03:49.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:49.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:49.785 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:03:49.785 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:49.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:49.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:49.785 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:03:49.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:49.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:49.785 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 20:03:49.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:49.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:49.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:49.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:49.786 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:03:49.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:03:49.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:03:49.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing top category has children... 20:03:49.786 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing top category 20:03:49.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:03:49.786 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing top category is already expanded. No action performed 20:03:49.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:03:49.786 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing top category 20:03:49.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing top category has children finished successfully 20:03:49.786 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing top category 20:03:49.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:03:49.787 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing top category is already expanded. No action performed 20:03:49.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:03:49.787 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing top category 20:03:49.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing category has children... 20:03:49.787 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing category 20:03:49.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:03:49.787 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing category is already expanded. No action performed 20:03:49.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:03:49.787 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing category 20:03:49.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing category has children finished successfully 20:03:49.787 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing category 20:03:49.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:03:49.787 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing category is already expanded. No action performed 20:03:49.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:03:49.787 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing category 20:03:49.787 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing preference page 20:03:49.787 DEBUG [main][TreeItemHandler] Selecting tree item: Testing preference page 20:03:49.787 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing preference page about selection 20:03:49.787 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing preference page 20:03:49.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:49.787 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:49.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:49.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:49.792 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 20:03:49.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:49.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:49.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:49.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:49.793 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 20:03:49.793 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:03:49.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:49.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:49.793 INFO [WorkbenchTestable][AbstractShell] Close shell Preferences 20:03:49.793 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Preferences' 20:03:49.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:03:49.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:03:49.810 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 20:03:49.810 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:03:49.810 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:03:49.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:49.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:49.811 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openAndSelect no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) 20:03:49.811 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:03:49.811 INFO [WorkbenchTestable][RequirementsRunner] Started test: apply no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) 20:03:49.811 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 20:03:49.811 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:03:49.811 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:03:49.811 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:03:49.811 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:03:49.811 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:49.811 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:03:49.811 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:49.811 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:03:49.811 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:49.811 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:03:49.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:49.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:49.812 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:03:49.812 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:03:49.812 DEBUG [main][MenuItemLookup] Found menu:'File' 20:03:49.812 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:03:49.812 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:03:49.812 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:03:49.812 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:03:49.812 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:03:49.812 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:03:49.812 DEBUG [main][MenuItemLookup] Item match:Window 20:03:49.812 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:03:49.812 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:03:49.812 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:03:49.812 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:49.812 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:03:49.812 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:03:49.812 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:49.812 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:03:49.812 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:49.812 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:03:49.812 DEBUG [main][MenuItemLookup] Item match:Preferences 20:03:49.812 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:03:49.812 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:03:49.812 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:03:49.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.... 20:03:49.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. finished successfully 20:03:49.861 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:03:49.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:49.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:49.862 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:03:49.862 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:49.862 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 20:03:49.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:49.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:49.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:49.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:49.866 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:03:49.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:03:49.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:03:49.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing top category has children... 20:03:49.867 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing top category 20:03:49.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:03:49.867 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing top category is already expanded. No action performed 20:03:49.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:03:49.867 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing top category 20:03:49.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing top category has children finished successfully 20:03:49.867 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing top category 20:03:49.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:03:49.868 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing top category is already expanded. No action performed 20:03:49.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:03:49.868 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing top category 20:03:49.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing category has children... 20:03:49.868 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing category 20:03:49.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:03:49.868 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing category is already expanded. No action performed 20:03:49.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:03:49.868 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing category 20:03:49.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing category has children finished successfully 20:03:49.868 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing category 20:03:49.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:03:49.868 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing category is already expanded. No action performed 20:03:49.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:03:49.868 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing category 20:03:49.868 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing preference page 20:03:49.868 DEBUG [main][TreeItemHandler] Selecting tree item: Testing preference page 20:03:49.868 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing preference page about selection 20:03:49.868 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing preference page 20:03:49.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:49.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:49.869 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:49.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:49.869 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") 20:03:49.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:49.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:49.869 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:49.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:49.869 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:03:49.870 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 20:03:49.870 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 20:03:49.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:03:49.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:03:49.870 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:03:49.870 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:03:49.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:49.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:49.870 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:03:49.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:49.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:49.875 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 20:03:49.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:49.875 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:49.875 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:49.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:49.875 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 20:03:49.876 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:03:49.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:49.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:49.876 INFO [WorkbenchTestable][AbstractShell] Close shell Preferences 20:03:49.876 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Preferences' 20:03:49.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:03:49.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:03:49.894 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 20:03:49.894 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:03:49.894 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:03:49.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:49.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:49.894 INFO [WorkbenchTestable][RequirementsRunner] Finished test: apply no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) 20:03:49.894 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:03:49.894 INFO [WorkbenchTestable][RequirementsRunner] Started test: openAndSelectByPath no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) 20:03:49.894 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 20:03:49.894 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:03:49.894 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:03:49.894 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:03:49.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.*'] 20:03:49.895 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:49.895 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:03:49.895 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:49.895 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:03:49.895 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:49.895 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:03:49.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:49.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:49.895 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:03:49.895 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:03:49.895 DEBUG [main][MenuItemLookup] Found menu:'File' 20:03:49.895 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:03:49.895 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:03:49.895 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:03:49.895 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:03:49.895 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:03:49.895 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:03:49.895 DEBUG [main][MenuItemLookup] Item match:Window 20:03:49.896 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:03:49.896 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:03:49.896 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:03:49.896 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:49.896 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:03:49.896 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:03:49.896 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:49.896 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:03:49.896 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:49.896 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:03:49.896 DEBUG [main][MenuItemLookup] Item match:Preferences 20:03:49.896 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:03:49.896 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:03:49.896 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:03:49.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.... 20:03:49.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 20:03:49.947 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:03:49.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:49.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:49.948 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:03:49.948 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:49.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:49.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:49.948 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:03:49.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:49.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:49.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 20:03:49.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:49.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:49.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:49.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:49.949 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:03:49.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:03:49.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:03:49.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing top category has children... 20:03:49.949 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing top category 20:03:49.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:03:49.950 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing top category is already expanded. No action performed 20:03:49.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:03:49.950 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing top category 20:03:49.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing top category has children finished successfully 20:03:49.950 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing top category 20:03:49.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:03:49.950 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing top category is already expanded. No action performed 20:03:49.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:03:49.950 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing top category 20:03:49.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing category has children... 20:03:49.950 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing category 20:03:49.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:03:49.950 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing category is already expanded. No action performed 20:03:49.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:03:49.950 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing category 20:03:49.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing category has children finished successfully 20:03:49.950 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing category 20:03:49.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:03:49.950 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing category is already expanded. No action performed 20:03:49.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:03:49.950 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing category 20:03:49.950 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing preference page 20:03:49.950 DEBUG [main][TreeItemHandler] Selecting tree item: Testing preference page 20:03:49.951 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing preference page about selection 20:03:49.951 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing preference page 20:03:49.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:49.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:49.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:49.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:49.951 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 20:03:49.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:49.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:49.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:49.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:49.951 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 20:03:49.952 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:03:49.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:49.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:49.952 INFO [WorkbenchTestable][AbstractShell] Close shell Preferences 20:03:49.952 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Preferences' 20:03:49.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:03:49.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:03:49.997 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 20:03:49.997 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:03:49.997 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:03:49.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:49.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:49.997 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openAndSelectByPath no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) 20:03:49.997 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 20:03:49.997 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:03:49.997 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:03:49.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:49.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.552 s - in org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest cancel no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) Time elapsed: 1.12 s restoreDefaults no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) Time elapsed: 0.09 s ok no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) Time elapsed: 0.077 s openAndSelect no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) Time elapsed: 0.076 s apply no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) Time elapsed: 0.083 s openAndSelectByPath no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) Time elapsed: 0.103 s Running org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest 20:03:50.001 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest 20:03:50.002 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:03:50.002 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:03:50.002 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest 20:03:50.002 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:03:50.002 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 20:03:50.002 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:03:50.002 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 20:03:50.002 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:03:50.002 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 20:03:50.003 DEBUG [main][EditorHandler] 0 editor(s) found 20:03:50.003 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:50.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:50.004 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 20:03:50.004 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:50.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:50.004 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:03:50.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:50.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:50.004 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:03:50.004 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:03:50.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:50.004 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:50.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:50.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:50.005 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:03:50.005 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:03:50.005 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:03:50.005 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:03:50.005 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:03:50.005 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:03:50.005 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:03:50.006 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:03:50.006 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:03:50.006 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:03:50.006 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:03:50.006 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:03:50.006 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:03:50.006 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:03:50.007 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:03:50.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:50.007 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:50.007 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:03:50.507 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:50.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:03:51.007 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:51.008 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:03:51.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:03:51.009 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:03:51.009 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:03:51.009 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:03:51.009 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:03:51.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 20:03:51.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:51.009 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:51.010 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:51.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:51.010 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:03:51.010 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:03:51.010 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:03:51.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:03:51.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:03:51.010 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:03:51.011 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:51.011 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:03:51.011 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:51.011 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 20:03:51.011 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:51.011 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:03:51.011 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:51.011 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:03:51.011 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:51.011 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:03:51.011 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:51.011 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 20:03:51.011 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:51.011 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:03:51.011 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:51.011 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:03:51.011 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:51.011 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:03:51.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:51.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:51.012 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:03:51.012 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:03:51.012 DEBUG [main][MenuItemLookup] Found menu:'File' 20:03:51.012 DEBUG [main][MenuItemLookup] Item match:File 20:03:51.012 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 20:03:51.012 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 20:03:51.014 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 20:03:51.014 DEBUG [main][MenuItemLookup] Found menu:'Project...' 20:03:51.014 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:51.014 DEBUG [main][MenuItemLookup] Found menu:'Package' 20:03:51.014 DEBUG [main][MenuItemLookup] Found menu:'Class' 20:03:51.014 DEBUG [main][MenuItemLookup] Found menu:'Interface' 20:03:51.014 DEBUG [main][MenuItemLookup] Found menu:'Enum' 20:03:51.014 DEBUG [main][MenuItemLookup] Found menu:'Record' 20:03:51.014 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 20:03:51.014 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 20:03:51.014 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 20:03:51.014 DEBUG [main][MenuItemLookup] Found menu:'Folder' 20:03:51.014 DEBUG [main][MenuItemLookup] Found menu:'File' 20:03:51.014 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 20:03:51.014 DEBUG [main][MenuItemLookup] Found menu:'Task' 20:03:51.014 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 20:03:51.014 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:51.014 DEBUG [main][MenuItemLookup] Found menu:'Example...' 20:03:51.014 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:51.014 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 20:03:51.014 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 20:03:51.024 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 20:03:51.024 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 20:03:51.024 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 20:03:51.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 20:03:51.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 'New|Select a wizard'] is available. finished successfully 20:03:51.076 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 20:03:51.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:51.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:51.077 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:03:51.077 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:51.077 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 20:03:51.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:51.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:51.077 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:51.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:51.077 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:03:51.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:03:51.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:03:51.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 20:03:51.082 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:03:51.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:03:51.082 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:03:51.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:03:51.083 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:03:51.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 20:03:51.083 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:03:51.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:03:51.083 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:03:51.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:03:51.083 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:03:51.083 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 20:03:51.083 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 20:03:51.083 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 20:03:51.085 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 20:03:51.085 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:03:51.085 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 20:03:51.085 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) 20:03:51.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:51.085 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:51.086 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:51.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:51.086 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:03:51.086 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:03:51.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:03:51.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:03:51.086 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:03:51.086 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:03:51.194 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:03:51.195 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:51.195 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:51.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.... 20:03:51.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 20:03:51.195 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 20:03:51.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:51.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:51.195 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 20:03:51.196 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:51.196 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'java_project' 20:03:51.196 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:") 20:03:51.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:51.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:51.197 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:51.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:51.197 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:03:51.197 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:03:51.197 INFO [WorkbenchTestable][AbstractText] Text set to: java_project 20:03:51.220 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 20:03:51.220 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 20:03:51.220 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) 20:03:51.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:51.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:51.221 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:51.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:51.221 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:03:51.222 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:03:51.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:03:51.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:03:51.222 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:03:51.222 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:03:51.224 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.... 20:03:51.724 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 20:03:51.724 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 20:03:51.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:51.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:51.726 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 20:03:51.726 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:03:51.726 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:03:51.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:51.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:51.727 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 20:03:51.727 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:03:51.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:51.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:51.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:51.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:51.727 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:03:51.728 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 20:03:51.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:03:51.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:03:51.728 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:03:51.728 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:03:51.794 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.... 20:03:51.794 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 20:03:51.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:03:51.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:03:51.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:03:51.794 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 20:03:51.794 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 20:03:51.794 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:03:51.794 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 20:03:51.794 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:03:51.794 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:03:51.794 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:03:51.794 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:03:51.794 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:03:51.794 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:03:51.794 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:03:51.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:03:51.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:03:51.794 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:51.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:03:51.794 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:51.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 Class"] 20:03:51.794 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:51.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:03:51.794 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:51.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:03:51.795 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:51.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:03:51.795 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:51.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 Class"] 20:03:51.795 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:51.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:03:51.795 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:51.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:03:51.795 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:51.795 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:03:51.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:51.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:51.795 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:03:51.795 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:03:51.795 DEBUG [main][MenuItemLookup] Found menu:'File' 20:03:51.795 DEBUG [main][MenuItemLookup] Item match:File 20:03:51.796 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 20:03:51.796 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 20:03:51.798 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 20:03:51.798 DEBUG [main][MenuItemLookup] Found menu:'Project...' 20:03:51.798 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:51.798 DEBUG [main][MenuItemLookup] Found menu:'Package' 20:03:51.798 DEBUG [main][MenuItemLookup] Found menu:'Class' 20:03:51.798 DEBUG [main][MenuItemLookup] Found menu:'Interface' 20:03:51.798 DEBUG [main][MenuItemLookup] Found menu:'Enum' 20:03:51.798 DEBUG [main][MenuItemLookup] Found menu:'Record' 20:03:51.798 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 20:03:51.798 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 20:03:51.798 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 20:03:51.798 DEBUG [main][MenuItemLookup] Found menu:'Folder' 20:03:51.798 DEBUG [main][MenuItemLookup] Found menu:'File' 20:03:51.798 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 20:03:51.798 DEBUG [main][MenuItemLookup] Found menu:'Task' 20:03:51.798 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 20:03:51.798 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:51.798 DEBUG [main][MenuItemLookup] Found menu:'Example...' 20:03:51.798 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:51.798 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 20:03:51.798 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 20:03:51.815 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 20:03:51.815 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 20:03:51.815 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 20:03:51.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 20:03:51.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 20:03:51.901 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 20:03:51.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:51.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:51.902 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:03:51.902 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:51.902 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 20:03:51.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:51.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:51.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:51.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:51.903 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:03:51.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:03:51.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:03:51.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 20:03:51.904 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:03:51.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:03:51.904 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:03:51.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:03:51.904 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:03:51.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 20:03:51.904 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:03:51.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:03:51.904 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:03:51.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:03:51.904 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:03:51.905 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 20:03:51.905 DEBUG [main][TreeItemHandler] Selecting tree item: Class 20:03:51.905 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 20:03:51.907 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 20:03:51.907 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:03:51.907 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 20:03: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.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) 20:03:51.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:51.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:51.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:51.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:51.908 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:03:51.909 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:03:51.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:03:51.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:03:51.909 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:03:51.909 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:03:52.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:03:52.003 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:52.003 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:52.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 20:03:52.004 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 20:03:52.004 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 20:03:52.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:52.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:52.004 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 20:03:52.004 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:03:52.005 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:") 20:03:52.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:52.005 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:52.010 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:52.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:52.010 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:03:52.010 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:03:52.011 INFO [WorkbenchTestable][AbstractText] Text set to: Demo 20:03:52.013 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)") 20:03:52.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:52.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:52.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:52.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:52.022 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:03:52.023 INFO [WorkbenchTestable][CheckBox] Select checkbox public static &void main(String[] args) 20:03:52.023 INFO [WorkbenchTestable][CheckBox] Check checkbox public static &void main(String[] args) 20:03:52.023 INFO [WorkbenchTestable][AbstractButton] Click button public static &void main(String[] args) 20:03:52.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:03:52.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:03:52.023 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:03:52.023 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:03:52.023 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 20:03:52.023 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 20:03:52.023 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) 20:03:52.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:52.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:52.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:52.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:52.025 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:03:52.025 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:03:52.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:03:52.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:03:52.026 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:03:52.026 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:03:52.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:03:52.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:03:52.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:03:52.625 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 4 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 20:03:52.625 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:03:52.625 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 20:03:52.625 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 20:03:52.625 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 20:03:52.625 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 20:03:52.625 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:03:52.625 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:03:52.625 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:03:52.625 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:03:52.625 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:03:52.625 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:03:52.625 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:03:52.625 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:03:52.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:03:52.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4c36385c is found... 20:03:52.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4c36385c is found finished successfully 20:03:52.627 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') 20:03:52.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:52.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:52.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:52.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:52.629 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:03:52.629 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:03:52.629 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 20:03:52.629 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 6 20:03:52.629 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 6, offser 0 20:03:52.632 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:03:52.632 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 20:03:52.632 INFO [WorkbenchTestable][AbstractEditor] Save editor 20:03:52.632 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 20:03:52.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:52.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:52.633 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 20:03:52.633 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 20:03:52.633 DEBUG [main][MenuItemLookup] Found menu:'File' 20:03:52.633 DEBUG [main][MenuItemLookup] Item match:File 20:03:52.633 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 20:03:52.633 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 20:03:52.633 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 20:03:52.633 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 20:03:52.633 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:52.633 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 20:03:52.633 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 20:03:52.633 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:52.633 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 20:03:52.633 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 20:03:52.634 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 20:03:52.634 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 20:03:52.634 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 20:03:52.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 20:03:52.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 20:03:52.641 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:03:52.641 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 20:03:52.641 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:03:52.641 INFO [WorkbenchTestable][RequirementsRunner] Started test: testRemovingBreakpoint no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest) 20:03:52.641 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest 20:03:52.641 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:03:52.641 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:03:52.641 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:03:52.641 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:52.681 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:03:52.681 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' view via menu. 20:03:52.681 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 20:03:52.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:52.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:52.682 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 20:03:52.682 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 20:03:52.682 DEBUG [main][MenuItemLookup] Found menu:'File' 20:03:52.682 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:03:52.682 DEBUG [main][MenuItemLookup] Found menu:'Source' 20:03:52.682 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 20:03:52.682 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:03:52.682 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:03:52.682 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:03:52.682 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:03:52.682 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:03:52.682 DEBUG [main][MenuItemLookup] Item match:Window 20:03:52.684 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:03:52.684 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:03:52.684 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:03:52.684 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:52.684 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:03:52.684 DEBUG [main][MenuItemLookup] Item match:Show View 20:03:52.687 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 20:03:52.687 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 20:03:52.687 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 20:03:52.687 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 20:03:52.687 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 20:03:52.687 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 20:03:52.687 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 20:03:52.687 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 20:03:52.687 DEBUG [main][MenuItemLookup] Found menu:'Progress' 20:03:52.687 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 20:03:52.687 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 20:03:52.687 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 20:03:52.687 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 20:03:52.687 DEBUG [main][MenuItemLookup] Found menu:'Templates' 20:03:52.687 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 20:03:52.687 DEBUG [main][MenuItemLookup] Found menu:'' 20:03:52.687 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 20:03:52.687 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 20:03:52.687 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 20:03:52.687 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 20:03:52.687 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 20:03:52.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 20:03:52.791 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 20:03:52.791 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 20:03:52.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:52.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:52.792 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 20:03:52.792 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:03:52.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:52.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:52.792 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:03:52.792 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:03:52.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:52.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:52.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:52.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:52.793 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:03:52.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:03:52.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:03:52.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Debug has children... 20:03:52.794 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Debug 20:03:52.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:03:53.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:03:53.305 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Debug 20:03:53.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Debug has children finished successfully 20:03:53.307 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Debug 20:03:53.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:03:53.307 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Debug is already expanded. No action performed 20:03:53.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:03:53.307 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Debug 20:03:53.307 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Breakpoints 20:03:53.307 DEBUG [main][TreeItemHandler] Selecting tree item: Breakpoints 20:03:53.308 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Breakpoints about selection 20:03:53.308 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Breakpoints 20:03:53.308 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:03:53.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:53.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:53.308 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:03:53.308 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:03:53.308 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:53.308 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:53.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: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 20:03:53.308 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:03:53.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:53.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:53.308 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:03:53.308 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:03:53.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:53.308 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:53.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:53.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:53.309 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:03:53.309 INFO [WorkbenchTestable][AbstractButton] Click button &Open 20:03:53.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:03:53.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:03:53.309 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:03:53.309 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:03:53.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:03:53.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:03:53.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.debug.ui.views.breakpoints.BreakpointsView' view is open... 20:03:53.381 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:53.384 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:53.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.debug.ui.views.breakpoints.BreakpointsView' view is open finished successfully 20:03:53.384 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:53.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:53.389 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 20:03:53.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:53.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:53.393 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 20:03:53.393 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:03:53.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:53.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:53.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:53.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:53.397 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:03:53.397 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 20:03:53.397 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 20:03:53.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:03:53.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - java_project/src/java_project/Demo.java - Eclipse Platform TooltipText=null 20:03:53.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:03:53.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:03:53.401 INFO [WorkbenchTestable][AbstractView] Removing all breakpoints from Breakpoints view 20:03:53.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:53.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:53.427 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 20:03:53.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:53.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:53.431 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 20:03:53.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:53.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:53.434 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 20:03:53.434 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:03:53.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:53.435 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:53.483 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:53.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:53.483 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:03:53.483 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 20:03:53.483 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 20:03:53.484 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:03:53.484 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - java_project/src/java_project/Demo.java - Eclipse Platform TooltipText=null 20:03:53.484 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:03:53.484 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:03:53.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: "Remove All Breakpoints") 20:03:53.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:53.487 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:53.488 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:53.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:53.488 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 20:03:53.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2d389b85 is found... 20:03:53.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2d389b85 is found finished successfully 20:03:53.488 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') 20:03:53.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:53.488 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:53.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:53.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:53.489 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:03:53.489 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part Demo.java 20:03:53.538 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:03:53.538 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 20:03:53.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.jdt.ui.javaeditor.NumberOfBreakpoints... 20:03:54.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.jdt.ui.javaeditor.NumberOfBreakpoints finished successfully 20:03:54.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.jdt.ui.javaeditor.NumberOfBreakpoints... 20:03:54.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.jdt.ui.javaeditor.NumberOfBreakpoints finished successfully 20:03:54.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.jdt.ui.javaeditor.NumberOfBreakpoints... 20:03:55.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.jdt.ui.javaeditor.NumberOfBreakpoints finished successfully 20:03:55.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.jdt.ui.javaeditor.NumberOfBreakpoints... 20:03:55.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.jdt.ui.javaeditor.NumberOfBreakpoints finished successfully 20:03:55.108 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest 20:03:55.108 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:03:55.108 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:03:55.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:55.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:55.108 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testRemovingBreakpoint no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest) 20:03:55.108 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:03:55.108 INFO [WorkbenchTestable][RequirementsRunner] Started test: testAddingClassBreakpoint no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest) 20:03:55.108 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest 20:03:55.108 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:03:55.108 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:03:55.108 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:03:55.108 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:55.111 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:55.111 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 20:03:55.111 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:55.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:55.114 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 20:03:55.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:55.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:55.114 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 20:03:55.114 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:03:55.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:55.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:55.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:55.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:55.145 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:03:55.145 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 20:03:55.145 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 20:03:55.187 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:03:55.187 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:03:55.187 INFO [WorkbenchTestable][AbstractView] Removing all breakpoints from Breakpoints view 20:03:55.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:55.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:55.191 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 20:03:55.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:55.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:55.196 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 20:03:55.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:55.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:55.199 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 20:03:55.199 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:03:55.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:55.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:55.230 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:55.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:55.230 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:03:55.230 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 20:03:55.230 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 20:03:55.231 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:03:55.231 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - java_project/src/java_project/Demo.java - Eclipse Platform TooltipText=null 20:03:55.231 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:03:55.231 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:03:55.259 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") 20:03:55.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:55.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:55.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:55.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:55.259 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 20:03:55.259 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove All Breakpoints 20:03:55.259 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 20:03:55.259 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:03:55.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Remove All Breakpoints"] is available.... 20:03:55.294 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 20:03:55.294 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Remove All Breakpoints 20:03:55.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:55.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:55.295 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:55.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:55.295 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 20:03:55.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:03:55.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:03:55.296 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:03:55.296 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:03:55.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:03:55.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:03:55.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@731b1ba is found... 20:03:55.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@731b1ba is found finished successfully 20:03:55.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QDemo.java\E') 20:03:55.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:55.341 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:55.342 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:55.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:55.342 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:03:55.342 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part Demo.java 20:03:55.402 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:03:55.402 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 20:03:55.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.jdt.ui.javaeditor.NumberOfBreakpoints... 20:03:55.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.jdt.ui.javaeditor.NumberOfBreakpoints finished successfully 20:03:55.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2a914cea is found... 20:03:55.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2a914cea is found finished successfully 20:03:55.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QDemo.java\E') 20:03:55.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:55.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:55.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:55.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:55.905 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:03:55.906 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:03:55.906 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 20:03:55.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:55.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:55.910 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 20:03:55.910 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:55.914 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:55.914 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 20:03:55.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:55.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:55.914 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 20:03:55.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 '\*?\QBreakpoints\E') 20:03:55.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:55.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:55.918 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:55.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:55.918 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:03:55.918 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 20:03:55.918 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 20:03:55.953 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:03:55.953 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:03:55.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:55.956 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:55.956 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 20:03:55.956 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:55.959 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:55.959 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 20:03:55.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:55.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:55.962 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 20:03:55.962 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:03:55.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:55.962 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:55.979 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:55.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:55.979 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:03:55.979 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 20:03:55.979 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 20:03:55.980 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:03:55.980 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - java_project/src/java_project/Demo.java - Eclipse Platform TooltipText=null 20:03:55.980 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:03:55.980 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:03:55.982 INFO [WorkbenchTestable][AbstractView] Accessing breakpoints in Breakpoints view 20:03:55.996 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 20:03:55.996 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 20:03:55.996 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 20:03:55.997 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:03:55.997 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:03:55.997 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 20:03:56.997 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 20:03:56.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:56.997 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:56.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:56.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:56.998 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:03:56.998 DEBUG [WorkbenchTestable][AbstractView] found: Demo 20:03:56.998 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest 20:03:56.998 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:03:56.998 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:03:56.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:56.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:56.999 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testAddingClassBreakpoint no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest) 20:03:56.999 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:03:56.999 INFO [WorkbenchTestable][RequirementsRunner] Started test: testAddingLineBreakpoint no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest) 20:03:56.999 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest 20:03:56.999 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:03:56.999 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:03:56.999 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:03:56.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:57.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:57.002 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 20:03:57.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:57.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:57.005 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 20:03:57.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:57.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:57.008 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 20:03:57.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') 20:03:57.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:57.008 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:57.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:57.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:57.025 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:03:57.025 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 20:03:57.025 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 20:03:57.025 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:03:57.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - java_project/src/java_project/Demo.java - Eclipse Platform TooltipText=null 20:03:57.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:03:57.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:03:57.028 INFO [WorkbenchTestable][AbstractView] Removing all breakpoints from Breakpoints view 20:03:57.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:57.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:57.045 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 20:03:57.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:57.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:57.048 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 20:03:57.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:57.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:57.050 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 20:03:57.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 '\*?\QBreakpoints\E') 20:03:57.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:57.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:57.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:57.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:57.054 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:03:57.054 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 20:03:57.054 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 20:03:57.054 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:03:57.054 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - java_project/src/java_project/Demo.java - Eclipse Platform TooltipText=null 20:03:57.054 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:03:57.054 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:03:57.058 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") 20:03:57.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:57.058 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:57.058 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:57.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:57.058 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 20:03:57.058 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove All Breakpoints 20:03:57.058 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 20:03:57.058 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:03:57.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Remove All Breakpoints"] is available.... 20:03:57.096 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 20:03:57.096 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Remove All Breakpoints 20:03:57.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:57.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:57.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:57.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:57.097 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 20:03:57.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:03:57.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:03:57.097 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:03:57.097 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:03:57.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:03:57.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:03:57.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@9bb4edf is found... 20:03:57.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@9bb4edf is found finished successfully 20:03:57.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QDemo.java\E') 20:03:57.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:57.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:57.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:57.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:57.137 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:03:57.137 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part Demo.java 20:03:57.162 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:03:57.162 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 20:03:57.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.jdt.ui.javaeditor.NumberOfBreakpoints... 20:03:57.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.jdt.ui.javaeditor.NumberOfBreakpoints finished successfully 20:03:57.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@149df1df is found... 20:03:57.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@149df1df is found finished successfully 20:03:57.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 '\*?\QDemo.java\E') 20:03:57.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:57.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:57.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:57.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:57.668 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:03:57.668 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:03:57.668 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 20:03:57.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:57.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:57.672 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 20:03:57.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:57.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:57.675 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 20:03:57.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:57.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:57.676 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 20:03:57.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E') 20:03:57.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:57.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:57.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:57.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:57.695 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:03:57.695 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 20:03:57.695 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 20:03:57.706 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:03:57.706 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:03:57.706 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:57.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:57.709 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 20:03:57.709 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:57.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:57.727 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 20:03:57.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:57.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:57.730 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 20:03:57.730 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:03:57.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:57.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:57.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:57.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:57.733 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:03:57.734 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 20:03:57.734 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 20:03:57.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:03:57.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - java_project/src/java_project/Demo.java - Eclipse Platform TooltipText=null 20:03:57.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:03:57.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:03:57.737 INFO [WorkbenchTestable][AbstractView] Accessing breakpoints in Breakpoints view 20:03:57.738 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 20:03:57.738 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 20:03:57.738 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 20:03:57.738 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:03:57.739 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:03:57.739 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 20:03:58.739 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 20:03:58.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:58.739 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:58.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:58.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:58.739 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:03:58.740 DEBUG [WorkbenchTestable][AbstractView] found: Demo [line: 7] - main(String[]) 20:03:58.740 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest 20:03:58.740 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:03:58.740 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:03:58.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:03:58.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:03:58.740 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testAddingLineBreakpoint no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest) 20:03:58.740 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:03:58.740 INFO [WorkbenchTestable][RequirementsRunner] Started test: testAddingMethodBreakpoint no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest) 20:03:58.740 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest 20:03:58.740 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:03:58.740 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:03:58.740 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:03:58.740 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:58.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:58.744 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 20:03:58.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:58.747 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:58.747 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 20:03:58.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:58.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:58.749 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 20:03:58.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 '\*?\QBreakpoints\E') 20:03:58.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:58.749 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:58.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:58.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:58.752 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:03:58.752 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 20:03:58.753 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 20:03:58.753 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:03:58.753 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - java_project/src/java_project/Demo.java - Eclipse Platform TooltipText=null 20:03:58.753 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:03:58.753 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:03:58.756 INFO [WorkbenchTestable][AbstractView] Removing all breakpoints from Breakpoints view 20:03:58.757 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:58.774 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:58.774 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 20:03:58.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:58.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:58.777 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 20:03:58.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:58.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:58.779 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 20:03:58.779 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:03:58.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:58.779 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:58.782 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:58.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:58.782 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:03:58.782 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 20:03:58.782 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 20:03:58.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:03:58.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - java_project/src/java_project/Demo.java - Eclipse Platform TooltipText=null 20:03:58.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:03:58.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:03:58.786 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") 20:03:58.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:58.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:58.787 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:58.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:58.787 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 20:03:58.787 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove All Breakpoints 20:03:58.787 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 20:03:58.787 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:03:58.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Remove All Breakpoints"] is available.... 20:03:58.828 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 20:03:58.828 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Remove All Breakpoints 20:03:58.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:58.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:58.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:58.828 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:58.828 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 20:03:58.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:03:58.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:03:58.829 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:03:58.829 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:03:58.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:03:58.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:03:58.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1e2b2e97 is found... 20:03:58.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1e2b2e97 is found finished successfully 20:03:58.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QDemo.java\E') 20:03:58.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:58.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:58.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:58.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:58.863 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:03:58.863 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part Demo.java 20:03:58.888 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:03:58.888 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 20:03:58.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.jdt.ui.javaeditor.NumberOfBreakpoints... 20:03:59.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.jdt.ui.javaeditor.NumberOfBreakpoints finished successfully 20:03:59.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3e7dc7a4 is found... 20:03:59.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3e7dc7a4 is found finished successfully 20:03:59.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QDemo.java\E') 20:03:59.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:59.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:59.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:59.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:59.393 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:03:59.393 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:03:59.393 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 20:03:59.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:59.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:59.396 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 20:03:59.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:59.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:59.399 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 20:03:59.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:59.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:59.400 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 20:03:59.400 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:03:59.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:59.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:59.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:59.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:59.421 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:03:59.421 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 20:03:59.421 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 20:03:59.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:03:59.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:03:59.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:59.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:59.453 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 20:03:59.453 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:59.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:59.456 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 20:03:59.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:03:59.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:03:59.458 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 20:03:59.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 '\*?\QBreakpoints\E') 20:03:59.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:03:59.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:03:59.461 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:03:59.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:03:59.461 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:03:59.461 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 20:03:59.461 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 20:03:59.462 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:03:59.462 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - java_project/src/java_project/Demo.java - Eclipse Platform TooltipText=null 20:03:59.462 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:03:59.462 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:03:59.465 INFO [WorkbenchTestable][AbstractView] Accessing breakpoints in Breakpoints view 20:03:59.465 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 20:03:59.465 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 20:03:59.465 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 20:03:59.466 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:03:59.466 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:03:59.466 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 20:04:00.466 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 20:04:00.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:00.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:00.467 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:00.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:00.467 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:04:00.467 DEBUG [WorkbenchTestable][AbstractView] found: Demo [entry] - main(String[]) 20:04:00.467 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest 20:04:00.467 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:04:00.467 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:04:00.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:00.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:00.468 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testAddingMethodBreakpoint no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest) 20:04:00.468 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 20:04:00.468 DEBUG [main][EditorHandler] 1 editor(s) found 20:04:00.468 DEBUG [WorkbenchTestable][EditorHandler] Closing editor Demo.java 20:04:00.514 DEBUG [WorkbenchTestable][EditorHandler] Editor Demo.java is closed 20:04:00.514 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:00.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:00.514 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 20:04:00.514 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:00.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:00.515 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:04:00.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:00.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:00.518 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:04: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 '\*?\QProject Explorer\E') 20:04:00.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:00.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:00.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:00.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:00.518 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:04:00.518 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:04:00.518 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:04:00.524 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:04:00.524 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:04:00.524 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:04:00.524 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:04:00.524 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:04:00.525 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:04:00.525 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:04:00.525 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:04:00.525 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:04:00.525 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:04:00.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:00.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:00.525 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:04:01.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:01.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:04:01.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:01.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:04:01.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:04:01.526 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:04:01.527 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:04:01.527 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:04:01.527 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:04:01.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 20:04:01.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:01.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:01.528 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:01.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:01.528 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:04:01.528 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name java_project 20:04:01.528 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:04:01.528 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:04:01.528 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:04:01.528 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:04:01.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:01.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:01.528 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:04:02.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:02.030 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:04:02.530 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:02.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:04:02.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:04:02.531 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:04:02.531 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:04:02.531 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:04:02.531 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:04:02.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 20:04:02.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:02.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:02.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:02.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:02.532 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:04:02.532 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name java_project 20:04:02.532 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:04:02.532 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:04:02.532 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:04:02.532 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:04:02.532 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:04:02.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:02.532 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:02.532 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:02.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:02.532 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:04:02.532 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 20:04:02.532 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 20:04:02.532 DEBUG [main][TreeItemHandler] Set Tree selection 20:04:02.533 DEBUG [main][TreeHandler] Notify Tree about selection event 20:04:02.536 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 20:04:02.537 DEBUG [WorkbenchTestable][TreeItemHandler] java_project 20:04:02.537 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:04:02.537 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:04:02.559 DEBUG [main][MenuItemLookup] Found menu:'New' 20:04:02.559 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:04:02.559 DEBUG [main][MenuItemLookup] Found menu:'' 20:04:02.559 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:04:02.559 DEBUG [main][MenuItemLookup] Found menu:'' 20:04:02.559 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:04:02.559 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 20:04:02.559 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:04:02.559 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:04:02.559 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 20:04:02.559 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 20:04:02.559 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 20:04:02.559 DEBUG [main][MenuItemLookup] Found menu:'' 20:04:02.559 DEBUG [main][MenuItemLookup] Found menu:'Import...' 20:04:02.559 DEBUG [main][MenuItemLookup] Found menu:'Export...' 20:04:02.559 DEBUG [main][MenuItemLookup] Found menu:'' 20:04:02.559 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 20:04:02.559 DEBUG [main][MenuItemLookup] Item match:Refresh F5 20:04:02.559 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 20:04:02.559 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 20:04:02.559 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 20:04:02.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:04:02.559 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 20:04:03.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:04:03.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:04:03.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:04:03.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:04:03.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:04:03.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:04:03.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:04:03.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:04:03.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:04:03.060 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:04:03.060 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:04:03.086 DEBUG [main][MenuItemLookup] Found menu:'New' 20:04:03.086 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:04:03.086 DEBUG [main][MenuItemLookup] Found menu:'' 20:04:03.086 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:04:03.086 DEBUG [main][MenuItemLookup] Found menu:'' 20:04:03.086 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:04:03.086 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 20:04:03.086 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:04:03.086 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:04:03.086 DEBUG [main][MenuItemLookup] Item match:Delete Delete 20:04:03.086 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 20:04:03.086 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 20:04:03.086 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 20:04:03.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 20:04:03.672 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 20:04:03.672 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 20:04:03.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:03.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:03.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: 32) 20:04:03.674 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:03.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:03.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:03.674 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:04:03.674 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:03.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:03.674 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:03.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:03.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:03.675 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:04:03.675 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 20:04:03.675 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 20:04:03.675 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 20:04:03.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:04:03.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:04:03.675 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:04:03.675 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:04:03.675 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:04:03.675 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:03.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:03.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:03.676 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:04:03.676 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:03.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:03.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:03.676 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:03.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:03.676 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:04:03.676 INFO [WorkbenchTestable][AbstractButton] Click button OK 20:04:03.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:04:03.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:04:03.676 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:04:03.676 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:04:03.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 20:04:03.678 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 20:04:04.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 20:04:04.179 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 20:04:04.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:04:04.179 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 20:04:04.179 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 20:04:04.179 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:04:04.179 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 20:04:04.179 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 20:04:04.179 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 20:04:04.179 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:04:04.179 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:04:04.179 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:04:04.179 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:04:04.179 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:04:04.179 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:04:04.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:04:04.179 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:04:04.179 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:04:04.180 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:04:04.180 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:04:04.180 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest 20:04:04.180 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:04:04.180 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:04:04.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:04.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.179 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.467 s testAddingClassBreakpoint no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest) Time elapsed: 1.891 s testAddingLineBreakpoint no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest) Time elapsed: 1.741 s testAddingMethodBreakpoint no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest) Time elapsed: 1.728 s Running org.eclipse.reddeer.eclipse.test.jdt.internal.ui.DefaultPerspectivesTest 20:04:04.184 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.internal.ui.DefaultPerspectivesTest 20:04:04.184 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:04:04.184 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:04:04.184 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.internal.ui.DefaultPerspectivesTest 20:04:04.184 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:04:04.184 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 20:04:04.185 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:04:04.185 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 20:04:04.185 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:04:04.185 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:04:04.185 INFO [WorkbenchTestable][RequirementsRunner] Started test: testPerspectives no-configuration(org.eclipse.reddeer.eclipse.test.jdt.internal.ui.DefaultPerspectivesTest) 20:04:04.185 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.internal.ui.DefaultPerspectivesTest 20:04:04.185 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:04:04.185 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:04:04.185 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:04:04.185 INFO [WorkbenchTestable][DebugPerspective] Open perspective: 'Debug' 20:04:04.185 DEBUG [WorkbenchTestable][DebugPerspective] Trying to open perspective: 'Debug' 20:04:04.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:04.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:04.185 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:04:04.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:04.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:04.186 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") 20:04:04.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:04.186 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:04.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:04.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:04.190 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 20:04:04.190 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 20:04:04.190 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 20:04:04.190 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:04:04.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 20:04:04.231 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 20:04:04.231 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 20:04:04.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:04.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:04.232 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 20:04:04.232 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:04.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:04.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:04.232 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 20:04:04.232 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:04.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:04.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:04.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:04.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:04.232 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:04:04.232 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Debug') 20:04:04.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:04:04.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:04:04.233 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 20:04:04.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:04:04.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:04:04.233 TRACE [main][WidgetHandler] Notify Table with event 13 20:04:04.233 TRACE [main][WidgetHandler] Wait for synchronization 20:04:04.233 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:04.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:04.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:04.233 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 20:04:04.233 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:04.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:04.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:04.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 "Open") 20:04:04.234 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:04.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:04.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:04.234 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 20:04:04.234 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:04.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:04.234 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:04.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:04.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:04.234 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:04:04.235 INFO [WorkbenchTestable][AbstractButton] Click button &Open 20:04:04.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:04:04.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:04:04.235 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:04:04.235 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:04:04.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:04:04.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:04:04.315 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 20:04:04.316 DEBUG [WorkbenchTestable][JavaPerspective] Trying to open perspective: 'Java' 20:04:04.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:04.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:04.316 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:04:04.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:04.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:04.316 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") 20:04:04.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:04.316 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:04.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:04.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:04.319 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 20:04:04.319 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 20:04:04.319 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 20:04:04.319 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:04:04.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 20:04:04.361 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 20:04:04.361 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 20:04:04.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:04.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:04.361 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 20:04:04.362 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:04.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:04.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:04.362 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 20:04:04.362 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:04.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:04.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:04.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:04.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:04.362 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:04:04.362 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Java') 20:04:04.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:04:04.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:04:04.362 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (2) 20:04:04.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:04:04.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:04:04.363 TRACE [main][WidgetHandler] Notify Table with event 13 20:04:04.363 TRACE [main][WidgetHandler] Wait for synchronization 20:04:04.363 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:04.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:04.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:04.363 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 20:04:04.363 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:04.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:04.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:04.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 "Open") 20:04:04.363 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:04.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:04.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:04.364 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 20:04:04.364 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:04.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:04.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:04.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:04.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:04.364 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:04:04.364 INFO [WorkbenchTestable][AbstractButton] Click button &Open 20:04:04.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:04:04.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:04:04.364 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:04:04.364 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:04:04.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:04:04.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:04:04.441 INFO [WorkbenchTestable][JavaBrowsingPerspective] Open perspective: 'Java Browsing' 20:04:04.441 DEBUG [WorkbenchTestable][JavaBrowsingPerspective] Trying to open perspective: 'Java Browsing' 20:04:04.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:04.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:04.441 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:04:04.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:04.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:04.442 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") 20:04:04.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:04.442 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:04.447 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:04.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:04.447 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 20:04:04.447 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 20:04:04.447 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 20:04:04.447 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:04:04.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 20:04:04.490 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 20:04:04.490 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 20:04:04.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:04.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:04.490 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 20:04:04.490 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:04.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:04.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:04.490 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 20:04:04.490 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:04.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:04.490 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:04.490 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:04.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:04.490 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:04:04.491 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Java Browsing') 20:04:04.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:04:04.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:04:04.491 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (3) 20:04:04.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:04:04.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:04:04.491 TRACE [main][WidgetHandler] Notify Table with event 13 20:04:04.491 TRACE [main][WidgetHandler] Wait for synchronization 20:04:04.491 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:04.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:04.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:04.492 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 20:04:04.492 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:04.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:04.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:04.492 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:04:04.492 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:04.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:04.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:04.492 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 20:04:04.492 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:04.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:04.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:04.493 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:04.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:04.493 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:04:04.493 INFO [WorkbenchTestable][AbstractButton] Click button &Open 20:04:04.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:04:04.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:04:04.493 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:04:04.493 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:04:04.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:04:04.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:04:04.719 INFO [WorkbenchTestable][JavaTypeHierarchyPerspective] Open perspective: 'Java Type Hierarchy' 20:04:04.719 DEBUG [WorkbenchTestable][JavaTypeHierarchyPerspective] Trying to open perspective: 'Java Type Hierarchy' 20:04:04.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:04.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:04.719 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:04:04.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:04.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:04.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.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Open Perspective") 20:04:04.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:04.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:04.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:04.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:04.722 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 20:04:04.722 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 20:04:04.722 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 20:04:04.722 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:04:04.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 20:04:04.755 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 20:04:04.755 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 20:04:04.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:04.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:04.756 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 20:04:04.756 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:04.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:04.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:04.756 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 20:04:04.756 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:04.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:04.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:04.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:04.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:04.759 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:04:04.760 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Java Type Hierarchy') 20:04:04.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:04:04.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:04:04.760 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (5) 20:04:04.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:04:04.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:04:04.760 TRACE [main][WidgetHandler] Notify Table with event 13 20:04:04.760 TRACE [main][WidgetHandler] Wait for synchronization 20:04:04.760 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:04.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:04.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:04.760 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 20:04:04.760 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:04.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:04.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:04.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 "Open") 20:04:04.761 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:04.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:04.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:04.761 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 20:04:04.761 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:04.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:04.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:04.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:04.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:04.761 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:04:04.762 INFO [WorkbenchTestable][AbstractButton] Click button &Open 20:04:04.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:04:04.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:04:04.762 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:04:04.762 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:04:04.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:04:04.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:04:04.862 INFO [WorkbenchTestable][ResourcePerspective] Open perspective: 'Resource' 20:04:04.862 DEBUG [WorkbenchTestable][ResourcePerspective] Trying to open perspective: 'Resource' 20:04:04.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:04.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:04.863 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:04:04.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:04.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:04.863 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") 20:04:04.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:04.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:04.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:04.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:04.864 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 20:04:04.864 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 20:04:04.864 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 20:04:04.864 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:04:04.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 20:04:04.895 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 20:04:04.895 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 20:04:04.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:04.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:04.895 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 20:04:04.895 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:04.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:04.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:04.895 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 20:04:04.895 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:04.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:04.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:04.896 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:04.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:04.896 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:04:04.896 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Resource') 20:04:04.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:04:04.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:04:04.896 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Resource (default)') 20:04:04.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:04:04.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:04:04.896 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (8) 20:04:04.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:04:04.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:04:04.897 TRACE [main][WidgetHandler] Notify Table with event 13 20:04:04.897 TRACE [main][WidgetHandler] Wait for synchronization 20:04:04.897 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:04.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:04.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:04.897 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 20:04:04.897 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:04.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:04.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:04.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 "Open") 20:04:04.897 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:04.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:04.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:04.897 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 20:04:04.897 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:04.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:04.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:04.898 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:04.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:04.898 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:04:04.898 INFO [WorkbenchTestable][AbstractButton] Click button &Open 20:04:04.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:04:04.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:04:04.898 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:04:04.898 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:04:04.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:04:04.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:04:04.946 INFO [WorkbenchTestable][TeamSynchronizingPerspective] Open perspective: 'Team Synchronizing' 20:04:04.947 DEBUG [WorkbenchTestable][TeamSynchronizingPerspective] Trying to open perspective: 'Team Synchronizing' 20:04:04.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:04.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:04.947 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:04:04.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:04.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:04.947 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") 20:04:04.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:04.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:04.950 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:04.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:04.950 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 20:04:04.950 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 20:04:04.950 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 20:04:04.950 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:04:04.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 20:04:04.984 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 20:04:04.984 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 20:04:04.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:04.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:04.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 20:04:04.984 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:04.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:04.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:04.987 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 20:04:04.987 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:04.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:04.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:04.987 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:04.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:04.987 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:04:04.988 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Team Synchronizing') 20:04:04.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:04:04.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:04:04.988 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (9) 20:04:04.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:04:04.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:04:04.988 TRACE [main][WidgetHandler] Notify Table with event 13 20:04:04.988 TRACE [main][WidgetHandler] Wait for synchronization 20:04:04.988 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:04.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:04.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:04.988 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 20:04:04.988 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:04.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:04.989 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:04.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 "Open") 20:04:04.989 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:04.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:04.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:04.989 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 20:04:04.989 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:04.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:04.989 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:04.989 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:04.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:04.989 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:04:04.990 INFO [WorkbenchTestable][AbstractButton] Click button &Open 20:04:04.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:04:04.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:04:04.990 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:04:04.990 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:04:05.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:04:05.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:04:05.130 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.internal.ui.DefaultPerspectivesTest 20:04:05.130 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:04:05.130 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:04:05.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:05.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:05.130 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testPerspectives no-configuration(org.eclipse.reddeer.eclipse.test.jdt.internal.ui.DefaultPerspectivesTest) 20:04:05.130 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.internal.ui.DefaultPerspectivesTest 20:04:05.130 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:04:05.130 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:04:05.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:05.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.947 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: 0.945 s Running org.eclipse.reddeer.eclipse.test.jdt.junit.launcher.JUnitLaunchConfigurationTabTest 20:04:05.135 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.junit.launcher.JUnitLaunchConfigurationTabTest 20:04:05.136 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:04:05.136 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:04:05.136 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.junit.launcher.JUnitLaunchConfigurationTabTest 20:04:05.136 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:04:05.136 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 20:04:05.136 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:04:05.136 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 20:04:05.136 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:04:05.136 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 20:04:05.136 DEBUG [WorkbenchTestable][JavaPerspective] Trying to open perspective: 'Java' 20:04:05.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:05.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:05.136 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:04:05.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:05.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:05.137 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") 20:04:05.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:05.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:05.139 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:05.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:05.139 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 20:04:05.139 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 20:04:05.139 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 20:04:05.139 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:04:05.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 20:04:05.171 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 20:04:05.171 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 20:04:05.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:05.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:05.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 20:04:05.171 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:05.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:05.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:05.171 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 20:04:05.171 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:05.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:05.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:05.172 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:05.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:05.172 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:04:05.172 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Java') 20:04:05.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:04:05.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:04:05.172 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (2) 20:04:05.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:04:05.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:04:05.172 TRACE [main][WidgetHandler] Notify Table with event 13 20:04:05.173 TRACE [main][WidgetHandler] Wait for synchronization 20:04:05.173 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:05.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:05.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:05.173 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 20:04:05.173 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:05.173 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:05.173 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:05.173 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:04:05.173 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:05.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:05.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:05.173 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 20:04:05.173 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:05.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:05.173 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:05.174 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:05.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:05.174 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:04:05.177 INFO [WorkbenchTestable][AbstractButton] Click button &Open 20:04:05.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:04:05.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:04:05.177 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:04:05.177 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:04:05.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:04:05.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:04:05.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 20:04:05.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:05.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:05.247 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:04:05.247 DEBUG [main][MenuItemLookup] Found menu:'File' 20:04:05.247 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:04:05.247 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:04:05.247 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:04:05.247 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:04:05.247 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:04:05.247 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:04:05.247 DEBUG [main][MenuItemLookup] Item match:Window 20:04:05.248 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:04:05.248 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:04:05.248 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:04:05.248 DEBUG [main][MenuItemLookup] Found menu:'' 20:04:05.248 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:04:05.248 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:04:05.248 DEBUG [main][MenuItemLookup] Found menu:'' 20:04:05.248 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:04:05.248 DEBUG [main][MenuItemLookup] Found menu:'' 20:04:05.248 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:04:05.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:05.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:05.248 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:04:05.248 DEBUG [main][MenuItemLookup] Found menu:'File' 20:04:05.248 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:04:05.248 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:04:05.248 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:04:05.248 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:04:05.248 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:04:05.248 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:04:05.248 DEBUG [main][MenuItemLookup] Item match:Window 20:04:05.248 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:04:05.248 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:04:05.248 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:04:05.248 DEBUG [main][MenuItemLookup] Found menu:'' 20:04:05.248 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:04:05.248 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:04:05.248 DEBUG [main][MenuItemLookup] Item match:Perspective 20:04:05.248 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 20:04:05.249 DEBUG [main][MenuItemLookup] Found menu:'' 20:04:05.249 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 20:04:05.249 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 20:04:05.249 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 20:04:05.249 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 20:04:05.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 20:04:05.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:05.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:05.249 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:04:05.249 DEBUG [main][MenuItemLookup] Found menu:'File' 20:04:05.249 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:04:05.249 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:04:05.249 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:04:05.249 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:04:05.249 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:04:05.249 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:04:05.249 DEBUG [main][MenuItemLookup] Item match:Window 20:04:05.249 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:04:05.249 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:04:05.249 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:04:05.249 DEBUG [main][MenuItemLookup] Found menu:'' 20:04:05.249 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:04:05.249 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:04:05.249 DEBUG [main][MenuItemLookup] Found menu:'' 20:04:05.249 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:04:05.249 DEBUG [main][MenuItemLookup] Found menu:'' 20:04:05.249 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:04:05.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:05.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:05.249 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:04:05.249 DEBUG [main][MenuItemLookup] Found menu:'File' 20:04:05.249 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:04:05.249 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:04:05.249 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:04:05.249 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:04:05.249 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:04:05.249 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:04:05.249 DEBUG [main][MenuItemLookup] Item match:Window 20:04:05.249 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:04:05.249 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:04:05.249 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:04:05.249 DEBUG [main][MenuItemLookup] Found menu:'' 20:04:05.249 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:04:05.249 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:04:05.249 DEBUG [main][MenuItemLookup] Item match:Perspective 20:04:05.249 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 20:04:05.249 DEBUG [main][MenuItemLookup] Found menu:'' 20:04:05.249 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 20:04:05.249 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 20:04:05.249 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 20:04:05.249 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 20:04:05.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:05.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:05.250 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:04:05.250 DEBUG [main][MenuItemLookup] Found menu:'File' 20:04:05.250 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:04:05.250 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:04:05.250 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:04:05.250 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:04:05.250 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:04:05.250 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:04:05.250 DEBUG [main][MenuItemLookup] Item match:Window 20:04:05.250 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:04:05.250 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:04:05.250 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:04:05.250 DEBUG [main][MenuItemLookup] Found menu:'' 20:04:05.250 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:04:05.250 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:04:05.250 DEBUG [main][MenuItemLookup] Found menu:'' 20:04:05.250 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:04:05.250 DEBUG [main][MenuItemLookup] Found menu:'' 20:04:05.250 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:04:05.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:05.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:05.250 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:04:05.250 DEBUG [main][MenuItemLookup] Found menu:'File' 20:04:05.250 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:04:05.250 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:04:05.250 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:04:05.250 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:04:05.250 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:04:05.250 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:04:05.250 DEBUG [main][MenuItemLookup] Item match:Window 20:04:05.250 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:04:05.250 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:04:05.250 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:04:05.250 DEBUG [main][MenuItemLookup] Found menu:'' 20:04:05.250 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:04:05.250 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:04:05.250 DEBUG [main][MenuItemLookup] Item match:Perspective 20:04:05.250 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 20:04:05.250 DEBUG [main][MenuItemLookup] Found menu:'' 20:04:05.250 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 20:04:05.250 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 20:04:05.250 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 20:04:05.250 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 20:04:05.250 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 20:04:05.250 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 20:04:05.250 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 20:04:05.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 20:04:05.272 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 20:04:05.272 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 20:04:05.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:05.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:05.272 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:05.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:05.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:05.272 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 20:04:05.272 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:05.272 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:05.272 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:05.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 "Reset Perspective") 20:04:05.272 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:05.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:05.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:05.272 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 20:04:05.272 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:05.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:05.272 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:05.272 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:05.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:05.272 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:04:05.273 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 20:04:05.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:04:05.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:04:05.273 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:04:05.273 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:04:05.371 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:04:05.372 INFO [WorkbenchTestable][RequirementsRunner] Started test: testJUnitTab no-configuration(org.eclipse.reddeer.eclipse.test.jdt.junit.launcher.JUnitLaunchConfigurationTabTest) 20:04:05.372 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.junit.launcher.JUnitLaunchConfigurationTabTest 20:04:05.372 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:04:05.372 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:04:05.372 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:04:05.372 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Open launch configuration dialog 20:04:05.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:05.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:05.372 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:04:05.372 DEBUG [main][MenuItemLookup] Found menu:'File' 20:04:05.372 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:04:05.372 DEBUG [main][MenuItemLookup] Found menu:'Source' 20:04:05.372 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 20:04:05.372 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:04:05.372 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:04:05.372 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:04:05.372 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:04:05.372 DEBUG [main][MenuItemLookup] Item match:Run 20:04:05.372 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 20:04:05.372 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 20:04:05.372 DEBUG [main][MenuItemLookup] Found menu:'' 20:04:05.372 DEBUG [main][MenuItemLookup] Found menu:'Run History' 20:04:05.372 DEBUG [main][MenuItemLookup] Found menu:'Run As' 20:04:05.372 DEBUG [main][MenuItemLookup] Found menu:'Run Configurations...' 20:04:05.372 DEBUG [main][MenuItemLookup] Item match:Run Configurations... 20:04:05.373 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ru&n Configurations..." 20:04:05.373 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Run Configurations... 20:04:05.373 INFO [main][MenuItemHandler] Select menu item: Ru&n Configurations... 20:04:05.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 20:04:05.445 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 20:04:05.445 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 20:04:05.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:05.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:05.446 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Create new launch configuration JUnit with name class org.eclipse.reddeer.eclipse.test.jdt.junit.launcher.JUnitLaunchConfigurationTabTest_test_config 20:04:05.446 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 20:04:05.446 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:05.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:05.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:05.446 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 20:04:05.446 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:05.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:05.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:05.447 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:05.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:05.447 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:04:05.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:04:05.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:04:05.448 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JUnit 20:04:05.448 DEBUG [main][TreeItemHandler] Selecting tree item: JUnit 20:04:05.448 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JUnit about selection 20:04:05.448 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JUnit 20:04:05.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tree has focus and TreeItem JUnit is selected... 20:04:05.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tree has focus and TreeItem JUnit is selected finished successfully 20:04:05.454 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:04:05.454 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:04:05.455 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 20:04:05.455 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 20:04:05.455 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 20:04:05.455 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text New Configuration 20:04:05.455 INFO [main][MenuItemHandler] Select menu item: Ne&w Configuration 20:04:05.458 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:") 20:04:05.458 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:05.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:05.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:05.573 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 20:04:05.573 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:05.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:05.573 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:05.576 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:05.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:05.577 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:04:05.577 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:04:05.577 INFO [WorkbenchTestable][AbstractText] Text set to: class org.eclipse.reddeer.eclipse.test.jdt.junit.launcher.JUnitLaunchConfigurationTabTest_test_config 20:04:05.577 INFO [WorkbenchTestable][LaunchConfiguration] Apply the launch configuration 20:04:05.577 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:04:05.577 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:05.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:05.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:05.578 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 20:04:05.578 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:05.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:05.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:05.579 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:05.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:05.579 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:04:05.579 INFO [WorkbenchTestable][AbstractButton] Click button Appl&y 20:04:05.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:04:06.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:04:06.080 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:04:06.080 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:04:06.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:04:06.378 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:04:06.378 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 20:04:06.378 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 20:04:06.378 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 20:04:06.378 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 20:04:06.378 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 20:04:06.378 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 20:04:06.378 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 20:04:06.378 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 20:04:06.378 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 20:04:06.378 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:04:06.378 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:04:06.378 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:04:06.378 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:04:06.378 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:04:06.378 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:04:06.378 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:04:06.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:04:06.379 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") 20:04:06.379 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:06.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:06.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:06.380 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 20:04:06.380 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:06.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:06.380 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:06.381 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:06.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:06.381 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:04:06.381 INFO [WorkbenchTestable][AbstractCTabItem] Activate Test 20:04:06.381 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:") 20:04:06.381 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:06.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:06.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:06.381 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 20:04:06.381 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:06.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:06.381 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:06.387 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:06.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:06.387 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:04:06.387 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:04:06.388 INFO [WorkbenchTestable][AbstractText] Text set to: abc 20:04:06.389 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:") 20:04:06.389 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:06.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:06.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:06.402 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 20:04:06.402 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:06.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:06.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:06.407 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:06.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:06.407 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:04:06.407 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:04:06.408 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:") 20:04:06.408 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:06.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:06.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:06.408 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 20:04:06.408 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:06.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:06.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:06.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:06.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:06.414 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:04:06.414 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:04:06.415 INFO [WorkbenchTestable][AbstractText] Text set to: cde 20:04:06.416 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:") 20:04:06.416 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:06.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:06.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:06.417 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 20:04:06.417 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:06.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:06.417 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:06.428 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:06.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:06.428 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:04:06.428 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:04:06.429 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:") 20:04:06.429 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:06.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:06.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:06.429 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 20:04:06.429 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:06.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:06.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:06.442 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:06.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:06.442 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:04:06.442 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:04:06.443 INFO [WorkbenchTestable][AbstractText] Text set to: efg 20:04: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 "Test method:") 20:04:06.444 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:06.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:06.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:06.445 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 20:04:06.445 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:06.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:06.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:06.490 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:06.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:06.490 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:04:06.490 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:04:06.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 20:04:06.491 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 20:04:06.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 20:04:06.491 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 20:04:06.491 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 20:04:06.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:06.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:06.492 INFO [WorkbenchTestable][AbstractShell] Close shell Run Configurations 20:04:06.492 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Run Configurations' 20:04:06.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:04:06.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:04:06.559 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.junit.launcher.JUnitLaunchConfigurationTabTest 20:04:06.559 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:04:06.559 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:04:06.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:06.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:06.560 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testJUnitTab no-configuration(org.eclipse.reddeer.eclipse.test.jdt.junit.launcher.JUnitLaunchConfigurationTabTest) 20:04:06.560 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.junit.launcher.JUnitLaunchConfigurationTabTest 20:04:06.560 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:04:06.560 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:04:06.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:06.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.425 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: 1.188 s Running org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest 20:04:06.564 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest 20:04:06.565 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:04:06.565 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:04:06.565 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest 20:04:06.565 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:04:06.565 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 20:04:06.565 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:04:06.565 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 20:04:06.565 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:04:06.565 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:04:06.565 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOneDefaultJRE no-configuration(org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest) 20:04:06.566 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest 20:04:06.566 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:04:06.566 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:04:06.566 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:04:06.566 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:04:06.566 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:04:06.589 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:04:06.589 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:04:06.589 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:04:06.589 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:04:06.589 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:04:06.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:06.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:06.590 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:04:06.590 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:04:06.590 DEBUG [main][MenuItemLookup] Found menu:'File' 20:04:06.591 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:04:06.591 DEBUG [main][MenuItemLookup] Found menu:'Source' 20:04:06.591 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 20:04:06.591 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:04:06.591 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:04:06.591 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:04:06.591 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:04:06.591 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:04:06.591 DEBUG [main][MenuItemLookup] Item match:Window 20:04:06.591 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:04:06.591 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:04:06.591 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:04:06.591 DEBUG [main][MenuItemLookup] Found menu:'' 20:04:06.591 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:04:06.591 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:04:06.591 DEBUG [main][MenuItemLookup] Found menu:'' 20:04:06.591 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:04:06.591 DEBUG [main][MenuItemLookup] Found menu:'' 20:04:06.591 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:04:06.591 DEBUG [main][MenuItemLookup] Item match:Preferences 20:04:06.591 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:04:06.591 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:04:06.591 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:04:06.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 20:04:06.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 20:04:06.644 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:04:06.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:06.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:06.645 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:04:06.645 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:04:06.646 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 20:04:06.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:06.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:06.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:06.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:06.646 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:04:06.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:04:06.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:04:06.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 20:04:06.647 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:04:06.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:04:07.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:04:07.148 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:04:07.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 20:04:07.149 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:04:07.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:04:07.149 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:04:07.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:04:07.149 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:04:07.149 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Installed JREs 20:04:07.149 DEBUG [main][TreeItemHandler] Selecting tree item: Installed JREs 20:04:07.149 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Installed JREs about selection 20:04:07.150 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Installed JREs (Eclipse:2191): Gtk-CRITICAL **: 20:04:07.171: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 20:04:07.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:07.186 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:07.186 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:07.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:07.186 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 20:04:07.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:07.186 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:07.187 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:07.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:07.187 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:04:07.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:04:07.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:04:07.188 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 20:04:07.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:07.188 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:07.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:07.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:07.189 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:04:07.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:04:07.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:04:07.189 INFO [WorkbenchTestable][AbstractTableItem] Uncheck table Item 11.0.2+9 (default): 20:04:07.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification... 20:04:07.189 TRACE [WorkbenchTestable][WidgetHandler] Notify Table with event 13 20:04:07.189 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:04:07.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification finished successfully 20:04:07.192 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") 20:04:07.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:07.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:07.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:07.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:07.193 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:04:07.193 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:04:07.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:07.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:07.193 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 20:04:07.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:07.194 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:07.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:07.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:07.194 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:04:07.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:04:07.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:04:07.195 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) 20:04:07.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:07.195 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:07.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:07.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:07.196 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:04:07.197 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:04:07.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:04:07.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:04:07.197 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:04:07.197 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:04:07.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:04:07.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:04:07.220 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:04:07.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:07.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:07.220 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest 20:04:07.220 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:04:07.220 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:04:07.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:07.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:07.221 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOneDefaultJRE no-configuration(org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest) 20:04:07.221 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:04:07.221 INFO [WorkbenchTestable][RequirementsRunner] Started test: testJRENotFound no-configuration(org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest) 20:04:07.221 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest 20:04:07.221 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:04:07.221 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:04:07.221 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:04:07.221 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:04:07.221 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:04:07.221 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:04:07.221 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:04:07.221 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:04:07.221 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:04:07.221 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:04:07.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:07.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:07.222 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:04:07.222 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:04:07.222 DEBUG [main][MenuItemLookup] Found menu:'File' 20:04:07.222 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:04:07.222 DEBUG [main][MenuItemLookup] Found menu:'Source' 20:04:07.222 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 20:04:07.222 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:04:07.222 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:04:07.222 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:04:07.222 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:04:07.222 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:04:07.222 DEBUG [main][MenuItemLookup] Item match:Window 20:04:07.222 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:04:07.222 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:04:07.222 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:04:07.222 DEBUG [main][MenuItemLookup] Found menu:'' 20:04:07.222 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:04:07.222 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:04:07.222 DEBUG [main][MenuItemLookup] Found menu:'' 20:04:07.222 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:04:07.222 DEBUG [main][MenuItemLookup] Found menu:'' 20:04:07.222 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:04:07.222 DEBUG [main][MenuItemLookup] Item match:Preferences 20:04:07.222 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:04:07.222 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:04:07.222 INFO [main][MenuItemHandler] Select menu item: &Preferences (Eclipse:2191): Gtk-CRITICAL **: 20:04:07.253: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 20:04:07.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 20:04:07.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. finished successfully 20:04:07.296 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:04:07.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:07.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:07.297 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:04:07.297 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:04:07.297 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 20:04:07.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:07.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:07.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:07.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:07.297 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:04:07.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:04:07.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:04:07.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 20:04:07.298 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:04:07.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:04:07.298 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:04:07.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:04:07.298 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:04:07.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 20:04:07.298 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:04:07.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:04:07.298 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:04:07.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:04:07.298 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:04:07.298 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Installed JREs 20:04:07.298 DEBUG [main][TreeItemHandler] Selecting tree item: Installed JREs 20:04:07.298 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Installed JREs about selection 20:04:07.298 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Installed JREs 20:04:07.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:07.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:07.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:07.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:07.299 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 20:04:07.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:07.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:07.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:07.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:07.300 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:04:07.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:04:07.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:04:07.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:04:07.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:04:07.301 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:04:07.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:07.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:07.301 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 20:04:07.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:07.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:07.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:07.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:07.302 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:04:07.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:04:07.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:04:07.326 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) 20:04:07.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:07.326 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:07.330 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:07.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:07.330 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:04:07.331 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:04:07.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:04:07.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:04:07.331 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:04:07.331 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:04:07.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:04:07.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:04:07.355 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:04:07.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:07.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:07.355 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest 20:04:07.355 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:04:07.355 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:04:07.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:07.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:07.356 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testJRENotFound no-configuration(org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest) 20:04:07.356 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:04:07.356 INFO [WorkbenchTestable][RequirementsRunner] Started test: testAddingDefaultJRE no-configuration(org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest) 20:04:07.356 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest 20:04:07.356 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:04:07.356 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:04:07.356 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:04:07.356 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:04:07.356 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:04:07.356 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:04:07.356 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:04:07.356 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:04:07.368 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:04:07.368 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:04:07.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:07.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:07.368 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:04:07.368 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:04:07.368 DEBUG [main][MenuItemLookup] Found menu:'File' 20:04:07.369 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:04:07.369 DEBUG [main][MenuItemLookup] Found menu:'Source' 20:04:07.369 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 20:04:07.369 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:04:07.369 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:04:07.369 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:04:07.369 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:04:07.369 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:04:07.369 DEBUG [main][MenuItemLookup] Item match:Window 20:04:07.369 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:04:07.369 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:04:07.369 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:04:07.369 DEBUG [main][MenuItemLookup] Found menu:'' 20:04:07.369 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:04:07.369 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:04:07.369 DEBUG [main][MenuItemLookup] Found menu:'' 20:04:07.369 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:04:07.369 DEBUG [main][MenuItemLookup] Found menu:'' 20:04:07.369 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:04:07.369 DEBUG [main][MenuItemLookup] Item match:Preferences 20:04:07.369 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:04:07.369 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:04:07.369 INFO [main][MenuItemHandler] Select menu item: &Preferences (Eclipse:2191): Gtk-CRITICAL **: 20:04:07.404: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 20:04:07.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.... 20:04:07.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. finished successfully 20:04:07.444 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:04:07.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:07.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:07.445 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:04:07.445 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:04:07.445 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 20:04:07.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:07.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:07.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:07.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:07.445 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:04:07.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:04:07.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:04:07.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 20:04:07.446 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:04:07.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:04:07.446 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:04:07.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:04:07.446 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:04:07.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 20:04:07.446 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:04:07.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:04:07.446 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:04:07.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:04:07.446 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:04:07.446 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Installed JREs 20:04:07.446 DEBUG [main][TreeItemHandler] Selecting tree item: Installed JREs 20:04:07.446 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Installed JREs about selection 20:04:07.447 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Installed JREs 20:04:07.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:07.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:07.447 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:07.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:07.447 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:04:07.447 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:04:07.447 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:04:07.448 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:04:07.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:07.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:07.448 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:04:07.448 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:04:07.448 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:04:07.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:07.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:07.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 20:04:07.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:07.448 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:07.448 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:07.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:07.448 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:04:07.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:04:07.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:04:07.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 20:04:07.449 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:04:07.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:04:07.449 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:04:07.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:04:07.449 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:04:07.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 20:04:07.450 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:04:07.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:04:07.450 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:04:07.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:04:07.450 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:04:07.450 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Installed JREs 20:04:07.450 DEBUG [main][TreeItemHandler] Selecting tree item: Installed JREs 20:04:07.450 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Installed JREs about selection 20:04:07.450 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Installed JREs 20:04:07.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:07.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:07.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:07.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:07.451 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...") 20:04:07.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:07.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:07.452 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:07.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:07.452 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:04:07.452 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 20:04:07.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:04:07.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:04:07.453 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:04:07.453 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:04:07.551 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.... 20:04:07.551 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:04:07.551 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:04:07.551 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 20:04:07.551 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add JRE 20:04:07.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:07.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:07.552 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 20:04:07.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:07.552 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:07.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:07.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:07.552 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 20:04:07.553 TRACE [main][WidgetHandler] Notify List with event 13 20:04:07.553 TRACE [main][WidgetHandler] Wait for synchronization 20:04:07.553 TRACE [WorkbenchTestable][AddVMInstallWizard] Shell Add JRE is not null and is not disposed 20:04:07.553 INFO [WorkbenchTestable][AddVMInstallWizard] Go to next wizard page 20:04:07.553 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) 20:04:07.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:07.553 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:07.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:07.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:07.554 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:04:07.554 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:04:07.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:04:07.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:04:07.554 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:04:07.554 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:04:07.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.preferences.internal.StandardVMPage, index 0 and following matchers specified (Matcher matching widget with label: is "JRE home:") 20:04:07.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:07.608 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:07.609 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:07.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:07.609 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:04:07.609 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:04:07.610 INFO [WorkbenchTestable][AbstractText] Text set to: /opt/tools/java/openjdk/jdk-11/11.0.2+9 20:04:07.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.preferences.internal.StandardVMPage, index 0 and following matchers specified (Matcher matching widget with label: is "JRE name:") 20:04:07.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:07.618 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:07.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:07.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:07.620 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:04:07.620 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:04:07.620 INFO [WorkbenchTestable][AbstractText] Text set to: jre.test 20:04:07.623 TRACE [WorkbenchTestable][AddVMInstallWizard] Shell Add JRE is not null and is not disposed 20:04:07.623 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) 20:04:07.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:07.623 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:07.624 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:07.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:07.624 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:04:07.624 TRACE [WorkbenchTestable][AddVMInstallWizard] Shell Add JRE is not null and is not disposed 20:04:07.624 INFO [WorkbenchTestable][AddVMInstallWizard] Finish wizard 20:04:07.624 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) 20:04:07.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:07.624 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:07.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:07.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:07.629 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:04:07.629 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:04:07.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:04:07.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:04:07.629 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:04:07.629 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:04:07.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:04:07.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:04:07.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:04:07.663 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 20:04:07.663 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:04:07.663 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:04:07.663 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:04:07.663 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:04:07.663 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:04:07.663 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:04:07.663 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:04:07.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:04:07.663 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 20:04:07.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:07.663 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:07.663 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:07.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:07.663 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:04:07.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:04:07.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:04:07.664 INFO [WorkbenchTestable][AbstractTableItem] Check table Item jre.test: 20:04:07.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification... 20:04:07.665 TRACE [WorkbenchTestable][WidgetHandler] Notify Table with event 13 20:04:07.665 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:04:07.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification finished successfully 20:04:07.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 "Apply") 20:04:07.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:07.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:07.667 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:07.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:07.667 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:04:07.668 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 20:04:07.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:07.668 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:07.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:07.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:07.669 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:04:07.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:04:07.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:04:07.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:04:07.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:04:07.685 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 20:04:07.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:07.685 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:07.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:07.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:07.685 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:04:07.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:04:07.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:04:07.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:04:07.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:04:07.686 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:04:07.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:07.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:07.686 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 20:04:07.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:07.686 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:07.687 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:07.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:07.687 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:04:07.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:04:07.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:04:07.695 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) 20:04:07.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:07.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:07.696 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:07.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:07.696 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:04:07.696 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:04:07.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:04:07.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:04:07.696 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:04:07.696 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:04:07.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:04:07.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:04:07.717 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:04:07.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:07.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:07.717 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest 20:04:07.717 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:04:07.717 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:04:07.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:07.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:07.718 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testAddingDefaultJRE no-configuration(org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest) 20:04:07.718 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:04:07.718 INFO [WorkbenchTestable][RequirementsRunner] Started test: testAddingJRE no-configuration(org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest) 20:04:07.718 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest 20:04:07.718 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:04:07.718 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:04:07.718 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:04:07.718 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:04:07.718 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:04:07.718 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:04:07.718 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:04:07.718 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:04:07.718 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:04:07.718 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:04:07.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:07.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:07.718 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:04:07.718 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:04:07.718 DEBUG [main][MenuItemLookup] Found menu:'File' 20:04:07.719 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:04:07.719 DEBUG [main][MenuItemLookup] Found menu:'Source' 20:04:07.719 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 20:04:07.719 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:04:07.719 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:04:07.719 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:04:07.719 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:04:07.719 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:04:07.719 DEBUG [main][MenuItemLookup] Item match:Window 20:04:07.719 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:04:07.719 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:04:07.719 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:04:07.719 DEBUG [main][MenuItemLookup] Found menu:'' 20:04:07.719 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:04:07.719 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:04:07.719 DEBUG [main][MenuItemLookup] Found menu:'' 20:04:07.719 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:04:07.719 DEBUG [main][MenuItemLookup] Found menu:'' 20:04:07.719 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:04:07.719 DEBUG [main][MenuItemLookup] Item match:Preferences 20:04:07.719 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:04:07.719 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:04:07.719 INFO [main][MenuItemHandler] Select menu item: &Preferences (Eclipse:2191): Gtk-CRITICAL **: 20:04:07.755: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 20:04:07.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.... 20:04:07.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 20:04:07.793 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:04:07.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:07.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:07.794 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:04:07.794 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:04:07.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 20:04:07.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:07.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:07.794 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:07.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:07.794 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:04:07.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:04:07.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:04:07.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 20:04:07.795 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:04:07.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:04:07.795 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:04:07.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:04:07.795 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:04:07.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 20:04:07.796 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:04:07.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:04:07.796 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:04:07.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:04:07.796 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:04:07.796 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Installed JREs 20:04:07.796 DEBUG [main][TreeItemHandler] Selecting tree item: Installed JREs 20:04:07.796 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Installed JREs about selection 20:04:07.796 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Installed JREs 20:04:07.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:07.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:07.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:07.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:07.797 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:04:07.797 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:04:07.797 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:04:07.797 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:04:07.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:07.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:07.798 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:04:07.798 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:04:07.798 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:04:07.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:07.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:07.798 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 20:04:07.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:07.798 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:07.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:07.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:07.798 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:04:07.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:04:07.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:04:07.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 20:04:07.799 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:04:07.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:04:07.799 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:04:07.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:04:07.799 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:04:07.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 20:04:07.799 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:04:07.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:04:07.799 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:04:07.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:04:07.799 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:04:07.799 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Installed JREs 20:04:07.799 DEBUG [main][TreeItemHandler] Selecting tree item: Installed JREs 20:04:07.799 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Installed JREs about selection 20:04:07.800 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Installed JREs 20:04:07.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:07.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:07.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:07.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:07.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.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...") 20:04:07.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:07.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:07.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:07.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:07.801 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:04:07.801 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 20:04:07.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:04:07.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:04:07.801 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:04:07.801 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:04:07.837 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.... 20:04:07.837 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:04:07.838 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:04:07.838 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 20:04:07.838 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add JRE 20:04:07.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:07.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:07.838 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 20:04:07.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:07.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:07.838 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:07.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:07.839 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 20:04:07.839 TRACE [main][WidgetHandler] Notify List with event 13 20:04:07.839 TRACE [main][WidgetHandler] Wait for synchronization 20:04:07.839 TRACE [WorkbenchTestable][AddVMInstallWizard] Shell Add JRE is not null and is not disposed 20:04:07.839 INFO [WorkbenchTestable][AddVMInstallWizard] Go to next wizard page 20:04:07.839 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) 20:04:07.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:07.839 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:07.840 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:07.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:07.840 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:04:07.840 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:04:07.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:04:07.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:04:07.840 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:04:07.840 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:04:07.866 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:") 20:04:07.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:07.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:07.867 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:07.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:07.867 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:04:07.867 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:04:07.868 INFO [WorkbenchTestable][AbstractText] Text set to: /opt/tools/java/openjdk/jdk-11/11.0.2+9 20:04:07.873 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:") 20:04:07.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:07.873 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:07.875 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:07.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:07.875 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:04:07.875 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:04:07.876 INFO [WorkbenchTestable][AbstractText] Text set to: jre.test 20:04:07.888 TRACE [WorkbenchTestable][AddVMInstallWizard] Shell Add JRE is not null and is not disposed 20:04:07.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.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) 20:04:07.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:07.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:07.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:07.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:07.890 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:04:07.890 TRACE [WorkbenchTestable][AddVMInstallWizard] Shell Add JRE is not null and is not disposed 20:04:07.890 INFO [WorkbenchTestable][AddVMInstallWizard] Finish wizard 20:04:07.890 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) 20:04:07.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:07.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:07.891 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:07.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:07.891 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:04:07.891 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:04:07.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:04:07.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:04:07.891 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:04:07.892 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:04:07.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:04:07.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:04:07.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:04:07.928 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 20:04:07.928 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:04:07.928 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:04:07.928 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:04:07.928 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:04:07.928 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:04:07.928 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:04:07.928 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:04:07.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:04:07.928 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 20:04:07.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:07.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:07.929 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:07.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:07.929 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:04:07.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:04:07.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:04:07.930 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 20:04:07.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:07.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:07.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:07.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:07.930 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:04:07.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:04:07.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:04:07.931 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:04:07.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:07.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:07.931 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 20:04:07.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:07.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:07.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:07.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:07.931 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:04:07.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:04:07.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:04:07.932 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 20:04:07.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:07.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:07.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:07.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:07.933 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:04:07.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:04:07.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:04:07.933 TRACE [main][WidgetHandler] Notify Table with event 13 20:04:07.933 TRACE [main][WidgetHandler] Wait for synchronization 20:04:07.933 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") 20:04:07.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:07.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:07.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:07.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:07.934 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:04:07.934 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 20:04:07.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:04:07.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:04:07.934 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:04:07.934 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:04:07.936 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) 20:04:07.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:07.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:07.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:07.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:07.936 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:04:07.937 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:04:07.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:04:07.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:04:07.937 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:04:07.937 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:04:07.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:04:07.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:04:07.958 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:04:07.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:07.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:07.958 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest 20:04:07.958 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:04:07.958 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:04:07.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:07.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:07.958 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testAddingJRE no-configuration(org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest) 20:04:07.958 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest 20:04:07.958 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:04:07.958 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:04:07.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:07.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.395 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.656 s testJRENotFound no-configuration(org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest) Time elapsed: 0.135 s testAddingDefaultJRE no-configuration(org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest) Time elapsed: 0.362 s testAddingJRE no-configuration(org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest) Time elapsed: 0.24 s Running org.eclipse.reddeer.eclipse.test.datatools.ui.GenericConnectionProfileTest 20:04:07.962 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.datatools.ui.GenericConnectionProfileTest 20:04:07.963 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:04:07.963 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:04:07.963 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.GenericConnectionProfileTest 20:04:07.963 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:04:07.963 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 20:04:07.972 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:04:07.972 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 20:04:07.972 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:04:07.972 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:04:07.972 INFO [WorkbenchTestable][RequirementsRunner] Started test: genericConnectionProfileTest no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.GenericConnectionProfileTest) 20:04:07.972 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.GenericConnectionProfileTest 20:04:07.972 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:04:07.972 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:04:07.972 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:04:07.972 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:04:07.972 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:04:07.972 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:04:07.972 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:04:07.973 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:04:07.973 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:04:07.973 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:04:07.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:07.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:07.973 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:04:07.973 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:04:07.973 DEBUG [main][MenuItemLookup] Found menu:'File' 20:04:07.973 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:04:07.973 DEBUG [main][MenuItemLookup] Found menu:'Source' 20:04:07.973 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 20:04:07.973 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:04:07.973 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:04:07.973 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:04:07.973 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:04:07.973 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:04:07.973 DEBUG [main][MenuItemLookup] Item match:Window 20:04:07.974 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:04:07.974 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:04:07.974 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:04:07.974 DEBUG [main][MenuItemLookup] Found menu:'' 20:04:07.974 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:04:07.974 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:04:07.974 DEBUG [main][MenuItemLookup] Found menu:'' 20:04:07.974 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:04:07.974 DEBUG [main][MenuItemLookup] Found menu:'' 20:04:07.974 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:04:07.974 DEBUG [main][MenuItemLookup] Item match:Preferences 20:04:07.974 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:04:07.974 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:04:07.974 INFO [main][MenuItemHandler] Select menu item: &Preferences (Eclipse:2191): Gtk-CRITICAL **: 20:04:08.002: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 20:04:08.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 20:04:08.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 20:04:08.039 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:04:08.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:08.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:08.040 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:04:08.040 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:04:08.040 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 20:04:08.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:08.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:08.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:08.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:08.040 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:04:08.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:04:08.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:04:08.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Data Management has children... 20:04:08.041 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Data Management 20:04:08.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:04:08.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:04:08.542 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Data Management 20:04:08.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Data Management has children finished successfully 20:04:08.543 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Data Management 20:04:08.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:04:08.543 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Data Management is already expanded. No action performed 20:04:08.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:04:08.543 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Data Management 20:04:08.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connectivity has children... 20:04:08.544 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connectivity 20:04:08.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:04:09.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:04:09.045 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connectivity 20:04:09.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connectivity has children finished successfully 20:04:09.047 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connectivity 20:04:09.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:04:09.047 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Connectivity is already expanded. No action performed 20:04:09.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:04:09.048 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connectivity 20:04:09.048 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Driver Definitions 20:04:09.048 DEBUG [main][TreeItemHandler] Selecting tree item: Driver Definitions 20:04:09.048 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Driver Definitions about selection 20:04:09.048 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Driver Definitions 20:04:09.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:09.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:09.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:09.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:09.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 20:04:09.091 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:09.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:09.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:09.091 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 20:04:09.091 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:09.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:09.091 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:09.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:09.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:09.092 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:04:09.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:04:10.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems failed, NO exception will be thrown 20:04:10.093 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:10.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:10.094 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") 20:04:10.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:10.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:10.095 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:10.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:10.095 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:04:10.097 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 20:04:10.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:04:10.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:04:10.097 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:04:10.097 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:04:10.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:04:10.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:04:10.607 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:04:10.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:10.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:10.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:04:10.607 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 20:04:10.607 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:04:10.607 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:04:10.607 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:04:10.607 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:04:10.607 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:04:10.607 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:04:10.607 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:04:10.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:04:10.608 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:10.611 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:04:10.611 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E'' view via menu. 20:04:10.611 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:04:10.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:10.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:10.612 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:04:10.612 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:04:10.612 DEBUG [main][MenuItemLookup] Found menu:'File' 20:04:10.612 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:04:10.612 DEBUG [main][MenuItemLookup] Found menu:'Source' 20:04:10.612 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 20:04:10.612 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:04:10.612 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:04:10.612 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:04:10.612 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:04:10.612 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:04:10.612 DEBUG [main][MenuItemLookup] Item match:Window 20:04:10.612 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:04:10.612 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:04:10.612 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:04:10.612 DEBUG [main][MenuItemLookup] Found menu:'' 20:04:10.612 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:04:10.612 DEBUG [main][MenuItemLookup] Item match:Show View 20:04:10.615 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 20:04:10.615 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 20:04:10.615 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 20:04:10.615 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 20:04:10.615 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 20:04:10.615 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 20:04:10.615 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 20:04:10.615 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 20:04:10.615 DEBUG [main][MenuItemLookup] Found menu:'Progress' 20:04:10.615 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 20:04:10.615 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 20:04:10.615 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 20:04:10.615 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 20:04:10.615 DEBUG [main][MenuItemLookup] Found menu:'Templates' 20:04:10.615 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 20:04:10.615 DEBUG [main][MenuItemLookup] Found menu:'' 20:04:10.615 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 20:04:10.615 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 20:04:10.616 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 20:04:10.616 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 20:04:10.616 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 20:04:10.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 20:04:10.672 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 20:04:10.672 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 20:04:10.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:10.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:10.673 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 20:04:10.673 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:10.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:10.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:10.673 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:04:10.673 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:10.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:10.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:10.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:10.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:10.673 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:04:10.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:04:10.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:04:10.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Data Management has children... 20:04:10.674 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Data Management 20:04:10.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:04:11.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:04:11.175 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Data Management 20:04:11.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Data Management has children finished successfully 20:04:11.176 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Data Management 20:04:11.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:04:11.176 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Data Management is already expanded. No action performed 20:04:11.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:04:11.176 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Data Management 20:04:11.176 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Data Source Explorer 20:04:11.176 DEBUG [main][TreeItemHandler] Selecting tree item: Data Source Explorer 20:04:11.177 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Data Source Explorer about selection 20:04:11.177 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Data Source Explorer 20:04:11.177 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:11.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:11.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:11.177 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:04:11.177 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:11.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:11.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:11.177 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:04:11.177 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:11.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:11.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:11.177 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:04:11.177 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:11.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:11.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:11.178 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:11.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:11.178 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:04:11.178 INFO [WorkbenchTestable][AbstractButton] Click button &Open 20:04:11.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:04:11.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:04:11.178 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:04:11.178 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:04:11.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:04:11.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:04:11.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.datatools.connectivity.ui.dse.views.DataSourceExplorerView' view is open... 20:04:11.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:11.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:11.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.datatools.connectivity.ui.dse.views.DataSourceExplorerView' view is open finished successfully 20:04:11.268 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:11.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:11.270 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:04:11.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:11.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:11.270 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:04:11.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 '\*?\QData Source Explorer\E') 20:04:11.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:11.271 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:11.273 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:11.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:11.273 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:04:11.273 INFO [WorkbenchTestable][AbstractView] Activate view Data Source Explorer 20:04:11.273 INFO [WorkbenchTestable][AbstractCTabItem] Activate Data Source Explorer 20:04:11.273 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:04:11.273 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:04:11.273 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:04:11.273 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:04:11.274 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 20:04:11.274 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:11.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:11.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:11.275 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Data Source Explorer"as the parent 20:04:11.275 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:11.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:11.275 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:11.275 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:11.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:11.275 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:04:11.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:04:11.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:04:11.275 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Database Connections and wait with time period 10 20:04:11.275 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 20:04:11.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:04:11.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:04:11.776 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 20:04:11.776 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Database Connections and wait with time period 1 20:04:11.776 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 20:04:11.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:04:12.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:04:12.277 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 20:04:12.277 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 20:04:12.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:04:12.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:04:12.778 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 20:04:12.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:04:12.778 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:04:12.778 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:04:12.778 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:04:12.778 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:04:12.778 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:04:12.778 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:04:12.778 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:04:12.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:04:12.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.*'] 20:04:12.780 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:04:12.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.*'] 20:04:12.780 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:04:12.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.*'] 20:04:12.780 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:04:12.780 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:04:12.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:12.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:12.781 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:04:12.781 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:04:12.781 DEBUG [main][MenuItemLookup] Found menu:'File' 20:04:12.781 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:04:12.781 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:04:12.781 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:04:12.781 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:04:12.781 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:04:12.781 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:04:12.781 DEBUG [main][MenuItemLookup] Item match:Window 20:04:12.781 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:04:12.781 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:04:12.781 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:04:12.781 DEBUG [main][MenuItemLookup] Found menu:'' 20:04:12.781 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:04:12.781 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:04:12.781 DEBUG [main][MenuItemLookup] Found menu:'' 20:04:12.781 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:04:12.781 DEBUG [main][MenuItemLookup] Found menu:'' 20:04:12.781 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:04:12.781 DEBUG [main][MenuItemLookup] Item match:Preferences 20:04:12.781 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:04:12.781 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:04:12.781 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:04:12.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.... 20:04:12.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 20:04:12.844 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:04:12.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:12.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:12.845 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:04:12.845 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:04:12.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 20:04:12.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:12.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:12.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:12.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:12.845 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:04:12.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:04:12.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:04:12.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Data Management has children... 20:04:12.846 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Data Management 20:04:12.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:04:12.846 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Data Management is already expanded. No action performed 20:04:12.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:04:12.846 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Data Management 20:04:12.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Data Management has children finished successfully 20:04:12.846 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Data Management 20:04:12.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:04:12.846 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Data Management is already expanded. No action performed 20:04:12.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:04:12.846 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Data Management 20:04:12.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connectivity has children... 20:04:12.846 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connectivity 20:04:12.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:04:12.846 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Connectivity is already expanded. No action performed 20:04:12.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:04:12.846 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connectivity 20:04:12.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connectivity has children finished successfully 20:04:12.846 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connectivity 20:04:12.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:04:12.846 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Connectivity is already expanded. No action performed 20:04:12.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:04:12.846 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connectivity 20:04:12.846 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Driver Definitions 20:04:12.846 DEBUG [main][TreeItemHandler] Selecting tree item: Driver Definitions 20:04:12.846 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Driver Definitions about selection 20:04:12.846 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Driver Definitions 20:04:12.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:12.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:12.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:12.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:12.847 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...") 20:04:12.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:12.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:12.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:12.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:12.848 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:04:12.848 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 20:04:12.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:04:12.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:04:12.848 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:04:12.848 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:04:12.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Driver Definition"] is available.... 20:04:12.916 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 20:04:12.916 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Driver Definition 20:04:12.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:12.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:12.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:12.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:12.918 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Driver Definition 20:04:12.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:12.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:12.918 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") 20:04:12.918 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:12.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:12.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:12.918 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 20:04:12.918 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:12.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:12.918 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:12.919 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:12.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:12.919 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 20:04:12.919 INFO [WorkbenchTestable][AbstractTabItem] Activate Name/Type 20:04:12.925 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 20:04:12.925 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:12.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:12.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:12.925 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 20:04:12.925 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:12.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:12.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:12.925 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:12.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:12.925 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:04:12.932 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Database and wait with time period 1 20:04:12.932 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database 20:04:12.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:04:12.932 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database is already expanded. No action performed 20:04:12.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:04:12.932 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database 20:04:12.932 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database 20:04:12.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:04:12.932 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database is already expanded. No action performed 20:04:12.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:04:12.932 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database 20:04:12.932 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Generic JDBC Driver 20:04:12.932 DEBUG [main][TreeItemHandler] Selecting tree item: Generic JDBC Driver 20:04:12.932 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Generic JDBC Driver about selection 20:04:12.960 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Generic JDBC Driver 20:04:12.960 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:") 20:04:12.960 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:12.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:12.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:12.960 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 20:04:12.960 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:12.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:12.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:12.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:12.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:12.961 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:04:12.961 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:04:12.961 INFO [WorkbenchTestable][AbstractText] Text set to: Test H2 Driver 20:04:12.962 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") 20:04:12.962 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:12.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:12.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:12.962 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 20:04:12.962 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:12.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:12.962 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:12.962 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:12.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:12.962 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 20:04:12.962 INFO [WorkbenchTestable][AbstractTabItem] Activate JAR List 20:04:12.965 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 20:04:12.965 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:12.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:12.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:12.965 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 20:04:12.965 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:12.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:12.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:12.966 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:12.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:12.966 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 20:04:12.967 INFO [WorkbenchTestable][DriverDialog] No drivers to clean, skipped 20:04:12.967 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 20:04:12.967 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:12.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:12.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:12.967 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 20:04:12.967 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:12.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:12.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:12.968 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:12.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:12.968 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 20:04:12.969 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 20:04:12.969 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:12.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:12.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:12.975 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 20:04:12.975 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:12.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:12.975 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:12.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:12.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:12.975 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 20:04:12.975 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 20:04:12.975 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:12.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:12.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:12.976 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 20:04:12.976 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:12.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:12.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:12.976 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:12.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:12.976 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 20:04:12.976 TRACE [main][WidgetHandler] Notify List with event 13 20:04:12.976 TRACE [main][WidgetHandler] Wait for synchronization 20:04:12.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 "Remove JAR/Zip") 20:04:12.976 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:12.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:12.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:12.977 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 20:04:12.977 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:12.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:12.977 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:12.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:12.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:12.977 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:04:12.977 INFO [WorkbenchTestable][AbstractButton] Click button &Remove JAR/Zip 20:04:12.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:04:12.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:04:12.977 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:04:12.977 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:04:12.991 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") 20:04:12.991 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:12.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:12.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:12.991 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 20:04:12.991 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:12.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:12.991 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:12.992 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:12.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:12.992 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 20:04:12.992 INFO [WorkbenchTestable][AbstractTabItem] Activate Properties 20:04:12.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 20:04:12.995 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:12.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:12.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:12.995 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 20:04:12.995 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:12.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:12.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:12.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:12.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:12.996 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:04:12.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:04:12.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:04:12.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 20:04:12.997 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:04:12.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:04:12.997 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:04:12.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:04:12.997 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:04:12.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 20:04:12.997 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:04:12.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:04:12.997 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:04:12.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:04:12.997 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:04:12.997 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item Driver Class 20:04:12.997 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Driver Class 20:04:12.997 DEBUG [main][TreeItemHandler] Selecting tree item: Driver Class 20:04:12.997 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Driver Class about selection 20:04:12.997 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Driver Class 20:04:12.997 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 20:04:12.997 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 20:04:13.001 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 20:04:13.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 "...") 20:04:13.001 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:13.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:13.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:13.001 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 20:04:13.001 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:13.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:13.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:13.008 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:13.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:13.008 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:04:13.008 INFO [WorkbenchTestable][AbstractButton] Click button ... 20:04:13.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:04:13.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:04:13.008 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:04:13.008 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:04:13.035 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.... 20:04:13.036 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 20:04:13.036 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.... 20:04:13.039 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 20:04:13.039 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Available Classes from Jar List 20:04:13.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:13.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:13.039 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 20:04:13.039 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:13.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:13.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:13.039 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Available Classes from Jar List" as the parent 20:04:13.039 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:13.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:13.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:13.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:13.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:13.039 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:04:13.040 INFO [WorkbenchTestable][AbstractButton] Click button Type class name 20:04:13.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:04:13.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:04:13.040 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:04:13.040 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:04:13.040 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: "") 20:04:13.040 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:13.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:13.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:13.040 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Available Classes from Jar List" as the parent 20:04:13.040 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:13.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:13.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:13.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:13.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:13.040 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:04:13.040 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:04:13.040 INFO [WorkbenchTestable][AbstractText] Text set to: org.h2.Driver 20:04:13.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 "OK", Widget matcher matching widgets with style: 8) 20:04:13.041 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:13.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:13.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:13.041 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Available Classes from Jar List" as the parent 20:04:13.041 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:13.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:13.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:13.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:13.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:13.041 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:04:13.041 INFO [WorkbenchTestable][AbstractButton] Click button OK 20:04:13.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:04:13.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:04:13.041 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:04:13.042 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:04:13.070 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 20:04:13.071 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:13.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:13.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:13.071 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 20:04:13.071 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:13.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:13.071 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:13.071 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:13.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:13.071 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:04:13.071 INFO [WorkbenchTestable][AbstractButton] Click button OK 20:04:13.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:04:13.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:04:13.071 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:04:13.071 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:04:13.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:04:13.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:04:13.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:13.108 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:13.108 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") 20:04:13.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:13.108 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:13.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:13.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:13.109 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:04:13.109 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 20:04:13.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:04:13.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:04:13.109 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:04:13.109 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:04:13.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:04:13.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:04:13.130 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:04:13.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:13.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:13.132 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:04:13.132 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:04:13.132 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:04:13.132 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:04:13.132 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 20:04:13.132 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:04:13.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:04:13.134 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:04:13.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:04:13.134 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:04:13.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:04:13.145 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:04:13.145 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 20:04:13.145 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:04:13.145 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:04:13.146 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:04:13.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:04:13.146 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:04:13.146 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:04:13.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:13.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:13.146 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:04:13.146 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:04:13.146 DEBUG [main][MenuItemLookup] Found menu:'File' 20:04:13.146 DEBUG [main][MenuItemLookup] Item match:File 20:04:13.147 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 20:04:13.147 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 20:04:13.149 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 20:04:13.149 DEBUG [main][MenuItemLookup] Found menu:'Project...' 20:04:13.149 DEBUG [main][MenuItemLookup] Found menu:'' 20:04:13.149 DEBUG [main][MenuItemLookup] Found menu:'Package' 20:04:13.149 DEBUG [main][MenuItemLookup] Found menu:'Class' 20:04:13.149 DEBUG [main][MenuItemLookup] Found menu:'Interface' 20:04:13.149 DEBUG [main][MenuItemLookup] Found menu:'Enum' 20:04:13.149 DEBUG [main][MenuItemLookup] Found menu:'Record' 20:04:13.149 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 20:04:13.149 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 20:04:13.149 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 20:04:13.149 DEBUG [main][MenuItemLookup] Found menu:'Folder' 20:04:13.149 DEBUG [main][MenuItemLookup] Found menu:'File' 20:04:13.149 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 20:04:13.149 DEBUG [main][MenuItemLookup] Found menu:'Task' 20:04:13.149 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 20:04:13.149 DEBUG [main][MenuItemLookup] Found menu:'' 20:04:13.149 DEBUG [main][MenuItemLookup] Found menu:'Example...' 20:04:13.149 DEBUG [main][MenuItemLookup] Found menu:'' 20:04:13.149 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 20:04:13.149 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 20:04:13.149 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 20:04:13.149 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 20:04:13.149 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 20:04:13.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 20:04:13.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 20:04:13.219 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 20:04:13.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:13.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:13.220 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:04:13.220 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:04:13.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 20:04:13.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:13.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:13.221 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:13.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:13.221 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:04:13.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:04:13.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:04:13.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connection Profiles has children... 20:04:13.222 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connection Profiles 20:04:13.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:04:13.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:04:13.723 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connection Profiles 20:04:13.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connection Profiles has children finished successfully 20:04:13.724 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connection Profiles 20:04:13.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:04:13.724 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Connection Profiles is already expanded. No action performed 20:04:13.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:04:13.724 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connection Profiles 20:04:13.724 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Connection Profile 20:04:13.724 DEBUG [main][TreeItemHandler] Selecting tree item: Connection Profile 20:04:13.724 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Connection Profile about selection 20:04:13.726 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Connection Profile 20:04:13.726 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:04:13.726 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 20:04:13.728 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) 20:04:13.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:13.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:13.729 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:13.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:13.729 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:04:13.729 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:04:13.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:04:13.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:04:13.729 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:04:13.729 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:04:13.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:04:13.757 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:04:13.757 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:04:13.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection Profile"] is available.... 20:04:13.757 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 20:04:13.757 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection Profile 20:04:13.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:13.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:13.757 TRACE [WorkbenchTestable][NewCPWizard] Shell New Connection Profile is not null and is not disposed 20:04:13.757 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:04:13.758 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 20:04:13.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:13.758 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:13.758 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:13.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:13.758 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:04:13.759 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Generic JDBC') 20:04:13.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:04:13.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:04:13.776 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 20:04:13.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:04:13.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:04:13.776 TRACE [main][WidgetHandler] Notify Table with event 13 20:04:13.776 TRACE [main][WidgetHandler] Wait for synchronization 20:04:13.780 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:") 20:04:13.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:13.780 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:13.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:13.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:13.781 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:04:13.781 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:04:13.782 INFO [WorkbenchTestable][AbstractText] Text set to: myDBProfile 20:04:13.782 TRACE [WorkbenchTestable][NewCPWizard] Shell New Connection Profile is not null and is not disposed 20:04:13.782 INFO [WorkbenchTestable][NewCPWizard] Go to next wizard page 20:04:13.782 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) 20:04:13.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:13.782 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:13.783 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:13.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:13.783 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:04:13.783 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:04:13.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:04:13.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:04:13.783 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:04:13.783 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:04:13.860 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:") 20:04:13.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:13.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:13.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:13.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:13.862 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 20:04:13.863 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo Test H2 Driver to selection: Test H2 Driver 20:04:13.863 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:") 20:04:13.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:13.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:13.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:13.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:13.865 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:04:13.865 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:04:13.865 INFO [WorkbenchTestable][AbstractText] Text set to: myDBProfile 20:04:13.866 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:") 20:04:13.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:13.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:13.868 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:13.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:13.868 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:04:13.868 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:04:13.869 INFO [WorkbenchTestable][AbstractText] Text set to: jdbc:h2:tcp://localhost/sakila 20:04:13.869 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:") 20:04:13.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:13.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:13.880 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:13.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:13.881 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:04:13.881 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:04:13.881 INFO [WorkbenchTestable][AbstractText] Text set to: sa 20:04:13.889 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:") 20:04:13.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:13.889 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:13.898 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:13.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:13.898 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:04:13.898 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:04:13.899 INFO [WorkbenchTestable][AbstractText] Text set to: 20:04:13.899 TRACE [WorkbenchTestable][NewCPWizard] Shell New Connection Profile is not null and is not disposed 20:04:13.899 INFO [WorkbenchTestable][NewCPWizard] Finish wizard 20:04:13.899 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) 20:04:13.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:13.900 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:13.901 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:13.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:13.901 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:04:13.901 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:04:13.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:04:13.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:04:13.902 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:04:13.902 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:04:15.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:04:15.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:04:15.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:04:15.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:04:15.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 20:04:15.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 20:04:15.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 20:04:15.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:04:15.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:04:15.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:04:15.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:04:15.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:04:15.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:04:15.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:04:15.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:04:15.304 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:15.308 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:15.308 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E'' is already open. Activate. 20:04:15.308 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:15.313 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:15.313 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:04:15.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:15.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:15.313 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:04:15.313 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:04:15.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:15.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:15.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:15.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:15.315 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:04:15.315 INFO [WorkbenchTestable][AbstractView] Activate view Data Source Explorer 20:04:15.315 INFO [WorkbenchTestable][AbstractCTabItem] Activate Data Source Explorer 20:04:15.316 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:04:15.316 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:04:15.316 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:04:15.316 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:04:15.317 INFO [WorkbenchTestable][AbstractView] Activate view Data Source Explorer 20:04:15.317 INFO [WorkbenchTestable][AbstractCTabItem] Activate Data Source Explorer 20:04:15.317 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:04:15.317 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:04:15.317 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:04:15.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:15.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:15.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:15.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:15.318 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:04:15.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:04:15.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:04:15.318 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Database Connections and wait with time period 1 20:04:15.318 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 20:04:15.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:04:15.318 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 20:04:15.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:04:15.318 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 20:04:15.318 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 20:04:15.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:04:15.318 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 20:04:15.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:04:15.318 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 20:04:15.318 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.GenericConnectionProfileTest 20:04:15.318 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:04:15.318 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:04:15.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:15.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:15.319 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.log.collector.AftersLogCollector 20:04:15.319 INFO [WorkbenchTestable][RequirementsRunner] Finished test: genericConnectionProfileTest no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.GenericConnectionProfileTest) 20:04:15.319 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.GenericConnectionProfileTest 20:04:15.319 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:04:15.319 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:04:15.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:15.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.358 s - in org.eclipse.reddeer.eclipse.test.datatools.ui.GenericConnectionProfileTest genericConnectionProfileTest no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.GenericConnectionProfileTest) Time elapsed: 7.347 s Running org.eclipse.reddeer.eclipse.test.datatools.ui.ConnectionProfileTest 20:04:15.347 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.datatools.ui.ConnectionProfileTest 20:04:15.347 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:04:15.347 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:04:15.347 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.ConnectionProfileTest 20:04:15.347 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:04:15.347 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 20:04:15.348 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:04:15.348 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 20:04:15.348 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:04:15.348 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:04:15.348 INFO [WorkbenchTestable][RequirementsRunner] Started test: flatFileConnectionProfileTest no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.ConnectionProfileTest) 20:04:15.348 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.ConnectionProfileTest 20:04:15.348 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:04:15.348 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:04:15.348 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:04:15.349 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:04:15.349 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:04:15.349 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:04:15.349 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:04:15.349 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 20:04:15.349 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:04:15.349 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:04:15.349 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:04:15.349 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:04:15.349 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:04:15.349 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:04:15.349 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:04:15.349 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 20:04:15.349 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:04:15.349 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:04:15.349 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:04:15.350 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:04:15.350 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:04:15.350 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:04:15.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:15.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:15.350 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:04:15.350 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:04:15.350 DEBUG [main][MenuItemLookup] Found menu:'File' 20:04:15.350 DEBUG [main][MenuItemLookup] Item match:File 20:04:15.351 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 20:04:15.351 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 20:04:15.353 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 20:04:15.353 DEBUG [main][MenuItemLookup] Found menu:'Project...' 20:04:15.353 DEBUG [main][MenuItemLookup] Found menu:'' 20:04:15.353 DEBUG [main][MenuItemLookup] Found menu:'Package' 20:04:15.353 DEBUG [main][MenuItemLookup] Found menu:'Class' 20:04:15.353 DEBUG [main][MenuItemLookup] Found menu:'Interface' 20:04:15.353 DEBUG [main][MenuItemLookup] Found menu:'Enum' 20:04:15.353 DEBUG [main][MenuItemLookup] Found menu:'Record' 20:04:15.353 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 20:04:15.353 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 20:04:15.353 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 20:04:15.353 DEBUG [main][MenuItemLookup] Found menu:'Folder' 20:04:15.353 DEBUG [main][MenuItemLookup] Found menu:'File' 20:04:15.353 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 20:04:15.353 DEBUG [main][MenuItemLookup] Found menu:'Task' 20:04:15.353 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 20:04:15.353 DEBUG [main][MenuItemLookup] Found menu:'' 20:04:15.353 DEBUG [main][MenuItemLookup] Found menu:'Example...' 20:04:15.353 DEBUG [main][MenuItemLookup] Found menu:'' 20:04:15.353 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 20:04:15.353 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 20:04:15.353 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 20:04:15.353 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 20:04:15.353 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 20:04:15.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 20:04:15.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 20:04:15.421 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 20:04:15.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:15.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:15.422 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:04:15.422 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:04:15.422 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 20:04:15.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:15.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:15.422 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:15.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:15.422 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:04:15.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:04:15.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:04:15.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connection Profiles has children... 20:04:15.423 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connection Profiles 20:04:15.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:04:15.423 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Connection Profiles is already expanded. No action performed 20:04:15.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:04:15.423 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connection Profiles 20:04:15.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connection Profiles has children finished successfully 20:04:15.423 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connection Profiles 20:04:15.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:04:15.423 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Connection Profiles is already expanded. No action performed 20:04:15.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:04:15.423 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connection Profiles 20:04:15.424 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Connection Profile 20:04:15.424 DEBUG [main][TreeItemHandler] Selecting tree item: Connection Profile 20:04:15.424 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Connection Profile about selection 20:04:15.424 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Connection Profile 20:04:15.424 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:04:15.424 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 20:04:15.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) 20:04:15.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:15.424 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:15.424 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:15.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:15.424 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:04:15.425 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:04:15.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:04:15.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:04:15.425 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:04:15.425 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:04:15.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:04:15.447 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:04:15.447 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:04:15.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection Profile"] is available.... 20:04:15.447 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 20:04:15.447 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection Profile 20:04:15.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:15.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:15.447 TRACE [WorkbenchTestable][NewCPWizard] Shell New Connection Profile is not null and is not disposed 20:04:15.447 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:04:15.448 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 20:04:15.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:15.448 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:15.448 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:15.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:15.448 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:04:15.449 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Flat File Data Source') 20:04:15.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:04:15.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:04:15.452 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 20:04:15.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:04:15.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:04:15.452 TRACE [main][WidgetHandler] Notify Table with event 13 20:04:15.452 TRACE [main][WidgetHandler] Wait for synchronization 20:04:15.452 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:") 20:04:15.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:15.452 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:15.484 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:15.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:15.484 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:04:15.484 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:04:15.485 INFO [WorkbenchTestable][AbstractText] Text set to: Test Flat File Profile 20:04:15.485 TRACE [WorkbenchTestable][NewCPWizard] Shell New Connection Profile is not null and is not disposed 20:04:15.485 INFO [WorkbenchTestable][NewCPWizard] Go to next wizard page 20:04:15.485 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) 20:04:15.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:15.485 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:15.486 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:15.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:15.486 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:04:15.486 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:04:15.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:04:15.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:04:15.486 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:04:15.486 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:04:15.729 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 20:04:15.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:15.729 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:15.729 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:15.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:15.730 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:04:15.730 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:04:15.730 INFO [WorkbenchTestable][AbstractText] Text set to: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target 20:04:15.731 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:") 20:04:15.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:15.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:15.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:15.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:15.733 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 20:04:15.738 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo UTF-8 to selection: UTF-8 20:04:15.738 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:") 20:04:15.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:15.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:15.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:15.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:15.740 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 20:04:15.740 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo CSV to selection: CSV 20:04:15.740 TRACE [WorkbenchTestable][NewCPWizard] Shell New Flat File Data Source Profile is not null and is not disposed 20:04:15.740 INFO [WorkbenchTestable][NewCPWizard] Finish wizard 20:04:15.740 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) 20:04:15.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:15.740 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:15.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:15.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:15.742 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:04:15.742 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:04:15.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:04:15.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:04:15.742 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:04:15.742 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:04:15.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:04:15.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:04:15.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:04:15.809 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:04:15.809 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 20:04:15.809 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 20:04:15.809 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:04:15.809 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:04:15.809 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:04:15.809 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:04:15.809 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:04:15.809 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:04:15.809 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:04:15.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:04:15.809 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:15.811 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:15.811 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E'' is already open. Activate. 20:04:15.811 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:15.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:15.813 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:04:15.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:15.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:15.813 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:04:15.813 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:04:15.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:15.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:15.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:15.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:15.816 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:04:15.816 INFO [WorkbenchTestable][AbstractView] Activate view Data Source Explorer 20:04:15.816 INFO [WorkbenchTestable][AbstractCTabItem] Activate Data Source Explorer 20:04:15.816 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:04:15.816 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:04:15.816 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:04:15.816 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:04:15.828 INFO [WorkbenchTestable][AbstractView] Activate view Data Source Explorer 20:04:15.828 INFO [WorkbenchTestable][AbstractCTabItem] Activate Data Source Explorer 20:04:15.829 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:04:15.829 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:04:15.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 20:04:15.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:15.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:15.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:15.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:15.829 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:04:15.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:04:15.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:04:15.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem ODA Data Sources has children... 20:04:15.829 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ODA Data Sources 20:04:15.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:04:15.829 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ODA Data Sources is already expanded. No action performed 20:04:15.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:04:15.829 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ODA Data Sources 20:04:15.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem ODA Data Sources has children finished successfully 20:04:15.830 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ODA Data Sources 20:04:15.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:04:15.830 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ODA Data Sources is already expanded. No action performed 20:04:15.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:04:15.830 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ODA Data Sources 20:04:15.830 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Flat File Data Source and wait with time period 1 20:04:15.830 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Flat File Data Source 20:04:15.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:04:15.830 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Flat File Data Source is already expanded. No action performed 20:04:15.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:04:15.830 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Flat File Data Source 20:04:15.830 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Flat File Data Source 20:04:15.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:04:15.830 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Flat File Data Source is already expanded. No action performed 20:04:15.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:04:15.830 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Flat File Data Source 20:04:15.830 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.ConnectionProfileTest 20:04:15.830 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:04:15.830 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:04:15.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:15.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:15.831 INFO [WorkbenchTestable][RequirementsRunner] Finished test: flatFileConnectionProfileTest no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.ConnectionProfileTest) 20:04:15.831 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.ConnectionProfileTest 20:04:15.831 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:04:15.831 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:04:15.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:15.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.484 s - in org.eclipse.reddeer.eclipse.test.datatools.ui.ConnectionProfileTest flatFileConnectionProfileTest no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.ConnectionProfileTest) Time elapsed: 0.483 s Running org.eclipse.reddeer.eclipse.test.datatools.ui.DriverDefinitionTest 20:04:15.835 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.datatools.ui.DriverDefinitionTest 20:04:15.835 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:04:15.835 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:04:15.835 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.DriverDefinitionTest 20:04:15.835 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:04:15.835 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 20:04:15.836 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:04:15.836 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 20:04:15.836 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:04:15.836 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:04:15.836 INFO [WorkbenchTestable][RequirementsRunner] Started test: driverDefinitionTest no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.DriverDefinitionTest) 20:04:15.836 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.DriverDefinitionTest 20:04:15.836 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:04:15.836 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:04:15.836 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:04:15.836 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:04:15.836 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:04:15.836 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:04:15.836 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:04:15.836 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:04:15.836 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:04:15.836 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:04:15.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:15.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:15.837 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:04:15.837 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:04:15.837 DEBUG [main][MenuItemLookup] Found menu:'File' 20:04:15.837 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:04:15.838 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:04:15.838 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:04:15.838 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:04:15.838 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:04:15.838 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:04:15.838 DEBUG [main][MenuItemLookup] Item match:Window 20:04:15.838 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:04:15.838 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:04:15.838 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:04:15.838 DEBUG [main][MenuItemLookup] Found menu:'' 20:04:15.838 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:04:15.838 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:04:15.838 DEBUG [main][MenuItemLookup] Found menu:'' 20:04:15.838 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:04:15.838 DEBUG [main][MenuItemLookup] Found menu:'' 20:04:15.838 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:04:15.838 DEBUG [main][MenuItemLookup] Item match:Preferences 20:04:15.838 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:04:15.838 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:04:15.838 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:04:15.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 'Preferences.*'] is available.... 20:04:15.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 20:04:15.914 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:04:15.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:15.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:15.915 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:04:15.915 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:04:15.915 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 20:04:15.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:15.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:15.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:15.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:15.916 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:04:15.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:04:15.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:04:15.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Data Management has children... 20:04:15.916 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Data Management 20:04:15.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:04:15.916 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Data Management is already expanded. No action performed 20:04:15.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:04:15.916 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Data Management 20:04:15.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Data Management has children finished successfully 20:04:15.917 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Data Management 20:04:15.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:04:15.917 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Data Management is already expanded. No action performed 20:04:15.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:04:15.917 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Data Management 20:04:15.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connectivity has children... 20:04:15.917 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connectivity 20:04:15.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:04:15.917 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Connectivity is already expanded. No action performed 20:04:15.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:04:15.917 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connectivity 20:04:15.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connectivity has children finished successfully 20:04:15.917 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connectivity 20:04:15.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:04:15.917 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Connectivity is already expanded. No action performed 20:04:15.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:04:15.917 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connectivity 20:04:15.918 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Driver Definitions 20:04:15.918 DEBUG [main][TreeItemHandler] Selecting tree item: Driver Definitions 20:04:15.918 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Driver Definitions about selection 20:04:15.918 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Driver Definitions 20:04:15.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:15.918 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:15.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:15.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:15.926 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...") 20:04:15.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:15.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:15.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:15.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:15.926 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:04:15.927 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 20:04:15.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:04:15.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:04:15.927 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:04:15.927 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:04:16.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Driver Definition"] is available.... 20:04:16.004 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 20:04:16.004 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Driver Definition 20:04:16.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:16.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:16.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:16.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:16.007 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Driver Definition 20:04:16.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:16.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:16.007 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") 20:04:16.007 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:16.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:16.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:16.007 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 20:04:16.007 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:16.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:16.007 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:16.007 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:16.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:16.007 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 20:04:16.007 INFO [WorkbenchTestable][AbstractTabItem] Activate Name/Type 20:04:16.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 20:04:16.007 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:16.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:16.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:16.008 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 20:04:16.008 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:16.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:16.008 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:16.008 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:16.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:16.008 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:04:16.019 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Database and wait with time period 1 20:04:16.020 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database 20:04:16.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:04:16.020 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database is already expanded. No action performed 20:04:16.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:04:16.020 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database 20:04:16.020 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database 20:04:16.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:04:16.020 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database is already expanded. No action performed 20:04:16.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:04:16.020 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database 20:04:16.020 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item HSQLDB JDBC Driver 20:04:16.020 DEBUG [main][TreeItemHandler] Selecting tree item: HSQLDB JDBC Driver 20:04:16.020 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item HSQLDB JDBC Driver about selection 20:04:16.034 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: HSQLDB JDBC Driver 20:04:16.034 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:") 20:04:16.034 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:16.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:16.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:16.035 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 20:04:16.035 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:16.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:16.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:16.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:16.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:16.042 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:04:16.042 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:04:16.042 INFO [WorkbenchTestable][AbstractText] Text set to: Test HSLQDB Driver 20:04:16.043 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") 20:04:16.043 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:16.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:16.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:16.043 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 20:04:16.043 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:16.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:16.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:16.043 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:16.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:16.043 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 20:04:16.043 INFO [WorkbenchTestable][AbstractTabItem] Activate JAR List 20:04:16.046 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 20:04:16.046 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:16.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:16.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:16.046 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 20:04:16.046 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:16.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:16.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:16.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:16.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:16.046 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 20:04:16.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 "Clear All") 20:04:16.047 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:16.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:16.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:16.047 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 20:04:16.047 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:16.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:16.047 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:16.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:16.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:16.048 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:04:16.048 INFO [WorkbenchTestable][AbstractButton] Click button &Clear All 20:04:16.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:04:16.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:04:16.048 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:04:16.048 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:04:16.062 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 20:04:16.062 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:16.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:16.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:16.062 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 20:04:16.062 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:16.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:16.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:16.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:16.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:16.063 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 20:04:16.063 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 20:04:16.063 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:16.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:16.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:16.063 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 20:04:16.063 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:16.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:16.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:16.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:16.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:16.084 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 20:04:16.085 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 20:04:16.085 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:16.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:16.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:16.085 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 20:04:16.085 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:16.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:16.085 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:16.086 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:16.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:16.086 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 20:04:16.086 TRACE [main][WidgetHandler] Notify List with event 13 20:04:16.086 TRACE [main][WidgetHandler] Wait for synchronization 20:04:16.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 "Remove JAR/Zip") 20:04:16.086 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:16.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:16.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:16.087 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 20:04:16.087 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:16.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:16.087 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:16.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:16.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:16.087 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:04:16.089 INFO [WorkbenchTestable][AbstractButton] Click button &Remove JAR/Zip 20:04:16.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:04:16.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:04:16.089 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:04:16.089 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:04:16.107 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 20:04:16.107 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:16.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:16.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:16.107 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 20:04:16.107 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:16.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:16.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:16.108 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:16.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:16.108 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:04:16.108 INFO [WorkbenchTestable][AbstractButton] Click button OK 20:04:16.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:04:16.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:04:16.108 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:04:16.108 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:04:16.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:04:16.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:04:16.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 20:04:16.144 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:16.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:16.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:16.144 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 20:04:16.144 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:16.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:16.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:16.145 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:16.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:16.145 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:04:16.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:04:16.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:04:16.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:16.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:16.147 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") 20:04:16.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:16.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:16.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:16.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:16.148 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:04:16.148 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 20:04:16.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:04:16.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:04:16.148 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:04:16.148 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:04:16.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:04:16.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:04:16.170 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:04:16.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:16.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:16.171 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.DriverDefinitionTest 20:04:16.171 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:04:16.171 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:04:16.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:16.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:16.171 INFO [WorkbenchTestable][RequirementsRunner] Finished test: driverDefinitionTest no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.DriverDefinitionTest) 20:04:16.171 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.DriverDefinitionTest 20:04:16.171 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:04:16.171 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:04:16.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:16.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.336 s - in org.eclipse.reddeer.eclipse.test.datatools.ui.DriverDefinitionTest driverDefinitionTest no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.DriverDefinitionTest) Time elapsed: 0.335 s Running org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest 20:04:16.193 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest 20:04:16.194 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:04:16.194 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:04:16.194 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest 20:04:16.194 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:04:16.194 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 20:04:16.198 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:04:16.198 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 20:04:16.198 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:04:16.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.*'] 20:04:16.199 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:04:16.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.*'] 20:04:16.199 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:04:16.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.*'] 20:04:16.199 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:04:16.199 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:04:16.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:16.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:16.199 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:04:16.199 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:04:16.199 DEBUG [main][MenuItemLookup] Found menu:'File' 20:04:16.200 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:04:16.200 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:04:16.200 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:04:16.200 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:04:16.200 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:04:16.200 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:04:16.200 DEBUG [main][MenuItemLookup] Item match:Window 20:04:16.200 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:04:16.200 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:04:16.200 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:04:16.200 DEBUG [main][MenuItemLookup] Found menu:'' 20:04:16.200 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:04:16.200 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:04:16.200 DEBUG [main][MenuItemLookup] Found menu:'' 20:04:16.200 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:04:16.200 DEBUG [main][MenuItemLookup] Found menu:'' 20:04:16.200 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:04:16.200 DEBUG [main][MenuItemLookup] Item match:Preferences 20:04:16.200 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:04:16.200 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:04:16.200 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:04:16.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 20:04:16.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 20:04:16.284 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:04:16.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:16.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:16.285 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:04:16.285 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:04:16.286 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 20:04:16.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:16.286 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:16.286 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:16.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:16.286 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:04:16.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:04:16.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:04:16.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Data Management has children... 20:04:16.296 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Data Management 20:04:16.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:04:16.297 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Data Management is already expanded. No action performed 20:04:16.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:04:16.297 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Data Management 20:04:16.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Data Management has children finished successfully 20:04:16.297 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Data Management 20:04:16.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:04:16.297 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Data Management is already expanded. No action performed 20:04:16.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:04:16.297 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Data Management 20:04:16.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connectivity has children... 20:04:16.297 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connectivity 20:04:16.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:04:16.297 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Connectivity is already expanded. No action performed 20:04:16.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:04:16.297 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connectivity 20:04:16.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connectivity has children finished successfully 20:04:16.298 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connectivity 20:04:16.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:04:16.298 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Connectivity is already expanded. No action performed 20:04:16.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:04:16.298 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connectivity 20:04:16.298 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Driver Definitions 20:04:16.298 DEBUG [main][TreeItemHandler] Selecting tree item: Driver Definitions 20:04:16.299 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Driver Definitions about selection 20:04:16.299 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Driver Definitions 20:04:16.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:16.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:16.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:16.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:16.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 20:04:16.300 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:16.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:16.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:16.300 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 20:04:16.300 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:16.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:16.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:16.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:16.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:16.301 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:04:16.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:04:16.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:04:16.302 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 20:04:16.302 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:16.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:16.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:16.302 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 20:04:16.302 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:16.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:16.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:16.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:16.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:16.303 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 20:04:16.303 TRACE [main][WidgetHandler] Notify Table with event 13 20:04:16.303 TRACE [main][WidgetHandler] Wait for synchronization 20:04:16.303 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:04:16.303 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:16.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:16.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:16.305 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 20:04:16.305 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:16.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:16.305 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:16.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:16.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:16.306 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:04:16.306 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 20:04:16.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:04:16.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:04:16.306 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:04:16.306 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:04:16.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Confirm Driver Removal"] is available.... 20:04:16.333 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 20:04:16.333 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Confirm Driver Removal 20:04:16.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:16.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:16.334 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 20:04:16.334 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:16.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:16.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:16.334 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Driver Removal" as the parent 20:04:16.334 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:16.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:16.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:16.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:16.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:16.334 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:04:16.334 INFO [WorkbenchTestable][AbstractButton] Click button &Yes 20:04:16.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:04:16.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:04:16.334 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:04:16.334 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:04:16.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:04:16.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:04:16.357 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 20:04:16.357 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:16.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:16.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:16.357 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 20:04:16.357 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:16.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:16.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:16.358 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:16.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:16.358 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 20:04:16.358 TRACE [main][WidgetHandler] Notify Table with event 13 20:04:16.358 TRACE [main][WidgetHandler] Wait for synchronization 20:04:16.358 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:04:16.358 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:16.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:16.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:16.358 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 20:04:16.358 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:16.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:16.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:16.384 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:16.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:16.384 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:04:16.385 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 20:04:16.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:04:16.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:04:16.385 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:04:16.385 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:04:16.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Confirm Driver Removal"] is available.... 20:04:16.404 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 20:04:16.404 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Confirm Driver Removal 20:04:16.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:16.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:16.405 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 20:04:16.405 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:16.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:16.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:16.405 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Driver Removal" as the parent 20:04:16.405 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:16.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:16.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:16.407 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:16.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:16.407 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:04:16.408 INFO [WorkbenchTestable][AbstractButton] Click button &Yes 20:04:16.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:04:16.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:04:16.408 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:04:16.408 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:04:16.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:04:16.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:04:16.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:16.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:16.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") 20:04:16.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:16.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:16.429 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:16.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:16.429 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:04:16.429 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 20:04:16.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:04:16.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:04:16.429 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:04:16.429 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:04:16.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:04:16.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:04:16.463 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:04:16.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:16.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:16.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:04:16.463 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 20:04:16.463 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 20:04:16.463 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 20:04:16.463 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:04:16.463 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:04:16.463 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:04:16.463 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:04:16.463 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:04:16.463 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:04:16.463 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:04:16.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:04:16.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:16.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:16.466 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E'' is already open. Activate. 20:04:16.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:16.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:16.469 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:04:16.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:16.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:16.469 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:04:16.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E') 20:04:16.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:16.469 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:16.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:16.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:16.471 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:04:16.471 INFO [WorkbenchTestable][AbstractView] Activate view Data Source Explorer 20:04:16.471 INFO [WorkbenchTestable][AbstractCTabItem] Activate Data Source Explorer 20:04:16.472 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:04:16.472 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:04:16.472 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:04:16.472 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:04:16.473 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 20:04:16.473 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:16.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:16.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:16.473 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Data Source Explorer"as the parent 20:04:16.473 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:16.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:16.473 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:16.473 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:16.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:16.473 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:04:16.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:04:16.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:04:16.473 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Database Connections and wait with time period 10 20:04:16.473 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 20:04:16.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:04:16.474 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 20:04:16.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:04:16.474 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 20:04:16.474 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Database Connections and wait with time period 1 20:04:16.474 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 20:04:16.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:04:16.474 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 20:04:16.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:04:16.474 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 20:04:16.474 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 20:04:16.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:04:16.474 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 20:04:16.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:04:16.474 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 20:04:16.474 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item myDBProfile 20:04:16.474 DEBUG [main][TreeItemHandler] Selecting tree item: myDBProfile 20:04:16.474 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item myDBProfile about selection 20:04:16.478 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: myDBProfile 20:04:16.479 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:04:16.479 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:04:16.505 DEBUG [main][MenuItemLookup] Found menu:'Connect' 20:04:16.505 DEBUG [main][MenuItemLookup] Found menu:'Disconnect' 20:04:16.505 DEBUG [main][MenuItemLookup] Found menu:'Ping...' 20:04:16.505 DEBUG [main][MenuItemLookup] Found menu:'' 20:04:16.505 DEBUG [main][MenuItemLookup] Found menu:'Work Offline' 20:04:16.505 DEBUG [main][MenuItemLookup] Found menu:'Save Offline' 20:04:16.505 DEBUG [main][MenuItemLookup] Found menu:'' 20:04:16.505 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 20:04:16.505 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:04:16.505 DEBUG [main][MenuItemLookup] Item match:Delete Delete 20:04:16.505 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"D&elete Delete" 20:04:16.505 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 20:04:16.505 INFO [main][MenuItemHandler] Select menu item: D&elete Delete 20:04:16.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete confirmation"] is available.... 20:04:16.529 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 20:04:16.529 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete confirmation 20:04:16.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:16.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:16.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 "Yes", Widget matcher matching widgets with style: 8) 20:04:16.529 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:16.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:16.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:16.529 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete confirmation" as the parent 20:04:16.529 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:16.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:16.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:16.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:16.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:16.529 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:04:16.530 INFO [WorkbenchTestable][AbstractButton] Click button &Yes 20:04:16.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:04:16.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:04:16.530 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:04:16.530 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:04:16.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:04:16.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:04:16.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:04:16.566 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:04:16.566 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 20:04:16.566 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 20:04:16.566 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:04:16.566 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:04:16.566 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:04:16.566 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:04:16.566 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:04:16.566 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:04:16.566 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:04:16.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:04:16.566 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:16.585 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:16.585 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E'' is already open. Activate. 20:04:16.585 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:16.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:16.588 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:04:16.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:16.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:16.589 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:04:16.589 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:04:16.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:16.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:16.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:16.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:16.603 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:04:16.603 INFO [WorkbenchTestable][AbstractView] Activate view Data Source Explorer 20:04:16.603 INFO [WorkbenchTestable][AbstractCTabItem] Activate Data Source Explorer 20:04:16.603 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:04:16.603 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:04:16.603 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:04:16.603 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:04:16.605 INFO [WorkbenchTestable][AbstractView] Activate view Data Source Explorer 20:04:16.605 INFO [WorkbenchTestable][AbstractCTabItem] Activate Data Source Explorer 20:04:16.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:04:16.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:04:16.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 20:04:16.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:16.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:16.606 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:16.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:16.606 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:04:16.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:04:16.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:04:16.606 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Database Connections and wait with time period 1 20:04:16.606 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 20:04:16.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:04:17.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:04:17.106 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 20:04:17.107 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 20:04:17.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:04:17.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:04:17.607 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 20:04:17.607 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:04:17.607 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:04:17.607 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:04:17.608 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:04:17.608 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:04:17.608 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:04:17.608 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:04:17.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:17.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:17.608 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:04:17.608 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:04:17.608 DEBUG [main][MenuItemLookup] Found menu:'File' 20:04:17.608 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:04:17.608 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:04:17.608 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:04:17.608 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:04:17.608 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:04:17.608 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:04:17.608 DEBUG [main][MenuItemLookup] Item match:Window 20:04:17.609 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:04:17.609 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:04:17.609 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:04:17.609 DEBUG [main][MenuItemLookup] Found menu:'' 20:04:17.609 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:04:17.609 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:04:17.609 DEBUG [main][MenuItemLookup] Found menu:'' 20:04:17.609 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:04:17.609 DEBUG [main][MenuItemLookup] Found menu:'' 20:04:17.609 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:04:17.609 DEBUG [main][MenuItemLookup] Item match:Preferences 20:04:17.609 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:04:17.609 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:04:17.609 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:04:17.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 'Preferences.*'] is available.... 20:04:17.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 20:04:17.670 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:04:17.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:17.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:17.670 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:04:17.670 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:04:17.671 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 20:04:17.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:17.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:17.671 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:17.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:17.671 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:04:17.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:04:17.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:04:17.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Data Management has children... 20:04:17.672 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Data Management 20:04:17.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:04:17.672 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Data Management is already expanded. No action performed 20:04:17.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:04:17.672 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Data Management 20:04:17.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Data Management has children finished successfully 20:04:17.672 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Data Management 20:04:17.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:04:17.672 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Data Management is already expanded. No action performed 20:04:17.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:04:17.672 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Data Management 20:04:17.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connectivity has children... 20:04:17.672 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connectivity 20:04:17.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:04:17.672 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Connectivity is already expanded. No action performed 20:04:17.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:04:17.672 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connectivity 20:04:17.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connectivity has children finished successfully 20:04:17.672 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connectivity 20:04:17.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:04:17.672 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Connectivity is already expanded. No action performed 20:04:17.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:04:17.672 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connectivity 20:04:17.673 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Driver Definitions 20:04:17.673 DEBUG [main][TreeItemHandler] Selecting tree item: Driver Definitions 20:04:17.673 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Driver Definitions about selection 20:04:17.673 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Driver Definitions 20:04:17.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:17.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:17.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:17.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:17.673 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...") 20:04:17.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:17.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:17.674 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:17.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:17.674 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:04:17.674 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 20:04:17.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:04:17.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:04:17.674 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:04:17.674 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:04:17.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Driver Definition"] is available.... 20:04:17.730 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 20:04:17.730 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Driver Definition 20:04:17.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:17.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:17.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:17.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:17.731 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Driver Definition 20:04:17.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:17.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:17.731 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") 20:04:17.731 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:17.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:17.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:17.731 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 20:04:17.731 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:17.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:17.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:17.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:17.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:17.731 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 20:04:17.731 INFO [WorkbenchTestable][AbstractTabItem] Activate Name/Type 20:04:17.731 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 20:04:17.731 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:17.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:17.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:17.731 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 20:04:17.731 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:17.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:17.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:17.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:17.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:17.732 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:04:17.741 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Database and wait with time period 1 20:04:17.741 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database 20:04:17.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:04:17.741 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database is already expanded. No action performed 20:04:17.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:04:17.741 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database 20:04:17.741 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database 20:04:17.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:04:17.741 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database is already expanded. No action performed 20:04:17.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:04:17.741 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database 20:04:17.742 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Generic JDBC Driver 20:04:17.742 DEBUG [main][TreeItemHandler] Selecting tree item: Generic JDBC Driver 20:04:17.742 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Generic JDBC Driver about selection 20:04:17.759 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Generic JDBC Driver 20:04:17.759 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:") 20:04:17.759 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:17.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:17.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:17.760 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 20:04:17.760 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:17.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:17.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:17.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:17.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:17.760 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:04:17.760 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:04:17.761 INFO [WorkbenchTestable][AbstractText] Text set to: Test H2 Driver 20:04:17.761 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") 20:04:17.761 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:17.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:17.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:17.761 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 20:04:17.761 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:17.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:17.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:17.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:17.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:17.762 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 20:04:17.762 INFO [WorkbenchTestable][AbstractTabItem] Activate JAR List 20:04:17.764 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 20:04:17.764 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:17.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:17.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:17.765 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 20:04:17.765 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:17.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:17.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:17.765 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:17.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:17.765 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 20:04:17.765 INFO [WorkbenchTestable][DriverDialog] No drivers to clean, skipped 20:04:17.765 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 20:04:17.765 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:17.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:17.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:17.768 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 20:04:17.768 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:17.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:17.768 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:17.768 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:17.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:17.768 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 20:04:17.769 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 20:04:17.769 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:17.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:17.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:17.769 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 20:04:17.769 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:17.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:17.769 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:17.769 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:17.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:17.770 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 20:04:17.770 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 20:04:17.770 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:17.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:17.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:17.770 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 20:04:17.770 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:17.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:17.770 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:17.770 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:17.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:17.770 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 20:04:17.771 TRACE [main][WidgetHandler] Notify List with event 13 20:04:17.771 TRACE [main][WidgetHandler] Wait for synchronization 20:04:17.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 "Remove JAR/Zip") 20:04:17.771 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:17.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:17.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:17.771 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 20:04:17.771 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:17.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:17.771 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:17.771 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:17.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:17.771 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:04:17.772 INFO [WorkbenchTestable][AbstractButton] Click button &Remove JAR/Zip 20:04:17.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:04:17.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:04:17.772 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:04:17.772 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:04:17.786 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") 20:04:17.786 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:17.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:17.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:17.786 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 20:04:17.786 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:17.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:17.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:17.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:17.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:17.786 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 20:04:17.787 INFO [WorkbenchTestable][AbstractTabItem] Activate Properties 20:04:17.790 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 20:04:17.790 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:17.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:17.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:17.790 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 20:04:17.790 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:17.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:17.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:17.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:17.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:17.790 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:04:17.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:04:17.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:04:17.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 20:04:17.791 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:04:17.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:04:17.791 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:04:17.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:04:17.791 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:04:17.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 20:04:17.791 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:04:17.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:04:17.792 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:04:17.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:04:17.792 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:04:17.792 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item Driver Class 20:04:17.792 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Driver Class 20:04:17.792 DEBUG [main][TreeItemHandler] Selecting tree item: Driver Class 20:04:17.792 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Driver Class about selection 20:04:17.792 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Driver Class 20:04:17.792 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 20:04:17.792 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 20:04:17.794 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 20:04:17.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: 8, Matcher matching widgets with text that without mnenomic matches: is "...") 20:04:17.794 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:17.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:17.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:17.794 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 20:04:17.794 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:17.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:17.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:17.794 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:17.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:17.795 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:04:17.795 INFO [WorkbenchTestable][AbstractButton] Click button ... 20:04:17.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:04:17.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:04:17.795 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:04:17.795 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:04:17.826 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.... 20:04:17.826 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 20:04:17.826 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.... 20:04:17.826 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 20:04:17.826 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Available Classes from Jar List 20:04:17.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:17.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:17.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: 16) 20:04:17.827 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:17.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:17.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:17.827 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Available Classes from Jar List" as the parent 20:04:17.827 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:17.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:17.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:17.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:17.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:17.827 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:04:17.828 INFO [WorkbenchTestable][AbstractButton] Click button Type class name 20:04:17.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:04:17.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:04:17.828 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:04:17.828 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:04:17.828 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: "") 20:04:17.828 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:17.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:17.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:17.828 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Available Classes from Jar List" as the parent 20:04:17.828 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:17.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:17.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:17.828 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:17.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:17.828 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:04:17.828 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:04:17.828 INFO [WorkbenchTestable][AbstractText] Text set to: org.h2.Driver 20:04:17.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) 20:04:17.829 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:17.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:17.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:17.832 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Available Classes from Jar List" as the parent 20:04:17.832 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:17.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:17.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:17.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:17.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:17.832 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:04:17.835 INFO [WorkbenchTestable][AbstractButton] Click button OK 20:04:17.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:04:17.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:04:17.835 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:04:17.835 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:04:17.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 "OK", Widget matcher matching widgets with style: 8) 20:04:17.864 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:17.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:17.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:17.864 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 20:04:17.864 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:17.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:17.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:17.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:17.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:17.865 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:04:17.865 INFO [WorkbenchTestable][AbstractButton] Click button OK 20:04:17.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:04:17.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:04:17.866 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:04:17.866 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:04:17.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:04:17.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:04:17.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:17.900 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:17.900 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") 20:04:17.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:17.900 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:17.901 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:17.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:17.901 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:04:17.901 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 20:04:17.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:04:17.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:04:17.901 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:04:17.901 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:04:17.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:04:17.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:04:17.922 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:04:17.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:17.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:17.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:04:17.922 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:04:17.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:04:17.922 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:04:17.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: "New Connection Profile"] 20:04:17.922 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:04:17.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:04:17.923 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:04:17.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:04:17.923 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:04:17.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:04:17.923 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:04:17.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: "New Connection Profile"] 20:04:17.923 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:04:17.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:04:17.923 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:04:17.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:04:17.923 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:04:17.923 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:04:17.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:17.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:17.923 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:04:17.923 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:04:17.923 DEBUG [main][MenuItemLookup] Found menu:'File' 20:04:17.923 DEBUG [main][MenuItemLookup] Item match:File 20:04:17.924 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 20:04:17.924 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 20:04:17.925 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 20:04:17.925 DEBUG [main][MenuItemLookup] Found menu:'Project...' 20:04:17.925 DEBUG [main][MenuItemLookup] Found menu:'' 20:04:17.925 DEBUG [main][MenuItemLookup] Found menu:'Package' 20:04:17.925 DEBUG [main][MenuItemLookup] Found menu:'Class' 20:04:17.925 DEBUG [main][MenuItemLookup] Found menu:'Interface' 20:04:17.925 DEBUG [main][MenuItemLookup] Found menu:'Enum' 20:04:17.925 DEBUG [main][MenuItemLookup] Found menu:'Record' 20:04:17.925 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 20:04:17.925 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 20:04:17.925 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 20:04:17.925 DEBUG [main][MenuItemLookup] Found menu:'Folder' 20:04:17.925 DEBUG [main][MenuItemLookup] Found menu:'File' 20:04:17.925 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 20:04:17.925 DEBUG [main][MenuItemLookup] Found menu:'Task' 20:04:17.925 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 20:04:17.925 DEBUG [main][MenuItemLookup] Found menu:'' 20:04:17.925 DEBUG [main][MenuItemLookup] Found menu:'Example...' 20:04:17.925 DEBUG [main][MenuItemLookup] Found menu:'' 20:04:17.925 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 20:04:17.925 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 20:04:17.926 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 20:04:17.926 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 20:04:17.926 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 20:04:17.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 'New|Select a wizard'] is available.... 20:04:17.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 20:04:17.983 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 20:04:17.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:17.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:17.984 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:04:17.984 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:04:17.985 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 20:04:17.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:17.985 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:17.985 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:17.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:17.985 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:04:17.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:04:17.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:04:17.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connection Profiles has children... 20:04:17.986 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connection Profiles 20:04:17.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:04:17.986 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Connection Profiles is already expanded. No action performed 20:04:17.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:04:17.986 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connection Profiles 20:04:17.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connection Profiles has children finished successfully 20:04:17.986 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connection Profiles 20:04:17.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:04:17.986 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Connection Profiles is already expanded. No action performed 20:04:17.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:04:17.986 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connection Profiles 20:04:17.986 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Connection Profile 20:04:17.987 DEBUG [main][TreeItemHandler] Selecting tree item: Connection Profile 20:04:17.987 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Connection Profile about selection 20:04:17.987 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Connection Profile 20:04:17.987 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:04:17.987 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 20:04:17.987 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) 20:04:17.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:17.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:17.987 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:17.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:17.987 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:04:17.988 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:04:17.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:04:17.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:04:17.988 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:04:17.988 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:04:18.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:04:18.004 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:04:18.004 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:04:18.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection Profile"] is available.... 20:04:18.005 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 20:04:18.005 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection Profile 20:04:18.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:18.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:18.005 TRACE [WorkbenchTestable][NewCPWizard] Shell New Connection Profile is not null and is not disposed 20:04:18.005 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:04:18.005 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 20:04:18.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:18.005 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:18.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:18.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:18.005 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:04:18.006 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Generic JDBC') 20:04:18.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:04:18.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:04:18.010 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 20:04:18.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:04:18.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:04:18.010 TRACE [main][WidgetHandler] Notify Table with event 13 20:04:18.010 TRACE [main][WidgetHandler] Wait for synchronization 20:04:18.012 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:") 20:04:18.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:18.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:18.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:18.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:18.013 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:04:18.013 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:04:18.014 INFO [WorkbenchTestable][AbstractText] Text set to: myDBProfile 20:04:18.014 TRACE [WorkbenchTestable][NewCPWizard] Shell New Connection Profile is not null and is not disposed 20:04:18.014 INFO [WorkbenchTestable][NewCPWizard] Go to next wizard page 20:04:18.014 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) 20:04:18.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:18.014 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:18.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:18.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:18.015 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:04:18.015 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:04:18.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:04:18.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:04:18.015 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:04:18.015 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:04:18.061 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:") 20:04:18.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:18.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:18.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:18.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:18.062 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 20:04:18.062 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo Test H2 Driver to selection: Test H2 Driver 20:04:18.063 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:") 20:04:18.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:18.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:18.064 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:18.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:18.064 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:04:18.064 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:04:18.064 INFO [WorkbenchTestable][AbstractText] Text set to: myDBProfile 20:04:18.065 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:") 20:04:18.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:18.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:18.067 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:18.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:18.067 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:04:18.067 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:04:18.067 INFO [WorkbenchTestable][AbstractText] Text set to: jdbc:h2:~/test 20:04:18.067 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:") 20:04:18.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:18.067 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:18.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:18.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:18.070 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:04:18.070 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:04:18.070 INFO [WorkbenchTestable][AbstractText] Text set to: sa 20:04:18.075 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:") 20:04:18.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:18.075 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:18.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:18.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:18.083 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:04:18.083 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:04:18.083 INFO [WorkbenchTestable][AbstractText] Text set to: 20:04:18.084 TRACE [WorkbenchTestable][NewCPWizard] Shell New Connection Profile is not null and is not disposed 20:04:18.084 INFO [WorkbenchTestable][NewCPWizard] Finish wizard 20:04:18.084 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) 20:04:18.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:18.084 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:18.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:18.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:18.084 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:04:18.085 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:04:18.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:04:18.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:04:18.085 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:04:18.085 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:04:18.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:04:18.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:04:18.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:04:18.388 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 20:04:18.388 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 20:04:18.388 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:04:18.388 DEBUG [WorkbenchTestable][JobIsRunning] job 'Loading Core provider' is a system job, skipped 20:04:18.388 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:04:18.388 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:04:18.388 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:04:18.388 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:04:18.388 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:04:18.388 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:04:18.388 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:04:18.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:04:18.388 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:04:18.388 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSQLResultViewSuccess no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest) 20:04:18.388 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest 20:04:18.388 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:04:18.388 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:04:18.388 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:04:18.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:18.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:18.391 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E'' is already open. Activate. 20:04:18.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:18.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:18.393 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:04:18.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:18.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:18.393 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:04:18.393 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:04:18.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:18.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:18.395 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:18.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:18.395 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:04:18.395 INFO [WorkbenchTestable][AbstractView] Activate view Data Source Explorer 20:04:18.395 INFO [WorkbenchTestable][AbstractCTabItem] Activate Data Source Explorer 20:04:18.395 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:04:18.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:04:18.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:04:18.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:04:18.399 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 20:04:18.399 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:18.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:18.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:18.400 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Data Source Explorer"as the parent 20:04:18.400 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:18.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:18.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:18.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:18.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:18.400 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:04:18.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:04:18.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:04:18.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Database Connections has children... 20:04:18.400 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 20:04:18.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:04:18.400 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 20:04:18.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:04:18.400 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 20:04:18.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Database Connections has children finished successfully 20:04:18.400 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 20:04:18.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:04:18.400 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 20:04:18.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:04:18.401 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 20:04:18.401 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item myDBProfile (H2 v. 1.4.0) 20:04:18.401 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item myDBProfile (H2 v. 1.4.0) 20:04:18.401 DEBUG [main][TreeItemHandler] Selecting tree item: myDBProfile (H2 v. 1.4.0) 20:04:18.401 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item myDBProfile (H2 v. 1.4.0) about selection 20:04:18.415 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: myDBProfile (H2 v. 1.4.0) 20:04:18.415 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 20:04:18.416 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 20:04:18.418 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 20:04:18.418 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item myDBProfile (H2 v. 1.4.0) and wait with time period 1 20:04:18.418 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item myDBProfile (H2 v. 1.4.0) 20:04:18.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:04:18.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:04:18.919 INFO [WorkbenchTestable][TreeItemHandler] Expanded: myDBProfile (H2 v. 1.4.0) 20:04:18.919 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:04:18.919 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:04:18.933 DEBUG [main][MenuItemLookup] Found menu:'Connect' 20:04:18.933 DEBUG [main][MenuItemLookup] Found menu:'Disconnect' 20:04:18.933 DEBUG [main][MenuItemLookup] Found menu:'Ping...' 20:04:18.933 DEBUG [main][MenuItemLookup] Found menu:'' 20:04:18.933 DEBUG [main][MenuItemLookup] Found menu:'Work Offline' 20:04:18.933 DEBUG [main][MenuItemLookup] Found menu:'Save Offline' 20:04:18.933 DEBUG [main][MenuItemLookup] Found menu:'' 20:04:18.933 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 20:04:18.933 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:04:18.933 DEBUG [main][MenuItemLookup] Found menu:'Duplicate' 20:04:18.933 DEBUG [main][MenuItemLookup] Found menu:'' 20:04:18.933 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 20:04:18.933 DEBUG [main][MenuItemLookup] Found menu:'' 20:04:18.933 DEBUG [main][MenuItemLookup] Found menu:'Open SQL Scrapbook' 20:04:18.933 DEBUG [main][MenuItemLookup] Item match:Open SQL Scrapbook 20:04:18.933 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Open SQL Scrapboo&k" 20:04:18.933 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Open SQL Scrapbook 20:04:18.933 INFO [main][MenuItemHandler] Select menu item: Open SQL Scrapboo&k 20:04:19.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@214e3aac is found... 20:04:19.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@214e3aac is found finished successfully 20:04:19.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.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') 20:04:19.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:19.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:19.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:19.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:19.087 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:04:19.089 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:04:19.089 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 20:04:19.089 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:") 20:04:19.089 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:19.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:19.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:19.089 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 20:04:19.089 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:19.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:19.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:19.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:19.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:19.090 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 20:04:19.090 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:") 20:04:19.090 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:19.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:19.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:19.091 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 20:04:19.091 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:19.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:19.091 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:19.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:19.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:19.091 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 20:04:19.091 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to selection: Generic JDBC_1.0 20:04:19.103 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 20:04:19.103 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:19.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:19.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:19.110 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 20:04:19.110 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:19.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:19.110 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 20:04:19.110 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 20:04:19.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:19.111 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 20:04:19.111 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to selection: myDBProfile 20:04:19.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 20:04:19.138 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:19.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:19.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:19.149 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 20:04:19.150 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:19.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:19.150 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:19.150 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:19.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:19.150 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 20:04:19.150 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: DROP TABLE TEST IF EXISTS; 20:04:19.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:04:19.153 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 20:04:19.153 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:04:19.153 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:04:19.153 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 20:04:19.153 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:04:19.153 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:04:19.153 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:04:19.153 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:04:19.153 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:04:19.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:04:19.154 TRACE [WorkbenchTestable][WidgetHandler] Notify StyledText with event 35 20:04:19.154 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:04:19.186 DEBUG [main][MenuItemLookup] Found menu:'Undo Typing Ctrl+Z' 20:04:19.186 DEBUG [main][MenuItemLookup] Found menu:'' 20:04:19.186 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 20:04:19.186 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:04:19.186 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:04:19.186 DEBUG [main][MenuItemLookup] Found menu:'' 20:04:19.186 DEBUG [main][MenuItemLookup] Found menu:'Toggle Comment Ctrl+/' 20:04:19.186 DEBUG [main][MenuItemLookup] Found menu:'' 20:04:19.186 DEBUG [main][MenuItemLookup] Found menu:'Execute All Ctrl+Alt+X' 20:04:19.186 DEBUG [main][MenuItemLookup] Item match:Execute All Ctrl+Alt+X 20:04:19.186 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Execute All Ctrl+Alt+X" 20:04:19.186 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Execute All Ctrl+Alt+X 20:04:19.186 INFO [main][MenuItemHandler] Select menu item: &Execute All Ctrl+Alt+X 20:04:19.318 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:2191): Gtk-CRITICAL **: 20:04:19.365: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 20:04:29.412 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 20:04:29.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "SQL Statement Execution"] is available.... 20:04:29.413 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 20:04:29.414 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:04:29.418 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=DROP TABLE TEST IF EXISTS; TooltipText=null 20:04:29.418 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 20:04:29.418 DEBUG [WorkbenchTestable][EditorHandler] Closing editor SQL Scrapbook 0 20:04:29.460 DEBUG [WorkbenchTestable][EditorHandler] Editor SQL Scrapbook 0 is closed 20:04:29.461 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:29.463 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:29.463 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E'' is already open. Activate. 20:04:29.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:29.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:29.465 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:04:29.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:29.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:29.466 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:04:29.466 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:04:29.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:29.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:29.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:29.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:29.468 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:04:29.468 INFO [WorkbenchTestable][AbstractView] Activate view SQL Results 20:04:29.469 INFO [WorkbenchTestable][AbstractCTabItem] Activate SQL Results 20:04:29.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:04:29.489 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 20:04:29.489 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E'' is already open. Activate. 20:04:29.489 INFO [WorkbenchTestable][AbstractView] Activate view SQL Results 20:04:29.489 INFO [WorkbenchTestable][AbstractCTabItem] Activate SQL Results 20:04:29.490 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:04:29.490 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 20:04:29.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 20:04:29.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:29.490 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:29.490 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:29.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:29.490 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:04:29.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:04:29.491 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 20:04:29.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:04:29.491 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)") 20:04:29.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:29.491 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:29.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:29.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:29.492 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 20:04:29.492 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove All Visible Results (Shift+Delete) 20:04:29.492 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 20:04:29.492 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:04:29.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting while tree has children... 20:04:29.526 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:0 20:04:29.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting while tree has children finished successfully 20:04:29.526 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E'' is already open. Activate. 20:04:29.526 INFO [WorkbenchTestable][AbstractView] Activate view SQL Results 20:04:29.526 INFO [WorkbenchTestable][AbstractCTabItem] Activate SQL Results 20:04:29.527 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:04:29.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 20:04:29.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 20:04:29.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:29.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:29.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:29.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:29.527 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:04:29.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:29.530 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:29.530 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E'' is already open. Activate. 20:04:29.530 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:29.532 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:29.532 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:04:29.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:29.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:29.533 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:04:29.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 '\*?\QData Source Explorer\E') 20:04:29.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:29.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:29.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:29.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:29.535 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:04:29.535 INFO [WorkbenchTestable][AbstractView] Activate view Data Source Explorer 20:04:29.535 INFO [WorkbenchTestable][AbstractCTabItem] Activate Data Source Explorer 20:04:29.557 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:04:29.557 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:04:29.557 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 20:04:29.557 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:29.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:29.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:29.557 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Data Source Explorer"as the parent 20:04:29.557 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:29.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:29.558 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:29.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:29.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:29.558 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:04:29.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:04:29.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:04:29.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Database Connections has children... 20:04:29.558 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 20:04:29.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:04:29.558 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 20:04:29.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:04:29.558 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 20:04:29.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Database Connections has children finished successfully 20:04:29.558 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 20:04:29.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:04:29.558 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 20:04:29.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:04:29.558 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 20:04:29.558 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item myDBProfile (H2 v. 1.4.0) 20:04:29.558 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item myDBProfile (H2 v. 1.4.0) 20:04:29.558 DEBUG [main][TreeItemHandler] Selecting tree item: myDBProfile (H2 v. 1.4.0) 20:04:29.558 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item myDBProfile (H2 v. 1.4.0) about selection 20:04:29.562 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: myDBProfile (H2 v. 1.4.0) 20:04:29.562 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 20:04:29.563 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 20:04:29.565 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 20:04:29.565 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item myDBProfile (H2 v. 1.4.0) and wait with time period 1 20:04:29.565 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item myDBProfile (H2 v. 1.4.0) 20:04:29.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:04:30.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:04:30.066 INFO [WorkbenchTestable][TreeItemHandler] Expanded: myDBProfile (H2 v. 1.4.0) 20:04:30.067 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:04:30.067 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:04:30.080 DEBUG [main][MenuItemLookup] Found menu:'Connect' 20:04:30.080 DEBUG [main][MenuItemLookup] Found menu:'Disconnect' 20:04:30.080 DEBUG [main][MenuItemLookup] Found menu:'Ping...' 20:04:30.080 DEBUG [main][MenuItemLookup] Found menu:'' 20:04:30.080 DEBUG [main][MenuItemLookup] Found menu:'Work Offline' 20:04:30.080 DEBUG [main][MenuItemLookup] Found menu:'Save Offline' 20:04:30.080 DEBUG [main][MenuItemLookup] Found menu:'' 20:04:30.080 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 20:04:30.080 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:04:30.080 DEBUG [main][MenuItemLookup] Found menu:'Duplicate' 20:04:30.080 DEBUG [main][MenuItemLookup] Found menu:'' 20:04:30.080 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 20:04:30.080 DEBUG [main][MenuItemLookup] Found menu:'' 20:04:30.080 DEBUG [main][MenuItemLookup] Found menu:'Open SQL Scrapbook' 20:04:30.080 DEBUG [main][MenuItemLookup] Item match:Open SQL Scrapbook 20:04:30.081 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Open SQL Scrapboo&k" 20:04:30.081 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Open SQL Scrapbook 20:04:30.081 INFO [main][MenuItemHandler] Select menu item: Open SQL Scrapboo&k 20:04:30.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@591e1b89 is found... 20:04:30.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@591e1b89 is found finished successfully 20:04:30.148 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') 20:04:30.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:30.148 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:30.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:30.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:30.149 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:04:30.150 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:04:30.150 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 20:04:30.150 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:") 20:04:30.150 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:30.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:30.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:30.150 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 20:04:30.150 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:30.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:30.150 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:30.151 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:30.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:30.151 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 20:04:30.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 "Type:") 20:04:30.151 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:30.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:30.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:30.151 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 20:04:30.151 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:30.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:30.151 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:30.152 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:30.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:30.152 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 20:04:30.152 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to selection: Generic JDBC_1.0 20:04:30.162 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 20:04:30.162 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:30.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:30.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:30.170 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 20:04:30.170 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:30.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:30.170 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 20:04:30.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 20:04:30.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:30.170 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 20:04:30.170 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to selection: myDBProfile 20:04:30.171 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 20:04:30.172 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:30.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:30.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:30.174 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 20:04:30.174 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:30.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:30.174 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:30.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:30.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:30.180 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 20:04:30.180 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: CREATE TABLE test(ID INT,NAME VARCHAR(40)); 20:04:30.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:04:30.182 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 20:04:30.182 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 20:04:30.182 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:04:30.182 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:04:30.182 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:04:30.182 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:04:30.182 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:04:30.182 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:04:30.182 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:04:30.182 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:04:30.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:04:30.183 TRACE [WorkbenchTestable][WidgetHandler] Notify StyledText with event 35 20:04:30.183 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:04:30.195 DEBUG [main][MenuItemLookup] Found menu:'Undo Typing Ctrl+Z' 20:04:30.195 DEBUG [main][MenuItemLookup] Found menu:'' 20:04:30.195 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 20:04:30.195 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:04:30.195 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:04:30.195 DEBUG [main][MenuItemLookup] Found menu:'' 20:04:30.195 DEBUG [main][MenuItemLookup] Found menu:'Toggle Comment Ctrl+/' 20:04:30.195 DEBUG [main][MenuItemLookup] Found menu:'' 20:04:30.195 DEBUG [main][MenuItemLookup] Found menu:'Execute All Ctrl+Alt+X' 20:04:30.195 DEBUG [main][MenuItemLookup] Item match:Execute All Ctrl+Alt+X 20:04:30.195 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Execute All Ctrl+Alt+X" 20:04:30.195 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Execute All Ctrl+Alt+X 20:04:30.195 INFO [main][MenuItemHandler] Select menu item: &Execute All Ctrl+Alt+X 20:04:30.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "SQL Statement Execution"] is available.... 20:04:40.211 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 20:04:40.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "SQL Statement Execution"] is available.... 20:04:40.212 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 20:04:40.213 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:04:40.213 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=CREATE TABLE test(ID INT,NAME VARCHAR(40)); TooltipText=null 20:04:40.213 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 20:04:40.213 DEBUG [WorkbenchTestable][EditorHandler] Closing editor SQL Scrapbook 0 20:04:40.252 DEBUG [WorkbenchTestable][EditorHandler] Editor SQL Scrapbook 0 is closed 20:04:40.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:40.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:40.255 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E'' is already open. Activate. 20:04:40.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:40.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:40.257 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:04:40.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:40.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:40.258 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:04:40.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 '\*?\QSQL Results\E') 20:04:40.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:40.258 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:40.260 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:40.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:40.260 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:04:40.260 INFO [WorkbenchTestable][AbstractView] Activate view SQL Results 20:04:40.260 INFO [WorkbenchTestable][AbstractCTabItem] Activate SQL Results 20:04:40.261 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:04:40.261 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:04:40.261 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:04:40.261 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:04:40.262 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E'' is already open. Activate. 20:04:40.262 INFO [WorkbenchTestable][AbstractView] Activate view SQL Results 20:04:40.262 INFO [WorkbenchTestable][AbstractCTabItem] Activate SQL Results 20:04:40.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:04:40.262 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 20:04:40.262 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:04:40.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:40.263 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:40.263 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:40.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:40.263 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:04:40.275 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:40.277 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:40.277 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E'' is already open. Activate. 20:04:40.277 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:40.279 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:40.279 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:04:40.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:40.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:40.280 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:04:40.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 '\*?\QData Source Explorer\E') 20:04:40.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:40.280 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:40.293 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:40.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:40.293 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:04:40.293 INFO [WorkbenchTestable][AbstractView] Activate view Data Source Explorer 20:04:40.293 INFO [WorkbenchTestable][AbstractCTabItem] Activate Data Source Explorer 20:04:40.315 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:04:40.315 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:04:40.315 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 20:04:40.315 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:40.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:40.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:40.316 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Data Source Explorer"as the parent 20:04:40.316 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:40.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:40.316 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:40.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:40.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:40.316 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:04:40.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:04:40.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:04:40.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Database Connections has children... 20:04:40.316 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 20:04:40.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:04:40.316 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 20:04:40.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:04:40.316 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 20:04:40.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Database Connections has children finished successfully 20:04:40.316 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 20:04:40.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:04:40.316 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 20:04:40.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:04:40.316 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 20:04:40.317 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item myDBProfile (H2 v. 1.4.0) 20:04:40.317 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item myDBProfile (H2 v. 1.4.0) 20:04:40.317 DEBUG [main][TreeItemHandler] Selecting tree item: myDBProfile (H2 v. 1.4.0) 20:04:40.317 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item myDBProfile (H2 v. 1.4.0) about selection 20:04:40.321 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: myDBProfile (H2 v. 1.4.0) 20:04:40.321 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 20:04:40.321 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 20:04:40.324 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 20:04:40.324 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item myDBProfile (H2 v. 1.4.0) and wait with time period 1 20:04:40.324 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item myDBProfile (H2 v. 1.4.0) 20:04:40.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:04:40.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:04:40.824 INFO [WorkbenchTestable][TreeItemHandler] Expanded: myDBProfile (H2 v. 1.4.0) 20:04:40.825 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:04:40.825 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:04:40.839 DEBUG [main][MenuItemLookup] Found menu:'Connect' 20:04:40.839 DEBUG [main][MenuItemLookup] Found menu:'Disconnect' 20:04:40.839 DEBUG [main][MenuItemLookup] Found menu:'Ping...' 20:04:40.839 DEBUG [main][MenuItemLookup] Found menu:'' 20:04:40.839 DEBUG [main][MenuItemLookup] Found menu:'Work Offline' 20:04:40.839 DEBUG [main][MenuItemLookup] Found menu:'Save Offline' 20:04:40.839 DEBUG [main][MenuItemLookup] Found menu:'' 20:04:40.839 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 20:04:40.839 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:04:40.839 DEBUG [main][MenuItemLookup] Found menu:'Duplicate' 20:04:40.839 DEBUG [main][MenuItemLookup] Found menu:'' 20:04:40.839 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 20:04:40.839 DEBUG [main][MenuItemLookup] Found menu:'' 20:04:40.839 DEBUG [main][MenuItemLookup] Found menu:'Open SQL Scrapbook' 20:04:40.839 DEBUG [main][MenuItemLookup] Item match:Open SQL Scrapbook 20:04:40.839 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Open SQL Scrapboo&k" 20:04:40.839 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Open SQL Scrapbook 20:04:40.839 INFO [main][MenuItemHandler] Select menu item: Open SQL Scrapboo&k 20:04:40.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4cf95eda is found... 20:04:40.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4cf95eda is found finished successfully 20:04:40.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 '\*?\QSQL Scrapbook 0\E') 20:04:40.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:40.910 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:40.911 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:40.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:40.911 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:04:40.912 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:04:40.912 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 20:04:40.912 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:") 20:04:40.912 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:40.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:40.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:40.912 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 20:04:40.912 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:40.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:40.912 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:40.913 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:40.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:40.913 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 20:04:40.913 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:") 20:04:40.913 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:40.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:40.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:40.913 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 20:04:40.913 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:40.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:40.913 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:40.914 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:40.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:40.914 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 20:04:40.914 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to selection: Generic JDBC_1.0 20:04:40.925 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 20:04:40.925 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:40.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:40.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:40.933 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 20:04:40.933 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:40.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:40.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 20:04:40.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 20:04:40.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:40.933 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 20:04:40.934 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to selection: myDBProfile 20:04:40.935 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 20:04:40.935 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:04:40.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:04:40.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:04:40.937 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 20:04:40.937 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:04:40.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:40.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:40.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:40.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:40.937 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 20:04:40.937 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: DROP TABLE TEST IF EXISTS; 20:04:40.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:04:40.939 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 20:04:40.939 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 20:04:40.939 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:04:40.939 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:04:40.939 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:04:40.939 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:04:40.939 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:04:40.939 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:04:40.939 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:04:40.939 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:04:40.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:04:40.939 TRACE [WorkbenchTestable][WidgetHandler] Notify StyledText with event 35 20:04:40.939 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:04:40.955 DEBUG [main][MenuItemLookup] Found menu:'Undo Typing Ctrl+Z' 20:04:40.955 DEBUG [main][MenuItemLookup] Found menu:'' 20:04:40.955 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 20:04:40.955 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:04:40.955 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:04:40.955 DEBUG [main][MenuItemLookup] Found menu:'' 20:04:40.955 DEBUG [main][MenuItemLookup] Found menu:'Toggle Comment Ctrl+/' 20:04:40.955 DEBUG [main][MenuItemLookup] Found menu:'' 20:04:40.955 DEBUG [main][MenuItemLookup] Found menu:'Execute All Ctrl+Alt+X' 20:04:40.955 DEBUG [main][MenuItemLookup] Item match:Execute All Ctrl+Alt+X 20:04:40.955 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Execute All Ctrl+Alt+X" 20:04:40.955 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Execute All Ctrl+Alt+X 20:04:40.955 INFO [main][MenuItemHandler] Select menu item: &Execute All Ctrl+Alt+X 20:04:40.956 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:2191): Gtk-CRITICAL **: 20:04:40.971: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2191): Gtk-CRITICAL **: 20:04:40.994: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 20:04:50.965 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 20:04:50.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "SQL Statement Execution"] is available.... 20:04:50.965 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 20:04:50.966 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:04:50.967 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=DROP TABLE TEST IF EXISTS; TooltipText=null 20:04:50.967 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 20:04:50.967 DEBUG [WorkbenchTestable][EditorHandler] Closing editor SQL Scrapbook 0 20:04:51.001 DEBUG [WorkbenchTestable][EditorHandler] Editor SQL Scrapbook 0 is closed 20:04:51.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:51.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:51.004 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E'' is already open. Activate. 20:04:51.004 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:51.006 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:51.006 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:04:51.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:04:51.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:04:51.007 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:04:51.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 '\*?\QSQL Results\E') 20:04:51.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:51.007 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:51.009 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:51.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:51.009 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:04:51.009 INFO [WorkbenchTestable][AbstractView] Activate view SQL Results 20:04:51.009 INFO [WorkbenchTestable][AbstractCTabItem] Activate SQL Results 20:04:51.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:04:51.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:04:51.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:04:51.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:04:51.011 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E'' is already open. Activate. 20:04:51.011 INFO [WorkbenchTestable][AbstractView] Activate view SQL Results 20:04:51.011 INFO [WorkbenchTestable][AbstractCTabItem] Activate SQL Results 20:04:51.011 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:04:51.011 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 20:04:51.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 20:04:51.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:51.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:51.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:51.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:51.012 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:04:51.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:04:51.013 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:2 20:04:51.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:04:51.013 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)") 20:04:51.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:51.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:51.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:51.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:51.024 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 20:04:51.024 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove All Visible Results (Shift+Delete) 20:04:51.024 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 20:04:51.024 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:04:51.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting while tree has children... 20:04:51.038 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:0 20:04:51.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting while tree has children finished successfully 20:04:51.038 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E'' is already open. Activate. 20:04:51.038 INFO [WorkbenchTestable][AbstractView] Activate view SQL Results 20:04:51.038 INFO [WorkbenchTestable][AbstractCTabItem] Activate SQL Results 20:04:51.038 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:04:51.038 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 20:04:51.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 20:04:51.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:04:51.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:04:51.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:04:51.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:04:51.039 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:04:51.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 20:05:01.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing failed, NO exception will be thrown 20:05:01.045 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest 20:05:01.045 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:05:01.045 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:05:01.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:05:01.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:05:01.046 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSQLResultViewSuccess no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest) 20:05:01.046 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:05:01.046 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSQLResultViewFail no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest) 20:05:01.046 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest 20:05:01.046 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:05:01.046 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:05:01.046 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:05:01.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:01.049 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:01.049 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E'' is already open. Activate. 20:05:01.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:01.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:01.051 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:05:01.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:05:01.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:05:01.052 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:05:01.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 '\*?\QData Source Explorer\E') 20:05:01.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:05:01.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:01.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:01.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:05:01.054 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:05:01.054 INFO [WorkbenchTestable][AbstractView] Activate view Data Source Explorer 20:05:01.054 INFO [WorkbenchTestable][AbstractCTabItem] Activate Data Source Explorer 20:05:01.076 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:05:01.076 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:05:01.076 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 20:05:01.076 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:05:01.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:05:01.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:05:01.076 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Data Source Explorer"as the parent 20:05:01.076 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:05:01.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:05:01.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:01.077 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:01.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:05:01.077 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:05:01.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:05:01.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:05:01.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Database Connections has children... 20:05:01.077 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 20:05:01.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:05:01.077 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 20:05:01.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:05:01.077 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 20:05:01.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Database Connections has children finished successfully 20:05:01.077 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 20:05:01.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:05:01.077 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 20:05:01.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:05:01.077 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 20:05:01.077 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item myDBProfile (H2 v. 1.4.0) 20:05:01.077 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item myDBProfile (H2 v. 1.4.0) 20:05:01.077 DEBUG [main][TreeItemHandler] Selecting tree item: myDBProfile (H2 v. 1.4.0) 20:05:01.078 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item myDBProfile (H2 v. 1.4.0) about selection 20:05:01.081 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: myDBProfile (H2 v. 1.4.0) 20:05:01.081 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 20:05:01.082 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 20:05:01.084 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 20:05:01.084 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item myDBProfile (H2 v. 1.4.0) and wait with time period 1 20:05:01.084 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item myDBProfile (H2 v. 1.4.0) 20:05:01.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:05:01.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:05:01.585 INFO [WorkbenchTestable][TreeItemHandler] Expanded: myDBProfile (H2 v. 1.4.0) 20:05:01.586 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:05:01.586 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:05:01.609 DEBUG [main][MenuItemLookup] Found menu:'Connect' 20:05:01.609 DEBUG [main][MenuItemLookup] Found menu:'Disconnect' 20:05:01.609 DEBUG [main][MenuItemLookup] Found menu:'Ping...' 20:05:01.609 DEBUG [main][MenuItemLookup] Found menu:'' 20:05:01.609 DEBUG [main][MenuItemLookup] Found menu:'Work Offline' 20:05:01.609 DEBUG [main][MenuItemLookup] Found menu:'Save Offline' 20:05:01.609 DEBUG [main][MenuItemLookup] Found menu:'' 20:05:01.609 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 20:05:01.609 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:05:01.609 DEBUG [main][MenuItemLookup] Found menu:'Duplicate' 20:05:01.609 DEBUG [main][MenuItemLookup] Found menu:'' 20:05:01.609 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 20:05:01.609 DEBUG [main][MenuItemLookup] Found menu:'' 20:05:01.609 DEBUG [main][MenuItemLookup] Found menu:'Open SQL Scrapbook' 20:05:01.609 DEBUG [main][MenuItemLookup] Item match:Open SQL Scrapbook 20:05:01.609 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Open SQL Scrapboo&k" 20:05:01.609 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Open SQL Scrapbook 20:05:01.609 INFO [main][MenuItemHandler] Select menu item: Open SQL Scrapboo&k 20:05:01.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6f424d2 is found... 20:05:01.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6f424d2 is found finished successfully 20:05:01.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.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') 20:05:01.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:05:01.689 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:01.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:01.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:05:01.691 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:05:01.696 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:05:01.696 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 20:05:01.696 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:") 20:05:01.696 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:05:01.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:05:01.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:05:01.696 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 20:05:01.696 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:05:01.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:05:01.696 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:01.697 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:01.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:05:01.697 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 20:05:01.697 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:") 20:05:01.698 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:05:01.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:05:01.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:05:01.698 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 20:05:01.698 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:05:01.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:05:01.698 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:01.699 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:01.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:05:01.699 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 20:05:01.699 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to selection: Generic JDBC_1.0 20:05:01.708 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 20:05:01.708 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:05:01.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:05:01.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:05:01.715 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 20:05:01.716 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:05:01.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:05:01.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 20:05:01.716 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 20:05:01.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:05:01.716 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 20:05:01.716 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to selection: myDBProfile 20:05:01.717 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 20:05:01.717 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:05:01.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:05:01.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:05:01.720 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 20:05:01.720 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:05:01.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:05:01.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:01.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:01.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:05:01.720 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 20:05:01.721 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: DROP TABLE TEST IF EXISTS; 20:05:01.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:05:01.722 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 20:05:01.722 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 20:05:01.722 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:05:01.722 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:05:01.722 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:05:01.722 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:05:01.722 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:05:01.722 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:05:01.722 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:05:01.722 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:05:01.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:05:01.723 TRACE [WorkbenchTestable][WidgetHandler] Notify StyledText with event 35 20:05:01.723 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:05:01.739 DEBUG [main][MenuItemLookup] Found menu:'Undo Typing Ctrl+Z' 20:05:01.739 DEBUG [main][MenuItemLookup] Found menu:'' 20:05:01.739 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 20:05:01.739 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:05:01.739 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:05:01.739 DEBUG [main][MenuItemLookup] Found menu:'' 20:05:01.739 DEBUG [main][MenuItemLookup] Found menu:'Toggle Comment Ctrl+/' 20:05:01.739 DEBUG [main][MenuItemLookup] Found menu:'' 20:05:01.739 DEBUG [main][MenuItemLookup] Found menu:'Execute All Ctrl+Alt+X' 20:05:01.739 DEBUG [main][MenuItemLookup] Item match:Execute All Ctrl+Alt+X 20:05:01.739 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Execute All Ctrl+Alt+X" 20:05:01.739 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Execute All Ctrl+Alt+X 20:05:01.739 INFO [main][MenuItemHandler] Select menu item: &Execute All Ctrl+Alt+X 20:05:01.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "SQL Statement Execution"] is available.... 20:05:11.748 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 20:05:11.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "SQL Statement Execution"] is available.... 20:05:11.748 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 20:05:11.749 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:05:11.749 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=DROP TABLE TEST IF EXISTS; TooltipText=null 20:05:11.749 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 20:05:11.750 DEBUG [WorkbenchTestable][EditorHandler] Closing editor SQL Scrapbook 0 20:05:11.792 DEBUG [WorkbenchTestable][EditorHandler] Editor SQL Scrapbook 0 is closed 20:05:11.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:11.794 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:11.794 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E'' is already open. Activate. 20:05:11.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:11.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:11.797 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:05:11.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:05:11.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:05:11.797 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:05:11.797 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:05:11.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:05:11.798 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:11.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:11.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:05:11.800 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:05:11.800 INFO [WorkbenchTestable][AbstractView] Activate view SQL Results 20:05:11.800 INFO [WorkbenchTestable][AbstractCTabItem] Activate SQL Results 20:05:11.801 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:05:11.801 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:05:11.801 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:05:11.801 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:05:11.802 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E'' is already open. Activate. 20:05:11.802 INFO [WorkbenchTestable][AbstractView] Activate view SQL Results 20:05:11.802 INFO [WorkbenchTestable][AbstractCTabItem] Activate SQL Results 20:05:11.803 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:05:11.803 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 20:05:11.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 20:05:11.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:05:11.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:11.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:11.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:05:11.803 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:05:11.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:05:11.815 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 20:05:11.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:05:11.815 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)") 20:05:11.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:05:11.815 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:11.816 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:11.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:05:11.816 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 20:05:11.816 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove All Visible Results (Shift+Delete) 20:05:11.816 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 20:05:11.816 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:05:11.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting while tree has children... 20:05:11.828 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:0 20:05:11.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting while tree has children finished successfully 20:05:11.828 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E'' is already open. Activate. 20:05:11.828 INFO [WorkbenchTestable][AbstractView] Activate view SQL Results 20:05:11.828 INFO [WorkbenchTestable][AbstractCTabItem] Activate SQL Results 20:05:11.829 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:05:11.829 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 20:05:11.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 20:05:11.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:05:11.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:11.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:11.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:05:11.829 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:05:11.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:11.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:11.832 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E'' is already open. Activate. 20:05:11.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:11.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:11.834 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:05:11.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:05:11.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:05:11.835 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:05:11.835 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:05:11.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:05:11.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:11.837 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:11.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:05:11.837 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:05:11.837 INFO [WorkbenchTestable][AbstractView] Activate view Data Source Explorer 20:05:11.837 INFO [WorkbenchTestable][AbstractCTabItem] Activate Data Source Explorer 20:05:11.859 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:05:11.859 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:05:11.859 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 20:05:11.859 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:05:11.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:05:11.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:05:11.859 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Data Source Explorer"as the parent 20:05:11.859 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:05:11.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:05:11.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:11.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:11.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:05:11.859 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:05:11.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:05:11.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:05:11.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Database Connections has children... 20:05:11.860 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 20:05:11.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:05:11.860 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 20:05:11.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:05:11.860 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 20:05:11.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Database Connections has children finished successfully 20:05:11.860 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 20:05:11.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:05:11.860 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 20:05:11.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:05:11.860 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 20:05:11.860 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item myDBProfile (H2 v. 1.4.0) 20:05:11.860 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item myDBProfile (H2 v. 1.4.0) 20:05:11.860 DEBUG [main][TreeItemHandler] Selecting tree item: myDBProfile (H2 v. 1.4.0) 20:05:11.860 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item myDBProfile (H2 v. 1.4.0) about selection 20:05:11.864 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: myDBProfile (H2 v. 1.4.0) 20:05:11.864 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 20:05:11.864 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 20:05:11.867 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 20:05:11.867 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item myDBProfile (H2 v. 1.4.0) and wait with time period 1 20:05:11.867 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item myDBProfile (H2 v. 1.4.0) 20:05:11.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:05:12.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:05:12.367 INFO [WorkbenchTestable][TreeItemHandler] Expanded: myDBProfile (H2 v. 1.4.0) 20:05:12.368 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:05:12.368 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:05:12.382 DEBUG [main][MenuItemLookup] Found menu:'Connect' 20:05:12.382 DEBUG [main][MenuItemLookup] Found menu:'Disconnect' 20:05:12.382 DEBUG [main][MenuItemLookup] Found menu:'Ping...' 20:05:12.382 DEBUG [main][MenuItemLookup] Found menu:'' 20:05:12.382 DEBUG [main][MenuItemLookup] Found menu:'Work Offline' 20:05:12.382 DEBUG [main][MenuItemLookup] Found menu:'Save Offline' 20:05:12.382 DEBUG [main][MenuItemLookup] Found menu:'' 20:05:12.382 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 20:05:12.382 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:05:12.382 DEBUG [main][MenuItemLookup] Found menu:'Duplicate' 20:05:12.382 DEBUG [main][MenuItemLookup] Found menu:'' 20:05:12.382 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 20:05:12.382 DEBUG [main][MenuItemLookup] Found menu:'' 20:05:12.382 DEBUG [main][MenuItemLookup] Found menu:'Open SQL Scrapbook' 20:05:12.382 DEBUG [main][MenuItemLookup] Item match:Open SQL Scrapbook 20:05:12.382 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Open SQL Scrapboo&k" 20:05:12.382 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Open SQL Scrapbook 20:05:12.382 INFO [main][MenuItemHandler] Select menu item: Open SQL Scrapboo&k 20:05:12.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6c4f1b58 is found... 20:05:12.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6c4f1b58 is found finished successfully 20:05:12.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.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') 20:05:12.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:05:12.449 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:12.450 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:12.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:05:12.450 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:05:12.451 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:05:12.451 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 20:05:12.451 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:") 20:05:12.451 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:05:12.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:05:12.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:05:12.451 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 20:05:12.451 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:05:12.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:05:12.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:12.452 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:12.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:05:12.452 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 20:05:12.452 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:") 20:05:12.452 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:05:12.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:05:12.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:05:12.452 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 20:05:12.452 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:05:12.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:05:12.452 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:12.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:12.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:05:12.453 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 20:05:12.453 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to selection: Generic JDBC_1.0 20:05:12.462 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 20:05:12.462 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:05:12.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:05:12.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:05:12.471 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 20:05:12.471 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:05:12.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:05:12.471 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 20:05:12.472 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 20:05:12.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:05:12.472 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 20:05:12.472 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to selection: myDBProfile 20:05:12.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 20:05:12.473 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:05:12.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:05:12.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:05:12.475 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 20:05:12.475 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:05:12.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:05:12.475 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:12.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:12.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:05:12.476 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 20:05:12.476 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: CREATE TABLE test(INT ID,VARCHAR(40) NAME); 20:05:12.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:05:12.477 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 20:05:12.477 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 20:05:12.477 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:05:12.477 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:05:12.477 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:05:12.477 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:05:12.477 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:05:12.477 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:05:12.477 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:05:12.477 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:05:12.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:05:12.484 TRACE [WorkbenchTestable][WidgetHandler] Notify StyledText with event 35 20:05:12.484 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:05:12.493 DEBUG [main][MenuItemLookup] Found menu:'Undo Typing Ctrl+Z' 20:05:12.493 DEBUG [main][MenuItemLookup] Found menu:'' 20:05:12.493 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 20:05:12.493 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:05:12.493 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:05:12.493 DEBUG [main][MenuItemLookup] Found menu:'' 20:05:12.493 DEBUG [main][MenuItemLookup] Found menu:'Toggle Comment Ctrl+/' 20:05:12.493 DEBUG [main][MenuItemLookup] Found menu:'' 20:05:12.493 DEBUG [main][MenuItemLookup] Found menu:'Execute All Ctrl+Alt+X' 20:05:12.493 DEBUG [main][MenuItemLookup] Item match:Execute All Ctrl+Alt+X 20:05:12.493 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Execute All Ctrl+Alt+X" 20:05:12.493 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Execute All Ctrl+Alt+X 20:05:12.493 INFO [main][MenuItemHandler] Select menu item: &Execute All Ctrl+Alt+X 20:05:12.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "SQL Statement Execution"] is available.... 20:05:22.517 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 20:05:22.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "SQL Statement Execution"] is available.... 20:05:22.517 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 20:05:22.519 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:05:22.519 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=CREATE TABLE test(INT ID,VARCHAR(40) NAME); TooltipText=null 20:05:22.519 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 20:05:22.519 DEBUG [WorkbenchTestable][EditorHandler] Closing editor SQL Scrapbook 0 20:05:22.556 DEBUG [WorkbenchTestable][EditorHandler] Editor SQL Scrapbook 0 is closed 20:05:22.556 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:22.559 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:22.559 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E'' is already open. Activate. 20:05:22.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:22.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:22.562 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:05:22.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:05:22.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:05:22.563 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:05:22.563 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:05:22.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:05:22.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:22.566 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:22.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:05:22.566 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:05:22.566 INFO [WorkbenchTestable][AbstractView] Activate view SQL Results 20:05:22.566 INFO [WorkbenchTestable][AbstractCTabItem] Activate SQL Results 20:05:22.566 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:05:22.566 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:05:22.566 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:05:22.566 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:05:22.577 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E'' is already open. Activate. 20:05:22.578 INFO [WorkbenchTestable][AbstractView] Activate view SQL Results 20:05:22.578 INFO [WorkbenchTestable][AbstractCTabItem] Activate SQL Results 20:05:22.578 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:05:22.579 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 20:05:22.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 20:05:22.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:05:22.579 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:22.579 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:22.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:05:22.579 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:05:22.580 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:22.582 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:22.582 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E'' is already open. Activate. 20:05:22.582 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:22.584 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:22.584 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:05:22.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:05:22.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:05:22.585 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:05:22.585 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:05:22.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:05:22.585 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:22.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:22.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:05:22.587 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:05:22.587 INFO [WorkbenchTestable][AbstractView] Activate view Data Source Explorer 20:05:22.587 INFO [WorkbenchTestable][AbstractCTabItem] Activate Data Source Explorer 20:05:22.611 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:05:22.611 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:05:22.611 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 20:05:22.611 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:05:22.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:05:22.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:05:22.612 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Data Source Explorer"as the parent 20:05:22.612 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:05:22.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:05:22.612 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:22.612 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:22.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:05:22.612 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:05:22.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:05:22.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:05:22.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Database Connections has children... 20:05:22.612 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 20:05:22.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:05:22.612 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 20:05:22.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:05:22.612 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 20:05:22.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Database Connections has children finished successfully 20:05:22.613 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 20:05:22.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:05:22.613 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 20:05:22.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:05:22.613 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 20:05:22.613 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item myDBProfile (H2 v. 1.4.0) 20:05:22.613 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item myDBProfile (H2 v. 1.4.0) 20:05:22.613 DEBUG [main][TreeItemHandler] Selecting tree item: myDBProfile (H2 v. 1.4.0) 20:05:22.613 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item myDBProfile (H2 v. 1.4.0) about selection 20:05:22.617 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: myDBProfile (H2 v. 1.4.0) 20:05:22.617 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 20:05:22.618 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 20:05:22.621 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 20:05:22.621 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item myDBProfile (H2 v. 1.4.0) and wait with time period 1 20:05:22.621 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item myDBProfile (H2 v. 1.4.0) 20:05:22.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:05:23.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:05:23.121 INFO [WorkbenchTestable][TreeItemHandler] Expanded: myDBProfile (H2 v. 1.4.0) 20:05:23.122 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:05:23.122 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:05:23.137 DEBUG [main][MenuItemLookup] Found menu:'Connect' 20:05:23.137 DEBUG [main][MenuItemLookup] Found menu:'Disconnect' 20:05:23.137 DEBUG [main][MenuItemLookup] Found menu:'Ping...' 20:05:23.137 DEBUG [main][MenuItemLookup] Found menu:'' 20:05:23.137 DEBUG [main][MenuItemLookup] Found menu:'Work Offline' 20:05:23.137 DEBUG [main][MenuItemLookup] Found menu:'Save Offline' 20:05:23.137 DEBUG [main][MenuItemLookup] Found menu:'' 20:05:23.137 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 20:05:23.137 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:05:23.137 DEBUG [main][MenuItemLookup] Found menu:'Duplicate' 20:05:23.137 DEBUG [main][MenuItemLookup] Found menu:'' 20:05:23.137 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 20:05:23.137 DEBUG [main][MenuItemLookup] Found menu:'' 20:05:23.137 DEBUG [main][MenuItemLookup] Found menu:'Open SQL Scrapbook' 20:05:23.137 DEBUG [main][MenuItemLookup] Item match:Open SQL Scrapbook 20:05:23.137 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Open SQL Scrapboo&k" 20:05:23.137 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Open SQL Scrapbook 20:05:23.137 INFO [main][MenuItemHandler] Select menu item: Open SQL Scrapboo&k 20:05:23.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@11228100 is found... 20:05:23.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@11228100 is found finished successfully 20:05:23.204 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') 20:05:23.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:05:23.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:23.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:23.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:05:23.205 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:05:23.206 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:05:23.207 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 20:05:23.207 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:") 20:05:23.207 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:05:23.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:05:23.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:05:23.207 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 20:05:23.207 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:05:23.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:05:23.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:23.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:23.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:05:23.207 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 20:05:23.208 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:") 20:05:23.208 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:05:23.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:05:23.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:05:23.208 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 20:05:23.208 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:05:23.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:05:23.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:23.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:23.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:05:23.208 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 20:05:23.208 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to selection: Generic JDBC_1.0 20:05:23.217 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 20:05:23.217 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:05:23.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:05:23.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:05:23.225 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 20:05:23.225 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:05:23.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:05:23.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 20:05:23.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 20:05:23.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:05:23.225 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 20:05:23.226 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to selection: myDBProfile 20:05:23.227 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 20:05:23.227 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:05:23.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:05:23.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:05:23.229 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 20:05:23.229 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:05:23.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:05:23.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:23.230 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:23.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:05:23.230 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 20:05:23.230 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: DROP TABLE TEST IF EXISTS; 20:05:23.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:05:23.231 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 20:05:23.231 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 20:05:23.231 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:05:23.231 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:05:23.231 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:05:23.231 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:05:23.231 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:05:23.231 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:05:23.231 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:05:23.231 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:05:23.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:05:23.238 TRACE [WorkbenchTestable][WidgetHandler] Notify StyledText with event 35 20:05:23.238 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:05:23.248 DEBUG [main][MenuItemLookup] Found menu:'Undo Typing Ctrl+Z' 20:05:23.248 DEBUG [main][MenuItemLookup] Found menu:'' 20:05:23.248 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 20:05:23.248 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:05:23.248 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:05:23.248 DEBUG [main][MenuItemLookup] Found menu:'' 20:05:23.248 DEBUG [main][MenuItemLookup] Found menu:'Toggle Comment Ctrl+/' 20:05:23.248 DEBUG [main][MenuItemLookup] Found menu:'' 20:05:23.248 DEBUG [main][MenuItemLookup] Found menu:'Execute All Ctrl+Alt+X' 20:05:23.248 DEBUG [main][MenuItemLookup] Item match:Execute All Ctrl+Alt+X 20:05:23.248 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Execute All Ctrl+Alt+X" 20:05:23.248 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Execute All Ctrl+Alt+X 20:05:23.248 INFO [main][MenuItemHandler] Select menu item: &Execute All Ctrl+Alt+X 20:05:23.249 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:2191): Gtk-CRITICAL **: 20:05:23.278: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 20:05:33.256 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 20:05:33.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "SQL Statement Execution"] is available.... 20:05:33.257 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 20:05:33.258 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:05:33.258 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=DROP TABLE TEST IF EXISTS; TooltipText=null 20:05:33.258 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 20:05:33.258 DEBUG [WorkbenchTestable][EditorHandler] Closing editor SQL Scrapbook 0 20:05:33.295 DEBUG [WorkbenchTestable][EditorHandler] Editor SQL Scrapbook 0 is closed 20:05:33.295 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:33.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:33.299 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E'' is already open. Activate. 20:05:33.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:33.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:33.302 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:05:33.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:05:33.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:05:33.303 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:05:33.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 '\*?\QSQL Results\E') 20:05:33.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:05:33.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:33.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:33.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:05:33.305 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:05:33.305 INFO [WorkbenchTestable][AbstractView] Activate view SQL Results 20:05:33.305 INFO [WorkbenchTestable][AbstractCTabItem] Activate SQL Results 20:05:33.306 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:05:33.306 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:05:33.306 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:05:33.306 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:05:33.307 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E'' is already open. Activate. 20:05:33.307 INFO [WorkbenchTestable][AbstractView] Activate view SQL Results 20:05:33.307 INFO [WorkbenchTestable][AbstractCTabItem] Activate SQL Results 20:05:33.308 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:05:33.308 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 20:05:33.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 20:05:33.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:05:33.308 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:33.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:33.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:05:33.309 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:05:33.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:05:33.309 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:2 20:05:33.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:05:33.310 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)") 20:05:33.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:05:33.310 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:33.310 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:33.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:05:33.310 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 20:05:33.310 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove All Visible Results (Shift+Delete) 20:05:33.310 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 20:05:33.310 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:05:33.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting while tree has children... 20:05:33.331 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:0 20:05:33.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting while tree has children finished successfully 20:05:33.331 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E'' is already open. Activate. 20:05:33.331 INFO [WorkbenchTestable][AbstractView] Activate view SQL Results 20:05:33.331 INFO [WorkbenchTestable][AbstractCTabItem] Activate SQL Results 20:05:33.332 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:05:33.332 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 20:05:33.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 20:05:33.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:05:33.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:33.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:33.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:05:33.332 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:05:33.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 20:05:43.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing failed, NO exception will be thrown 20:05:43.337 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest 20:05:43.337 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:05:43.337 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:05:43.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:05:43.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:05:43.338 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSQLResultViewFail no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest) 20:05:43.338 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest 20:05:43.338 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:05:43.338 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:05:43.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:05:43.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 87.145 s - in org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest testSQLResultViewSuccess no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest) Time elapsed: 42.658 s testSQLResultViewFail no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest) Time elapsed: 42.292 s Running org.eclipse.reddeer.eclipse.test.jst.servlet.ui.WebProjectTest 20:05:43.342 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jst.servlet.ui.WebProjectTest 20:05:43.342 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:05:43.342 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:05:43.342 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jst.servlet.ui.WebProjectTest 20:05:43.342 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:05:43.342 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 20:05:43.343 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:05:43.343 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 20:05:43.343 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:05:43.343 INFO [WorkbenchTestable][JavaEEPerspective] Open perspective: 'Java EE' 20:05:43.343 DEBUG [WorkbenchTestable][JavaEEPerspective] Trying to open perspective: 'Java EE' 20:05:43.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:05:43.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:05:43.343 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:05:43.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:05:43.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:05:43.343 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") 20:05:43.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:05:43.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:43.347 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:43.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:05:43.347 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 20:05:43.347 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 20:05:43.347 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 20:05:43.347 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:05:43.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 20:05:43.384 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 20:05:43.384 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 20:05:43.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:05:43.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:05:43.384 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 20:05:43.384 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:05:43.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:05:43.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:05:43.385 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 20:05:43.385 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:05:43.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:05:43.385 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:43.385 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:43.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:05:43.385 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:05:43.385 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Java EE') 20:05:43.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:05:43.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:05:43.385 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (4) 20:05:43.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:05:43.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:05:43.386 TRACE [main][WidgetHandler] Notify Table with event 13 20:05:43.386 TRACE [main][WidgetHandler] Wait for synchronization 20:05:43.386 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:05:43.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:05:43.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:05:43.386 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 20:05:43.386 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:05:43.386 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:43.386 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:43.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 "Open") 20:05:43.386 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:05:43.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:05:43.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:05:43.386 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 20:05:43.386 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:05:43.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:05:43.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:43.387 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:43.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:05:43.387 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:05:43.387 INFO [WorkbenchTestable][AbstractButton] Click button &Open 20:05:43.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:05:43.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:05:43.387 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:05:43.387 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:05:43.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:05:43.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:05:43.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 20:05:43.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:05:43.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:05:43.540 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:05:43.540 DEBUG [main][MenuItemLookup] Found menu:'File' 20:05:43.540 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:05:43.540 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:05:43.540 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:05:43.540 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:05:43.540 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:05:43.540 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:05:43.540 DEBUG [main][MenuItemLookup] Item match:Window 20:05:43.541 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:05:43.541 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:05:43.541 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:05:43.541 DEBUG [main][MenuItemLookup] Found menu:'' 20:05:43.541 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:05:43.541 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:05:43.541 DEBUG [main][MenuItemLookup] Found menu:'' 20:05:43.541 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:05:43.541 DEBUG [main][MenuItemLookup] Found menu:'' 20:05:43.541 DEBUG [main][MenuItemLookup] Found menu:'Web Browser' 20:05:43.541 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:05:43.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:05:43.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:05:43.541 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:05:43.541 DEBUG [main][MenuItemLookup] Found menu:'File' 20:05:43.541 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:05:43.541 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:05:43.541 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:05:43.541 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:05:43.541 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:05:43.541 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:05:43.541 DEBUG [main][MenuItemLookup] Item match:Window 20:05:43.541 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:05:43.541 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:05:43.541 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:05:43.541 DEBUG [main][MenuItemLookup] Found menu:'' 20:05:43.541 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:05:43.541 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:05:43.541 DEBUG [main][MenuItemLookup] Item match:Perspective 20:05:43.541 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 20:05:43.541 DEBUG [main][MenuItemLookup] Found menu:'' 20:05:43.541 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 20:05:43.541 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 20:05:43.541 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 20:05:43.541 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 20:05:43.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 20:05:43.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:05:43.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:05:43.542 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:05:43.542 DEBUG [main][MenuItemLookup] Found menu:'File' 20:05:43.542 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:05:43.542 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:05:43.542 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:05:43.542 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:05:43.542 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:05:43.542 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:05:43.542 DEBUG [main][MenuItemLookup] Item match:Window 20:05:43.542 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:05:43.542 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:05:43.542 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:05:43.542 DEBUG [main][MenuItemLookup] Found menu:'' 20:05:43.542 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:05:43.542 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:05:43.542 DEBUG [main][MenuItemLookup] Found menu:'' 20:05:43.542 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:05:43.542 DEBUG [main][MenuItemLookup] Found menu:'' 20:05:43.542 DEBUG [main][MenuItemLookup] Found menu:'Web Browser' 20:05:43.542 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:05:43.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:05:43.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:05:43.542 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:05:43.542 DEBUG [main][MenuItemLookup] Found menu:'File' 20:05:43.542 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:05:43.542 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:05:43.542 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:05:43.542 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:05:43.542 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:05:43.542 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:05:43.542 DEBUG [main][MenuItemLookup] Item match:Window 20:05:43.542 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:05:43.542 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:05:43.542 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:05:43.542 DEBUG [main][MenuItemLookup] Found menu:'' 20:05:43.542 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:05:43.542 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:05:43.542 DEBUG [main][MenuItemLookup] Item match:Perspective 20:05:43.542 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 20:05:43.542 DEBUG [main][MenuItemLookup] Found menu:'' 20:05:43.542 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 20:05:43.542 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 20:05:43.542 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 20:05:43.542 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 20:05:43.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:05:43.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:05:43.542 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:05:43.542 DEBUG [main][MenuItemLookup] Found menu:'File' 20:05:43.542 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:05:43.543 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:05:43.543 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:05:43.543 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:05:43.543 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:05:43.543 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:05:43.543 DEBUG [main][MenuItemLookup] Item match:Window 20:05:43.543 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:05:43.543 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:05:43.543 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:05:43.543 DEBUG [main][MenuItemLookup] Found menu:'' 20:05:43.543 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:05:43.543 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:05:43.543 DEBUG [main][MenuItemLookup] Found menu:'' 20:05:43.543 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:05:43.543 DEBUG [main][MenuItemLookup] Found menu:'' 20:05:43.543 DEBUG [main][MenuItemLookup] Found menu:'Web Browser' 20:05:43.543 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:05:43.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:05:43.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:05:43.543 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:05:43.543 DEBUG [main][MenuItemLookup] Found menu:'File' 20:05:43.543 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:05:43.543 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:05:43.543 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:05:43.543 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:05:43.543 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:05:43.543 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:05:43.543 DEBUG [main][MenuItemLookup] Item match:Window 20:05:43.544 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:05:43.544 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:05:43.544 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:05:43.544 DEBUG [main][MenuItemLookup] Found menu:'' 20:05:43.544 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:05:43.544 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:05:43.544 DEBUG [main][MenuItemLookup] Item match:Perspective 20:05:43.544 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 20:05:43.544 DEBUG [main][MenuItemLookup] Found menu:'' 20:05:43.544 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 20:05:43.544 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 20:05:43.544 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 20:05:43.544 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 20:05:43.544 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 20:05:43.544 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 20:05:43.544 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 20:05:43.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 20:05:43.566 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 20:05:43.566 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 20:05:43.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:05:43.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:05:43.567 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:05:43.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:05:43.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:05:43.567 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 20:05:43.567 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:05:43.567 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:43.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:43.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 "Reset Perspective") 20:05:43.567 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:05:43.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:05:43.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:05:43.568 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 20:05:43.568 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:05:43.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:05:43.568 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:43.568 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:43.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:05:43.568 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:05:43.569 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 20:05:43.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:05:43.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:05:43.569 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:05:43.569 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:05:43.649 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:05:43.650 INFO [WorkbenchTestable][RequirementsRunner] Started test: createWebProject no-configuration(org.eclipse.reddeer.eclipse.test.jst.servlet.ui.WebProjectTest) 20:05:43.650 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jst.servlet.ui.WebProjectTest 20:05:43.650 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:05:43.650 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:05:43.650 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:05:43.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:43.653 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:05:43.653 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 20:05:43.653 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:05:43.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:05:43.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:05:43.653 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:05:43.653 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:05:43.653 DEBUG [main][MenuItemLookup] Found menu:'File' 20:05:43.653 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:05:43.653 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:05:43.653 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:05:43.653 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:05:43.653 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:05:43.653 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:05:43.653 DEBUG [main][MenuItemLookup] Item match:Window 20:05:43.654 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:05:43.654 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:05:43.654 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:05:43.654 DEBUG [main][MenuItemLookup] Found menu:'' 20:05:43.654 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:05:43.654 DEBUG [main][MenuItemLookup] Item match:Show View 20:05:43.656 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 20:05:43.656 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 20:05:43.656 DEBUG [main][MenuItemLookup] Found menu:'Data Source Explorer' 20:05:43.656 DEBUG [main][MenuItemLookup] Found menu:'Markers' 20:05:43.656 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 20:05:43.656 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 20:05:43.656 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 20:05:43.656 DEBUG [main][MenuItemLookup] Found menu:'Properties' 20:05:43.656 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 20:05:43.656 DEBUG [main][MenuItemLookup] Found menu:'Servers' 20:05:43.656 DEBUG [main][MenuItemLookup] Found menu:'Snippets' 20:05:43.656 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 20:05:43.656 DEBUG [main][MenuItemLookup] Found menu:'' 20:05:43.656 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 20:05:43.656 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 20:05:43.657 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 20:05:43.657 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 20:05:43.657 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 20:05:43.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 20:05:43.735 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 20:05:43.735 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 20:05:43.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:05:43.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:05:43.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 20:05:43.736 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:05:43.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:05:43.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:05:43.736 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:05:43.736 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:05:43.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:05:43.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:43.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:43.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:05:43.737 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:05:43.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:05:43.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:05:43.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 20:05:43.737 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:05:43.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:05:43.737 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:05:43.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:05:43.737 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:05:43.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 20:05:43.738 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:05:43.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:05:43.738 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:05:43.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:05:43.738 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:05:43.738 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 20:05:43.738 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 20:05:43.738 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 20:05:43.738 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 20:05:43.738 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:05:43.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:05:43.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:05:43.738 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:05:43.738 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:05:43.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:43.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:43.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") 20:05:43.738 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:05:43.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:05:43.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:05:43.738 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:05:43.738 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:05:43.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:05:43.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:43.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:43.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:05:43.739 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:05:43.739 INFO [WorkbenchTestable][AbstractButton] Click button &Open 20:05:43.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:05:43.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:05:43.739 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:05:43.739 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:05:43.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:05:43.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:05:43.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 20:05:43.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:43.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:43.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 20:05:43.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:43.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:43.850 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:05:43.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:05:43.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:05:43.851 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:05:43.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 '\*?\QPackage Explorer\E') 20:05:43.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:05:43.851 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:43.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:43.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:05:43.852 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:05:43.852 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:05:43.852 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:05:43.853 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:05:43.853 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:05:43.853 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:05:43.853 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:05:43.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:05:43.854 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:05:43.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:05:43.854 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:05:43.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: "New Dynamic Web Project"] 20:05:43.854 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:05:43.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:05:43.854 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:05:43.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:05:43.854 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:05:43.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:05:43.854 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:05:43.855 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 20:05:43.855 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:05:43.855 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:05:43.855 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:05:43.855 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:05:43.855 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:05:43.855 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:05:43.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:05:43.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:05:43.855 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:05:43.855 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:05:43.855 DEBUG [main][MenuItemLookup] Found menu:'File' 20:05:43.855 DEBUG [main][MenuItemLookup] Item match:File 20:05:43.856 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 20:05:43.856 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 20:05:43.859 DEBUG [main][MenuItemLookup] Found menu:'Enterprise Application Project' 20:05:43.859 DEBUG [main][MenuItemLookup] Found menu:'Dynamic Web Project' 20:05:43.859 DEBUG [main][MenuItemLookup] Found menu:'EJB Project' 20:05:43.859 DEBUG [main][MenuItemLookup] Found menu:'Connector Project' 20:05:43.859 DEBUG [main][MenuItemLookup] Found menu:'Application Client Project' 20:05:43.859 DEBUG [main][MenuItemLookup] Found menu:'Static Web Project' 20:05:43.859 DEBUG [main][MenuItemLookup] Found menu:'Project...' 20:05:43.859 DEBUG [main][MenuItemLookup] Found menu:'' 20:05:43.859 DEBUG [main][MenuItemLookup] Found menu:'JavaScript File' 20:05:43.859 DEBUG [main][MenuItemLookup] Found menu:'CSS File' 20:05:43.859 DEBUG [main][MenuItemLookup] Found menu:'Servlet' 20:05:43.859 DEBUG [main][MenuItemLookup] Found menu:'Session Bean (EJB 3.x)' 20:05:43.859 DEBUG [main][MenuItemLookup] Found menu:'Message-Driven Bean (EJB 3.x)' 20:05:43.859 DEBUG [main][MenuItemLookup] Found menu:'Folder' 20:05:43.859 DEBUG [main][MenuItemLookup] Found menu:'File' 20:05:43.859 DEBUG [main][MenuItemLookup] Found menu:'' 20:05:43.859 DEBUG [main][MenuItemLookup] Found menu:'Example...' 20:05:43.859 DEBUG [main][MenuItemLookup] Found menu:'' 20:05:43.859 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 20:05:43.859 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 20:05:43.860 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 20:05:43.860 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 20:05:43.860 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 20:05:43.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 20:05:43.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 20:05:43.928 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 20:05:43.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:05:43.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:05:43.929 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:05:43.929 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:05:43.930 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 20:05:43.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:05:43.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:43.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:43.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:05:43.930 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:05:43.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:05:43.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:05:43.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Web has children... 20:05:43.935 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Web 20:05:43.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:05:43.936 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Web is already expanded. No action performed 20:05:43.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:05:43.936 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Web 20:05:43.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Web has children finished successfully 20:05:43.936 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Web 20:05:43.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:05:43.936 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Web is already expanded. No action performed 20:05:43.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:05:43.936 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Web 20:05:43.936 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Dynamic Web Project 20:05:43.937 DEBUG [main][TreeItemHandler] Selecting tree item: Dynamic Web Project 20:05:43.937 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Dynamic Web Project about selection 20:05:43.938 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Dynamic Web Project 20:05:43.939 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:05:43.939 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 20:05:43.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) 20:05:43.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:05:43.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:43.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:43.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:05:43.940 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:05:43.940 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:05:43.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:05:43.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:05:43.941 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:05:43.941 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:05:44.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:05:44.063 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:05:44.063 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:05:44.063 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.... 20:05:44.063 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 20:05:44.063 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Dynamic Web Project 20:05:44.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:05:44.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:05:44.064 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 20:05:44.064 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:05:44.064 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:") 20:05:44.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:05:44.064 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:44.065 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:44.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:05:44.065 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:05:44.065 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:05:44.066 INFO [WorkbenchTestable][AbstractText] Text set to: web project 20:05:44.088 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 20:05:44.088 INFO [WorkbenchTestable][WebProjectWizard] Finish wizard 20:05:44.088 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) 20:05:44.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:05:44.088 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:44.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:44.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:05:44.089 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:05:44.090 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:05:44.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:05:44.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:05:44.090 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:05:44.090 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:05:44.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:05:44.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:05:44.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:05:44.593 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 20:05:44.593 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 20:05:44.593 DEBUG [WorkbenchTestable][JobIsRunning] job 'Configuring for JavaScript' is not running, skipped 20:05:44.593 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 20:05:44.593 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:05:44.593 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 20:05:44.593 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:05:44.593 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:05:44.593 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:05:44.593 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 20:05:44.593 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 20:05:44.593 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:05:44.593 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:05:44.593 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:05:44.593 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:05:44.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:05:44.593 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:05:44.593 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:05:44.594 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:05:44.594 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:05:44.594 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:05:44.594 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:05:44.595 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:05:44.595 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:05:44.596 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:05:44.596 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:05:44.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:05:44.596 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:44.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:05:45.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:45.096 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:05:45.613 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:45.614 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:05:45.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:05:45.614 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:05:45.614 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:05:45.615 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:05:45.615 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:05:45.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 20:05:45.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:05:45.615 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:45.615 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:45.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:05:45.615 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:05:45.615 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name web project 20:05:45.616 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:05:45.616 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:05:45.616 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:05:45.616 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:05:45.616 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:05:45.616 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:05:45.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:05:45.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:05:45.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:05:45.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:45.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:05:46.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:46.117 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:05:46.618 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:46.618 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:05:46.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:05:46.618 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:05:46.618 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:05:46.619 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:05:46.619 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:05:46.619 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:05:46.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:05:46.619 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:46.619 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:46.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:05:46.619 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:05:46.619 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name web project 20:05:46.620 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item web project 20:05:46.620 DEBUG [main][TreeItemHandler] Selecting tree item: web project 20:05:46.620 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item web project about selection 20:05:46.621 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: web project 20:05:46.621 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:05:46.621 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:05:46.669 DEBUG [main][MenuItemLookup] Found menu:'New' 20:05:46.669 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:05:46.669 DEBUG [main][MenuItemLookup] Found menu:'' 20:05:46.669 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 20:05:46.669 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 20:05:46.669 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:05:46.669 DEBUG [main][MenuItemLookup] Found menu:'' 20:05:46.669 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:05:46.669 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 20:05:46.669 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:05:46.669 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:05:46.669 DEBUG [main][MenuItemLookup] Found menu:'' 20:05:46.669 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 20:05:46.669 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 20:05:46.669 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 20:05:46.669 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 20:05:46.669 DEBUG [main][MenuItemLookup] Found menu:'' 20:05:46.669 DEBUG [main][MenuItemLookup] Found menu:'Import...' 20:05:46.669 DEBUG [main][MenuItemLookup] Found menu:'Export...' 20:05:46.669 DEBUG [main][MenuItemLookup] Found menu:'' 20:05:46.669 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 20:05:46.669 DEBUG [main][MenuItemLookup] Item match:Refresh F5 20:05:46.670 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 20:05:46.670 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 20:05:46.670 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 20:05:46.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:05:46.670 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 20:05:47.170 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 20:05:47.170 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 20:05:47.170 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:05:47.170 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:05:47.170 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:05:47.170 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:05:47.170 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 20:05:47.170 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 20:05:47.170 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:05:47.170 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:05:47.170 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:05:47.170 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:05:47.170 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:05:47.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:05:47.170 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'web project' via Explorer 20:05:47.170 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item web project 20:05:47.171 DEBUG [main][TreeItemHandler] Selecting tree item: web project 20:05:47.171 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item web project about selection 20:05:47.172 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: web project 20:05:47.172 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:05:47.172 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:05:47.195 DEBUG [main][MenuItemLookup] Found menu:'New' 20:05:47.195 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:05:47.195 DEBUG [main][MenuItemLookup] Found menu:'' 20:05:47.195 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 20:05:47.195 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 20:05:47.195 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:05:47.195 DEBUG [main][MenuItemLookup] Found menu:'' 20:05:47.195 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:05:47.195 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 20:05:47.195 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:05:47.195 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:05:47.195 DEBUG [main][MenuItemLookup] Item match:Delete Delete 20:05:47.195 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 20:05:47.195 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 20:05:47.195 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 20:05:47.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 'Delete.*'] is available.... 20:05:47.771 DEBUG [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 20:05:47.771 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 20:05:47.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:05:47.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:05:47.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:47.774 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:47.774 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 20:05:47.774 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:05:47.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:05:47.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:05:47.774 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:05:47.774 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:05:47.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:05:47.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:47.774 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:47.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:05:47.774 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:05:47.775 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 20:05:47.775 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 20:05:47.775 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 20:05:47.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:05:47.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:05:47.775 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:05:47.775 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:05:47.775 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 20:05:47.775 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:05:47.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:05:47.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:05:47.775 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:05:47.775 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:05:47.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:05:47.775 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:47.775 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:47.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:05:47.775 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:05:47.776 INFO [WorkbenchTestable][AbstractButton] Click button OK 20:05:47.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:05:47.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:05:47.776 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:05:47.776 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:05:47.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 20:05:47.778 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 20:05:48.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 20:05:48.278 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 20:05:48.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:05:48.279 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Background Job' is a system job, skipped 20:05:48.279 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 20:05:48.279 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 20:05:48.279 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:05:48.279 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:05:48.279 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:05:48.279 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 20:05:48.279 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 20:05:48.279 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:05:48.279 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:05:48.279 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:05:48.279 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:05:48.279 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:05:48.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:05:48.279 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jst.servlet.ui.WebProjectTest 20:05:48.279 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:05:48.279 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:05:48.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:05:48.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:05:48.279 INFO [WorkbenchTestable][RequirementsRunner] Finished test: createWebProject no-configuration(org.eclipse.reddeer.eclipse.test.jst.servlet.ui.WebProjectTest) 20:05:48.279 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:05:48.279 INFO [WorkbenchTestable][RequirementsRunner] Started test: createWebProject1 no-configuration(org.eclipse.reddeer.eclipse.test.jst.servlet.ui.WebProjectTest) 20:05:48.279 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jst.servlet.ui.WebProjectTest 20:05:48.279 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:05:48.279 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:05:48.279 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:05:48.280 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:48.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:48.281 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 20:05:48.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:48.283 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:48.283 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:05:48.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:05:48.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:05:48.283 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:05:48.283 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:05:48.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:05:48.283 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:48.285 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:48.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:05:48.285 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:05:48.285 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:05:48.285 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:05:48.285 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:05:48.285 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:05:48.285 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:05:48.285 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:05:48.286 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:05:48.286 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:05:48.286 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:05:48.294 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:05:48.294 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 20:05:48.294 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:05:48.294 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:05:48.294 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:05:48.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 'New|Select a wizard'] 20:05:48.295 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:05:48.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 'New|Select a wizard'] 20:05:48.295 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:05:48.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: "New Dynamic Web Project"] 20:05:48.295 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:05:48.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 'New|Select a wizard'] 20:05:48.295 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:05:48.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 'New|Select a wizard'] 20:05:48.295 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:05:48.295 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:05:48.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:05:48.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:05:48.296 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:05:48.296 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:05:48.296 DEBUG [main][MenuItemLookup] Found menu:'File' 20:05:48.296 DEBUG [main][MenuItemLookup] Item match:File 20:05:48.297 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 20:05:48.297 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 20:05:48.299 DEBUG [main][MenuItemLookup] Found menu:'Enterprise Application Project' 20:05:48.299 DEBUG [main][MenuItemLookup] Found menu:'Dynamic Web Project' 20:05:48.299 DEBUG [main][MenuItemLookup] Found menu:'EJB Project' 20:05:48.299 DEBUG [main][MenuItemLookup] Found menu:'Connector Project' 20:05:48.299 DEBUG [main][MenuItemLookup] Found menu:'Application Client Project' 20:05:48.299 DEBUG [main][MenuItemLookup] Found menu:'Static Web Project' 20:05:48.299 DEBUG [main][MenuItemLookup] Found menu:'Project...' 20:05:48.299 DEBUG [main][MenuItemLookup] Found menu:'' 20:05:48.299 DEBUG [main][MenuItemLookup] Found menu:'JavaScript File' 20:05:48.299 DEBUG [main][MenuItemLookup] Found menu:'CSS File' 20:05:48.299 DEBUG [main][MenuItemLookup] Found menu:'Servlet' 20:05:48.299 DEBUG [main][MenuItemLookup] Found menu:'Session Bean (EJB 3.x)' 20:05:48.299 DEBUG [main][MenuItemLookup] Found menu:'Message-Driven Bean (EJB 3.x)' 20:05:48.299 DEBUG [main][MenuItemLookup] Found menu:'Folder' 20:05:48.299 DEBUG [main][MenuItemLookup] Found menu:'File' 20:05:48.299 DEBUG [main][MenuItemLookup] Found menu:'' 20:05:48.299 DEBUG [main][MenuItemLookup] Found menu:'Example...' 20:05:48.299 DEBUG [main][MenuItemLookup] Found menu:'' 20:05:48.299 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 20:05:48.299 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 20:05:48.299 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 20:05:48.299 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 20:05:48.299 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 20:05:48.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 20:05:48.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 20:05:48.355 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 20:05:48.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:05:48.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:05:48.360 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:05:48.360 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:05:48.361 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 20:05:48.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:05:48.361 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:48.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:48.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:05:48.361 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:05:48.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:05:48.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:05:48.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Web has children... 20:05:48.362 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Web 20:05:48.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:05:48.362 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Web is already expanded. No action performed 20:05:48.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:05:48.362 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Web 20:05:48.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Web has children finished successfully 20:05:48.362 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Web 20:05:48.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:05:48.362 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Web is already expanded. No action performed 20:05:48.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:05:48.363 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Web 20:05:48.363 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Dynamic Web Project 20:05:48.363 DEBUG [main][TreeItemHandler] Selecting tree item: Dynamic Web Project 20:05:48.363 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Dynamic Web Project about selection 20:05:48.363 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Dynamic Web Project 20:05:48.363 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:05:48.363 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 20:05:48.363 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) 20:05:48.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:05:48.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:48.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:48.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:05:48.364 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:05:48.364 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:05:48.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:05:48.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:05:48.364 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:05:48.364 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:05:48.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:05:48.438 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:05:48.438 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:05:48.438 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.... 20:05:48.438 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 20:05:48.438 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Dynamic Web Project 20:05:48.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:05:48.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:05:48.438 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 20:05:48.438 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:05:48.439 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:") 20:05:48.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:05:48.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:48.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:48.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:05:48.440 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:05:48.440 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:05:48.440 INFO [WorkbenchTestable][AbstractText] Text set to: web project 20:05:48.458 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:") 20:05:48.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:05:48.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:48.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:48.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:05:48.459 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:05:48.459 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:05:48.459 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 20:05:48.459 INFO [WorkbenchTestable][WebProjectWizard] Go to next wizard page 20:05: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.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) 20:05:48.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:05:48.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:48.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:48.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:05:48.460 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:05:48.461 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:05:48.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:05:48.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:05:48.461 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:05:48.461 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:05:48.469 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...") 20:05:48.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:05:48.469 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:48.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:48.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:05:48.469 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:05:48.469 INFO [WorkbenchTestable][AbstractButton] Click button &Add Folder... 20:05:48.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:05:48.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:05:48.469 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:05:48.469 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:05:48.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add Source Folder"] is available.... 20:05:48.495 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 20:05:48.495 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add Source Folder 20:05:48.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:05:48.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:05:48.495 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 20:05:48.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:05:48.495 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:48.496 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:48.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:05:48.496 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:05:48.496 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:05:48.496 INFO [WorkbenchTestable][AbstractText] Text set to: source 20:05:48.497 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) 20:05:48.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:05:48.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:48.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:48.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:05:48.497 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:05:48.498 INFO [WorkbenchTestable][AbstractButton] Click button OK 20:05:48.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:05:48.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:05:48.498 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:05:48.498 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:05:48.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:05:48.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:05:48.528 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 20:05:48.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:05:48.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:48.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:48.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:05:48.529 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:05:48.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:05:48.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:05:48.530 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 20:05:48.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:05:48.530 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:48.530 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:48.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:05:48.530 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:05:48.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:05:48.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:05:48.530 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src/main/java 20:05:48.530 DEBUG [main][TreeItemHandler] Selecting tree item: src/main/java 20:05:48.530 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src/main/java about selection 20:05:48.530 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src/main/java 20:05:48.530 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") 20:05:48.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:05:48.530 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:48.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:48.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:05:48.531 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:05:48.531 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 20:05:48.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:05:48.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:05:48.531 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:05:48.531 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:05:48.532 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 20:05:48.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:05:48.532 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:48.532 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:48.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:05:48.532 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:05:48.532 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item source and wait with time period 1 20:05:48.532 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item source 20:05:48.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:05:49.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:05:49.033 INFO [WorkbenchTestable][TreeItemHandler] Expanded: source 20:05:49.033 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item source 20:05:49.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:05:49.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:05:49.534 INFO [WorkbenchTestable][TreeItemHandler] Expanded: source 20:05:49.534 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 20:05:49.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:05:49.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:49.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:49.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:05:49.535 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:05:49.535 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item source and wait with time period 1 20:05:49.535 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item source 20:05:49.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:05:50.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:05:50.036 INFO [WorkbenchTestable][TreeItemHandler] Expanded: source 20:05:50.036 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item source 20:05:50.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:05:50.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:05:50.536 INFO [WorkbenchTestable][TreeItemHandler] Expanded: source 20:05:50.537 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 20:05:50.537 INFO [WorkbenchTestable][WebProjectWizard] Go to next wizard page 20:05:50.537 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) 20:05:50.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:05:50.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:50.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:50.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:05:50.538 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:05:50.539 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:05:50.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:05:50.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:05:50.539 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:05:50.539 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:05:50.547 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") 20:05:50.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:05:50.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:50.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:50.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:05:50.547 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:05:50.547 INFO [WorkbenchTestable][CheckBox] Select checkbox &Generate web.xml deployment descriptor 20:05:50.547 INFO [WorkbenchTestable][CheckBox] Check checkbox &Generate web.xml deployment descriptor 20:05:50.547 INFO [WorkbenchTestable][AbstractButton] Click button &Generate web.xml deployment descriptor 20:05:50.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:05:50.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:05:50.548 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:05:50.548 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:05:50.548 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 20:05:50.548 INFO [WorkbenchTestable][WebProjectWizard] Finish wizard 20:05:50.548 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) 20:05:50.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:05:50.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:50.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:50.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:05:50.548 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:05:50.549 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:05:50.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:05:50.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:05:50.549 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:05:50.549 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:05:50.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:05:51.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:05:51.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:05:51.051 DEBUG [WorkbenchTestable][JobIsRunning] job 'Validating web project' has no excuses, wait for it 20:05:51.580 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' has no excuses, wait for it 20:05:52.081 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 20:05:52.081 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 20:05:52.081 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 20:05:52.081 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:05:52.081 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:05:52.081 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 20:05:52.081 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 20:05:52.081 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:05:52.081 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:05:52.081 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:05:52.081 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:05:52.081 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:05:52.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:05:52.082 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:05:52.082 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:05:52.082 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:05:52.082 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:05:52.082 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:05:52.082 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:05:52.084 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:05:52.084 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:05:52.084 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:05:52.084 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:05:52.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:05:52.084 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:52.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:05:52.585 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:52.585 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:05:53.085 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:53.086 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:05:53.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:05:53.086 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:05:53.086 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:05:53.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:05:53.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:05:53.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 20:05:53.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:05:53.087 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:53.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:53.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:05:53.087 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:05:53.087 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name web project 20:05:53.088 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:05:53.088 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:05:53.088 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:05:53.088 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:05:53.088 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:05:53.088 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:05:53.089 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:05:53.089 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:05:53.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:05:53.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:53.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:05:53.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:53.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:05:54.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:54.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:05:54.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:05:54.091 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:05:54.091 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:05:54.092 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:05:54.092 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:05:54.092 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:05:54.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:05:54.092 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:54.092 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:54.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:05:54.092 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:05:54.092 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name web project 20:05:54.093 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 20:05:54.093 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 20:05:54.093 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item source of tree item web project 20:05:54.094 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item web project 20:05:54.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:05:54.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:05:54.594 INFO [WorkbenchTestable][TreeItemHandler] Expanded: web project 20:05:54.596 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:05:54.596 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:05:54.596 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:05:54.597 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:05:54.597 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:05:54.597 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:05:54.597 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:05:54.597 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:05:54.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:05:54.597 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:54.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:05:55.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:55.098 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:05:55.598 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:55.599 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:05:55.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:05:55.600 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:05:55.600 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:05:55.600 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:05:55.600 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:05:55.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 20:05:55.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:05:55.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:55.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:55.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:05:55.601 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:05:55.601 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name web project 20:05:55.601 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 20:05:55.602 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 20:05:55.602 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item web project 20:05:55.602 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item web project 20:05:55.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:05:55.602 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item web project is already expanded. No action performed 20:05:55.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:05:55.602 INFO [WorkbenchTestable][TreeItemHandler] Expanded: web project 20:05:55.602 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item main of tree item src 20:05:55.602 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 20:05:55.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:05:56.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:05:56.103 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 20:05:56.104 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item webapp of tree item main 20:05:56.104 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item main 20:05:56.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:05:56.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:05:56.604 INFO [WorkbenchTestable][TreeItemHandler] Expanded: main 20:05:56.605 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item WEB-INF of tree item webapp 20:05:56.605 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item webapp 20:05:56.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:05:57.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:05:57.105 INFO [WorkbenchTestable][TreeItemHandler] Expanded: webapp 20:05:57.106 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item web.xml of tree item WEB-INF 20:05:57.106 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item WEB-INF 20:05:57.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:05:57.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:05:57.607 INFO [WorkbenchTestable][TreeItemHandler] Expanded: WEB-INF 20:05:57.608 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:05:57.608 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:05:57.609 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:05:57.609 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:05:57.609 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:05:57.609 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:05:57.609 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:05:57.609 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:05:57.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:05:57.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:57.610 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:05:58.110 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:58.110 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:05:58.611 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:58.611 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:05:58.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:05:58.612 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:05:58.612 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:05:58.612 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:05:58.612 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:05:58.612 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:05:58.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:05:58.613 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:58.613 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:58.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:05:58.613 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:05:58.613 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name web project 20:05:58.613 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item web project 20:05:58.613 DEBUG [main][TreeItemHandler] Selecting tree item: web project 20:05:58.613 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item web project about selection 20:05:58.614 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: web project 20:05:58.614 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:05:58.615 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:05:58.634 DEBUG [main][MenuItemLookup] Found menu:'New' 20:05:58.634 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:05:58.635 DEBUG [main][MenuItemLookup] Found menu:'' 20:05:58.635 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 20:05:58.635 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 20:05:58.635 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:05:58.635 DEBUG [main][MenuItemLookup] Found menu:'' 20:05:58.635 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:05:58.635 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 20:05:58.635 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:05:58.635 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:05:58.635 DEBUG [main][MenuItemLookup] Found menu:'' 20:05:58.635 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 20:05:58.635 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 20:05:58.635 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 20:05:58.635 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 20:05:58.635 DEBUG [main][MenuItemLookup] Found menu:'' 20:05:58.635 DEBUG [main][MenuItemLookup] Found menu:'Import...' 20:05:58.635 DEBUG [main][MenuItemLookup] Found menu:'Export...' 20:05:58.635 DEBUG [main][MenuItemLookup] Found menu:'' 20:05:58.635 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 20:05:58.635 DEBUG [main][MenuItemLookup] Item match:Refresh F5 20:05:58.635 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 20:05:58.635 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 20:05:58.635 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 20:05:58.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:05:58.637 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 20:05:58.637 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:05:58.637 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 20:05:58.637 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:05:58.637 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:05:58.637 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 20:05:58.637 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 20:05:58.637 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:05:58.637 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:05:58.637 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:05:58.637 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:05:58.637 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:05:58.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:05:58.637 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'web project' via Explorer 20:05:58.637 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item web project 20:05:58.637 DEBUG [main][TreeItemHandler] Selecting tree item: web project 20:05:58.637 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item web project about selection 20:05:58.639 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: web project 20:05:58.639 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:05:58.639 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:05:58.658 DEBUG [main][MenuItemLookup] Found menu:'New' 20:05:58.658 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:05:58.658 DEBUG [main][MenuItemLookup] Found menu:'' 20:05:58.658 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 20:05:58.658 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 20:05:58.658 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:05:58.658 DEBUG [main][MenuItemLookup] Found menu:'' 20:05:58.658 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:05:58.658 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 20:05:58.658 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:05:58.658 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:05:58.658 DEBUG [main][MenuItemLookup] Item match:Delete Delete 20:05:58.658 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 20:05:58.658 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 20:05:58.659 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 20:05:58.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 'Delete.*'] is available.... 20:05:59.258 DEBUG [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 20:05:59.258 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 20:05:59.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:05:59.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:05:59.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:59.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:59.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: 32) 20:05:59.261 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:05:59.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:05:59.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:05:59.261 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:05:59.261 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:05:59.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:05:59.261 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:59.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:59.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:05:59.261 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:05:59.262 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 20:05:59.262 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 20:05:59.262 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 20:05:59.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:05:59.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:05:59.262 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:05:59.262 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:05:59.262 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 20:05:59.262 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:05:59.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:05:59.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:05:59.262 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:05:59.262 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:05:59.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:05:59.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:59.263 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:59.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:05:59.263 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:05:59.263 INFO [WorkbenchTestable][AbstractButton] Click button OK 20:05:59.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:05:59.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:05:59.263 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:05:59.263 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:05:59.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 20:05:59.266 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 20:05:59.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 20:05:59.766 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 20:05:59.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:05:59.766 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:05:59.766 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 20:05:59.766 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:05:59.766 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 20:05:59.766 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 20:05:59.766 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 20:05:59.766 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 20:05:59.766 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:05:59.766 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:05:59.766 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:05:59.766 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:05:59.766 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:05:59.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:05:59.766 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jst.servlet.ui.WebProjectTest 20:05:59.766 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:05:59.766 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:05:59.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:05:59.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:05:59.767 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.log.collector.AftersLogCollector 20:05:59.768 INFO [WorkbenchTestable][RequirementsRunner] Finished test: createWebProject1 no-configuration(org.eclipse.reddeer.eclipse.test.jst.servlet.ui.WebProjectTest) 20:05:59.768 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jst.servlet.ui.WebProjectTest 20:05:59.768 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:05:59.768 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:05:59.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:05:59.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.427 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: 4.629 s createWebProject1 no-configuration(org.eclipse.reddeer.eclipse.test.jst.servlet.ui.WebProjectTest) Time elapsed: 11.489 s Running org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.UtilityProjectWizardTest 20:05:59.772 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.UtilityProjectWizardTest 20:05:59.773 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:05:59.773 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:05:59.773 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.UtilityProjectWizardTest 20:05:59.774 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:05:59.774 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 20:05:59.774 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:05:59.774 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 20:05:59.774 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:05:59.774 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:05:59.774 INFO [WorkbenchTestable][RequirementsRunner] Started test: createProject no-configuration(org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.UtilityProjectWizardTest) 20:05:59.774 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.UtilityProjectWizardTest 20:05:59.774 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:05:59.774 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:05:59.774 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:05:59.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:05:59.775 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:05:59.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:05:59.775 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:05:59.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 Java Utility Module"] 20:05:59.775 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:05:59.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:05:59.775 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:05:59.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:05:59.775 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:05:59.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:05:59.776 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:05:59.776 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 20:05:59.776 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:05:59.776 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:05:59.776 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:05:59.776 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:05:59.776 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:05:59.776 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:05:59.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:05:59.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:05:59.785 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:05:59.785 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:05:59.785 DEBUG [main][MenuItemLookup] Found menu:'File' 20:05:59.785 DEBUG [main][MenuItemLookup] Item match:File 20:05:59.786 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 20:05:59.786 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 20:05:59.788 DEBUG [main][MenuItemLookup] Found menu:'Enterprise Application Project' 20:05:59.788 DEBUG [main][MenuItemLookup] Found menu:'Dynamic Web Project' 20:05:59.788 DEBUG [main][MenuItemLookup] Found menu:'EJB Project' 20:05:59.788 DEBUG [main][MenuItemLookup] Found menu:'Connector Project' 20:05:59.788 DEBUG [main][MenuItemLookup] Found menu:'Application Client Project' 20:05:59.788 DEBUG [main][MenuItemLookup] Found menu:'Static Web Project' 20:05:59.788 DEBUG [main][MenuItemLookup] Found menu:'Project...' 20:05:59.788 DEBUG [main][MenuItemLookup] Found menu:'' 20:05:59.788 DEBUG [main][MenuItemLookup] Found menu:'JavaScript File' 20:05:59.788 DEBUG [main][MenuItemLookup] Found menu:'CSS File' 20:05:59.788 DEBUG [main][MenuItemLookup] Found menu:'Servlet' 20:05:59.788 DEBUG [main][MenuItemLookup] Found menu:'Session Bean (EJB 3.x)' 20:05:59.788 DEBUG [main][MenuItemLookup] Found menu:'Message-Driven Bean (EJB 3.x)' 20:05:59.788 DEBUG [main][MenuItemLookup] Found menu:'Folder' 20:05:59.788 DEBUG [main][MenuItemLookup] Found menu:'File' 20:05:59.788 DEBUG [main][MenuItemLookup] Found menu:'' 20:05:59.788 DEBUG [main][MenuItemLookup] Found menu:'Example...' 20:05:59.788 DEBUG [main][MenuItemLookup] Found menu:'' 20:05:59.788 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 20:05:59.788 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 20:05:59.788 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 20:05:59.788 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 20:05:59.788 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 20:05:59.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 'New|Select a wizard'] is available.... 20:05:59.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 20:05:59.845 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 20:05:59.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:05:59.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:05:59.846 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:05:59.846 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:05:59.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 20:05:59.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:05:59.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:05:59.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:05:59.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:05:59.846 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:05:59.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:05:59.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:05:59.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java EE has children... 20:05:59.847 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java EE 20:05:59.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:06:00.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:06:00.348 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java EE 20:06:00.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java EE has children finished successfully 20:06:00.349 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java EE 20:06:00.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:06:00.349 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java EE is already expanded. No action performed 20:06:00.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:06:00.350 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java EE 20:06:00.350 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Utility Project 20:06:00.350 DEBUG [main][TreeItemHandler] Selecting tree item: Utility Project 20:06:00.350 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Utility Project about selection 20:06:00.352 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Utility Project 20:06:00.352 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:06:00.352 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 20:06:00.352 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) 20:06:00.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:00.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:00.353 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:00.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:00.353 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:00.353 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:06:00.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:00.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:00.353 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:00.353 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:00.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:06:00.408 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:00.408 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:00.408 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.... 20:06:00.409 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 20:06:00.409 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Utility Module 20:06:00.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:00.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:00.409 TRACE [WorkbenchTestable][UtilityProjectWizard] Shell New Java Utility Module is not null and is not disposed 20:06:00.409 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:00.415 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:") 20:06:00.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:00.415 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:00.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:00.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:00.425 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:06:00.425 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:06:00.425 INFO [WorkbenchTestable][AbstractText] Text set to: UtilityProject 20:06:00.433 TRACE [WorkbenchTestable][UtilityProjectWizard] Shell New Java Utility Module is not null and is not disposed 20:06:00.434 INFO [WorkbenchTestable][UtilityProjectWizard] Finish wizard 20:06:00.434 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) 20:06:00.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:00.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:00.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:00.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:00.435 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:00.435 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:06:00.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:00.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:00.435 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:00.435 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:00.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:06:00.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:06:00.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:06:00.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 20:06:00.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 20:06:00.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 20:06:00.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 20:06:00.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:06:00.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:06:00.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 20:06:00.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 20:06:00.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:06:00.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:06:00.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:06:00.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:06:00.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:06:00.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:06:00.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:00.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:00.939 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 20:06:00.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:00.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:00.940 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:06:00.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:00.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:00.940 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:06:00.940 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:06:00.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:00.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:00.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:00.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:00.940 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:06:00.941 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:06:00.941 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:06:00.957 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:00.957 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:00.957 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:06:00.957 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:06:00.958 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:00.958 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:00.958 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:06:00.958 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:06:00.958 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:00.958 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:00.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:00.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:00.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:06:01.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:01.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:06:01.959 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:01.959 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:06:01.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:06:01.959 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:06:01.960 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:06:02.003 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:02.003 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:02.004 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:06:02.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:02.004 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:02.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:02.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:02.004 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:02.004 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name UtilityProject 20:06:02.004 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:02.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:02.005 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 20:06:02.005 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:02.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:02.005 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:06:02.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:02.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:02.005 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:06:02.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 '\*?\QProject Explorer\E') 20:06:02.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:02.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:02.006 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:02.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:02.006 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:06:02.006 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:06:02.006 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:06:02.007 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:02.007 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:06:02.007 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:06:02.007 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:06:02.008 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:06:02.008 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:06:02.008 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:02.008 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:02.008 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:06:02.008 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:06:02.009 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:02.009 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:02.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:02.009 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:02.009 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:06:02.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:02.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:06:03.010 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:03.010 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:06:03.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:06:03.010 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:06:03.010 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:06:03.011 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:03.011 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:03.011 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:06:03.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:03.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:03.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:03.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:03.011 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:03.011 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name UtilityProject 20:06:03.012 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item UtilityProject 20:06:03.012 DEBUG [main][TreeItemHandler] Selecting tree item: UtilityProject 20:06:03.012 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item UtilityProject about selection 20:06:03.019 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: UtilityProject 20:06:03.019 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:06:03.019 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:03.043 DEBUG [main][MenuItemLookup] Found menu:'New' 20:06:03.043 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:06:03.043 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:03.043 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:06:03.043 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:03.043 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:06:03.043 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 20:06:03.043 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:06:03.043 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:06:03.043 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 20:06:03.043 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 20:06:03.043 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 20:06:03.043 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:03.043 DEBUG [main][MenuItemLookup] Found menu:'Import...' 20:06:03.043 DEBUG [main][MenuItemLookup] Found menu:'Export...' 20:06:03.043 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:03.043 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 20:06:03.043 DEBUG [main][MenuItemLookup] Item match:Refresh F5 20:06:03.043 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 20:06:03.043 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 20:06:03.043 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 20:06:03.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:06:03.043 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 20:06:03.544 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 20:06:03.544 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 20:06:03.544 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 20:06:03.544 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 20:06:03.544 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 20:06:03.544 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:06:03.544 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:06:03.544 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 20:06:03.544 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 20:06:03.544 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:06:03.544 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:06:03.544 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:06:03.544 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:06:03.544 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:06:03.544 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:06:03.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:06:03.544 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'UtilityProject' via Explorer 20:06:03.544 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item UtilityProject 20:06:03.544 DEBUG [main][TreeItemHandler] Selecting tree item: UtilityProject 20:06:03.544 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item UtilityProject about selection 20:06:03.549 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: UtilityProject 20:06:03.549 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:06:03.549 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:03.622 DEBUG [main][MenuItemLookup] Found menu:'New' 20:06:03.622 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:06:03.622 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:03.622 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:06:03.622 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:03.622 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:06:03.622 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 20:06:03.622 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:06:03.622 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:06:03.622 DEBUG [main][MenuItemLookup] Item match:Delete Delete 20:06:03.623 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 20:06:03.623 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 20:06:03.623 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 20:06:03.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.... 20:06:04.226 DEBUG [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 20:06:04.226 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 20:06:04.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:04.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:04.228 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:04.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:04.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: 32) 20:06:04.228 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:06:04.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:04.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:04.228 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:06:04.228 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:06:04.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:04.228 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:04.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:04.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:04.228 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:04.228 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 20:06:04.229 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 20:06:04.229 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 20:06:04.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:04.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:04.229 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:04.229 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:04.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", Widget matcher matching widgets with style: 8) 20:06:04.229 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:06:04.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:04.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:04.230 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:06:04.230 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:06:04.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:04.230 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:04.230 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:04.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:04.230 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:04.231 INFO [WorkbenchTestable][AbstractButton] Click button OK 20:06:04.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:04.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:04.231 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:04.231 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:04.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 20:06:04.233 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 20:06:04.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 20:06:04.734 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 20:06:04.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:06:04.734 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 20:06:04.734 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 20:06:04.734 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:06:04.734 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:06:04.734 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 20:06:04.734 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 20:06:04.734 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 20:06:04.734 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 20:06:04.734 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:06:04.734 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:06:04.734 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:06:04.734 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:06:04.734 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:06:04.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:06:04.734 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.UtilityProjectWizardTest 20:06:04.734 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:06:04.734 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:06:04.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:04.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:04.734 INFO [WorkbenchTestable][RequirementsRunner] Finished test: createProject no-configuration(org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.UtilityProjectWizardTest) 20:06:04.735 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.UtilityProjectWizardTest 20:06:04.735 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:06:04.735 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:06:04.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:04.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.963 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.96 s Running org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest 20:06:04.739 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest 20:06:04.739 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:06:04.739 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:06:04.739 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest 20:06:04.739 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:06:04.739 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 20:06:04.740 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:06:04.740 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 20:06:04.740 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:06:04.740 INFO [WorkbenchTestable][JavaEEPerspective] Open perspective: 'Java EE' 20:06:04.740 DEBUG [WorkbenchTestable][JavaEEPerspective] Perspective 'Java EE' is already opened. 20:06:04.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 20:06:04.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:04.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:04.740 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:06:04.740 DEBUG [main][MenuItemLookup] Found menu:'File' 20:06:04.740 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:06:04.740 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:06:04.740 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:06:04.740 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:06:04.740 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:06:04.740 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:06:04.740 DEBUG [main][MenuItemLookup] Item match:Window 20:06:04.740 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:06:04.740 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:06:04.740 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:06:04.740 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:04.740 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:06:04.740 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:06:04.740 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:04.740 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:06:04.740 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:04.740 DEBUG [main][MenuItemLookup] Found menu:'Web Browser' 20:06:04.740 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:06:04.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:04.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:04.741 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:06:04.741 DEBUG [main][MenuItemLookup] Found menu:'File' 20:06:04.741 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:06:04.741 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:06:04.741 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:06:04.741 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:06:04.741 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:06:04.741 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:06:04.741 DEBUG [main][MenuItemLookup] Item match:Window 20:06:04.741 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:06:04.741 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:06:04.741 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:06:04.741 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:04.741 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:06:04.741 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:06:04.741 DEBUG [main][MenuItemLookup] Item match:Perspective 20:06:04.741 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 20:06:04.741 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:04.741 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 20:06:04.741 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 20:06:04.741 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 20:06:04.741 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 20:06:04.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 20:06:04.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:04.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:04.741 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:06:04.741 DEBUG [main][MenuItemLookup] Found menu:'File' 20:06:04.741 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:06:04.741 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:06:04.741 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:06:04.741 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:06:04.741 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:06:04.741 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:06:04.741 DEBUG [main][MenuItemLookup] Item match:Window 20:06:04.741 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:06:04.741 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:06:04.741 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:06:04.741 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:04.741 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:06:04.741 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:06:04.741 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:04.741 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:06:04.741 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:04.741 DEBUG [main][MenuItemLookup] Found menu:'Web Browser' 20:06:04.741 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:06:04.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:04.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:04.742 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:06:04.742 DEBUG [main][MenuItemLookup] Found menu:'File' 20:06:04.742 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:06:04.742 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:06:04.742 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:06:04.742 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:06:04.742 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:06:04.742 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:06:04.742 DEBUG [main][MenuItemLookup] Item match:Window 20:06:04.742 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:06:04.742 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:06:04.742 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:06:04.742 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:04.742 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:06:04.742 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:06:04.742 DEBUG [main][MenuItemLookup] Item match:Perspective 20:06:04.742 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 20:06:04.742 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:04.742 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 20:06:04.742 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 20:06:04.742 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 20:06:04.742 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 20:06:04.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:04.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:04.742 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:06:04.742 DEBUG [main][MenuItemLookup] Found menu:'File' 20:06:04.742 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:06:04.742 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:06:04.742 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:06:04.742 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:06:04.742 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:06:04.742 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:06:04.742 DEBUG [main][MenuItemLookup] Item match:Window 20:06:04.742 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:06:04.742 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:06:04.742 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:06:04.742 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:04.742 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:06:04.742 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:06:04.742 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:04.742 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:06:04.742 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:04.742 DEBUG [main][MenuItemLookup] Found menu:'Web Browser' 20:06:04.742 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:06:04.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:04.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:04.742 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:06:04.742 DEBUG [main][MenuItemLookup] Found menu:'File' 20:06:04.742 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:06:04.742 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:06:04.742 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:06:04.742 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:06:04.742 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:06:04.742 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:06:04.742 DEBUG [main][MenuItemLookup] Item match:Window 20:06:04.743 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:06:04.743 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:06:04.743 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:06:04.743 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:04.743 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:06:04.743 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:06:04.743 DEBUG [main][MenuItemLookup] Item match:Perspective 20:06:04.743 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 20:06:04.743 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:04.743 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 20:06:04.743 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 20:06:04.743 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 20:06:04.743 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 20:06:04.743 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 20:06:04.743 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 20:06:04.743 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 20:06:04.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 20:06:04.776 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 20:06:04.776 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 20:06:04.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:04.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:04.776 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:06:04.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:04.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:04.776 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 20:06:04.776 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:06:04.776 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:04.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:04.777 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:06:04.777 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:06:04.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:04.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:04.777 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 20:06:04.777 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:06:04.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:04.777 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:04.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:04.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:04.777 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:04.778 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 20:06:04.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:04.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:04.778 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:04.778 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:04.852 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:06:04.852 INFO [WorkbenchTestable][RequirementsRunner] Started test: createProjectWithWebModule no-configuration(org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest) 20:06:04.852 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest 20:06:04.852 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:06:04.852 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:06:04.852 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:06:04.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:06:04.852 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:04.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:06:04.853 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:04.853 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 20:06:04.853 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:04.853 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:06:04.853 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:04.853 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:06:04.853 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:04.853 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:06:04.853 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:04.853 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 20:06:04.853 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:04.853 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:06:04.853 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:04.853 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:06:04.853 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:04.853 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:06:04.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:04.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:04.854 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:06:04.854 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:06:04.854 DEBUG [main][MenuItemLookup] Found menu:'File' 20:06:04.854 DEBUG [main][MenuItemLookup] Item match:File 20:06:04.854 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 20:06:04.854 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 20:06:04.856 DEBUG [main][MenuItemLookup] Found menu:'Enterprise Application Project' 20:06:04.856 DEBUG [main][MenuItemLookup] Found menu:'Dynamic Web Project' 20:06:04.856 DEBUG [main][MenuItemLookup] Found menu:'EJB Project' 20:06:04.856 DEBUG [main][MenuItemLookup] Found menu:'Connector Project' 20:06:04.856 DEBUG [main][MenuItemLookup] Found menu:'Application Client Project' 20:06:04.856 DEBUG [main][MenuItemLookup] Found menu:'Static Web Project' 20:06:04.856 DEBUG [main][MenuItemLookup] Found menu:'Project...' 20:06:04.856 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:04.856 DEBUG [main][MenuItemLookup] Found menu:'JavaScript File' 20:06:04.856 DEBUG [main][MenuItemLookup] Found menu:'CSS File' 20:06:04.856 DEBUG [main][MenuItemLookup] Found menu:'Servlet' 20:06:04.856 DEBUG [main][MenuItemLookup] Found menu:'Session Bean (EJB 3.x)' 20:06:04.856 DEBUG [main][MenuItemLookup] Found menu:'Message-Driven Bean (EJB 3.x)' 20:06:04.856 DEBUG [main][MenuItemLookup] Found menu:'Folder' 20:06:04.856 DEBUG [main][MenuItemLookup] Found menu:'File' 20:06:04.856 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:04.856 DEBUG [main][MenuItemLookup] Found menu:'Example...' 20:06:04.856 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:04.856 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 20:06:04.856 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 20:06:04.856 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 20:06:04.856 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 20:06:04.857 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 20:06:04.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 'New|Select a wizard'] is available.... 20:06:04.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 'New|Select a wizard'] is available. finished successfully 20:06:04.915 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 20:06:04.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:04.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:04.916 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:06:04.916 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:04.916 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 20:06:04.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:04.916 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:04.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:04.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:04.916 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:04.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:06:04.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:06:04.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java EE has children... 20:06:04.917 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java EE 20:06:04.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:06:04.917 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java EE is already expanded. No action performed 20:06:04.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:06:04.917 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java EE 20:06:04.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java EE has children finished successfully 20:06:04.917 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java EE 20:06:04.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:06:04.918 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java EE is already expanded. No action performed 20:06:04.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:06:04.918 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java EE 20:06:04.918 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Enterprise Application Project 20:06:04.918 DEBUG [main][TreeItemHandler] Selecting tree item: Enterprise Application Project 20:06:04.918 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Enterprise Application Project about selection 20:06:04.920 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Enterprise Application Project 20:06:04.920 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:06:04.920 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 20:06:04.920 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) 20:06:04.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:04.920 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:04.921 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:04.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:04.921 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:04.921 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:06:04.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:04.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:04.921 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:04.921 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:04.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:06:04.980 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:04.980 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:04.980 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.... 20:06:04.981 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 20:06:04.981 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New EAR Application Project 20:06:04.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:04.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:04.981 TRACE [WorkbenchTestable][EarProjectWizard] Shell New EAR Application Project is not null and is not disposed 20:06:04.981 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:04.982 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:") 20:06:04.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:04.982 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:04.983 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:04.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:04.983 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:06:04.983 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:06:04.984 INFO [WorkbenchTestable][AbstractText] Text set to: EARProject 20:06:04.985 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Group with referenced composite class org.eclipse.reddeer.eclipse.jst.j2ee.ui.project.facet.EarProjectWizard, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "EAR version") 20:06:04.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:04.985 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:04.985 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:04.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:04.985 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 20:06:04.986 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.swt.impl.group.DefaultGroup, index 0 and no matchers specified 20:06:04.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:04.986 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:04.986 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:04.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:04.986 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 20:06:04.986 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo 6.0 to selection: 8.0 20:06:05.015 TRACE [WorkbenchTestable][EarProjectWizard] Shell New EAR Application Project is not null and is not disposed 20:06:05.015 INFO [WorkbenchTestable][EarProjectWizard] Go to next wizard page 20:06:05.015 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) 20:06:05.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:05.015 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:05.016 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:05.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:05.016 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:05.016 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:06:05.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:05.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:05.016 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:05.016 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:05.024 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") 20:06:05.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:05.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:05.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:05.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:05.025 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:05.028 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...") 20:06:05.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:05.028 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:05.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:05.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:05.028 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:05.029 INFO [WorkbenchTestable][AbstractButton] Click button New &Module... 20:06:05.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:05.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:05.029 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:05.029 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:05.119 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.... 20:06:05.119 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:05.119 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:05.119 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 20:06:05.119 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create default Java EE modules. 20:06:05.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:05.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:05.131 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") 20:06:05.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:05.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:05.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:05.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:05.131 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:05.131 INFO [WorkbenchTestable][CheckBox] Select checkbox Create &default modules 20:06:05.131 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox Create &default modules 20:06:05.131 INFO [WorkbenchTestable][AbstractButton] Click button Create &default modules 20:06:05.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:05.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:05.131 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:05.132 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:05.135 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") 20:06:05.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:05.135 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:05.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:05.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:05.135 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:05.136 INFO [WorkbenchTestable][AbstractButton] Click button &Web 20:06:05.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:05.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:05.136 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:05.136 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:05.136 TRACE [main][WidgetHandler] Notify Button with event 27 20:06:05.136 TRACE [main][WidgetHandler] Wait for synchronization 20:06:05.136 TRACE [main][WidgetHandler] Notify Button with event 13 20:06:05.136 TRACE [main][WidgetHandler] Wait for synchronization 20:06:05.136 TRACE [main][WidgetHandler] Notify Button with event 26 20:06:05.136 TRACE [main][WidgetHandler] Wait for synchronization 20:06:05.136 TRACE [main][WidgetHandler] Notify Button with event 3 20:06:05.136 TRACE [main][WidgetHandler] Wait for synchronization 20:06:05.136 TRACE [main][WidgetHandler] Notify Button with event 4 20:06:05.136 TRACE [main][WidgetHandler] Wait for synchronization 20:06:05.136 TRACE [main][WidgetHandler] Notify Button with event 13 20:06:05.136 TRACE [main][WidgetHandler] Wait for synchronization 20:06:05.136 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 >") 20:06:05.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:05.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:05.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:05.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:05.141 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:05.141 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:06:05.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:05.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:05.141 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:05.141 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:05.219 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:06:05.219 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:05.220 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:05.220 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:05.220 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:06:05.220 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:05.220 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:05.220 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:05.220 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 20:06:05.220 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:05.220 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:05.220 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Dynamic Web Project 20:06:05.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:05.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:05.226 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 20:06:05.226 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:05.245 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:") 20:06:05.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:05.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:05.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:05.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:05.246 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:06:05.246 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:06:05.247 INFO [WorkbenchTestable][AbstractText] Text set to: CreatedWebProjectModule 20:06:05.248 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 20:06:05.248 INFO [WorkbenchTestable][WebProjectWizard] Finish wizard 20:06:05.249 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) 20:06:05.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:05.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:05.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:05.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:05.250 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:05.250 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:06:05.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:05.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:05.250 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:05.250 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:05.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:06:05.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:06:05.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:06:05.754 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 20:06:05.754 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:06:05.754 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 20:06:05.754 DEBUG [WorkbenchTestable][JobIsRunning] job 'Classpath Dependency Validator' is not running, skipped 20:06:05.754 DEBUG [WorkbenchTestable][JobIsRunning] job 'Configuring for JavaScript' is not running, skipped 20:06:05.754 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 20:06:05.754 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 20:06:05.754 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:06:05.754 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:06:05.754 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 20:06:05.754 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 20:06:05.754 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:06:05.754 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:06:05.754 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:06:05.754 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:06:05.754 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:06:05.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:06:05.754 TRACE [WorkbenchTestable][EarProjectWizard] Shell New EAR Application Project is not null and is not disposed 20:06:05.754 INFO [WorkbenchTestable][EarProjectWizard] Finish wizard 20:06:05.754 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) 20:06:05.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:05.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:05.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:05.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:05.756 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:05.757 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:06:05.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:05.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:05.757 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:05.757 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:05.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:06:06.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:06:06.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:06:06.274 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 20:06:06.274 DEBUG [WorkbenchTestable][JobIsRunning] job 'Configuring for JavaScript' is not running, skipped 20:06:06.274 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 20:06:06.274 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 20:06:06.274 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:06:06.274 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 20:06:06.274 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 20:06:06.274 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:06:06.274 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:06:06.274 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 20:06:06.274 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 20:06:06.274 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 20:06:06.274 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:06:06.274 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:06:06.274 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:06:06.274 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:06:06.274 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:06:06.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:06:06.275 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:06.275 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:06.275 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 20:06:06.276 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:06.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:06.281 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:06:06.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:06.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:06.281 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:06:06.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 '\*?\QProject Explorer\E') 20:06:06.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:06.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:06.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:06.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:06.281 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:06:06.282 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:06:06.282 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:06:06.282 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:06.282 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:06:06.282 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:06:06.282 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:06:06.283 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:06:06.283 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:06:06.284 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:06.284 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:06.284 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:06:06.284 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:06:06.295 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:06.295 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:06.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:06.295 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:06.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:06:06.799 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:06.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:06:07.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:07.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:06:07.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:06:07.301 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:06:07.301 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:06:07.302 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:07.302 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:07.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 20:06:07.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:07.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:07.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:07.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:07.302 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:07.302 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name CreatedWebProjectModule 20:06:07.302 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProject 20:06:07.303 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:06:07.303 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:06:07.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:07.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:07.303 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:06:07.304 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:06:07.304 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:07.304 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:07.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:07.304 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:07.304 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:06:07.804 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:07.805 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:06:08.305 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:08.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:06:08.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:06:08.306 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:06:08.306 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:06:08.306 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:08.306 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:08.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 20:06:08.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:08.306 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:08.307 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:08.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:08.307 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:08.307 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name CreatedWebProjectModule 20:06:08.307 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProject 20:06:08.307 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:08.308 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:08.308 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 20:06:08.308 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:08.308 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:08.308 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:06:08.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:08.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:08.309 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:06:08.309 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:06:08.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:08.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:08.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:08.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:08.309 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:06:08.309 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:06:08.309 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:06:08.310 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:08.310 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:06:08.310 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:06:08.310 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:06:08.311 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:06:08.311 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:06:08.311 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:08.311 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:08.311 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:06:08.311 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:06:08.312 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:08.312 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:08.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:08.312 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:08.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:06:08.812 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:08.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:06:09.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:09.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:06:09.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:06:09.314 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:06:09.315 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:06:09.315 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:09.315 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:09.315 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:06:09.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:09.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:09.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:09.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:09.316 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:09.316 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name CreatedWebProjectModule 20:06:09.316 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProject 20:06:09.316 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:06:09.316 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:06:09.316 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:09.317 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:09.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:09.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:09.317 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:06:09.817 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:09.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:06:10.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:10.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:06:10.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:06:10.319 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:06:10.319 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:06:10.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:10.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:10.319 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:06:10.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:10.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:10.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:10.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:10.320 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:10.320 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name CreatedWebProjectModule 20:06:10.320 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProject 20:06:10.320 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:06:10.320 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:06:10.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:10.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:10.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 20:06:10.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:10.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:10.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:10.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:10.321 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:10.321 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 20:06:10.321 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 20:06:10.321 DEBUG [main][TreeItemHandler] Set Tree selection 20:06:10.321 DEBUG [main][TreeHandler] Notify Tree about selection event 20:06:10.325 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 20:06:10.379 DEBUG [WorkbenchTestable][TreeItemHandler] CreatedWebProjectModule 20:06:10.379 DEBUG [WorkbenchTestable][TreeItemHandler] EARProject 20:06:10.379 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:06:10.379 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:10.402 DEBUG [main][MenuItemLookup] Found menu:'New' 20:06:10.402 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:06:10.402 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:10.402 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:06:10.402 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:10.402 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:06:10.402 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:06:10.402 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:06:10.402 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 20:06:10.402 DEBUG [main][MenuItemLookup] Found menu:'Move...' 20:06:10.402 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 20:06:10.402 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:10.402 DEBUG [main][MenuItemLookup] Found menu:'Import...' 20:06:10.402 DEBUG [main][MenuItemLookup] Found menu:'Export...' 20:06:10.402 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:10.402 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 20:06:10.402 DEBUG [main][MenuItemLookup] Item match:Refresh F5 20:06:10.402 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 20:06:10.402 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 20:06:10.403 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 20:06:10.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:06:10.403 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 20:06:10.903 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:06:10.903 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:06:10.903 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 20:06:10.903 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 20:06:10.903 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 20:06:10.903 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:06:10.903 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:06:10.903 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:06:10.903 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:06:10.903 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:06:10.903 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:06:10.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:06:10.903 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:06:10.903 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:10.941 DEBUG [main][MenuItemLookup] Found menu:'New' 20:06:10.941 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:06:10.941 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:10.941 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:06:10.941 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:10.941 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:06:10.941 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:06:10.941 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:06:10.941 DEBUG [main][MenuItemLookup] Item match:Delete Delete 20:06:10.941 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 20:06:10.941 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 20:06:10.941 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 20:06:10.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... (Eclipse:2191): Gtk-CRITICAL **: 20:06:10.964: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2191): Gtk-CRITICAL **: 20:06:10.967: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2191): Gtk-CRITICAL **: 20:06:10.983: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2191): Gtk-CRITICAL **: 20:06:10.993: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 20:06:11.496 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 20:06:11.496 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 20:06:11.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:11.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:11.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) 20:06:11.499 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:06:11.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:11.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:11.499 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:06:11.499 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:06:11.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:11.499 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:11.500 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:11.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:11.500 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:11.500 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 20:06:11.500 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 20:06:11.500 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 20:06:11.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:11.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:11.500 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:11.500 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:11.500 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:06:11.500 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:06:11.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:11.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:11.500 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:06:11.500 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:06:11.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:11.500 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:11.501 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:11.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:11.501 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:11.501 INFO [WorkbenchTestable][AbstractButton] Click button OK 20:06:11.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:11.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:11.501 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:11.501 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:11.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 20:06:11.503 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 20:06:12.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 20:06:12.004 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 20:06:12.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:06:12.004 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 20:06:12.004 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 20:06:12.004 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 20:06:12.004 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:06:12.004 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:06:12.004 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 20:06:12.004 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 20:06:12.004 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 20:06:12.004 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:06:12.004 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:06:12.004 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:06:12.004 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:06:12.004 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:06:12.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:06:12.004 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest 20:06:12.004 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:06:12.004 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:06:12.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:12.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:12.005 INFO [WorkbenchTestable][RequirementsRunner] Finished test: createProjectWithWebModule no-configuration(org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest) 20:06:12.005 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:06:12.005 INFO [WorkbenchTestable][RequirementsRunner] Started test: createProjectWithDefaultModules no-configuration(org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest) 20:06:12.005 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest 20:06:12.005 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:06:12.005 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:06:12.005 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:06:12.005 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:06:12.005 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:12.005 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:06:12.005 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:12.005 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 20:06:12.005 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:12.005 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:06:12.005 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:12.005 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:06:12.005 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:12.005 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:06:12.005 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:12.006 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 20:06:12.006 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:12.006 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:06:12.006 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:12.006 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:06:12.006 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:12.006 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:06:12.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:12.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:12.006 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:06:12.006 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:06:12.006 DEBUG [main][MenuItemLookup] Found menu:'File' 20:06:12.006 DEBUG [main][MenuItemLookup] Item match:File 20:06:12.007 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 20:06:12.007 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 20:06:12.009 DEBUG [main][MenuItemLookup] Found menu:'Enterprise Application Project' 20:06:12.009 DEBUG [main][MenuItemLookup] Found menu:'Dynamic Web Project' 20:06:12.009 DEBUG [main][MenuItemLookup] Found menu:'EJB Project' 20:06:12.009 DEBUG [main][MenuItemLookup] Found menu:'Connector Project' 20:06:12.009 DEBUG [main][MenuItemLookup] Found menu:'Application Client Project' 20:06:12.009 DEBUG [main][MenuItemLookup] Found menu:'Static Web Project' 20:06:12.009 DEBUG [main][MenuItemLookup] Found menu:'Project...' 20:06:12.009 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:12.009 DEBUG [main][MenuItemLookup] Found menu:'JavaScript File' 20:06:12.009 DEBUG [main][MenuItemLookup] Found menu:'CSS File' 20:06:12.009 DEBUG [main][MenuItemLookup] Found menu:'Servlet' 20:06:12.009 DEBUG [main][MenuItemLookup] Found menu:'Session Bean (EJB 3.x)' 20:06:12.009 DEBUG [main][MenuItemLookup] Found menu:'Message-Driven Bean (EJB 3.x)' 20:06:12.009 DEBUG [main][MenuItemLookup] Found menu:'Folder' 20:06:12.009 DEBUG [main][MenuItemLookup] Found menu:'File' 20:06:12.009 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:12.009 DEBUG [main][MenuItemLookup] Found menu:'Example...' 20:06:12.009 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:12.009 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 20:06:12.009 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 20:06:12.018 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 20:06:12.018 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 20:06:12.018 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 20:06:12.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 'New|Select a wizard'] is available.... 20:06:12.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 'New|Select a wizard'] is available. finished successfully 20:06:12.071 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 20:06:12.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:12.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:12.072 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:06:12.072 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:12.076 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 20:06:12.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:12.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:12.077 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:12.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:12.077 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:12.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:06:12.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:06:12.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java EE has children... 20:06:12.078 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java EE 20:06:12.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:06:12.078 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java EE is already expanded. No action performed 20:06:12.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:06:12.078 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java EE 20:06:12.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java EE has children finished successfully 20:06:12.078 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java EE 20:06:12.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:06:12.078 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java EE is already expanded. No action performed 20:06:12.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:06:12.078 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java EE 20:06:12.078 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Enterprise Application Project 20:06:12.078 DEBUG [main][TreeItemHandler] Selecting tree item: Enterprise Application Project 20:06:12.079 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Enterprise Application Project about selection 20:06:12.079 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Enterprise Application Project 20:06:12.079 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:06:12.079 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 20:06:12.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) 20:06:12.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:12.079 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:12.079 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:12.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:12.079 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:12.080 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:06:12.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:12.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:12.080 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:12.080 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:12.130 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:06:12.130 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:12.130 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:12.130 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.... 20:06:12.130 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 20:06:12.130 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New EAR Application Project 20:06:12.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:12.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:12.131 TRACE [WorkbenchTestable][EarProjectWizard] Shell New EAR Application Project is not null and is not disposed 20:06:12.131 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:12.131 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:") 20:06:12.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:12.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:12.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:12.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:12.132 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:06:12.132 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:06:12.133 INFO [WorkbenchTestable][AbstractText] Text set to: EARProject 20:06:12.134 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Group with referenced composite class org.eclipse.reddeer.eclipse.jst.j2ee.ui.project.facet.EarProjectWizard, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "EAR version") 20:06:12.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:12.134 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:12.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:12.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:12.135 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 20:06:12.135 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.swt.impl.group.DefaultGroup, index 0 and no matchers specified 20:06:12.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:12.135 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:12.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:12.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:12.135 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 20:06:12.135 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo 6.0 to selection: 7.0 20:06:12.164 TRACE [WorkbenchTestable][EarProjectWizard] Shell New EAR Application Project is not null and is not disposed 20:06:12.164 INFO [WorkbenchTestable][EarProjectWizard] Go to next wizard page 20:06:12.164 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) 20:06:12.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:12.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:12.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:12.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:12.165 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:12.165 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:06:12.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:12.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:12.165 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:12.165 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:12.172 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") 20:06:12.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:12.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:12.175 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:12.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:12.175 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:12.175 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...") 20:06:12.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:12.175 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:12.176 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:12.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:12.176 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:12.176 INFO [WorkbenchTestable][AbstractButton] Click button New &Module... 20:06:12.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:12.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:12.176 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:12.176 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:12.230 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.... 20:06:12.230 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:12.230 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:12.230 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 20:06:12.230 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create default Java EE modules. 20:06:12.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:12.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:12.231 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 20:06:12.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:12.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 20:06:12.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 20:06:12.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:12.232 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 20:06:12.232 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:06:12.232 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 20:06:12.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:12.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 20:06:12.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found 20:06:12.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:12.233 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 3 was found 20:06:12.233 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:06:12.233 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 20:06:12.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:12.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 20:06:12.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 20:06:12.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:12.234 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 2 was found 20:06:12.234 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:06:12.234 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 20:06:12.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:12.234 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:12.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:12.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:12.245 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:06:12.245 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:06:12.245 TRACE [WorkbenchTestable][DefaultJ2EEComponentCreationWizard] Shell Create default Java EE modules. is not null and is not disposed 20:06:12.245 INFO [WorkbenchTestable][DefaultJ2EEComponentCreationWizard] Finish wizard 20:06:12.245 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) 20:06:12.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:12.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:12.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:12.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:12.246 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:12.247 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:06:12.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:12.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:12.247 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:12.247 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:12.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:06:12.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:06:12.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:06:12.781 DEBUG [WorkbenchTestable][JobIsRunning] job 'Validating EARProjectEJB' has no excuses, wait for it 20:06:13.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 6 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 20:06:13.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 20:06:13.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 20:06:13.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Configuring for JavaScript' is not running, skipped 20:06:13.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 20:06:13.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refreshing view' is a system job, skipped 20:06:13.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 20:06:13.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 20:06:13.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:06:13.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:06:13.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 20:06:13.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 20:06:13.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 20:06:13.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:06:13.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:06:13.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:06:13.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:06:13.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:06:13.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:06:13.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:06:13.281 TRACE [WorkbenchTestable][EarProjectWizard] Shell New EAR Application Project is not null and is not disposed 20:06:13.281 INFO [WorkbenchTestable][EarProjectWizard] Finish wizard 20:06:13.281 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) 20:06:13.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:13.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:13.283 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:13.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:13.283 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:13.284 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:06:13.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:13.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:13.284 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:13.284 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:13.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:06:13.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:06:13.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:06:13.788 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 6 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 20:06:13.788 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 20:06:13.788 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 20:06:13.788 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 20:06:13.788 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 20:06:13.788 DEBUG [WorkbenchTestable][JobIsRunning] job 'Configuring for JavaScript' is not running, skipped 20:06:13.788 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:06:13.788 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:06:13.788 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:06:13.788 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 20:06:13.788 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 20:06:13.788 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 20:06:13.788 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:06:13.788 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:06:13.788 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:06:13.788 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:06:13.788 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:06:13.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:06:13.788 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:13.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:13.789 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 20:06:13.789 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:13.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:13.789 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:06:13.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:13.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:13.790 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:06:13.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 '\*?\QProject Explorer\E') 20:06:13.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:13.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:13.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:13.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:13.790 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:06:13.790 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:06:13.790 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:06:13.791 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:13.791 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:06:13.791 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:06:13.791 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:06:13.792 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:06:13.792 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:06:13.792 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:13.792 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:13.792 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:06:13.792 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:06:13.793 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:13.793 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:13.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:13.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:13.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:06:14.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:14.293 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:06:14.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:14.794 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:06:14.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:06:14.794 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:06:14.794 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:06:14.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:14.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:14.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 20:06:14.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:14.795 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:14.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:14.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:14.795 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:14.795 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProject 20:06:14.796 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectClient 20:06:14.796 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectConnector 20:06:14.796 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectEJB 20:06:14.796 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectWeb 20:06:14.796 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:06:14.796 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:06:14.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:14.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:14.797 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:06:14.797 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:06:14.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:14.798 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:14.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:14.798 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:14.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:06:15.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:15.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:06:15.799 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:15.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:06:15.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:06:15.799 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:06:15.799 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:06:15.800 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:15.800 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:15.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 20:06:15.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:15.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:15.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:15.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:15.800 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:15.801 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProject 20:06:15.801 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectClient 20:06:15.801 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectConnector 20:06:15.801 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectEJB 20:06:15.801 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectWeb 20:06:15.801 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:06:15.801 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:06:15.802 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:15.802 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:15.802 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:06:15.802 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:06:15.803 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:15.803 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:15.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:15.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:15.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:06:16.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:16.304 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:06:16.804 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:16.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:06:16.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:06:16.805 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:06:16.805 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:06:16.805 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:16.805 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:16.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 20:06:16.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:16.806 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:16.806 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:16.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:16.806 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:16.806 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProject 20:06:16.806 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectClient 20:06:16.806 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectConnector 20:06:16.806 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectEJB 20:06:16.806 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectWeb 20:06:16.806 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:06:16.806 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:06:16.807 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:16.807 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:16.807 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:06:16.807 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:06:16.807 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:16.807 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:16.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:16.807 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:16.808 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:06:17.308 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:17.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:06:17.809 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:17.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:06:17.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:06:17.809 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:06:17.809 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:06:17.810 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:17.810 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:17.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 20:06:17.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:17.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:17.810 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:17.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:17.810 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:17.810 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProject 20:06:17.810 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectClient 20:06:17.810 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectConnector 20:06:17.810 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectEJB 20:06:17.810 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectWeb 20:06:17.811 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:06:17.811 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:06:17.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:17.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:17.811 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:06:17.811 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:06:17.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:17.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:17.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:17.812 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:17.812 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:06:18.312 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:18.313 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:06:18.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:18.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:06:18.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:06:18.813 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:06:18.813 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:06:18.814 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:18.814 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:18.814 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:06:18.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:18.814 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:18.814 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:18.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:18.814 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:18.814 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProject 20:06:18.814 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectClient 20:06:18.814 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectConnector 20:06:18.814 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectEJB 20:06:18.815 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectWeb 20:06:18.815 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:18.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:18.815 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 20:06:18.815 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:18.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:18.815 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:06:18.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:18.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:18.816 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:06:18.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') 20:06:18.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:18.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:18.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:18.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:18.827 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:06:18.827 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:06:18.827 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:06:18.827 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:18.828 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:06:18.828 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:06:18.828 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:06:18.829 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:06:18.829 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:06:18.829 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:18.829 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:18.829 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:06:18.829 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:06:18.830 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:18.830 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:18.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:18.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:18.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:06:19.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:19.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:06:19.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:19.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:06:19.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:06:19.831 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:06:19.832 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:06:19.832 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:19.832 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:19.832 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:06:19.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:19.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:19.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:19.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:19.832 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:19.833 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProject 20:06:19.833 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectClient 20:06:19.833 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectConnector 20:06:19.833 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectEJB 20:06:19.833 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectWeb 20:06:19.833 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:06:19.833 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:06:19.833 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:19.833 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:19.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:19.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:19.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:06:20.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:20.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:06:20.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:20.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:06:20.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:06:20.836 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:06:20.836 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:06:20.836 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:20.836 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:20.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 20:06:20.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:20.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:20.837 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:20.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:20.837 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:20.837 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProject 20:06:20.837 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectClient 20:06:20.837 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectConnector 20:06:20.837 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectEJB 20:06:20.837 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectWeb 20:06:20.837 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:06:20.837 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:06:20.837 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:20.837 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:20.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 20:06:20.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:20.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:20.838 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:20.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:20.838 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:20.838 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 20:06:20.838 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 20:06:20.838 DEBUG [main][TreeItemHandler] Set Tree selection 20:06:20.838 DEBUG [main][TreeHandler] Notify Tree about selection event 20:06:20.843 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 20:06:20.844 DEBUG [WorkbenchTestable][TreeItemHandler] EARProject 20:06:20.844 DEBUG [WorkbenchTestable][TreeItemHandler] EARProjectClient 20:06:20.844 DEBUG [WorkbenchTestable][TreeItemHandler] EARProjectConnector 20:06:20.844 DEBUG [WorkbenchTestable][TreeItemHandler] EARProjectEJB 20:06:20.844 DEBUG [WorkbenchTestable][TreeItemHandler] EARProjectWeb 20:06:20.844 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:06:20.844 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:20.868 DEBUG [main][MenuItemLookup] Found menu:'New' 20:06:20.868 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:06:20.868 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:20.868 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:06:20.868 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:20.868 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:06:20.868 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:06:20.868 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:06:20.868 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 20:06:20.868 DEBUG [main][MenuItemLookup] Found menu:'Move...' 20:06:20.868 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 20:06:20.868 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:20.868 DEBUG [main][MenuItemLookup] Found menu:'Import...' 20:06:20.868 DEBUG [main][MenuItemLookup] Found menu:'Export...' 20:06:20.868 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:20.868 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 20:06:20.868 DEBUG [main][MenuItemLookup] Item match:Refresh F5 20:06:20.868 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 20:06:20.868 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 20:06:20.868 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 20:06:20.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:06:20.868 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 20:06:21.368 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:06:21.368 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 20:06:21.368 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:06:21.368 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:06:21.368 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 20:06:21.368 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 20:06:21.368 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 20:06:21.368 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:06:21.368 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:06:21.368 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:06:21.368 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:06:21.368 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:06:21.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:06:21.368 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:06:21.368 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:21.391 DEBUG [main][MenuItemLookup] Found menu:'New' 20:06:21.391 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:06:21.391 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:21.391 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:06:21.391 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:21.391 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:06:21.391 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:06:21.391 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:06:21.391 DEBUG [main][MenuItemLookup] Item match:Delete Delete 20:06:21.392 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 20:06:21.392 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 20:06:21.392 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 20:06:21.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 20:06:21.975 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 20:06:21.975 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 20:06:21.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:21.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:21.977 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 20:06:21.977 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:06:21.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:21.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:21.978 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:06:21.978 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:06:21.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:21.978 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:21.978 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:21.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:21.978 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:21.978 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 20:06:21.978 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 20:06:21.978 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 20:06:21.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:21.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:21.979 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:21.979 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:21.979 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:06:21.979 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:06:21.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:21.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:21.979 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:06:21.979 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:06:21.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:21.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:21.979 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:21.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:21.979 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:21.979 INFO [WorkbenchTestable][AbstractButton] Click button OK 20:06:21.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:21.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:21.980 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:21.980 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:21.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 20:06:21.981 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 20:06:22.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 20:06:22.482 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 20:06:22.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:06:22.482 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 20:06:22.482 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 20:06:22.482 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 20:06:22.482 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refreshing view' is a system job, skipped 20:06:22.482 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 20:06:22.482 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 20:06:22.482 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:06:22.482 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:06:22.482 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 20:06:22.482 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 20:06:22.482 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 20:06:22.482 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:06:22.482 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:06:22.482 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:06:22.482 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:06:22.482 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:06:22.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:06:22.482 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest 20:06:22.482 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:06:22.482 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:06:22.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:22.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:22.483 INFO [WorkbenchTestable][RequirementsRunner] Finished test: createProjectWithDefaultModules no-configuration(org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest) 20:06:22.483 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:06:22.483 INFO [WorkbenchTestable][RequirementsRunner] Started test: createProject no-configuration(org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest) 20:06:22.483 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest 20:06:22.483 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:06:22.483 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:06:22.483 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:06:22.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:06:22.483 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:22.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:06:22.483 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:22.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: "New EAR Application Project"] 20:06:22.483 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:22.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:06:22.483 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:22.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:06:22.483 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:22.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:06:22.484 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:22.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: "New EAR Application Project"] 20:06:22.484 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:22.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:06:22.484 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:22.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:06:22.484 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:22.484 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:06:22.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:22.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:22.484 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:06:22.484 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:06:22.485 DEBUG [main][MenuItemLookup] Found menu:'File' 20:06:22.485 DEBUG [main][MenuItemLookup] Item match:File 20:06:22.485 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 20:06:22.485 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 20:06:22.487 DEBUG [main][MenuItemLookup] Found menu:'Enterprise Application Project' 20:06:22.487 DEBUG [main][MenuItemLookup] Found menu:'Dynamic Web Project' 20:06:22.487 DEBUG [main][MenuItemLookup] Found menu:'EJB Project' 20:06:22.487 DEBUG [main][MenuItemLookup] Found menu:'Connector Project' 20:06:22.487 DEBUG [main][MenuItemLookup] Found menu:'Application Client Project' 20:06:22.487 DEBUG [main][MenuItemLookup] Found menu:'Static Web Project' 20:06:22.487 DEBUG [main][MenuItemLookup] Found menu:'Project...' 20:06:22.487 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:22.487 DEBUG [main][MenuItemLookup] Found menu:'JavaScript File' 20:06:22.487 DEBUG [main][MenuItemLookup] Found menu:'CSS File' 20:06:22.487 DEBUG [main][MenuItemLookup] Found menu:'Servlet' 20:06:22.487 DEBUG [main][MenuItemLookup] Found menu:'Session Bean (EJB 3.x)' 20:06:22.487 DEBUG [main][MenuItemLookup] Found menu:'Message-Driven Bean (EJB 3.x)' 20:06:22.487 DEBUG [main][MenuItemLookup] Found menu:'Folder' 20:06:22.487 DEBUG [main][MenuItemLookup] Found menu:'File' 20:06:22.487 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:22.487 DEBUG [main][MenuItemLookup] Found menu:'Example...' 20:06:22.487 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:22.487 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 20:06:22.487 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 20:06:22.487 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 20:06:22.487 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 20:06:22.487 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 20:06:22.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 20:06:22.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 'New|Select a wizard'] is available. finished successfully 20:06:22.543 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 20:06:22.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:22.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:22.548 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:06:22.548 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:22.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 20:06:22.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:22.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:22.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:22.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:22.549 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:22.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:06:22.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:06:22.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java EE has children... 20:06:22.550 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java EE 20:06:22.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:06:22.550 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java EE is already expanded. No action performed 20:06:22.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:06:22.550 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java EE 20:06:22.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java EE has children finished successfully 20:06:22.551 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java EE 20:06:22.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:06:22.551 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java EE is already expanded. No action performed 20:06:22.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:06:22.551 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java EE 20:06:22.551 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Enterprise Application Project 20:06:22.551 DEBUG [main][TreeItemHandler] Selecting tree item: Enterprise Application Project 20:06:22.551 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Enterprise Application Project about selection 20:06:22.551 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Enterprise Application Project 20:06:22.551 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:06:22.551 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 20:06:22.551 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) 20:06:22.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:22.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:22.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:22.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:22.552 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:22.552 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:06:22.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:22.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:22.552 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:22.552 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:22.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:06:22.604 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:22.604 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:22.604 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.... 20:06:22.604 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 20:06:22.604 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New EAR Application Project 20:06:22.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:22.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:22.605 TRACE [WorkbenchTestable][EarProjectWizard] Shell New EAR Application Project is not null and is not disposed 20:06:22.605 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:22.605 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:") 20:06:22.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:22.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:22.606 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:22.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:22.606 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:06:22.606 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:06:22.607 INFO [WorkbenchTestable][AbstractText] Text set to: EARProject 20:06:22.608 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Group with referenced composite class org.eclipse.reddeer.eclipse.jst.j2ee.ui.project.facet.EarProjectWizard, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "EAR version") 20:06:22.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:22.608 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:22.608 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:22.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:22.608 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 20:06:22.609 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.swt.impl.group.DefaultGroup, index 0 and no matchers specified 20:06:22.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:22.609 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:22.609 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:22.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:22.609 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 20:06:22.609 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo 6.0 to selection: 7.0 20:06:22.636 TRACE [WorkbenchTestable][EarProjectWizard] Shell New EAR Application Project is not null and is not disposed 20:06:22.636 INFO [WorkbenchTestable][EarProjectWizard] Go to next wizard page 20:06:22.636 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) 20:06:22.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:22.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:22.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:22.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:22.637 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:22.638 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:06:22.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:22.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:22.638 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:22.638 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:22.648 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") 20:06:22.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:22.648 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:22.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:22.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:22.649 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:22.649 TRACE [WorkbenchTestable][EarProjectWizard] Shell New EAR Application Project is not null and is not disposed 20:06:22.649 INFO [WorkbenchTestable][EarProjectWizard] Finish wizard 20:06: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.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) 20:06:22.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:22.649 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:22.650 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:22.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:22.650 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:22.650 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:06:22.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:22.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:22.650 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:22.650 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:22.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:06:23.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:06:23.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:06:23.153 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:06:23.153 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 20:06:23.153 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 20:06:23.153 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:06:23.153 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:06:23.153 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 20:06:23.153 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 20:06:23.153 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 20:06:23.153 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:06:23.153 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:06:23.153 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:06:23.153 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:06:23.153 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:06:23.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:06:23.153 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:23.154 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:23.154 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 20:06:23.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:23.154 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:23.154 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:06:23.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:23.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:23.154 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:06:23.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 '\*?\QProject Explorer\E') 20:06:23.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:23.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:23.155 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:23.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:23.155 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:06:23.155 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:06:23.155 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:06:23.156 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:23.156 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:06:23.156 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:06:23.156 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:06:23.157 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:06:23.157 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:06:23.165 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:23.165 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:23.165 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:06:23.165 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:06:23.166 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:23.166 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:23.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:23.166 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:23.167 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:06:23.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:23.667 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:06:24.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:24.168 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:06:24.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:06:24.169 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:06:24.169 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:06:24.169 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:24.169 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:24.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 20:06:24.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:24.169 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:24.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:24.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:24.170 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:24.170 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProject 20:06:24.170 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:24.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:24.170 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 20:06:24.170 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:24.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:24.171 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:06:24.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:24.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:24.171 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:06:24.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 '\*?\QProject Explorer\E') 20:06:24.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:24.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:24.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:24.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:24.180 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:06:24.180 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:06:24.180 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:06:24.181 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:24.181 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:06:24.181 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:06:24.181 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:06:24.182 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:06:24.182 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:06:24.182 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:24.183 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:24.183 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:06:24.183 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:06:24.183 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:24.183 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:24.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:24.183 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:24.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:06:24.684 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:24.684 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:06:25.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:25.184 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:06:25.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:06:25.184 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:06:25.184 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:06:25.185 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:25.185 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:25.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 20:06:25.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:25.185 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:25.185 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:25.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:25.185 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:25.186 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProject 20:06:25.186 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:06:25.186 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:06:25.186 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:25.186 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:25.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:25.186 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:25.187 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:06:25.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:25.687 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:06:26.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:26.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:06:26.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:06:26.188 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:06:26.188 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:06:26.188 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:26.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:26.189 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:06:26.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:26.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:26.189 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:26.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:26.189 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:26.189 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProject 20:06:26.189 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:06:26.189 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:06:26.190 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:26.190 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:26.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 20:06:26.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:26.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:26.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:26.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:26.190 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:26.190 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 20:06:26.190 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 20:06:26.190 DEBUG [main][TreeItemHandler] Set Tree selection 20:06:26.190 DEBUG [main][TreeHandler] Notify Tree about selection event 20:06:26.195 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 20:06:26.196 DEBUG [WorkbenchTestable][TreeItemHandler] EARProject 20:06:26.196 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:06:26.196 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:26.233 DEBUG [main][MenuItemLookup] Found menu:'New' 20:06:26.233 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:06:26.233 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:26.233 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:06:26.233 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:26.233 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:06:26.233 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:06:26.233 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:06:26.233 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 20:06:26.233 DEBUG [main][MenuItemLookup] Found menu:'Move...' 20:06:26.233 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 20:06:26.233 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:26.233 DEBUG [main][MenuItemLookup] Found menu:'Import' 20:06:26.233 DEBUG [main][MenuItemLookup] Found menu:'Export' 20:06:26.233 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:26.233 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 20:06:26.233 DEBUG [main][MenuItemLookup] Item match:Refresh F5 20:06:26.233 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 20:06:26.233 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 20:06:26.233 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 20:06:26.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:06:26.234 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 20:06:26.734 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:06:26.734 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:06:26.734 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 20:06:26.734 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 20:06:26.734 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 20:06:26.734 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:06:26.734 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:06:26.734 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:06:26.734 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:06:26.734 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:06:26.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:06:26.734 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:06:26.734 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:26.754 DEBUG [main][MenuItemLookup] Found menu:'New' 20:06:26.754 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:06:26.754 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:26.754 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:06:26.754 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:26.754 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:06:26.754 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:06:26.754 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:06:26.754 DEBUG [main][MenuItemLookup] Item match:Delete Delete 20:06:26.754 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 20:06:26.754 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 20:06:26.754 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 20:06:26.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 20:06:27.322 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 20:06:27.322 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 20:06:27.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:27.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:27.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: 32) 20:06:27.324 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:06:27.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:27.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:27.324 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:06:27.324 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:06:27.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:27.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:27.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:27.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:27.324 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:27.325 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 20:06:27.325 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 20:06:27.325 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 20:06:27.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:27.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:27.325 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:27.325 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:27.325 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:06:27.325 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:06:27.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:27.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:27.325 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:06:27.325 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:06:27.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:27.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:27.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:27.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:27.325 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:27.326 INFO [WorkbenchTestable][AbstractButton] Click button OK 20:06:27.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:27.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:27.326 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:27.326 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:27.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 20:06:27.328 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 20:06:27.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 20:06:27.828 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 20:06:27.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:06:27.828 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 20:06:27.828 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 20:06:27.828 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:06:27.828 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:06:27.828 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 20:06:27.828 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 20:06:27.828 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 20:06:27.828 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:06:27.828 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:06:27.828 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:06:27.828 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:06:27.828 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:06:27.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:06:27.828 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest 20:06:27.828 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:06:27.828 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:06:27.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:27.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:27.829 INFO [WorkbenchTestable][RequirementsRunner] Finished test: createProject no-configuration(org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest) 20:06:27.829 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest 20:06:27.829 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:06:27.829 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:06:27.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:27.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.09 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: 7.153 s createProjectWithDefaultModules no-configuration(org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest) Time elapsed: 10.478 s createProject no-configuration(org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest) Time elapsed: 5.346 s Running org.eclipse.reddeer.eclipse.test.jst.ejb.ui.EjbWizardTest 20:06:27.834 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jst.ejb.ui.EjbWizardTest 20:06:27.834 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:06:27.834 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:06:27.834 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jst.ejb.ui.EjbWizardTest 20:06:27.834 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:06:27.834 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 20:06:27.835 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:06:27.835 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 20:06:27.835 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:06:27.835 INFO [WorkbenchTestable][JavaEEPerspective] Open perspective: 'Java EE' 20:06:27.835 DEBUG [WorkbenchTestable][JavaEEPerspective] Perspective 'Java EE' is already opened. 20:06:27.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 20:06:27.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:27.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:27.835 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:06:27.835 DEBUG [main][MenuItemLookup] Found menu:'File' 20:06:27.836 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:06:27.836 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:06:27.836 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:06:27.836 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:06:27.836 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:06:27.836 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:06:27.836 DEBUG [main][MenuItemLookup] Item match:Window 20:06:27.836 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:06:27.836 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:06:27.836 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:06:27.836 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:27.836 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:06:27.836 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:06:27.836 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:27.836 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:06:27.836 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:27.836 DEBUG [main][MenuItemLookup] Found menu:'Web Browser' 20:06:27.836 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:06:27.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:27.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:27.836 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:06:27.837 DEBUG [main][MenuItemLookup] Found menu:'File' 20:06:27.837 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:06:27.837 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:06:27.837 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:06:27.837 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:06:27.837 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:06:27.837 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:06:27.837 DEBUG [main][MenuItemLookup] Item match:Window 20:06:27.837 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:06:27.837 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:06:27.837 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:06:27.837 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:27.837 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:06:27.837 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:06:27.837 DEBUG [main][MenuItemLookup] Item match:Perspective 20:06:27.837 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 20:06:27.837 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:27.837 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 20:06:27.837 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 20:06:27.837 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 20:06:27.837 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 20:06:27.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 20:06:27.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:27.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:27.838 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:06:27.838 DEBUG [main][MenuItemLookup] Found menu:'File' 20:06:27.838 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:06:27.838 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:06:27.838 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:06:27.838 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:06:27.838 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:06:27.838 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:06:27.838 DEBUG [main][MenuItemLookup] Item match:Window 20:06:27.838 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:06:27.838 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:06:27.838 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:06:27.838 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:27.838 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:06:27.838 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:06:27.838 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:27.838 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:06:27.838 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:27.838 DEBUG [main][MenuItemLookup] Found menu:'Web Browser' 20:06:27.838 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:06:27.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:27.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:27.838 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:06:27.839 DEBUG [main][MenuItemLookup] Found menu:'File' 20:06:27.839 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:06:27.839 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:06:27.839 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:06:27.839 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:06:27.839 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:06:27.839 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:06:27.839 DEBUG [main][MenuItemLookup] Item match:Window 20:06:27.839 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:06:27.839 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:06:27.839 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:06:27.839 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:27.839 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:06:27.839 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:06:27.839 DEBUG [main][MenuItemLookup] Item match:Perspective 20:06:27.839 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 20:06:27.839 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:27.839 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 20:06:27.839 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 20:06:27.839 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 20:06:27.839 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 20:06:27.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:27.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:27.840 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:06:27.840 DEBUG [main][MenuItemLookup] Found menu:'File' 20:06:27.840 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:06:27.840 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:06:27.840 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:06:27.840 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:06:27.840 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:06:27.840 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:06:27.840 DEBUG [main][MenuItemLookup] Item match:Window 20:06:27.840 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:06:27.840 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:06:27.840 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:06:27.840 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:27.840 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:06:27.840 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:06:27.840 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:27.840 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:06:27.840 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:27.840 DEBUG [main][MenuItemLookup] Found menu:'Web Browser' 20:06:27.840 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:06:27.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:27.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:27.840 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:06:27.840 DEBUG [main][MenuItemLookup] Found menu:'File' 20:06:27.840 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:06:27.840 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:06:27.840 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:06:27.840 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:06:27.840 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:06:27.840 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:06:27.840 DEBUG [main][MenuItemLookup] Item match:Window 20:06:27.841 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:06:27.841 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:06:27.841 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:06:27.841 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:27.841 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:06:27.841 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:06:27.841 DEBUG [main][MenuItemLookup] Item match:Perspective 20:06:27.841 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 20:06:27.841 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:27.841 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 20:06:27.841 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 20:06:27.841 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 20:06:27.841 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 20:06:27.841 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 20:06:27.841 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 20:06:27.841 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 20:06:27.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 20:06:27.874 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 20:06:27.875 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 20:06:27.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:27.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:27.877 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:06:27.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:27.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:27.877 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 20:06:27.877 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:06:27.877 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:27.877 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:27.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 "Reset Perspective") 20:06:27.877 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:06:27.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:27.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:27.877 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 20:06:27.877 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:06:27.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:27.877 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:27.877 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:27.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:27.878 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:27.878 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 20:06:27.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:27.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:27.878 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:27.878 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:27.970 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:06:27.970 INFO [WorkbenchTestable][RequirementsRunner] Started test: createEJBProject no-configuration(org.eclipse.reddeer.eclipse.test.jst.ejb.ui.EjbWizardTest) 20:06:27.970 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jst.ejb.ui.EjbWizardTest 20:06:27.970 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:06:27.970 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:06:27.970 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:06:27.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:06:27.970 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:27.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:06:27.970 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:27.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 EJB Project"] 20:06:27.971 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:27.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:06:27.971 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:27.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:06:27.971 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:27.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:06:27.971 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:27.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 EJB Project"] 20:06:27.971 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:27.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:06:27.971 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:27.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:06:27.971 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:27.971 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:06:27.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:27.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:27.972 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:06:27.972 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:06:27.972 DEBUG [main][MenuItemLookup] Found menu:'File' 20:06:27.972 DEBUG [main][MenuItemLookup] Item match:File 20:06:27.972 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 20:06:27.972 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 20:06:27.974 DEBUG [main][MenuItemLookup] Found menu:'Enterprise Application Project' 20:06:27.974 DEBUG [main][MenuItemLookup] Found menu:'Dynamic Web Project' 20:06:27.974 DEBUG [main][MenuItemLookup] Found menu:'EJB Project' 20:06:27.974 DEBUG [main][MenuItemLookup] Found menu:'Connector Project' 20:06:27.974 DEBUG [main][MenuItemLookup] Found menu:'Application Client Project' 20:06:27.974 DEBUG [main][MenuItemLookup] Found menu:'Static Web Project' 20:06:27.974 DEBUG [main][MenuItemLookup] Found menu:'Project...' 20:06:27.974 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:27.974 DEBUG [main][MenuItemLookup] Found menu:'JavaScript File' 20:06:27.974 DEBUG [main][MenuItemLookup] Found menu:'CSS File' 20:06:27.974 DEBUG [main][MenuItemLookup] Found menu:'Servlet' 20:06:27.974 DEBUG [main][MenuItemLookup] Found menu:'Session Bean (EJB 3.x)' 20:06:27.974 DEBUG [main][MenuItemLookup] Found menu:'Message-Driven Bean (EJB 3.x)' 20:06:27.974 DEBUG [main][MenuItemLookup] Found menu:'Folder' 20:06:27.974 DEBUG [main][MenuItemLookup] Found menu:'File' 20:06:27.974 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:27.974 DEBUG [main][MenuItemLookup] Found menu:'Example...' 20:06:27.974 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:27.974 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 20:06:27.974 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 20:06:27.974 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 20:06:27.974 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 20:06:27.974 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 20:06:28.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 20:06:28.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 'New|Select a wizard'] is available. finished successfully 20:06:28.037 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 20:06:28.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:28.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:28.037 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:06:28.037 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:28.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 20:06:28.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:28.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:28.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:28.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:28.038 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:28.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:06:28.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:06:28.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem EJB has children... 20:06:28.039 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item EJB 20:06:28.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:06:28.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:06:28.540 INFO [WorkbenchTestable][TreeItemHandler] Expanded: EJB 20:06:28.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem EJB has children finished successfully 20:06:28.540 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item EJB 20:06:28.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:06:28.541 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item EJB is already expanded. No action performed 20:06:28.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:06:28.541 INFO [WorkbenchTestable][TreeItemHandler] Expanded: EJB 20:06:28.541 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item EJB Project 20:06:28.541 DEBUG [main][TreeItemHandler] Selecting tree item: EJB Project 20:06:28.541 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item EJB Project about selection 20:06:28.543 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: EJB Project 20:06:28.543 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:06:28.543 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 20:06:28.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) 20:06:28.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:28.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:28.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:28.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:28.543 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:28.544 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:06:28.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:28.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:28.544 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:28.544 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:28.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:06:28.632 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:28.632 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:28.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New EJB Project"] is available.... 20:06:28.632 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 20:06:28.633 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New EJB Project 20:06:28.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:28.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:28.633 TRACE [WorkbenchTestable][EjbProjectWizard] Shell New EJB Project is not null and is not disposed 20:06:28.633 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:28.634 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:") 20:06:28.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:28.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:28.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:28.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:28.635 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:06:28.635 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:06:28.635 INFO [WorkbenchTestable][AbstractText] Text set to: ejbProject 20:06:28.637 TRACE [WorkbenchTestable][EjbProjectWizard] Shell New EJB Project is not null and is not disposed 20:06:28.637 INFO [WorkbenchTestable][EjbProjectWizard] Finish wizard 20:06:28.637 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) 20:06:28.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:28.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:28.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:28.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:28.638 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:28.639 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:06:28.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:28.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:28.639 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:28.639 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:28.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:06:29.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:06:29.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:06:29.141 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 20:06:29.141 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 20:06:29.141 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 20:06:29.141 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 20:06:29.141 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:06:29.141 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:06:29.141 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 20:06:29.141 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 20:06:29.141 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 20:06:29.141 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:06:29.141 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:06:29.141 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:06:29.141 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:06:29.141 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:06:29.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:06:29.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:29.145 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:06:29.145 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 20:06:29.145 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:06:29.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:29.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:29.145 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:06:29.145 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:06:29.145 DEBUG [main][MenuItemLookup] Found menu:'File' 20:06:29.145 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:06:29.145 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:06:29.145 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:06:29.145 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:06:29.145 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:06:29.145 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:06:29.145 DEBUG [main][MenuItemLookup] Item match:Window 20:06:29.145 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:06:29.145 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:06:29.145 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:06:29.145 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:29.145 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:06:29.145 DEBUG [main][MenuItemLookup] Item match:Show View 20:06:29.148 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 20:06:29.148 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 20:06:29.148 DEBUG [main][MenuItemLookup] Found menu:'Data Source Explorer' 20:06:29.148 DEBUG [main][MenuItemLookup] Found menu:'Markers' 20:06:29.148 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 20:06:29.148 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 20:06:29.148 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 20:06:29.148 DEBUG [main][MenuItemLookup] Found menu:'Properties' 20:06:29.148 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 20:06:29.148 DEBUG [main][MenuItemLookup] Found menu:'Servers' 20:06:29.148 DEBUG [main][MenuItemLookup] Found menu:'Snippets' 20:06:29.148 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 20:06:29.148 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:29.148 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 20:06:29.148 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 20:06:29.148 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 20:06:29.148 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 20:06:29.148 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 20:06:29.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 20:06:29.207 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 20:06:29.207 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 20:06:29.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:29.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:29.208 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 20:06:29.208 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:06:29.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:29.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:29.208 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:06:29.208 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:06:29.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:29.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:29.209 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:29.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:29.209 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:29.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:06:29.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:06:29.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 20:06:29.209 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:06:29.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:06:29.210 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:06:29.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:06:29.210 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:06:29.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 20:06:29.210 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:06:29.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:06:29.210 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:06:29.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:06:29.210 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:06:29.210 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 20:06:29.210 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 20:06:29.210 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 20:06:29.210 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 20:06:29.210 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:06:29.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:29.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:29.210 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:06:29.210 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:06:29.210 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:29.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:29.211 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:06:29.211 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:06:29.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:29.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:29.211 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:06:29.211 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:06:29.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:29.211 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:29.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:29.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:29.211 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:29.211 INFO [WorkbenchTestable][AbstractButton] Click button &Open 20:06:29.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:29.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:29.212 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:29.212 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:29.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:06:29.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:06:29.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 20:06:29.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:29.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:29.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 20:06:29.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:29.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:29.247 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:06:29.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:29.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:29.247 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:06:29.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 '\*?\QPackage Explorer\E') 20:06:29.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:29.247 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:29.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:29.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:29.248 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:06:29.248 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:06:29.248 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:06:29.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:29.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:06:29.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:06:29.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:06:29.250 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:06:29.250 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:06:29.250 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:29.250 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:29.251 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:06:29.251 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:06:29.251 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:29.251 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:29.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:29.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:29.251 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:06:29.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:29.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:06:30.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:30.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:06:30.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:06:30.252 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:06:30.252 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:06:30.253 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:30.253 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:30.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 20:06:30.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:30.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:30.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:30.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:30.253 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:30.254 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ejbProject 20:06:30.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:30.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:30.255 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 20:06:30.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:30.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:30.256 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:06:30.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:30.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:30.257 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:06:30.257 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:06:30.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:30.257 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:30.258 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:30.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:30.258 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:06:30.258 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:06:30.258 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:06:30.259 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:30.259 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:06:30.259 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:06:30.259 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:06:30.267 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:06:30.267 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:06:30.268 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:30.268 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:30.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:30.268 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:30.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:06:30.768 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:30.769 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:06:31.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:31.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:06:31.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:06:31.270 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:06:31.270 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:06:31.271 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:31.271 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:31.271 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:06:31.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:31.271 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:31.271 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:31.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:31.272 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:31.272 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ejbProject 20:06:31.272 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ejbProject 20:06:31.272 DEBUG [main][TreeItemHandler] Selecting tree item: ejbProject 20:06:31.272 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ejbProject about selection 20:06:31.274 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ejbProject 20:06:31.302 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:06:31.302 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:31.329 DEBUG [main][MenuItemLookup] Found menu:'New' 20:06:31.329 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:06:31.329 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:31.329 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 20:06:31.329 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 20:06:31.329 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:06:31.329 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:31.329 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:06:31.329 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 20:06:31.329 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:06:31.329 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:06:31.329 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:31.329 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 20:06:31.329 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 20:06:31.329 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 20:06:31.329 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 20:06:31.329 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:31.329 DEBUG [main][MenuItemLookup] Found menu:'Import...' 20:06:31.329 DEBUG [main][MenuItemLookup] Found menu:'Export...' 20:06:31.329 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:31.329 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 20:06:31.329 DEBUG [main][MenuItemLookup] Item match:Refresh F5 20:06:31.329 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 20:06:31.329 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 20:06:31.329 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 20:06:31.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:06:31.330 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 20:06:31.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 20:06:31.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:06:31.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:06:31.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 20:06:31.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 20:06:31.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 20:06:31.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:06:31.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:06:31.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:06:31.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:06:31.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:06:31.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:06:31.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:06:31.830 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ejbProject' via Explorer 20:06:31.830 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ejbProject 20:06:31.830 DEBUG [main][TreeItemHandler] Selecting tree item: ejbProject 20:06:31.831 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ejbProject about selection 20:06:31.833 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ejbProject 20:06:31.833 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:06:31.833 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:31.854 DEBUG [main][MenuItemLookup] Found menu:'New' 20:06:31.854 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:06:31.854 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:31.854 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 20:06:31.854 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 20:06:31.854 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:06:31.854 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:31.854 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:06:31.854 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 20:06:31.854 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:06:31.854 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:06:31.854 DEBUG [main][MenuItemLookup] Item match:Delete Delete 20:06:31.854 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 20:06:31.854 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 20:06:31.854 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 20:06:31.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 'Delete.*'] is available.... 20:06:32.406 DEBUG [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 20:06:32.406 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 20:06:32.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:32.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:32.409 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:32.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:32.409 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 20:06:32.409 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:06:32.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:32.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:32.409 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:06:32.409 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:06:32.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:32.409 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:32.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:32.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:32.410 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:32.410 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 20:06:32.410 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 20:06:32.410 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 20:06:32.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:32.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:32.410 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:32.410 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:32.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", Widget matcher matching widgets with style: 8) 20:06:32.410 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:06:32.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:32.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:32.410 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:06:32.410 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:06:32.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:32.410 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:32.411 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:32.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:32.411 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:32.411 INFO [WorkbenchTestable][AbstractButton] Click button OK 20:06:32.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:32.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:32.411 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:32.411 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:32.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 20:06:32.413 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 20:06:32.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 20:06:32.914 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 20:06:32.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:06:32.914 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 20:06:32.914 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 20:06:32.914 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 20:06:32.914 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:06:32.914 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:06:32.914 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 20:06:32.914 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 20:06:32.914 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 20:06:32.914 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:06:32.914 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:06:32.914 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:06:32.914 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:06:32.914 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:06:32.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:06:32.914 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jst.ejb.ui.EjbWizardTest 20:06:32.914 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:06:32.914 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:06:32.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:32.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:32.915 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.log.collector.AftersLogCollector 20:06:32.915 INFO [WorkbenchTestable][RequirementsRunner] Finished test: createEJBProject no-configuration(org.eclipse.reddeer.eclipse.test.jst.ejb.ui.EjbWizardTest) 20:06:32.915 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jst.ejb.ui.EjbWizardTest 20:06:32.915 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:06:32.915 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:06:32.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:32.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.082 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: 4.945 s Running org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest 20:06:32.919 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest 20:06:32.922 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:06:32.922 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:06:32.923 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest 20:06:32.923 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:06:32.923 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 20:06:32.923 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:06:32.923 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 20:06:32.923 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:06:32.923 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 20:06:32.923 DEBUG [WorkbenchTestable][JavaPerspective] Trying to open perspective: 'Java' 20:06:32.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:32.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:32.923 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:06:32.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:32.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:32.924 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") 20:06:32.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:32.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:32.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:32.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:32.927 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 20:06:32.927 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 20:06:32.927 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 20:06:32.927 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:32.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 20:06:32.964 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 20:06:32.964 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 20:06:32.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:32.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:32.964 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 20:06:32.964 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:06:32.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:32.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:32.965 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 20:06:32.965 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:06:32.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:32.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:32.965 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:32.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:32.965 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:06:32.965 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Java') 20:06:32.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:06:32.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:06:32.965 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (2) 20:06:32.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:06:32.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:06:32.965 TRACE [main][WidgetHandler] Notify Table with event 13 20:06:32.965 TRACE [main][WidgetHandler] Wait for synchronization 20:06:32.965 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:06:32.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:32.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:32.966 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 20:06:32.966 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:06:32.966 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:32.966 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:32.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 "Open") 20:06:32.966 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:06:32.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:32.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:32.966 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 20:06:32.966 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:06:32.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:32.966 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:32.967 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:32.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:32.967 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:32.967 INFO [WorkbenchTestable][AbstractButton] Click button &Open 20:06:32.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:32.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:32.967 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:32.967 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:33.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:06:33.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:06:33.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 20:06:33.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:33.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:33.039 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:06:33.039 DEBUG [main][MenuItemLookup] Found menu:'File' 20:06:33.039 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:06:33.039 DEBUG [main][MenuItemLookup] Found menu:'Source' 20:06:33.039 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 20:06:33.039 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:06:33.039 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:06:33.039 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:06:33.039 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:06:33.039 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:06:33.039 DEBUG [main][MenuItemLookup] Item match:Window 20:06:33.040 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:06:33.040 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:06:33.040 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:06:33.040 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:33.040 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:06:33.040 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:06:33.040 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:33.040 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:06:33.040 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:33.040 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:06:33.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:33.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:33.040 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:06:33.040 DEBUG [main][MenuItemLookup] Found menu:'File' 20:06:33.040 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:06:33.040 DEBUG [main][MenuItemLookup] Found menu:'Source' 20:06:33.040 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 20:06:33.040 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:06:33.040 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:06:33.040 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:06:33.040 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:06:33.040 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:06:33.040 DEBUG [main][MenuItemLookup] Item match:Window 20:06:33.040 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:06:33.040 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:06:33.040 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:06:33.040 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:33.040 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:06:33.040 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:06:33.040 DEBUG [main][MenuItemLookup] Item match:Perspective 20:06:33.040 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 20:06:33.040 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:33.040 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 20:06:33.040 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 20:06:33.040 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 20:06:33.040 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 20:06:33.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 20:06:33.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:33.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:33.041 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:06:33.041 DEBUG [main][MenuItemLookup] Found menu:'File' 20:06:33.041 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:06:33.041 DEBUG [main][MenuItemLookup] Found menu:'Source' 20:06:33.041 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 20:06:33.041 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:06:33.041 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:06:33.041 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:06:33.041 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:06:33.041 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:06:33.041 DEBUG [main][MenuItemLookup] Item match:Window 20:06:33.041 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:06:33.041 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:06:33.041 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:06:33.041 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:33.041 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:06:33.041 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:06:33.041 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:33.041 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:06:33.041 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:33.041 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:06:33.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:33.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:33.041 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:06:33.041 DEBUG [main][MenuItemLookup] Found menu:'File' 20:06:33.041 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:06:33.041 DEBUG [main][MenuItemLookup] Found menu:'Source' 20:06:33.041 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 20:06:33.041 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:06:33.041 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:06:33.041 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:06:33.041 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:06:33.041 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:06:33.041 DEBUG [main][MenuItemLookup] Item match:Window 20:06:33.041 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:06:33.041 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:06:33.041 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:06:33.041 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:33.041 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:06:33.041 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:06:33.041 DEBUG [main][MenuItemLookup] Item match:Perspective 20:06:33.041 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 20:06:33.041 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:33.041 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 20:06:33.041 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 20:06:33.041 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 20:06:33.041 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 20:06:33.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:33.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:33.042 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:06:33.042 DEBUG [main][MenuItemLookup] Found menu:'File' 20:06:33.042 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:06:33.042 DEBUG [main][MenuItemLookup] Found menu:'Source' 20:06:33.042 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 20:06:33.042 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:06:33.042 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:06:33.042 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:06:33.042 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:06:33.042 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:06:33.042 DEBUG [main][MenuItemLookup] Item match:Window 20:06:33.042 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:06:33.042 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:06:33.042 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:06:33.042 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:33.042 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:06:33.042 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:06:33.042 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:33.042 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:06:33.042 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:33.042 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:06:33.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:33.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:33.042 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:06:33.042 DEBUG [main][MenuItemLookup] Found menu:'File' 20:06:33.042 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:06:33.042 DEBUG [main][MenuItemLookup] Found menu:'Source' 20:06:33.042 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 20:06:33.042 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:06:33.042 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:06:33.042 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:06:33.042 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:06:33.042 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:06:33.042 DEBUG [main][MenuItemLookup] Item match:Window 20:06:33.043 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:06:33.043 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:06:33.043 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:06:33.043 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:33.043 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:06:33.043 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:06:33.043 DEBUG [main][MenuItemLookup] Item match:Perspective 20:06:33.043 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 20:06:33.043 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:33.043 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 20:06:33.043 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 20:06:33.043 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 20:06:33.043 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 20:06:33.043 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 20:06:33.043 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 20:06:33.043 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 20:06:33.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 20:06:33.070 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 20:06:33.070 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 20:06:33.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:33.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:33.071 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:06:33.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:33.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:33.071 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 20:06:33.071 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:06:33.071 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:33.071 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:33.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 "Reset Perspective") 20:06:33.071 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:06:33.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:33.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:33.071 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 20:06:33.071 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:06:33.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:33.071 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:33.071 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:33.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:33.072 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:33.072 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 20:06:33.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:33.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:33.072 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:33.072 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:33.178 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:06:33.178 INFO [WorkbenchTestable][RequirementsRunner] Started test: delete no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest) 20:06:33.178 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest 20:06:33.178 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:06:33.178 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:06:33.178 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:06:33.178 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:33.182 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:06:33.182 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E'' view via menu. 20:06:33.182 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:06:33.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:33.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:33.182 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:06:33.182 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:06:33.182 DEBUG [main][MenuItemLookup] Found menu:'File' 20:06:33.182 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:06:33.182 DEBUG [main][MenuItemLookup] Found menu:'Source' 20:06:33.182 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 20:06:33.182 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:06:33.182 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:06:33.183 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:06:33.183 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:06:33.183 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:06:33.183 DEBUG [main][MenuItemLookup] Item match:Window 20:06:33.183 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:06:33.183 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:06:33.183 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:06:33.183 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:33.183 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:06:33.183 DEBUG [main][MenuItemLookup] Item match:Show View 20:06:33.186 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 20:06:33.186 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 20:06:33.186 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 20:06:33.186 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 20:06:33.186 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 20:06:33.186 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 20:06:33.186 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 20:06:33.186 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 20:06:33.186 DEBUG [main][MenuItemLookup] Found menu:'Progress' 20:06:33.186 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 20:06:33.186 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 20:06:33.186 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 20:06:33.186 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 20:06:33.186 DEBUG [main][MenuItemLookup] Found menu:'Templates' 20:06:33.186 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 20:06:33.186 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:33.186 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 20:06:33.186 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 20:06:33.186 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 20:06:33.186 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 20:06:33.186 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 20:06:33.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 20:06:33.257 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 20:06:33.258 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 20:06:33.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:33.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:33.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 20:06:33.258 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:06:33.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:33.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:33.258 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:06:33.258 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:06:33.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:33.258 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:33.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:33.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:33.259 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:33.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:06:33.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:06:33.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Remote Systems has children... 20:06:33.260 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Remote Systems 20:06:33.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:06:33.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:06:33.762 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Remote Systems 20:06:33.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Remote Systems has children finished successfully 20:06:33.763 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Remote Systems 20:06:33.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:06:33.763 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Remote Systems is already expanded. No action performed 20:06:33.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:06:33.763 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Remote Systems 20:06:33.763 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Remote Systems 20:06:33.763 DEBUG [main][TreeItemHandler] Selecting tree item: Remote Systems 20:06:33.763 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Remote Systems about selection 20:06:33.763 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Remote Systems 20:06:33.763 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:06:33.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:33.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:33.764 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:06:33.764 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:06:33.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:33.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:33.764 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:06:33.764 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:06:33.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:33.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:33.764 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:06:33.764 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:06:33.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:33.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:33.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:33.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:33.764 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:33.764 INFO [WorkbenchTestable][AbstractButton] Click button &Open 20:06:33.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:33.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:33.765 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:33.765 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:33.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:06:33.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:06:33.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.rse.ui.view.SystemViewPart' view is open... 20:06:33.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:33.879 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:33.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.rse.ui.view.SystemViewPart' view is open finished successfully 20:06:33.879 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:33.881 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:33.881 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:06:33.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:33.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:33.882 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:06:33.882 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:06:33.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:33.882 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:33.884 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:33.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:33.884 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:06:33.884 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 20:06:33.884 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 20:06:33.885 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:33.885 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:06:33.885 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:06:33.885 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:06:33.886 INFO [WorkbenchTestable][SystemViewPart] Creating new connection 20:06:33.886 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 20:06:33.886 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 20:06:33.886 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:33.886 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:33.886 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 20:06:33.887 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 20:06:33.887 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:33.887 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:33.887 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:06:33.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:33.887 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:33.887 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:33.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:33.887 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:33.888 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Local 20:06:33.888 DEBUG [main][TreeItemHandler] Selecting tree item: Local 20:06:33.888 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Local about selection 20:06:33.889 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Local 20:06:33.890 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:06:33.890 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:33.938 DEBUG [main][MenuItemLookup] Found menu:'New' 20:06:33.938 DEBUG [main][MenuItemLookup] Item match:New 20:06:33.938 DEBUG [main][MenuItemLookup] Found menu:'Connection...' 20:06:33.938 DEBUG [main][MenuItemLookup] Item match:Connection... 20:06:33.938 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Connection..." 20:06:33.938 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Connection... 20:06:33.938 INFO [main][MenuItemHandler] Select menu item: &Connection... 20:06:34.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available.... 20:06:34.019 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 20:06:34.019 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 20:06:34.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:34.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:34.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:06:34.020 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:34.020 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:34.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:06:34.020 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:34.020 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:34.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 Connection"] 20:06:34.020 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:34.020 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:34.021 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 20:06:34.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:34.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:34.021 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 20:06:34.021 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:34.022 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 20:06:34.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:34.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:34.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:34.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:34.022 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:34.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:06:34.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:06:34.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 20:06:34.023 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:06:34.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:06:34.023 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:06:34.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:06:34.023 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:06:34.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 20:06:34.023 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:06:34.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:06:34.023 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:06:34.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:06:34.023 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:06:34.024 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item SSH Only 20:06:34.024 DEBUG [main][TreeItemHandler] Selecting tree item: SSH Only 20:06:34.024 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item SSH Only about selection 20:06:34.031 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: SSH Only 20:06:34.032 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 20:06:34.032 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Go to next wizard page 20:06:34.032 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) 20:06:34.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:34.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:34.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:34.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:34.033 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:34.033 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:06:34.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:34.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:34.033 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:34.033 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:34.058 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 20:06:34.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:34.058 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 20:06:34.058 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 20:06:34.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:34.058 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 20:06:34.059 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo LOCALHOST to:127.0.0.1 20:06:34.062 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 20:06:34.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:34.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:34.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:34.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:34.062 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:06:34.062 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:06:34.063 INFO [WorkbenchTestable][AbstractText] Text set to: system1 20:06:34.063 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 20:06:34.063 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Finish wizard 20:06:34.063 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) 20:06:34.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:34.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:34.064 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:34.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:34.064 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:34.065 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:06:34.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:34.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:34.065 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:34.065 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:34.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:06:34.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:06:34.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:06:34.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:06:34.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:06:34.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-r6pb5' is not running, skipped 20:06:34.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:06:34.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 20:06:34.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 20:06:34.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 20:06:34.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:06:34.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:06:34.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:06:34.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:06:34.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:06:34.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:06:34.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: system1... 20:06:34.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:34.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:34.148 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:06:34.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:34.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:34.148 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:06:34.148 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:06:34.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:34.148 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:34.162 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:34.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:34.162 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:06:34.162 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 20:06:34.162 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 20:06:34.162 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:34.162 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:06:34.162 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:06:34.162 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:06:34.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 20:06:34.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:34.163 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:34.164 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:34.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:34.164 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:34.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: system1 finished successfully 20:06:34.164 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E'' is already open. Activate. 20:06:34.164 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 20:06:34.164 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 20:06:34.164 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:34.164 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:34.164 INFO [WorkbenchTestable][SystemViewPart] Creating new connection 20:06:34.165 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 20:06:34.165 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 20:06:34.165 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:34.165 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:34.189 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 20:06:34.189 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 20:06:34.190 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:34.190 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:34.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 20:06:34.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:34.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:34.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:34.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:34.190 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:34.191 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Local 20:06:34.191 DEBUG [main][TreeItemHandler] Selecting tree item: Local 20:06:34.191 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Local about selection 20:06:34.193 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Local 20:06:34.193 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:06:34.193 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:34.210 DEBUG [main][MenuItemLookup] Found menu:'New' 20:06:34.210 DEBUG [main][MenuItemLookup] Item match:New 20:06:34.210 DEBUG [main][MenuItemLookup] Found menu:'Connection...' 20:06:34.210 DEBUG [main][MenuItemLookup] Item match:Connection... 20:06:34.211 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Connection..." 20:06:34.211 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Connection... 20:06:34.211 INFO [main][MenuItemHandler] Select menu item: &Connection... 20:06:34.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available.... 20:06:34.256 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 20:06:34.257 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 20:06:34.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:34.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:34.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:06:34.258 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:34.258 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:34.258 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:06:34.258 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:34.258 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:34.258 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 20:06:34.258 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:34.258 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:34.258 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 20:06:34.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:34.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:34.258 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 20:06:34.258 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:34.258 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 20:06:34.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:34.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:34.288 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:34.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:34.288 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:34.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:06:34.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:06:34.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 20:06:34.289 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:06:34.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:06:34.289 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:06:34.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:06:34.289 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:06:34.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 20:06:34.289 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:06:34.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:06:34.289 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:06:34.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:06:34.289 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:06:34.290 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item SSH Only 20:06:34.290 DEBUG [main][TreeItemHandler] Selecting tree item: SSH Only 20:06:34.290 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item SSH Only about selection 20:06:34.291 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: SSH Only 20:06:34.291 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 20:06:34.291 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Go to next wizard page 20:06:34.291 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) 20:06:34.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:34.291 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:34.291 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:34.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:34.291 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:34.292 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:06:34.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:34.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:34.292 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:34.292 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:34.314 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 20:06:34.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:34.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 20:06:34.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 20:06:34.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:34.314 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 20:06:34.315 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo LOCALHOST to:localhost 20:06:34.318 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 20:06:34.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:34.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:34.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:34.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:34.318 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:06:34.318 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:06:34.318 INFO [WorkbenchTestable][AbstractText] Text set to: system2 20:06:34.319 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 20:06:34.319 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Finish wizard 20:06:34.319 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) 20:06:34.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:34.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:34.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:34.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:34.319 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:34.320 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:06:34.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:34.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:34.320 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:34.320 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:34.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:06:34.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:06:34.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:06:34.342 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:06:34.342 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 20:06:34.342 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:06:34.342 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-r6pb5' is not running, skipped 20:06:34.342 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:06:34.342 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 20:06:34.342 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 20:06:34.342 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 20:06:34.342 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:06:34.342 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:06:34.342 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:06:34.342 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:06:34.342 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:06:34.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:06:34.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: system2... 20:06:34.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:34.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:34.361 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:06:34.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:34.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:34.362 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:06:34.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 '\*?\QRemote Systems\E') 20:06:34.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:34.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:34.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:34.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:34.364 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:06:34.391 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 20:06:34.391 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 20:06:34.392 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:34.392 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:06:34.392 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:06:34.392 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:06:34.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 20:06:34.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:34.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:34.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:34.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:34.393 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:34.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: system2 finished successfully 20:06:34.394 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E'' is already open. Activate. 20:06:34.394 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 20:06:34.394 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 20:06:34.394 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:34.394 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:34.394 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 20:06:34.395 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 20:06:34.395 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:34.395 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:34.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 20:06:34.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:34.395 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:34.395 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:34.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:34.395 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:34.395 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 20:06:34.395 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 20:06:34.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:34.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:34.396 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:06:34.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:34.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:34.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:34.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:34.396 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:34.396 INFO [WorkbenchTestable][System] Deleting system system1 20:06:34.396 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item system1 20:06:34.397 DEBUG [main][TreeItemHandler] Selecting tree item: system1 20:06:34.397 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item system1 about selection 20:06:34.398 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: system1 20:06:34.399 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item system1 20:06:34.399 DEBUG [main][TreeItemHandler] Selecting tree item: system1 20:06:34.399 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item system1 about selection 20:06:34.400 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: system1 20:06:34.412 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:06:34.412 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:34.432 DEBUG [main][MenuItemLookup] Found menu:'New' 20:06:34.432 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:06:34.432 DEBUG [main][MenuItemLookup] Found menu:'Go To' 20:06:34.432 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:34.432 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 20:06:34.432 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 20:06:34.432 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 20:06:34.432 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:34.432 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 20:06:34.432 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:34.432 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 20:06:34.432 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 20:06:34.432 DEBUG [main][MenuItemLookup] Found menu:'Copy...' 20:06:34.432 DEBUG [main][MenuItemLookup] Found menu:'Move...' 20:06:34.432 DEBUG [main][MenuItemLookup] Found menu:'Export...' 20:06:34.432 DEBUG [main][MenuItemLookup] Found menu:'Import...' 20:06:34.432 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:34.432 DEBUG [main][MenuItemLookup] Found menu:'Move Up' 20:06:34.432 DEBUG [main][MenuItemLookup] Found menu:'Move Down' 20:06:34.432 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:34.432 DEBUG [main][MenuItemLookup] Found menu:'Connect' 20:06:34.432 DEBUG [main][MenuItemLookup] Found menu:'Clear Passwords' 20:06:34.432 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:34.432 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 20:06:34.433 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:06:34.433 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:34.447 DEBUG [main][MenuItemLookup] Found menu:'New' 20:06:34.447 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:06:34.447 DEBUG [main][MenuItemLookup] Found menu:'Go To' 20:06:34.447 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:34.447 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 20:06:34.447 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 20:06:34.447 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 20:06:34.447 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:34.447 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 20:06:34.447 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:34.447 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 20:06:34.447 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 20:06:34.447 DEBUG [main][MenuItemLookup] Item match:Delete... Delete 20:06:34.448 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete... Delete" 20:06:34.448 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete... Delete 20:06:34.448 INFO [main][MenuItemHandler] Select menu item: &Delete... Delete (Eclipse:2191): Gtk-CRITICAL **: 20:06:34.485: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 20:06:34.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available.... 20:06:34.505 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 20:06:34.505 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Confirmation 20:06:34.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:34.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:34.505 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:06:34.505 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:06:34.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:34.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:34.506 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Confirmation" as the parent 20:06:34.506 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:06:34.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:34.506 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:34.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:34.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:34.506 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:34.506 INFO [WorkbenchTestable][AbstractButton] Click button &Delete 20:06:34.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:34.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:34.506 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:34.506 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:34.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:06:34.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:06:34.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: system1... 20:06:34.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:34.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:34.536 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:06:34.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:34.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:34.537 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:06:34.537 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:06:34.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:34.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:34.539 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:34.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:34.539 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:06:34.539 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 20:06:34.539 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 20:06:34.540 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:34.540 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:06:34.540 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:06:34.540 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:06:34.541 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:06:34.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:34.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:34.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:34.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:34.541 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:34.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: system1 finished successfully 20:06:34.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:06:34.541 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:06:34.541 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 20:06:34.541 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:06:34.541 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-r6pb5' is not running, skipped 20:06:34.541 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:06:34.541 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 20:06:34.541 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 20:06:34.541 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 20:06:34.541 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:06:34.541 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:06:34.542 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:06:34.542 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:06:34.542 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:06:34.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:06:34.542 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 20:06:34.542 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 20:06:34.542 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:34.543 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:34.543 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:06:34.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:34.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:34.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:34.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:34.543 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:34.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:34.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:34.543 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:06:34.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:34.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:34.544 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 20:06:34.544 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 20:06:34.544 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:34.544 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:06:34.544 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:06:34.545 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:06:34.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 20:06:34.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:34.546 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:34.546 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:34.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:34.546 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:34.546 INFO [WorkbenchTestable][System] Deleting system Local 20:06:34.546 INFO [WorkbenchTestable][System] Local System cannot be deleted, skipping 20:06:34.546 INFO [WorkbenchTestable][System] Deleting system system2 20:06:34.546 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item system2 20:06:34.546 DEBUG [main][TreeItemHandler] Selecting tree item: system2 20:06:34.546 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item system2 about selection 20:06:34.595 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: system2 20:06:34.596 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item system2 20:06:34.596 DEBUG [main][TreeItemHandler] Selecting tree item: system2 20:06:34.596 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item system2 about selection 20:06:34.599 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: system2 20:06:34.599 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:06:34.599 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:34.628 DEBUG [main][MenuItemLookup] Found menu:'New' 20:06:34.628 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:06:34.628 DEBUG [main][MenuItemLookup] Found menu:'Go To' 20:06:34.628 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:34.628 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 20:06:34.628 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 20:06:34.628 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 20:06:34.628 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:34.628 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 20:06:34.628 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:34.628 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 20:06:34.628 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 20:06:34.628 DEBUG [main][MenuItemLookup] Found menu:'Copy...' 20:06:34.628 DEBUG [main][MenuItemLookup] Found menu:'Move...' 20:06:34.628 DEBUG [main][MenuItemLookup] Found menu:'Export...' 20:06:34.628 DEBUG [main][MenuItemLookup] Found menu:'Import...' 20:06:34.628 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:34.628 DEBUG [main][MenuItemLookup] Found menu:'Move Up' 20:06:34.628 DEBUG [main][MenuItemLookup] Found menu:'Move Down' 20:06:34.628 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:34.628 DEBUG [main][MenuItemLookup] Found menu:'Connect' 20:06:34.628 DEBUG [main][MenuItemLookup] Found menu:'Clear Passwords' 20:06:34.629 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:34.629 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 20:06:34.630 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:06:34.630 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:34.647 DEBUG [main][MenuItemLookup] Found menu:'New' 20:06:34.647 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:06:34.647 DEBUG [main][MenuItemLookup] Found menu:'Go To' 20:06:34.647 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:34.647 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 20:06:34.647 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 20:06:34.647 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 20:06:34.647 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:34.647 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 20:06:34.647 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:34.647 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 20:06:34.647 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 20:06:34.647 DEBUG [main][MenuItemLookup] Item match:Delete... Delete 20:06:34.647 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete... Delete" 20:06:34.647 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete... Delete 20:06:34.647 INFO [main][MenuItemHandler] Select menu item: &Delete... Delete (Eclipse:2191): Gtk-CRITICAL **: 20:06:34.659: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 20:06:34.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available.... 20:06:34.697 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 20:06:34.697 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Confirmation 20:06:34.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:34.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:34.697 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:06:34.697 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:06:34.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:34.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:34.697 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Confirmation" as the parent 20:06:34.697 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:06:34.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:34.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:34.698 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:34.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:34.698 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:34.698 INFO [WorkbenchTestable][AbstractButton] Click button &Delete 20:06:34.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:34.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:34.698 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:34.698 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:34.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:06:34.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:06:34.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: system2... 20:06:34.717 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:34.721 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:34.721 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:06:34.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:34.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:34.721 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:06:34.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 '\*?\QRemote Systems\E') 20:06:34.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:34.721 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:34.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:34.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:34.735 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:06:34.735 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 20:06:34.735 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 20:06:34.736 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:34.736 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:06:34.736 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:06:34.736 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:06:34.737 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:06:34.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:34.737 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:34.737 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:34.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:34.737 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:34.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: system2 finished successfully 20:06:34.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:06:34.737 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 20:06:34.737 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:06:34.737 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-r6pb5' is not running, skipped 20:06:34.737 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:06:34.737 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 20:06:34.737 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 20:06:34.737 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 20:06:34.737 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:06:34.737 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:06:34.737 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:06:34.737 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:06:34.737 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:06:34.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:06:34.737 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest 20:06:34.737 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:06:34.737 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:06:34.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:34.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:34.738 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.log.collector.AftersLogCollector 20:06:34.739 INFO [WorkbenchTestable][RequirementsRunner] Finished test: delete no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest) 20:06:34.739 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:06:34.739 INFO [WorkbenchTestable][RequirementsRunner] Started test: disconnect_disconnected no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest) 20:06:34.739 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest 20:06:34.739 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:06:34.739 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:06:34.739 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:06:34.749 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:34.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:34.752 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E'' is already open. Activate. 20:06:34.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:34.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:34.754 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:06:34.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:34.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:34.755 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:06:34.755 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:06:34.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:34.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:34.768 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:34.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:34.768 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:06:34.768 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 20:06:34.768 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 20:06:34.768 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:34.768 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:06:34.768 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:06:34.768 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:06:34.769 INFO [WorkbenchTestable][SystemViewPart] Creating new connection 20:06:34.769 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 20:06:34.769 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 20:06:34.770 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:34.770 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:34.770 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 20:06:34.770 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 20:06:34.770 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:34.770 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:34.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 20:06:34.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:34.771 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:34.771 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:34.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:34.771 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:34.771 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Local 20:06:34.771 DEBUG [main][TreeItemHandler] Selecting tree item: Local 20:06:34.771 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Local about selection 20:06:34.784 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Local 20:06:34.785 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:06:34.785 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:34.796 DEBUG [main][MenuItemLookup] Found menu:'New' 20:06:34.797 DEBUG [main][MenuItemLookup] Item match:New 20:06:34.797 DEBUG [main][MenuItemLookup] Found menu:'Connection...' 20:06:34.797 DEBUG [main][MenuItemLookup] Item match:Connection... 20:06:34.797 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Connection..." 20:06:34.797 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Connection... 20:06:34.797 INFO [main][MenuItemHandler] Select menu item: &Connection... 20:06:34.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available.... 20:06:34.839 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 20:06:34.839 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 20:06:34.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:34.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:34.840 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:06:34.841 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:34.841 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:34.841 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:06:34.841 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:34.841 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:34.841 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 20:06:34.841 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:34.841 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:34.841 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 20:06:34.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:34.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:34.841 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 20:06:34.841 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:34.842 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 20:06:34.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:34.842 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:34.842 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:34.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:34.842 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:34.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:06:34.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:06:34.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 20:06:34.843 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:06:34.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:06:34.843 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:06:34.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:06:34.843 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:06:34.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 20:06:34.843 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:06:34.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:06:34.843 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:06:34.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:06:34.843 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:06:34.843 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item SSH Only 20:06:34.843 DEBUG [main][TreeItemHandler] Selecting tree item: SSH Only 20:06:34.843 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item SSH Only about selection 20:06:34.845 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: SSH Only 20:06:34.845 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 20:06:34.845 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Go to next wizard page 20:06:34.845 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) 20:06:34.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:34.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:34.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:34.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:34.846 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:34.846 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:06:34.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:34.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:34.846 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:34.846 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:34.868 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 20:06:34.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:34.868 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 20:06:34.868 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 20:06:34.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:34.868 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 20:06:34.868 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo LOCALHOST to:127.0.0.1 20:06:34.871 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 20:06:34.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:34.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:34.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:34.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:34.871 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:06:34.872 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:06:34.872 INFO [WorkbenchTestable][AbstractText] Text set to: system1 20:06:34.872 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 20:06:34.872 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Finish wizard 20:06:34.872 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) 20:06:34.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:34.872 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:34.873 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:34.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:34.873 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:34.874 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:06:34.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:34.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:34.874 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:34.874 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:34.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:06:34.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:06:34.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:06:34.895 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:06:34.895 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 20:06:34.895 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:06:34.895 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-r6pb5' is not running, skipped 20:06:34.895 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:06:34.895 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 20:06:34.895 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 20:06:34.895 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 20:06:34.895 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:06:34.895 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:06:34.895 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:06:34.895 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:06:34.895 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:06:34.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:06:34.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: system1... 20:06:34.909 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:34.912 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:34.912 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:06:34.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:34.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:34.912 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:06:34.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') 20:06:34.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:34.913 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:34.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:34.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:34.926 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:06:34.926 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 20:06:34.926 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 20:06:34.927 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:34.927 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:06:34.927 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:06:34.927 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:06:34.928 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:06:34.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:34.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:34.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:34.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:34.928 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:34.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: system1 finished successfully 20:06:34.928 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E'' is already open. Activate. 20:06:34.929 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 20:06:34.929 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 20:06:34.929 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:34.929 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:34.929 INFO [WorkbenchTestable][SystemViewPart] Creating new connection 20:06:34.929 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 20:06:34.929 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 20:06:34.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:34.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:34.930 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 20:06:34.930 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 20:06:34.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:34.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:34.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 20:06:34.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:34.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:34.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:34.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:34.930 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:34.931 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Local 20:06:34.931 DEBUG [main][TreeItemHandler] Selecting tree item: Local 20:06:34.931 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Local about selection 20:06:34.943 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Local 20:06:34.944 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:06:34.944 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:34.958 DEBUG [main][MenuItemLookup] Found menu:'New' 20:06:34.958 DEBUG [main][MenuItemLookup] Item match:New 20:06:34.958 DEBUG [main][MenuItemLookup] Found menu:'Connection...' 20:06:34.959 DEBUG [main][MenuItemLookup] Item match:Connection... 20:06:34.959 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Connection..." 20:06:34.959 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Connection... 20:06:34.959 INFO [main][MenuItemHandler] Select menu item: &Connection... 20:06:34.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available.... 20:06:35.000 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 20:06:35.000 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 20:06:35.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:35.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:35.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:06:35.002 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:35.002 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:35.002 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:06:35.002 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:35.002 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:35.002 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 20:06:35.002 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:35.002 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:35.002 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 20:06:35.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:35.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:35.002 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 20:06:35.002 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:35.002 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 20:06:35.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:35.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:35.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:35.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:35.003 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:35.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:06:35.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:06:35.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 20:06:35.004 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:06:35.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:06:35.004 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:06:35.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:06:35.004 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:06:35.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 20:06:35.004 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:06:35.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:06:35.004 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:06:35.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:06:35.004 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:06:35.004 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item SSH Only 20:06:35.004 DEBUG [main][TreeItemHandler] Selecting tree item: SSH Only 20:06:35.004 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item SSH Only about selection 20:06:35.005 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: SSH Only 20:06:35.006 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 20:06:35.006 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Go to next wizard page 20:06:35.006 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) 20:06:35.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:35.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:35.006 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:35.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:35.006 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:35.007 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:06:35.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:35.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:35.021 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:35.021 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:35.045 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 20:06:35.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:35.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 20:06:35.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 20:06:35.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:35.045 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 20:06:35.045 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo LOCALHOST to:localhost 20:06:35.048 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 20:06:35.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:35.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:35.049 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:35.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:35.049 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:06:35.049 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:06:35.049 INFO [WorkbenchTestable][AbstractText] Text set to: system2 20:06:35.049 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 20:06:35.049 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Finish wizard 20:06:35.049 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) 20:06:35.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:35.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:35.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:35.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:35.050 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:35.050 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:06:35.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:35.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:35.051 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:35.051 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:35.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:06:35.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:06:35.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:06:35.073 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:06:35.073 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:06:35.073 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-r6pb5' is not running, skipped 20:06:35.073 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:06:35.073 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 20:06:35.073 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 20:06:35.073 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 20:06:35.073 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:06:35.073 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:06:35.073 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:06:35.073 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:06:35.073 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:06:35.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:06:35.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: system2... 20:06:35.088 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:35.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:35.091 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:06:35.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:35.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:35.091 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:06:35.091 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:06:35.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:35.091 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:35.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:35.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:35.105 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:06:35.105 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 20:06:35.105 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 20:06:35.106 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:35.106 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:06:35.106 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:06:35.106 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:06:35.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 20:06:35.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:35.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:35.107 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:35.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:35.107 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:35.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: system2 finished successfully 20:06:35.107 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E'' is already open. Activate. 20:06:35.107 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 20:06:35.107 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 20:06:35.108 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:35.108 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:35.108 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 20:06:35.108 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 20:06:35.119 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:35.119 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:35.119 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:06:35.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:35.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:35.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:35.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:35.120 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:35.120 INFO [WorkbenchTestable][System] Disconnecting from remote system system1 20:06:35.120 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item system1 20:06:35.120 DEBUG [main][TreeItemHandler] Selecting tree item: system1 20:06:35.120 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item system1 about selection 20:06:35.122 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: system1 20:06:35.122 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:06:35.122 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:35.138 DEBUG [main][MenuItemLookup] Found menu:'New' 20:06:35.138 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:06:35.138 DEBUG [main][MenuItemLookup] Found menu:'Go To' 20:06:35.138 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:35.138 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 20:06:35.138 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 20:06:35.138 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 20:06:35.138 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:35.138 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 20:06:35.138 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:35.138 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 20:06:35.138 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 20:06:35.138 DEBUG [main][MenuItemLookup] Found menu:'Copy...' 20:06:35.138 DEBUG [main][MenuItemLookup] Found menu:'Move...' 20:06:35.138 DEBUG [main][MenuItemLookup] Found menu:'Export...' 20:06:35.138 DEBUG [main][MenuItemLookup] Found menu:'Import...' 20:06:35.138 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:35.138 DEBUG [main][MenuItemLookup] Found menu:'Move Up' 20:06:35.138 DEBUG [main][MenuItemLookup] Found menu:'Move Down' 20:06:35.138 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:35.138 DEBUG [main][MenuItemLookup] Found menu:'Connect' 20:06:35.138 DEBUG [main][MenuItemLookup] Found menu:'Clear Passwords' 20:06:35.138 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:35.138 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 20:06:35.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:35.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:35.138 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:06:35.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:35.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:35.139 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 20:06:35.139 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 20:06:35.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:35.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:06:35.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:06:35.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:06:35.140 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:06:35.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:35.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:35.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:35.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:35.141 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:35.141 INFO [WorkbenchTestable][System] Deleting system Local 20:06:35.141 INFO [WorkbenchTestable][System] Local System cannot be deleted, skipping 20:06:35.141 INFO [WorkbenchTestable][System] Deleting system system1 20:06:35.141 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item system1 20:06:35.141 DEBUG [main][TreeItemHandler] Selecting tree item: system1 20:06:35.141 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item system1 about selection 20:06:35.152 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: system1 20:06:35.153 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item system1 20:06:35.153 DEBUG [main][TreeItemHandler] Selecting tree item: system1 20:06:35.153 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item system1 about selection 20:06:35.155 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: system1 20:06:35.155 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:06:35.155 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:35.169 DEBUG [main][MenuItemLookup] Found menu:'New' 20:06:35.169 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:06:35.169 DEBUG [main][MenuItemLookup] Found menu:'Go To' 20:06:35.169 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:35.169 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 20:06:35.169 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 20:06:35.169 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 20:06:35.169 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:35.169 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 20:06:35.169 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:35.169 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 20:06:35.169 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 20:06:35.169 DEBUG [main][MenuItemLookup] Found menu:'Copy...' 20:06:35.169 DEBUG [main][MenuItemLookup] Found menu:'Move...' 20:06:35.169 DEBUG [main][MenuItemLookup] Found menu:'Export...' 20:06:35.169 DEBUG [main][MenuItemLookup] Found menu:'Import...' 20:06:35.169 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:35.169 DEBUG [main][MenuItemLookup] Found menu:'Move Up' 20:06:35.169 DEBUG [main][MenuItemLookup] Found menu:'Move Down' 20:06:35.169 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:35.169 DEBUG [main][MenuItemLookup] Found menu:'Connect' 20:06:35.169 DEBUG [main][MenuItemLookup] Found menu:'Clear Passwords' 20:06:35.169 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:35.169 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 20:06:35.170 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:06:35.170 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:35.184 DEBUG [main][MenuItemLookup] Found menu:'New' 20:06:35.184 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:06:35.184 DEBUG [main][MenuItemLookup] Found menu:'Go To' 20:06:35.184 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:35.184 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 20:06:35.184 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 20:06:35.184 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 20:06:35.184 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:35.184 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 20:06:35.184 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:35.184 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 20:06:35.184 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 20:06:35.184 DEBUG [main][MenuItemLookup] Item match:Delete... Delete 20:06:35.184 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete... Delete" 20:06:35.184 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete... Delete 20:06:35.184 INFO [main][MenuItemHandler] Select menu item: &Delete... Delete (Eclipse:2191): Gtk-CRITICAL **: 20:06:35.195: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 20:06:35.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available.... 20:06:35.220 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 20:06:35.220 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Confirmation 20:06:35.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:35.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:35.221 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:06:35.221 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:06:35.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:35.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:35.221 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Confirmation" as the parent 20:06:35.221 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:06:35.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:35.221 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:35.221 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:35.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:35.221 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:35.221 INFO [WorkbenchTestable][AbstractButton] Click button &Delete 20:06:35.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:35.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:35.222 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:35.222 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:35.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:06:35.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:06:35.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: system1... 20:06:35.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:35.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:35.249 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:06:35.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:35.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:35.249 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:06:35.249 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:06:35.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:35.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:35.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:35.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:35.252 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:06:35.252 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 20:06:35.252 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 20:06:35.253 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:35.253 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:06:35.253 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:06:35.253 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:06:35.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 20:06:35.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:35.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:35.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:35.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:35.254 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:35.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: system1 finished successfully 20:06:35.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:06:35.254 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:06:35.254 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:06:35.254 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-r6pb5' is not running, skipped 20:06:35.254 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:06:35.254 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 20:06:35.254 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 20:06:35.254 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 20:06:35.254 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:06:35.254 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:06:35.254 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:06:35.254 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:06:35.254 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:06:35.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:06:35.254 INFO [WorkbenchTestable][System] Deleting system system2 20:06:35.254 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item system2 20:06:35.254 DEBUG [main][TreeItemHandler] Selecting tree item: system2 20:06:35.254 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item system2 about selection 20:06:35.256 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: system2 20:06:35.257 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item system2 20:06:35.257 DEBUG [main][TreeItemHandler] Selecting tree item: system2 20:06:35.257 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item system2 about selection 20:06:35.268 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: system2 20:06:35.269 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:06:35.269 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:35.281 DEBUG [main][MenuItemLookup] Found menu:'New' 20:06:35.281 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:06:35.281 DEBUG [main][MenuItemLookup] Found menu:'Go To' 20:06:35.281 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:35.281 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 20:06:35.281 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 20:06:35.281 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 20:06:35.281 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:35.281 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 20:06:35.281 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:35.281 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 20:06:35.281 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 20:06:35.281 DEBUG [main][MenuItemLookup] Found menu:'Copy...' 20:06:35.281 DEBUG [main][MenuItemLookup] Found menu:'Move...' 20:06:35.281 DEBUG [main][MenuItemLookup] Found menu:'Export...' 20:06:35.281 DEBUG [main][MenuItemLookup] Found menu:'Import...' 20:06:35.281 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:35.281 DEBUG [main][MenuItemLookup] Found menu:'Move Up' 20:06:35.281 DEBUG [main][MenuItemLookup] Found menu:'Move Down' 20:06:35.281 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:35.281 DEBUG [main][MenuItemLookup] Found menu:'Connect' 20:06:35.281 DEBUG [main][MenuItemLookup] Found menu:'Clear Passwords' 20:06:35.281 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:35.281 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 20:06:35.281 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:06:35.281 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:35.292 DEBUG [main][MenuItemLookup] Found menu:'New' 20:06:35.292 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:06:35.292 DEBUG [main][MenuItemLookup] Found menu:'Go To' 20:06:35.292 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:35.292 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 20:06:35.292 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 20:06:35.292 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 20:06:35.292 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:35.292 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 20:06:35.292 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:35.292 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 20:06:35.292 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 20:06:35.292 DEBUG [main][MenuItemLookup] Item match:Delete... Delete 20:06:35.292 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete... Delete" 20:06:35.292 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete... Delete 20:06:35.292 INFO [main][MenuItemHandler] Select menu item: &Delete... Delete (Eclipse:2191): Gtk-CRITICAL **: 20:06:35.304: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 20:06:35.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available.... 20:06:35.323 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 20:06:35.323 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Confirmation 20:06:35.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:35.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:35.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 "Delete") 20:06:35.323 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:06:35.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:35.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:35.323 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Confirmation" as the parent 20:06:35.323 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:06:35.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:35.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:35.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:35.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:35.324 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:35.324 INFO [WorkbenchTestable][AbstractButton] Click button &Delete 20:06:35.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:35.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:35.324 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:35.324 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:35.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:06:35.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:06:35.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: system2... 20:06:35.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:35.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:35.348 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:06:35.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:35.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:35.349 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:06:35.349 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:06:35.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:35.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:35.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:35.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:35.351 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:06:35.352 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 20:06:35.352 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 20:06:35.352 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:35.352 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:06:35.352 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:06:35.352 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:06:35.353 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:06:35.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:35.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:35.353 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:35.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:35.353 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:35.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: system2 finished successfully 20:06:35.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:06:35.353 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:06:35.353 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 20:06:35.353 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-r6pb5' is not running, skipped 20:06:35.353 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:06:35.353 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 20:06:35.353 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 20:06:35.353 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 20:06:35.353 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:06:35.353 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:06:35.353 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:06:35.353 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:06:35.353 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:06:35.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:06:35.353 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest 20:06:35.354 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:06:35.354 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:06:35.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:35.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:35.354 INFO [WorkbenchTestable][RequirementsRunner] Finished test: disconnect_disconnected no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest) 20:06:35.354 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:06:35.354 INFO [WorkbenchTestable][RequirementsRunner] Started test: isConnected_false no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest) 20:06:35.354 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest 20:06:35.354 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:06:35.354 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:06:35.354 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:06:35.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:35.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:35.357 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E'' is already open. Activate. 20:06:35.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:35.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:35.369 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:06:35.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:35.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:35.370 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:06:35.370 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:06:35.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:35.370 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:35.372 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:35.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:35.372 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:06:35.372 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 20:06:35.372 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 20:06:35.373 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:35.373 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:06:35.373 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:06:35.373 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:06:35.374 INFO [WorkbenchTestable][SystemViewPart] Creating new connection 20:06:35.374 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 20:06:35.374 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 20:06:35.375 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:35.375 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:35.386 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 20:06:35.386 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 20:06:35.386 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:35.386 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:35.386 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:06:35.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:35.386 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:35.386 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:35.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:35.386 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:35.387 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Local 20:06:35.387 DEBUG [main][TreeItemHandler] Selecting tree item: Local 20:06:35.387 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Local about selection 20:06:35.389 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Local 20:06:35.389 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:06:35.389 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:35.403 DEBUG [main][MenuItemLookup] Found menu:'New' 20:06:35.403 DEBUG [main][MenuItemLookup] Item match:New 20:06:35.404 DEBUG [main][MenuItemLookup] Found menu:'Connection...' 20:06:35.404 DEBUG [main][MenuItemLookup] Item match:Connection... 20:06:35.404 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Connection..." 20:06:35.404 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Connection... 20:06:35.404 INFO [main][MenuItemHandler] Select menu item: &Connection... 20:06:35.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available.... 20:06:35.445 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 20:06:35.445 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 20:06:35.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:35.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:35.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:06:35.446 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:35.446 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:35.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:06:35.446 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:35.446 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:35.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"] 20:06:35.446 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:35.446 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:35.446 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 20:06:35.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:35.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:35.446 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 20:06:35.446 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:35.446 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 20:06:35.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:35.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:35.447 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:35.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:35.447 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:35.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:06:35.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:06:35.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 20:06:35.447 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:06:35.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:06:35.447 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:06:35.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:06:35.447 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:06:35.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 20:06:35.447 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:06:35.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:06:35.448 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:06:35.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:06:35.448 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:06:35.448 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item SSH Only 20:06:35.448 DEBUG [main][TreeItemHandler] Selecting tree item: SSH Only 20:06:35.448 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item SSH Only about selection 20:06:35.449 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: SSH Only 20:06:35.449 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 20:06:35.449 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Go to next wizard page 20:06:35.449 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) 20:06:35.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:35.449 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:35.450 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:35.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:35.450 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:35.450 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:06:35.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:35.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:35.450 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:35.450 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:35.472 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 20:06:35.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:35.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 20:06:35.472 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 20:06:35.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:35.472 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 20:06:35.472 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo LOCALHOST to:127.0.0.1 20:06:35.475 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 20:06:35.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:35.475 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:35.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:35.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:35.476 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:06:35.476 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:06:35.476 INFO [WorkbenchTestable][AbstractText] Text set to: system1 20:06:35.476 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 20:06:35.476 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Finish wizard 20:06:35.476 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) 20:06:35.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:35.476 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:35.477 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:35.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:35.477 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:35.478 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:06:35.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:35.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:35.478 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:35.478 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:35.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:06:35.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:06:35.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:06:35.500 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:06:35.500 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 20:06:35.500 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 20:06:35.500 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-r6pb5' is not running, skipped 20:06:35.500 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:06:35.500 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:06:35.500 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 20:06:35.500 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 20:06:35.500 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 20:06:35.500 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:06:35.500 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:06:35.500 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:06:35.500 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:06:35.500 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:06:35.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:06:35.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: system1... 20:06:35.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:35.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:35.519 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:06:35.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:35.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:35.519 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:06:35.519 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:06:35.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:35.519 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:35.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:35.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:35.533 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:06:35.533 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 20:06:35.533 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 20:06:35.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:35.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:06:35.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:06:35.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:06:35.535 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:06:35.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:35.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:35.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:35.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:35.535 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:35.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: system1 finished successfully 20:06:35.535 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E'' is already open. Activate. 20:06:35.535 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 20:06:35.535 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 20:06:35.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:35.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:35.535 INFO [WorkbenchTestable][SystemViewPart] Creating new connection 20:06:35.535 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 20:06:35.536 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 20:06:35.536 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:35.536 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:35.536 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 20:06:35.536 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 20:06:35.536 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:35.537 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:35.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 20:06:35.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:35.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:35.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:35.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:35.537 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:35.547 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Local 20:06:35.547 DEBUG [main][TreeItemHandler] Selecting tree item: Local 20:06:35.547 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Local about selection 20:06:35.549 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Local 20:06:35.550 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:06:35.550 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:35.565 DEBUG [main][MenuItemLookup] Found menu:'New' 20:06:35.565 DEBUG [main][MenuItemLookup] Item match:New 20:06:35.566 DEBUG [main][MenuItemLookup] Found menu:'Connection...' 20:06:35.566 DEBUG [main][MenuItemLookup] Item match:Connection... 20:06:35.566 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Connection..." 20:06:35.566 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Connection... 20:06:35.566 INFO [main][MenuItemHandler] Select menu item: &Connection... 20:06:35.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available.... 20:06:35.611 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 20:06:35.611 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 20:06:35.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:35.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:35.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:06:35.612 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:35.612 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:35.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:06:35.612 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:35.612 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:35.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 Connection"] 20:06:35.612 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:35.612 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:35.612 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 20:06:35.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:35.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:35.612 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 20:06:35.613 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:35.613 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 20:06:35.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:35.613 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:35.613 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:35.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:35.613 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:35.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:06:35.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:06:35.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 20:06:35.614 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:06:35.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:06:35.614 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:06:35.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:06:35.614 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:06:35.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 20:06:35.614 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:06:35.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:06:35.614 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:06:35.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:06:35.614 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:06:35.614 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item SSH Only 20:06:35.614 DEBUG [main][TreeItemHandler] Selecting tree item: SSH Only 20:06:35.614 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item SSH Only about selection 20:06:35.615 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: SSH Only 20:06:35.615 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 20:06:35.615 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Go to next wizard page 20:06:35.616 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) 20:06:35.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:35.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:35.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:35.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:35.616 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:35.616 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:06:35.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:35.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:35.617 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:35.617 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:35.644 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 20:06:35.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:35.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 20:06:35.644 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 20:06:35.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:35.644 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 20:06:35.644 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo LOCALHOST to:localhost 20:06:35.647 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 20:06:35.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:35.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:35.648 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:35.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:35.648 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:06:35.648 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:06:35.648 INFO [WorkbenchTestable][AbstractText] Text set to: system2 20:06:35.648 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 20:06:35.648 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Finish wizard 20:06:35.648 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) 20:06:35.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:35.648 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:35.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:35.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:35.649 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:35.650 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:06:35.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:35.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:35.650 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:35.650 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:35.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:06:35.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:06:35.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:06:35.702 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:06:35.702 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 20:06:35.702 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-r6pb5' is not running, skipped 20:06:35.702 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:06:35.702 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:06:35.702 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 20:06:35.702 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 20:06:35.702 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 20:06:35.702 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:06:35.702 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:06:35.702 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:06:35.702 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:06:35.702 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:06:35.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:06:35.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: system2... 20:06:35.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:35.716 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:35.716 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:06:35.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:35.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:35.716 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:06:35.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 '\*?\QRemote Systems\E') 20:06:35.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:35.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:35.719 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:35.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:35.719 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:06:35.719 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 20:06:35.719 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 20:06:35.719 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:35.719 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:06:35.719 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:06:35.719 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:06:35.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 20:06:35.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:35.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:35.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:35.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:35.720 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:35.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: system2 finished successfully 20:06:35.721 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E'' is already open. Activate. 20:06:35.721 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 20:06:35.721 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 20:06:35.721 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:35.721 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:35.721 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 20:06:35.721 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 20:06:35.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:35.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:35.722 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:06:35.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:35.722 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:35.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:35.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:35.722 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:35.722 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item system1 20:06:35.722 DEBUG [main][TreeItemHandler] Selecting tree item: system1 20:06:35.722 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item system1 about selection 20:06:35.724 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: system1 20:06:35.724 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:06:35.724 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:35.750 DEBUG [main][MenuItemLookup] Found menu:'New' 20:06:35.750 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:06:35.750 DEBUG [main][MenuItemLookup] Found menu:'Go To' 20:06:35.750 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:35.750 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 20:06:35.750 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 20:06:35.750 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 20:06:35.750 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:35.750 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 20:06:35.750 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:35.750 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 20:06:35.750 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 20:06:35.750 DEBUG [main][MenuItemLookup] Found menu:'Copy...' 20:06:35.750 DEBUG [main][MenuItemLookup] Found menu:'Move...' 20:06:35.750 DEBUG [main][MenuItemLookup] Found menu:'Export...' 20:06:35.750 DEBUG [main][MenuItemLookup] Found menu:'Import...' 20:06:35.750 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:35.750 DEBUG [main][MenuItemLookup] Found menu:'Move Up' 20:06:35.750 DEBUG [main][MenuItemLookup] Found menu:'Move Down' 20:06:35.750 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:35.750 DEBUG [main][MenuItemLookup] Found menu:'Connect' 20:06:35.750 DEBUG [main][MenuItemLookup] Found menu:'Clear Passwords' 20:06:35.750 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:35.750 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 20:06:35.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:35.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:35.750 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:06:35.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:35.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:35.751 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 20:06:35.751 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 20:06:35.751 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:35.751 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:06:35.751 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:06:35.751 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:06:35.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 20:06:35.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:35.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:35.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:35.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:35.752 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:35.752 INFO [WorkbenchTestable][System] Deleting system Local 20:06:35.752 INFO [WorkbenchTestable][System] Local System cannot be deleted, skipping 20:06:35.752 INFO [WorkbenchTestable][System] Deleting system system1 20:06:35.752 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item system1 20:06:35.752 DEBUG [main][TreeItemHandler] Selecting tree item: system1 20:06:35.752 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item system1 about selection 20:06:35.754 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: system1 20:06:35.755 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item system1 20:06:35.755 DEBUG [main][TreeItemHandler] Selecting tree item: system1 20:06:35.755 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item system1 about selection 20:06:35.756 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: system1 20:06:35.757 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:06:35.757 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:35.798 DEBUG [main][MenuItemLookup] Found menu:'New' 20:06:35.798 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:06:35.798 DEBUG [main][MenuItemLookup] Found menu:'Go To' 20:06:35.798 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:35.798 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 20:06:35.798 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 20:06:35.798 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 20:06:35.798 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:35.798 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 20:06:35.798 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:35.798 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 20:06:35.798 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 20:06:35.798 DEBUG [main][MenuItemLookup] Found menu:'Copy...' 20:06:35.798 DEBUG [main][MenuItemLookup] Found menu:'Move...' 20:06:35.798 DEBUG [main][MenuItemLookup] Found menu:'Export...' 20:06:35.798 DEBUG [main][MenuItemLookup] Found menu:'Import...' 20:06:35.798 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:35.798 DEBUG [main][MenuItemLookup] Found menu:'Move Up' 20:06:35.798 DEBUG [main][MenuItemLookup] Found menu:'Move Down' 20:06:35.798 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:35.798 DEBUG [main][MenuItemLookup] Found menu:'Connect' 20:06:35.798 DEBUG [main][MenuItemLookup] Found menu:'Clear Passwords' 20:06:35.798 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:35.798 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 20:06:35.798 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:06:35.798 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:35.815 DEBUG [main][MenuItemLookup] Found menu:'New' 20:06:35.815 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:06:35.815 DEBUG [main][MenuItemLookup] Found menu:'Go To' 20:06:35.815 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:35.815 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 20:06:35.815 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 20:06:35.815 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 20:06:35.815 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:35.815 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 20:06:35.815 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:35.815 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 20:06:35.815 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 20:06:35.815 DEBUG [main][MenuItemLookup] Item match:Delete... Delete 20:06:35.815 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete... Delete" 20:06:35.815 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete... Delete 20:06:35.815 INFO [main][MenuItemHandler] Select menu item: &Delete... Delete (Eclipse:2191): Gtk-CRITICAL **: 20:06:35.826: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 20:06:35.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available.... 20:06:35.846 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 20:06:35.846 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Confirmation 20:06:35.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:35.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:35.847 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:06:35.847 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:06:35.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:35.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:35.847 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Confirmation" as the parent 20:06:35.847 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:06:35.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:35.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:35.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:35.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:35.847 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:35.848 INFO [WorkbenchTestable][AbstractButton] Click button &Delete 20:06:35.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:35.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:35.848 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:35.848 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:35.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:06:35.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:06:35.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: system1... 20:06:35.884 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:35.887 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:35.887 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:06:35.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:35.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:35.888 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:06:35.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 20:06:35.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:35.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:35.901 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:35.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:35.901 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:06:35.901 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 20:06:35.901 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 20:06:35.901 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:35.901 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:06:35.901 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:06:35.901 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:06:35.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 20:06:35.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:35.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:35.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:35.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:35.903 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:35.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: system1 finished successfully 20:06:35.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:06:35.903 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:06:35.903 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 20:06:35.903 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 20:06:35.903 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-r6pb5' is not running, skipped 20:06:35.903 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:06:35.903 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:06:35.903 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 20:06:35.903 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 20:06:35.903 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 20:06:35.903 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:06:35.903 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:06:35.903 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:06:35.903 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:06:35.903 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:06:35.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:06:35.903 INFO [WorkbenchTestable][System] Deleting system system2 20:06:35.903 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item system2 20:06:35.903 DEBUG [main][TreeItemHandler] Selecting tree item: system2 20:06:35.903 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item system2 about selection 20:06:35.905 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: system2 20:06:35.905 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item system2 20:06:35.905 DEBUG [main][TreeItemHandler] Selecting tree item: system2 20:06:35.905 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item system2 about selection 20:06:35.917 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: system2 20:06:35.918 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:06:35.918 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:35.929 DEBUG [main][MenuItemLookup] Found menu:'New' 20:06:35.929 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:06:35.929 DEBUG [main][MenuItemLookup] Found menu:'Go To' 20:06:35.929 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:35.929 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 20:06:35.929 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 20:06:35.929 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 20:06:35.929 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:35.929 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 20:06:35.929 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:35.929 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 20:06:35.929 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 20:06:35.929 DEBUG [main][MenuItemLookup] Found menu:'Copy...' 20:06:35.929 DEBUG [main][MenuItemLookup] Found menu:'Move...' 20:06:35.929 DEBUG [main][MenuItemLookup] Found menu:'Export...' 20:06:35.929 DEBUG [main][MenuItemLookup] Found menu:'Import...' 20:06:35.929 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:35.929 DEBUG [main][MenuItemLookup] Found menu:'Move Up' 20:06:35.929 DEBUG [main][MenuItemLookup] Found menu:'Move Down' 20:06:35.929 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:35.929 DEBUG [main][MenuItemLookup] Found menu:'Connect' 20:06:35.929 DEBUG [main][MenuItemLookup] Found menu:'Clear Passwords' 20:06:35.929 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:35.929 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 20:06:35.929 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:06:35.929 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:35.940 DEBUG [main][MenuItemLookup] Found menu:'New' 20:06:35.940 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:06:35.940 DEBUG [main][MenuItemLookup] Found menu:'Go To' 20:06:35.940 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:35.940 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 20:06:35.940 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 20:06:35.940 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 20:06:35.940 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:35.940 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 20:06:35.940 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:35.940 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 20:06:35.940 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 20:06:35.940 DEBUG [main][MenuItemLookup] Item match:Delete... Delete 20:06:35.941 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete... Delete" 20:06:35.941 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete... Delete 20:06:35.941 INFO [main][MenuItemHandler] Select menu item: &Delete... Delete (Eclipse:2191): Gtk-CRITICAL **: 20:06:35.952: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 20:06:35.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available.... 20:06:35.975 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 20:06:35.975 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Confirmation 20:06:35.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:35.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:35.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 "Delete") 20:06:35.976 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:06:35.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:35.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:35.976 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Confirmation" as the parent 20:06:35.976 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:06:35.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:35.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:35.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:35.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:35.977 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:35.977 INFO [WorkbenchTestable][AbstractButton] Click button &Delete 20:06:35.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:35.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:35.977 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:35.977 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:35.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:06:35.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:06:35.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: system2... 20:06:35.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:36.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:36.003 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:06:36.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:36.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:36.003 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:06:36.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 '\*?\QRemote Systems\E') 20:06:36.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:36.003 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:36.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:36.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:36.017 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:06:36.017 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 20:06:36.017 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 20:06:36.018 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:36.018 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:06:36.018 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:06:36.018 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:06:36.019 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:06:36.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:36.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:36.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:36.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:36.019 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:36.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: system2 finished successfully 20:06:36.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:06:36.019 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-r6pb5' is not running, skipped 20:06:36.019 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:06:36.019 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:06:36.019 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 20:06:36.019 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 20:06:36.019 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 20:06:36.019 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:06:36.019 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:06:36.019 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:06:36.019 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:06:36.019 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:06:36.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:06:36.019 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest 20:06:36.019 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:06:36.019 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:06:36.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:36.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:36.019 INFO [WorkbenchTestable][RequirementsRunner] Finished test: isConnected_false no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest) 20:06:36.019 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest 20:06:36.019 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:06:36.019 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:06:36.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:36.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.101 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.561 s disconnect_disconnected no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest) Time elapsed: 0.615 s isConnected_false no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest) Time elapsed: 0.665 s Running org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 20:06:36.024 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 20:06:36.024 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:06:36.024 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:06:36.024 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 20:06:36.024 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:06:36.024 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 20:06:36.033 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:06:36.033 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 20:06:36.033 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:06:36.034 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:06:36.034 INFO [WorkbenchTestable][RequirementsRunner] Started test: getSystem_notFound no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) 20:06:36.034 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 20:06:36.034 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:06:36.034 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:06:36.034 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:06:36.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:36.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:36.037 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E'' is already open. Activate. 20:06:36.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:36.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:36.039 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:06:36.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:36.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:36.040 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:06:36.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 '\*?\QRemote Systems\E') 20:06:36.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:36.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:36.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:36.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:36.044 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:06:36.044 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 20:06:36.044 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 20:06:36.044 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:36.044 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:06:36.044 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:06:36.044 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:06:36.045 INFO [WorkbenchTestable][SystemViewPart] Creating new connection 20:06:36.045 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 20:06:36.046 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 20:06:36.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:36.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:36.046 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 20:06:36.046 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 20:06:36.047 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:36.047 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:36.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 20:06:36.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:36.047 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:36.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:36.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:36.047 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:36.047 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Local 20:06:36.047 DEBUG [main][TreeItemHandler] Selecting tree item: Local 20:06:36.048 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Local about selection 20:06:36.050 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Local 20:06:36.050 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:06:36.050 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:36.074 DEBUG [main][MenuItemLookup] Found menu:'New' 20:06:36.074 DEBUG [main][MenuItemLookup] Item match:New 20:06:36.074 DEBUG [main][MenuItemLookup] Found menu:'Connection...' 20:06:36.074 DEBUG [main][MenuItemLookup] Item match:Connection... 20:06:36.074 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Connection..." 20:06:36.074 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Connection... 20:06:36.074 INFO [main][MenuItemHandler] Select menu item: &Connection... 20:06:36.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available.... 20:06:36.123 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 20:06:36.123 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 20:06:36.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:36.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:36.124 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:06:36.124 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:36.124 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:36.124 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:06:36.124 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:36.124 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:36.124 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 20:06:36.124 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:36.124 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:36.124 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 20:06:36.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:36.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:36.125 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 20:06:36.125 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:36.125 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 20:06:36.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:36.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:36.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:36.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:36.125 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:36.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:06:36.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:06:36.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 20:06:36.126 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:06:36.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:06:36.126 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:06:36.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:06:36.126 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:06:36.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 20:06:36.126 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:06:36.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:06:36.126 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:06:36.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:06:36.126 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:06:36.126 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item SSH Only 20:06:36.126 DEBUG [main][TreeItemHandler] Selecting tree item: SSH Only 20:06:36.126 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item SSH Only about selection 20:06:36.127 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: SSH Only 20:06:36.127 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 20:06:36.127 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Go to next wizard page 20:06:36.127 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) 20:06:36.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:36.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:36.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:36.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:36.128 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:36.128 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:06:36.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:36.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:36.128 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:36.128 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:36.150 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 20:06:36.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:36.150 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 20:06:36.151 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 20:06:36.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:36.151 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 20:06:36.151 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo LOCALHOST to:127.0.0.1 20:06:36.154 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 20:06:36.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:36.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:36.154 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:36.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:36.154 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:06:36.154 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:06:36.155 INFO [WorkbenchTestable][AbstractText] Text set to: Test Remote System A 20:06:36.155 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 20:06:36.155 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Finish wizard 20:06:36.155 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) 20:06:36.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:36.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:36.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:36.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:36.156 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:36.156 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:06:36.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:36.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:36.156 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:36.156 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:36.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:06:36.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:06:36.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:06:36.199 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:06:36.199 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 20:06:36.199 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-r6pb5' is not running, skipped 20:06:36.199 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:06:36.199 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:06:36.199 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 20:06:36.199 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 20:06:36.199 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 20:06:36.199 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:06:36.199 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:06:36.199 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:06:36.199 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:06:36.199 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:06:36.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:06:36.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: Test Remote System A... 20:06:36.203 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:36.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:36.206 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:06:36.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:36.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:36.206 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:06:36.206 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:06:36.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:36.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:36.209 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:36.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:36.210 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:06:36.210 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 20:06:36.210 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 20:06:36.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:36.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:06:36.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:06:36.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:06:36.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 20:06:36.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:36.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:36.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:36.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:36.225 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:36.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: Test Remote System A finished successfully 20:06:36.225 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 20:06:36.225 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 20:06:36.225 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:36.225 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:36.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 20:06:36.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:36.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:36.226 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:36.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:36.226 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:36.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:36.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:36.226 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:06:36.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:36.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:36.226 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 20:06:36.226 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 20:06:36.237 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:36.237 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:06:36.237 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:06:36.237 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:06:36.239 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:06:36.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:36.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:36.239 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:36.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:36.239 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:36.239 INFO [WorkbenchTestable][System] Deleting system Local 20:06:36.239 INFO [WorkbenchTestable][System] Local System cannot be deleted, skipping 20:06:36.239 INFO [WorkbenchTestable][System] Deleting system Test Remote System A 20:06:36.239 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test Remote System A 20:06:36.239 DEBUG [main][TreeItemHandler] Selecting tree item: Test Remote System A 20:06:36.239 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test Remote System A about selection 20:06:36.241 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test Remote System A 20:06:36.241 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test Remote System A 20:06:36.241 DEBUG [main][TreeItemHandler] Selecting tree item: Test Remote System A 20:06:36.241 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test Remote System A about selection 20:06:36.243 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test Remote System A 20:06:36.254 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:06:36.254 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:36.283 DEBUG [main][MenuItemLookup] Found menu:'New' 20:06:36.283 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:06:36.283 DEBUG [main][MenuItemLookup] Found menu:'Go To' 20:06:36.283 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:36.283 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 20:06:36.283 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 20:06:36.283 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 20:06:36.283 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:36.283 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 20:06:36.283 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:36.283 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 20:06:36.283 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 20:06:36.283 DEBUG [main][MenuItemLookup] Found menu:'Copy...' 20:06:36.283 DEBUG [main][MenuItemLookup] Found menu:'Move...' 20:06:36.283 DEBUG [main][MenuItemLookup] Found menu:'Export...' 20:06:36.283 DEBUG [main][MenuItemLookup] Found menu:'Import...' 20:06:36.283 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:36.283 DEBUG [main][MenuItemLookup] Found menu:'Move Up' 20:06:36.283 DEBUG [main][MenuItemLookup] Found menu:'Move Down' 20:06:36.283 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:36.283 DEBUG [main][MenuItemLookup] Found menu:'Connect' 20:06:36.283 DEBUG [main][MenuItemLookup] Found menu:'Clear Passwords' 20:06:36.283 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:36.283 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 20:06:36.283 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:06:36.283 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:36.294 DEBUG [main][MenuItemLookup] Found menu:'New' 20:06:36.294 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:06:36.294 DEBUG [main][MenuItemLookup] Found menu:'Go To' 20:06:36.294 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:36.294 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 20:06:36.294 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 20:06:36.294 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 20:06:36.294 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:36.294 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 20:06:36.294 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:36.294 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 20:06:36.294 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 20:06:36.294 DEBUG [main][MenuItemLookup] Item match:Delete... Delete 20:06:36.294 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete... Delete" 20:06:36.294 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete... Delete 20:06:36.294 INFO [main][MenuItemHandler] Select menu item: &Delete... Delete (Eclipse:2191): Gtk-CRITICAL **: 20:06:36.308: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 20:06:36.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available.... 20:06:36.330 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 20:06:36.330 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Confirmation 20:06:36.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:36.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:36.330 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:06:36.330 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:06:36.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:36.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:36.330 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Confirmation" as the parent 20:06:36.330 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:06:36.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:36.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:36.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:36.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:36.331 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:36.331 INFO [WorkbenchTestable][AbstractButton] Click button &Delete 20:06:36.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:36.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:36.331 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:36.331 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:36.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:06:36.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:06:36.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: Test Remote System A... 20:06:36.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:36.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:36.354 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:06:36.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:36.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:36.354 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:06:36.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 '\*?\QRemote Systems\E') 20:06:36.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:36.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:36.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:36.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:36.383 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:06:36.383 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 20:06:36.383 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 20:06:36.383 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:36.384 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:06:36.384 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:06:36.384 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:06: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.ctab.DefaultCTabItem, index 0 and no matchers specified 20:06:36.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:36.385 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:36.385 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:36.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:36.385 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:36.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: Test Remote System A finished successfully 20:06:36.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:06:36.385 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:06:36.385 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 20:06:36.385 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-r6pb5' is not running, skipped 20:06:36.385 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:06:36.385 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:06:36.385 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 20:06:36.385 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 20:06:36.385 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 20:06:36.385 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:06:36.385 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:06:36.385 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:06:36.385 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:06:36.385 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:06:36.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:06:36.385 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 20:06:36.385 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:06:36.385 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:06:36.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:36.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:36.386 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getSystem_notFound no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) 20:06:36.386 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:06:36.386 INFO [WorkbenchTestable][RequirementsRunner] Started test: getSystems no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) 20:06:36.386 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 20:06:36.386 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:06:36.386 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:06:36.386 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:06:36.386 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:36.398 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:36.398 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E'' is already open. Activate. 20:06:36.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:36.401 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:36.401 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:06:36.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:36.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:36.401 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:06:36.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 '\*?\QRemote Systems\E') 20:06:36.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:36.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:36.404 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:36.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:36.404 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:06:36.404 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 20:06:36.404 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 20:06:36.415 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:36.415 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:06:36.415 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:06:36.415 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:06:36.416 INFO [WorkbenchTestable][SystemViewPart] Creating new connection 20:06:36.416 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 20:06:36.416 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 20:06:36.417 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:36.417 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:36.417 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 20:06:36.417 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 20:06:36.417 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:36.417 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:36.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.ctab.DefaultCTabItem, index 0 and no matchers specified 20:06:36.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:36.417 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:36.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:36.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:36.417 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:36.417 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Local 20:06:36.417 DEBUG [main][TreeItemHandler] Selecting tree item: Local 20:06:36.418 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Local about selection 20:06:36.420 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Local 20:06:36.420 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:06:36.420 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:36.451 DEBUG [main][MenuItemLookup] Found menu:'New' 20:06:36.451 DEBUG [main][MenuItemLookup] Item match:New 20:06:36.451 DEBUG [main][MenuItemLookup] Found menu:'Connection...' 20:06:36.451 DEBUG [main][MenuItemLookup] Item match:Connection... 20:06:36.452 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Connection..." 20:06:36.452 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Connection... 20:06:36.452 INFO [main][MenuItemHandler] Select menu item: &Connection... 20:06:36.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available.... 20:06:36.511 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 20:06:36.511 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 20:06:36.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:36.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:36.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:06:36.512 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:36.512 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:36.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:06:36.512 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:36.512 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:36.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 Connection"] 20:06:36.512 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:36.512 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:36.512 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 20:06:36.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:36.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:36.512 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 20:06:36.512 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:36.512 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 20:06:36.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:36.512 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:36.513 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:36.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:36.513 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:36.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:06:36.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:06:36.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 20:06:36.513 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:06:36.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:06:36.513 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:06:36.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:06:36.514 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:06:36.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 20:06:36.514 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:06:36.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:06:36.514 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:06:36.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:06:36.514 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:06:36.514 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item SSH Only 20:06:36.514 DEBUG [main][TreeItemHandler] Selecting tree item: SSH Only 20:06:36.514 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item SSH Only about selection 20:06:36.515 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: SSH Only 20:06:36.515 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 20:06:36.515 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Go to next wizard page 20:06:36.515 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) 20:06:36.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:36.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:36.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:36.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:36.516 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:36.516 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:06:36.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:36.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:36.516 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:36.516 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:36.538 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 20:06:36.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:36.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 20:06:36.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 20:06:36.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:36.538 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 20:06:36.538 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo LOCALHOST to:localhost 20:06:36.541 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 20:06:36.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:36.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:36.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:36.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:36.541 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:06:36.541 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:06:36.542 INFO [WorkbenchTestable][AbstractText] Text set to: Test Remote System A 20:06:36.542 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 20:06:36.542 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Finish wizard 20:06:36.542 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) 20:06:36.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:36.542 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:36.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:36.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:36.543 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:36.544 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:06:36.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:36.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:36.544 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:36.544 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:36.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:06:36.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:06:36.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:06:36.594 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:06:36.594 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 20:06:36.594 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 20:06:36.594 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-r6pb5' is not running, skipped 20:06:36.594 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:06:36.594 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:06:36.594 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 20:06:36.594 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 20:06:36.594 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 20:06:36.594 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:06:36.594 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:06:36.594 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:06:36.594 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:06:36.594 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:06:36.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:06:36.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: Test Remote System A... 20:06:36.599 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:36.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:36.602 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:06:36.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:36.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:36.602 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:06:36.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 '\*?\QRemote Systems\E') 20:06:36.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:36.602 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:36.651 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:36.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:36.651 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:06:36.651 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 20:06:36.651 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 20:06:36.652 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:36.652 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:06:36.652 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:06:36.652 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:06:36.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 20:06:36.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:36.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:36.653 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:36.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:36.653 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:36.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: Test Remote System A finished successfully 20:06:36.653 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E'' is already open. Activate. 20:06:36.654 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 20:06:36.654 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 20:06:36.654 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:36.654 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:36.654 INFO [WorkbenchTestable][SystemViewPart] Creating new connection 20:06:36.654 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 20:06:36.654 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 20:06:36.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:36.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:36.655 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 20:06:36.655 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 20:06:36.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:36.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:36.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 20:06:36.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:36.655 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:36.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:36.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:36.656 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:36.656 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Local 20:06:36.656 DEBUG [main][TreeItemHandler] Selecting tree item: Local 20:06:36.656 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Local about selection 20:06:36.658 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Local 20:06:36.658 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:06:36.658 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:36.699 DEBUG [main][MenuItemLookup] Found menu:'New' 20:06:36.699 DEBUG [main][MenuItemLookup] Item match:New 20:06:36.700 DEBUG [main][MenuItemLookup] Found menu:'Connection...' 20:06:36.700 DEBUG [main][MenuItemLookup] Item match:Connection... 20:06:36.700 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Connection..." 20:06:36.700 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Connection... 20:06:36.700 INFO [main][MenuItemHandler] Select menu item: &Connection... 20:06:36.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available.... 20:06:36.742 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 20:06:36.742 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 20:06:36.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:36.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:36.743 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:06:36.743 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:36.743 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:36.743 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:06:36.743 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:36.743 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:36.743 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 20:06:36.743 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:36.743 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:36.743 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 20:06:36.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:36.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:36.743 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 20:06:36.743 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:36.744 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 20:06:36.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:36.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:36.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:36.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:36.744 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:36.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:06:36.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:06:36.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 20:06:36.745 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:06:36.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:06:36.745 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:06:36.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:06:36.745 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:06:36.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 20:06:36.745 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:06:36.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:06:36.746 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:06:36.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:06:36.746 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:06:36.746 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item SSH Only 20:06:36.746 DEBUG [main][TreeItemHandler] Selecting tree item: SSH Only 20:06:36.746 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item SSH Only about selection 20:06:36.747 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: SSH Only 20:06:36.747 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 20:06:36.747 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Go to next wizard page 20:06:36.747 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) 20:06:36.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:36.747 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:36.748 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:36.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:36.748 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:36.749 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:06:36.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:36.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:36.750 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:36.750 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:36.794 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 20:06:36.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:36.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 20:06:36.794 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 20:06:36.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:36.794 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 20:06:36.794 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo LOCALHOST to:127.0.0.1 20:06:36.797 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 20:06:36.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:36.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:36.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:36.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:36.798 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:06:36.798 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:06:36.798 INFO [WorkbenchTestable][AbstractText] Text set to: Test Remote System B 20:06:36.798 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 20:06:36.798 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Finish wizard 20:06:36.798 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) 20:06:36.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:36.798 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:36.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:36.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:36.799 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:36.800 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:06:36.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:36.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:36.800 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:36.800 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:36.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:06:36.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:06:36.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:06:36.828 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:06:36.828 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 20:06:36.828 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-r6pb5' is not running, skipped 20:06:36.829 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:06:36.829 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:06:36.829 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 20:06:36.829 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 20:06:36.829 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 20:06:36.829 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:06:36.829 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:06:36.829 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:06:36.829 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:06:36.829 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:06:36.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:06:36.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: Test Remote System B... 20:06:36.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:36.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:36.836 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:06:36.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:36.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:36.836 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:06:36.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 '\*?\QRemote Systems\E') 20:06:36.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:36.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:36.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:36.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:36.852 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:06:36.852 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 20:06:36.852 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 20:06:36.853 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:36.853 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:06:36.853 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:06:36.853 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:06:36.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 20:06:36.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:36.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:36.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:36.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:36.864 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:36.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: Test Remote System B finished successfully 20:06:36.864 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 20:06:36.864 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 20:06:36.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:36.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:36.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 20:06:36.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:36.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:36.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:36.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:36.865 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:36.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:36.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:36.865 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:06:36.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:36.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:36.866 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 20:06:36.866 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 20:06:36.866 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:36.866 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:06:36.866 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:06:36.866 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:06:36.867 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:06:36.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:36.867 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:36.867 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:36.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:36.867 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:36.867 INFO [WorkbenchTestable][System] Deleting system Local 20:06:36.867 INFO [WorkbenchTestable][System] Local System cannot be deleted, skipping 20:06:36.867 INFO [WorkbenchTestable][System] Deleting system Test Remote System A 20:06:36.868 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test Remote System A 20:06:36.868 DEBUG [main][TreeItemHandler] Selecting tree item: Test Remote System A 20:06:36.868 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test Remote System A about selection 20:06:36.869 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test Remote System A 20:06:36.870 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test Remote System A 20:06:36.870 DEBUG [main][TreeItemHandler] Selecting tree item: Test Remote System A 20:06:36.870 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test Remote System A about selection 20:06:36.883 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test Remote System A 20:06:36.884 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:06:36.884 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:36.900 DEBUG [main][MenuItemLookup] Found menu:'New' 20:06:36.900 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:06:36.900 DEBUG [main][MenuItemLookup] Found menu:'Go To' 20:06:36.900 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:36.900 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 20:06:36.900 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 20:06:36.900 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 20:06:36.900 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:36.900 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 20:06:36.900 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:36.900 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 20:06:36.900 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 20:06:36.900 DEBUG [main][MenuItemLookup] Found menu:'Copy...' 20:06:36.900 DEBUG [main][MenuItemLookup] Found menu:'Move...' 20:06:36.900 DEBUG [main][MenuItemLookup] Found menu:'Export...' 20:06:36.900 DEBUG [main][MenuItemLookup] Found menu:'Import...' 20:06:36.900 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:36.900 DEBUG [main][MenuItemLookup] Found menu:'Move Up' 20:06:36.900 DEBUG [main][MenuItemLookup] Found menu:'Move Down' 20:06:36.900 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:36.900 DEBUG [main][MenuItemLookup] Found menu:'Connect' 20:06:36.900 DEBUG [main][MenuItemLookup] Found menu:'Clear Passwords' 20:06:36.900 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:36.900 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 20:06:36.900 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:06:36.900 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:36.914 DEBUG [main][MenuItemLookup] Found menu:'New' 20:06:36.914 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:06:36.914 DEBUG [main][MenuItemLookup] Found menu:'Go To' 20:06:36.914 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:36.914 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 20:06:36.914 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 20:06:36.914 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 20:06:36.914 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:36.914 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 20:06:36.914 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:36.914 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 20:06:36.914 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 20:06:36.914 DEBUG [main][MenuItemLookup] Item match:Delete... Delete 20:06:36.915 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete... Delete" 20:06:36.915 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete... Delete 20:06:36.915 INFO [main][MenuItemHandler] Select menu item: &Delete... Delete (Eclipse:2191): Gtk-CRITICAL **: 20:06:36.926: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 20:06:36.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available.... 20:06:36.945 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 20:06:36.945 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Confirmation 20:06:36.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:36.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:36.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 "Delete") 20:06:36.946 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:06:36.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:36.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:36.946 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Confirmation" as the parent 20:06:36.946 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:06:36.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:36.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:36.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:36.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:36.946 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:36.947 INFO [WorkbenchTestable][AbstractButton] Click button &Delete 20:06:36.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:36.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:36.947 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:36.947 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:36.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:06:36.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:06:36.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: Test Remote System A... 20:06:36.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:36.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:36.974 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:06:36.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:36.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:36.975 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:06:36.975 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:06:36.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:36.975 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:36.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:36.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:36.977 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:06:36.977 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 20:06:36.977 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 20:06:36.978 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:36.978 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:06:36.978 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:06:36.978 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:06:36.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 20:06:36.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:36.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:36.979 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:36.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:36.979 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:36.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: Test Remote System A finished successfully 20:06:36.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:06:36.979 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:06:36.979 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 20:06:36.979 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 20:06:36.979 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-r6pb5' is not running, skipped 20:06:36.979 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:06:36.979 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:06:36.979 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 20:06:36.979 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 20:06:36.979 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 20:06:36.979 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:06:36.979 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:06:36.979 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:06:36.979 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:06:36.979 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:06:36.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:06:36.979 INFO [WorkbenchTestable][System] Deleting system Test Remote System B 20:06:36.979 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test Remote System B 20:06:36.979 DEBUG [main][TreeItemHandler] Selecting tree item: Test Remote System B 20:06:36.979 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test Remote System B about selection 20:06:36.981 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test Remote System B 20:06:36.982 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test Remote System B 20:06:36.982 DEBUG [main][TreeItemHandler] Selecting tree item: Test Remote System B 20:06:36.982 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test Remote System B about selection 20:06:36.983 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test Remote System B 20:06:36.984 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:06:36.984 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:37.005 DEBUG [main][MenuItemLookup] Found menu:'New' 20:06:37.005 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:06:37.005 DEBUG [main][MenuItemLookup] Found menu:'Go To' 20:06:37.005 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:37.005 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 20:06:37.005 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 20:06:37.005 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 20:06:37.005 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:37.005 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 20:06:37.005 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:37.005 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 20:06:37.005 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 20:06:37.005 DEBUG [main][MenuItemLookup] Found menu:'Copy...' 20:06:37.005 DEBUG [main][MenuItemLookup] Found menu:'Move...' 20:06:37.005 DEBUG [main][MenuItemLookup] Found menu:'Export...' 20:06:37.005 DEBUG [main][MenuItemLookup] Found menu:'Import...' 20:06:37.005 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:37.005 DEBUG [main][MenuItemLookup] Found menu:'Move Up' 20:06:37.005 DEBUG [main][MenuItemLookup] Found menu:'Move Down' 20:06:37.005 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:37.005 DEBUG [main][MenuItemLookup] Found menu:'Connect' 20:06:37.005 DEBUG [main][MenuItemLookup] Found menu:'Clear Passwords' 20:06:37.005 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:37.005 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 20:06:37.005 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:06:37.005 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:37.017 DEBUG [main][MenuItemLookup] Found menu:'New' 20:06:37.017 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:06:37.017 DEBUG [main][MenuItemLookup] Found menu:'Go To' 20:06:37.017 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:37.017 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 20:06:37.017 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 20:06:37.017 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 20:06:37.017 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:37.017 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 20:06:37.017 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:37.017 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 20:06:37.017 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 20:06:37.017 DEBUG [main][MenuItemLookup] Item match:Delete... Delete 20:06:37.017 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete... Delete" 20:06:37.017 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete... Delete 20:06:37.017 INFO [main][MenuItemHandler] Select menu item: &Delete... Delete (Eclipse:2191): Gtk-CRITICAL **: 20:06:37.027: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 20:06:37.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available.... 20:06:37.049 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 20:06:37.049 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Confirmation 20:06:37.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:37.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:37.049 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:06:37.050 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:06:37.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:37.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:37.050 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Confirmation" as the parent 20:06:37.050 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:06:37.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:37.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:37.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:37.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:37.050 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:37.050 INFO [WorkbenchTestable][AbstractButton] Click button &Delete 20:06:37.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:37.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:37.051 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:37.051 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:37.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:06:37.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:06:37.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: Test Remote System B... 20:06:37.079 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:37.082 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:37.082 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:06:37.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:37.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:37.082 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:06:37.082 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:06:37.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:37.082 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:37.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:37.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:37.085 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:06:37.085 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 20:06:37.085 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 20:06:37.085 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:37.085 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:06:37.085 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:06:37.085 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:06:37.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 20:06:37.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:37.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:37.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:37.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:37.087 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:37.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: Test Remote System B finished successfully 20:06:37.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:06:37.087 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:06:37.087 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-r6pb5' is not running, skipped 20:06:37.087 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:06:37.087 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:06:37.087 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 20:06:37.087 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 20:06:37.087 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 20:06:37.087 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:06:37.087 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:06:37.087 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:06:37.087 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:06:37.087 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:06:37.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:06:37.087 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 20:06:37.087 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:06:37.087 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:06:37.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:37.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:37.087 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getSystems no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) 20:06:37.087 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:06:37.087 INFO [WorkbenchTestable][RequirementsRunner] Started test: newConnection no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) 20:06:37.087 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 20:06:37.087 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:06:37.087 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:06:37.087 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:06:37.087 INFO [WorkbenchTestable][SystemViewPart] Creating new connection 20:06:37.087 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:37.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:37.101 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:06:37.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:37.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:37.101 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:06:37.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 '\*?\QRemote Systems\E') 20:06:37.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:37.101 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:37.104 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:37.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:37.104 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:06:37.104 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 20:06:37.104 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 20:06:37.105 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:37.105 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:06:37.105 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:06:37.105 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:06:37.106 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 20:06:37.106 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 20:06:37.106 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:37.106 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:37.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 20:06:37.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:37.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:37.107 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:37.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:37.107 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:37.107 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Local 20:06:37.107 DEBUG [main][TreeItemHandler] Selecting tree item: Local 20:06:37.117 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Local about selection 20:06:37.119 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Local 20:06:37.120 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:06:37.120 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:37.131 DEBUG [main][MenuItemLookup] Found menu:'New' 20:06:37.131 DEBUG [main][MenuItemLookup] Item match:New 20:06:37.132 DEBUG [main][MenuItemLookup] Found menu:'Connection...' 20:06:37.132 DEBUG [main][MenuItemLookup] Item match:Connection... 20:06:37.132 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Connection..." 20:06:37.132 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Connection... 20:06:37.132 INFO [main][MenuItemHandler] Select menu item: &Connection... 20:06:37.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available.... 20:06:37.174 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 20:06:37.174 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 20:06:37.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:37.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:37.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:06:37.175 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:37.175 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:37.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:06:37.175 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:37.175 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:37.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 Connection"] 20:06:37.175 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:37.175 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:37.175 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 20:06:37.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:37.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:37.175 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 20:06:37.175 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:37.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:37.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:37.176 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 20:06:37.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:37.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:37.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:37.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:37.176 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 20:06:37.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:37.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:37.176 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 20:06:37.176 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Cancel wizard 20:06:37.176 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) 20:06:37.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:37.176 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:37.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:37.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:37.177 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:37.177 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:06:37.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:37.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:37.177 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:37.177 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:37.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:06:37.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:06:37.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:06:37.197 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:06:37.197 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 20:06:37.197 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 20:06:37.197 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-r6pb5' is not running, skipped 20:06:37.197 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:06:37.197 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:06:37.197 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 20:06:37.197 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 20:06:37.197 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 20:06:37.197 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:06:37.197 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:06:37.197 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:06:37.197 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:06:37.197 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:06:37.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:06:37.197 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 20:06:37.198 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 20:06:37.198 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:37.198 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:37.198 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:06:37.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:37.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:37.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:37.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:37.199 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:37.199 INFO [WorkbenchTestable][System] Deleting system Local 20:06:37.199 INFO [WorkbenchTestable][System] Local System cannot be deleted, skipping 20:06:37.199 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 20:06:37.199 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:06:37.199 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:06:37.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:37.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:37.199 INFO [WorkbenchTestable][RequirementsRunner] Finished test: newConnection no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) 20:06:37.199 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:06:37.199 INFO [WorkbenchTestable][RequirementsRunner] Started test: getSystems_noRemoteSystem no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) 20:06:37.199 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 20:06:37.199 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:06:37.199 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:06:37.199 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:06:37.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:37.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:37.207 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:06:37.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:37.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:37.208 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:06:37.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 '\*?\QRemote Systems\E') 20:06:37.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:37.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:37.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:37.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:37.211 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:06:37.211 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 20:06:37.211 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 20:06:37.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:37.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:06:37.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:06:37.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:06:37.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 20:06:37.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:37.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:37.213 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:37.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:37.213 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:37.213 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 20:06:37.213 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 20:06:37.214 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:37.214 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:37.214 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:06:37.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:37.214 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:37.214 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:37.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:37.214 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:37.214 INFO [WorkbenchTestable][System] Deleting system Local 20:06:37.214 INFO [WorkbenchTestable][System] Local System cannot be deleted, skipping 20:06:37.214 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 20:06:37.214 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:06:37.214 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:06:37.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:37.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:37.214 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getSystems_noRemoteSystem no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) 20:06:37.215 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:06:37.215 INFO [WorkbenchTestable][RequirementsRunner] Started test: getSystem no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) 20:06:37.215 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 20:06:37.215 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:06:37.215 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:06:37.215 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:06:37.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:37.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:37.228 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E'' is already open. Activate. 20:06:37.228 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:37.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:37.231 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:06:37.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:37.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:37.232 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:06:37.232 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:06:37.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:37.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:37.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:37.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:37.246 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:06:37.246 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 20:06:37.246 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 20:06:37.246 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:37.246 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:06:37.246 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:06:37.246 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:06:37.247 INFO [WorkbenchTestable][SystemViewPart] Creating new connection 20:06:37.247 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 20:06:37.247 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 20:06:37.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:37.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:37.248 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 20:06:37.248 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 20:06:37.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:37.259 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:37.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.ctab.DefaultCTabItem, index 0 and no matchers specified 20:06:37.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:37.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:37.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:37.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:37.259 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:37.259 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Local 20:06:37.259 DEBUG [main][TreeItemHandler] Selecting tree item: Local 20:06:37.260 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Local about selection 20:06:37.261 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Local 20:06:37.262 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:06:37.262 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:37.274 DEBUG [main][MenuItemLookup] Found menu:'New' 20:06:37.274 DEBUG [main][MenuItemLookup] Item match:New 20:06:37.274 DEBUG [main][MenuItemLookup] Found menu:'Connection...' 20:06:37.274 DEBUG [main][MenuItemLookup] Item match:Connection... 20:06:37.274 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Connection..." 20:06:37.275 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Connection... 20:06:37.275 INFO [main][MenuItemHandler] Select menu item: &Connection... 20:06:37.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available.... 20:06:37.319 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 20:06:37.319 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 20:06:37.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:37.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:37.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:06:37.320 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:37.320 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:37.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:06:37.320 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:37.320 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:37.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 Connection"] 20:06:37.320 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:37.320 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:37.320 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 20:06:37.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:37.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:37.320 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 20:06:37.320 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:37.321 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 20:06:37.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:37.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:37.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:37.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:37.321 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:37.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:06:37.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:06:37.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 20:06:37.322 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:06:37.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:06:37.322 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:06:37.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:06:37.322 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:06:37.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 20:06:37.322 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:06:37.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:06:37.322 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:06:37.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:06:37.322 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:06:37.322 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item SSH Only 20:06:37.322 DEBUG [main][TreeItemHandler] Selecting tree item: SSH Only 20:06:37.322 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item SSH Only about selection 20:06:37.323 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: SSH Only 20:06:37.323 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 20:06:37.323 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Go to next wizard page 20:06:37.324 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) 20:06:37.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:37.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:37.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:37.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:37.324 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:37.324 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:06:37.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:37.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:37.325 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:37.325 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:37.347 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 20:06:37.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:37.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 20:06:37.347 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 20:06:37.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:37.347 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 20:06:37.347 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo LOCALHOST to:localhost 20:06:37.350 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 20:06:37.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:37.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:37.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:37.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:37.351 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:06:37.351 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:06:37.351 INFO [WorkbenchTestable][AbstractText] Text set to: Test Remote System A 20:06:37.351 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 20:06:37.351 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Finish wizard 20:06:37.352 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) 20:06:37.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:37.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:37.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:37.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:37.352 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:37.353 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:06:37.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:37.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:37.353 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:37.353 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:37.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:06:37.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:06:37.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:06:37.394 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:06:37.394 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 20:06:37.394 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-r6pb5' is not running, skipped 20:06:37.394 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:06:37.394 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:06:37.394 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 20:06:37.394 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 20:06:37.394 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 20:06:37.394 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:06:37.394 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:06:37.394 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:06:37.394 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:06:37.394 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:06:37.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:06:37.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: Test Remote System A... 20:06:37.394 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:37.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:37.397 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:06:37.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:37.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:37.397 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:06:37.397 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:06:37.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:37.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:37.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:37.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:37.412 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:06:37.412 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 20:06:37.412 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 20:06:37.413 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:37.413 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:06:37.413 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:06:37.413 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:06:37.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 20:06:37.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:37.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:37.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:37.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:37.414 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:37.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: Test Remote System A finished successfully 20:06:37.415 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E'' is already open. Activate. 20:06:37.415 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 20:06:37.415 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 20:06:37.415 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:37.415 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:37.415 INFO [WorkbenchTestable][SystemViewPart] Creating new connection 20:06:37.415 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 20:06:37.415 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 20:06:37.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:37.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:37.416 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 20:06:37.416 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 20:06:37.427 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:37.427 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:37.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 20:06:37.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:37.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:37.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:37.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:37.427 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:37.428 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Local 20:06:37.428 DEBUG [main][TreeItemHandler] Selecting tree item: Local 20:06:37.428 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Local about selection 20:06:37.429 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Local 20:06:37.430 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:06:37.430 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:37.444 DEBUG [main][MenuItemLookup] Found menu:'New' 20:06:37.444 DEBUG [main][MenuItemLookup] Item match:New 20:06:37.444 DEBUG [main][MenuItemLookup] Found menu:'Connection...' 20:06:37.444 DEBUG [main][MenuItemLookup] Item match:Connection... 20:06:37.444 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Connection..." 20:06:37.444 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Connection... 20:06:37.445 INFO [main][MenuItemHandler] Select menu item: &Connection... 20:06:37.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available.... 20:06:37.487 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 20:06:37.487 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 20:06:37.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:37.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:37.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:06:37.489 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:37.489 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:37.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:06:37.489 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:37.489 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:37.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 Connection"] 20:06:37.489 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:37.489 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:37.489 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 20:06:37.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:37.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:37.490 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 20:06:37.490 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:37.490 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 20:06:37.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:37.490 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:37.490 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:37.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:37.490 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:37.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:06:37.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:06:37.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 20:06:37.491 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:06:37.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:06:37.491 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:06:37.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:06:37.491 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:06:37.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 20:06:37.491 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:06:37.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:06:37.491 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:06:37.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:06:37.491 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:06:37.491 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item SSH Only 20:06:37.491 DEBUG [main][TreeItemHandler] Selecting tree item: SSH Only 20:06:37.491 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item SSH Only about selection 20:06:37.493 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: SSH Only 20:06:37.493 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 20:06:37.493 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Go to next wizard page 20:06:37.493 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) 20:06:37.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:37.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:37.493 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:37.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:37.493 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:37.494 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:06:37.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:37.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:37.494 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:37.494 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:37.518 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 20:06:37.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:37.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 20:06:37.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 20:06:37.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:37.518 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 20:06:37.518 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo LOCALHOST to:127.0.0.1 20:06:37.521 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 20:06:37.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:37.521 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:37.522 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:37.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:37.522 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:06:37.522 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:06:37.522 INFO [WorkbenchTestable][AbstractText] Text set to: Test Remote System B 20:06:37.523 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 20:06:37.523 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Finish wizard 20:06:37.523 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) 20:06:37.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:37.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:37.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:37.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:37.524 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:37.524 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:06:37.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:37.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:37.524 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:37.524 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:37.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:06:37.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:06:37.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:06:37.554 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:06:37.554 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 20:06:37.554 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-r6pb5' is not running, skipped 20:06:37.554 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:06:37.554 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:06:37.554 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 20:06:37.554 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 20:06:37.554 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 20:06:37.554 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:06:37.554 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:06:37.554 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:06:37.554 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:06:37.554 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:06:37.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:06:37.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: Test Remote System B... 20:06:37.558 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:37.561 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:37.561 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:06:37.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:37.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:37.561 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:06:37.561 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:06:37.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:37.561 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:37.577 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:37.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:37.577 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:06:37.577 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 20:06:37.577 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 20:06:37.578 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:37.578 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:06:37.578 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:06:37.578 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:06:37.589 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:06:37.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:37.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:37.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:37.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:37.589 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:37.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: Test Remote System B finished successfully 20:06:37.590 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 20:06:37.590 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 20:06:37.590 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:37.591 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:37.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 20:06:37.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:37.591 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:37.591 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:37.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:37.591 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:37.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:37.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:37.591 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:06:37.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:37.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:37.592 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 20:06:37.592 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 20:06:37.592 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:37.592 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:06:37.592 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:06:37.592 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:06:37.593 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:06:37.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:37.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:37.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:37.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:37.594 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:37.594 INFO [WorkbenchTestable][System] Deleting system Local 20:06:37.594 INFO [WorkbenchTestable][System] Local System cannot be deleted, skipping 20:06:37.594 INFO [WorkbenchTestable][System] Deleting system Test Remote System A 20:06:37.594 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test Remote System A 20:06:37.594 DEBUG [main][TreeItemHandler] Selecting tree item: Test Remote System A 20:06:37.594 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test Remote System A about selection 20:06:37.595 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test Remote System A 20:06:37.606 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test Remote System A 20:06:37.606 DEBUG [main][TreeItemHandler] Selecting tree item: Test Remote System A 20:06:37.606 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test Remote System A about selection 20:06:37.608 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test Remote System A 20:06:37.608 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:06:37.608 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:37.623 DEBUG [main][MenuItemLookup] Found menu:'New' 20:06:37.623 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:06:37.623 DEBUG [main][MenuItemLookup] Found menu:'Go To' 20:06:37.623 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:37.623 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 20:06:37.623 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 20:06:37.623 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 20:06:37.623 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:37.623 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 20:06:37.623 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:37.623 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 20:06:37.623 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 20:06:37.623 DEBUG [main][MenuItemLookup] Found menu:'Copy...' 20:06:37.623 DEBUG [main][MenuItemLookup] Found menu:'Move...' 20:06:37.623 DEBUG [main][MenuItemLookup] Found menu:'Export...' 20:06:37.623 DEBUG [main][MenuItemLookup] Found menu:'Import...' 20:06:37.623 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:37.623 DEBUG [main][MenuItemLookup] Found menu:'Move Up' 20:06:37.623 DEBUG [main][MenuItemLookup] Found menu:'Move Down' 20:06:37.623 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:37.623 DEBUG [main][MenuItemLookup] Found menu:'Connect' 20:06:37.623 DEBUG [main][MenuItemLookup] Found menu:'Clear Passwords' 20:06:37.623 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:37.623 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 20:06:37.623 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:06:37.623 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:37.637 DEBUG [main][MenuItemLookup] Found menu:'New' 20:06:37.637 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:06:37.637 DEBUG [main][MenuItemLookup] Found menu:'Go To' 20:06:37.637 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:37.637 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 20:06:37.637 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 20:06:37.637 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 20:06:37.637 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:37.637 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 20:06:37.637 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:37.637 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 20:06:37.637 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 20:06:37.637 DEBUG [main][MenuItemLookup] Item match:Delete... Delete 20:06:37.637 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete... Delete" 20:06:37.637 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete... Delete 20:06:37.637 INFO [main][MenuItemHandler] Select menu item: &Delete... Delete (Eclipse:2191): Gtk-CRITICAL **: 20:06:37.648: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 20:06:37.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available.... 20:06:37.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 20:06:37.670 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Confirmation 20:06:37.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:37.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:37.670 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:06:37.670 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:06:37.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:37.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:37.670 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Confirmation" as the parent 20:06:37.670 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:06:37.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:37.670 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:37.671 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:37.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:37.671 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:37.671 INFO [WorkbenchTestable][AbstractButton] Click button &Delete 20:06:37.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:37.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:37.671 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:37.671 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:37.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:06:37.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:06:37.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: Test Remote System A... 20:06:37.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:37.700 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:37.701 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:06:37.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:37.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:37.701 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:06:37.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 '\*?\QRemote Systems\E') 20:06:37.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:37.701 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:37.704 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:37.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:37.704 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:06:37.704 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 20:06:37.704 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 20:06:37.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:37.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:06:37.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:06:37.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:06:37.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 20:06:37.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:37.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:37.706 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:37.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:37.706 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:37.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: Test Remote System A finished successfully 20:06:37.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:06:37.706 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:06:37.706 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-r6pb5' is not running, skipped 20:06:37.706 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:06:37.706 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:06:37.706 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 20:06:37.706 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 20:06:37.706 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 20:06:37.706 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:06:37.706 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:06:37.706 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:06:37.706 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:06:37.706 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:06:37.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:06:37.706 INFO [WorkbenchTestable][System] Deleting system Test Remote System B 20:06:37.706 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test Remote System B 20:06:37.706 DEBUG [main][TreeItemHandler] Selecting tree item: Test Remote System B 20:06:37.706 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test Remote System B about selection 20:06:37.708 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test Remote System B 20:06:37.708 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test Remote System B 20:06:37.708 DEBUG [main][TreeItemHandler] Selecting tree item: Test Remote System B 20:06:37.708 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test Remote System B about selection 20:06:37.710 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test Remote System B 20:06:37.710 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:06:37.710 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:37.732 DEBUG [main][MenuItemLookup] Found menu:'New' 20:06:37.732 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:06:37.732 DEBUG [main][MenuItemLookup] Found menu:'Go To' 20:06:37.732 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:37.732 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 20:06:37.732 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 20:06:37.732 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 20:06:37.732 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:37.732 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 20:06:37.732 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:37.732 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 20:06:37.732 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 20:06:37.732 DEBUG [main][MenuItemLookup] Found menu:'Copy...' 20:06:37.732 DEBUG [main][MenuItemLookup] Found menu:'Move...' 20:06:37.732 DEBUG [main][MenuItemLookup] Found menu:'Export...' 20:06:37.732 DEBUG [main][MenuItemLookup] Found menu:'Import...' 20:06:37.732 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:37.732 DEBUG [main][MenuItemLookup] Found menu:'Move Up' 20:06:37.732 DEBUG [main][MenuItemLookup] Found menu:'Move Down' 20:06:37.732 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:37.732 DEBUG [main][MenuItemLookup] Found menu:'Connect' 20:06:37.732 DEBUG [main][MenuItemLookup] Found menu:'Clear Passwords' 20:06:37.732 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:37.732 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 20:06:37.732 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:06:37.732 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:37.743 DEBUG [main][MenuItemLookup] Found menu:'New' 20:06:37.743 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:06:37.743 DEBUG [main][MenuItemLookup] Found menu:'Go To' 20:06:37.743 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:37.743 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 20:06:37.743 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 20:06:37.743 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 20:06:37.743 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:37.744 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 20:06:37.744 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:37.744 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 20:06:37.744 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 20:06:37.744 DEBUG [main][MenuItemLookup] Item match:Delete... Delete 20:06:37.744 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete... Delete" 20:06:37.744 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete... Delete 20:06:37.744 INFO [main][MenuItemHandler] Select menu item: &Delete... Delete (Eclipse:2191): Gtk-CRITICAL **: 20:06:37.754: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 20:06:37.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available.... 20:06:37.773 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 20:06:37.773 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Confirmation 20:06:37.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:37.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:37.774 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:06:37.774 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:06:37.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:37.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:37.774 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Confirmation" as the parent 20:06:37.774 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:06:37.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:37.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:37.774 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:37.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:37.775 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:37.775 INFO [WorkbenchTestable][AbstractButton] Click button &Delete 20:06:37.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:37.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:37.775 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:37.775 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:37.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:06:37.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:06:37.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: Test Remote System B... 20:06:37.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:37.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:37.797 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:06:37.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:37.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:37.797 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:06:37.797 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:06:37.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:37.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:37.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:37.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:37.859 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:06:37.860 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 20:06:37.860 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 20:06:37.861 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:37.861 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:06:37.861 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:06:37.861 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:06:37.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 20:06:37.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:37.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:37.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:37.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:37.863 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:37.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: Test Remote System B finished successfully 20:06:37.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:06:37.863 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:06:37.863 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 20:06:37.863 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-r6pb5' is not running, skipped 20:06:37.863 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:06:37.863 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:06:37.863 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 20:06:37.863 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 20:06:37.863 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 20:06:37.863 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:06:37.863 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:06:37.863 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:06:37.863 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:06:37.863 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:06:37.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:06:37.863 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 20:06:37.863 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:06:37.863 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:06:37.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:37.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:37.863 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getSystem no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) 20:06:37.863 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:06:37.863 INFO [WorkbenchTestable][RequirementsRunner] Started test: getSystem_noRemoteSystem no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) 20:06:37.863 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 20:06:37.863 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:06:37.863 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:06:37.863 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:06:37.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:37.878 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:37.878 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:06:37.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:37.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:37.879 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:06:37.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 '\*?\QRemote Systems\E') 20:06:37.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:37.879 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:37.881 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:37.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:37.881 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:06:37.881 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 20:06:37.881 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 20:06:37.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:37.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:06:37.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:06:37.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:06:37.894 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:06:37.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:37.894 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:37.894 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:37.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:37.894 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:37.894 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 20:06:37.894 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 20:06:37.895 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:37.895 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:37.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 20:06:37.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:37.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:37.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:37.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:37.896 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:37.896 INFO [WorkbenchTestable][System] Deleting system Local 20:06:37.896 INFO [WorkbenchTestable][System] Local System cannot be deleted, skipping 20:06:37.896 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 20:06:37.896 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:06:37.896 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:06:37.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:37.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:37.897 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getSystem_noRemoteSystem no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) 20:06:37.897 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 20:06:37.897 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:06:37.897 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:06:37.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:37.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.874 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: 0.352 s getSystems no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) Time elapsed: 0.701 s newConnection no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) Time elapsed: 0.112 s getSystems_noRemoteSystem no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) Time elapsed: 0.015 s getSystem no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) Time elapsed: 0.648 s getSystem_noRemoteSystem no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) Time elapsed: 0.034 s Running org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskListViewTest 20:06:37.901 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskListViewTest 20:06:37.901 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:06:37.901 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:06:37.901 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskListViewTest 20:06:37.901 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:06:37.901 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 20:06:37.902 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:06:37.902 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 20:06:37.902 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:06:37.902 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:06:37.902 INFO [WorkbenchTestable][RequirementsRunner] Started test: getRepoTest no-configuration(org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskListViewTest) 20:06:37.902 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskListViewTest 20:06:37.902 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:06:37.902 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:06:37.902 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:06:37.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:37.904 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:37.904 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QTask List\E'' is already open. Activate. 20:06:37.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:37.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:37.906 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:06:37.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:37.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:37.906 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:06:37.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 '\*?\QTask List\E') 20:06:37.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:37.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:37.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:37.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:37.908 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:06:37.908 INFO [WorkbenchTestable][AbstractView] Activate view Task List 20:06:37.908 INFO [WorkbenchTestable][AbstractCTabItem] Activate Task List 20:06:37.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:37.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 20:06:37.931 INFO [WorkbenchTestable][AbstractView] Activate view Task List 20:06:37.931 INFO [WorkbenchTestable][AbstractCTabItem] Activate Task List 20:06:37.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:37.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 20:06:37.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:37.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:37.932 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:06:37.932 DEBUG [main][MenuItemLookup] Found menu:'File' 20:06:37.932 DEBUG [main][MenuItemLookup] Item match:File 20:06:37.933 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 20:06:37.933 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 20:06:37.937 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 20:06:37.937 DEBUG [main][MenuItemLookup] Found menu:'Project...' 20:06:37.937 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:37.937 DEBUG [main][MenuItemLookup] Found menu:'Package' 20:06:37.937 DEBUG [main][MenuItemLookup] Found menu:'Class' 20:06:37.937 DEBUG [main][MenuItemLookup] Found menu:'Interface' 20:06:37.937 DEBUG [main][MenuItemLookup] Found menu:'Enum' 20:06:37.937 DEBUG [main][MenuItemLookup] Found menu:'Record' 20:06:37.937 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 20:06:37.937 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 20:06:37.937 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 20:06:37.937 DEBUG [main][MenuItemLookup] Found menu:'Folder' 20:06:37.937 DEBUG [main][MenuItemLookup] Found menu:'File' 20:06:37.937 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 20:06:37.937 DEBUG [main][MenuItemLookup] Found menu:'Task' 20:06:37.937 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 20:06:37.937 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:37.937 DEBUG [main][MenuItemLookup] Found menu:'Example...' 20:06:37.937 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:37.937 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 20:06:37.937 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 20:06:37.937 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 20:06:37.937 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 20:06:37.937 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 20:06:37.985 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 20:06:37.985 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:06:37.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:37.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:37.988 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent 20:06:37.988 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:06:37.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:37.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:37.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:37.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:37.988 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:37.989 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 20:06:37.989 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:06:37.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:37.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:37.989 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent 20:06:37.989 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:06:37.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:37.989 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:37.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:37.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:37.990 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:37.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:06:37.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:06:37.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Tasks has children... 20:06:37.990 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Tasks 20:06:37.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:06:38.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:06:38.491 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Tasks 20:06:38.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Tasks has children finished successfully 20:06:38.492 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Tasks 20:06:38.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:06:38.492 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Tasks is already expanded. No action performed 20:06:38.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:06:38.492 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Tasks 20:06:38.492 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Task 20:06:38.492 DEBUG [main][TreeItemHandler] Selecting tree item: Task 20:06:38.492 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Task about selection 20:06:38.493 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Task 20:06:38.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 "Next >") 20:06:38.493 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:06:38.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:38.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:38.493 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent 20:06:38.493 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:06:38.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:38.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:38.494 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:38.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:38.494 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:38.494 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:06:38.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:38.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:38.494 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:38.494 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:38.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 20:06:38.514 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:06:38.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:38.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:38.514 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Task" as the parent 20:06:38.514 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:06:38.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:38.514 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:38.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:38.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:38.514 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:38.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 20:06:38.514 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:06:38.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:38.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:38.514 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Task" as the parent 20:06:38.514 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:06:38.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:38.514 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:38.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:38.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:38.514 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:38.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:06:38.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:06:38.514 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Local 20:06:38.515 DEBUG [main][TreeItemHandler] Selecting tree item: Local 20:06:38.515 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Local about selection 20:06:38.515 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Local 20:06:38.515 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:06:38.515 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:06:38.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:38.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:38.515 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Task" as the parent 20:06:38.515 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:06:38.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:38.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:38.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:38.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:38.515 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:38.516 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:06:38.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:38.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:38.516 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:38.516 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:38.732 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QTask List\E'' is already open. Activate. 20:06:38.732 INFO [WorkbenchTestable][AbstractView] Activate view Task List 20:06:38.732 INFO [WorkbenchTestable][AbstractCTabItem] Activate Task List 20:06:38.756 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:38.756 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 20:06:38.756 INFO [WorkbenchTestable][AbstractView] Activate view Task List 20:06:38.756 INFO [WorkbenchTestable][AbstractCTabItem] Activate Task List 20:06:38.757 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:38.757 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 20:06:38.757 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 20:06:38.757 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:06:38.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:38.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:38.757 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Task List"as the parent 20:06:38.757 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:06:38.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:38.757 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:38.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:38.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:38.757 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:38.757 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 20:06:38.758 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:06:38.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:38.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:38.758 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Task List"as the parent 20:06:38.758 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:06:38.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:38.758 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:38.758 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:38.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:38.758 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:38.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:06:39.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:06:39.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem 'Uncategorized' has 1 children or more... 20:06:39.259 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Uncategorized and wait with time period 1 20:06:39.259 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Uncategorized 20:06:39.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:06:39.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:06:39.760 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Uncategorized 20:06:39.760 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Uncategorized 20:06:39.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:06:39.761 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Uncategorized is already expanded. No action performed 20:06:39.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:06:39.761 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Uncategorized 20:06:39.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem 'Uncategorized' has 1 children or more finished successfully 20:06:39.761 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 20:06:39.761 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:06:39.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:39.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:39.761 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Task List"as the parent 20:06:39.761 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:06:39.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:39.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:39.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:39.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:39.762 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:39.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:06:39.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:06:39.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Uncategorized has children... 20:06:39.762 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Uncategorized 20:06:39.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:06:39.762 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Uncategorized is already expanded. No action performed 20:06:39.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:06:39.762 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Uncategorized 20:06:39.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Uncategorized has children finished successfully 20:06:39.762 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Uncategorized 20:06:39.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:06:39.763 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Uncategorized is already expanded. No action performed 20:06:39.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:06:39.763 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Uncategorized 20:06:39.763 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item New Task 20:06:39.763 DEBUG [main][TreeItemHandler] Selecting tree item: New Task 20:06:39.763 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item New Task about selection 20:06:39.765 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: New Task 20:06:39.765 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskListViewTest 20:06:39.765 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:06:39.765 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:06:39.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:39.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:39.766 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getRepoTest no-configuration(org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskListViewTest) 20:06:39.766 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskListViewTest 20:06:39.766 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:06:39.766 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:06:39.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:39.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.865 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: 1.864 s Running org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskRepositoriesViewTest 20:06:39.772 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskRepositoriesViewTest 20:06:39.772 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:06:39.772 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:06:39.772 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskRepositoriesViewTest 20:06:39.772 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:06:39.772 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 20:06:39.772 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:06:39.772 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 20:06:39.772 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:06:39.773 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:06:39.773 INFO [WorkbenchTestable][RequirementsRunner] Started test: getRepoTest no-configuration(org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskRepositoriesViewTest) 20:06:39.773 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskRepositoriesViewTest 20:06:39.773 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:06:39.773 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:06:39.773 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:06:39.773 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:39.779 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:06:39.779 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QTask Repositories\E'' view via menu. 20:06:39.779 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 20:06:39.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:39.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:39.780 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - New Task - Eclipse Platform' 20:06:39.780 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - New Task - Eclipse Platform' 20:06:39.780 DEBUG [main][MenuItemLookup] Found menu:'File' 20:06:39.780 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:06:39.780 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:06:39.780 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:06:39.780 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:06:39.780 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:06:39.780 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:06:39.780 DEBUG [main][MenuItemLookup] Item match:Window 20:06:39.781 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:06:39.781 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:06:39.781 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:06:39.781 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:39.781 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:06:39.781 DEBUG [main][MenuItemLookup] Item match:Show View 20:06:39.784 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 20:06:39.784 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 20:06:39.784 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 20:06:39.784 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 20:06:39.784 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 20:06:39.784 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 20:06:39.784 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 20:06:39.784 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 20:06:39.784 DEBUG [main][MenuItemLookup] Found menu:'Progress' 20:06:39.784 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 20:06:39.784 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 20:06:39.784 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 20:06:39.784 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 20:06:39.784 DEBUG [main][MenuItemLookup] Found menu:'Templates' 20:06:39.784 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 20:06:39.784 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:39.784 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 20:06:39.784 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 20:06:39.802 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 20:06:39.802 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 20:06:39.802 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 20:06:39.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 20:06:39.894 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 20:06:39.894 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 20:06:39.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:39.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:39.895 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 20:06:39.895 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:06:39.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:39.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:39.895 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:06:39.895 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:06:39.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:39.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:39.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:39.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:39.895 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:39.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:06:39.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:06:39.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Mylyn has children... 20:06:39.896 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Mylyn 20:06:39.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:06:39.896 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Mylyn is already expanded. No action performed 20:06:39.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:06:39.896 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Mylyn 20:06:39.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Mylyn has children finished successfully 20:06:39.896 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Mylyn 20:06:39.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:06:39.897 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Mylyn is already expanded. No action performed 20:06:39.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:06:39.897 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Mylyn 20:06:39.897 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Task Repositories 20:06:39.897 DEBUG [main][TreeItemHandler] Selecting tree item: Task Repositories 20:06:39.897 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Task Repositories about selection 20:06:39.897 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Task Repositories 20:06:39.897 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:06:39.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:39.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:39.897 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:06:39.897 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:06:39.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:39.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:39.902 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:06:39.902 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:06:39.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:39.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:39.903 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:06:39.903 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:06:39.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:39.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:39.903 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:39.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:39.903 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:39.903 INFO [WorkbenchTestable][AbstractButton] Click button &Open 20:06:39.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:39.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:39.903 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:39.903 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:39.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:06:39.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:06:39.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.mylyn.tasks.ui.views.TaskRepositoriesView' view is open... 20:06:39.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:39.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:39.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.mylyn.tasks.ui.views.TaskRepositoriesView' view is open finished successfully 20:06:39.952 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:39.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:39.957 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 20:06:39.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:39.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:39.957 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - New Task - Eclipse Platform' 20:06:39.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 '\*?\QTask Repositories\E') 20:06:39.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:39.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:39.962 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:39.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:39.962 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:06:39.962 INFO [WorkbenchTestable][AbstractView] Activate view Task Repositories 20:06:39.962 INFO [WorkbenchTestable][AbstractCTabItem] Activate Task Repositories 20:06:39.963 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:39.963 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - New Task - Eclipse Platform TooltipText=null 20:06:39.963 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:06:39.963 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:06:39.981 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 20:06:39.981 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:06:39.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:39.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:39.996 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Task Repositories"as the parent 20:06:39.997 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:06:39.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:39.997 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:39.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:39.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:39.997 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:39.997 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Tasks and wait with time period 1 20:06:39.997 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Tasks 20:06:39.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:06:39.997 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Tasks is already expanded. No action performed 20:06:39.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:06:39.997 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Tasks 20:06:39.997 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Tasks 20:06:39.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:06:39.997 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Tasks is already expanded. No action performed 20:06:39.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:06:39.997 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Tasks 20:06:39.997 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Local and wait with time period 1 20:06:39.997 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Local 20:06:39.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:06:40.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:06:40.498 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Local 20:06:40.498 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Local 20:06:40.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:06:40.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:06:40.999 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Local 20:06:40.999 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Bugs and wait with time period 1 20:06:41.000 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Bugs 20:06:41.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:06:41.000 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Bugs is already expanded. No action performed 20:06:41.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:06:41.000 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Bugs 20:06:41.000 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Bugs 20:06:41.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:06:41.000 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Bugs is already expanded. No action performed 20:06:41.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:06:41.000 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Bugs 20:06:41.000 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Eclipse.org and wait with time period 1 20:06:41.000 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Eclipse.org 20:06:41.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:06:41.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:06:41.501 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Eclipse.org 20:06:41.501 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Eclipse.org 20:06:41.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:06:42.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:06:42.002 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Eclipse.org 20:06:42.002 DEBUG [WorkbenchTestable][TaskRepositoriesView] Found Task repository: Tasks 20:06:42.002 DEBUG [WorkbenchTestable][TaskRepositoriesView] Found Task repository: Local 20:06:42.003 DEBUG [WorkbenchTestable][TaskRepositoriesView] Found Task repository: Bugs 20:06:42.003 DEBUG [WorkbenchTestable][TaskRepositoriesView] Found Task repository: Eclipse.org 20:06:42.003 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskRepositoriesViewTest 20:06:42.003 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:06:42.003 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:06:42.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:42.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:42.003 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getRepoTest no-configuration(org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskRepositoriesViewTest) 20:06:42.003 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskRepositoriesViewTest 20:06:42.003 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:06:42.003 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:06:42.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:42.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.232 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.23 s Running org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest 20:06:42.007 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest 20:06:42.007 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:06:42.008 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:06:42.008 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest 20:06:42.008 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:06:42.008 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 20:06:42.008 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:06:42.008 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 20:06:42.008 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:06:42.008 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:06:42.009 INFO [WorkbenchTestable][RequirementsRunner] Started test: openPerspective no-configuration(org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest) 20:06:42.009 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest 20:06:42.009 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:06:42.009 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:06:42.009 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:06:42.009 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:42.009 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:42.009 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 20:06:42.009 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:42.009 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:42.010 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 20:06:42.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:42.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:42.010 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - New Task - Eclipse Platform' 20:06:42.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 '\*?\QPackage Explorer\E') 20:06:42.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:42.010 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:42.010 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:42.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:42.010 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:06:42.010 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:06:42.010 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:06:42.018 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:42.018 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:42.018 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 20:06:42.018 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 20:06:42.018 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:06:42.018 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:42.018 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:06:42.018 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:42.019 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 20:06:42.019 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:42.019 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:06:42.019 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:42.019 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:06:42.019 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:42.019 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:06:42.019 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:42.019 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 20:06:42.019 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:42.019 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:06:42.019 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:42.019 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:06:42.019 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:42.019 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 20:06:42.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:42.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:42.020 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - New Task - Eclipse Platform' 20:06:42.020 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - New Task - Eclipse Platform' 20:06:42.020 DEBUG [main][MenuItemLookup] Found menu:'File' 20:06:42.020 DEBUG [main][MenuItemLookup] Item match:File 20:06:42.021 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 20:06:42.021 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 20:06:42.025 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 20:06:42.025 DEBUG [main][MenuItemLookup] Found menu:'Project...' 20:06:42.025 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:42.025 DEBUG [main][MenuItemLookup] Found menu:'Package' 20:06:42.025 DEBUG [main][MenuItemLookup] Found menu:'Class' 20:06:42.025 DEBUG [main][MenuItemLookup] Found menu:'Interface' 20:06:42.025 DEBUG [main][MenuItemLookup] Found menu:'Enum' 20:06:42.025 DEBUG [main][MenuItemLookup] Found menu:'Record' 20:06:42.025 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 20:06:42.025 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 20:06:42.025 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 20:06:42.025 DEBUG [main][MenuItemLookup] Found menu:'Folder' 20:06:42.025 DEBUG [main][MenuItemLookup] Found menu:'File' 20:06:42.025 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 20:06:42.025 DEBUG [main][MenuItemLookup] Found menu:'Task' 20:06:42.025 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 20:06:42.025 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:42.025 DEBUG [main][MenuItemLookup] Found menu:'Example...' 20:06:42.025 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:42.025 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 20:06:42.025 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 20:06:42.043 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 20:06:42.043 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 20:06:42.043 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 20:06:42.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 'New|Select a wizard'] is available.... 20:06:42.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 20:06:42.104 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 20:06:42.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:42.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:42.105 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:06:42.105 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:42.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 20:06:42.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:42.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:42.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:42.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:42.106 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:42.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:06:42.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:06:42.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Web has children... 20:06:42.107 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Web 20:06:42.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:06:42.107 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Web is already expanded. No action performed 20:06:42.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:06:42.107 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Web 20:06:42.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Web has children finished successfully 20:06:42.107 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Web 20:06:42.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:06:42.107 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Web is already expanded. No action performed 20:06:42.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:06:42.107 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Web 20:06:42.107 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Dynamic Web Project 20:06:42.107 DEBUG [main][TreeItemHandler] Selecting tree item: Dynamic Web Project 20:06:42.108 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Dynamic Web Project about selection 20:06:42.110 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Dynamic Web Project 20:06:42.110 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:06:42.110 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 20:06:42.110 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) 20:06:42.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:42.110 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:42.111 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:42.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:42.111 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:42.111 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:06:42.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:42.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:42.111 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:42.111 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:42.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:06:42.187 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:42.199 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:42.199 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.... 20:06:42.199 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 20:06:42.199 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Dynamic Web Project 20:06:42.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:42.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:42.200 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 20:06:42.200 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:42.200 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:") 20:06:42.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:42.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:42.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:42.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:42.201 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:06:42.201 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:06:42.202 INFO [WorkbenchTestable][AbstractText] Text set to: webProject 20:06:42.204 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 20:06:42.204 INFO [WorkbenchTestable][WebProjectWizard] Finish wizard 20:06:42.204 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) 20:06:42.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:42.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:42.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:42.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:42.205 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:42.206 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:06:42.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:42.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:42.206 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:42.206 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:42.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:06:42.209 DEBUG [WorkbenchTestable][JobIsRunning] job 'Implicit Job' is a system job, skipped 20:06:42.209 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 20:06:42.209 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 20:06:42.209 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 20:06:42.209 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:06:42.209 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 20:06:42.209 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:06:42.209 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:06:42.209 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:06:42.209 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:06:42.209 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:06:42.209 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:06:42.209 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:06:42.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:06:42.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Associated Perspective?"] is available.... 20:06:42.710 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 20:06:42.710 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:06:42.710 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:06:42.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:42.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:42.711 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Associated Perspective?" as the parent 20:06:42.711 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:06:42.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:42.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:42.711 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:42.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:42.711 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:42.711 INFO [WorkbenchTestable][AbstractButton] Click button &Open Perspective 20:06:42.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:42.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:42.712 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:42.712 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:42.906 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:06:42.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:42.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:42.907 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:06:42.907 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:06:42.907 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:42.907 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - New Task - Eclipse Platform TooltipText=null 20:06:42.907 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:06:42.907 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:06:42.909 INFO [WorkbenchTestable][AbstractView] Close view 'Package Explorer' 20:06:42.909 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Package Explorer 20:06:42.909 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:06:42.909 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 20:06:43.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:43.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:06:43.027 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 20:06:43.027 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 20:06:43.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:43.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:43.028 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - New Task - Eclipse Platform' 20:06:43.028 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - New Task - Eclipse Platform' 20:06:43.028 DEBUG [main][MenuItemLookup] Found menu:'File' 20:06:43.028 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:06:43.028 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:06:43.028 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:06:43.028 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:06:43.028 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:06:43.028 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:06:43.028 DEBUG [main][MenuItemLookup] Item match:Window 20:06:43.029 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:06:43.029 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:06:43.029 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:06:43.029 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:43.029 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:06:43.029 DEBUG [main][MenuItemLookup] Item match:Show View 20:06:43.033 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 20:06:43.033 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 20:06:43.033 DEBUG [main][MenuItemLookup] Found menu:'Data Source Explorer' 20:06:43.033 DEBUG [main][MenuItemLookup] Found menu:'Markers' 20:06:43.033 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 20:06:43.033 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 20:06:43.033 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 20:06:43.033 DEBUG [main][MenuItemLookup] Found menu:'Properties' 20:06:43.033 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 20:06:43.033 DEBUG [main][MenuItemLookup] Found menu:'Servers' 20:06:43.033 DEBUG [main][MenuItemLookup] Found menu:'Snippets' 20:06:43.033 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 20:06:43.033 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:43.033 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 20:06:43.033 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 20:06:43.106 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 20:06:43.106 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 20:06:43.106 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 20:06:43.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 20:06:43.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 20:06:43.306 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 20:06:43.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:43.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:43.307 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 20:06:43.307 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:06:43.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:43.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:43.307 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:06:43.307 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:06:43.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:43.307 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:43.307 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:43.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:43.307 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:43.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:06:43.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:06:43.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 20:06:43.308 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:06:43.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:06:43.308 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:06:43.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:06:43.308 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:06:43.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 20:06:43.308 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:06:43.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:06:43.308 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:06:43.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:06:43.308 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:06:43.313 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 20:06:43.313 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 20:06:43.313 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 20:06:43.314 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 20:06:43.314 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:06:43.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:43.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:43.314 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:06:43.314 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:06:43.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:43.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:43.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") 20:06:43.314 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:06:43.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:43.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:43.315 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:06:43.315 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:06:43.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:43.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:43.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:43.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:43.315 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:43.315 INFO [WorkbenchTestable][AbstractButton] Click button &Open 20:06:43.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:43.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:43.315 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:43.315 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:43.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:06:43.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:06:43.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 20:06:43.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:43.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:43.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 20:06:43.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:43.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:43.537 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 20:06:43.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:43.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:43.538 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - New Task - Eclipse Platform' 20:06:43.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 '\*?\QPackage Explorer\E') 20:06:43.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:43.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:43.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:43.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:43.596 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:06:43.596 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:06:43.596 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:06:43.596 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:43.597 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - New Task - Eclipse Platform TooltipText=null 20:06:43.597 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:06:43.597 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:06:43.598 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:06:43.598 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:06:43.599 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:43.599 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:43.599 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:06:43.599 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:06:43.599 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:43.599 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:43.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:43.599 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:43.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:06:44.100 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:44.100 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:06:44.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:44.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:06:44.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:06:44.601 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:06:44.601 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:06:44.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:44.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:44.602 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:06:44.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:44.602 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:44.602 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:44.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:44.602 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:44.602 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name webProject 20:06:44.602 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:06:44.603 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:06:44.603 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:44.603 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:44.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:44.603 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:44.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:06:45.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:45.104 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:06:45.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:45.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:06:45.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:06:45.604 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:06:45.604 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:06:45.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:45.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:45.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 20:06:45.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:45.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:45.605 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:45.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:45.605 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:45.605 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name webProject 20:06:45.605 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:06:45.605 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:06:45.606 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:45.606 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:45.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 20:06:45.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:45.606 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:45.606 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:45.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:45.606 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:45.606 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 20:06:45.606 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 20:06:45.606 DEBUG [main][TreeItemHandler] Set Tree selection 20:06:45.606 DEBUG [main][TreeHandler] Notify Tree about selection event 20:06:45.607 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 20:06:45.608 DEBUG [WorkbenchTestable][TreeItemHandler] webProject 20:06:45.608 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:06:45.608 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:45.635 DEBUG [main][MenuItemLookup] Found menu:'New' 20:06:45.635 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:06:45.635 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:45.635 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 20:06:45.635 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 20:06:45.635 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:06:45.635 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:45.635 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:06:45.635 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 20:06:45.635 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:06:45.635 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:06:45.635 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:45.635 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 20:06:45.635 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 20:06:45.635 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 20:06:45.635 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 20:06:45.635 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:45.635 DEBUG [main][MenuItemLookup] Found menu:'Import...' 20:06:45.635 DEBUG [main][MenuItemLookup] Found menu:'Export...' 20:06:45.635 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:45.635 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 20:06:45.635 DEBUG [main][MenuItemLookup] Item match:Refresh F5 20:06:45.635 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 20:06:45.635 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 20:06:45.635 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 20:06:45.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:06:45.635 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 20:06:45.636 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 20:06:46.136 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 20:06:46.136 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:06:46.136 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 20:06:46.136 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:06:46.136 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:06:46.136 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:06:46.136 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:06:46.136 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:06:46.136 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:06:46.136 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:06:46.136 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:06:46.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:06:46.136 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:06:46.136 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:46.158 DEBUG [main][MenuItemLookup] Found menu:'New' 20:06:46.158 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:06:46.158 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:46.158 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 20:06:46.158 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 20:06:46.158 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:06:46.158 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:46.158 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:06:46.158 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 20:06:46.158 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:06:46.158 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:06:46.158 DEBUG [main][MenuItemLookup] Item match:Delete Delete 20:06:46.158 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 20:06:46.158 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 20:06:46.158 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 20:06:46.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 20:06:46.776 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 20:06:46.776 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 20:06:46.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:46.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:46.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: 32) 20:06:46.778 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:06:46.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:46.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:46.778 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:06:46.778 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:06:46.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:46.778 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:46.778 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:46.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:46.778 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:46.779 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 20:06:46.779 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 20:06:46.779 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 20:06:46.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:46.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:46.779 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:46.779 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:46.779 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:06:46.779 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:06:46.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:46.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:46.779 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:06:46.779 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:06:46.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:46.779 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:46.779 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:46.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:46.779 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:46.780 INFO [WorkbenchTestable][AbstractButton] Click button OK 20:06:46.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:46.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:46.780 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:46.780 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:46.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 20:06:46.782 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 20:06:47.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 20:06:47.282 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 20:06:47.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:06:47.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 20:06:47.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 20:06:47.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:06:47.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 20:06:47.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:06:47.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:06:47.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:06:47.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:06:47.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:06:47.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:06:47.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:06:47.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:06:47.282 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest 20:06:47.282 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:06:47.282 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:06:47.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:47.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:47.283 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openPerspective no-configuration(org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest) 20:06:47.283 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:06:47.283 INFO [WorkbenchTestable][RequirementsRunner] Started test: doNotOpenPerspective no-configuration(org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest) 20:06:47.283 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest 20:06:47.283 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:06:47.283 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:06:47.283 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:06:47.283 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:47.287 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:47.287 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 20:06:47.287 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:47.292 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:47.292 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 20:06:47.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:47.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:47.293 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - New Task - Eclipse Platform' 20:06:47.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') 20:06:47.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:47.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:47.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:47.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:47.297 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:06:47.298 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:06:47.298 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:06:47.298 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:47.298 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - New Task - Eclipse Platform TooltipText=null 20:06:47.298 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:06:47.298 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:06:47.299 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 20:06:47.299 DEBUG [WorkbenchTestable][JavaPerspective] Trying to open perspective: 'Java' 20:06:47.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:47.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:47.299 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 20:06:47.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:47.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:47.300 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") 20:06:47.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:47.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:47.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:47.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:47.324 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 20:06:47.324 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 20:06:47.324 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 20:06:47.324 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:47.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 20:06:47.366 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 20:06:47.366 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 20:06:47.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:47.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:47.366 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 20:06:47.366 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:06:47.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:47.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:47.366 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 20:06:47.366 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:06:47.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:47.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:47.367 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:47.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:47.367 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:06:47.367 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Java') 20:06:47.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:06:47.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:06:47.367 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (2) 20:06:47.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:06:47.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:06:47.367 TRACE [main][WidgetHandler] Notify Table with event 13 20:06:47.368 TRACE [main][WidgetHandler] Wait for synchronization 20:06:47.368 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:06:47.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:47.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:47.369 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 20:06:47.369 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:06:47.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:47.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:47.370 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:06:47.370 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:06:47.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:47.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:47.370 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 20:06:47.370 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:06:47.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:47.370 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:47.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:47.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:47.370 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:47.370 INFO [WorkbenchTestable][AbstractButton] Click button &Open 20:06:47.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:47.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:47.370 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:47.370 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:47.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:06:47.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:06:47.469 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:06:47.469 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:47.470 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:06:47.470 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:47.470 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 20:06:47.470 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:47.470 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:06:47.470 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:47.470 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:06:47.470 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:47.470 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:06:47.470 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:47.470 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 20:06:47.470 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:47.470 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:06:47.470 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:47.470 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:06:47.470 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:47.470 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 20:06:47.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:47.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:47.471 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - New Task - Eclipse Platform' 20:06:47.471 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - New Task - Eclipse Platform' 20:06:47.471 DEBUG [main][MenuItemLookup] Found menu:'File' 20:06:47.471 DEBUG [main][MenuItemLookup] Item match:File 20:06:47.471 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 20:06:47.471 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 20:06:47.475 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 20:06:47.475 DEBUG [main][MenuItemLookup] Found menu:'Project...' 20:06:47.475 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:47.475 DEBUG [main][MenuItemLookup] Found menu:'Package' 20:06:47.475 DEBUG [main][MenuItemLookup] Found menu:'Class' 20:06:47.475 DEBUG [main][MenuItemLookup] Found menu:'Interface' 20:06:47.475 DEBUG [main][MenuItemLookup] Found menu:'Enum' 20:06:47.475 DEBUG [main][MenuItemLookup] Found menu:'Record' 20:06:47.475 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 20:06:47.475 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 20:06:47.475 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 20:06:47.475 DEBUG [main][MenuItemLookup] Found menu:'Folder' 20:06:47.475 DEBUG [main][MenuItemLookup] Found menu:'File' 20:06:47.475 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 20:06:47.475 DEBUG [main][MenuItemLookup] Found menu:'Task' 20:06:47.475 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 20:06:47.475 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:47.475 DEBUG [main][MenuItemLookup] Found menu:'Example...' 20:06:47.475 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:47.475 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 20:06:47.475 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 20:06:47.476 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 20:06:47.476 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 20:06:47.476 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 20:06:47.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 'New|Select a wizard'] is available.... 20:06:47.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 20:06:47.539 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 20:06:47.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:47.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:47.539 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:06:47.539 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:47.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 20:06:47.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:47.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:47.540 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:47.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:47.540 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:47.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:06:47.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:06:47.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Web has children... 20:06:47.541 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Web 20:06:47.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:06:47.541 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Web is already expanded. No action performed 20:06:47.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:06:47.541 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Web 20:06:47.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Web has children finished successfully 20:06:47.541 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Web 20:06:47.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:06:47.541 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Web is already expanded. No action performed 20:06:47.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:06:47.541 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Web 20:06:47.541 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Dynamic Web Project 20:06:47.541 DEBUG [main][TreeItemHandler] Selecting tree item: Dynamic Web Project 20:06:47.541 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Dynamic Web Project about selection 20:06:47.541 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Dynamic Web Project 20:06:47.541 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:06:47.541 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 20:06:47.542 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) 20:06:47.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:47.542 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:47.542 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:47.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:47.542 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:47.542 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:06:47.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:47.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:47.542 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:47.542 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:47.627 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:06:47.627 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:47.627 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:47.628 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.... 20:06:47.628 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 20:06:47.628 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Dynamic Web Project 20:06:47.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:47.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:47.628 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 20:06:47.628 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:47.628 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:") 20:06:47.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:47.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:47.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:47.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:47.630 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:06:47.630 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:06:47.630 INFO [WorkbenchTestable][AbstractText] Text set to: webProject 20:06:47.639 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 20:06:47.639 INFO [WorkbenchTestable][WebProjectWizard] Finish wizard 20:06:47.640 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) 20:06:47.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:47.640 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:47.641 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:47.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:47.641 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:47.641 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:06:47.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:47.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:47.642 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:47.642 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:47.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:06:47.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Implicit Job' is a system job, skipped 20:06:47.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 20:06:47.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 20:06:47.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:06:47.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 20:06:47.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:06:47.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:06:47.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:06:47.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:06:47.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:06:47.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:06:47.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:06:47.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:06:47.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Associated Perspective?"] is available.... 20:06:48.146 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 20:06:48.147 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 20:06:48.147 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:06:48.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:48.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:48.147 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Associated Perspective?" as the parent 20:06:48.147 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:06:48.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:48.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:48.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:48.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:48.147 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:48.148 INFO [WorkbenchTestable][AbstractButton] Click button &No 20:06:48.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:48.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:48.149 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:48.149 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:48.272 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:06:48.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:48.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:48.272 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:06:48.272 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:06:48.280 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:48.280 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - New Task - Eclipse Platform TooltipText=null 20:06:48.281 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:06:48.281 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:06:48.281 INFO [WorkbenchTestable][AbstractView] Close view 'Package Explorer' 20:06:48.281 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Package Explorer 20:06:48.281 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:06:48.281 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 20:06:48.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:48.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:06:48.368 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 20:06:48.368 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 20:06:48.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:48.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:48.369 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - New Task - Eclipse Platform' 20:06:48.369 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - New Task - Eclipse Platform' 20:06:48.369 DEBUG [main][MenuItemLookup] Found menu:'File' 20:06:48.369 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:06:48.369 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:06:48.369 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:06:48.369 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:06:48.369 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:06:48.369 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:06:48.369 DEBUG [main][MenuItemLookup] Item match:Window 20:06:48.369 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:06:48.369 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:06:48.369 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:06:48.369 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:48.369 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:06:48.369 DEBUG [main][MenuItemLookup] Item match:Show View 20:06:48.382 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 20:06:48.382 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 20:06:48.382 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 20:06:48.382 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 20:06:48.382 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 20:06:48.382 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 20:06:48.382 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 20:06:48.382 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 20:06:48.382 DEBUG [main][MenuItemLookup] Found menu:'Progress' 20:06:48.382 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 20:06:48.382 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 20:06:48.382 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 20:06:48.382 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 20:06:48.382 DEBUG [main][MenuItemLookup] Found menu:'Templates' 20:06:48.382 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 20:06:48.382 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:48.382 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 20:06:48.382 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 20:06:48.401 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 20:06:48.401 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 20:06:48.401 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 20:06:48.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 20:06:48.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 20:06:48.512 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 20:06:48.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:48.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:48.513 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 20:06:48.513 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:06:48.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:48.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:48.513 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:06:48.513 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:06:48.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:48.513 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:48.513 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:48.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:48.513 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:48.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:06:48.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:06:48.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 20:06:48.514 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:06:48.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:06:48.514 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:06:48.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:06:48.514 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:06:48.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 20:06:48.515 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:06:48.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:06:48.515 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:06:48.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:06:48.515 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:06:48.515 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 20:06:48.515 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 20:06:48.515 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 20:06:48.515 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 20:06:48.515 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:06:48.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:48.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:48.515 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:06:48.515 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:06:48.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:48.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:48.516 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:06:48.516 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:06:48.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:48.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:48.516 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:06:48.516 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:06:48.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:48.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:48.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:48.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:48.516 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:48.516 INFO [WorkbenchTestable][AbstractButton] Click button &Open 20:06:48.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:48.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:48.517 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:48.517 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:48.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:06:48.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:06:48.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 20:06:48.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:48.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:48.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 20:06:48.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:48.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:48.627 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 20:06:48.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:48.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:48.628 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - New Task - Eclipse Platform' 20:06:48.628 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:06:48.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:48.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:48.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:48.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:48.628 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:06:48.628 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:06:48.628 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:06:48.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:48.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - New Task - Eclipse Platform TooltipText=null 20:06:48.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:06:48.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:06:48.630 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:06:48.630 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:06:48.630 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:48.631 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:48.631 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:06:48.631 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:06:48.689 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:48.689 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:48.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:48.689 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:48.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:06:49.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:49.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:06:49.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:49.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:06:49.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:06:49.692 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:06:49.692 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:06:49.692 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:49.692 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:49.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 20:06:49.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:49.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:49.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:49.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:49.693 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:49.693 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name webProject 20:06:49.693 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:06:49.693 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:06:49.693 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:49.693 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:49.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:49.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:49.694 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:06:50.194 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:50.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:06:50.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:50.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:06:50.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:06:50.695 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:06:50.695 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:06:50.696 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:50.696 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:50.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 20:06:50.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:50.696 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:50.696 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:50.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:50.696 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:50.696 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name webProject 20:06:50.697 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:06:50.697 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:06:50.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:50.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:50.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 20:06:50.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:50.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:50.697 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:50.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:50.698 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:50.698 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 20:06:50.698 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 20:06:50.698 DEBUG [main][TreeItemHandler] Set Tree selection 20:06:50.698 DEBUG [main][TreeHandler] Notify Tree about selection event 20:06:50.699 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 20:06:50.699 DEBUG [WorkbenchTestable][TreeItemHandler] webProject 20:06:50.699 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:06:50.699 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:50.724 DEBUG [main][MenuItemLookup] Found menu:'New' 20:06:50.724 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:06:50.724 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:50.724 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 20:06:50.724 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 20:06:50.724 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:06:50.724 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:50.724 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:06:50.724 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 20:06:50.724 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:06:50.724 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:06:50.724 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:50.724 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 20:06:50.724 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 20:06:50.724 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 20:06:50.724 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 20:06:50.724 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:50.724 DEBUG [main][MenuItemLookup] Found menu:'Import...' 20:06:50.724 DEBUG [main][MenuItemLookup] Found menu:'Export...' 20:06:50.724 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:50.724 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 20:06:50.724 DEBUG [main][MenuItemLookup] Item match:Refresh F5 20:06:50.725 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 20:06:50.725 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 20:06:50.725 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 20:06:50.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:06:50.725 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 20:06:50.725 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 20:06:51.225 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 20:06:51.225 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 20:06:51.225 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:06:51.225 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 20:06:51.225 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:06:51.225 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:06:51.225 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:06:51.225 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:06:51.225 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:06:51.225 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:06:51.225 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:06:51.225 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:06:51.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:06:51.225 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:06:51.225 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:51.245 DEBUG [main][MenuItemLookup] Found menu:'New' 20:06:51.245 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:06:51.245 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:51.245 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 20:06:51.245 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 20:06:51.245 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:06:51.245 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:51.245 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:06:51.245 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 20:06:51.245 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:06:51.245 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:06:51.245 DEBUG [main][MenuItemLookup] Item match:Delete Delete 20:06:51.245 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 20:06:51.245 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 20:06:51.245 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 20:06:51.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 20:06:51.839 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 20:06:51.839 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 20:06:51.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:51.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:51.841 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 20:06:51.841 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:06:51.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:51.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:51.842 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:06:51.842 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:06:51.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:51.842 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:51.842 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:51.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:51.842 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:51.842 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 20:06:51.842 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 20:06:51.842 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 20:06:51.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:51.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:51.842 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:51.842 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:51.842 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:06:51.842 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:06:51.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:51.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:51.843 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:06:51.843 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:06:51.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:51.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:51.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:51.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:51.843 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:51.843 INFO [WorkbenchTestable][AbstractButton] Click button OK 20:06:51.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:51.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:51.843 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:51.843 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:51.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 20:06:51.846 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 20:06:52.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 20:06:52.346 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 20:06:52.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:06:52.346 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 20:06:52.346 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 20:06:52.346 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:06:52.346 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 20:06:52.346 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:06:52.346 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:06:52.346 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:06:52.346 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:06:52.346 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:06:52.346 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:06:52.346 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:06:52.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:06:52.346 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest 20:06:52.346 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:06:52.346 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:06:52.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:52.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:52.347 INFO [WorkbenchTestable][RequirementsRunner] Finished test: doNotOpenPerspective no-configuration(org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest) 20:06:52.347 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:06:52.347 INFO [WorkbenchTestable][RequirementsRunner] Started test: testThrowException no-configuration(org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest) 20:06:52.347 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest 20:06:52.347 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:06:52.347 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:06:52.347 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:06:52.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:52.347 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:52.347 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 20:06:52.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:52.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:52.348 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 20:06:52.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:52.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:52.348 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - New Task - Eclipse Platform' 20:06:52.348 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:06:52.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:52.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:52.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:52.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:52.362 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:06:52.362 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:06:52.362 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:06:52.363 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:52.363 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - New Task - Eclipse Platform TooltipText=null 20:06:52.363 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:06:52.363 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:06:52.363 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 20:06:52.363 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 20:06:52.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:06:52.364 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:52.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:06:52.364 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:52.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 Dynamic Web Project"] 20:06:52.364 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:52.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:06:52.364 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:52.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:06:52.365 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:52.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:06:52.365 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:52.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 Dynamic Web Project"] 20:06:52.365 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:52.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:06:52.365 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:52.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:06:52.365 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:52.365 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 20:06:52.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:52.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:52.378 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - New Task - Eclipse Platform' 20:06:52.378 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - New Task - Eclipse Platform' 20:06:52.379 DEBUG [main][MenuItemLookup] Found menu:'File' 20:06:52.379 DEBUG [main][MenuItemLookup] Item match:File 20:06:52.380 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 20:06:52.380 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 20:06:52.381 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 20:06:52.382 DEBUG [main][MenuItemLookup] Found menu:'Project...' 20:06:52.382 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:52.382 DEBUG [main][MenuItemLookup] Found menu:'Package' 20:06:52.382 DEBUG [main][MenuItemLookup] Found menu:'Class' 20:06:52.382 DEBUG [main][MenuItemLookup] Found menu:'Interface' 20:06:52.382 DEBUG [main][MenuItemLookup] Found menu:'Enum' 20:06:52.382 DEBUG [main][MenuItemLookup] Found menu:'Record' 20:06:52.382 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 20:06:52.382 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 20:06:52.382 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 20:06:52.382 DEBUG [main][MenuItemLookup] Found menu:'Folder' 20:06:52.382 DEBUG [main][MenuItemLookup] Found menu:'File' 20:06:52.382 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 20:06:52.382 DEBUG [main][MenuItemLookup] Found menu:'Task' 20:06:52.382 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 20:06:52.382 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:52.382 DEBUG [main][MenuItemLookup] Found menu:'Example...' 20:06:52.382 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:52.382 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 20:06:52.382 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 20:06:52.382 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 20:06:52.382 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 20:06:52.384 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 20:06:52.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 'New|Select a wizard'] is available.... 20:06:52.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 'New|Select a wizard'] is available. finished successfully 20:06:52.465 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 20:06:52.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:52.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:52.466 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:06:52.466 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:52.466 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 20:06:52.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:52.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:52.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:52.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:52.466 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:52.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:06:52.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:06:52.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Web has children... 20:06:52.467 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Web 20:06:52.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:06:52.467 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Web is already expanded. No action performed 20:06:52.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:06:52.467 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Web 20:06:52.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Web has children finished successfully 20:06:52.467 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Web 20:06:52.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:06:52.468 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Web is already expanded. No action performed 20:06:52.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:06:52.468 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Web 20:06:52.468 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Dynamic Web Project 20:06:52.468 DEBUG [main][TreeItemHandler] Selecting tree item: Dynamic Web Project 20:06:52.468 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Dynamic Web Project about selection 20:06:52.468 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Dynamic Web Project 20:06:52.468 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:06:52.468 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 20:06:52.468 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) 20:06:52.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:52.468 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:52.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:52.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:52.469 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:52.469 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:06:52.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:52.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:52.469 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:52.469 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:52.539 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:06:52.539 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:52.539 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:52.539 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.... 20:06:52.540 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 20:06:52.540 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Dynamic Web Project 20:06:52.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:52.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:52.540 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 20:06:52.540 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:52.540 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:") 20:06:52.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:52.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:52.542 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:52.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:52.542 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:06:52.542 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:06:52.542 INFO [WorkbenchTestable][AbstractText] Text set to: webProject 20:06:52.549 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 20:06:52.549 INFO [WorkbenchTestable][WebProjectWizard] Finish wizard 20:06:52.561 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) 20:06:52.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:52.561 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:52.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:52.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:52.562 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:52.563 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:06:52.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:52.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:52.563 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:52.563 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:52.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:06:52.565 DEBUG [WorkbenchTestable][JobIsRunning] job 'Implicit Job' is a system job, skipped 20:06:52.565 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 20:06:52.565 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 20:06:52.565 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:06:52.565 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 20:06:52.565 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:06:52.565 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:06:52.565 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:06:52.565 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:06:52.565 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:06:52.565 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:06:52.565 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:06:52.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:06:52.565 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:06:52.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:52.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:52.566 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell New Dynamic Web Project 20:06:52.566 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Dynamic Web Project 20:06:52.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:52.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:52.566 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") 20:06:52.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:52.566 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:52.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:52.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:52.567 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:52.567 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:52.567 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:52.567 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Dynamic Web Project 20:06:52.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:52.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:52.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:06:53.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:06:53.068 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:06:53.068 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:06:53.069 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:53.069 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - New Task - Eclipse Platform TooltipText=null 20:06:53.069 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:06:53.069 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:06:53.070 INFO [WorkbenchTestable][AbstractView] Close view 'Package Explorer' 20:06:53.070 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Package Explorer 20:06:53.070 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:06:53.070 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 20:06:53.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:53.429 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:06:53.429 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 20:06:53.429 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 20:06:53.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:53.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:53.430 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - New Task - Eclipse Platform' 20:06:53.430 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - New Task - Eclipse Platform' 20:06:53.431 DEBUG [main][MenuItemLookup] Found menu:'File' 20:06:53.431 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:06:53.431 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:06:53.431 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:06:53.431 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:06:53.431 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:06:53.431 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:06:53.431 DEBUG [main][MenuItemLookup] Item match:Window 20:06:53.431 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:06:53.431 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:06:53.431 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:06:53.431 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:53.431 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:06:53.431 DEBUG [main][MenuItemLookup] Item match:Show View 20:06:53.436 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 20:06:53.436 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 20:06:53.436 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 20:06:53.436 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 20:06:53.436 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 20:06:53.436 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 20:06:53.436 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 20:06:53.436 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 20:06:53.436 DEBUG [main][MenuItemLookup] Found menu:'Progress' 20:06:53.436 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 20:06:53.436 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 20:06:53.436 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 20:06:53.436 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 20:06:53.436 DEBUG [main][MenuItemLookup] Found menu:'Templates' 20:06:53.436 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 20:06:53.436 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:53.436 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 20:06:53.436 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 20:06:53.462 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 20:06:53.462 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 20:06:53.462 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 20:06:53.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 20:06:53.550 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 20:06:53.550 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 20:06:53.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:53.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:53.551 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 20:06:53.551 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:06:53.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:53.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:53.551 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:06:53.551 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:06:53.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:53.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:53.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:53.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:53.552 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:53.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:06:53.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:06:53.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 20:06:53.553 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:06:53.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:06:53.553 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:06:53.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:06:53.553 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:06:53.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 20:06:53.553 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:06:53.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:06:53.553 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:06:53.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:06:53.553 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:06:53.553 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 20:06:53.553 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 20:06:53.553 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 20:06:53.553 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 20:06:53.553 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:06:53.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:53.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:53.553 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:06:53.553 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:06:53.553 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:53.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:53.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 "Open") 20:06:53.554 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:06:53.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:53.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:53.559 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:06:53.559 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:06:53.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:53.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:53.559 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:53.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:53.559 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:53.560 INFO [WorkbenchTestable][AbstractButton] Click button &Open 20:06:53.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:53.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:53.560 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:53.560 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:53.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:06:53.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:06:53.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 20:06:53.721 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:53.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:53.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 20:06:53.722 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:53.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:53.722 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 20:06:53.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:53.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:53.723 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - New Task - Eclipse Platform' 20:06:53.723 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:06:53.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:53.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:53.723 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:53.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:53.723 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:06:53.723 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:06:53.723 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:06:53.724 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:53.724 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - New Task - Eclipse Platform TooltipText=null 20:06:53.724 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:06:53.724 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:06:53.725 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:06:53.725 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:06:53.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:53.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:53.726 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:06:53.726 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:06:53.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:53.727 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:53.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:53.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:53.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:06:54.242 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:54.242 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:06:54.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:54.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:06:54.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:06:54.743 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:06:54.743 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:06:54.743 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:54.743 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:54.743 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:06:54.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:54.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:54.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:54.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:54.744 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:54.744 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name webProject 20:06:54.744 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:06:54.744 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:06:54.745 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:54.745 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:54.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:54.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:54.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:06:55.273 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:55.273 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:06:55.780 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:55.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:06:55.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:06:55.781 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:06:55.781 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:06:55.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:55.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:55.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 20:06:55.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:55.782 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:55.782 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:55.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:55.782 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:55.782 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name webProject 20:06:55.782 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:06:55.782 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:06:55.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:55.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:55.783 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:06:55.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:55.783 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:55.784 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:55.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:55.784 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:55.784 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 20:06:55.784 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 20:06:55.784 DEBUG [main][TreeItemHandler] Set Tree selection 20:06:55.784 DEBUG [main][TreeHandler] Notify Tree about selection event 20:06:55.785 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 20:06:55.785 DEBUG [WorkbenchTestable][TreeItemHandler] webProject 20:06:55.785 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:06:55.785 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:55.899 DEBUG [main][MenuItemLookup] Found menu:'New' 20:06:55.899 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:06:55.899 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:55.899 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 20:06:55.899 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 20:06:55.899 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:06:55.899 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:55.899 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:06:55.899 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 20:06:55.899 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:06:55.899 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:06:55.899 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:55.899 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 20:06:55.899 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 20:06:55.899 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 20:06:55.899 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 20:06:55.899 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:55.899 DEBUG [main][MenuItemLookup] Found menu:'Import...' 20:06:55.899 DEBUG [main][MenuItemLookup] Found menu:'Export...' 20:06:55.899 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:55.899 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 20:06:55.899 DEBUG [main][MenuItemLookup] Item match:Refresh F5 20:06:55.899 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 20:06:55.899 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 20:06:55.899 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 20:06:55.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:06:55.900 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 20:06:56.400 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 20:06:56.400 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 20:06:56.400 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:06:56.400 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 20:06:56.400 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:06:56.400 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:06:56.400 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:06:56.400 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:06:56.400 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:06:56.400 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:06:56.400 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:06:56.400 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:06:56.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:06:56.400 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:06:56.400 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:56.429 DEBUG [main][MenuItemLookup] Found menu:'New' 20:06:56.429 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:06:56.429 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:56.429 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 20:06:56.429 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 20:06:56.429 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:06:56.429 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:56.429 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:06:56.429 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 20:06:56.429 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:06:56.429 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:06:56.429 DEBUG [main][MenuItemLookup] Item match:Delete Delete 20:06:56.429 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 20:06:56.429 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 20:06:56.429 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 20:06:56.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 20:06:57.029 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 20:06:57.030 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 20:06:57.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:57.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:57.032 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 20:06:57.032 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:06:57.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:57.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:57.032 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:06:57.032 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:06:57.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:57.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:57.033 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:57.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:57.033 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:57.033 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 20:06:57.033 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 20:06:57.033 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 20:06:57.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:57.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:57.033 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:57.033 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:57.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") 20:06:57.033 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:06:57.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:57.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:57.033 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:06:57.033 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:06:57.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:57.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:57.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:57.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:57.034 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:57.034 INFO [WorkbenchTestable][AbstractButton] Click button OK 20:06:57.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:57.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:57.034 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:57.034 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:57.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 20:06:57.036 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 20:06:57.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 20:06:57.537 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 20:06:57.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:06:57.537 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 20:06:57.537 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 20:06:57.537 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:06:57.537 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 20:06:57.537 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:06:57.537 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:06:57.537 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:06:57.537 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:06:57.537 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:06:57.537 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:06:57.537 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:06:57.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:06:57.537 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest 20:06:57.537 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:06:57.537 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:06:57.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:57.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:57.537 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testThrowException no-configuration(org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest) 20:06:57.537 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest 20:06:57.537 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:06:57.537 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:06:57.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:57.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.531 s - in org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest openPerspective no-configuration(org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest) Time elapsed: 5.274 s doNotOpenPerspective no-configuration(org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest) Time elapsed: 5.064 s testThrowException no-configuration(org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest) Time elapsed: 5.19 s Running org.eclipse.reddeer.eclipse.test.core.resources.MavenProjectTest 20:06:57.542 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.core.resources.MavenProjectTest 20:06:57.543 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:06:57.543 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:06:57.543 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.core.resources.MavenProjectTest 20:06:57.543 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:06:57.543 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 20:06:57.544 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:06:57.544 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 20:06:57.544 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:06:57.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:57.553 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:06:57.553 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 20:06:57.553 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 20:06:57.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:57.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:57.553 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - New Task - Eclipse Platform' 20:06:57.575 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - New Task - Eclipse Platform' 20:06:57.575 DEBUG [main][MenuItemLookup] Found menu:'File' 20:06:57.576 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:06:57.576 DEBUG [main][MenuItemLookup] Found menu:'Source' 20:06:57.576 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 20:06:57.576 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:06:57.576 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:06:57.576 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:06:57.576 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:06:57.576 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:06:57.576 DEBUG [main][MenuItemLookup] Item match:Window 20:06:57.576 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:06:57.576 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:06:57.576 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:06:57.576 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:57.576 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:06:57.576 DEBUG [main][MenuItemLookup] Item match:Show View 20:06:57.579 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 20:06:57.579 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 20:06:57.579 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 20:06:57.579 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 20:06:57.579 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 20:06:57.579 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 20:06:57.579 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 20:06:57.579 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 20:06:57.579 DEBUG [main][MenuItemLookup] Found menu:'Progress' 20:06:57.579 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 20:06:57.579 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 20:06:57.579 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 20:06:57.579 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 20:06:57.579 DEBUG [main][MenuItemLookup] Found menu:'Templates' 20:06:57.579 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 20:06:57.579 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:57.579 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 20:06:57.579 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 20:06:57.580 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 20:06:57.580 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 20:06:57.580 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 20:06:57.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 20:06:57.651 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 20:06:57.651 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 20:06:57.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:57.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:57.652 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 20:06:57.652 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:06:57.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:57.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:57.652 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:06:57.652 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:06:57.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:57.652 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:57.653 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:57.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:57.653 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:57.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:06:57.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:06:57.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 20:06:57.653 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:06:57.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:06:57.653 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:06:57.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:06:57.653 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:06:57.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 20:06:57.654 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:06:57.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:06:57.654 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:06:57.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:06:57.654 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:06:57.654 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 20:06:57.654 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 20:06:57.654 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 20:06:57.654 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 20:06:57.654 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:06:57.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:57.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:57.654 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:06:57.654 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:06:57.655 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:57.655 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:57.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 "Open") 20:06:57.655 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:06:57.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:06:57.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:06:57.655 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:06:57.655 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:06:57.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:57.655 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:57.655 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:57.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:57.655 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:57.656 INFO [WorkbenchTestable][AbstractButton] Click button &Open 20:06:57.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:57.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:57.656 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:57.656 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:57.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:06:57.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:06:57.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 20:06:57.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:57.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:57.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 20:06:57.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:57.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:57.693 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 20:06:57.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:57.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:57.694 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - New Task - Eclipse Platform' 20:06:57.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') 20:06:57.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:57.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:57.694 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:57.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:57.694 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:06:57.694 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:06:57.694 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:06:57.695 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:57.695 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - New Task - Eclipse Platform TooltipText=null 20:06:57.695 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:06:57.695 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:06:57.696 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:06:57.696 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:06:57.696 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:57.696 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:57.696 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:06:57.696 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:06:57.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:57.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:57.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:57.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:57.697 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:06:58.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:58.197 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:06:58.698 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:58.698 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:06:58.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:06:58.698 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:06:58.698 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:06:58.699 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:58.699 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:58.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 20:06:58.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:58.699 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:58.700 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:58.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:58.700 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:58.700 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:06:58.700 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:58.700 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:06:58.700 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:58.700 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 20:06:58.700 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:58.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:06:58.701 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:58.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:06:58.701 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:58.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:06:58.701 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:58.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 Maven Project"] 20:06:58.701 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:58.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:06:58.701 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:58.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:06:58.701 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:58.701 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 20:06:58.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:58.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:58.702 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - New Task - Eclipse Platform' 20:06:58.702 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - New Task - Eclipse Platform' 20:06:58.702 DEBUG [main][MenuItemLookup] Found menu:'File' 20:06:58.702 DEBUG [main][MenuItemLookup] Item match:File 20:06:58.703 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 20:06:58.703 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 20:06:58.704 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 20:06:58.704 DEBUG [main][MenuItemLookup] Found menu:'Project...' 20:06:58.704 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:58.704 DEBUG [main][MenuItemLookup] Found menu:'Package' 20:06:58.704 DEBUG [main][MenuItemLookup] Found menu:'Class' 20:06:58.704 DEBUG [main][MenuItemLookup] Found menu:'Interface' 20:06:58.704 DEBUG [main][MenuItemLookup] Found menu:'Enum' 20:06:58.704 DEBUG [main][MenuItemLookup] Found menu:'Record' 20:06:58.704 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 20:06:58.705 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 20:06:58.705 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 20:06:58.705 DEBUG [main][MenuItemLookup] Found menu:'Folder' 20:06:58.705 DEBUG [main][MenuItemLookup] Found menu:'File' 20:06:58.705 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 20:06:58.705 DEBUG [main][MenuItemLookup] Found menu:'Task' 20:06:58.705 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 20:06:58.705 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:58.705 DEBUG [main][MenuItemLookup] Found menu:'Example...' 20:06:58.705 DEBUG [main][MenuItemLookup] Found menu:'' 20:06:58.705 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 20:06:58.705 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 20:06:58.705 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 20:06:58.705 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 20:06:58.705 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 20:06:58.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 20:06:58.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 20:06:58.784 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 20:06:58.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:58.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:58.785 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:06:58.785 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:58.785 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 20:06:58.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:58.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:58.785 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:58.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:58.785 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:06:58.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:06:58.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:06:58.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 20:06:58.786 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 20:06:58.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:06:58.786 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 20:06:58.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:06:58.786 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 20:06:58.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 20:06:58.787 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 20:06:58.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:06:58.792 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 20:06:58.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:06:58.792 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 20:06:58.792 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Maven Project 20:06:58.792 DEBUG [main][TreeItemHandler] Selecting tree item: Maven Project 20:06:58.792 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Maven Project about selection 20:06:58.794 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Maven Project 20:06:58.794 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:06:58.794 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 20:06:58.794 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) 20:06:58.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:58.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:58.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:58.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:58.795 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:58.795 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:06:58.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:58.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:58.795 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:58.795 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:58.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:06:58.943 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:58.943 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:58.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Maven Project"] is available.... 20:06:58.943 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 20:06:58.944 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Maven Project 20:06:58.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:58.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:58.944 TRACE [WorkbenchTestable][MavenProjectWizard] Shell New Maven Project is not null and is not disposed 20:06:58.944 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:06:58.945 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)") 20:06:58.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:58.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:58.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:58.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:58.945 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:58.945 INFO [WorkbenchTestable][CheckBox] Select checkbox Create a &simple project (skip archetype selection) 20:06:58.945 INFO [WorkbenchTestable][CheckBox] Check checkbox Create a &simple project (skip archetype selection) 20:06:58.945 INFO [WorkbenchTestable][AbstractButton] Click button Create a &simple project (skip archetype selection) 20:06:58.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:58.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:58.946 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:58.946 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:58.946 TRACE [WorkbenchTestable][MavenProjectWizard] Shell New Maven Project is not null and is not disposed 20:06:58.946 INFO [WorkbenchTestable][MavenProjectWizard] Go to next wizard page 20:06:58.946 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) 20:06:58.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:58.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:58.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:58.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:58.947 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:58.947 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:06:58.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:58.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:58.947 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:58.947 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:58.968 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:") 20:06:58.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:58.968 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:58.989 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:58.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:58.989 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 20:06:58.990 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:mavenProjectTest 20:06:58.996 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:") 20:06:58.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:58.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:58.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:58.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:58.998 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 20:06:58.999 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:mavenProjectTest 20:06:59.003 TRACE [WorkbenchTestable][MavenProjectWizard] Shell New Maven Project is not null and is not disposed 20:06:59.003 INFO [WorkbenchTestable][MavenProjectWizard] Finish wizard 20:06:59.005 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) 20:06:59.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:59.005 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:59.006 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:59.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:59.006 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:06:59.006 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:06:59.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:06:59.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:06:59.006 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:06:59.006 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:06:59.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:06:59.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:06:59.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:06:59.119 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating project "mavenProjectTest"' has no excuses, wait for it 20:06:59.619 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 20:06:59.619 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:06:59.619 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 20:06:59.619 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 20:06:59.619 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 20:06:59.619 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 20:06:59.619 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 20:06:59.619 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:06:59.619 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 20:06:59.619 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:06:59.619 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:06:59.619 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:06:59.619 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:06:59.619 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:06:59.619 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:06:59.619 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:06:59.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:06:59.619 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:06:59.619 INFO [WorkbenchTestable][RequirementsRunner] Started test: updateMavenProject no-configuration(org.eclipse.reddeer.eclipse.test.core.resources.MavenProjectTest) 20:06:59.619 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.core.resources.MavenProjectTest 20:06:59.619 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:06:59.619 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:06:59.619 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:06:59.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:59.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:59.620 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 20:06:59.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:06:59.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:06:59.620 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - New Task - Eclipse Platform' 20:06:59.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 20:06:59.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:59.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:59.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:06:59.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:06:59.621 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:06:59.621 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:06:59.621 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:06:59.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:59.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - New Task - Eclipse Platform TooltipText=null 20:06:59.622 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:06:59.622 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:06:59.623 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:06:59.623 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:06:59.623 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:06:59.623 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:06:59.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:06:59.623 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:06:59.623 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:07:00.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:07:00.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:07:00.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:07:00.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:07:00.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:07:00.648 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:07:00.648 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:07:00.648 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:07:00.649 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:07:00.649 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:07:00.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:07:00.649 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:07:00.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:07:00.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:07:00.649 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:07:00.649 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name mavenProjectTest 20:07:00.650 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item mavenProjectTest 20:07:00.650 DEBUG [main][TreeItemHandler] Selecting tree item: mavenProjectTest 20:07:00.651 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item mavenProjectTest about selection 20:07:00.660 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: mavenProjectTest 20:07:00.752 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:07:00.752 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:07:00.805 DEBUG [main][MenuItemLookup] Found menu:'New' 20:07:00.805 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:07:00.805 DEBUG [main][MenuItemLookup] Found menu:'' 20:07:00.805 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:07:00.805 DEBUG [main][MenuItemLookup] Found menu:'' 20:07:00.805 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:07:00.805 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 20:07:00.805 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:07:00.805 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:07:00.805 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 20:07:00.805 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 20:07:00.805 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 20:07:00.805 DEBUG [main][MenuItemLookup] Found menu:'' 20:07:00.805 DEBUG [main][MenuItemLookup] Found menu:'Import...' 20:07:00.805 DEBUG [main][MenuItemLookup] Found menu:'Export...' 20:07:00.805 DEBUG [main][MenuItemLookup] Found menu:'' 20:07:00.805 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 20:07:00.805 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 20:07:00.805 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 20:07:00.805 DEBUG [main][MenuItemLookup] Found menu:'' 20:07:00.805 DEBUG [main][MenuItemLookup] Found menu:'Show in Remote Systems view' 20:07:00.805 DEBUG [main][MenuItemLookup] Found menu:'Run As' 20:07:00.805 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 20:07:00.805 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 20:07:00.805 DEBUG [main][MenuItemLookup] Found menu:'Team' 20:07:00.805 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 20:07:00.805 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 20:07:00.805 DEBUG [main][MenuItemLookup] Found menu:'Maven' 20:07:00.805 DEBUG [main][MenuItemLookup] Item match:Maven 20:07:00.807 DEBUG [main][MenuItemLookup] Found menu:'Add Dependency' 20:07:00.807 DEBUG [main][MenuItemLookup] Found menu:'Add Plugin' 20:07:00.807 DEBUG [main][MenuItemLookup] Found menu:'New Maven Module Project' 20:07:00.807 DEBUG [main][MenuItemLookup] Found menu:'' 20:07:00.807 DEBUG [main][MenuItemLookup] Found menu:'Download Javadoc' 20:07:00.807 DEBUG [main][MenuItemLookup] Found menu:'Download Sources' 20:07:00.807 DEBUG [main][MenuItemLookup] Found menu:'Update Project... Alt+F5' 20:07:00.807 DEBUG [main][MenuItemLookup] Item match:Update Project... Alt+F5 20:07:00.808 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Update Project... Alt+F5" 20:07:00.808 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Update Project... Alt+F5 20:07:00.808 INFO [main][MenuItemHandler] Select menu item: &Update Project... Alt+F5 20:07:00.926 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.... 20:07:00.927 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:07:00.927 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:07:00.927 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 20:07:00.927 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Update Maven Project 20:07:00.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:07:00.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:07:00.928 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") 20:07:00.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:07:00.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:07:00.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:07:00.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:07:00.929 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:07:00.929 INFO [WorkbenchTestable][CheckBox] Select checkbox Clean projects 20:07:00.929 DEBUG [WorkbenchTestable][CheckBox] Checkbox Clean projects already selected, no action performed 20:07:00.929 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) 20:07:00.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:07:00.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:07:00.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:07:00.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:07:00.930 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:07:00.930 INFO [WorkbenchTestable][AbstractButton] Click button OK 20:07:00.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:07:00.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:07:00.930 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:07:00.930 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:07:00.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Update Maven Project"] is available.... 20:07:00.995 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 20:07:00.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:07:00.995 DEBUG [WorkbenchTestable][JobIsRunning] job 'Updating Maven Project' has no excuses, wait for it 20:07:01.495 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 20:07:01.495 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:07:01.495 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 20:07:01.495 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 20:07:01.495 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 20:07:01.495 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 20:07:01.495 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 20:07:01.495 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 20:07:01.495 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:07:01.495 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 20:07:01.495 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:07:01.495 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:07:01.495 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:07:01.495 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:07:01.495 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:07:01.495 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:07:01.495 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:07:01.495 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:07:01.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:07:01.495 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.core.resources.MavenProjectTest 20:07:01.495 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:07:01.495 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:07:01.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:07:01.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:07:01.496 INFO [WorkbenchTestable][RequirementsRunner] Finished test: updateMavenProject no-configuration(org.eclipse.reddeer.eclipse.test.core.resources.MavenProjectTest) 20:07:01.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:07:01.496 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:07:01.496 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 20:07:01.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:07:01.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:07:01.497 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 20:07:01.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:07:01.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:07:01.498 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - New Task - Eclipse Platform' 20:07:01.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') 20:07:01.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:07:01.513 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:07:01.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:07:01.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:07:01.514 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:07:01.514 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:07:01.514 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:07:01.515 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:07:01.517 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - New Task - Eclipse Platform TooltipText=null 20:07:01.517 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:07:01.517 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:07:01.518 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:07:01.518 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:07:01.518 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:07:01.519 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:07:01.519 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:07:01.519 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:07:01.519 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:07:01.519 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:07:01.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:07:01.520 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:07:01.520 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:07:02.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:07:02.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:07:02.520 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:07:02.521 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:07:02.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:07:02.521 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:07:02.521 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:07:02.522 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:07:02.522 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:07:02.522 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:07:02.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:07:02.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:07:02.522 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:07:02.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:07:02.522 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:07:02.522 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name mavenProjectTest 20:07:02.522 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:07:02.522 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:07:02.523 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:07:02.523 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:07:02.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:07:02.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:07:02.523 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:07:03.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:07:03.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:07:03.524 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:07:03.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:07:03.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:07:03.524 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:07:03.524 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:07:03.525 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:07:03.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:07:03.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 20:07:03.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:07:03.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:07:03.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:07:03.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:07:03.554 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:07:03.555 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name mavenProjectTest 20:07:03.555 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:07:03.555 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:07:03.556 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:07:03.556 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:07:03.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 20:07:03.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:07:03.556 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:07:03.556 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:07:03.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:07:03.556 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:07:03.556 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 20:07:03.556 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 20:07:03.556 DEBUG [main][TreeItemHandler] Set Tree selection 20:07:03.556 DEBUG [main][TreeHandler] Notify Tree about selection event 20:07:03.561 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 20:07:03.562 DEBUG [WorkbenchTestable][TreeItemHandler] mavenProjectTest 20:07:03.562 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:07:03.562 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:07:03.585 DEBUG [main][MenuItemLookup] Found menu:'New' 20:07:03.586 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:07:03.586 DEBUG [main][MenuItemLookup] Found menu:'' 20:07:03.586 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:07:03.586 DEBUG [main][MenuItemLookup] Found menu:'' 20:07:03.586 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:07:03.586 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 20:07:03.586 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:07:03.586 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:07:03.586 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 20:07:03.586 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 20:07:03.586 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 20:07:03.586 DEBUG [main][MenuItemLookup] Found menu:'' 20:07:03.586 DEBUG [main][MenuItemLookup] Found menu:'Import...' 20:07:03.586 DEBUG [main][MenuItemLookup] Found menu:'Export...' 20:07:03.586 DEBUG [main][MenuItemLookup] Found menu:'' 20:07:03.586 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 20:07:03.586 DEBUG [main][MenuItemLookup] Item match:Refresh F5 20:07:03.586 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 20:07:03.586 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 20:07:03.586 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 20:07:03.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:07:03.586 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 20:07:04.086 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:07:04.086 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 20:07:04.086 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:07:04.086 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:07:04.086 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:07:04.086 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:07:04.086 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:07:04.086 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:07:04.086 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:07:04.086 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:07:04.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:07:04.086 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:07:04.087 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:07:04.105 DEBUG [main][MenuItemLookup] Found menu:'New' 20:07:04.105 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:07:04.106 DEBUG [main][MenuItemLookup] Found menu:'' 20:07:04.106 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:07:04.106 DEBUG [main][MenuItemLookup] Found menu:'' 20:07:04.106 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:07:04.106 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 20:07:04.106 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:07:04.106 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:07:04.106 DEBUG [main][MenuItemLookup] Item match:Delete Delete 20:07:04.106 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 20:07:04.106 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 20:07:04.106 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 20:07:04.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 20:07:04.676 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 20:07:04.676 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 20:07:04.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:07:04.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:07:04.679 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 20:07:04.679 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:07:04.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:07:04.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:07:04.679 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:07:04.679 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:07:04.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:07:04.679 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:07:04.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:07:04.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:07:04.679 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:07:04.679 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 20:07:04.680 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 20:07:04.680 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 20:07:04.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:07:04.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:07:04.680 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:07:04.680 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:07:04.680 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:07:04.680 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:07:04.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:07:04.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:07:04.680 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:07:04.680 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:07:04.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:07:04.680 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:07:04.680 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:07:04.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:07:04.681 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:07:04.681 INFO [WorkbenchTestable][AbstractButton] Click button OK 20:07:04.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:07:04.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:07:04.681 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:07:04.681 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:07:04.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 20:07:04.683 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 20:07:05.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 20:07:05.184 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 20:07:05.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:07:05.184 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 20:07:05.184 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 20:07:05.184 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 20:07:05.184 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 20:07:05.184 DEBUG [WorkbenchTestable][JobIsRunning] job 'Updating Maven Dependencies' is not running, skipped 20:07:05.184 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 20:07:05.184 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 20:07:05.184 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 20:07:05.184 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 20:07:05.184 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 20:07:05.184 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:07:05.184 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 20:07:05.184 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:07:05.184 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 20:07:05.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:07:05.184 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.core.resources.MavenProjectTest 20:07:05.184 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:07:05.184 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:07:05.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:07:05.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.643 s - in org.eclipse.reddeer.eclipse.test.core.resources.MavenProjectTest updateMavenProject no-configuration(org.eclipse.reddeer.eclipse.test.core.resources.MavenProjectTest) Time elapsed: 1.877 s Running org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest 20:07:05.199 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest 20:07:05.199 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:07:05.200 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:07:05.200 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest 20:07:05.200 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:07:05.200 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 20:07:05.200 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:07:05.200 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 20:07:05.200 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:07:05.200 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:07:05.200 INFO [WorkbenchTestable][RequirementsRunner] Started test: testBrowserEditor no-configuration(org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest) 20:07:05.200 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest 20:07:05.200 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:07:05.200 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:07:05.200 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:07:05.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1da1ab5f is found... 20:07:05.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1da1ab5f is found finished successfully 20:07:05.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qbrowser\E') 20:07:05.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:07:05.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:07:05.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:07:05.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:07:05.282 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:07:05.283 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:07:05.283 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text= TooltipText=null 20:07:05.283 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.browser.Browser with no referenced composite specified, index 0 and no matchers specified 20:07:05.283 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:07:05.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:07:05.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:07:05.283 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "browser"as the parent 20:07:05.283 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:07:05.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:07:05.283 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:07:05.283 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:07:05.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:07:05.284 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 20:07:05.284 INFO [WorkbenchTestable][AbstractBrowser] Set browser URL to 'http://www.w3.org/' 20:07:05.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 20:07:05.284 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 20:07:05.594 DEBUG [main][BrowserProgressListener] Calling chanded() 20:07:05.784 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 20:07:05.809 DEBUG [main][BrowserProgressListener] Calling chanded() 20:07:06.015 DEBUG [main][BrowserProgressListener] Calling chanded() 20:07:06.284 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 20:07:06.706 DEBUG [main][BrowserProgressListener] Calling chanded() 20:07:06.708 DEBUG [main][BrowserProgressListener] Calling chanded() 20:07:06.784 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 20:07:06.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 20:07:06.785 DEBUG [WorkbenchTestable][AbstractWait] Wait for 10 seconds 20:07:16.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 20:07:16.785 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 20:07:16.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 20:07:16.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 20:07:16.785 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 20:07:16.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 20:07:16.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 20:07:16.785 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 20:07:16.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 20:07:16.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 20:07:16.785 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 20:07:16.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 20:07:16.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 20:07:16.785 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 20:07:16.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 20:07:16.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 20:07:16.786 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 20:07:16.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 20:07:16.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 20:07:16.786 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 20:07:16.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 20:07:16.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 20:07:16.786 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 20:07:16.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 20:07:16.787 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:07:16.788 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text= World Wide Web Consortium (W3C)

News

W3C accepting proposals for Professional Employer Organization (PEO) Services

4 March 2021 | Archive

W3C

Since its founding in 1994 by Web Inventor Tim Berners-Lee, the World Wide Web Consortium has developed the foundational technical standards upon which the Web has flourished. The Web and its place in society have changed dramatically, and the Web Consortium has been at the core of its technical interoperability. Today we need a more dramatic transformation to address the opportunities and threats the Web now faces and to continue to shape its future constructively.

W3C is currently headquartered in Massachusetts, with staff members distributed around the world. Four institutions partner to “host” W3C: MIT (USA), ERCIM (France), Keio University (Japan), and Beihang University (China). We are planning the transition to a USA-based incorporated legal entity, a 501(c)(3) non-profit, as of January 1, 2022, which will continue to work with the distributed staff while consolidating financial and administrative functions. The Web Consortium is accepting proposals for Professional Employer Organization (PEO) Services; please consult our RFP.

If your organization provides these services please submit a proposal by email to W3CLEadmin@w3.org. If you have any questions, you can send them to that same address.

Interested parties must respond by Friday, March 26, 2021, and we expect to make a selection by Friday, April 9, 2021. We look forward to getting some robust responses!

WebRTC 1.0 is a W3C Recommendation

26 January 2021 | Archive

WebRTC already serves as a cornerstone of online communication and collaboration services. The WebRTC framework provides the building blocks from which web and app developers can seamlessly add video chat and peer-to-peer data exchange to a range of applications. Billions of users can interact now that WebRTC makes live video chat easier than ever on the Web. To learn more about this timely achievement and what the future holds for WebRTC, please, read our press release.

Updated Candidate Recommendation: Timed Text Markup Language 2 (TTML2) (2nd Edition)

9 March 2021 | Archive

The Timed Text (TT) Working Group invites implementation of its updated Candidate Recommendation of Timed Text Markup Language 2 (TTML2) (2nd Edition). This document specifies the Second Edition of the Timed Text Markup Language (TTML), Version 2, also known as TTML2 (2e), in terms of a vocabulary and semantics thereof. The Timed Text Markup Language is a content type that represents timed text media for the purpose of interchange among authoring systems. Timed text is textual information that is intrinsically or extrinsically associated with timing information. It is intended to be used for the purpose of transcoding or exchanging timed text information among legacy distribution content formats presently in use for subtitling and captioning functions.

Comments are welcome by 6 April 2021.

W3C Invites Implementations of WAI-ARIA 1.2

2 March 2021 | Archive

The Accessible Rich Internet Applications Working Group invites implementations of a Candidate Recommendation of Accessible Rich Internet Applications (WAI-ARIA) 1.2. This specification provides an ontology of roles, states, and properties that define accessible user interface elements and can be used to improve the accessibility and interoperability of web content and applications. These semantics are designed to allow an author to properly convey user interface behaviors and structural information to assistive technologies in document-level markup. This version adds features new since WAI-ARIA 1.1 to improve interoperability with assistive technologies to form a more consistent accessibility model for [HTML] and [SVG2]. This specification complements both [HTML] and [SVG2].

Please share any implementations or comments by 5 April 2021.

Call for Review: Web Authentication: An API for accessing Public Key Credentials Level 2 is a W3C Proposed Recommendation

25 February 2021 | Archive

The Web Authentication Working Group has published a Proposed Recommendation of Web Authentication: An API for accessing Public Key Credentials Level 2. This specification defines an API enabling the creation and use of strong, attested, scoped, public key-based credentials by web applications, for the purpose of strongly authenticating users. This is Web Authentication Level 2. Substantive changes since Level 1 are:

  • Added new method to allow Discoverable/Resident Credentials Preferred
  • New methods added for Attestation Objects
  • Added Attestation types (Enterprise, Apple)
  • Added Large Blob storage and credential properties

Explanatory materials and implementation considerations have been updated as well.

Comments are welcome through 26 March 2021.

First Public Working Draft: EPUB Accessibility 1.1

23 February 2021 | Archive

The EPUB 3 Working Group has published a First Public Working Draft of EPUB Accessibility 1.1. This document specifies content conformance requirements for verifying the accessibility of EPUB Publications. It also specifies accessibility metadata requirements for the discoverability of EPUB Publications. The document takes an abstract approach to the accessibility requirements for EPUB Publications, similar to how WCAG 2 separates its accessibility guidelines from the techniques to achieve them. This approach allows the guidelines to remain stable even as the format evolves.

To facilitate this approach, a companion EPUB Accessibility Techniques 1.1 has also been published today as a W3C Working Group Note, which outlines conformance techniques. These techniques explain how to meet the requirements of this document for different versions of EPUB.

The Working Group welcomes comments via the GitHub repository issues.

W3C Workshop Report: Maps for the Web

8 February 2021 | Archive

Maps of Montreal, past, present, and future. W3C is pleased to announce a report from the W3C/OGC Joint Workshop Series on Maps for the Web, held in September & October, 2020.

Through live presentations, panel discussions, and pre-recorded videos, workshop participants discussed requirements and proposals for Web platform maps.

As an outcome of the workshop, participants seek to initiate a cross-community (W3C, OGC among others) working group that will define a roadmap to specify and implement native Web maps. The ongoing work was initiated and has been incubated in the ​W3C Maps for HTML Community Group​ since late 2014. Anyone interested in participating in the Maps for the Web discussions should join the free W3C Community Group.

W3C thanks our sponsor, Natural Resources Canada, the ​Program Committee​, our co-host, the Open Geospatial Consortium, and all the participants for making this event a success. Please read more in the W3C Blog post.

Upcoming: W3C Workshop on Wide Color Gamut and High Dynamic Range for the Web

23 December 2020 | Archive

chromaticity diagram of wide color gamut W3C announced today the W3C Workshop on Wide Color Gamut (WCG) and High Dynamic Range (HDR) for the Web, which is being organized as a virtual event in April-May 2021.

The primary goal of the workshop is to bring together browser vendors, content creators, color scientists, and experts in other relevant areas (e.g. accessibility, scripting, security, web) to converge on technologies for enabling WCG and HDR on the Open Web Platform.

The event will be organized as a combination of pre-recorded talks (expressions of interest are due 30 January, with recorded talks to be submitted by 15 March 2021) followed by online issue raising on GitHub, and culminating in a series of live sessions in April and May, organized around three main themes:

  • Wide Color Gamut on the Web
  • High Dynamic Range on the Web
  • WCG and HDR Standardization Landscape

The event is free and open to anyone with relevant perspectives on the topic to register for the event. For more information on the workshop, please see the workshop details and submission instructions.

Deadline to submit a proposal for a talk is 30 January 2021, and registration will be open from mid January until April.

More news… RSS Atom

Events Header link

About W3C Header link

The World Wide Web Consortium (W3C) is an international community that develops open standards to ensure the long-term growth of the Web.

Donations Header link

Become a Friend of W3C: support the W3C mission and free developer tools.

W3C Member Testimonial Header link

Accessibility Foundation logo

Accessibility Foundation

The Accessibility Foundation is an expertise center providing information, research, Web evaluation and training in the field of accessibility of Web sites and Web applications to companies and governments. We are committed to the development of Web accessibility standards at W3C.

Web Accessibility and W3C standards (Video) Header link

Thumbnail of Web Accessibility and W3C Standards Video

Watch our video on Web Accessibility and W3C standards!

TooltipText=null 20:07:16.788 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 20:07:16.788 DEBUG [WorkbenchTestable][EditorHandler] Closing editor browser 20:07:16.858 DEBUG [WorkbenchTestable][EditorHandler] Editor browser is closed 20:07:16.858 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest 20:07:16.858 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:07:16.858 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:07:16.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:07:16.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:07:16.858 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testBrowserEditor no-configuration(org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest) 20:07:16.858 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:07:16.859 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWebBrowserView no-configuration(org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest) 20:07:16.859 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest 20:07:16.859 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:07:16.859 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:07:16.859 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:07:16.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:07:16.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:07:16.867 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QInternal Web Browser\E'' view via menu. 20:07:16.867 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 20:07:16.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:07:16.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:07:16.867 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - New Task - Eclipse Platform' 20:07:16.867 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - New Task - Eclipse Platform' 20:07:16.867 DEBUG [main][MenuItemLookup] Found menu:'File' 20:07:16.868 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:07:16.868 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:07:16.868 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:07:16.868 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:07:16.868 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:07:16.868 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:07:16.868 DEBUG [main][MenuItemLookup] Item match:Window 20:07:16.868 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:07:16.868 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:07:16.868 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:07:16.868 DEBUG [main][MenuItemLookup] Found menu:'' 20:07:16.868 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:07:16.868 DEBUG [main][MenuItemLookup] Item match:Show View 20:07:16.872 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 20:07:16.872 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 20:07:16.872 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 20:07:16.872 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 20:07:16.872 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 20:07:16.872 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 20:07:16.872 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 20:07:16.872 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 20:07:16.872 DEBUG [main][MenuItemLookup] Found menu:'Progress' 20:07:16.872 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 20:07:16.872 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 20:07:16.872 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 20:07:16.872 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 20:07:16.872 DEBUG [main][MenuItemLookup] Found menu:'Templates' 20:07:16.872 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 20:07:16.872 DEBUG [main][MenuItemLookup] Found menu:'' 20:07:16.872 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 20:07:16.872 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 20:07:16.872 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 20:07:16.872 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 20:07:16.873 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 20:07:16.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 20:07:16.952 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 20:07:16.952 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 20:07:16.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:07:16.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:07:16.953 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 20:07:16.953 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:07:16.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:07:16.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:07:16.953 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:07:16.953 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:07:16.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:07:16.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:07:16.953 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:07:16.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:07:16.954 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:07:16.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:07:16.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:07:16.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 20:07:16.954 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:07:16.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:07:16.955 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:07:16.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:07:16.955 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:07:16.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 20:07:16.955 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:07:16.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:07:16.955 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:07:16.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:07:16.955 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:07:16.955 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Internal Web Browser 20:07:16.955 DEBUG [main][TreeItemHandler] Selecting tree item: Internal Web Browser 20:07:16.956 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Internal Web Browser about selection 20:07:16.956 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Internal Web Browser 20:07:16.956 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:07:16.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:07:16.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:07:16.956 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:07:16.956 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:07:16.956 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:07:16.956 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:07:16.956 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:07:16.956 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:07:16.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:07:16.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:07:16.956 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:07:16.956 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:07:16.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:07:16.956 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:07:16.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:07:16.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:07:16.962 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:07:16.962 INFO [WorkbenchTestable][AbstractButton] Click button &Open 20:07:16.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:07:16.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:07:16.962 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:07:16.962 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:07:17.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:07:17.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:07:17.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.browser.WebBrowserView' view is open... 20:07:17.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:07:17.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:07:17.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.browser.WebBrowserView' view is open finished successfully 20:07:17.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:07:17.031 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:07:17.031 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 20:07:17.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:07:17.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:07:17.031 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - New Task - Eclipse Platform' 20:07:17.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 '\*?\QInternal Web Browser\E') 20:07:17.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:07:17.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:07:17.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:07:17.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:07:17.037 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:07:17.037 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 20:07:17.037 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 20:07:17.037 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:07:17.037 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - New Task - Eclipse Platform TooltipText=null 20:07:17.037 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:07:17.037 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:07:17.039 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 20:07:17.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:07:17.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:07:17.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:07:17.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:07:17.039 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 20:07:17.040 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 20:07:17.040 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 20:07:17.040 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:07:17.040 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text= TooltipText=null 20:07:17.040 INFO [WorkbenchTestable][AbstractBrowser] Set browser URL to 'http://www.w3.org/' 20:07:17.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 20:07:17.076 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 20:07:17.100 DEBUG [main][BrowserProgressListener] Calling chanded() 20:07:17.392 DEBUG [main][BrowserProgressListener] Calling chanded() 20:07:17.576 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 20:07:17.634 DEBUG [main][BrowserProgressListener] Calling chanded() 20:07:18.077 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 20:07:18.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 20:07:18.077 DEBUG [WorkbenchTestable][AbstractWait] Wait for 10 seconds 20:07:28.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 20:07:28.077 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 20:07:28.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 20:07:28.077 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 20:07:28.077 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 20:07:28.078 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:07:28.079 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text= World Wide Web Consortium (W3C)

News

W3C accepting proposals for Professional Employer Organization (PEO) Services

4 March 2021 | Archive

W3C

Since its founding in 1994 by Web Inventor Tim Berners-Lee, the World Wide Web Consortium has developed the foundational technical standards upon which the Web has flourished. The Web and its place in society have changed dramatically, and the Web Consortium has been at the core of its technical interoperability. Today we need a more dramatic transformation to address the opportunities and threats the Web now faces and to continue to shape its future constructively.

W3C is currently headquartered in Massachusetts, with staff members distributed around the world. Four institutions partner to “host” W3C: MIT (USA), ERCIM (France), Keio University (Japan), and Beihang University (China). We are planning the transition to a USA-based incorporated legal entity, a 501(c)(3) non-profit, as of January 1, 2022, which will continue to work with the distributed staff while consolidating financial and administrative functions. The Web Consortium is accepting proposals for Professional Employer Organization (PEO) Services; please consult our RFP.

If your organization provides these services please submit a proposal by email to W3CLEadmin@w3.org. If you have any questions, you can send them to that same address.

Interested parties must respond by Friday, March 26, 2021, and we expect to make a selection by Friday, April 9, 2021. We look forward to getting some robust responses!

WebRTC 1.0 is a W3C Recommendation

26 January 2021 | Archive

WebRTC already serves as a cornerstone of online communication and collaboration services. The WebRTC framework provides the building blocks from which web and app developers can seamlessly add video chat and peer-to-peer data exchange to a range of applications. Billions of users can interact now that WebRTC makes live video chat easier than ever on the Web. To learn more about this timely achievement and what the future holds for WebRTC, please, read our press release.

Updated Candidate Recommendation: Timed Text Markup Language 2 (TTML2) (2nd Edition)

9 March 2021 | Archive

The Timed Text (TT) Working Group invites implementation of its updated Candidate Recommendation of Timed Text Markup Language 2 (TTML2) (2nd Edition). This document specifies the Second Edition of the Timed Text Markup Language (TTML), Version 2, also known as TTML2 (2e), in terms of a vocabulary and semantics thereof. The Timed Text Markup Language is a content type that represents timed text media for the purpose of interchange among authoring systems. Timed text is textual information that is intrinsically or extrinsically associated with timing information. It is intended to be used for the purpose of transcoding or exchanging timed text information among legacy distribution content formats presently in use for subtitling and captioning functions.

Comments are welcome by 6 April 2021.

W3C Invites Implementations of WAI-ARIA 1.2

2 March 2021 | Archive

The Accessible Rich Internet Applications Working Group invites implementations of a Candidate Recommendation of Accessible Rich Internet Applications (WAI-ARIA) 1.2. This specification provides an ontology of roles, states, and properties that define accessible user interface elements and can be used to improve the accessibility and interoperability of web content and applications. These semantics are designed to allow an author to properly convey user interface behaviors and structural information to assistive technologies in document-level markup. This version adds features new since WAI-ARIA 1.1 to improve interoperability with assistive technologies to form a more consistent accessibility model for [HTML] and [SVG2]. This specification complements both [HTML] and [SVG2].

Please share any implementations or comments by 5 April 2021.

Call for Review: Web Authentication: An API for accessing Public Key Credentials Level 2 is a W3C Proposed Recommendation

25 February 2021 | Archive

The Web Authentication Working Group has published a Proposed Recommendation of Web Authentication: An API for accessing Public Key Credentials Level 2. This specification defines an API enabling the creation and use of strong, attested, scoped, public key-based credentials by web applications, for the purpose of strongly authenticating users. This is Web Authentication Level 2. Substantive changes since Level 1 are:

  • Added new method to allow Discoverable/Resident Credentials Preferred
  • New methods added for Attestation Objects
  • Added Attestation types (Enterprise, Apple)
  • Added Large Blob storage and credential properties

Explanatory materials and implementation considerations have been updated as well.

Comments are welcome through 26 March 2021.

First Public Working Draft: EPUB Accessibility 1.1

23 February 2021 | Archive

The EPUB 3 Working Group has published a First Public Working Draft of EPUB Accessibility 1.1. This document specifies content conformance requirements for verifying the accessibility of EPUB Publications. It also specifies accessibility metadata requirements for the discoverability of EPUB Publications. The document takes an abstract approach to the accessibility requirements for EPUB Publications, similar to how WCAG 2 separates its accessibility guidelines from the techniques to achieve them. This approach allows the guidelines to remain stable even as the format evolves.

To facilitate this approach, a companion EPUB Accessibility Techniques 1.1 has also been published today as a W3C Working Group Note, which outlines conformance techniques. These techniques explain how to meet the requirements of this document for different versions of EPUB.

The Working Group welcomes comments via the GitHub repository issues.

W3C Workshop Report: Maps for the Web

8 February 2021 | Archive

Maps of Montreal, past, present, and future. W3C is pleased to announce a report from the W3C/OGC Joint Workshop Series on Maps for the Web, held in September & October, 2020.

Through live presentations, panel discussions, and pre-recorded videos, workshop participants discussed requirements and proposals for Web platform maps.

As an outcome of the workshop, participants seek to initiate a cross-community (W3C, OGC among others) working group that will define a roadmap to specify and implement native Web maps. The ongoing work was initiated and has been incubated in the ​W3C Maps for HTML Community Group​ since late 2014. Anyone interested in participating in the Maps for the Web discussions should join the free W3C Community Group.

W3C thanks our sponsor, Natural Resources Canada, the ​Program Committee​, our co-host, the Open Geospatial Consortium, and all the participants for making this event a success. Please read more in the W3C Blog post.

Upcoming: W3C Workshop on Wide Color Gamut and High Dynamic Range for the Web

23 December 2020 | Archive

chromaticity diagram of wide color gamut W3C announced today the W3C Workshop on Wide Color Gamut (WCG) and High Dynamic Range (HDR) for the Web, which is being organized as a virtual event in April-May 2021.

The primary goal of the workshop is to bring together browser vendors, content creators, color scientists, and experts in other relevant areas (e.g. accessibility, scripting, security, web) to converge on technologies for enabling WCG and HDR on the Open Web Platform.

The event will be organized as a combination of pre-recorded talks (expressions of interest are due 30 January, with recorded talks to be submitted by 15 March 2021) followed by online issue raising on GitHub, and culminating in a series of live sessions in April and May, organized around three main themes:

  • Wide Color Gamut on the Web
  • High Dynamic Range on the Web
  • WCG and HDR Standardization Landscape

The event is free and open to anyone with relevant perspectives on the topic to register for the event. For more information on the workshop, please see the workshop details and submission instructions.

Deadline to submit a proposal for a talk is 30 January 2021, and registration will be open from mid January until April.

More news… RSS Atom

Events Header link

About W3C Header link

The World Wide Web Consortium (W3C) is an international community that develops open standards to ensure the long-term growth of the Web.

Donations Header link

Become a Friend of W3C: support the W3C mission and free developer tools.

W3C Member Testimonial Header link

Accessibility Foundation logo

Accessibility Foundation

The Accessibility Foundation is an expertise center providing information, research, Web evaluation and training in the field of accessibility of Web sites and Web applications to companies and governments. We are committed to the development of Web accessibility standards at W3C.

Web Accessibility and W3C standards (Video) Header link

Thumbnail of Web Accessibility and W3C Standards Video

Watch our video on Web Accessibility and W3C standards!

TooltipText=null 20:07:28.079 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 20:07:28.079 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 20:07:28.080 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:07:28.081 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text= World Wide Web Consortium (W3C)

News

W3C accepting proposals for Professional Employer Organization (PEO) Services

4 March 2021 | Archive

W3C

Since its founding in 1994 by Web Inventor Tim Berners-Lee, the World Wide Web Consortium has developed the foundational technical standards upon which the Web has flourished. The Web and its place in society have changed dramatically, and the Web Consortium has been at the core of its technical interoperability. Today we need a more dramatic transformation to address the opportunities and threats the Web now faces and to continue to shape its future constructively.

W3C is currently headquartered in Massachusetts, with staff members distributed around the world. Four institutions partner to “host” W3C: MIT (USA), ERCIM (France), Keio University (Japan), and Beihang University (China). We are planning the transition to a USA-based incorporated legal entity, a 501(c)(3) non-profit, as of January 1, 2022, which will continue to work with the distributed staff while consolidating financial and administrative functions. The Web Consortium is accepting proposals for Professional Employer Organization (PEO) Services; please consult our RFP.

If your organization provides these services please submit a proposal by email to W3CLEadmin@w3.org. If you have any questions, you can send them to that same address.

Interested parties must respond by Friday, March 26, 2021, and we expect to make a selection by Friday, April 9, 2021. We look forward to getting some robust responses!

WebRTC 1.0 is a W3C Recommendation

26 January 2021 | Archive

WebRTC already serves as a cornerstone of online communication and collaboration services. The WebRTC framework provides the building blocks from which web and app developers can seamlessly add video chat and peer-to-peer data exchange to a range of applications. Billions of users can interact now that WebRTC makes live video chat easier than ever on the Web. To learn more about this timely achievement and what the future holds for WebRTC, please, read our press release.

Updated Candidate Recommendation: Timed Text Markup Language 2 (TTML2) (2nd Edition)

9 March 2021 | Archive

The Timed Text (TT) Working Group invites implementation of its updated Candidate Recommendation of Timed Text Markup Language 2 (TTML2) (2nd Edition). This document specifies the Second Edition of the Timed Text Markup Language (TTML), Version 2, also known as TTML2 (2e), in terms of a vocabulary and semantics thereof. The Timed Text Markup Language is a content type that represents timed text media for the purpose of interchange among authoring systems. Timed text is textual information that is intrinsically or extrinsically associated with timing information. It is intended to be used for the purpose of transcoding or exchanging timed text information among legacy distribution content formats presently in use for subtitling and captioning functions.

Comments are welcome by 6 April 2021.

W3C Invites Implementations of WAI-ARIA 1.2

2 March 2021 | Archive

The Accessible Rich Internet Applications Working Group invites implementations of a Candidate Recommendation of Accessible Rich Internet Applications (WAI-ARIA) 1.2. This specification provides an ontology of roles, states, and properties that define accessible user interface elements and can be used to improve the accessibility and interoperability of web content and applications. These semantics are designed to allow an author to properly convey user interface behaviors and structural information to assistive technologies in document-level markup. This version adds features new since WAI-ARIA 1.1 to improve interoperability with assistive technologies to form a more consistent accessibility model for [HTML] and [SVG2]. This specification complements both [HTML] and [SVG2].

Please share any implementations or comments by 5 April 2021.

Call for Review: Web Authentication: An API for accessing Public Key Credentials Level 2 is a W3C Proposed Recommendation

25 February 2021 | Archive

The Web Authentication Working Group has published a Proposed Recommendation of Web Authentication: An API for accessing Public Key Credentials Level 2. This specification defines an API enabling the creation and use of strong, attested, scoped, public key-based credentials by web applications, for the purpose of strongly authenticating users. This is Web Authentication Level 2. Substantive changes since Level 1 are:

  • Added new method to allow Discoverable/Resident Credentials Preferred
  • New methods added for Attestation Objects
  • Added Attestation types (Enterprise, Apple)
  • Added Large Blob storage and credential properties

Explanatory materials and implementation considerations have been updated as well.

Comments are welcome through 26 March 2021.

First Public Working Draft: EPUB Accessibility 1.1

23 February 2021 | Archive

The EPUB 3 Working Group has published a First Public Working Draft of EPUB Accessibility 1.1. This document specifies content conformance requirements for verifying the accessibility of EPUB Publications. It also specifies accessibility metadata requirements for the discoverability of EPUB Publications. The document takes an abstract approach to the accessibility requirements for EPUB Publications, similar to how WCAG 2 separates its accessibility guidelines from the techniques to achieve them. This approach allows the guidelines to remain stable even as the format evolves.

To facilitate this approach, a companion EPUB Accessibility Techniques 1.1 has also been published today as a W3C Working Group Note, which outlines conformance techniques. These techniques explain how to meet the requirements of this document for different versions of EPUB.

The Working Group welcomes comments via the GitHub repository issues.

W3C Workshop Report: Maps for the Web

8 February 2021 | Archive

Maps of Montreal, past, present, and future. W3C is pleased to announce a report from the W3C/OGC Joint Workshop Series on Maps for the Web, held in September & October, 2020.

Through live presentations, panel discussions, and pre-recorded videos, workshop participants discussed requirements and proposals for Web platform maps.

As an outcome of the workshop, participants seek to initiate a cross-community (W3C, OGC among others) working group that will define a roadmap to specify and implement native Web maps. The ongoing work was initiated and has been incubated in the ​W3C Maps for HTML Community Group​ since late 2014. Anyone interested in participating in the Maps for the Web discussions should join the free W3C Community Group.

W3C thanks our sponsor, Natural Resources Canada, the ​Program Committee​, our co-host, the Open Geospatial Consortium, and all the participants for making this event a success. Please read more in the W3C Blog post.

Upcoming: W3C Workshop on Wide Color Gamut and High Dynamic Range for the Web

23 December 2020 | Archive

chromaticity diagram of wide color gamut W3C announced today the W3C Workshop on Wide Color Gamut (WCG) and High Dynamic Range (HDR) for the Web, which is being organized as a virtual event in April-May 2021.

The primary goal of the workshop is to bring together browser vendors, content creators, color scientists, and experts in other relevant areas (e.g. accessibility, scripting, security, web) to converge on technologies for enabling WCG and HDR on the Open Web Platform.

The event will be organized as a combination of pre-recorded talks (expressions of interest are due 30 January, with recorded talks to be submitted by 15 March 2021) followed by online issue raising on GitHub, and culminating in a series of live sessions in April and May, organized around three main themes:

  • Wide Color Gamut on the Web
  • High Dynamic Range on the Web
  • WCG and HDR Standardization Landscape

The event is free and open to anyone with relevant perspectives on the topic to register for the event. For more information on the workshop, please see the workshop details and submission instructions.

Deadline to submit a proposal for a talk is 30 January 2021, and registration will be open from mid January until April.

More news… RSS Atom

Events Header link

About W3C Header link

The World Wide Web Consortium (W3C) is an international community that develops open standards to ensure the long-term growth of the Web.

Donations Header link

Become a Friend of W3C: support the W3C mission and free developer tools.

W3C Member Testimonial Header link

Accessibility Foundation logo

Accessibility Foundation

The Accessibility Foundation is an expertise center providing information, research, Web evaluation and training in the field of accessibility of Web sites and Web applications to companies and governments. We are committed to the development of Web accessibility standards at W3C.

Web Accessibility and W3C standards (Video) Header link

Thumbnail of Web Accessibility and W3C Standards Video

Watch our video on Web Accessibility and W3C standards!

TooltipText=null 20:07:28.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 20:07:28.081 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 20:07:28.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 20:07:28.081 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 20:07:28.081 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 20:07:28.082 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:07:28.083 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text= World Wide Web Consortium (W3C)

News

W3C accepting proposals for Professional Employer Organization (PEO) Services

4 March 2021 | Archive

W3C

Since its founding in 1994 by Web Inventor Tim Berners-Lee, the World Wide Web Consortium has developed the foundational technical standards upon which the Web has flourished. The Web and its place in society have changed dramatically, and the Web Consortium has been at the core of its technical interoperability. Today we need a more dramatic transformation to address the opportunities and threats the Web now faces and to continue to shape its future constructively.

W3C is currently headquartered in Massachusetts, with staff members distributed around the world. Four institutions partner to “host” W3C: MIT (USA), ERCIM (France), Keio University (Japan), and Beihang University (China). We are planning the transition to a USA-based incorporated legal entity, a 501(c)(3) non-profit, as of January 1, 2022, which will continue to work with the distributed staff while consolidating financial and administrative functions. The Web Consortium is accepting proposals for Professional Employer Organization (PEO) Services; please consult our RFP.

If your organization provides these services please submit a proposal by email to W3CLEadmin@w3.org. If you have any questions, you can send them to that same address.

Interested parties must respond by Friday, March 26, 2021, and we expect to make a selection by Friday, April 9, 2021. We look forward to getting some robust responses!

WebRTC 1.0 is a W3C Recommendation

26 January 2021 | Archive

WebRTC already serves as a cornerstone of online communication and collaboration services. The WebRTC framework provides the building blocks from which web and app developers can seamlessly add video chat and peer-to-peer data exchange to a range of applications. Billions of users can interact now that WebRTC makes live video chat easier than ever on the Web. To learn more about this timely achievement and what the future holds for WebRTC, please, read our press release.

Updated Candidate Recommendation: Timed Text Markup Language 2 (TTML2) (2nd Edition)

9 March 2021 | Archive

The Timed Text (TT) Working Group invites implementation of its updated Candidate Recommendation of Timed Text Markup Language 2 (TTML2) (2nd Edition). This document specifies the Second Edition of the Timed Text Markup Language (TTML), Version 2, also known as TTML2 (2e), in terms of a vocabulary and semantics thereof. The Timed Text Markup Language is a content type that represents timed text media for the purpose of interchange among authoring systems. Timed text is textual information that is intrinsically or extrinsically associated with timing information. It is intended to be used for the purpose of transcoding or exchanging timed text information among legacy distribution content formats presently in use for subtitling and captioning functions.

Comments are welcome by 6 April 2021.

W3C Invites Implementations of WAI-ARIA 1.2

2 March 2021 | Archive

The Accessible Rich Internet Applications Working Group invites implementations of a Candidate Recommendation of Accessible Rich Internet Applications (WAI-ARIA) 1.2. This specification provides an ontology of roles, states, and properties that define accessible user interface elements and can be used to improve the accessibility and interoperability of web content and applications. These semantics are designed to allow an author to properly convey user interface behaviors and structural information to assistive technologies in document-level markup. This version adds features new since WAI-ARIA 1.1 to improve interoperability with assistive technologies to form a more consistent accessibility model for [HTML] and [SVG2]. This specification complements both [HTML] and [SVG2].

Please share any implementations or comments by 5 April 2021.

Call for Review: Web Authentication: An API for accessing Public Key Credentials Level 2 is a W3C Proposed Recommendation

25 February 2021 | Archive

The Web Authentication Working Group has published a Proposed Recommendation of Web Authentication: An API for accessing Public Key Credentials Level 2. This specification defines an API enabling the creation and use of strong, attested, scoped, public key-based credentials by web applications, for the purpose of strongly authenticating users. This is Web Authentication Level 2. Substantive changes since Level 1 are:

  • Added new method to allow Discoverable/Resident Credentials Preferred
  • New methods added for Attestation Objects
  • Added Attestation types (Enterprise, Apple)
  • Added Large Blob storage and credential properties

Explanatory materials and implementation considerations have been updated as well.

Comments are welcome through 26 March 2021.

First Public Working Draft: EPUB Accessibility 1.1

23 February 2021 | Archive

The EPUB 3 Working Group has published a First Public Working Draft of EPUB Accessibility 1.1. This document specifies content conformance requirements for verifying the accessibility of EPUB Publications. It also specifies accessibility metadata requirements for the discoverability of EPUB Publications. The document takes an abstract approach to the accessibility requirements for EPUB Publications, similar to how WCAG 2 separates its accessibility guidelines from the techniques to achieve them. This approach allows the guidelines to remain stable even as the format evolves.

To facilitate this approach, a companion EPUB Accessibility Techniques 1.1 has also been published today as a W3C Working Group Note, which outlines conformance techniques. These techniques explain how to meet the requirements of this document for different versions of EPUB.

The Working Group welcomes comments via the GitHub repository issues.

W3C Workshop Report: Maps for the Web

8 February 2021 | Archive

Maps of Montreal, past, present, and future. W3C is pleased to announce a report from the W3C/OGC Joint Workshop Series on Maps for the Web, held in September & October, 2020.

Through live presentations, panel discussions, and pre-recorded videos, workshop participants discussed requirements and proposals for Web platform maps.

As an outcome of the workshop, participants seek to initiate a cross-community (W3C, OGC among others) working group that will define a roadmap to specify and implement native Web maps. The ongoing work was initiated and has been incubated in the ​W3C Maps for HTML Community Group​ since late 2014. Anyone interested in participating in the Maps for the Web discussions should join the free W3C Community Group.

W3C thanks our sponsor, Natural Resources Canada, the ​Program Committee​, our co-host, the Open Geospatial Consortium, and all the participants for making this event a success. Please read more in the W3C Blog post.

Upcoming: W3C Workshop on Wide Color Gamut and High Dynamic Range for the Web

23 December 2020 | Archive

chromaticity diagram of wide color gamut W3C announced today the W3C Workshop on Wide Color Gamut (WCG) and High Dynamic Range (HDR) for the Web, which is being organized as a virtual event in April-May 2021.

The primary goal of the workshop is to bring together browser vendors, content creators, color scientists, and experts in other relevant areas (e.g. accessibility, scripting, security, web) to converge on technologies for enabling WCG and HDR on the Open Web Platform.

The event will be organized as a combination of pre-recorded talks (expressions of interest are due 30 January, with recorded talks to be submitted by 15 March 2021) followed by online issue raising on GitHub, and culminating in a series of live sessions in April and May, organized around three main themes:

  • Wide Color Gamut on the Web
  • High Dynamic Range on the Web
  • WCG and HDR Standardization Landscape

The event is free and open to anyone with relevant perspectives on the topic to register for the event. For more information on the workshop, please see the workshop details and submission instructions.

Deadline to submit a proposal for a talk is 30 January 2021, and registration will be open from mid January until April.

More news… RSS Atom

Events Header link

About W3C Header link

The World Wide Web Consortium (W3C) is an international community that develops open standards to ensure the long-term growth of the Web.

Donations Header link

Become a Friend of W3C: support the W3C mission and free developer tools.

W3C Member Testimonial Header link

Accessibility Foundation logo

Accessibility Foundation

The Accessibility Foundation is an expertise center providing information, research, Web evaluation and training in the field of accessibility of Web sites and Web applications to companies and governments. We are committed to the development of Web accessibility standards at W3C.

Web Accessibility and W3C standards (Video) Header link

Thumbnail of Web Accessibility and W3C Standards Video

Watch our video on Web Accessibility and W3C standards!

TooltipText=null 20:07:28.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 20:07:28.083 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 20:07:28.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 20:07:28.083 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 20:07:28.083 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 20:07:28.084 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:07:28.084 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text= World Wide Web Consortium (W3C)

News

W3C accepting proposals for Professional Employer Organization (PEO) Services

4 March 2021 | Archive

W3C

Since its founding in 1994 by Web Inventor Tim Berners-Lee, the World Wide Web Consortium has developed the foundational technical standards upon which the Web has flourished. The Web and its place in society have changed dramatically, and the Web Consortium has been at the core of its technical interoperability. Today we need a more dramatic transformation to address the opportunities and threats the Web now faces and to continue to shape its future constructively.

W3C is currently headquartered in Massachusetts, with staff members distributed around the world. Four institutions partner to “host” W3C: MIT (USA), ERCIM (France), Keio University (Japan), and Beihang University (China). We are planning the transition to a USA-based incorporated legal entity, a 501(c)(3) non-profit, as of January 1, 2022, which will continue to work with the distributed staff while consolidating financial and administrative functions. The Web Consortium is accepting proposals for Professional Employer Organization (PEO) Services; please consult our RFP.

If your organization provides these services please submit a proposal by email to W3CLEadmin@w3.org. If you have any questions, you can send them to that same address.

Interested parties must respond by Friday, March 26, 2021, and we expect to make a selection by Friday, April 9, 2021. We look forward to getting some robust responses!

WebRTC 1.0 is a W3C Recommendation

26 January 2021 | Archive

WebRTC already serves as a cornerstone of online communication and collaboration services. The WebRTC framework provides the building blocks from which web and app developers can seamlessly add video chat and peer-to-peer data exchange to a range of applications. Billions of users can interact now that WebRTC makes live video chat easier than ever on the Web. To learn more about this timely achievement and what the future holds for WebRTC, please, read our press release.

Updated Candidate Recommendation: Timed Text Markup Language 2 (TTML2) (2nd Edition)

9 March 2021 | Archive

The Timed Text (TT) Working Group invites implementation of its updated Candidate Recommendation of Timed Text Markup Language 2 (TTML2) (2nd Edition). This document specifies the Second Edition of the Timed Text Markup Language (TTML), Version 2, also known as TTML2 (2e), in terms of a vocabulary and semantics thereof. The Timed Text Markup Language is a content type that represents timed text media for the purpose of interchange among authoring systems. Timed text is textual information that is intrinsically or extrinsically associated with timing information. It is intended to be used for the purpose of transcoding or exchanging timed text information among legacy distribution content formats presently in use for subtitling and captioning functions.

Comments are welcome by 6 April 2021.

W3C Invites Implementations of WAI-ARIA 1.2

2 March 2021 | Archive

The Accessible Rich Internet Applications Working Group invites implementations of a Candidate Recommendation of Accessible Rich Internet Applications (WAI-ARIA) 1.2. This specification provides an ontology of roles, states, and properties that define accessible user interface elements and can be used to improve the accessibility and interoperability of web content and applications. These semantics are designed to allow an author to properly convey user interface behaviors and structural information to assistive technologies in document-level markup. This version adds features new since WAI-ARIA 1.1 to improve interoperability with assistive technologies to form a more consistent accessibility model for [HTML] and [SVG2]. This specification complements both [HTML] and [SVG2].

Please share any implementations or comments by 5 April 2021.

Call for Review: Web Authentication: An API for accessing Public Key Credentials Level 2 is a W3C Proposed Recommendation

25 February 2021 | Archive

The Web Authentication Working Group has published a Proposed Recommendation of Web Authentication: An API for accessing Public Key Credentials Level 2. This specification defines an API enabling the creation and use of strong, attested, scoped, public key-based credentials by web applications, for the purpose of strongly authenticating users. This is Web Authentication Level 2. Substantive changes since Level 1 are:

  • Added new method to allow Discoverable/Resident Credentials Preferred
  • New methods added for Attestation Objects
  • Added Attestation types (Enterprise, Apple)
  • Added Large Blob storage and credential properties

Explanatory materials and implementation considerations have been updated as well.

Comments are welcome through 26 March 2021.

First Public Working Draft: EPUB Accessibility 1.1

23 February 2021 | Archive

The EPUB 3 Working Group has published a First Public Working Draft of EPUB Accessibility 1.1. This document specifies content conformance requirements for verifying the accessibility of EPUB Publications. It also specifies accessibility metadata requirements for the discoverability of EPUB Publications. The document takes an abstract approach to the accessibility requirements for EPUB Publications, similar to how WCAG 2 separates its accessibility guidelines from the techniques to achieve them. This approach allows the guidelines to remain stable even as the format evolves.

To facilitate this approach, a companion EPUB Accessibility Techniques 1.1 has also been published today as a W3C Working Group Note, which outlines conformance techniques. These techniques explain how to meet the requirements of this document for different versions of EPUB.

The Working Group welcomes comments via the GitHub repository issues.

W3C Workshop Report: Maps for the Web

8 February 2021 | Archive

Maps of Montreal, past, present, and future. W3C is pleased to announce a report from the W3C/OGC Joint Workshop Series on Maps for the Web, held in September & October, 2020.

Through live presentations, panel discussions, and pre-recorded videos, workshop participants discussed requirements and proposals for Web platform maps.

As an outcome of the workshop, participants seek to initiate a cross-community (W3C, OGC among others) working group that will define a roadmap to specify and implement native Web maps. The ongoing work was initiated and has been incubated in the ​W3C Maps for HTML Community Group​ since late 2014. Anyone interested in participating in the Maps for the Web discussions should join the free W3C Community Group.

W3C thanks our sponsor, Natural Resources Canada, the ​Program Committee​, our co-host, the Open Geospatial Consortium, and all the participants for making this event a success. Please read more in the W3C Blog post.

Upcoming: W3C Workshop on Wide Color Gamut and High Dynamic Range for the Web

23 December 2020 | Archive

chromaticity diagram of wide color gamut W3C announced today the W3C Workshop on Wide Color Gamut (WCG) and High Dynamic Range (HDR) for the Web, which is being organized as a virtual event in April-May 2021.

The primary goal of the workshop is to bring together browser vendors, content creators, color scientists, and experts in other relevant areas (e.g. accessibility, scripting, security, web) to converge on technologies for enabling WCG and HDR on the Open Web Platform.

The event will be organized as a combination of pre-recorded talks (expressions of interest are due 30 January, with recorded talks to be submitted by 15 March 2021) followed by online issue raising on GitHub, and culminating in a series of live sessions in April and May, organized around three main themes:

  • Wide Color Gamut on the Web
  • High Dynamic Range on the Web
  • WCG and HDR Standardization Landscape

The event is free and open to anyone with relevant perspectives on the topic to register for the event. For more information on the workshop, please see the workshop details and submission instructions.

Deadline to submit a proposal for a talk is 30 January 2021, and registration will be open from mid January until April.

More news… RSS Atom

Events Header link

About W3C Header link

The World Wide Web Consortium (W3C) is an international community that develops open standards to ensure the long-term growth of the Web.

Donations Header link

Become a Friend of W3C: support the W3C mission and free developer tools.

W3C Member Testimonial Header link

Accessibility Foundation logo

Accessibility Foundation

The Accessibility Foundation is an expertise center providing information, research, Web evaluation and training in the field of accessibility of Web sites and Web applications to companies and governments. We are committed to the development of Web accessibility standards at W3C.

Web Accessibility and W3C standards (Video) Header link

Thumbnail of Web Accessibility and W3C Standards Video

Watch our video on Web Accessibility and W3C standards!

TooltipText=null 20:07:28.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 20:07:28.085 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 20:07:28.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 20:07:28.085 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 20:07:28.085 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 20:07:28.085 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:07:28.086 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text= World Wide Web Consortium (W3C)

News

W3C accepting proposals for Professional Employer Organization (PEO) Services

4 March 2021 | Archive

W3C

Since its founding in 1994 by Web Inventor Tim Berners-Lee, the World Wide Web Consortium has developed the foundational technical standards upon which the Web has flourished. The Web and its place in society have changed dramatically, and the Web Consortium has been at the core of its technical interoperability. Today we need a more dramatic transformation to address the opportunities and threats the Web now faces and to continue to shape its future constructively.

W3C is currently headquartered in Massachusetts, with staff members distributed around the world. Four institutions partner to “host” W3C: MIT (USA), ERCIM (France), Keio University (Japan), and Beihang University (China). We are planning the transition to a USA-based incorporated legal entity, a 501(c)(3) non-profit, as of January 1, 2022, which will continue to work with the distributed staff while consolidating financial and administrative functions. The Web Consortium is accepting proposals for Professional Employer Organization (PEO) Services; please consult our RFP.

If your organization provides these services please submit a proposal by email to W3CLEadmin@w3.org. If you have any questions, you can send them to that same address.

Interested parties must respond by Friday, March 26, 2021, and we expect to make a selection by Friday, April 9, 2021. We look forward to getting some robust responses!

WebRTC 1.0 is a W3C Recommendation

26 January 2021 | Archive

WebRTC already serves as a cornerstone of online communication and collaboration services. The WebRTC framework provides the building blocks from which web and app developers can seamlessly add video chat and peer-to-peer data exchange to a range of applications. Billions of users can interact now that WebRTC makes live video chat easier than ever on the Web. To learn more about this timely achievement and what the future holds for WebRTC, please, read our press release.

Updated Candidate Recommendation: Timed Text Markup Language 2 (TTML2) (2nd Edition)

9 March 2021 | Archive

The Timed Text (TT) Working Group invites implementation of its updated Candidate Recommendation of Timed Text Markup Language 2 (TTML2) (2nd Edition). This document specifies the Second Edition of the Timed Text Markup Language (TTML), Version 2, also known as TTML2 (2e), in terms of a vocabulary and semantics thereof. The Timed Text Markup Language is a content type that represents timed text media for the purpose of interchange among authoring systems. Timed text is textual information that is intrinsically or extrinsically associated with timing information. It is intended to be used for the purpose of transcoding or exchanging timed text information among legacy distribution content formats presently in use for subtitling and captioning functions.

Comments are welcome by 6 April 2021.

W3C Invites Implementations of WAI-ARIA 1.2

2 March 2021 | Archive

The Accessible Rich Internet Applications Working Group invites implementations of a Candidate Recommendation of Accessible Rich Internet Applications (WAI-ARIA) 1.2. This specification provides an ontology of roles, states, and properties that define accessible user interface elements and can be used to improve the accessibility and interoperability of web content and applications. These semantics are designed to allow an author to properly convey user interface behaviors and structural information to assistive technologies in document-level markup. This version adds features new since WAI-ARIA 1.1 to improve interoperability with assistive technologies to form a more consistent accessibility model for [HTML] and [SVG2]. This specification complements both [HTML] and [SVG2].

Please share any implementations or comments by 5 April 2021.

Call for Review: Web Authentication: An API for accessing Public Key Credentials Level 2 is a W3C Proposed Recommendation

25 February 2021 | Archive

The Web Authentication Working Group has published a Proposed Recommendation of Web Authentication: An API for accessing Public Key Credentials Level 2. This specification defines an API enabling the creation and use of strong, attested, scoped, public key-based credentials by web applications, for the purpose of strongly authenticating users. This is Web Authentication Level 2. Substantive changes since Level 1 are:

  • Added new method to allow Discoverable/Resident Credentials Preferred
  • New methods added for Attestation Objects
  • Added Attestation types (Enterprise, Apple)
  • Added Large Blob storage and credential properties

Explanatory materials and implementation considerations have been updated as well.

Comments are welcome through 26 March 2021.

First Public Working Draft: EPUB Accessibility 1.1

23 February 2021 | Archive

The EPUB 3 Working Group has published a First Public Working Draft of EPUB Accessibility 1.1. This document specifies content conformance requirements for verifying the accessibility of EPUB Publications. It also specifies accessibility metadata requirements for the discoverability of EPUB Publications. The document takes an abstract approach to the accessibility requirements for EPUB Publications, similar to how WCAG 2 separates its accessibility guidelines from the techniques to achieve them. This approach allows the guidelines to remain stable even as the format evolves.

To facilitate this approach, a companion EPUB Accessibility Techniques 1.1 has also been published today as a W3C Working Group Note, which outlines conformance techniques. These techniques explain how to meet the requirements of this document for different versions of EPUB.

The Working Group welcomes comments via the GitHub repository issues.

W3C Workshop Report: Maps for the Web

8 February 2021 | Archive

Maps of Montreal, past, present, and future. W3C is pleased to announce a report from the W3C/OGC Joint Workshop Series on Maps for the Web, held in September & October, 2020.

Through live presentations, panel discussions, and pre-recorded videos, workshop participants discussed requirements and proposals for Web platform maps.

As an outcome of the workshop, participants seek to initiate a cross-community (W3C, OGC among others) working group that will define a roadmap to specify and implement native Web maps. The ongoing work was initiated and has been incubated in the ​W3C Maps for HTML Community Group​ since late 2014. Anyone interested in participating in the Maps for the Web discussions should join the free W3C Community Group.

W3C thanks our sponsor, Natural Resources Canada, the ​Program Committee​, our co-host, the Open Geospatial Consortium, and all the participants for making this event a success. Please read more in the W3C Blog post.

Upcoming: W3C Workshop on Wide Color Gamut and High Dynamic Range for the Web

23 December 2020 | Archive

chromaticity diagram of wide color gamut W3C announced today the W3C Workshop on Wide Color Gamut (WCG) and High Dynamic Range (HDR) for the Web, which is being organized as a virtual event in April-May 2021.

The primary goal of the workshop is to bring together browser vendors, content creators, color scientists, and experts in other relevant areas (e.g. accessibility, scripting, security, web) to converge on technologies for enabling WCG and HDR on the Open Web Platform.

The event will be organized as a combination of pre-recorded talks (expressions of interest are due 30 January, with recorded talks to be submitted by 15 March 2021) followed by online issue raising on GitHub, and culminating in a series of live sessions in April and May, organized around three main themes:

  • Wide Color Gamut on the Web
  • High Dynamic Range on the Web
  • WCG and HDR Standardization Landscape

The event is free and open to anyone with relevant perspectives on the topic to register for the event. For more information on the workshop, please see the workshop details and submission instructions.

Deadline to submit a proposal for a talk is 30 January 2021, and registration will be open from mid January until April.

More news… RSS Atom

Events Header link

About W3C Header link

The World Wide Web Consortium (W3C) is an international community that develops open standards to ensure the long-term growth of the Web.

Donations Header link

Become a Friend of W3C: support the W3C mission and free developer tools.

W3C Member Testimonial Header link

Accessibility Foundation logo

Accessibility Foundation

The Accessibility Foundation is an expertise center providing information, research, Web evaluation and training in the field of accessibility of Web sites and Web applications to companies and governments. We are committed to the development of Web accessibility standards at W3C.

Web Accessibility and W3C standards (Video) Header link

Thumbnail of Web Accessibility and W3C Standards Video

Watch our video on Web Accessibility and W3C standards!

TooltipText=null 20:07:28.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 20:07:28.087 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 20:07:28.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 20:07:28.087 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 20:07:28.087 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 20:07:28.088 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:07:28.088 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text= World Wide Web Consortium (W3C)

News

W3C accepting proposals for Professional Employer Organization (PEO) Services

4 March 2021 | Archive

W3C

Since its founding in 1994 by Web Inventor Tim Berners-Lee, the World Wide Web Consortium has developed the foundational technical standards upon which the Web has flourished. The Web and its place in society have changed dramatically, and the Web Consortium has been at the core of its technical interoperability. Today we need a more dramatic transformation to address the opportunities and threats the Web now faces and to continue to shape its future constructively.

W3C is currently headquartered in Massachusetts, with staff members distributed around the world. Four institutions partner to “host” W3C: MIT (USA), ERCIM (France), Keio University (Japan), and Beihang University (China). We are planning the transition to a USA-based incorporated legal entity, a 501(c)(3) non-profit, as of January 1, 2022, which will continue to work with the distributed staff while consolidating financial and administrative functions. The Web Consortium is accepting proposals for Professional Employer Organization (PEO) Services; please consult our RFP.

If your organization provides these services please submit a proposal by email to W3CLEadmin@w3.org. If you have any questions, you can send them to that same address.

Interested parties must respond by Friday, March 26, 2021, and we expect to make a selection by Friday, April 9, 2021. We look forward to getting some robust responses!

WebRTC 1.0 is a W3C Recommendation

26 January 2021 | Archive

WebRTC already serves as a cornerstone of online communication and collaboration services. The WebRTC framework provides the building blocks from which web and app developers can seamlessly add video chat and peer-to-peer data exchange to a range of applications. Billions of users can interact now that WebRTC makes live video chat easier than ever on the Web. To learn more about this timely achievement and what the future holds for WebRTC, please, read our press release.

Updated Candidate Recommendation: Timed Text Markup Language 2 (TTML2) (2nd Edition)

9 March 2021 | Archive

The Timed Text (TT) Working Group invites implementation of its updated Candidate Recommendation of Timed Text Markup Language 2 (TTML2) (2nd Edition). This document specifies the Second Edition of the Timed Text Markup Language (TTML), Version 2, also known as TTML2 (2e), in terms of a vocabulary and semantics thereof. The Timed Text Markup Language is a content type that represents timed text media for the purpose of interchange among authoring systems. Timed text is textual information that is intrinsically or extrinsically associated with timing information. It is intended to be used for the purpose of transcoding or exchanging timed text information among legacy distribution content formats presently in use for subtitling and captioning functions.

Comments are welcome by 6 April 2021.

W3C Invites Implementations of WAI-ARIA 1.2

2 March 2021 | Archive

The Accessible Rich Internet Applications Working Group invites implementations of a Candidate Recommendation of Accessible Rich Internet Applications (WAI-ARIA) 1.2. This specification provides an ontology of roles, states, and properties that define accessible user interface elements and can be used to improve the accessibility and interoperability of web content and applications. These semantics are designed to allow an author to properly convey user interface behaviors and structural information to assistive technologies in document-level markup. This version adds features new since WAI-ARIA 1.1 to improve interoperability with assistive technologies to form a more consistent accessibility model for [HTML] and [SVG2]. This specification complements both [HTML] and [SVG2].

Please share any implementations or comments by 5 April 2021.

Call for Review: Web Authentication: An API for accessing Public Key Credentials Level 2 is a W3C Proposed Recommendation

25 February 2021 | Archive

The Web Authentication Working Group has published a Proposed Recommendation of Web Authentication: An API for accessing Public Key Credentials Level 2. This specification defines an API enabling the creation and use of strong, attested, scoped, public key-based credentials by web applications, for the purpose of strongly authenticating users. This is Web Authentication Level 2. Substantive changes since Level 1 are:

  • Added new method to allow Discoverable/Resident Credentials Preferred
  • New methods added for Attestation Objects
  • Added Attestation types (Enterprise, Apple)
  • Added Large Blob storage and credential properties

Explanatory materials and implementation considerations have been updated as well.

Comments are welcome through 26 March 2021.

First Public Working Draft: EPUB Accessibility 1.1

23 February 2021 | Archive

The EPUB 3 Working Group has published a First Public Working Draft of EPUB Accessibility 1.1. This document specifies content conformance requirements for verifying the accessibility of EPUB Publications. It also specifies accessibility metadata requirements for the discoverability of EPUB Publications. The document takes an abstract approach to the accessibility requirements for EPUB Publications, similar to how WCAG 2 separates its accessibility guidelines from the techniques to achieve them. This approach allows the guidelines to remain stable even as the format evolves.

To facilitate this approach, a companion EPUB Accessibility Techniques 1.1 has also been published today as a W3C Working Group Note, which outlines conformance techniques. These techniques explain how to meet the requirements of this document for different versions of EPUB.

The Working Group welcomes comments via the GitHub repository issues.

W3C Workshop Report: Maps for the Web

8 February 2021 | Archive

Maps of Montreal, past, present, and future. W3C is pleased to announce a report from the W3C/OGC Joint Workshop Series on Maps for the Web, held in September & October, 2020.

Through live presentations, panel discussions, and pre-recorded videos, workshop participants discussed requirements and proposals for Web platform maps.

As an outcome of the workshop, participants seek to initiate a cross-community (W3C, OGC among others) working group that will define a roadmap to specify and implement native Web maps. The ongoing work was initiated and has been incubated in the ​W3C Maps for HTML Community Group​ since late 2014. Anyone interested in participating in the Maps for the Web discussions should join the free W3C Community Group.

W3C thanks our sponsor, Natural Resources Canada, the ​Program Committee​, our co-host, the Open Geospatial Consortium, and all the participants for making this event a success. Please read more in the W3C Blog post.

Upcoming: W3C Workshop on Wide Color Gamut and High Dynamic Range for the Web

23 December 2020 | Archive

chromaticity diagram of wide color gamut W3C announced today the W3C Workshop on Wide Color Gamut (WCG) and High Dynamic Range (HDR) for the Web, which is being organized as a virtual event in April-May 2021.

The primary goal of the workshop is to bring together browser vendors, content creators, color scientists, and experts in other relevant areas (e.g. accessibility, scripting, security, web) to converge on technologies for enabling WCG and HDR on the Open Web Platform.

The event will be organized as a combination of pre-recorded talks (expressions of interest are due 30 January, with recorded talks to be submitted by 15 March 2021) followed by online issue raising on GitHub, and culminating in a series of live sessions in April and May, organized around three main themes:

  • Wide Color Gamut on the Web
  • High Dynamic Range on the Web
  • WCG and HDR Standardization Landscape

The event is free and open to anyone with relevant perspectives on the topic to register for the event. For more information on the workshop, please see the workshop details and submission instructions.

Deadline to submit a proposal for a talk is 30 January 2021, and registration will be open from mid January until April.

More news… RSS Atom

Events Header link

About W3C Header link

The World Wide Web Consortium (W3C) is an international community that develops open standards to ensure the long-term growth of the Web.

Donations Header link

Become a Friend of W3C: support the W3C mission and free developer tools.

W3C Member Testimonial Header link

Accessibility Foundation logo

Accessibility Foundation

The Accessibility Foundation is an expertise center providing information, research, Web evaluation and training in the field of accessibility of Web sites and Web applications to companies and governments. We are committed to the development of Web accessibility standards at W3C.

Web Accessibility and W3C standards (Video) Header link

Thumbnail of Web Accessibility and W3C Standards Video

Watch our video on Web Accessibility and W3C standards!

TooltipText=null 20:07:28.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 20:07:28.089 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 20:07:28.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 20:07:28.089 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 20:07:28.089 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 20:07:28.090 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:07:28.090 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text= World Wide Web Consortium (W3C)

News

W3C accepting proposals for Professional Employer Organization (PEO) Services

4 March 2021 | Archive

W3C

Since its founding in 1994 by Web Inventor Tim Berners-Lee, the World Wide Web Consortium has developed the foundational technical standards upon which the Web has flourished. The Web and its place in society have changed dramatically, and the Web Consortium has been at the core of its technical interoperability. Today we need a more dramatic transformation to address the opportunities and threats the Web now faces and to continue to shape its future constructively.

W3C is currently headquartered in Massachusetts, with staff members distributed around the world. Four institutions partner to “host” W3C: MIT (USA), ERCIM (France), Keio University (Japan), and Beihang University (China). We are planning the transition to a USA-based incorporated legal entity, a 501(c)(3) non-profit, as of January 1, 2022, which will continue to work with the distributed staff while consolidating financial and administrative functions. The Web Consortium is accepting proposals for Professional Employer Organization (PEO) Services; please consult our RFP.

If your organization provides these services please submit a proposal by email to W3CLEadmin@w3.org. If you have any questions, you can send them to that same address.

Interested parties must respond by Friday, March 26, 2021, and we expect to make a selection by Friday, April 9, 2021. We look forward to getting some robust responses!

WebRTC 1.0 is a W3C Recommendation

26 January 2021 | Archive

WebRTC already serves as a cornerstone of online communication and collaboration services. The WebRTC framework provides the building blocks from which web and app developers can seamlessly add video chat and peer-to-peer data exchange to a range of applications. Billions of users can interact now that WebRTC makes live video chat easier than ever on the Web. To learn more about this timely achievement and what the future holds for WebRTC, please, read our press release.

Updated Candidate Recommendation: Timed Text Markup Language 2 (TTML2) (2nd Edition)

9 March 2021 | Archive

The Timed Text (TT) Working Group invites implementation of its updated Candidate Recommendation of Timed Text Markup Language 2 (TTML2) (2nd Edition). This document specifies the Second Edition of the Timed Text Markup Language (TTML), Version 2, also known as TTML2 (2e), in terms of a vocabulary and semantics thereof. The Timed Text Markup Language is a content type that represents timed text media for the purpose of interchange among authoring systems. Timed text is textual information that is intrinsically or extrinsically associated with timing information. It is intended to be used for the purpose of transcoding or exchanging timed text information among legacy distribution content formats presently in use for subtitling and captioning functions.

Comments are welcome by 6 April 2021.

W3C Invites Implementations of WAI-ARIA 1.2

2 March 2021 | Archive

The Accessible Rich Internet Applications Working Group invites implementations of a Candidate Recommendation of Accessible Rich Internet Applications (WAI-ARIA) 1.2. This specification provides an ontology of roles, states, and properties that define accessible user interface elements and can be used to improve the accessibility and interoperability of web content and applications. These semantics are designed to allow an author to properly convey user interface behaviors and structural information to assistive technologies in document-level markup. This version adds features new since WAI-ARIA 1.1 to improve interoperability with assistive technologies to form a more consistent accessibility model for [HTML] and [SVG2]. This specification complements both [HTML] and [SVG2].

Please share any implementations or comments by 5 April 2021.

Call for Review: Web Authentication: An API for accessing Public Key Credentials Level 2 is a W3C Proposed Recommendation

25 February 2021 | Archive

The Web Authentication Working Group has published a Proposed Recommendation of Web Authentication: An API for accessing Public Key Credentials Level 2. This specification defines an API enabling the creation and use of strong, attested, scoped, public key-based credentials by web applications, for the purpose of strongly authenticating users. This is Web Authentication Level 2. Substantive changes since Level 1 are:

  • Added new method to allow Discoverable/Resident Credentials Preferred
  • New methods added for Attestation Objects
  • Added Attestation types (Enterprise, Apple)
  • Added Large Blob storage and credential properties

Explanatory materials and implementation considerations have been updated as well.

Comments are welcome through 26 March 2021.

First Public Working Draft: EPUB Accessibility 1.1

23 February 2021 | Archive

The EPUB 3 Working Group has published a First Public Working Draft of EPUB Accessibility 1.1. This document specifies content conformance requirements for verifying the accessibility of EPUB Publications. It also specifies accessibility metadata requirements for the discoverability of EPUB Publications. The document takes an abstract approach to the accessibility requirements for EPUB Publications, similar to how WCAG 2 separates its accessibility guidelines from the techniques to achieve them. This approach allows the guidelines to remain stable even as the format evolves.

To facilitate this approach, a companion EPUB Accessibility Techniques 1.1 has also been published today as a W3C Working Group Note, which outlines conformance techniques. These techniques explain how to meet the requirements of this document for different versions of EPUB.

The Working Group welcomes comments via the GitHub repository issues.

W3C Workshop Report: Maps for the Web

8 February 2021 | Archive

Maps of Montreal, past, present, and future. W3C is pleased to announce a report from the W3C/OGC Joint Workshop Series on Maps for the Web, held in September & October, 2020.

Through live presentations, panel discussions, and pre-recorded videos, workshop participants discussed requirements and proposals for Web platform maps.

As an outcome of the workshop, participants seek to initiate a cross-community (W3C, OGC among others) working group that will define a roadmap to specify and implement native Web maps. The ongoing work was initiated and has been incubated in the ​W3C Maps for HTML Community Group​ since late 2014. Anyone interested in participating in the Maps for the Web discussions should join the free W3C Community Group.

W3C thanks our sponsor, Natural Resources Canada, the ​Program Committee​, our co-host, the Open Geospatial Consortium, and all the participants for making this event a success. Please read more in the W3C Blog post.

Upcoming: W3C Workshop on Wide Color Gamut and High Dynamic Range for the Web

23 December 2020 | Archive

chromaticity diagram of wide color gamut W3C announced today the W3C Workshop on Wide Color Gamut (WCG) and High Dynamic Range (HDR) for the Web, which is being organized as a virtual event in April-May 2021.

The primary goal of the workshop is to bring together browser vendors, content creators, color scientists, and experts in other relevant areas (e.g. accessibility, scripting, security, web) to converge on technologies for enabling WCG and HDR on the Open Web Platform.

The event will be organized as a combination of pre-recorded talks (expressions of interest are due 30 January, with recorded talks to be submitted by 15 March 2021) followed by online issue raising on GitHub, and culminating in a series of live sessions in April and May, organized around three main themes:

  • Wide Color Gamut on the Web
  • High Dynamic Range on the Web
  • WCG and HDR Standardization Landscape

The event is free and open to anyone with relevant perspectives on the topic to register for the event. For more information on the workshop, please see the workshop details and submission instructions.

Deadline to submit a proposal for a talk is 30 January 2021, and registration will be open from mid January until April.

More news… RSS Atom

Events Header link

About W3C Header link

The World Wide Web Consortium (W3C) is an international community that develops open standards to ensure the long-term growth of the Web.

Donations Header link

Become a Friend of W3C: support the W3C mission and free developer tools.

W3C Member Testimonial Header link

Accessibility Foundation logo

Accessibility Foundation

The Accessibility Foundation is an expertise center providing information, research, Web evaluation and training in the field of accessibility of Web sites and Web applications to companies and governments. We are committed to the development of Web accessibility standards at W3C.

Web Accessibility and W3C standards (Video) Header link

Thumbnail of Web Accessibility and W3C Standards Video

Watch our video on Web Accessibility and W3C standards!

TooltipText=null 20:07:28.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 20:07:28.091 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 20:07:28.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 20:07:28.091 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 20:07:28.091 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 20:07:28.092 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:07:28.093 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text= World Wide Web Consortium (W3C)

News

W3C accepting proposals for Professional Employer Organization (PEO) Services

4 March 2021 | Archive

W3C

Since its founding in 1994 by Web Inventor Tim Berners-Lee, the World Wide Web Consortium has developed the foundational technical standards upon which the Web has flourished. The Web and its place in society have changed dramatically, and the Web Consortium has been at the core of its technical interoperability. Today we need a more dramatic transformation to address the opportunities and threats the Web now faces and to continue to shape its future constructively.

W3C is currently headquartered in Massachusetts, with staff members distributed around the world. Four institutions partner to “host” W3C: MIT (USA), ERCIM (France), Keio University (Japan), and Beihang University (China). We are planning the transition to a USA-based incorporated legal entity, a 501(c)(3) non-profit, as of January 1, 2022, which will continue to work with the distributed staff while consolidating financial and administrative functions. The Web Consortium is accepting proposals for Professional Employer Organization (PEO) Services; please consult our RFP.

If your organization provides these services please submit a proposal by email to W3CLEadmin@w3.org. If you have any questions, you can send them to that same address.

Interested parties must respond by Friday, March 26, 2021, and we expect to make a selection by Friday, April 9, 2021. We look forward to getting some robust responses!

WebRTC 1.0 is a W3C Recommendation

26 January 2021 | Archive

WebRTC already serves as a cornerstone of online communication and collaboration services. The WebRTC framework provides the building blocks from which web and app developers can seamlessly add video chat and peer-to-peer data exchange to a range of applications. Billions of users can interact now that WebRTC makes live video chat easier than ever on the Web. To learn more about this timely achievement and what the future holds for WebRTC, please, read our press release.

Updated Candidate Recommendation: Timed Text Markup Language 2 (TTML2) (2nd Edition)

9 March 2021 | Archive

The Timed Text (TT) Working Group invites implementation of its updated Candidate Recommendation of Timed Text Markup Language 2 (TTML2) (2nd Edition). This document specifies the Second Edition of the Timed Text Markup Language (TTML), Version 2, also known as TTML2 (2e), in terms of a vocabulary and semantics thereof. The Timed Text Markup Language is a content type that represents timed text media for the purpose of interchange among authoring systems. Timed text is textual information that is intrinsically or extrinsically associated with timing information. It is intended to be used for the purpose of transcoding or exchanging timed text information among legacy distribution content formats presently in use for subtitling and captioning functions.

Comments are welcome by 6 April 2021.

W3C Invites Implementations of WAI-ARIA 1.2

2 March 2021 | Archive

The Accessible Rich Internet Applications Working Group invites implementations of a Candidate Recommendation of Accessible Rich Internet Applications (WAI-ARIA) 1.2. This specification provides an ontology of roles, states, and properties that define accessible user interface elements and can be used to improve the accessibility and interoperability of web content and applications. These semantics are designed to allow an author to properly convey user interface behaviors and structural information to assistive technologies in document-level markup. This version adds features new since WAI-ARIA 1.1 to improve interoperability with assistive technologies to form a more consistent accessibility model for [HTML] and [SVG2]. This specification complements both [HTML] and [SVG2].

Please share any implementations or comments by 5 April 2021.

Call for Review: Web Authentication: An API for accessing Public Key Credentials Level 2 is a W3C Proposed Recommendation

25 February 2021 | Archive

The Web Authentication Working Group has published a Proposed Recommendation of Web Authentication: An API for accessing Public Key Credentials Level 2. This specification defines an API enabling the creation and use of strong, attested, scoped, public key-based credentials by web applications, for the purpose of strongly authenticating users. This is Web Authentication Level 2. Substantive changes since Level 1 are:

  • Added new method to allow Discoverable/Resident Credentials Preferred
  • New methods added for Attestation Objects
  • Added Attestation types (Enterprise, Apple)
  • Added Large Blob storage and credential properties

Explanatory materials and implementation considerations have been updated as well.

Comments are welcome through 26 March 2021.

First Public Working Draft: EPUB Accessibility 1.1

23 February 2021 | Archive

The EPUB 3 Working Group has published a First Public Working Draft of EPUB Accessibility 1.1. This document specifies content conformance requirements for verifying the accessibility of EPUB Publications. It also specifies accessibility metadata requirements for the discoverability of EPUB Publications. The document takes an abstract approach to the accessibility requirements for EPUB Publications, similar to how WCAG 2 separates its accessibility guidelines from the techniques to achieve them. This approach allows the guidelines to remain stable even as the format evolves.

To facilitate this approach, a companion EPUB Accessibility Techniques 1.1 has also been published today as a W3C Working Group Note, which outlines conformance techniques. These techniques explain how to meet the requirements of this document for different versions of EPUB.

The Working Group welcomes comments via the GitHub repository issues.

W3C Workshop Report: Maps for the Web

8 February 2021 | Archive

Maps of Montreal, past, present, and future. W3C is pleased to announce a report from the W3C/OGC Joint Workshop Series on Maps for the Web, held in September & October, 2020.

Through live presentations, panel discussions, and pre-recorded videos, workshop participants discussed requirements and proposals for Web platform maps.

As an outcome of the workshop, participants seek to initiate a cross-community (W3C, OGC among others) working group that will define a roadmap to specify and implement native Web maps. The ongoing work was initiated and has been incubated in the ​W3C Maps for HTML Community Group​ since late 2014. Anyone interested in participating in the Maps for the Web discussions should join the free W3C Community Group.

W3C thanks our sponsor, Natural Resources Canada, the ​Program Committee​, our co-host, the Open Geospatial Consortium, and all the participants for making this event a success. Please read more in the W3C Blog post.

Upcoming: W3C Workshop on Wide Color Gamut and High Dynamic Range for the Web

23 December 2020 | Archive

chromaticity diagram of wide color gamut W3C announced today the W3C Workshop on Wide Color Gamut (WCG) and High Dynamic Range (HDR) for the Web, which is being organized as a virtual event in April-May 2021.

The primary goal of the workshop is to bring together browser vendors, content creators, color scientists, and experts in other relevant areas (e.g. accessibility, scripting, security, web) to converge on technologies for enabling WCG and HDR on the Open Web Platform.

The event will be organized as a combination of pre-recorded talks (expressions of interest are due 30 January, with recorded talks to be submitted by 15 March 2021) followed by online issue raising on GitHub, and culminating in a series of live sessions in April and May, organized around three main themes:

  • Wide Color Gamut on the Web
  • High Dynamic Range on the Web
  • WCG and HDR Standardization Landscape

The event is free and open to anyone with relevant perspectives on the topic to register for the event. For more information on the workshop, please see the workshop details and submission instructions.

Deadline to submit a proposal for a talk is 30 January 2021, and registration will be open from mid January until April.

More news… RSS Atom

Events Header link

About W3C Header link

The World Wide Web Consortium (W3C) is an international community that develops open standards to ensure the long-term growth of the Web.

Donations Header link

Become a Friend of W3C: support the W3C mission and free developer tools.

W3C Member Testimonial Header link

Accessibility Foundation logo

Accessibility Foundation

The Accessibility Foundation is an expertise center providing information, research, Web evaluation and training in the field of accessibility of Web sites and Web applications to companies and governments. We are committed to the development of Web accessibility standards at W3C.

Web Accessibility and W3C standards (Video) Header link

Thumbnail of Web Accessibility and W3C Standards Video

Watch our video on Web Accessibility and W3C standards!

TooltipText=null 20:07:28.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 20:07:28.094 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 20:07:28.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 20:07:28.094 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 20:07:28.094 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 20:07:28.095 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:07:28.095 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text= World Wide Web Consortium (W3C)

News

W3C accepting proposals for Professional Employer Organization (PEO) Services

4 March 2021 | Archive

W3C

Since its founding in 1994 by Web Inventor Tim Berners-Lee, the World Wide Web Consortium has developed the foundational technical standards upon which the Web has flourished. The Web and its place in society have changed dramatically, and the Web Consortium has been at the core of its technical interoperability. Today we need a more dramatic transformation to address the opportunities and threats the Web now faces and to continue to shape its future constructively.

W3C is currently headquartered in Massachusetts, with staff members distributed around the world. Four institutions partner to “host” W3C: MIT (USA), ERCIM (France), Keio University (Japan), and Beihang University (China). We are planning the transition to a USA-based incorporated legal entity, a 501(c)(3) non-profit, as of January 1, 2022, which will continue to work with the distributed staff while consolidating financial and administrative functions. The Web Consortium is accepting proposals for Professional Employer Organization (PEO) Services; please consult our RFP.

If your organization provides these services please submit a proposal by email to W3CLEadmin@w3.org. If you have any questions, you can send them to that same address.

Interested parties must respond by Friday, March 26, 2021, and we expect to make a selection by Friday, April 9, 2021. We look forward to getting some robust responses!

WebRTC 1.0 is a W3C Recommendation

26 January 2021 | Archive

WebRTC already serves as a cornerstone of online communication and collaboration services. The WebRTC framework provides the building blocks from which web and app developers can seamlessly add video chat and peer-to-peer data exchange to a range of applications. Billions of users can interact now that WebRTC makes live video chat easier than ever on the Web. To learn more about this timely achievement and what the future holds for WebRTC, please, read our press release.

Updated Candidate Recommendation: Timed Text Markup Language 2 (TTML2) (2nd Edition)

9 March 2021 | Archive

The Timed Text (TT) Working Group invites implementation of its updated Candidate Recommendation of Timed Text Markup Language 2 (TTML2) (2nd Edition). This document specifies the Second Edition of the Timed Text Markup Language (TTML), Version 2, also known as TTML2 (2e), in terms of a vocabulary and semantics thereof. The Timed Text Markup Language is a content type that represents timed text media for the purpose of interchange among authoring systems. Timed text is textual information that is intrinsically or extrinsically associated with timing information. It is intended to be used for the purpose of transcoding or exchanging timed text information among legacy distribution content formats presently in use for subtitling and captioning functions.

Comments are welcome by 6 April 2021.

W3C Invites Implementations of WAI-ARIA 1.2

2 March 2021 | Archive

The Accessible Rich Internet Applications Working Group invites implementations of a Candidate Recommendation of Accessible Rich Internet Applications (WAI-ARIA) 1.2. This specification provides an ontology of roles, states, and properties that define accessible user interface elements and can be used to improve the accessibility and interoperability of web content and applications. These semantics are designed to allow an author to properly convey user interface behaviors and structural information to assistive technologies in document-level markup. This version adds features new since WAI-ARIA 1.1 to improve interoperability with assistive technologies to form a more consistent accessibility model for [HTML] and [SVG2]. This specification complements both [HTML] and [SVG2].

Please share any implementations or comments by 5 April 2021.

Call for Review: Web Authentication: An API for accessing Public Key Credentials Level 2 is a W3C Proposed Recommendation

25 February 2021 | Archive

The Web Authentication Working Group has published a Proposed Recommendation of Web Authentication: An API for accessing Public Key Credentials Level 2. This specification defines an API enabling the creation and use of strong, attested, scoped, public key-based credentials by web applications, for the purpose of strongly authenticating users. This is Web Authentication Level 2. Substantive changes since Level 1 are:

  • Added new method to allow Discoverable/Resident Credentials Preferred
  • New methods added for Attestation Objects
  • Added Attestation types (Enterprise, Apple)
  • Added Large Blob storage and credential properties

Explanatory materials and implementation considerations have been updated as well.

Comments are welcome through 26 March 2021.

First Public Working Draft: EPUB Accessibility 1.1

23 February 2021 | Archive

The EPUB 3 Working Group has published a First Public Working Draft of EPUB Accessibility 1.1. This document specifies content conformance requirements for verifying the accessibility of EPUB Publications. It also specifies accessibility metadata requirements for the discoverability of EPUB Publications. The document takes an abstract approach to the accessibility requirements for EPUB Publications, similar to how WCAG 2 separates its accessibility guidelines from the techniques to achieve them. This approach allows the guidelines to remain stable even as the format evolves.

To facilitate this approach, a companion EPUB Accessibility Techniques 1.1 has also been published today as a W3C Working Group Note, which outlines conformance techniques. These techniques explain how to meet the requirements of this document for different versions of EPUB.

The Working Group welcomes comments via the GitHub repository issues.

W3C Workshop Report: Maps for the Web

8 February 2021 | Archive

Maps of Montreal, past, present, and future. W3C is pleased to announce a report from the W3C/OGC Joint Workshop Series on Maps for the Web, held in September & October, 2020.

Through live presentations, panel discussions, and pre-recorded videos, workshop participants discussed requirements and proposals for Web platform maps.

As an outcome of the workshop, participants seek to initiate a cross-community (W3C, OGC among others) working group that will define a roadmap to specify and implement native Web maps. The ongoing work was initiated and has been incubated in the ​W3C Maps for HTML Community Group​ since late 2014. Anyone interested in participating in the Maps for the Web discussions should join the free W3C Community Group.

W3C thanks our sponsor, Natural Resources Canada, the ​Program Committee​, our co-host, the Open Geospatial Consortium, and all the participants for making this event a success. Please read more in the W3C Blog post.

Upcoming: W3C Workshop on Wide Color Gamut and High Dynamic Range for the Web

23 December 2020 | Archive

chromaticity diagram of wide color gamut W3C announced today the W3C Workshop on Wide Color Gamut (WCG) and High Dynamic Range (HDR) for the Web, which is being organized as a virtual event in April-May 2021.

The primary goal of the workshop is to bring together browser vendors, content creators, color scientists, and experts in other relevant areas (e.g. accessibility, scripting, security, web) to converge on technologies for enabling WCG and HDR on the Open Web Platform.

The event will be organized as a combination of pre-recorded talks (expressions of interest are due 30 January, with recorded talks to be submitted by 15 March 2021) followed by online issue raising on GitHub, and culminating in a series of live sessions in April and May, organized around three main themes:

  • Wide Color Gamut on the Web
  • High Dynamic Range on the Web
  • WCG and HDR Standardization Landscape

The event is free and open to anyone with relevant perspectives on the topic to register for the event. For more information on the workshop, please see the workshop details and submission instructions.

Deadline to submit a proposal for a talk is 30 January 2021, and registration will be open from mid January until April.

More news… RSS Atom

Events Header link

About W3C Header link

The World Wide Web Consortium (W3C) is an international community that develops open standards to ensure the long-term growth of the Web.

Donations Header link

Become a Friend of W3C: support the W3C mission and free developer tools.

W3C Member Testimonial Header link

Accessibility Foundation logo

Accessibility Foundation

The Accessibility Foundation is an expertise center providing information, research, Web evaluation and training in the field of accessibility of Web sites and Web applications to companies and governments. We are committed to the development of Web accessibility standards at W3C.

Web Accessibility and W3C standards (Video) Header link

Thumbnail of Web Accessibility and W3C Standards Video

Watch our video on Web Accessibility and W3C standards!

TooltipText=null 20:07:28.096 INFO [WorkbenchTestable][AbstractView] Close view 'Internal Web Browser' 20:07:28.096 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Internal Web Browser 20:07:28.096 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 20:07:28.097 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 20:07:28.140 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest 20:07:28.140 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:07:28.140 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:07:28.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:07:28.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:07:28.147 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWebBrowserView no-configuration(org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest) 20:07:28.147 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest 20:07:28.147 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:07:28.147 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:07:28.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:07:28.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.949 s - in org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest testBrowserEditor no-configuration(org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest) Time elapsed: 11.658 s testWebBrowserView no-configuration(org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest) Time elapsed: 11.288 s Running org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest 20:07:28.153 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest 20:07:28.153 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:07:28.153 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:07:28.153 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest 20:07:28.153 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:07:28.153 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 20:07:28.154 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:07:28.154 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 20:07:28.154 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:07:28.154 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:07:28.154 INFO [WorkbenchTestable][RequirementsRunner] Started test: testConstructorWithInternalBrowser no-configuration(org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest) 20:07:28.154 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest 20:07:28.154 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:07:28.154 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:07:28.154 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:07:28.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5957befc is found... 20:07:28.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5957befc is found finished successfully 20:07:28.257 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 '\*?\Qbrowser\E') 20:07:28.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:07:28.257 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:07:28.258 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:07:28.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:07:28.258 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:07:28.259 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:07:28.259 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text= TooltipText=null 20:07:28.259 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.browser.Browser with no referenced composite specified, index 0 and no matchers specified 20:07:28.259 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:07:28.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:07:28.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:07:28.259 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "browser"as the parent 20:07:28.260 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:07:28.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:07:28.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:07:28.260 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:07:28.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:07:28.260 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 20:07:28.260 INFO [WorkbenchTestable][AbstractBrowser] Set browser URL to 'http://www.w3.org/' 20:07:28.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 20:07:28.261 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 20:07:28.547 DEBUG [main][BrowserProgressListener] Calling chanded() 20:07:28.749 DEBUG [main][BrowserProgressListener] Calling chanded() 20:07:28.761 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 20:07:28.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 20:07:28.761 DEBUG [WorkbenchTestable][AbstractWait] Wait for 10 seconds 20:07:38.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 20:07:38.761 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 20:07:38.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 20:07:38.761 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.browser.Browser with no referenced composite specified, index 0 and no matchers specified 20:07:38.761 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:07:38.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:07:38.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:07:38.762 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "browser"as the parent 20:07:38.762 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:07:38.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:07:38.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:07:38.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:07:38.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:07:38.762 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 20:07:38.762 INFO [WorkbenchTestable][AbstractBrowser] Set browser URL to 'http://www.eclipse.org/' 20:07:38.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 20:07:38.762 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 20:07:38.763 DEBUG [main][BrowserProgressListener] Calling chanded() 20:07:38.812 DEBUG [main][BrowserProgressListener] Calling chanded() failed to create drawable 20:07:39.069 DEBUG [main][BrowserProgressListener] Calling chanded() 20:07:39.263 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 20:07:39.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 20:07:39.263 DEBUG [WorkbenchTestable][AbstractWait] Wait for 10 seconds 20:07:49.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 20:07:49.264 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 20:07:49.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 20:07:49.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 20:07:49.264 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 20:07:49.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 20:07:49.264 INFO [WorkbenchTestable][AbstractBrowser] Evaluate script: return document.documentElement.innerHTML; 20:07:49.271 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:07:49.271 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text= Enabling Open Innovation & Collaboration | The Eclipse Foundation Skip to main content

Back to the top

TooltipText=null 20:07:49.271 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 20:07:49.271 DEBUG [WorkbenchTestable][EditorHandler] Closing editor browser 20:07:49.303 DEBUG [WorkbenchTestable][EditorHandler] Editor browser is closed 20:07:49.303 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest 20:07:49.303 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:07:49.303 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:07:49.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:07:49.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:07:49.304 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testConstructorWithInternalBrowser no-configuration(org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest) 20:07:49.304 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:07:49.304 INFO [WorkbenchTestable][RequirementsRunner] Started test: testText no-configuration(org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest) 20:07:49.304 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest 20:07:49.304 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:07:49.304 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:07:49.304 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:07:49.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@77c2663e is found... 20:07:49.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@77c2663e is found finished successfully 20:07:49.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qbrowser\E') 20:07:49.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:07:49.381 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:07:49.382 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:07:49.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:07:49.382 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:07:49.384 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:07:49.384 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text= TooltipText=null 20:07:49.384 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.browser.Browser with no referenced composite specified, index 0 and no matchers specified 20:07:49.384 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:07:49.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:07:49.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:07:49.384 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "browser"as the parent 20:07:49.384 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:07:49.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:07:49.384 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:07:49.384 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:07:49.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:07:49.384 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 20:07:49.385 INFO [WorkbenchTestable][AbstractBrowser] Set browser URL to 'http://www.w3.org/' 20:07:49.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 20:07:49.385 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 20:07:49.664 DEBUG [main][BrowserProgressListener] Calling chanded() 20:07:49.867 DEBUG [main][BrowserProgressListener] Calling chanded() 20:07:49.885 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 20:07:49.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 20:07:49.885 DEBUG [WorkbenchTestable][AbstractWait] Wait for 10 seconds 20:07:59.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 20:07:59.885 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 20:07:59.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 20:07:59.886 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.browser.Browser with no referenced composite specified, index 0 and no matchers specified 20:07:59.886 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:07:59.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:07:59.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:07:59.886 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "browser"as the parent 20:07:59.886 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:07:59.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:07:59.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:07:59.887 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:07:59.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:07:59.887 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 20:07:59.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 20:07:59.887 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 20:07:59.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 20:07:59.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 20:07:59.887 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 20:07:59.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 20:07:59.887 INFO [WorkbenchTestable][AbstractBrowser] Evaluate script: return document.documentElement.innerHTML; 20:07:59.892 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:07:59.892 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text= World Wide Web Consortium (W3C)

News

W3C accepting proposals for Professional Employer Organization (PEO) Services

4 March 2021 | Archive

W3C

Since its founding in 1994 by Web Inventor Tim Berners-Lee, the World Wide Web Consortium has developed the foundational technical standards upon which the Web has flourished. The Web and its place in society have changed dramatically, and the Web Consortium has been at the core of its technical interoperability. Today we need a more dramatic transformation to address the opportunities and threats the Web now faces and to continue to shape its future constructively.

W3C is currently headquartered in Massachusetts, with staff members distributed around the world. Four institutions partner to “host” W3C: MIT (USA), ERCIM (France), Keio University (Japan), and Beihang University (China). We are planning the transition to a USA-based incorporated legal entity, a 501(c)(3) non-profit, as of January 1, 2022, which will continue to work with the distributed staff while consolidating financial and administrative functions. The Web Consortium is accepting proposals for Professional Employer Organization (PEO) Services; please consult our RFP.

If your organization provides these services please submit a proposal by email to W3CLEadmin@w3.org. If you have any questions, you can send them to that same address.

Interested parties must respond by Friday, March 26, 2021, and we expect to make a selection by Friday, April 9, 2021. We look forward to getting some robust responses!

WebRTC 1.0 is a W3C Recommendation

26 January 2021 | Archive

WebRTC already serves as a cornerstone of online communication and collaboration services. The WebRTC framework provides the building blocks from which web and app developers can seamlessly add video chat and peer-to-peer data exchange to a range of applications. Billions of users can interact now that WebRTC makes live video chat easier than ever on the Web. To learn more about this timely achievement and what the future holds for WebRTC, please, read our press release.

Updated Candidate Recommendation: Timed Text Markup Language 2 (TTML2) (2nd Edition)

9 March 2021 | Archive

The Timed Text (TT) Working Group invites implementation of its updated Candidate Recommendation of Timed Text Markup Language 2 (TTML2) (2nd Edition). This document specifies the Second Edition of the Timed Text Markup Language (TTML), Version 2, also known as TTML2 (2e), in terms of a vocabulary and semantics thereof. The Timed Text Markup Language is a content type that represents timed text media for the purpose of interchange among authoring systems. Timed text is textual information that is intrinsically or extrinsically associated with timing information. It is intended to be used for the purpose of transcoding or exchanging timed text information among legacy distribution content formats presently in use for subtitling and captioning functions.

Comments are welcome by 6 April 2021.

W3C Invites Implementations of WAI-ARIA 1.2

2 March 2021 | Archive

The Accessible Rich Internet Applications Working Group invites implementations of a Candidate Recommendation of Accessible Rich Internet Applications (WAI-ARIA) 1.2. This specification provides an ontology of roles, states, and properties that define accessible user interface elements and can be used to improve the accessibility and interoperability of web content and applications. These semantics are designed to allow an author to properly convey user interface behaviors and structural information to assistive technologies in document-level markup. This version adds features new since WAI-ARIA 1.1 to improve interoperability with assistive technologies to form a more consistent accessibility model for [HTML] and [SVG2]. This specification complements both [HTML] and [SVG2].

Please share any implementations or comments by 5 April 2021.

Call for Review: Web Authentication: An API for accessing Public Key Credentials Level 2 is a W3C Proposed Recommendation

25 February 2021 | Archive

The Web Authentication Working Group has published a Proposed Recommendation of Web Authentication: An API for accessing Public Key Credentials Level 2. This specification defines an API enabling the creation and use of strong, attested, scoped, public key-based credentials by web applications, for the purpose of strongly authenticating users. This is Web Authentication Level 2. Substantive changes since Level 1 are:

  • Added new method to allow Discoverable/Resident Credentials Preferred
  • New methods added for Attestation Objects
  • Added Attestation types (Enterprise, Apple)
  • Added Large Blob storage and credential properties

Explanatory materials and implementation considerations have been updated as well.

Comments are welcome through 26 March 2021.

First Public Working Draft: EPUB Accessibility 1.1

23 February 2021 | Archive

The EPUB 3 Working Group has published a First Public Working Draft of EPUB Accessibility 1.1. This document specifies content conformance requirements for verifying the accessibility of EPUB Publications. It also specifies accessibility metadata requirements for the discoverability of EPUB Publications. The document takes an abstract approach to the accessibility requirements for EPUB Publications, similar to how WCAG 2 separates its accessibility guidelines from the techniques to achieve them. This approach allows the guidelines to remain stable even as the format evolves.

To facilitate this approach, a companion EPUB Accessibility Techniques 1.1 has also been published today as a W3C Working Group Note, which outlines conformance techniques. These techniques explain how to meet the requirements of this document for different versions of EPUB.

The Working Group welcomes comments via the GitHub repository issues.

W3C Workshop Report: Maps for the Web

8 February 2021 | Archive

Maps of Montreal, past, present, and future. W3C is pleased to announce a report from the W3C/OGC Joint Workshop Series on Maps for the Web, held in September & October, 2020.

Through live presentations, panel discussions, and pre-recorded videos, workshop participants discussed requirements and proposals for Web platform maps.

As an outcome of the workshop, participants seek to initiate a cross-community (W3C, OGC among others) working group that will define a roadmap to specify and implement native Web maps. The ongoing work was initiated and has been incubated in the ​W3C Maps for HTML Community Group​ since late 2014. Anyone interested in participating in the Maps for the Web discussions should join the free W3C Community Group.

W3C thanks our sponsor, Natural Resources Canada, the ​Program Committee​, our co-host, the Open Geospatial Consortium, and all the participants for making this event a success. Please read more in the W3C Blog post.

Upcoming: W3C Workshop on Wide Color Gamut and High Dynamic Range for the Web

23 December 2020 | Archive

chromaticity diagram of wide color gamut W3C announced today the W3C Workshop on Wide Color Gamut (WCG) and High Dynamic Range (HDR) for the Web, which is being organized as a virtual event in April-May 2021.

The primary goal of the workshop is to bring together browser vendors, content creators, color scientists, and experts in other relevant areas (e.g. accessibility, scripting, security, web) to converge on technologies for enabling WCG and HDR on the Open Web Platform.

The event will be organized as a combination of pre-recorded talks (expressions of interest are due 30 January, with recorded talks to be submitted by 15 March 2021) followed by online issue raising on GitHub, and culminating in a series of live sessions in April and May, organized around three main themes:

  • Wide Color Gamut on the Web
  • High Dynamic Range on the Web
  • WCG and HDR Standardization Landscape

The event is free and open to anyone with relevant perspectives on the topic to register for the event. For more information on the workshop, please see the workshop details and submission instructions.

Deadline to submit a proposal for a talk is 30 January 2021, and registration will be open from mid January until April.

More news… RSS Atom

Events Header link

About W3C Header link

The World Wide Web Consortium (W3C) is an international community that develops open standards to ensure the long-term growth of the Web.

Donations Header link

Become a Friend of W3C: support the W3C mission and free developer tools.

W3C Member Testimonial Header link

Entersekt logo

Entersekt

Entersekt’s vision is to make the digital world a safer, more user-friendly place to live and do business. As a leading provider of strong device identity and user authentication, we work with the W3C to help drive innovation in the areas of digital identity, data privacy, and secure payments.

Web Accessibility and W3C standards (Video) Header link

Thumbnail of Web Accessibility and W3C Standards Video

Watch our video on Web Accessibility and W3C standards!

TooltipText=null 20:07:59.893 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 20:07:59.893 DEBUG [WorkbenchTestable][EditorHandler] Closing editor browser 20:07:59.923 DEBUG [WorkbenchTestable][EditorHandler] Editor browser is closed 20:07:59.923 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest 20:07:59.923 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:07:59.923 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:07:59.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:07:59.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:07:59.924 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testText no-configuration(org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest) 20:07:59.924 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest 20:07:59.924 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:07:59.924 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:07:59.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:07:59.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 31.771 s - in org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest testConstructorWithInternalBrowser no-configuration(org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest) Time elapsed: 21.15 s testText no-configuration(org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest) Time elapsed: 10.62 s Running org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 20:07:59.930 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 20:07:59.930 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:07:59.930 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:07:59.930 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 20:07:59.930 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:07:59.930 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 20:07:59.931 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:07:59.931 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 20:07:59.931 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:07:59.931 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:07:59.932 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:07:59.932 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:07:59.932 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectDifferentTabsOnPreferencePageTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 20:07:59.932 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 20:07:59.932 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:07:59.932 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:07:59.932 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:07:59.932 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:07:59.932 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:07:59.932 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:07:59.932 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:07:59.932 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 20:07:59.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:07:59.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:07:59.933 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - New Task - Eclipse Platform' 20:07:59.933 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - New Task - Eclipse Platform' 20:07:59.933 DEBUG [main][MenuItemLookup] Found menu:'File' 20:07:59.934 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:07:59.934 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:07:59.934 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:07:59.934 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:07:59.934 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:07:59.934 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:07:59.934 DEBUG [main][MenuItemLookup] Item match:Window 20:07:59.934 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:07:59.934 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:07:59.934 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:07:59.934 DEBUG [main][MenuItemLookup] Found menu:'' 20:07:59.934 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:07:59.934 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:07:59.934 DEBUG [main][MenuItemLookup] Found menu:'' 20:07:59.934 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:07:59.934 DEBUG [main][MenuItemLookup] Found menu:'' 20:07:59.934 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:07:59.934 DEBUG [main][MenuItemLookup] Item match:Preferences 20:07:59.934 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:07:59.934 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:07:59.934 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:08:00.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 20:08:00.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 20:08:00.016 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:08:00.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:00.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:00.017 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:08:00.017 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:00.017 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 20:08:00.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:00.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:00.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:00.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:00.017 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:08:00.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:08:00.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:08:00.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 20:08:00.018 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:08:00.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:00.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:00.520 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:08:00.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 20:08:00.521 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:08:00.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:00.521 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:08:00.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:00.521 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:08:00.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children... 20:08:00.521 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 20:08:00.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:01.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:01.022 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 20:08:01.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children finished successfully 20:08:01.024 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 20:08:01.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:01.024 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 20:08:01.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:01.025 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 20:08:01.025 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Secure Storage 20:08:01.025 DEBUG [main][TreeItemHandler] Selecting tree item: Secure Storage 20:08:01.025 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Secure Storage about selection 20:08:01.025 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Secure Storage 20:08:01.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:01.068 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:01.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:08:01.570 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:01.571 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:01.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:01.571 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") 20:08:01.571 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:08:01.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:08:01.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:08:01.571 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 20:08:01.571 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:08:01.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:01.571 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:01.572 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:01.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:01.572 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 20:08:01.579 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") 20:08:01.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:01.580 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:01.580 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:01.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:01.580 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 20:08:01.580 INFO [WorkbenchTestable][AbstractTabItem] Activate Contents 20:08:01.586 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") 20:08:01.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:01.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:01.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:01.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:01.587 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 20:08:01.587 INFO [WorkbenchTestable][AbstractTabItem] Activate Advanced 20:08:01.590 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") 20:08:01.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:01.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:01.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:01.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:01.590 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 20:08:01.591 INFO [WorkbenchTestable][AbstractTabItem] Activate Password 20:08:01.591 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) 20:08:01.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:01.591 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:01.592 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:01.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:01.592 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:08:01.593 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:08:01.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:08:01.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:08:01.593 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:08:01.593 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:01.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:08:01.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:08:01.650 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 20:08:01.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:01.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:01.650 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 20:08:01.650 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:08:01.650 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:08:01.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:08:01.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:08:01.651 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectDifferentTabsOnPreferencePageTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 20:08:01.651 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:08:01.651 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:01.651 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:08:01.651 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAvailableEncryptionAlgorithmsTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 20:08:01.651 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 20:08:01.651 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:08:01.651 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:08:01.651 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:08:01.651 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:08:01.651 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:01.651 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:08:01.651 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:01.651 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 20:08:01.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:01.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:01.651 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - New Task - Eclipse Platform' 20:08:01.652 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - New Task - Eclipse Platform' 20:08:01.652 DEBUG [main][MenuItemLookup] Found menu:'File' 20:08:01.652 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:08:01.652 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:08:01.652 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:08:01.652 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:08:01.652 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:08:01.652 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:08:01.652 DEBUG [main][MenuItemLookup] Item match:Window 20:08:01.652 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:08:01.652 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:08:01.652 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:08:01.652 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:01.652 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:08:01.652 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:08:01.652 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:01.652 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:08:01.652 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:01.652 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:08:01.652 DEBUG [main][MenuItemLookup] Item match:Preferences 20:08:01.652 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:08:01.652 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:08:01.652 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:08: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.... 20:08:02.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 20:08:02.366 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:08:02.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:02.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:02.372 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:08:02.372 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:02.372 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 20:08:02.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:02.372 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:02.372 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:02.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:02.372 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:08:02.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:08:02.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:08:02.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 20:08:02.373 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:08:02.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:02.373 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:08:02.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:02.373 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:08:02.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 20:08:02.373 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:08:02.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:02.373 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:08:02.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:02.373 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:08:02.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children... 20:08:02.374 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 20:08:02.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:02.374 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 20:08:02.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:02.374 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 20:08:02.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children finished successfully 20:08:02.374 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 20:08:02.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:02.374 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 20:08:02.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:02.374 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 20:08:02.374 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Secure Storage 20:08:02.374 DEBUG [main][TreeItemHandler] Selecting tree item: Secure Storage 20:08:02.374 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Secure Storage about selection 20:08:02.374 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Secure Storage 20:08:02.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:02.374 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:02.375 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:02.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:02.375 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") 20:08:02.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:02.375 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:02.375 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:02.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:02.375 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 20:08:02.375 INFO [WorkbenchTestable][AbstractTabItem] Activate Advanced 20:08:02.378 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 20:08:02.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:02.379 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:02.379 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:02.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:02.379 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 20:08:02.379 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 20:08:02.379 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:08:02.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:08:02.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:08:02.380 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 20:08:02.380 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:08:02.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:02.380 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:02.380 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:02.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:02.380 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 20:08:02.380 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) 20:08:02.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:02.380 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:02.381 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:02.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:02.381 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:08:02.381 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:08:02.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:08:02.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:08:02.381 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:08:02.381 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:02.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:08:02.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:08:02.411 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 20:08:02.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:02.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:02.412 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 20:08:02.412 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:08:02.412 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:08:02.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:08:02.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:08:02.412 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAvailableEncryptionAlgorithmsTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 20:08:02.412 INFO [WorkbenchTestable][RequirementsRunner] Test method changeMasterPasswordTest is ignored because @Ignore annotation is presented. 20:08:02.412 INFO [WorkbenchTestable][RequirementsRunner] Ignored test: changeMasterPasswordTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 20:08:02.412 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:08:02.412 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:02.413 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:08:02.413 INFO [WorkbenchTestable][RequirementsRunner] Started test: openStoragePreferencePageTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 20:08:02.413 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 20:08:02.413 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:08:02.413 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:08:02.413 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:08:02.413 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:08:02.413 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:02.413 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:08:02.413 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:02.413 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 20:08:02.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:02.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:02.413 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - New Task - Eclipse Platform' 20:08:02.413 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - New Task - Eclipse Platform' 20:08:02.413 DEBUG [main][MenuItemLookup] Found menu:'File' 20:08:02.413 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:08:02.413 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:08:02.413 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:08:02.413 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:08:02.413 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:08:02.413 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:08:02.413 DEBUG [main][MenuItemLookup] Item match:Window 20:08:02.414 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:08:02.414 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:08:02.414 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:08:02.414 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:02.414 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:08:02.414 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:08:02.414 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:02.414 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:08:02.414 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:02.414 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:08:02.414 DEBUG [main][MenuItemLookup] Item match:Preferences 20:08:02.414 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:08:02.414 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:08:02.414 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:08:02.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.... 20:08:03.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 20:08:03.072 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:08:03.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:03.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:03.078 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:08:03.078 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:03.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 20:08:03.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:03.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:03.078 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:03.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:03.078 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:08:03.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:08:03.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:08:03.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 20:08:03.079 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:08:03.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:03.079 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:08:03.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:03.079 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:08:03.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 20:08:03.079 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:08:03.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:03.079 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:08:03.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:03.079 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:08:03.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children... 20:08:03.080 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 20:08:03.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:03.080 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 20:08:03.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:03.080 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 20:08:03.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children finished successfully 20:08:03.080 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 20:08:03.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:03.080 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 20:08:03.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:03.080 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 20:08:03.080 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Secure Storage 20:08:03.080 DEBUG [main][TreeItemHandler] Selecting tree item: Secure Storage 20:08:03.080 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Secure Storage about selection 20:08:03.080 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Secure Storage 20:08:03.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:03.080 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:03.080 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:03.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:03.081 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 20:08:03.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:03.081 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:03.081 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:03.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:03.081 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 20:08:03.081 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) 20:08:03.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:03.081 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:03.082 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:03.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:03.082 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:08:03.082 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:08:03.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:08:03.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:08:03.082 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:08:03.082 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:03.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:08:03.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:08:03.125 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 20:08:03.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:03.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:03.125 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 20:08:03.125 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:08:03.125 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:08:03.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:08:03.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:08:03.125 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openStoragePreferencePageTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 20:08:03.125 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:08:03.125 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:03.125 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:08:03.125 INFO [WorkbenchTestable][RequirementsRunner] Started test: availableAlgorithmsContainsCurrentAlgorithmTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 20:08:03.125 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 20:08:03.125 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:08:03.125 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:08:03.125 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:08:03.125 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:08:03.140 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:03.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.*'] 20:08:03.140 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:03.140 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 20:08:03.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:03.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:03.140 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - New Task - Eclipse Platform' 20:08:03.140 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - New Task - Eclipse Platform' 20:08:03.141 DEBUG [main][MenuItemLookup] Found menu:'File' 20:08:03.141 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:08:03.141 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:08:03.141 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:08:03.141 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:08:03.141 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:08:03.141 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:08:03.141 DEBUG [main][MenuItemLookup] Item match:Window 20:08:03.141 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:08:03.141 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:08:03.141 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:08:03.141 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:03.141 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:08:03.141 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:08:03.141 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:03.141 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:08:03.141 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:03.141 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:08:03.141 DEBUG [main][MenuItemLookup] Item match:Preferences 20:08:03.141 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:08:03.141 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:08:03.142 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:08:03.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 20:08:03.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 20:08:03.814 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:08:03.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:03.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:03.823 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:08:03.823 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:03.823 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 20:08:03.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:03.823 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:03.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:03.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:03.824 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:08:03.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:08:03.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:08:03.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 20:08:03.825 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:08:03.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:03.825 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:08:03.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:03.825 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:08:03.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 20:08:03.825 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:08:03.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:03.825 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:08:03.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:03.825 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:08:03.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children... 20:08:03.825 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 20:08:03.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:03.826 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 20:08:03.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:03.826 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 20:08:03.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children finished successfully 20:08:03.826 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 20:08:03.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:03.826 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 20:08:03.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:03.826 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 20:08:03.826 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Secure Storage 20:08:03.826 DEBUG [main][TreeItemHandler] Selecting tree item: Secure Storage 20:08:03.826 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Secure Storage about selection 20:08:03.826 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Secure Storage 20:08:03.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:03.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:03.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:03.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:03.827 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") 20:08:03.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:03.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:03.828 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:03.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:03.828 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 20:08:03.828 INFO [WorkbenchTestable][AbstractTabItem] Activate Advanced 20:08:03.832 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 20:08:03.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:03.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:03.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:03.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:03.832 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 20:08:03.833 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") 20:08:03.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:03.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:03.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:03.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:03.834 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 20:08:03.834 INFO [WorkbenchTestable][AbstractTabItem] Activate Advanced 20:08:03.834 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 20:08:03.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:03.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:03.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:03.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:03.835 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 20:08:03.835 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) 20:08:03.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:03.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:03.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:03.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:03.836 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:08:03.837 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:08:03.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:08:03.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:08:03.837 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:08:03.837 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:03.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:08:03.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:08:03.877 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 20:08:03.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:03.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:03.877 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 20:08:03.877 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:08:03.878 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:08:03.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:08:03.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:08:03.878 INFO [WorkbenchTestable][RequirementsRunner] Finished test: availableAlgorithmsContainsCurrentAlgorithmTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 20:08:03.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.*'] 20:08:03.878 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:03.878 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:08:03.878 INFO [WorkbenchTestable][RequirementsRunner] Started test: getEncryptionAlgorithmTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 20:08:03.878 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 20:08:03.878 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:08:03.878 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:08:03.878 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:08:03.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.*'] 20:08:03.878 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:03.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.*'] 20:08:03.878 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:03.879 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 20:08:03.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:03.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:03.879 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - New Task - Eclipse Platform' 20:08:03.879 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - New Task - Eclipse Platform' 20:08:03.879 DEBUG [main][MenuItemLookup] Found menu:'File' 20:08:03.879 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:08:03.879 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:08:03.879 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:08:03.879 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:08:03.879 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:08:03.879 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:08:03.879 DEBUG [main][MenuItemLookup] Item match:Window 20:08:03.880 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:08:03.880 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:08:03.880 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:08:03.880 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:03.880 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:08:03.880 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:08:03.880 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:03.880 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:08:03.880 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:03.880 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:08:03.880 DEBUG [main][MenuItemLookup] Item match:Preferences 20:08:03.880 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:08:03.880 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:08:03.880 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:08:03.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 20:08:04.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 20:08:04.561 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:08:04.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:04.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:04.567 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:08:04.567 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:04.567 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 20:08:04.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:04.567 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:04.568 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:04.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:04.568 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:08:04.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:08:04.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:08:04.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 20:08:04.569 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:08:04.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:04.569 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:08:04.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:04.569 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:08:04.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 20:08:04.569 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:08:04.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:04.569 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:08:04.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:04.569 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:08:04.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children... 20:08:04.569 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 20:08:04.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:04.569 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 20:08:04.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:04.569 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 20:08:04.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children finished successfully 20:08:04.569 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 20:08:04.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:04.569 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 20:08:04.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:04.569 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 20:08:04.569 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Secure Storage 20:08:04.570 DEBUG [main][TreeItemHandler] Selecting tree item: Secure Storage 20:08:04.570 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Secure Storage about selection 20:08:04.570 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Secure Storage 20:08:04.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:04.570 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:04.570 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:04.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:04.570 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") 20:08:04.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:04.570 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:04.571 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:04.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:04.571 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 20:08:04.571 INFO [WorkbenchTestable][AbstractTabItem] Activate Advanced 20:08:04.575 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 20:08:04.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:04.575 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:04.576 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:04.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:04.576 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 20:08:04.576 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 20:08:04.576 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:08:04.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:08:04.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:08:04.577 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 20:08:04.577 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:08:04.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:04.577 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:04.577 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:04.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:04.577 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 20:08:04.577 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) 20:08:04.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:04.577 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:04.578 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:04.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:04.578 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:08:04.579 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:08:04.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:08:04.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:08:04.579 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:08:04.579 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:04.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:08:04.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:08:04.623 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 20:08:04.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:04.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:04.623 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 20:08:04.623 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:08:04.623 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:08:04.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:08:04.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:08:04.624 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getEncryptionAlgorithmTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 20:08:04.624 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:08:04.624 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:04.624 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:08:04.624 INFO [WorkbenchTestable][RequirementsRunner] Started test: setEncryptionAlgorithmTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 20:08:04.624 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 20:08:04.624 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:08:04.624 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:08:04.624 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:08:04.624 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:08:04.624 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:04.624 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:08:04.625 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:04.625 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 20:08:04.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:04.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:04.625 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - New Task - Eclipse Platform' 20:08:04.625 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - New Task - Eclipse Platform' 20:08:04.625 DEBUG [main][MenuItemLookup] Found menu:'File' 20:08:04.625 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:08:04.625 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:08:04.625 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:08:04.625 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:08:04.625 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:08:04.625 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:08:04.625 DEBUG [main][MenuItemLookup] Item match:Window 20:08:04.626 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:08:04.626 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:08:04.626 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:08:04.626 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:04.626 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:08:04.626 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:08:04.626 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:04.626 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:08:04.626 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:04.626 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:08:04.626 DEBUG [main][MenuItemLookup] Item match:Preferences 20:08:04.626 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:08:04.626 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:08:04.626 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:08:04.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 20:08:05.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. finished successfully 20:08:05.300 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:08:05.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:05.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:05.307 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:08:05.307 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:05.307 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 20:08:05.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:05.307 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:05.307 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:05.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:05.308 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:08:05.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:08:05.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:08:05.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 20:08:05.309 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:08:05.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:05.309 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:08:05.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:05.309 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:08:05.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 20:08:05.309 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:08:05.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:05.309 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:08:05.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:05.309 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:08:05.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children... 20:08:05.309 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 20:08:05.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:05.309 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 20:08:05.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:05.309 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 20:08:05.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children finished successfully 20:08:05.310 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 20:08:05.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:05.310 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 20:08:05.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:05.310 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 20:08:05.310 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Secure Storage 20:08:05.310 DEBUG [main][TreeItemHandler] Selecting tree item: Secure Storage 20:08:05.310 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Secure Storage about selection 20:08:05.310 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Secure Storage 20:08:05.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:05.310 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:05.311 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:05.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:05.311 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") 20:08:05.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:05.311 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:05.311 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:05.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:05.311 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 20:08:05.311 INFO [WorkbenchTestable][AbstractTabItem] Activate Advanced 20:08:05.315 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 20:08:05.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:05.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:05.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:05.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:05.315 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 20:08:05.316 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") 20:08:05.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:05.316 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:05.317 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:05.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:05.317 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 20:08:05.317 INFO [WorkbenchTestable][AbstractTabItem] Activate Advanced 20:08:05.317 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") 20:08:05.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:05.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:05.317 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:05.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:05.317 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 20:08:05.317 INFO [WorkbenchTestable][AbstractTabItem] Activate Advanced 20:08:05.317 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 20:08:05.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:05.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:05.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:05.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:05.318 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 20:08:05.318 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 20:08:05.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:05.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:05.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:05.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:05.319 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 20:08:05.319 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo PBEWithMD5AndDES to selection: PBEWithHmacSHA224AndAES_128 20:08:05.319 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") 20:08:05.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:05.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:05.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:05.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:05.320 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 20:08:05.320 INFO [WorkbenchTestable][AbstractTabItem] Activate Advanced 20:08:05.320 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 20:08:05.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:05.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:05.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:05.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:05.321 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 20:08:05.321 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) 20:08:05.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:05.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:05.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:05.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:05.322 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:08:05.322 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:08:05.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:08:05.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:08:05.322 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:08:05.322 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:05.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:08:05.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:08:05.365 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 20:08:05.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:05.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:05.365 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 20:08:05.365 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:08:05.365 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:08:05.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:08:05.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:08:05.365 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setEncryptionAlgorithmTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 20:08:05.366 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:08:05.366 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:05.366 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:08:05.366 INFO [WorkbenchTestable][RequirementsRunner] Started test: getStorageLocationTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 20:08:05.366 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 20:08:05.366 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:08:05.366 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:08:05.366 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:08:05.366 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:08:05.366 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:05.366 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:08:05.366 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:05.366 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 20:08:05.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:05.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:05.366 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - New Task - Eclipse Platform' 20:08:05.366 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - New Task - Eclipse Platform' 20:08:05.367 DEBUG [main][MenuItemLookup] Found menu:'File' 20:08:05.367 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:08:05.367 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:08:05.367 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:08:05.367 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:08:05.367 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:08:05.367 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:08:05.367 DEBUG [main][MenuItemLookup] Item match:Window 20:08:05.367 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:08:05.367 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:08:05.367 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:08:05.367 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:05.367 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:08:05.367 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:08:05.367 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:05.367 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:08:05.367 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:05.367 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:08:05.367 DEBUG [main][MenuItemLookup] Item match:Preferences 20:08:05.367 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:08:05.367 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:08:05.380 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:08:05.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.... 20:08:05.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 'Preferences.*'] is available. finished successfully 20:08:05.560 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:08:05.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:05.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:05.561 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:08:05.561 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:05.561 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 20:08:05.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:05.561 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:05.561 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:05.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:05.561 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:08:05.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:08:05.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:08:05.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 20:08:05.562 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:08:05.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:05.562 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:08:05.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:05.562 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:08:05.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 20:08:05.562 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:08:05.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:05.563 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:08:05.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:05.563 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:08:05.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children... 20:08:05.563 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 20:08:05.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:05.563 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 20:08:05.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:05.563 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 20:08:05.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children finished successfully 20:08:05.563 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 20:08:05.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:05.563 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 20:08:05.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:05.563 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 20:08:05.563 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Secure Storage 20:08:05.563 DEBUG [main][TreeItemHandler] Selecting tree item: Secure Storage 20:08:05.564 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Secure Storage about selection 20:08:05.564 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Secure Storage 20:08:05.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:05.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:05.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:05.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:05.564 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") 20:08:05.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:05.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:05.565 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:05.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:05.565 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 20:08:05.565 INFO [WorkbenchTestable][AbstractTabItem] Activate Contents 20:08:05.569 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:") 20:08:05.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:05.570 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:05.572 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:05.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:05.573 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:08:05.573 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:08:05.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) 20:08:05.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:05.574 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:05.583 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:05.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:05.583 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:08:05.584 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:08:05.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:08:05.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:08:05.584 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:08:05.584 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:05.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:08:05.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:08:05.627 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 20:08:05.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:05.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:05.628 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 20:08:05.628 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:08:05.628 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:08:05.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:08:05.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:08:05.628 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getStorageLocationTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 20:08:05.628 INFO [WorkbenchTestable][RequirementsRunner] Test method recoverMasterPasswordTest is ignored because @Ignore annotation is presented. 20:08:05.628 INFO [WorkbenchTestable][RequirementsRunner] Ignored test: recoverMasterPasswordTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 20:08:05.628 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:08:05.629 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:05.629 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:08:05.629 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMasterPasswordProvidersTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 20:08:05.629 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 20:08:05.629 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:08:05.629 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:08:05.629 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:08:05.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.*'] 20:08:05.629 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:05.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.*'] 20:08:05.629 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:05.629 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 20:08:05.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:05.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:05.629 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - New Task - Eclipse Platform' 20:08:05.629 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - New Task - Eclipse Platform' 20:08:05.629 DEBUG [main][MenuItemLookup] Found menu:'File' 20:08:05.630 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:08:05.630 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:08:05.630 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:08:05.630 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:08:05.630 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:08:05.630 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:08:05.630 DEBUG [main][MenuItemLookup] Item match:Window 20:08:05.630 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:08:05.630 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:08:05.630 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:08:05.630 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:05.630 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:08:05.630 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:08:05.630 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:05.630 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:08:05.630 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:05.630 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:08:05.630 DEBUG [main][MenuItemLookup] Item match:Preferences 20:08:05.630 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:08:05.630 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:08:05.630 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:08:05.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 20:08:06.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 20:08:06.231 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:08:06.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:06.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:06.237 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:08:06.237 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:06.237 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 20:08:06.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:06.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:06.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:06.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:06.237 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:08:06.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:08:06.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:08:06.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 20:08:06.239 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:08:06.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:06.239 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:08:06.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:06.239 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:08:06.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 20:08:06.239 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:08:06.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:06.239 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:08:06.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:06.239 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:08:06.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children... 20:08:06.239 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 20:08:06.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:06.239 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 20:08:06.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:06.240 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 20:08:06.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children finished successfully 20:08:06.240 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 20:08:06.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:06.240 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 20:08:06.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:06.240 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 20:08:06.240 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Secure Storage 20:08:06.240 DEBUG [main][TreeItemHandler] Selecting tree item: Secure Storage 20:08:06.240 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Secure Storage about selection 20:08:06.240 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Secure Storage 20:08:06.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:06.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:06.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:06.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:06.241 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 20:08:06.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:06.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:06.242 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:06.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:06.242 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:08:06.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:08:06.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:08:06.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 20:08:06.244 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:08:06.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:08:06.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:08:06.244 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 20:08:06.244 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:08:06.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:06.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:06.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:06.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:06.245 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:08:06.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:08:06.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:08:06.245 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) 20:08:06.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:06.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:06.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:06.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:06.246 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:08:06.246 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:08:06.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:08:06.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:08:06.246 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:08:06.246 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:06.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:08:06.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:08:06.279 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 20:08:06.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:06.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:06.279 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 20:08:06.279 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:08:06.279 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:08:06.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:08:06.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:08:06.279 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMasterPasswordProvidersTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 20:08:06.279 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 20:08:06.279 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:08:06.279 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:08:06.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:08:06.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 10, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 6.351 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: 1.719 s getAvailableEncryptionAlgorithmsTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) Time elapsed: 0.761 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.712 s availableAlgorithmsContainsCurrentAlgorithmTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) Time elapsed: 0.753 s getEncryptionAlgorithmTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) Time elapsed: 0.746 s setEncryptionAlgorithmTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) Time elapsed: 0.741 s getStorageLocationTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) Time elapsed: 0.262 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.65 s Running org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 20:08:06.284 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 20:08:06.285 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:08:06.285 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:08:06.285 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 20:08:06.285 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:08:06.285 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 20:08:06.285 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:08:06.285 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 20:08:06.285 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:08:06.285 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:08:06.286 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:06.286 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:08:06.286 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFolding no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) 20:08:06.286 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 20:08:06.286 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:08:06.286 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:08:06.286 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:08:06.286 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:08:06.286 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:06.286 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:08:06.286 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:06.286 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 20:08:06.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:06.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:06.288 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - New Task - Eclipse Platform' 20:08:06.288 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - New Task - Eclipse Platform' 20:08:06.288 DEBUG [main][MenuItemLookup] Found menu:'File' 20:08:06.288 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:08:06.288 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:08:06.288 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:08:06.288 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:08:06.288 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:08:06.288 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:08:06.288 DEBUG [main][MenuItemLookup] Item match:Window 20:08:06.288 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:08:06.288 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:08:06.288 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:08:06.288 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:06.288 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:08:06.288 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:08:06.288 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:06.288 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:08:06.288 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:06.288 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:08:06.288 DEBUG [main][MenuItemLookup] Item match:Preferences 20:08:06.288 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:08:06.289 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:08:06.289 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:08:06.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 20:08:06.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 20:08:06.960 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:08:06.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:06.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:06.967 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:08:06.967 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:06.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 20:08:06.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:06.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:06.967 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:06.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:06.967 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:08:06.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:08:06.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:08:06.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 20:08:06.968 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:08:06.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:07.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:07.469 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:08:07.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 20:08:07.472 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:08:07.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:07.472 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:08:07.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:07.472 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:08:07.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editor has children... 20:08:07.473 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editor 20:08:07.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:07.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:07.973 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editor 20:08:07.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editor has children finished successfully 20:08:07.974 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editor 20:08:07.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:07.974 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editor is already expanded. No action performed 20:08:07.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:07.974 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editor 20:08:07.974 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Folding 20:08:07.974 DEBUG [main][TreeItemHandler] Selecting tree item: Folding 20:08:07.975 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Folding about selection 20:08:07.975 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Folding 20:08:07.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:07.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:07.999 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:07.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:08.000 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) 20:08:08.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:08.000 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:08.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:08.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:08.000 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:08:08.001 INFO [WorkbenchTestable][CheckBox] Select checkbox Enable f&olding 20:08:08.001 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox Enable f&olding 20:08:08.001 INFO [WorkbenchTestable][AbstractButton] Click button Enable f&olding 20:08:08.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:08:08.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:08:08.001 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:08:08.001 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:08.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.preferences.FoldingPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 20:08:08.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:08.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:08.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:08.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:08.002 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:08:08.003 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) 20:08:08.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:08.003 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:08.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:08.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:08.003 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:08:08.003 INFO [WorkbenchTestable][CheckBox] Select checkbox Enable f&olding 20:08:08.003 INFO [WorkbenchTestable][CheckBox] Check checkbox Enable f&olding 20:08:08.004 INFO [WorkbenchTestable][AbstractButton] Click button Enable f&olding 20:08:08.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:08:08.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:08:08.004 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:08:08.004 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:08.004 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) 20:08:08.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:08.004 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:08.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:08.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:08.005 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:08:08.005 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) 20:08:08.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:08.005 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:08.006 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:08.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:08.006 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:08:08.006 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:08:08.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:08:08.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:08:08.006 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:08:08.006 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:08.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:08:08.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:08:08.050 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 20:08:08.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:08.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:08.050 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 20:08:08.050 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:08:08.050 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:08:08.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:08:08.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:08:08.051 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFolding no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) 20:08:08.051 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:08:08.051 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:08.051 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:08:08.051 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHeaderComments no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) 20:08:08.051 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 20:08:08.051 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:08:08.051 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:08:08.051 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:08:08.051 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:08:08.051 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:08.051 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:08:08.052 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:08.052 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 20:08:08.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:08.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:08.052 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - New Task - Eclipse Platform' 20:08:08.052 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - New Task - Eclipse Platform' 20:08:08.053 DEBUG [main][MenuItemLookup] Found menu:'File' 20:08:08.053 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:08:08.053 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:08:08.053 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:08:08.053 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:08:08.053 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:08:08.053 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:08:08.053 DEBUG [main][MenuItemLookup] Item match:Window 20:08:08.053 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:08:08.053 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:08:08.053 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:08:08.053 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:08.053 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:08:08.053 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:08:08.053 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:08.053 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:08:08.053 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:08.053 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:08:08.053 DEBUG [main][MenuItemLookup] Item match:Preferences 20:08:08.053 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:08:08.053 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:08:08.053 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:08:08.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 20:08:08.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 20:08:08.132 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:08:08.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:08.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:08.133 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:08:08.133 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:08.133 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 20:08:08.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:08.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:08.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:08.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:08.133 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:08:08.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:08:08.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:08:08.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 20:08:08.134 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:08:08.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:08.134 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:08:08.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:08.134 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:08:08.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 20:08:08.135 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:08:08.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:08.135 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:08:08.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:08.135 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:08:08.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editor has children... 20:08:08.135 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editor 20:08:08.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:08.135 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editor is already expanded. No action performed 20:08:08.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:08.135 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editor 20:08:08.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editor has children finished successfully 20:08:08.135 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editor 20:08:08.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:08.135 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editor is already expanded. No action performed 20:08:08.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:08.135 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editor 20:08:08.136 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Folding 20:08:08.136 DEBUG [main][TreeItemHandler] Selecting tree item: Folding 20:08:08.136 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Folding about selection 20:08:08.136 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Folding 20:08:08.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:08.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:08.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:08.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:08.137 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) 20:08:08.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:08.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 20:08:08.139 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 20:08:08.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:08.139 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 20:08:08.139 INFO [WorkbenchTestable][CheckBox] Select checkbox &Header Comments 20:08:08.139 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox &Header Comments 20:08:08.139 INFO [WorkbenchTestable][AbstractButton] Click button &Header Comments 20:08:08.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:08:08.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:08:08.139 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:08:08.139 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:08.140 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) 20:08:08.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:08.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 20:08:08.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 20:08:08.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:08.140 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 20:08:08.140 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) 20:08:08.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:08.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 20:08:08.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 20:08:08.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:08.141 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 20:08:08.141 INFO [WorkbenchTestable][CheckBox] Select checkbox &Header Comments 20:08:08.141 INFO [WorkbenchTestable][CheckBox] Check checkbox &Header Comments 20:08:08.141 INFO [WorkbenchTestable][AbstractButton] Click button &Header Comments 20:08:08.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:08:08.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:08:08.141 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:08:08.141 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:08.142 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) 20:08:08.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:08.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 20:08:08.152 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 20:08:08.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:08.152 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 20:08:08.152 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) 20:08:08.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:08.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:08.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:08.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:08.153 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:08:08.153 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:08:08.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:08:08.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:08:08.154 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:08:08.154 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:08.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:08:08.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:08:08.181 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 20:08:08.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:08.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:08.181 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 20:08:08.181 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:08:08.181 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:08:08.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:08:08.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:08:08.182 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHeaderComments no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) 20:08:08.182 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:08:08.182 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:08.182 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:08:08.182 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInnerTypes no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) 20:08:08.182 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 20:08:08.182 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:08:08.182 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:08:08.182 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:08:08.182 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:08:08.182 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:08.182 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:08:08.182 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:08.182 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 20:08:08.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:08.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:08.183 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - New Task - Eclipse Platform' 20:08:08.183 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - New Task - Eclipse Platform' 20:08:08.183 DEBUG [main][MenuItemLookup] Found menu:'File' 20:08:08.183 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:08:08.183 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:08:08.183 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:08:08.183 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:08:08.183 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:08:08.183 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:08:08.183 DEBUG [main][MenuItemLookup] Item match:Window 20:08:08.183 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:08:08.183 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:08:08.183 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:08:08.183 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:08.183 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:08:08.183 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:08:08.183 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:08.183 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:08:08.183 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:08.183 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:08:08.183 DEBUG [main][MenuItemLookup] Item match:Preferences 20:08:08.183 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:08:08.183 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:08:08.183 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:08:08.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 20:08:08.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 20:08:08.267 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:08:08.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:08.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:08.268 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:08:08.268 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:08.268 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 20:08:08.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:08.268 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:08.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:08.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:08.268 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:08:08.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:08:08.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:08:08.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 20:08:08.269 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:08:08.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:08.269 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:08:08.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:08.269 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:08:08.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 20:08:08.269 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:08:08.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:08.269 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:08:08.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:08.269 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:08:08.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editor has children... 20:08:08.269 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editor 20:08:08.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:08.269 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editor is already expanded. No action performed 20:08:08.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:08.269 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editor 20:08:08.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editor has children finished successfully 20:08:08.270 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editor 20:08:08.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:08.270 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editor is already expanded. No action performed 20:08:08.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:08.270 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editor 20:08:08.270 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Folding 20:08:08.270 DEBUG [main][TreeItemHandler] Selecting tree item: Folding 20:08:08.270 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Folding about selection 20:08:08.270 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Folding 20:08:08.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:08.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:08.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:08.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:08.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.preferences.FoldingPreferencePage, index 3 and following matchers specified (Widget matcher matching widgets with style: 32) 20:08:08.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:08.280 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 20:08:08.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found 20:08:08.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:08.281 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 3 was found 20:08:08.281 INFO [WorkbenchTestable][CheckBox] Select checkbox Inner &types 20:08:08.281 INFO [WorkbenchTestable][CheckBox] Check checkbox Inner &types 20:08:08.281 INFO [WorkbenchTestable][AbstractButton] Click button Inner &types 20:08:08.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:08:08.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:08:08.282 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:08:08.282 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:08.282 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) 20:08:08.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:08.282 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 20:08:08.282 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found 20:08:08.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:08.283 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 3 was found 20:08:08.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.preferences.FoldingPreferencePage, index 3 and following matchers specified (Widget matcher matching widgets with style: 32) 20:08:08.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:08.283 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 20:08:08.283 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found 20:08:08.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:08.283 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 3 was found 20:08:08.283 INFO [WorkbenchTestable][CheckBox] Select checkbox Inner &types 20:08:08.283 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox Inner &types 20:08:08.284 INFO [WorkbenchTestable][AbstractButton] Click button Inner &types 20:08:08.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:08:08.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:08:08.284 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:08:08.284 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:08.284 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) 20:08:08.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:08.284 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 20:08:08.284 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found 20:08:08.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:08.284 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 3 was found 20:08:08.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 "Cancel", Widget matcher matching widgets with style: 8) 20:08:08.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:08.285 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:08.285 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:08.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:08.285 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:08:08.286 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:08:08.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:08:08.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:08:08.286 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:08:08.286 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:08.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:08:08.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:08:08.315 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 20:08:08.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:08.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:08.315 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 20:08:08.315 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:08:08.315 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:08:08.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:08:08.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:08:08.315 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInnerTypes no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) 20:08:08.315 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:08:08.315 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:08.315 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:08:08.315 INFO [WorkbenchTestable][RequirementsRunner] Started test: testComments no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) 20:08:08.316 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 20:08:08.316 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:08:08.316 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:08:08.316 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:08:08.316 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:08:08.316 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:08.316 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:08:08.316 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:08.316 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 20:08:08.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:08.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:08.316 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - New Task - Eclipse Platform' 20:08:08.316 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - New Task - Eclipse Platform' 20:08:08.316 DEBUG [main][MenuItemLookup] Found menu:'File' 20:08:08.317 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:08:08.317 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:08:08.317 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:08:08.317 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:08:08.317 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:08:08.317 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:08:08.317 DEBUG [main][MenuItemLookup] Item match:Window 20:08:08.317 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:08:08.317 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:08:08.317 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:08:08.317 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:08.317 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:08:08.317 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:08:08.317 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:08.317 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:08:08.317 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:08.317 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:08:08.317 DEBUG [main][MenuItemLookup] Item match:Preferences 20:08:08.317 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:08:08.317 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:08:08.317 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:08:08.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 20:08:08.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. finished successfully 20:08:08.397 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:08:08.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:08.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:08.398 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:08:08.398 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:08.398 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 20:08:08.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:08.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:08.398 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:08.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:08.398 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:08:08.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:08:08.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:08:08.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 20:08:08.399 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:08:08.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:08.399 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:08:08.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:08.399 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:08:08.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 20:08:08.400 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:08:08.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:08.400 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:08:08.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:08.400 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:08:08.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editor has children... 20:08:08.400 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editor 20:08:08.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:08.400 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editor is already expanded. No action performed 20:08:08.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:08.401 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editor 20:08:08.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editor has children finished successfully 20:08:08.401 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editor 20:08:08.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:08.401 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editor is already expanded. No action performed 20:08:08.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:08.401 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editor 20:08:08.403 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Folding 20:08:08.403 DEBUG [main][TreeItemHandler] Selecting tree item: Folding 20:08:08.403 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Folding about selection 20:08:08.403 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Folding 20:08:08.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:08.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:08.404 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:08.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:08.404 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) 20:08:08.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:08.404 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 20:08:08.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 20:08:08.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:08.405 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 20:08:08.405 INFO [WorkbenchTestable][CheckBox] Select checkbox &Comments 20:08:08.405 INFO [WorkbenchTestable][CheckBox] Check checkbox &Comments 20:08:08.405 INFO [WorkbenchTestable][AbstractButton] Click button &Comments 20:08:08.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:08:08.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:08:08.405 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:08:08.405 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:08.406 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) 20:08:08.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:08.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 20:08:08.419 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 20:08:08.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:08.419 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 20:08:08.420 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) 20:08:08.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:08.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 20:08:08.420 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 20:08:08.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:08.420 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 20:08:08.420 INFO [WorkbenchTestable][CheckBox] Select checkbox &Comments 20:08:08.420 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox &Comments 20:08:08.420 INFO [WorkbenchTestable][AbstractButton] Click button &Comments 20:08:08.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:08:08.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:08:08.421 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:08:08.421 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:08.421 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) 20:08:08.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:08.421 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 20:08:08.422 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 20:08:08.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:08.422 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 20:08:08.422 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) 20:08:08.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:08.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:08.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:08.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:08.425 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:08:08.426 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:08:08.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:08:08.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:08:08.426 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:08:08.426 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:08.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:08:08.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:08:08.475 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 20:08:08.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:08.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:08.475 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 20:08:08.475 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:08:08.475 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:08:08.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:08:08.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:08:08.475 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testComments no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) 20:08:08.475 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:08:08.475 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:08.475 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:08:08.475 INFO [WorkbenchTestable][RequirementsRunner] Started test: testMembers no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) 20:08:08.475 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 20:08:08.475 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:08:08.475 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:08:08.475 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:08:08.475 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:08:08.476 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:08.476 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:08:08.476 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:08.476 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 20:08:08.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:08.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:08.476 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - New Task - Eclipse Platform' 20:08:08.476 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - New Task - Eclipse Platform' 20:08:08.476 DEBUG [main][MenuItemLookup] Found menu:'File' 20:08:08.476 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:08:08.476 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:08:08.476 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:08:08.476 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:08:08.476 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:08:08.476 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:08:08.476 DEBUG [main][MenuItemLookup] Item match:Window 20:08:08.477 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:08:08.477 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:08:08.477 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:08:08.477 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:08.477 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:08:08.477 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:08:08.477 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:08.477 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:08:08.477 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:08.477 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:08:08.477 DEBUG [main][MenuItemLookup] Item match:Preferences 20:08:08.477 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:08:08.477 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:08:08.477 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:08:08.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.... 20:08:08.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 20:08:08.555 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:08:08.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:08.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:08.556 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:08:08.556 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:08.556 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 20:08:08.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:08.556 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:08.556 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:08.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:08.556 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:08:08.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:08:08.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:08:08.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 20:08:08.557 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:08:08.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:08.557 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:08:08.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:08.557 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:08:08.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 20:08:08.558 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:08:08.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:08.558 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:08:08.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:08.558 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:08:08.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editor has children... 20:08:08.558 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editor 20:08:08.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:08.558 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editor is already expanded. No action performed 20:08:08.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:08.558 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editor 20:08:08.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editor has children finished successfully 20:08:08.558 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editor 20:08:08.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:08.558 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editor is already expanded. No action performed 20:08:08.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:08.558 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editor 20:08:08.559 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Folding 20:08:08.559 DEBUG [main][TreeItemHandler] Selecting tree item: Folding 20:08:08.559 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Folding about selection 20:08:08.559 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Folding 20:08:08.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:08.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:08.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:08.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:08.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.preferences.FoldingPreferencePage, index 4 and following matchers specified (Widget matcher matching widgets with style: 32) 20:08:08.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:08.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 20:08:08.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4 is found 20:08:08.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:08.560 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 4 was found 20:08:08.561 INFO [WorkbenchTestable][CheckBox] Select checkbox &Members 20:08:08.561 INFO [WorkbenchTestable][CheckBox] Check checkbox &Members 20:08:08.561 INFO [WorkbenchTestable][AbstractButton] Click button &Members 20:08:08.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:08:08.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:08:08.561 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:08:08.561 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:08.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.preferences.FoldingPreferencePage, index 4 and following matchers specified (Widget matcher matching widgets with style: 32) 20:08:08.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:08.561 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 20:08:08.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4 is found 20:08:08.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:08.562 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 4 was found 20:08:08.562 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) 20:08:08.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:08.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 20:08:08.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4 is found 20:08:08.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:08.563 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 4 was found 20:08:08.563 INFO [WorkbenchTestable][CheckBox] Select checkbox &Members 20:08:08.563 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox &Members 20:08:08.563 INFO [WorkbenchTestable][AbstractButton] Click button &Members 20:08:08.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:08:08.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:08:08.563 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:08:08.563 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:08.565 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) 20:08:08.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:08.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 20:08:08.565 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4 is found 20:08:08.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:08.565 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 4 was found 20:08:08.565 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) 20:08:08.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:08.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:08.566 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:08.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:08.566 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:08:08.576 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:08:08.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:08:08.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:08:08.576 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:08:08.576 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:08.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:08:08.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:08:08.622 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 20:08:08.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:08.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:08.622 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 20:08:08.622 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:08:08.622 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:08:08.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:08:08.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:08:08.622 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testMembers no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) 20:08:08.622 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:08:08.622 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:08.622 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:08:08.622 INFO [WorkbenchTestable][RequirementsRunner] Started test: testImports no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) 20:08:08.622 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 20:08:08.622 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:08:08.622 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:08:08.622 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:08:08.623 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:08:08.623 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:08.623 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:08:08.623 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:08.623 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 20:08:08.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:08.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:08.623 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - New Task - Eclipse Platform' 20:08:08.623 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - New Task - Eclipse Platform' 20:08:08.623 DEBUG [main][MenuItemLookup] Found menu:'File' 20:08:08.624 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:08:08.624 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:08:08.624 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:08:08.624 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:08:08.624 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:08:08.624 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:08:08.624 DEBUG [main][MenuItemLookup] Item match:Window 20:08:08.624 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:08:08.624 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:08:08.624 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:08:08.624 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:08.624 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:08:08.624 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:08:08.624 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:08.624 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:08:08.624 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:08.624 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:08:08.624 DEBUG [main][MenuItemLookup] Item match:Preferences 20:08:08.624 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:08:08.624 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:08:08.624 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:08:08.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 'Preferences.*'] is available.... 20:08:08.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 'Preferences.*'] is available. finished successfully 20:08:08.716 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:08:08.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:08.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:08.717 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:08:08.717 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:08.717 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 20:08:08.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:08.717 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:08.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:08.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:08.717 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:08:08.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:08:08.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:08:08.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 20:08:08.718 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:08:08.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:08.718 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:08:08.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:08.718 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:08:08.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 20:08:08.719 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:08:08.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:08.719 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:08:08.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:08.719 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:08:08.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editor has children... 20:08:08.719 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editor 20:08:08.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:08.719 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editor is already expanded. No action performed 20:08:08.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:08.719 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editor 20:08:08.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editor has children finished successfully 20:08:08.719 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editor 20:08:08.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:08.719 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editor is already expanded. No action performed 20:08:08.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:08.719 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editor 20:08:08.719 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Folding 20:08:08.719 DEBUG [main][TreeItemHandler] Selecting tree item: Folding 20:08:08.720 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Folding about selection 20:08:08.720 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Folding 20:08:08.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:08.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:08.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:08.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:08.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.preferences.FoldingPreferencePage, index 5 and following matchers specified (Widget matcher matching widgets with style: 32) 20:08:08.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:08.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 20:08:08.721 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5 is found 20:08:08.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:08.721 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 5 was found 20:08:08.722 INFO [WorkbenchTestable][CheckBox] Select checkbox &Imports 20:08:08.722 DEBUG [WorkbenchTestable][CheckBox] Checkbox &Imports already selected, no action performed 20:08:08.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.preferences.FoldingPreferencePage, index 5 and following matchers specified (Widget matcher matching widgets with style: 32) 20:08:08.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:08.722 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 20:08:08.723 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5 is found 20:08:08.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:08.723 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 5 was found 20:08:08.723 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) 20:08:08.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:08.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 20:08:08.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5 is found 20:08:08.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:08.724 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 5 was found 20:08:08.724 INFO [WorkbenchTestable][CheckBox] Select checkbox &Imports 20:08:08.724 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox &Imports 20:08:08.724 INFO [WorkbenchTestable][AbstractButton] Click button &Imports 20:08:08.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:08:08.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:08:08.724 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:08:08.724 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:08.724 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) 20:08:08.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:08.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 20:08:08.725 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5 is found 20:08:08.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:08.725 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 5 was found 20:08:08.725 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) 20:08:08.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:08.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:08.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:08.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:08.728 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:08:08.729 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:08:08.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:08:08.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:08:08.729 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:08:08.729 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:08.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:08:08.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:08:08.780 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 20:08:08.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:08.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:08.780 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 20:08:08.780 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:08:08.780 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:08:08.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:08:08.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:08:08.782 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testImports no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) 20:08:08.782 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 20:08:08.782 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:08:08.782 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:08:08.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:08:08.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.498 s - in org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest testFolding no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) Time elapsed: 1.765 s testHeaderComments no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) Time elapsed: 0.131 s testInnerTypes no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) Time elapsed: 0.133 s testComments no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) Time elapsed: 0.16 s testMembers no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) Time elapsed: 0.147 s testImports no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) Time elapsed: 0.16 s Running org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest 20:08:08.786 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest 20:08:08.786 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:08:08.786 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:08:08.786 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest 20:08:08.786 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:08:08.786 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 20:08:08.787 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:08:08.787 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 20:08:08.787 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:08:08.787 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 20:08:08.787 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 20:08:08.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 20:08:08.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:08:08.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:08:08.787 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - New Task - Eclipse Platform' 20:08:08.788 DEBUG [main][MenuItemLookup] Found menu:'File' 20:08:08.788 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:08:08.788 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:08:08.788 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:08:08.788 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:08:08.788 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:08:08.788 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:08:08.788 DEBUG [main][MenuItemLookup] Item match:Window 20:08:08.789 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:08:08.789 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:08:08.789 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:08:08.789 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:08.789 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:08:08.789 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:08:08.789 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:08.789 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:08:08.789 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:08.789 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:08:08.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:08:08.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:08:08.789 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - New Task - Eclipse Platform' 20:08:08.789 DEBUG [main][MenuItemLookup] Found menu:'File' 20:08:08.789 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:08:08.789 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:08:08.789 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:08:08.789 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:08:08.789 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:08:08.789 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:08:08.789 DEBUG [main][MenuItemLookup] Item match:Window 20:08:08.790 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:08:08.790 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:08:08.790 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:08:08.790 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:08.790 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:08:08.790 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:08:08.790 DEBUG [main][MenuItemLookup] Item match:Perspective 20:08:08.790 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 20:08:08.790 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:08.790 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 20:08:08.790 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 20:08:08.790 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 20:08:08.790 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 20:08:08.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 20:08:08.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:08:08.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:08:08.790 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - New Task - Eclipse Platform' 20:08:08.791 DEBUG [main][MenuItemLookup] Found menu:'File' 20:08:08.791 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:08:08.791 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:08:08.791 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:08:08.791 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:08:08.791 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:08:08.791 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:08:08.791 DEBUG [main][MenuItemLookup] Item match:Window 20:08:08.791 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:08:08.791 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:08:08.791 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:08:08.791 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:08.791 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:08:08.791 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:08:08.791 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:08.791 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:08:08.791 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:08.791 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:08:08.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:08:08.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:08:08.791 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - New Task - Eclipse Platform' 20:08:08.791 DEBUG [main][MenuItemLookup] Found menu:'File' 20:08:08.791 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:08:08.791 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:08:08.791 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:08:08.791 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:08:08.791 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:08:08.791 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:08:08.791 DEBUG [main][MenuItemLookup] Item match:Window 20:08:08.792 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:08:08.792 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:08:08.792 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:08:08.792 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:08.792 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:08:08.792 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:08:08.792 DEBUG [main][MenuItemLookup] Item match:Perspective 20:08:08.792 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 20:08:08.792 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:08.792 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 20:08:08.792 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 20:08:08.792 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 20:08:08.792 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 20:08:08.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:08:08.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:08:08.792 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - New Task - Eclipse Platform' 20:08:08.792 DEBUG [main][MenuItemLookup] Found menu:'File' 20:08:08.792 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:08:08.792 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:08:08.793 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:08:08.793 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:08:08.793 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:08:08.793 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:08:08.793 DEBUG [main][MenuItemLookup] Item match:Window 20:08:08.793 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:08:08.793 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:08:08.793 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:08:08.793 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:08.793 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:08:08.793 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:08:08.793 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:08.793 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:08:08.793 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:08.793 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:08:08.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:08:08.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:08:08.796 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - New Task - Eclipse Platform' 20:08:08.796 DEBUG [main][MenuItemLookup] Found menu:'File' 20:08:08.796 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:08:08.796 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:08:08.796 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:08:08.796 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:08:08.796 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:08:08.796 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:08:08.796 DEBUG [main][MenuItemLookup] Item match:Window 20:08:08.796 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:08:08.796 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:08:08.796 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:08:08.796 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:08.796 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:08:08.796 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:08:08.796 DEBUG [main][MenuItemLookup] Item match:Perspective 20:08:08.796 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 20:08:08.796 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:08.797 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 20:08:08.797 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 20:08:08.797 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 20:08:08.797 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 20:08:08.797 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 20:08:08.797 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 20:08:08.797 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 20:08:08.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 20:08:08.845 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 20:08:08.845 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 20:08:08.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:08.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:08.845 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:08:08.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:08:08.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:08:08.845 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 20:08:08.845 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:08:08.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:08.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:08.845 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:08:08.845 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:08:08.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:08:08.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:08:08.845 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 20:08:08.845 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:08:08.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:08.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:08.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:08.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:08.846 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:08:08.846 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 20:08:08.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:08:08.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:08:08.846 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:08:08.846 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:2191): Gtk-CRITICAL **: 20:08:08.967: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 20:08:09.034 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:08:09.035 INFO [WorkbenchTestable][RequirementsRunner] Started test: addRemoveVariable no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest) 20:08:09.035 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest 20:08:09.035 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:08:09.035 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:08:09.035 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:08:09.035 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:08:09.038 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:09.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.*'] 20:08:09.039 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:09.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.*'] 20:08:09.039 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:09.039 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 20:08:09.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:09.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:09.040 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - New Task - Eclipse Platform' 20:08:09.040 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - New Task - Eclipse Platform' 20:08:09.040 DEBUG [main][MenuItemLookup] Found menu:'File' 20:08:09.040 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:08:09.040 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:08:09.040 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:08:09.040 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:08:09.040 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:08:09.040 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:08:09.040 DEBUG [main][MenuItemLookup] Item match:Window 20:08:09.040 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:08:09.040 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:08:09.040 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:08:09.040 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:09.040 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:08:09.040 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:08:09.040 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:09.040 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:08:09.040 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:09.040 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:08:09.040 DEBUG [main][MenuItemLookup] Item match:Preferences 20:08:09.040 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:08:09.040 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:08:09.040 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:08:09.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 20:08:09.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 20:08:09.132 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:08:09.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:09.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:09.133 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:08:09.133 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:09.133 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 20:08:09.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:09.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:09.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:09.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:09.133 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:08:09.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:08:09.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:08:09.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 20:08:09.134 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:08:09.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:09.134 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:08:09.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:09.135 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:08:09.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 20:08:09.135 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:08:09.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:09.135 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:08:09.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:09.135 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:08:09.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Build Path has children... 20:08:09.135 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Build Path 20:08:09.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:09.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:09.636 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Build Path 20:08:09.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Build Path has children finished successfully 20:08:09.637 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Build Path 20:08:09.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:09.637 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Build Path is already expanded. No action performed 20:08:09.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:09.637 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Build Path 20:08:09.637 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Classpath Variables 20:08:09.637 DEBUG [main][TreeItemHandler] Selecting tree item: Classpath Variables 20:08:09.637 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Classpath Variables about selection 20:08:09.637 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Classpath Variables 20:08:09.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:09.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:09.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:09.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:09.669 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 20:08:09.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:09.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:09.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:09.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:09.669 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:08:09.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:08:09.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:08:09.670 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...") 20:08:09.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:09.670 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:09.671 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:09.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:09.671 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:08:09.671 INFO [WorkbenchTestable][AbstractButton] Click button &New... 20:08:09.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:08:09.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:08:09.672 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:08:09.672 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:09.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Variable Entry"] is available.... 20:08:09.699 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 20:08:09.699 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Variable Entry 20:08:09.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:09.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:09.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.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 20:08:09.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:09.701 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:09.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:09.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:09.702 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:08:09.702 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:08:09.703 INFO [WorkbenchTestable][AbstractText] Text set to: VN 20:08:09.703 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:") 20:08:09.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:09.703 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:09.704 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:09.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:09.704 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:08:09.704 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:08:09.705 INFO [WorkbenchTestable][AbstractText] Text set to: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-3.3.0-SNAPSHOT-sources.jar 20:08:09.705 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) 20:08:09.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:09.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:09.706 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:09.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:09.706 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:08:09.706 INFO [WorkbenchTestable][AbstractButton] Click button OK 20:08:09.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:08:09.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:08:09.706 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:08:09.706 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:09.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:08:09.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:08:09.738 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 20:08:09.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:09.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:09.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:09.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:09.739 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:08:09.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:08:09.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:08:09.740 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 20:08:09.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:09.740 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:09.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:09.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:09.740 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:08:09.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:08:09.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:08:09.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:09.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:09.754 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") 20:08:09.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:09.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:09.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:09.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:09.756 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:08:09.756 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 20:08:09.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:08:09.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:08:09.756 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:08:09.756 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:09.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:08:09.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:08:09.806 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 20:08:09.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:09.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:09.806 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 20:08:09.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:09.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:09.807 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - New Task - Eclipse Platform' 20:08:09.807 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - New Task - Eclipse Platform' 20:08:09.807 DEBUG [main][MenuItemLookup] Found menu:'File' 20:08:09.807 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:08:09.807 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:08:09.807 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:08:09.807 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:08:09.807 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:08:09.807 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:08:09.807 DEBUG [main][MenuItemLookup] Item match:Window 20:08:09.807 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:08:09.807 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:08:09.807 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:08:09.807 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:09.807 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:08:09.807 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:08:09.807 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:09.807 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:08:09.807 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:09.807 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:08:09.807 DEBUG [main][MenuItemLookup] Item match:Preferences 20:08:09.807 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:08:09.807 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:08:09.807 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:08:09.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 20:08:09.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 20:08:09.897 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:08:09.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:09.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:09.903 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:08:09.903 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:09.903 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 20:08:09.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:09.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:09.904 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:09.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:09.904 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:08:09.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:08:09.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:08:09.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 20:08:09.905 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:08:09.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:09.905 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:08:09.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:09.905 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:08:09.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 20:08:09.905 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:08:09.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:09.905 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:08:09.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:09.905 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:08:09.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Build Path has children... 20:08:09.906 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Build Path 20:08:09.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:09.906 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Build Path is already expanded. No action performed 20:08:09.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:09.906 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Build Path 20:08:09.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Build Path has children finished successfully 20:08:09.906 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Build Path 20:08:09.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:09.906 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Build Path is already expanded. No action performed 20:08:09.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:09.906 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Build Path 20:08:09.906 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Classpath Variables 20:08:09.906 DEBUG [main][TreeItemHandler] Selecting tree item: Classpath Variables 20:08:09.906 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Classpath Variables about selection 20:08:09.906 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Classpath Variables 20:08:09.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:09.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:09.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:09.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:09.907 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 20:08:09.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:09.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:09.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:09.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:09.907 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:08:09.908 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.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-3.3.0-SNAPSHOT-sources.jar") 20:08:09.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:09.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:09.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:09.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:09.909 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 20:08:09.909 TRACE [main][WidgetHandler] Notify Table with event 13 20:08:09.909 TRACE [main][WidgetHandler] Wait for synchronization 20:08:09.909 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") 20:08:09.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:09.909 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:09.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:09.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:09.910 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:08:09.910 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 20:08:09.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:08:09.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:08:09.910 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:08:09.910 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:09.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.ui.preferences.ClasspathVariablesPreferencePage, index 0 and no matchers specified 20:08:09.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:09.911 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:09.912 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:09.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:09.912 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:08:09.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:08:09.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:08:09.912 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:09.913 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:09.913 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") 20:08:09.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:09.913 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:09.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:09.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:09.916 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:08:09.916 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 20:08:09.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:08:09.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:08:09.916 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:08:09.916 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:09.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:08:09.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:08:09.987 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 20:08:09.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:09.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:09.988 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest 20:08:09.988 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:08:09.988 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:08:09.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:08:09.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:08:09.988 INFO [WorkbenchTestable][RequirementsRunner] Finished test: addRemoveVariable no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest) 20:08:09.988 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:08:09.988 INFO [WorkbenchTestable][RequirementsRunner] Started test: getVariables no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest) 20:08:09.988 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest 20:08:09.988 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:08:09.988 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:08:09.988 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:08:09.988 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:08:09.988 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:09.989 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:08:09.989 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:09.989 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:08:09.989 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:09.989 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 20:08:09.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:09.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:09.989 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - New Task - Eclipse Platform' 20:08:09.989 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - New Task - Eclipse Platform' 20:08:09.989 DEBUG [main][MenuItemLookup] Found menu:'File' 20:08:09.989 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:08:09.989 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:08:09.989 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:08:09.989 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:08:09.989 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:08:09.989 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:08:09.989 DEBUG [main][MenuItemLookup] Item match:Window 20:08:09.989 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:08:09.989 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:08:09.989 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:08:09.989 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:09.989 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:08:09.989 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:08:09.989 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:09.989 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:08:09.989 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:09.989 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:08:09.989 DEBUG [main][MenuItemLookup] Item match:Preferences 20:08:09.990 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:08:09.990 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:08:09.990 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:08:10.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 'Preferences.*'] is available.... 20:08:10.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 20:08:10.072 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:08:10.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:10.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:10.073 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:08:10.073 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:10.073 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 20:08:10.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:10.073 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:10.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:10.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:10.074 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:08:10.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:08:10.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:08:10.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 20:08:10.074 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:08:10.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:10.074 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:08:10.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:10.074 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:08:10.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 20:08:10.075 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:08:10.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:10.075 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:08:10.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:10.075 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:08:10.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Build Path has children... 20:08:10.075 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Build Path 20:08:10.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:10.075 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Build Path is already expanded. No action performed 20:08:10.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:10.075 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Build Path 20:08:10.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Build Path has children finished successfully 20:08:10.075 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Build Path 20:08:10.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:10.075 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Build Path is already expanded. No action performed 20:08:10.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:10.075 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Build Path 20:08:10.075 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Classpath Variables 20:08:10.075 DEBUG [main][TreeItemHandler] Selecting tree item: Classpath Variables 20:08:10.075 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Classpath Variables about selection 20:08:10.075 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Classpath Variables 20:08:10.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:10.082 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:10.082 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:10.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:10.083 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 20:08:10.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:10.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:10.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:10.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:10.085 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:08:10.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:08:10.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:08:10.085 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) 20:08:10.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:10.085 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:10.086 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:10.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:10.086 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:08:10.087 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:08:10.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:08:10.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:08:10.087 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:08:10.087 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:10.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:08:10.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:08:10.113 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 20:08:10.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:10.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:10.113 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest 20:08:10.113 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:08:10.113 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:08:10.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:08:10.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:08:10.113 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getVariables no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest) 20:08:10.113 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest 20:08:10.114 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:08:10.114 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:08:10.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:08:10.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.328 s - in org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest addRemoveVariable no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest) Time elapsed: 0.953 s getVariables no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest) Time elapsed: 0.125 s Results: Tests run: 310, Failures: 0, Errors: 0, Skipped: 3 [INFO] All tests passed! [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.verification.parametrized/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 297 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 19 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 13 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 3.3.0-SNAPSHOT [37/58] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.gef.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.gef.test --- [INFO] The project's OSGi version is 3.3.0.v20210310-1921 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.reddeer.gef.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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.verification.parametrized/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.verification.parametrized/tests/org.eclipse.reddeer.gef.test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.reddeer.gef.test --- [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef.test:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.gef.test/pom.xml [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/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.verification.parametrized/tests/org.eclipse.reddeer.gef.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.reddeer.gef.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.gef.test/target/org.eclipse.reddeer.gef.test-3.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.reddeer.gef.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.gef.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.gef.test/target/org.eclipse.reddeer.gef.test-3.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.gef.test --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.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] The user operation is waiting for background work to complete. [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] Unpacking org.eclipse.gef.examples.logic_3.11.0.201606061308... [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] The user operation is waiting for background work to complete. [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] Unpacking org.eclipse.gef.examples.flow_3.11.0.201606061308... [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] The user operation is waiting for background work to complete. [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] Unpacking org.eclipse.gef.examples.text_3.11.0.201606061308... [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] The user operation is waiting for background work to complete. [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] Unpacking org.eclipse.gef.examples.shapes_3.11.0.201606061308... [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.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] Executing Test Runtime with timeout 9600, logs (if any) will be placed at: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.gef.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/11.0.2+9/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.verification.parametrized/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.6.100.v20201223-0822/org.eclipse.equinox.launcher-1.6.100.v20201223-0822.jar, -data, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.gef.test/target/work/data, -install, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.gef.test/target/work, -configuration, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.gef.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.gef.test/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.platform.ide, -nouithread, -timeout, 9600000] Launching application org.eclipse.ui.ide.workbench... Running org.eclipse.reddeer.gef.test.matcher.IsEditPartWithParentTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s - in org.eclipse.reddeer.gef.test.matcher.IsEditPartWithParentTest testMacthingEditPartWithHigherParent(org.eclipse.reddeer.gef.test.matcher.IsEditPartWithParentTest) Time elapsed: 0.008 s testMacthingEditPartWithParent(org.eclipse.reddeer.gef.test.matcher.IsEditPartWithParentTest) Time elapsed: 0.001 s Running org.eclipse.reddeer.gef.test.matcher.IsEditPartWithTooltipTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.reddeer.gef.test.matcher.IsEditPartWithTooltipTest testMacthingEditPartWithLabelTooltip(org.eclipse.reddeer.gef.test.matcher.IsEditPartWithTooltipTest) Time elapsed: 0.011 s testMacthingEditPartWithLabelTooltipByRegex(org.eclipse.reddeer.gef.test.matcher.IsEditPartWithTooltipTest) Time elapsed: 0.002 s testMacthingEditPartWithTextFlowTooltip(org.eclipse.reddeer.gef.test.matcher.IsEditPartWithTooltipTest) Time elapsed: 0.003 s testMacthingEditPartWithNullTooltip(org.eclipse.reddeer.gef.test.matcher.IsEditPartWithTooltipTest) Time elapsed: 0.001 s Running org.eclipse.reddeer.gef.test.matcher.IsEditPartWithLabelTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s - in org.eclipse.reddeer.gef.test.matcher.IsEditPartWithLabelTest testMacthingEditPartWithNoLabel(org.eclipse.reddeer.gef.test.matcher.IsEditPartWithLabelTest) Time elapsed: 0.042 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.001 s testMacthingEditPartWithSimpleLabelByRegex(org.eclipse.reddeer.gef.test.matcher.IsEditPartWithLabelTest) Time elapsed: 0 s Running org.eclipse.reddeer.gef.test.GEFEditorTest 20:08:23.200 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 20:08:23.202 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 20:08:23.213 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 20:08:23.214 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 20:08:23.235 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.gef.test.GEFEditorTest 20:08:23.283 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:08:23.284 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:08:23.286 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.gef.test.GEFEditorTest 20:08:23.289 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 20:08:23.289 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 20:08:23.296 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 20:08:23.300 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:08:23.300 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 20:08:23.330 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:08:23.330 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 20:08:23.333 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:08:23.335 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 20:08:23.388 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:08:23.392 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:23.393 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:08:23.394 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:23.395 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:08:23.395 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:23.403 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:08:23.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:23.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:23.409 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:08:23.413 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:08:23.417 DEBUG [main][MenuItemLookup] Found menu:'File' 20:08:23.417 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:08:23.417 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:08:23.417 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:08:23.418 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:08:23.418 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:08:23.418 DEBUG [main][MenuItemLookup] Item match:Window 20:08:23.421 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:08:23.422 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:08:23.422 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:08:23.422 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:23.422 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:08:23.422 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:08:23.422 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:23.422 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:08:23.422 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:23.422 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:08:23.422 DEBUG [main][MenuItemLookup] Item match:Preferences 20:08:23.425 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:08:23.425 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:08:23.427 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:08:23.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.... 20:08:23.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 20:08:23.644 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:08:23.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:23.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:23.648 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:08:23.648 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:23.681 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 20:08:23.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:23.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:23.697 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:23.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:23.698 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:08:23.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:08:23.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:08:23.717 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) 20:08:23.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:23.718 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:23.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:23.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:23.724 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:08:23.726 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:08:23.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:08:23.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:08:23.728 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:08:23.729 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:23.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:08:23.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:08:23.793 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:08:23.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:23.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:23.798 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 20:08:23.799 DEBUG [main][EditorHandler] 0 editor(s) found 20:08:23.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:23.811 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:23.811 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 20:08:23.812 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:23.814 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:23.816 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:08:23.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:23.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:23.817 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:08:23.817 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:08:23.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:23.817 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:23.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:23.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:23.820 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:08:23.823 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:08:23.823 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:08:23.827 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:23.828 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:08:23.829 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:08:23.829 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:08:23.831 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:08:23.839 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:08:23.840 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:23.840 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 20:08:23.842 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:08:23.842 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:08:23.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:23.843 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 20:08:23.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:23.844 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:23.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:23.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:23.844 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:08:23.845 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:08:23.846 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:23.846 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 20:08:23.846 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:08:23.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:23.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:23.847 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:08:23.847 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 20:08:23.847 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:08:23.848 INFO [WorkbenchTestable][RequirementsRunner] Started test: logicDiagramTest no-configuration(org.eclipse.reddeer.gef.test.GEFEditorTest) 20:08:23.848 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.gef.test.GEFEditorTest 20:08:23.848 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:08:23.848 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:08:23.848 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:08:23.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:08:23.889 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:23.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:08:23.890 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:23.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 Project"] 20:08:23.891 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:23.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:08:23.891 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:23.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:08:23.892 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:23.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:08:23.892 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:23.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 Project"] 20:08:23.893 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:23.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:08:23.894 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:23.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:08:23.894 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:23.894 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:08:23.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:23.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:23.895 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:08:23.895 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:08:23.895 DEBUG [main][MenuItemLookup] Found menu:'File' 20:08:23.896 DEBUG [main][MenuItemLookup] Item match:File 20:08:23.899 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 20:08:23.899 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 20:08:23.904 DEBUG [main][MenuItemLookup] Found menu:'Project...' 20:08:23.904 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:23.904 DEBUG [main][MenuItemLookup] Found menu:'Folder' 20:08:23.904 DEBUG [main][MenuItemLookup] Found menu:'File' 20:08:23.904 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 20:08:23.904 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:23.904 DEBUG [main][MenuItemLookup] Found menu:'Example...' 20:08:23.905 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:23.905 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 20:08:23.905 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 20:08:23.905 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 20:08:23.905 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 20:08:23.905 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 20:08:24.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 'New|Select a wizard'] is available.... 20:08:24.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 'New|Select a wizard'] is available. finished successfully 20:08:24.002 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 20:08:24.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:24.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:24.004 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:08:24.004 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:24.004 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 20:08:24.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:24.005 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:24.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:24.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:24.005 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:08:24.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:08:24.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:08:24.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 20:08:24.008 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:08:24.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:24.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:24.512 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:08:24.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 20:08:24.514 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:08:24.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:24.515 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:08:24.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:24.515 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:08:24.515 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 20:08:24.516 DEBUG [main][TreeItemHandler] Selecting tree item: Project 20:08:24.516 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 20:08:24.519 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 20:08:24.520 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:08:24.520 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 20:08:24.520 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) 20:08:24.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:24.520 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:24.521 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:24.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:24.522 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:08:24.522 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:08:24.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:08:24.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:08:24.522 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:08:24.523 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:24.558 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:08:24.559 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:24.559 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:24.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 20:08:24.559 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 20:08:24.559 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 20:08:24.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:24.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:24.561 TRACE [WorkbenchTestable][GeneralProjectWizard] Shell New Project is not null and is not disposed 20:08:24.561 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:24.563 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:") 20:08:24.563 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:08:24.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:08:24.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:08:24.564 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent 20:08:24.564 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:08:24.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:24.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:24.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:24.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:24.568 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:08:24.568 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:08:24.569 INFO [WorkbenchTestable][AbstractText] Text set to: test 20:08:24.571 TRACE [WorkbenchTestable][GeneralProjectWizard] Shell New Project is not null and is not disposed 20:08:24.571 INFO [WorkbenchTestable][GeneralProjectWizard] Finish wizard 20:08:24.571 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) 20:08:24.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:24.572 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:24.573 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:24.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:24.573 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:08:24.579 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:08:24.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:08:24.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:08:24.579 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:08:24.580 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:24.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:08:25.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:08:25.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:08:25.087 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 20:08:25.087 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:08:25.087 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:08:25.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:08:25.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:25.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:25.091 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 20:08:25.091 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:25.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:25.091 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:08:25.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:25.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:25.092 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:08:25.092 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:08:25.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:25.092 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:25.092 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:25.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:25.092 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:08:25.093 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:08:25.093 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:08:25.093 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:25.094 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:08:25.094 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:08:25.094 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:08:25.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test exists.... 20:08:25.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:25.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:08:25.109 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 20:08:25.110 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:08:25.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:25.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:25.110 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:08:25.110 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:08:25.111 DEBUG [main][MenuItemLookup] Found menu:'File' 20:08:25.111 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:08:25.111 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:08:25.111 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:08:25.111 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:08:25.111 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:08:25.111 DEBUG [main][MenuItemLookup] Item match:Window 20:08:25.111 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:08:25.111 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:08:25.111 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:08:25.112 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:25.112 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:08:25.112 DEBUG [main][MenuItemLookup] Item match:Show View 20:08:25.122 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 20:08:25.122 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 20:08:25.122 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 20:08:25.122 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 20:08:25.122 DEBUG [main][MenuItemLookup] Found menu:'Progress' 20:08:25.122 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 20:08:25.122 DEBUG [main][MenuItemLookup] Found menu:'Properties' 20:08:25.122 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 20:08:25.123 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:25.123 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 20:08:25.123 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 20:08:25.133 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 20:08:25.133 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 20:08:25.134 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 20:08:25.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 20:08:25.204 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 20:08:25.204 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 20:08:25.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:25.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:25.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 20:08:25.206 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:08:25.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:08:25.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:08:25.206 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:08:25.206 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:08:25.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:25.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:25.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:25.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:25.207 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:08:25.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:08:25.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:08:25.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 20:08:25.208 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:08:25.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:25.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:25.711 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:08:25.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 20:08:25.712 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:08:25.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:25.712 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:08:25.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:25.712 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:08:25.713 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 20:08:25.713 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 20:08:25.713 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 20:08:25.713 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 20:08:25.714 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:08:25.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:08:25.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:08:25.714 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:08:25.714 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:08:25.714 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:25.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:25.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 "Open") 20:08:25.715 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:08:25.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:08:25.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:08:25.716 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:08:25.716 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:08:25.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:25.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:25.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:25.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:25.717 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:08:25.719 INFO [WorkbenchTestable][AbstractButton] Click button &Open 20:08:25.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:08:25.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:08:25.720 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:08:25.720 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:26.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:08:26.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:08:26.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 20:08:26.104 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:26.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:26.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 20:08:26.106 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:26.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:26.109 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:08:26.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:26.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:26.110 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:08:26.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 '\*?\QPackage Explorer\E') 20:08:26.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:26.110 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:26.112 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:26.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:26.112 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:08:26.112 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:08:26.112 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:08:26.113 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:26.113 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:08:26.113 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:08:26.113 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:08:26.115 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:08:26.115 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:08:26.115 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:26.116 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:08:26.116 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:08:26.116 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:08:26.117 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:26.117 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:08:26.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:26.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:26.117 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:08:26.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:26.618 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:08:27.118 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:27.118 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:08:27.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:08:27.118 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:08:27.118 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:08:27.119 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:27.119 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:08:27.120 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:08:27.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:27.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:27.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:27.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:27.120 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:08:27.122 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 20:08:27.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test exists. finished successfully 20:08:27.128 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:27.129 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:27.129 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:08:27.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:27.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:27.129 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:08: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 '\*?\QProject Explorer\E') 20:08:27.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:27.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:27.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:27.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:27.130 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:08:27.130 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:08:27.131 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:08:27.153 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:27.154 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:08:27.154 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:08:27.154 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:08:27.155 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:27.155 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:08:27.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:27.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:27.155 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:08:27.655 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:27.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:08:28.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:28.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:08:28.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:08:28.157 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:08:28.157 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:08:28.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:28.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:08:28.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 20:08:28.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:28.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:28.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:28.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:28.158 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:08:28.159 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 20:08:28.159 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test 20:08:28.159 DEBUG [main][TreeItemHandler] Selecting tree item: test 20:08:28.159 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test about selection 20:08:28.166 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test 20:08:28.168 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:08:28.168 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:28.168 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:08:28.168 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:28.168 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: ""] 20:08:28.169 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:28.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:08:28.169 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:28.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:08:28.169 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:28.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: ""] 20:08:28.170 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:28.170 INFO [WorkbenchTestable][ExampleWizard] Opening wizard using top menu 20:08:28.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:08:28.170 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:28.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:08:28.170 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:28.171 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:08:28.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:28.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:28.171 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:08:28.171 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:08:28.172 DEBUG [main][MenuItemLookup] Found menu:'File' 20:08:28.172 DEBUG [main][MenuItemLookup] Item match:File 20:08:28.173 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 20:08:28.173 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 20:08:28.175 DEBUG [main][MenuItemLookup] Found menu:'Project...' 20:08:28.175 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:28.175 DEBUG [main][MenuItemLookup] Found menu:'Folder' 20:08:28.175 DEBUG [main][MenuItemLookup] Found menu:'File' 20:08:28.175 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 20:08:28.175 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:28.175 DEBUG [main][MenuItemLookup] Found menu:'Example...' 20:08:28.175 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:28.175 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 20:08:28.175 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 20:08:28.175 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 20:08:28.175 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 20:08:28.175 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 20:08:28.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 20:08:28.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 20:08:28.237 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 20:08:28.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:28.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:28.238 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:08:28.238 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:28.238 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 20:08:28.238 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:08:28.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:08:28.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:08:28.239 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent 20:08:28.239 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:08:28.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:28.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:28.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:28.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:28.240 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:08:28.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:08:28.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:08:28.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Examples has children... 20:08:28.241 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Examples 20:08:28.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:28.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:28.743 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Examples 20:08:28.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Examples has children finished successfully 20:08:28.744 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Examples 20:08:28.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:28.745 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Examples is already expanded. No action performed 20:08:28.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:28.745 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Examples 20:08:28.745 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Logic Diagram 20:08:28.745 DEBUG [main][TreeItemHandler] Selecting tree item: Logic Diagram 20:08:28.745 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Logic Diagram about selection 20:08:28.750 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Logic Diagram 20:08:28.750 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:08:28.750 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 20:08:28.750 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) 20:08:28.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:28.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:28.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:28.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:28.752 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:08:28.752 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:08:28.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:08:28.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:08:28.752 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:08:28.752 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:28.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 20:08:28.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available. finished successfully 20:08:28.808 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 20:08:28.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:28.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:28.809 TRACE [WorkbenchTestable][ExampleWizard] Shell is not null and is not disposed 20:08:28.809 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:28.809 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:") 20:08:28.809 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:08:28.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:08:28.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:08:28.810 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 20:08:28.810 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:08:28.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:28.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:28.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:28.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:28.813 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:08:28.813 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:08:28.814 INFO [WorkbenchTestable][AbstractText] Text set to: test.logic 20:08:28.814 TRACE [WorkbenchTestable][ExampleWizard] Shell is not null and is not disposed 20:08:28.814 INFO [WorkbenchTestable][ExampleWizard] Finish wizard 20:08:28.815 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) 20:08:28.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:28.815 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:28.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:28.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:28.817 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:08:28.818 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:08:28.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:08:28.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:08:28.818 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:08:28.818 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:28.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:08:29.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:08:29.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:08:29.487 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 20:08:29.487 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:08:29.487 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 20:08:29.487 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 20:08:29.487 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:08:29.487 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:08:29.487 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:08:29.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:08:29.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@330cf12d is found... 20:08:29.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@330cf12d is found finished successfully 20:08:29.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 20:08:29.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:29.495 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:29.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:29.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:29.498 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:08:29.499 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:29.499 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 20:08:29.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:29.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:08:29.507 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' view via menu. 20:08:29.507 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 20:08:29.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:29.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:29.509 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 20:08:29.509 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - test/test.logic - Eclipse Platform' 20:08:29.510 DEBUG [main][MenuItemLookup] Found menu:'File' 20:08:29.510 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:08:29.510 DEBUG [main][MenuItemLookup] Found menu:'View' 20:08:29.510 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:08:29.510 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:08:29.510 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:08:29.510 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:08:29.510 DEBUG [main][MenuItemLookup] Item match:Window 20:08:29.512 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:08:29.512 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:08:29.512 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:08:29.512 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:29.512 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:08:29.512 DEBUG [main][MenuItemLookup] Item match:Show View 20:08:29.517 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 20:08:29.517 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 20:08:29.517 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 20:08:29.517 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 20:08:29.517 DEBUG [main][MenuItemLookup] Found menu:'Progress' 20:08:29.517 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 20:08:29.517 DEBUG [main][MenuItemLookup] Found menu:'Properties' 20:08:29.517 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 20:08:29.517 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:29.517 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 20:08:29.517 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 20:08:29.517 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 20:08:29.518 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 20:08:29.518 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 20:08:29.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 20:08:29.608 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 20:08:29.608 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 20:08:29.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:29.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:29.614 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 20:08:29.614 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:08:29.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:08:29.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:08:29.614 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:08:29.614 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:08:29.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:29.614 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:29.614 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:29.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:29.614 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:08:29.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:08:29.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:08:29.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 20:08:29.615 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:08:29.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:30.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:30.120 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:08:30.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 20:08:30.122 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:08:30.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:30.123 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:08:30.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:30.123 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:08:30.123 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Palette 20:08:30.123 DEBUG [main][TreeItemHandler] Selecting tree item: Palette 20:08:30.123 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Palette about selection 20:08:30.124 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Palette 20:08:30.124 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:08:30.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:08:30.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:08:30.124 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:08:30.124 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:08:30.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:30.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:30.125 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:08:30.125 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:08:30.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:08:30.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:08:30.125 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:08:30.125 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:08:30.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:30.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:30.126 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:30.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:30.126 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:08:30.126 INFO [WorkbenchTestable][AbstractButton] Click button &Open 20:08:30.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:08:30.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:08:30.127 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:08:30.127 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:30.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:08:30.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:08:30.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.gef.view.PaletteView' view is open... 20:08:30.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:30.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:30.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.gef.view.PaletteView' view is open finished successfully 20:08:30.217 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:30.217 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:30.218 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 20:08:30.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:30.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:30.218 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 20:08:30.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 '\*?\QPalette\E') 20:08:30.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:30.218 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:30.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:30.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:30.219 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:08:30.219 INFO [WorkbenchTestable][AbstractView] Activate view Palette 20:08:30.219 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 20:08:30.220 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:30.220 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - test/test.logic - Eclipse Platform TooltipText=null 20:08:30.220 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:08:30.220 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:08:30.228 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:30.239 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:30.240 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 20:08:30.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:30.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:30.240 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 20:08:30.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:30.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:30.241 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 20:08:30.241 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:08:30.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:30.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:30.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:30.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:30.241 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:08:30.242 INFO [WorkbenchTestable][AbstractView] Activate view Palette 20:08:30.242 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 20:08:30.242 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:30.243 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - test/test.logic - Eclipse Platform TooltipText=null 20:08:30.243 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:08:30.243 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:08:30.245 INFO [WorkbenchTestable][ViewerHandler] Click at [0, 0] 20:08:30.245 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 20:08:30.245 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:30.291 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 20:08:30.291 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:30.302 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 20:08:30.302 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:30.310 INFO [main][AbstractEditor] New edit part LogicLabelEditPart( Label #0 Text=Label ) 20:08:30.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 1... 20:08:30.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 1 finished successfully 20:08:30.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:30.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:30.337 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 20:08:30.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:30.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:30.338 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 20:08:30.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:30.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:30.340 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 20:08: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 '\*?\QPalette\E') 20:08:30.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:30.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:30.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:30.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:30.341 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:08:30.341 INFO [WorkbenchTestable][AbstractView] Activate view Palette 20:08:30.342 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 20:08:30.390 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:30.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 20:08:30.391 INFO [WorkbenchTestable][ViewerHandler] Click at [50, 0] 20:08:30.391 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 20:08:30.391 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:30.391 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 20:08:30.392 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:30.410 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 20:08:30.410 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:30.414 INFO [main][AbstractEditor] New edit part LEDEditPart( LED #0 Value=0 ) 20:08:30.414 INFO [main][AbstractEditor] New edit part LEDEditPart( LED #0 Value=0 ) 20:08:30.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 2... 20:08:30.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 2 finished successfully 20:08:30.421 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:30.422 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:30.422 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 20:08:30.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:30.422 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:30.423 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 20:08:30.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:30.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:30.425 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 20:08:30.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 '\*?\QPalette\E') 20:08:30.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:30.425 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:30.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:30.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:30.426 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:08:30.426 INFO [WorkbenchTestable][AbstractView] Activate view Palette 20:08:30.426 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 20:08:30.454 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:30.454 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 20:08:30.454 INFO [WorkbenchTestable][ViewerHandler] Click at [100, 0] 20:08:30.454 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 20:08:30.454 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:30.455 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 20:08:30.455 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:30.501 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 20:08:30.501 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:30.503 INFO [main][AbstractEditor] New edit part GateEditPart( Or Gate #0 ) 20:08:30.503 INFO [main][AbstractEditor] New edit part GateEditPart( Or Gate #0 ) 20:08:30.503 INFO [main][AbstractEditor] New edit part GateEditPart( Or Gate #0 ) 20:08:30.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 3... 20:08:30.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 3 finished successfully 20:08:30.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:30.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:30.508 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 20:08:30.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:30.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:30.509 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 20:08:30.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:30.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:30.511 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 20:08:30.512 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:08:30.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:30.512 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:30.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:30.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:30.512 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:08:30.512 INFO [WorkbenchTestable][AbstractView] Activate view Palette 20:08:30.512 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 20:08:30.540 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:30.540 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 20:08:30.540 INFO [WorkbenchTestable][ViewerHandler] Click at [150, 0] 20:08:30.540 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 20:08:30.540 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:30.541 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 20:08:30.541 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:30.552 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 20:08:30.552 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:30.587 INFO [main][AbstractEditor] New edit part GateEditPart( XOR Gate #1 ) 20:08:30.587 INFO [main][AbstractEditor] New edit part GateEditPart( XOR Gate #1 ) 20:08:30.587 INFO [main][AbstractEditor] New edit part GateEditPart( XOR Gate #1 ) 20:08:30.587 INFO [main][AbstractEditor] New edit part GateEditPart( XOR Gate #1 ) 20:08:30.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 4... 20:08:30.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 4 finished successfully 20:08:30.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:30.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:30.593 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 20:08:30.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:30.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:30.594 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 20:08:30.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:30.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:30.595 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 20:08:30.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 '\*?\QPalette\E') 20:08:30.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:30.596 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:30.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:30.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:30.596 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:08:30.596 INFO [WorkbenchTestable][AbstractView] Activate view Palette 20:08:30.596 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 20:08:30.618 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:30.618 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 20:08:30.618 INFO [WorkbenchTestable][ViewerHandler] Click at [200, 0] 20:08:30.618 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 20:08:30.618 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:30.619 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 20:08:30.619 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:30.627 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 20:08:30.627 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:30.628 INFO [main][AbstractEditor] New edit part GateEditPart( And Gate #2 ) 20:08:30.628 INFO [main][AbstractEditor] New edit part GateEditPart( And Gate #2 ) 20:08:30.628 INFO [main][AbstractEditor] New edit part GateEditPart( And Gate #2 ) 20:08:30.628 INFO [main][AbstractEditor] New edit part GateEditPart( And Gate #2 ) 20:08:30.628 INFO [main][AbstractEditor] New edit part GateEditPart( And Gate #2 ) 20:08:30.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 5... 20:08:30.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 5 finished successfully 20:08:30.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:30.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:30.632 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 20:08:30.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:30.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:30.633 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 20:08:30.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:30.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:30.649 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 20:08:30.649 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:08:30.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:30.649 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:30.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:30.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:30.649 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:08:30.650 INFO [WorkbenchTestable][AbstractView] Activate view Palette 20:08:30.650 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 20:08:30.693 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:30.693 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 20:08:30.694 INFO [WorkbenchTestable][ViewerHandler] Click at [0, 100] 20:08:30.694 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 20:08:30.694 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:30.695 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 20:08:30.695 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:30.702 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 20:08:30.702 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:30.703 INFO [main][AbstractEditor] New edit part LogicLabelEditPart( Label #1 Text=Label ) 20:08:30.703 INFO [main][AbstractEditor] New edit part LogicLabelEditPart( Label #1 Text=Label ) 20:08:30.703 INFO [main][AbstractEditor] New edit part LogicLabelEditPart( Label #1 Text=Label ) 20:08:30.703 INFO [main][AbstractEditor] New edit part LogicLabelEditPart( Label #1 Text=Label ) 20:08:30.703 INFO [main][AbstractEditor] New edit part LogicLabelEditPart( Label #1 Text=Label ) 20:08:30.703 INFO [main][AbstractEditor] New edit part LogicLabelEditPart( Label #1 Text=Label ) 20:08:30.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 6... 20:08:30.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 6 finished successfully 20:08:30.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:30.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:30.708 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 20:08:30.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:30.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:30.709 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 20:08:30.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:30.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:30.726 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 20:08:30.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 '\*?\QPalette\E') 20:08:30.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:30.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:30.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:30.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:30.727 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:08:30.727 INFO [WorkbenchTestable][AbstractView] Activate view Palette 20:08:30.727 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 20:08:30.735 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:30.736 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 20:08:30.736 INFO [WorkbenchTestable][ViewerHandler] Click at [50, 100] 20:08:30.736 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 20:08:30.736 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:30.736 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 20:08:30.736 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:30.755 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 20:08:30.755 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:30.756 INFO [main][AbstractEditor] New edit part LEDEditPart( LED #1 Value=0 ) 20:08:30.756 INFO [main][AbstractEditor] New edit part LEDEditPart( LED #1 Value=0 ) 20:08:30.756 INFO [main][AbstractEditor] New edit part LEDEditPart( LED #1 Value=0 ) 20:08:30.756 INFO [main][AbstractEditor] New edit part LEDEditPart( LED #1 Value=0 ) 20:08:30.756 INFO [main][AbstractEditor] New edit part LEDEditPart( LED #1 Value=0 ) 20:08:30.756 INFO [main][AbstractEditor] New edit part LEDEditPart( LED #1 Value=0 ) 20:08:30.756 INFO [main][AbstractEditor] New edit part LEDEditPart( LED #1 Value=0 ) 20:08:30.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 7... 20:08:30.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 7 finished successfully 20:08:30.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:30.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:30.786 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 20:08:30.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:30.787 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:30.787 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 20:08:30.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:30.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:30.789 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 20:08:30.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 '\*?\QPalette\E') 20:08:30.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:30.789 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:30.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:30.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:30.789 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:08:30.790 INFO [WorkbenchTestable][AbstractView] Activate view Palette 20:08:30.790 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 20:08:30.814 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:30.814 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 20:08:30.814 INFO [WorkbenchTestable][ViewerHandler] Click at [100, 100] 20:08:30.814 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 20:08:30.814 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:30.815 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 20:08:30.815 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:30.826 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 20:08:30.826 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:30.827 INFO [main][AbstractEditor] New edit part GateEditPart( Or Gate #3 ) 20:08:30.827 INFO [main][AbstractEditor] New edit part GateEditPart( Or Gate #3 ) 20:08:30.827 INFO [main][AbstractEditor] New edit part GateEditPart( Or Gate #3 ) 20:08:30.827 INFO [main][AbstractEditor] New edit part GateEditPart( Or Gate #3 ) 20:08:30.827 INFO [main][AbstractEditor] New edit part GateEditPart( Or Gate #3 ) 20:08:30.827 INFO [main][AbstractEditor] New edit part GateEditPart( Or Gate #3 ) 20:08:30.827 INFO [main][AbstractEditor] New edit part GateEditPart( Or Gate #3 ) 20:08:30.827 INFO [main][AbstractEditor] New edit part GateEditPart( Or Gate #3 ) 20:08:30.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 8... 20:08:30.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 8 finished successfully 20:08:30.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:30.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:30.841 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 20:08:30.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:30.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:30.841 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 20:08:30.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:30.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:30.843 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 20:08:30.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 '\*?\QPalette\E') 20:08:30.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:30.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:30.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:30.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:30.844 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:08:30.844 INFO [WorkbenchTestable][AbstractView] Activate view Palette 20:08:30.844 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 20:08:30.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:30.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 20:08:30.899 INFO [WorkbenchTestable][ViewerHandler] Click at [150, 100] 20:08:30.899 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 20:08:30.899 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:30.899 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 20:08:30.899 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:30.910 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 20:08:30.910 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:30.911 INFO [main][AbstractEditor] New edit part GateEditPart( XOR Gate #4 ) 20:08:30.911 INFO [main][AbstractEditor] New edit part GateEditPart( XOR Gate #4 ) 20:08:30.911 INFO [main][AbstractEditor] New edit part GateEditPart( XOR Gate #4 ) 20:08:30.911 INFO [main][AbstractEditor] New edit part GateEditPart( XOR Gate #4 ) 20:08:30.911 INFO [main][AbstractEditor] New edit part GateEditPart( XOR Gate #4 ) 20:08:30.911 INFO [main][AbstractEditor] New edit part GateEditPart( XOR Gate #4 ) 20:08:30.911 INFO [main][AbstractEditor] New edit part GateEditPart( XOR Gate #4 ) 20:08:30.911 INFO [main][AbstractEditor] New edit part GateEditPart( XOR Gate #4 ) 20:08:30.911 INFO [main][AbstractEditor] New edit part GateEditPart( XOR Gate #4 ) 20:08:30.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 9... 20:08:30.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 9 finished successfully 20:08:30.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:30.925 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:30.925 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 20:08:30.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:30.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:30.926 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 20:08:30.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:30.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:30.928 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 20:08:30.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 '\*?\QPalette\E') 20:08:30.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:30.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:30.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:30.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:30.928 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:08:30.929 INFO [WorkbenchTestable][AbstractView] Activate view Palette 20:08:30.929 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 20:08:30.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:30.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 20:08:30.949 INFO [WorkbenchTestable][ViewerHandler] Click at [200, 100] 20:08:30.949 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 20:08:30.949 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:30.949 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 20:08:30.949 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:30.989 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 20:08:30.989 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:30.989 INFO [main][AbstractEditor] New edit part GateEditPart( And Gate #5 ) 20:08:30.990 INFO [main][AbstractEditor] New edit part GateEditPart( And Gate #5 ) 20:08:30.990 INFO [main][AbstractEditor] New edit part GateEditPart( And Gate #5 ) 20:08:30.990 INFO [main][AbstractEditor] New edit part GateEditPart( And Gate #5 ) 20:08:30.990 INFO [main][AbstractEditor] New edit part GateEditPart( And Gate #5 ) 20:08:30.990 INFO [main][AbstractEditor] New edit part GateEditPart( And Gate #5 ) 20:08:30.990 INFO [main][AbstractEditor] New edit part GateEditPart( And Gate #5 ) 20:08:30.990 INFO [main][AbstractEditor] New edit part GateEditPart( And Gate #5 ) 20:08:30.990 INFO [main][AbstractEditor] New edit part GateEditPart( And Gate #5 ) 20:08:30.990 INFO [main][AbstractEditor] New edit part GateEditPart( And Gate #5 ) 20:08:30.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 10... 20:08:30.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 10 finished successfully 20:08:30.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:30.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:30.994 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 20:08:30.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:30.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:30.995 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 20:08:30.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:30.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:30.997 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 20:08:30.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 '\*?\QPalette\E') 20:08:30.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:30.997 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:31.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:31.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:31.012 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:08:31.013 INFO [WorkbenchTestable][AbstractView] Activate view Palette 20:08:31.013 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 20:08:31.029 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:31.029 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 20:08:31.029 INFO [WorkbenchTestable][ViewerHandler] Click at [100, 200] 20:08:31.029 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 20:08:31.029 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:31.030 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 20:08:31.030 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:31.038 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 20:08:31.039 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:31.049 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #0 ) 20:08:31.049 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #0 ) 20:08:31.049 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #0 ) 20:08:31.049 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #0 ) 20:08:31.049 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #0 ) 20:08:31.049 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #0 ) 20:08:31.049 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #0 ) 20:08:31.049 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #0 ) 20:08:31.049 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #0 ) 20:08:31.049 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #0 ) 20:08:31.049 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #0 ) 20:08:31.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 11... 20:08:31.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 11 finished successfully 20:08:31.093 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:31.093 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:31.093 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 20:08:31.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:31.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:31.094 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 20:08:31.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:31.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:31.096 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 20:08:31.096 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:08:31.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:31.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:31.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:31.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:31.097 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:08:31.097 INFO [WorkbenchTestable][AbstractView] Activate view Palette 20:08:31.097 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 20:08:31.115 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:31.115 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 20:08:31.115 INFO [WorkbenchTestable][ViewerHandler] Click at [200, 200] 20:08:31.115 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 20:08:31.115 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:31.116 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 20:08:31.116 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:31.123 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 20:08:31.123 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:31.126 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #3 ) 20:08:31.126 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #3 ) 20:08:31.126 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #3 ) 20:08:31.126 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #3 ) 20:08:31.126 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #3 ) 20:08:31.126 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #3 ) 20:08:31.126 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #3 ) 20:08:31.126 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #3 ) 20:08:31.126 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #3 ) 20:08:31.126 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #3 ) 20:08:31.126 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #3 ) 20:08:31.126 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #3 ) 20:08:31.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 14... 20:08:31.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 14 finished successfully 20:08:31.185 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:31.186 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:31.186 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 20:08:31.186 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:31.186 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:31.186 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 20:08:31.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:31.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:31.188 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 20:08:31.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 '\*?\QPalette\E') 20:08:31.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:31.188 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:31.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:31.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:31.189 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:08:31.189 INFO [WorkbenchTestable][AbstractView] Activate view Palette 20:08:31.189 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 20:08:31.197 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:31.197 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 20:08:31.197 INFO [WorkbenchTestable][ViewerHandler] Click at [100, 300] 20:08:31.197 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 20:08:31.197 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:31.198 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 20:08:31.198 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:31.217 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 20:08:31.217 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:31.220 INFO [main][AbstractEditor] New edit part LogicFlowContainerEditPart( Flow Container ) 20:08:31.220 INFO [main][AbstractEditor] New edit part LogicFlowContainerEditPart( Flow Container ) 20:08:31.220 INFO [main][AbstractEditor] New edit part LogicFlowContainerEditPart( Flow Container ) 20:08:31.220 INFO [main][AbstractEditor] New edit part LogicFlowContainerEditPart( Flow Container ) 20:08:31.220 INFO [main][AbstractEditor] New edit part LogicFlowContainerEditPart( Flow Container ) 20:08:31.220 INFO [main][AbstractEditor] New edit part LogicFlowContainerEditPart( Flow Container ) 20:08:31.220 INFO [main][AbstractEditor] New edit part LogicFlowContainerEditPart( Flow Container ) 20:08:31.220 INFO [main][AbstractEditor] New edit part LogicFlowContainerEditPart( Flow Container ) 20:08:31.220 INFO [main][AbstractEditor] New edit part LogicFlowContainerEditPart( Flow Container ) 20:08:31.220 INFO [main][AbstractEditor] New edit part LogicFlowContainerEditPart( Flow Container ) 20:08:31.220 INFO [main][AbstractEditor] New edit part LogicFlowContainerEditPart( Flow Container ) 20:08:31.220 INFO [main][AbstractEditor] New edit part LogicFlowContainerEditPart( Flow Container ) 20:08:31.220 INFO [main][AbstractEditor] New edit part LogicFlowContainerEditPart( Flow Container ) 20:08:31.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 22... 20:08:31.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 22 finished successfully 20:08:31.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:31.226 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:31.226 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 20:08:31.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:31.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:31.227 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 20:08:31.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:31.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:31.229 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 20:08:31.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E') 20:08:31.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:31.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:31.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:31.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:31.229 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:08:31.230 INFO [WorkbenchTestable][AbstractView] Activate view Palette 20:08:31.230 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 20:08:31.252 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:31.252 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 20:08:31.253 INFO [WorkbenchTestable][ViewerHandler] Click at [105, 305] 20:08:31.253 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 20:08:31.253 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:31.253 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 20:08:31.253 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:31.261 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 20:08:31.261 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:31.262 INFO [main][AbstractEditor] New edit part LEDEditPart( LED #2 Value=0 ) 20:08:31.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 23... 20:08:31.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 23 finished successfully 20:08:31.292 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:31.292 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 20:08:31.292 INFO [WorkbenchTestable][AbstractEditor] Save editor 20:08:31.292 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 20:08:31.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:31.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:31.294 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 20:08:31.295 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - test/test.logic - Eclipse Platform' 20:08:31.295 DEBUG [main][MenuItemLookup] Found menu:'File' 20:08:31.295 DEBUG [main][MenuItemLookup] Item match:File 20:08:31.313 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 20:08:31.313 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 20:08:31.313 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 20:08:31.313 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 20:08:31.313 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:31.313 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 20:08:31.313 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 20:08:31.313 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:31.313 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 20:08:31.313 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 20:08:31.314 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 20:08:31.314 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 20:08:31.314 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 20:08:31.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 20:08:31.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 20:08:31.380 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:31.380 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 20:08:31.382 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 35 20:08:31.382 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:31.423 DEBUG [main][MenuItemLookup] Found menu:'Undo Create Object' 20:08:31.423 DEBUG [main][MenuItemLookup] Item match:Undo Create Object 20:08:31.423 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Undo Create Object" 20:08:31.423 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Undo Create Object 20:08:31.424 INFO [main][MenuItemHandler] Select menu item: &Undo Create Object 20:08:31.432 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 20:08:31.433 DEBUG [main][EditorHandler] 1 editor(s) found 20:08:31.433 DEBUG [WorkbenchTestable][EditorHandler] Closing editor test.logic 20:08:31.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 'Save .*'] is available.... 20:08:31.991 DEBUG [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 20:08:31.992 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Save Resource 20:08:31.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:31.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:31.993 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:08:31.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:08:31.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:08:31.994 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 20:08:31.994 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:08:31.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:31.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:31.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 "Save") 20:08:31.994 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:08:31.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:08:31.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:08:31.995 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 20:08:31.995 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:08:31.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:31.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:31.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:31.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:31.995 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:08:31.995 INFO [WorkbenchTestable][AbstractButton] Click button &Save 20:08:31.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:08:31.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:08:31.996 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:08:31.996 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:32.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:08:32.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:08:32.061 DEBUG [WorkbenchTestable][EditorHandler] Editor test.logic is closed 20:08:32.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:32.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:32.062 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 20:08:32.082 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:32.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:32.084 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:08:32.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:32.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:32.084 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:08:32.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 '\*?\QProject Explorer\E') 20:08:32.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:32.084 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:32.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:32.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:32.085 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:08:32.085 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:08:32.085 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:08:32.100 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:32.100 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:08:32.100 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:08:32.100 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:08:32.101 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:32.101 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:08:32.101 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:08:32.101 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:08:32.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:32.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:08:32.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:32.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:32.102 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:08:32.602 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:32.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:08:33.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:33.104 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:08:33.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:08:33.104 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:08:33.104 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:08:33.105 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:33.105 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:08:33.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 20:08:33.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:33.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:33.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:33.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:33.105 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:08:33.105 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 20:08:33.106 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:08:33.106 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:08:33.106 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:33.106 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:08:33.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:33.106 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:33.107 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:08:33.607 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:33.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:08:34.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:34.108 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:08:34.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:08:34.108 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:08:34.108 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:08:34.109 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:34.109 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:08:34.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 20:08:34.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:34.109 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:34.110 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:34.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:34.110 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:08:34.110 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 20:08:34.110 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:08:34.110 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:08:34.111 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:34.111 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:08:34.111 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:08:34.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:34.111 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:34.111 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:34.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:34.111 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:08:34.112 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 20:08:34.112 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 20:08:34.112 DEBUG [main][TreeItemHandler] Set Tree selection 20:08:34.113 DEBUG [main][TreeHandler] Notify Tree about selection event 20:08:34.117 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 20:08:34.118 DEBUG [WorkbenchTestable][TreeItemHandler] test 20:08:34.118 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:08:34.118 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:34.149 DEBUG [main][MenuItemLookup] Found menu:'New' 20:08:34.149 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:08:34.149 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:34.149 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:08:34.149 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:34.149 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:08:34.149 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:08:34.149 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:08:34.149 DEBUG [main][MenuItemLookup] Found menu:'Move...' 20:08:34.149 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 20:08:34.150 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:34.150 DEBUG [main][MenuItemLookup] Found menu:'Import...' 20:08:34.150 DEBUG [main][MenuItemLookup] Found menu:'Export...' 20:08:34.150 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:34.150 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 20:08:34.150 DEBUG [main][MenuItemLookup] Item match:Refresh F5 20:08:34.150 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 20:08:34.150 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 20:08:34.150 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 20:08:34.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:08:34.151 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 20:08:34.651 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:08:34.651 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:08:34.651 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:08:34.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:08:34.651 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:08:34.652 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:34.669 DEBUG [main][MenuItemLookup] Found menu:'New' 20:08:34.669 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:08:34.669 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:34.669 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:08:34.669 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:34.669 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:08:34.669 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:08:34.669 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:08:34.670 DEBUG [main][MenuItemLookup] Item match:Delete Delete 20:08:34.670 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 20:08:34.670 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 20:08:34.670 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 20:08:34.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 20:08:35.297 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 20:08:35.297 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 20:08:35.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:35.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:35.300 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 20:08:35.300 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:08:35.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:08:35.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:08:35.301 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:08:35.301 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:08:35.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:35.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:35.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:35.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:35.302 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:08:35.302 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 20:08:35.303 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 20:08:35.303 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 20:08:35.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:08:35.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:08:35.304 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:08:35.304 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:35.304 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:08:35.304 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:08:35.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:08:35.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:08:35.304 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:08:35.304 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:08:35.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:35.304 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:35.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:35.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:35.305 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:08:35.306 INFO [WorkbenchTestable][AbstractButton] Click button OK 20:08:35.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:08:35.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:08:35.306 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:08:35.306 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:35.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 20:08:35.313 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 20:08:35.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 20:08:35.814 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 20:08:35.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:08:35.814 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:08:35.814 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:08:35.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:08:35.814 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:08:35.814 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:08:35.815 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:35.815 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 20:08:35.816 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.gef.test.GEFEditorTest 20:08:35.816 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:08:35.818 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:08:35.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:08:35.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:08:35.818 INFO [WorkbenchTestable][RequirementsRunner] Finished test: logicDiagramTest no-configuration(org.eclipse.reddeer.gef.test.GEFEditorTest) 20:08:35.819 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:08:35.819 INFO [WorkbenchTestable][RequirementsRunner] Started test: shapesDiagramTest no-configuration(org.eclipse.reddeer.gef.test.GEFEditorTest) 20:08:35.819 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.gef.test.GEFEditorTest 20:08:35.819 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:08:35.819 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:08:35.819 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:08:35.819 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:08:35.819 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:35.819 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:08:35.819 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:35.819 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 20:08:35.820 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:35.820 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:08:35.820 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:35.820 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:08:35.820 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:35.820 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:08:35.820 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:35.820 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 20:08:35.820 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:35.821 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:08:35.821 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:35.821 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:08:35.821 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:35.821 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:08:35.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:35.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:35.822 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:08:35.822 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:08:35.822 DEBUG [main][MenuItemLookup] Found menu:'File' 20:08:35.822 DEBUG [main][MenuItemLookup] Item match:File 20:08:35.823 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 20:08:35.823 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 20:08:35.825 DEBUG [main][MenuItemLookup] Found menu:'Project...' 20:08:35.825 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:35.825 DEBUG [main][MenuItemLookup] Found menu:'Folder' 20:08:35.825 DEBUG [main][MenuItemLookup] Found menu:'File' 20:08:35.825 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 20:08:35.825 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:35.825 DEBUG [main][MenuItemLookup] Found menu:'Example...' 20:08:35.825 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:35.825 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 20:08:35.825 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 20:08:35.826 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 20:08:35.826 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 20:08:35.826 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 20:08:35.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 20:08:35.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 'New|Select a wizard'] is available. finished successfully 20:08:35.885 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 20:08:35.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:35.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:35.886 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:08:35.886 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:35.887 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 20:08:35.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:35.887 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:35.887 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:35.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:35.887 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:08:35.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:08:35.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:08:35.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 20:08:35.890 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:08:35.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:35.890 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:08:35.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:35.890 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:08:35.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 20:08:35.890 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:08:35.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:35.890 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:08:35.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:35.890 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:08:35.891 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 20:08:35.891 DEBUG [main][TreeItemHandler] Selecting tree item: Project 20:08:35.891 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 20:08:35.894 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 20:08:35.894 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:08:35.894 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 20:08:35.894 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) 20:08:35.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:35.894 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:35.896 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:35.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:35.896 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:08:35.896 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:08:35.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:08:35.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:08:35.897 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:08:35.897 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:35.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:08:35.919 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:35.919 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:35.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 20:08:35.919 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 20:08:35.920 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 20:08:35.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:35.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:35.921 TRACE [WorkbenchTestable][GeneralProjectWizard] Shell New Project is not null and is not disposed 20:08:35.921 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:35.921 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:") 20:08:35.921 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:08:35.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:08:35.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:08:35.921 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent 20:08:35.921 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:08:35.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:35.921 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:35.923 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:35.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:35.923 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:08:35.923 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:08:35.924 INFO [WorkbenchTestable][AbstractText] Text set to: test 20:08:35.924 TRACE [WorkbenchTestable][GeneralProjectWizard] Shell New Project is not null and is not disposed 20:08:35.924 INFO [WorkbenchTestable][GeneralProjectWizard] Finish wizard 20:08:35.924 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) 20:08:35.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:35.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:35.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:35.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:35.926 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:08:35.927 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:08:35.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:08:35.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:08:35.927 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:08:35.927 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:35.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:08:35.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:08:35.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:08:35.991 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:08:35.991 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 20:08:35.991 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:08:35.992 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:08:35.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:08:36.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:36.007 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:36.007 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 20:08:36.007 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:36.010 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:36.010 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:08:36.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:36.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:36.010 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:08:36.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') 20:08:36.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:36.010 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:36.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:36.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:36.012 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:08:36.012 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:08:36.012 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:08:36.013 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:36.013 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:08:36.013 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:08:36.013 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:08:36.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test exists.... 20:08:36.015 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:36.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:36.018 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 20:08:36.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:36.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:36.022 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:08:36.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:36.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:36.023 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:08:36.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 '\*?\QPackage Explorer\E') 20:08:36.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:36.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:36.033 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:36.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:36.033 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:08:36.033 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:08:36.033 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:08:36.049 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:36.050 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:08:36.050 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:08:36.050 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:08:36.051 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:08:36.051 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:08:36.051 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:36.051 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 20:08:36.052 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:08:36.052 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:08:36.053 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:36.053 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 20:08:36.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:36.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:36.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:36.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:36.554 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 20:08:36.554 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:08:36.555 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:08:36.555 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:36.555 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 20:08:36.556 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:08:36.556 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:08:36.556 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:36.556 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 20:08:36.557 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:08:36.557 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:08:36.557 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:36.557 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 20:08:36.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:36.558 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:36.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:08:37.058 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:37.058 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:08:37.558 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:37.559 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:08:37.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:08:37.559 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:08:37.559 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:08:37.560 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:37.560 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 20:08:37.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 20:08:37.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:37.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:37.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:37.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:37.560 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:08:37.561 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 20:08:37.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test exists. finished successfully 20:08:37.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:37.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:37.562 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:08:37.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:37.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:37.570 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:08:37.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 '\*?\QProject Explorer\E') 20:08:37.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:37.570 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:37.571 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:37.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:37.571 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:08:37.571 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:08:37.571 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:08:37.587 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:37.588 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:08:37.588 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:08:37.588 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:08:37.588 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:37.589 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:08:37.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:37.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:37.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:08:38.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:38.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:08:38.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:38.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:08:38.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:08:38.590 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:08:38.590 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:08:38.591 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:38.591 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:08:38.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 20:08:38.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:38.591 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:38.592 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:38.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:38.592 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:08:38.592 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 20:08:38.592 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test 20:08:38.592 DEBUG [main][TreeItemHandler] Selecting tree item: test 20:08:38.592 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test about selection 20:08:38.599 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test 20:08:38.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:08:38.600 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:38.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:08:38.600 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:38.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: ""] 20:08:38.600 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:38.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:08:38.601 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:38.601 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:08:38.601 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:38.601 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: ""] 20:08:38.601 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:38.601 INFO [WorkbenchTestable][ExampleWizard] Opening wizard using top menu 20:08:38.601 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:08:38.601 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:38.601 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:08:38.602 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:38.602 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:08:38.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:38.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:38.602 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:08:38.602 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:08:38.602 DEBUG [main][MenuItemLookup] Found menu:'File' 20:08:38.603 DEBUG [main][MenuItemLookup] Item match:File 20:08:38.603 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 20:08:38.603 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 20:08:38.605 DEBUG [main][MenuItemLookup] Found menu:'Project...' 20:08:38.605 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:38.605 DEBUG [main][MenuItemLookup] Found menu:'Folder' 20:08:38.605 DEBUG [main][MenuItemLookup] Found menu:'File' 20:08:38.605 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 20:08:38.605 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:38.605 DEBUG [main][MenuItemLookup] Found menu:'Example...' 20:08:38.605 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:38.605 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 20:08:38.605 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 20:08:38.606 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 20:08:38.606 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 20:08:38.606 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 20:08:38.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 'New|Select a wizard'] is available.... 20:08:38.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 20:08:38.660 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 20:08:38.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:38.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:38.661 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:08:38.661 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:38.661 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 20:08:38.661 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:08:38.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:08:38.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:08:38.662 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent 20:08:38.662 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:08:38.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:38.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:38.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:38.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:38.662 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:08:38.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:08:38.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:08:38.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Examples has children... 20:08:38.663 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Examples 20:08:38.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:39.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:39.166 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Examples 20:08:39.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Examples has children finished successfully 20:08:39.166 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Examples 20:08:39.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:39.167 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Examples is already expanded. No action performed 20:08:39.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:39.167 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Examples 20:08:39.167 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Shapes Diagram 20:08:39.167 DEBUG [main][TreeItemHandler] Selecting tree item: Shapes Diagram 20:08:39.167 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Shapes Diagram about selection 20:08:39.170 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Shapes Diagram 20:08:39.170 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:08:39.170 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 20:08:39.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) 20:08:39.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:39.170 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:39.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:39.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:39.172 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:08:39.172 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:08:39.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:08:39.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:08:39.173 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:08:39.173 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:39.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 20:08:39.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available. finished successfully 20:08:39.199 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 20:08:39.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:39.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:39.200 TRACE [WorkbenchTestable][ExampleWizard] Shell is not null and is not disposed 20:08:39.200 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:39.200 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:") 20:08:39.200 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:08:39.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:08:39.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:08:39.200 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 20:08:39.200 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:08:39.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:39.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:39.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:39.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:39.203 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:08:39.203 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:08:39.204 INFO [WorkbenchTestable][AbstractText] Text set to: test.shapes 20:08:39.204 TRACE [WorkbenchTestable][ExampleWizard] Shell is not null and is not disposed 20:08:39.204 INFO [WorkbenchTestable][ExampleWizard] Finish wizard 20:08:39.204 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) 20:08:39.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:39.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:39.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:39.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:39.205 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:08:39.206 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:08:39.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:08:39.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:08:39.206 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:08:39.206 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:39.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:08:39.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:08:39.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:08:39.713 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:08:39.713 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:08:39.713 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:08:39.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:08:39.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4c00444 is found... 20:08:39.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4c00444 is found finished successfully 20:08:39.714 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') 20:08:39.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:39.714 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:39.716 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:39.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:39.716 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:08:39.716 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:39.716 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 20:08:39.717 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:39.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:39.717 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 20:08:39.717 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:39.718 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:39.718 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.shapes - Eclipse Platform 20:08:39.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:39.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:39.719 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.shapes - Eclipse Platform' 20:08:39.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 '\*?\QPalette\E') 20:08:39.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:39.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:39.719 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:39.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:39.719 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:08:39.721 INFO [WorkbenchTestable][AbstractView] Activate view Palette 20:08:39.721 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 20:08:39.740 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:39.741 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 20:08:39.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:39.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:39.742 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 20:08:39.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:39.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:39.742 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.shapes - Eclipse Platform 20:08:39.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:39.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:39.743 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.shapes - Eclipse Platform' 20:08:39.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 '\*?\QPalette\E') 20:08:39.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:39.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:39.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:39.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:39.743 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:08:39.743 INFO [WorkbenchTestable][AbstractView] Activate view Palette 20:08:39.743 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 20:08:39.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:39.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - test/test.shapes - Eclipse Platform TooltipText=null 20:08:39.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:08:39.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:08:39.745 INFO [WorkbenchTestable][ViewerHandler] Click at [0, 0] 20:08:39.745 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 20:08:39.745 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:39.746 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 20:08:39.746 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:39.751 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 20:08:39.751 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:39.754 INFO [main][AbstractEditor] New edit part ShapeEditPart( Ellipse 964282088 ) 20:08:39.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 1... 20:08:39.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 1 finished successfully 20:08:39.773 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:39.774 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:39.774 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 20:08:39.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:39.774 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:39.774 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.shapes - Eclipse Platform 20:08:39.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:39.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:39.779 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.shapes - Eclipse Platform' 20:08:39.779 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:08:39.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:39.780 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:39.780 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:39.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:39.780 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:08:39.780 INFO [WorkbenchTestable][AbstractView] Activate view Palette 20:08:39.780 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 20:08:39.786 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:39.786 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 20:08:39.786 INFO [WorkbenchTestable][ViewerHandler] Click at [100, 0] 20:08:39.786 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 20:08:39.786 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:39.787 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 20:08:39.787 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:39.804 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 20:08:39.804 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:39.805 INFO [main][AbstractEditor] New edit part ShapeEditPart( Rectangle 2011442367 ) 20:08:39.805 INFO [main][AbstractEditor] New edit part ShapeEditPart( Rectangle 2011442367 ) 20:08:39.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 2... 20:08:39.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 2 finished successfully 20:08:39.812 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:39.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:39.813 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 20:08:39.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:39.814 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:39.814 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.shapes - Eclipse Platform 20:08:39.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:39.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:39.815 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.shapes - Eclipse Platform' 20:08: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 '\*?\QPalette\E') 20:08:39.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:39.815 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:39.816 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:39.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:39.816 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:08:39.816 INFO [WorkbenchTestable][AbstractView] Activate view Palette 20:08:39.816 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 20:08:39.834 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:39.834 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 20:08:39.834 INFO [WorkbenchTestable][ViewerHandler] Click at [0, 200] 20:08:39.834 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 20:08:39.834 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:39.835 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 20:08:39.835 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:39.845 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 20:08:39.845 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:39.845 INFO [main][AbstractEditor] New edit part ShapeEditPart( Ellipse 1972687241 ) 20:08:39.845 INFO [main][AbstractEditor] New edit part ShapeEditPart( Ellipse 1972687241 ) 20:08:39.845 INFO [main][AbstractEditor] New edit part ShapeEditPart( Ellipse 1972687241 ) 20:08:39.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 3... 20:08:39.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 3 finished successfully 20:08:39.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:39.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:39.850 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 20:08:39.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:39.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:39.850 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.shapes - Eclipse Platform 20:08:39.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:39.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:39.851 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.shapes - Eclipse Platform' 20:08:39.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 '\*?\QPalette\E') 20:08:39.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:39.851 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:39.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:39.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:39.852 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:08:39.852 INFO [WorkbenchTestable][AbstractView] Activate view Palette 20:08:39.852 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 20:08:39.872 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:39.872 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 20:08:39.880 INFO [WorkbenchTestable][ViewerHandler] Click at [100, 200] 20:08:39.881 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 20:08:39.881 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:39.882 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 20:08:39.882 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:39.888 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 20:08:39.888 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:39.892 INFO [main][AbstractEditor] New edit part ShapeEditPart( Rectangle 202501275 ) 20:08:39.892 INFO [main][AbstractEditor] New edit part ShapeEditPart( Rectangle 202501275 ) 20:08:39.892 INFO [main][AbstractEditor] New edit part ShapeEditPart( Rectangle 202501275 ) 20:08:39.892 INFO [main][AbstractEditor] New edit part ShapeEditPart( Rectangle 202501275 ) 20:08:39.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 4... 20:08:39.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 4 finished successfully 20:08:39.896 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:39.896 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 20:08:39.896 INFO [WorkbenchTestable][AbstractEditor] Save editor 20:08:39.896 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.shapes - Eclipse Platform 20:08:39.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:39.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:39.897 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.shapes - Eclipse Platform' 20:08:39.897 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - test/test.shapes - Eclipse Platform' 20:08:39.897 DEBUG [main][MenuItemLookup] Found menu:'File' 20:08:39.897 DEBUG [main][MenuItemLookup] Item match:File 20:08:39.898 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 20:08:39.898 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 20:08:39.898 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 20:08:39.898 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 20:08:39.898 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:39.898 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 20:08:39.898 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 20:08:39.898 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:39.898 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 20:08:39.898 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 20:08:39.899 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 20:08:39.899 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 20:08:39.901 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 20:08:39.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 20:08:39.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 20:08:39.924 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:39.924 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 20:08:39.924 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 35 20:08:39.924 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:39.936 DEBUG [main][MenuItemLookup] Found menu:'Undo shape creation' 20:08:39.936 DEBUG [main][MenuItemLookup] Item match:Undo shape creation 20:08:39.936 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Undo shape creation" 20:08:39.936 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Undo shape creation 20:08:39.936 INFO [main][MenuItemHandler] Select menu item: &Undo shape creation 20:08:39.947 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 20:08:39.947 DEBUG [main][EditorHandler] 1 editor(s) found 20:08:39.947 DEBUG [WorkbenchTestable][EditorHandler] Closing editor test.shapes 20:08:39.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 'Save .*'] is available.... 20:08:40.519 DEBUG [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 20:08:40.520 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Save Resource 20:08:40.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:40.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:40.521 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:08:40.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:08:40.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:08:40.521 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 20:08:40.521 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:08:40.521 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:40.521 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:40.522 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:08:40.522 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:08:40.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:08:40.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:08:40.522 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 20:08:40.522 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:08:40.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:40.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:40.522 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:40.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:40.522 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:08:40.523 INFO [WorkbenchTestable][AbstractButton] Click button &Save 20:08:40.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:08:40.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:08:40.523 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:08:40.523 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:40.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:08:40.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:08:40.573 DEBUG [WorkbenchTestable][EditorHandler] Editor test.shapes is closed 20:08:40.573 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:40.574 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:40.574 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 20:08:40.574 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:40.575 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:40.575 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:08:40.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:40.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:40.575 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:08:40.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 '\*?\QProject Explorer\E') 20:08:40.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:40.575 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:40.576 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:40.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:40.576 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:08:40.576 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:08:40.576 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:08:40.581 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:40.581 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:08:40.582 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:08:40.582 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:08:40.589 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:40.589 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:08:40.590 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:08:40.590 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:08:40.590 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:40.590 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:08:40.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:40.591 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:40.591 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:08:41.091 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:41.092 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:08:41.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:41.592 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:08:41.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:08:41.593 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:08:41.593 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:08:41.593 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:41.594 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:08:41.594 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:08:41.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:41.594 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:41.594 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:41.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:41.594 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:08:41.594 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 20:08:41.595 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:08:41.595 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:08:41.595 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:41.595 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:08:41.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:41.596 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:41.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:08:42.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:42.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:08:42.597 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:42.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:08:42.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:08:42.597 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:08:42.598 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:08:42.598 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:42.598 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:08:42.598 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:08:42.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:42.598 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:42.599 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:42.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:42.599 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:08:42.599 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 20:08:42.599 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:08:42.599 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:08:42.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:42.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:08:42.602 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:08:42.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:42.602 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:42.602 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:42.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:42.602 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:08:42.602 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 20:08:42.602 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 20:08:42.602 DEBUG [main][TreeItemHandler] Set Tree selection 20:08:42.603 DEBUG [main][TreeHandler] Notify Tree about selection event 20:08:42.607 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 20:08:42.608 DEBUG [WorkbenchTestable][TreeItemHandler] test 20:08:42.608 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:08:42.608 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:42.627 DEBUG [main][MenuItemLookup] Found menu:'New' 20:08:42.627 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:08:42.627 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:42.627 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:08:42.627 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:42.627 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:08:42.627 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:08:42.627 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:08:42.627 DEBUG [main][MenuItemLookup] Found menu:'Move...' 20:08:42.627 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 20:08:42.627 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:42.627 DEBUG [main][MenuItemLookup] Found menu:'Import...' 20:08:42.627 DEBUG [main][MenuItemLookup] Found menu:'Export...' 20:08:42.627 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:42.627 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 20:08:42.627 DEBUG [main][MenuItemLookup] Item match:Refresh F5 20:08:42.627 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 20:08:42.627 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 20:08:42.627 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 20:08:42.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:08:42.627 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 20:08:43.128 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:08:43.128 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:08:43.128 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:08:43.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:08:43.128 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:08:43.128 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:43.150 DEBUG [main][MenuItemLookup] Found menu:'New' 20:08:43.150 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:08:43.150 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:43.150 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:08:43.150 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:43.150 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:08:43.150 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:08:43.150 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:08:43.150 DEBUG [main][MenuItemLookup] Item match:Delete Delete 20:08:43.150 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 20:08:43.150 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 20:08:43.150 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 20:08:43.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 20:08:43.704 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 20:08:43.705 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 20:08:43.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:43.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:43.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: 32) 20:08:43.707 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:08:43.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:08:43.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:08:43.707 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:08:43.707 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:08:43.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:43.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:43.707 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:43.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:43.707 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:08:43.708 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 20:08:43.708 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 20:08:43.708 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 20:08:43.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:08:43.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:08:43.708 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:08:43.708 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:43.708 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:08:43.708 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:08:43.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:08:43.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:08:43.709 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:08:43.709 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:08:43.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:43.709 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:43.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:43.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:43.710 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:08:43.710 INFO [WorkbenchTestable][AbstractButton] Click button OK 20:08:43.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:08:43.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:08:43.710 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:08:43.710 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:43.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 20:08:43.713 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 20:08:44.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 20:08:44.213 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 20:08:44.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:08:44.213 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 20:08:44.213 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:08:44.213 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:08:44.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:08:44.213 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:08:44.214 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:08:44.214 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:44.214 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 20:08:44.214 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.gef.test.GEFEditorTest 20:08:44.214 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:08:44.214 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:08:44.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:08:44.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:08:44.215 INFO [WorkbenchTestable][RequirementsRunner] Finished test: shapesDiagramTest no-configuration(org.eclipse.reddeer.gef.test.GEFEditorTest) 20:08:44.216 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.gef.test.GEFEditorTest 20:08:44.216 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:08:44.216 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:08:44.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:08:44.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.024 s - in org.eclipse.reddeer.gef.test.GEFEditorTest logicDiagramTest no-configuration(org.eclipse.reddeer.gef.test.GEFEditorTest) Time elapsed: 11.97 s shapesDiagramTest no-configuration(org.eclipse.reddeer.gef.test.GEFEditorTest) Time elapsed: 8.396 s Running org.eclipse.reddeer.gef.test.EditPartTest 20:08:44.221 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.gef.test.EditPartTest 20:08:44.222 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:08:44.222 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:08:44.222 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.gef.test.EditPartTest 20:08:44.222 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:08:44.222 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 20:08:44.223 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:08:44.223 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 20:08:44.223 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:08:44.223 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 20:08:44.223 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:08:44.223 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:44.223 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:08:44.223 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:44.223 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:08:44.223 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:44.224 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:08:44.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:44.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:44.224 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:08:44.224 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:08:44.224 DEBUG [main][MenuItemLookup] Found menu:'File' 20:08:44.225 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:08:44.225 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:08:44.225 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:08:44.225 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:08:44.225 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:08:44.225 DEBUG [main][MenuItemLookup] Item match:Window 20:08:44.225 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:08:44.225 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:08:44.225 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:08:44.225 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:44.225 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:08:44.225 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:08:44.225 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:44.225 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:08:44.225 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:44.225 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:08:44.225 DEBUG [main][MenuItemLookup] Item match:Preferences 20:08:44.225 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:08:44.225 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:08:44.226 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:08:44.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.... 20:08:44.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. finished successfully 20:08:44.300 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:08:44.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:44.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:44.301 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:08:44.301 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:44.301 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 20:08:44.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:44.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:44.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:44.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:44.301 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:08:44.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:08:44.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:08:44.302 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) 20:08:44.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:44.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:44.304 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:44.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:44.304 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:08:44.304 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:08:44.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:08:44.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:08:44.304 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:08:44.304 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:44.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:08:44.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:08:44.319 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:08:44.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:44.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:44.319 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 20:08:44.319 DEBUG [main][EditorHandler] 0 editor(s) found 20:08:44.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:44.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:44.320 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 20:08:44.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:44.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:44.321 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:08:44.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:44.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:44.321 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:08:44.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 '\*?\QProject Explorer\E') 20:08:44.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:44.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:44.329 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:44.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:44.329 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:08:44.329 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:08:44.329 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:08:44.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:44.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:08:44.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:08:44.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:08:44.331 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:08:44.331 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:08:44.331 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:44.331 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 20:08:44.331 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:08:44.332 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:08:44.332 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:44.332 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 20:08:44.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:44.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:44.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:44.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:44.332 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:08:44.332 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:08:44.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:44.333 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 20:08:44.333 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:08:44.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:44.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:44.333 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:08:44.333 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 20:08:44.334 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:08:44.334 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectEditPartTest no-configuration(org.eclipse.reddeer.gef.test.EditPartTest) 20:08:44.334 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.gef.test.EditPartTest 20:08:44.334 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:08:44.334 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:08:44.334 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:08:44.334 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:08:44.334 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:44.334 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:08:44.334 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:44.334 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 20:08:44.335 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:44.335 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:08:44.335 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:44.335 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:08:44.335 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:44.335 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:08:44.335 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:44.335 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 20:08:44.335 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:44.335 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:08:44.336 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:44.336 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:08:44.336 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:44.336 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:08:44.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:44.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:44.336 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:08:44.336 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:08:44.336 DEBUG [main][MenuItemLookup] Found menu:'File' 20:08:44.336 DEBUG [main][MenuItemLookup] Item match:File 20:08:44.337 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 20:08:44.337 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 20:08:44.338 DEBUG [main][MenuItemLookup] Found menu:'Project...' 20:08:44.339 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:44.339 DEBUG [main][MenuItemLookup] Found menu:'Folder' 20:08:44.339 DEBUG [main][MenuItemLookup] Found menu:'File' 20:08:44.339 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 20:08:44.339 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:44.339 DEBUG [main][MenuItemLookup] Found menu:'Example...' 20:08:44.339 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:44.339 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 20:08:44.339 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 20:08:44.346 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 20:08:44.346 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 20:08:44.346 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 20:08:44.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 'New|Select a wizard'] is available.... 20:08:44.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 'New|Select a wizard'] is available. finished successfully 20:08:44.418 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 20:08:44.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:44.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:44.419 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:08:44.419 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:44.419 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 20:08:44.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:44.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:44.420 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:44.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:44.420 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:08:44.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:08:44.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:08:44.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 20:08:44.421 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:08:44.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:44.421 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:08:44.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:44.421 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:08:44.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 20:08:44.422 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:08:44.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:44.422 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:08:44.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:44.422 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:08:44.422 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 20:08:44.422 DEBUG [main][TreeItemHandler] Selecting tree item: Project 20:08:44.422 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 20:08:44.425 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 20:08:44.425 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:08:44.425 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 20:08:44.425 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) 20:08:44.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:44.425 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:44.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:44.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:44.426 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:08:44.426 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:08:44.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:08:44.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:08:44.426 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:08:44.426 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:44.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:08:44.445 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:44.445 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:44.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 20:08:44.445 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 20:08:44.446 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 20:08:44.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:44.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:44.446 TRACE [WorkbenchTestable][GeneralProjectWizard] Shell New Project is not null and is not disposed 20:08:44.446 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:44.446 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:") 20:08:44.446 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:08:44.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:08:44.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:08:44.447 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent 20:08:44.447 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:08:44.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:44.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:44.448 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:44.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:44.448 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:08:44.448 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:08:44.449 INFO [WorkbenchTestable][AbstractText] Text set to: test 20:08:44.449 TRACE [WorkbenchTestable][GeneralProjectWizard] Shell New Project is not null and is not disposed 20:08:44.449 INFO [WorkbenchTestable][GeneralProjectWizard] Finish wizard 20:08:44.450 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) 20:08:44.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:44.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:44.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:44.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:44.451 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:08:44.451 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:08:44.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:08:44.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:08:44.451 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:08:44.451 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:44.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:08:44.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:08:44.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:08:44.955 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 20:08:44.955 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:08:44.955 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:08:44.955 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:08:44.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:08:44.955 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:44.956 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:44.956 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 20:08:44.956 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:44.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:44.957 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:08:44.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:44.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:44.957 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:08:44.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') 20:08:44.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:44.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:44.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:44.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:44.958 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:08:44.958 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:08:44.958 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:08:44.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:44.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:08:44.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:08:44.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:08:44.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test exists.... 20:08:44.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:44.962 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:44.962 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 20:08:44.962 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:44.964 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:44.964 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:08:44.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:44.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:44.964 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:08:44.965 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:08:44.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:44.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:44.966 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:44.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:44.966 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:08:44.966 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:08:44.966 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:08:44.995 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:44.995 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:08:44.995 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:08:44.995 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:08:44.996 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:44.996 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:08:44.996 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:08:44.996 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:08:44.996 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:44.997 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:08:44.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:44.997 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:44.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:08:45.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:45.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:08:45.998 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:45.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:08:45.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:08:45.998 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:08:45.998 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:08:45.999 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:45.999 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:08:45.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 20:08:45.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:45.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:45.999 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:45.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:45.999 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:08:45.999 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 20:08:45.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test exists. finished successfully 20:08:46.000 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:46.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:46.001 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:08:46.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:46.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:46.001 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:08:46.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 '\*?\QProject Explorer\E') 20:08:46.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:46.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:46.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:46.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:46.002 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:08:46.002 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:08:46.002 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:08:46.018 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:46.018 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:08:46.018 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:08:46.018 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:08:46.019 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:46.019 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:08:46.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:46.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:46.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:08:46.519 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:46.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:08:47.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:47.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:08:47.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:08:47.020 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:08:47.020 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:08:47.021 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:47.021 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:08:47.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 20:08:47.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:47.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:47.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:47.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:47.021 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:08:47.022 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 20:08:47.022 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test 20:08:47.022 DEBUG [main][TreeItemHandler] Selecting tree item: test 20:08:47.022 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test about selection 20:08:47.028 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test 20:08:47.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:08:47.028 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:47.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:08:47.029 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:47.029 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: ""] 20:08:47.029 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:47.029 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:08:47.029 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:47.029 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:08:47.029 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:47.030 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: ""] 20:08:47.030 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:47.030 INFO [WorkbenchTestable][ExampleWizard] Opening wizard using top menu 20:08:47.030 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:08:47.030 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:47.030 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:08:47.030 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:47.030 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:08:47.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:47.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:47.031 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:08:47.031 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:08:47.031 DEBUG [main][MenuItemLookup] Found menu:'File' 20:08:47.031 DEBUG [main][MenuItemLookup] Item match:File 20:08:47.032 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 20:08:47.032 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 20:08:47.033 DEBUG [main][MenuItemLookup] Found menu:'Project...' 20:08:47.033 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:47.033 DEBUG [main][MenuItemLookup] Found menu:'Folder' 20:08:47.033 DEBUG [main][MenuItemLookup] Found menu:'File' 20:08:47.033 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 20:08:47.033 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:47.033 DEBUG [main][MenuItemLookup] Found menu:'Example...' 20:08:47.033 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:47.033 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 20:08:47.033 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 20:08:47.040 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 20:08:47.040 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 20:08:47.041 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 20:08:47.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 20:08:47.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 20:08:47.091 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 20:08:47.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:47.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:47.092 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:08:47.092 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:47.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 20:08:47.092 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:08:47.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:08:47.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:08:47.092 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent 20:08:47.092 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:08:47.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:47.092 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:47.093 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:47.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:47.093 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:08:47.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:08:47.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:08:47.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Examples has children... 20:08:47.094 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Examples 20:08:47.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:47.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:47.595 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Examples 20:08:47.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Examples has children finished successfully 20:08:47.596 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Examples 20:08:47.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:47.596 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Examples is already expanded. No action performed 20:08:47.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:47.596 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Examples 20:08:47.596 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Logic Diagram 20:08:47.596 DEBUG [main][TreeItemHandler] Selecting tree item: Logic Diagram 20:08:47.597 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Logic Diagram about selection 20:08:47.599 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Logic Diagram 20:08:47.599 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:08:47.599 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 20:08:47.599 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) 20:08:47.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:47.599 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:47.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:47.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:47.600 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:08:47.600 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:08:47.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:08:47.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:08:47.600 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:08:47.600 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:47.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 20:08:47.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available. finished successfully 20:08:47.629 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 20:08:47.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:47.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:47.630 TRACE [WorkbenchTestable][ExampleWizard] Shell is not null and is not disposed 20:08:47.630 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:47.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 "File name:") 20:08:47.630 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:08:47.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:08:47.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:08:47.630 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 20:08:47.630 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:08:47.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:47.630 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:47.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:47.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:47.632 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:08:47.632 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:08:47.633 INFO [WorkbenchTestable][AbstractText] Text set to: test.logic 20:08:47.634 TRACE [WorkbenchTestable][ExampleWizard] Shell is not null and is not disposed 20:08:47.634 INFO [WorkbenchTestable][ExampleWizard] Finish wizard 20:08:47.634 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) 20:08:47.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:47.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:47.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:47.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:47.635 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:08:47.636 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:08:47.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:08:47.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:08:47.636 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:08:47.636 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:47.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:08:47.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:08:47.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:08:47.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 20:08:47.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 20:08:47.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:08:47.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:08:47.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:08:47.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:08:47.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:08:47.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@350d0a19 is found... 20:08:47.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@350d0a19 is found finished successfully 20:08:47.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 20:08:47.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:47.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:47.787 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:47.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:47.787 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:08:47.787 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:47.787 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 20:08:47.788 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:47.788 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:47.788 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 20:08:47.788 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:47.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:47.789 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 20:08:47.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:47.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:47.790 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 20:08:47.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 '\*?\QPalette\E') 20:08:47.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:47.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:47.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:47.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:47.791 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:08:47.791 INFO [WorkbenchTestable][AbstractView] Activate view Palette 20:08:47.791 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 20:08:47.806 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:47.806 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 20:08:47.807 INFO [WorkbenchTestable][ViewerHandler] Click at [0, 0] 20:08:47.807 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 20:08:47.807 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:47.807 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 20:08:47.807 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:47.814 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 20:08:47.814 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:47.815 INFO [main][AbstractEditor] New edit part LogicLabelEditPart( Label #2 Text=Label ) 20:08:47.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 1... 20:08:47.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 1 finished successfully 20:08:47.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:47.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:47.820 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 20:08:47.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:47.821 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:47.821 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 20:08:47.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:47.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:47.834 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 20:08:47.834 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:08:47.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:47.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:47.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:47.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:47.835 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:08:47.835 INFO [WorkbenchTestable][AbstractView] Activate view Palette 20:08:47.835 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 20:08:47.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:47.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 20:08:47.850 INFO [WorkbenchTestable][ViewerHandler] Click at [0, 100] 20:08:47.850 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 20:08:47.850 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:47.850 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 20:08:47.850 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:47.857 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 20:08:47.857 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:47.857 INFO [main][AbstractEditor] New edit part LogicLabelEditPart( Label #3 Text=Label ) 20:08:47.857 INFO [main][AbstractEditor] New edit part LogicLabelEditPart( Label #3 Text=Label ) 20:08:47.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 2... 20:08:47.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 2 finished successfully 20:08:47.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 20:08:47.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:47.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:47.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:47.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:47.864 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:08:47.865 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:47.865 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 20:08:47.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 20:08:47.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:47.887 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:47.889 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:47.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:47.889 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:08:47.889 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:47.889 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 20:08:47.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 20:08:47.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:47.891 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:47.892 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:47.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:47.892 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:08:47.893 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:47.893 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 20:08:47.910 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 20:08:47.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:47.910 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:47.911 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:47.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:47.911 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:08:47.911 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:08:47.911 INFO [WorkbenchTestable][AbstractText] Text set to: Foo 20:08:47.912 TRACE [WorkbenchTestable][WidgetHandler] Notify Text with event 14 20:08:47.912 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:47.916 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') 20:08:47.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:47.916 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:47.917 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:47.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:47.917 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:08:47.917 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:47.917 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 20:08:47.924 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 20:08:47.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:47.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:47.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:47.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:47.924 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:08:47.924 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:08:47.924 INFO [WorkbenchTestable][AbstractText] Text set to: Hello 20:08:47.925 TRACE [WorkbenchTestable][WidgetHandler] Notify Text with event 14 20:08:47.925 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:47.933 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') 20:08:47.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:47.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:47.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:47.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:47.935 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:08:47.935 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:47.935 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 20:08:47.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 20:08:47.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:47.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:47.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:47.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:47.939 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:08:47.939 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:47.940 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 20:08:47.941 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 20:08:47.941 DEBUG [main][EditorHandler] 1 editor(s) found 20:08:47.941 DEBUG [WorkbenchTestable][EditorHandler] Closing editor test.logic 20:08:47.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 'Save .*'] is available.... 20:08:48.489 DEBUG [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 20:08:48.489 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Save Resource 20:08:48.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:48.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:48.490 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:08:48.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:08:48.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:08:48.491 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 20:08:48.491 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:08:48.491 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:48.491 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:48.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 "Save") 20:08:48.491 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:08:48.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:08:48.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:08:48.491 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 20:08:48.491 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:08:48.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:48.491 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:48.491 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:48.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:48.492 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:08:48.492 INFO [WorkbenchTestable][AbstractButton] Click button &Save 20:08:48.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:08:48.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:08:48.492 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:08:48.492 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:48.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:08:48.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:08:48.539 DEBUG [WorkbenchTestable][EditorHandler] Editor test.logic is closed 20:08:48.539 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:48.540 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:48.540 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 20:08:48.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:48.540 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:48.540 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:08:48.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:48.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:48.541 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:08:48.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') 20:08:48.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:48.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:48.542 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:48.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:48.542 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:08:48.542 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:08:48.542 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:08:48.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:48.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:08:48.546 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:08:48.546 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:08:48.547 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:48.547 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:08:48.547 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:08:48.547 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:08:48.548 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:48.548 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:08:48.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:48.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:48.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:08:49.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:49.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:08:49.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:49.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:08:49.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:08:49.549 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:08:49.549 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:08:49.550 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:49.550 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:08:49.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 20:08:49.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:49.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:49.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:49.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:49.550 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:08:49.550 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 20:08:49.551 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:08:49.551 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:08:49.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:49.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:08:49.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:49.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:49.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:08:50.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:50.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:08:50.552 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:50.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:08:50.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:08:50.552 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:08:50.552 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:08:50.553 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:50.553 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:08:50.553 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:08:50.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:50.553 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:50.553 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:50.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:50.553 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:08:50.553 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 20:08:50.554 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:08:50.554 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:08:50.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:50.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:08:50.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 20:08:50.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:50.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:50.555 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:50.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:50.555 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:08:50.555 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 20:08:50.555 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 20:08:50.555 DEBUG [main][TreeItemHandler] Set Tree selection 20:08:50.555 DEBUG [main][TreeHandler] Notify Tree about selection event 20:08:50.559 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 20:08:50.560 DEBUG [WorkbenchTestable][TreeItemHandler] test 20:08:50.560 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:08:50.560 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:50.577 DEBUG [main][MenuItemLookup] Found menu:'New' 20:08:50.577 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:08:50.577 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:50.577 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:08:50.577 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:50.577 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:08:50.577 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:08:50.577 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:08:50.577 DEBUG [main][MenuItemLookup] Found menu:'Move...' 20:08:50.577 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 20:08:50.577 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:50.578 DEBUG [main][MenuItemLookup] Found menu:'Import...' 20:08:50.578 DEBUG [main][MenuItemLookup] Found menu:'Export...' 20:08:50.578 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:50.578 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 20:08:50.578 DEBUG [main][MenuItemLookup] Item match:Refresh F5 20:08:50.578 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 20:08:50.578 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 20:08:50.578 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 20:08:50.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:08:50.578 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 20:08:51.078 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:08:51.078 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:08:51.078 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:08:51.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:08:51.079 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:08:51.079 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:51.095 DEBUG [main][MenuItemLookup] Found menu:'New' 20:08:51.095 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:08:51.095 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:51.095 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:08:51.095 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:51.095 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:08:51.095 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:08:51.095 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:08:51.095 DEBUG [main][MenuItemLookup] Item match:Delete Delete 20:08:51.096 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 20:08:51.096 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 20:08:51.096 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 20:08:51.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 20:08:51.660 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 20:08:51.660 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 20:08:51.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:51.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:51.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: 32) 20:08:51.662 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:08:51.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:08:51.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:08:51.663 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:08:51.663 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:08:51.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:51.663 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:51.663 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:51.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:51.663 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:08:51.663 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 20:08:51.663 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 20:08:51.663 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 20:08:51.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:08:51.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:08:51.663 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:08:51.663 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:51.663 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:08:51.663 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:08:51.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:08:51.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:08:51.664 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:08:51.664 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:08:51.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:51.664 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:51.664 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:51.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:51.664 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:08:51.665 INFO [WorkbenchTestable][AbstractButton] Click button OK 20:08:51.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:08:51.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:08:51.665 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:08:51.665 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:51.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 20:08:51.667 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 20:08:52.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 20:08:52.168 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 20:08:52.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:08:52.168 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 20:08:52.168 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:08:52.168 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:08:52.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:08:52.168 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:08:52.168 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:08:52.169 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:52.169 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 20:08:52.170 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.gef.test.EditPartTest 20:08:52.170 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:08:52.170 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:08:52.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:08:52.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:08:52.170 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectEditPartTest no-configuration(org.eclipse.reddeer.gef.test.EditPartTest) 20:08:52.170 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:08:52.170 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickEditPartTest no-configuration(org.eclipse.reddeer.gef.test.EditPartTest) 20:08:52.170 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.gef.test.EditPartTest 20:08:52.170 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:08:52.170 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:08:52.170 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:08:52.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:08:52.171 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:52.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:08:52.171 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:52.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 Project"] 20:08:52.171 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:52.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:08:52.171 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:52.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:08:52.172 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:52.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:08:52.172 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:52.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 Project"] 20:08:52.172 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:52.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:08:52.172 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:52.173 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:08:52.173 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:52.173 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:08:52.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:52.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:52.173 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:08:52.173 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:08:52.173 DEBUG [main][MenuItemLookup] Found menu:'File' 20:08:52.174 DEBUG [main][MenuItemLookup] Item match:File 20:08:52.174 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 20:08:52.174 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 20:08:52.176 DEBUG [main][MenuItemLookup] Found menu:'Project...' 20:08:52.176 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:52.176 DEBUG [main][MenuItemLookup] Found menu:'Folder' 20:08:52.176 DEBUG [main][MenuItemLookup] Found menu:'File' 20:08:52.177 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 20:08:52.177 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:52.177 DEBUG [main][MenuItemLookup] Found menu:'Example...' 20:08:52.177 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:52.177 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 20:08:52.177 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 20:08:52.177 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 20:08:52.177 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 20:08:52.177 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 20:08:52.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 20:08:52.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 20:08:52.222 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 20:08:52.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:52.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:52.223 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:08:52.223 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:52.223 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 20:08:52.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:52.223 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:52.223 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:52.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:52.223 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:08:52.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:08:52.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:08:52.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 20:08:52.225 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:08:52.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:52.225 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:08:52.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:52.225 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:08:52.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 20:08:52.225 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:08:52.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:52.225 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:08:52.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:52.225 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:08:52.225 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 20:08:52.225 DEBUG [main][TreeItemHandler] Selecting tree item: Project 20:08:52.226 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 20:08:52.228 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 20:08:52.228 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:08:52.228 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 20:08:52.228 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) 20:08:52.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:52.228 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:52.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:52.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:52.228 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:08:52.229 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:08:52.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:08:52.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:08:52.232 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:08:52.232 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:52.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:08:52.250 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:52.250 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:52.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 20:08:52.251 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 20:08:52.251 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 20:08:52.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:52.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:52.251 TRACE [WorkbenchTestable][GeneralProjectWizard] Shell New Project is not null and is not disposed 20:08:52.251 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:52.251 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:") 20:08:52.251 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:08:52.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:08:52.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:08:52.252 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent 20:08:52.252 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:08:52.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:52.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:52.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:52.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:52.253 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:08:52.253 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:08:52.253 INFO [WorkbenchTestable][AbstractText] Text set to: test 20:08:52.254 TRACE [WorkbenchTestable][GeneralProjectWizard] Shell New Project is not null and is not disposed 20:08:52.254 INFO [WorkbenchTestable][GeneralProjectWizard] Finish wizard 20:08:52.254 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) 20:08:52.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:52.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:52.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:52.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:52.255 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:08:52.256 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:08:52.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:08:52.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:08:52.256 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:08:52.256 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:52.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:08:52.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:08:52.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:08:52.759 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 20:08:52.759 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 20:08:52.759 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:08:52.759 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:08:52.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:08:52.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:52.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:52.763 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 20:08:52.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:52.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:52.764 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:08:52.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:52.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:52.764 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:08:52.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 '\*?\QProject Explorer\E') 20:08:52.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:52.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:52.766 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:52.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:52.766 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:08:52.766 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:08:52.766 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:08:52.767 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:52.767 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:08:52.767 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:08:52.767 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:08:52.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test exists.... 20:08:52.768 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:52.770 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:52.770 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 20:08:52.770 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:52.772 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:52.772 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:08:52.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:52.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:52.773 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:08:52.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 '\*?\QPackage Explorer\E') 20:08:52.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:52.773 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:52.775 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:52.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:52.775 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:08:52.775 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:08:52.775 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:08:52.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:52.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:08:52.795 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:08:52.796 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:08:52.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:52.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:08:52.796 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:08:52.796 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:08:52.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:52.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:08:52.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:52.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:52.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:08:53.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:53.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:08:53.798 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:53.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:08:53.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:08:53.799 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:08:53.799 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:08:53.800 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:53.800 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:08:53.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 20:08:53.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:53.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:53.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:53.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:53.800 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:08:53.800 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 20:08:53.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test exists. finished successfully 20:08:53.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:53.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:53.802 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:08:53.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:53.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:53.802 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:08:53.802 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:08:53.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:53.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:53.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:53.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:53.804 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:08:53.804 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:08:53.804 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:08:53.819 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:53.820 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:08:53.820 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:08:53.820 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:08:53.820 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:53.820 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:08:53.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:53.821 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:53.821 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:08:54.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:54.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:08:54.821 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:54.822 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:08:54.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:08:54.822 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:08:54.822 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:08:54.822 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:54.823 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:08:54.823 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:08:54.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:54.823 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:54.823 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:54.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:54.823 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:08:54.823 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 20:08:54.824 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test 20:08:54.824 DEBUG [main][TreeItemHandler] Selecting tree item: test 20:08:54.824 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test about selection 20:08:54.828 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test 20:08:54.828 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:08:54.828 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:54.829 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:08:54.829 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:54.829 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: ""] 20:08:54.829 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:54.829 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:08:54.829 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:54.829 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:08:54.830 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:54.830 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: ""] 20:08:54.830 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:54.830 INFO [WorkbenchTestable][ExampleWizard] Opening wizard using top menu 20:08:54.830 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:08:54.830 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:54.830 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:08:54.830 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:54.831 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:08:54.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:54.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:54.831 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:08:54.831 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:08:54.831 DEBUG [main][MenuItemLookup] Found menu:'File' 20:08:54.831 DEBUG [main][MenuItemLookup] Item match:File 20:08:54.832 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 20:08:54.832 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 20:08:54.833 DEBUG [main][MenuItemLookup] Found menu:'Project...' 20:08:54.833 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:54.833 DEBUG [main][MenuItemLookup] Found menu:'Folder' 20:08:54.833 DEBUG [main][MenuItemLookup] Found menu:'File' 20:08:54.833 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 20:08:54.833 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:54.833 DEBUG [main][MenuItemLookup] Found menu:'Example...' 20:08:54.833 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:54.833 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 20:08:54.833 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 20:08:54.841 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 20:08:54.841 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 20:08:54.841 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 20:08:54.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 20:08:54.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 20:08:54.884 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 20:08:54.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:54.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:54.885 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:08:54.885 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:54.885 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 20:08:54.885 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:08:54.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:08:54.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:08:54.885 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent 20:08:54.885 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:08:54.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:54.885 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:54.886 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:54.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:54.886 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:08:54.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:08:54.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:08:54.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Examples has children... 20:08:54.887 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Examples 20:08:54.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:55.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:55.389 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Examples 20:08:55.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Examples has children finished successfully 20:08:55.389 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Examples 20:08:55.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:08:55.390 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Examples is already expanded. No action performed 20:08:55.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:08:55.390 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Examples 20:08:55.390 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Logic Diagram 20:08:55.390 DEBUG [main][TreeItemHandler] Selecting tree item: Logic Diagram 20:08:55.390 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Logic Diagram about selection 20:08:55.392 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Logic Diagram 20:08:55.393 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:08:55.393 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 20:08:55.393 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) 20:08:55.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:55.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:55.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:55.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:55.393 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:08:55.394 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:08:55.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:08:55.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:08:55.394 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:08:55.394 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:55.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 20:08:55.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available. finished successfully 20:08:55.422 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 20:08:55.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:55.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:55.423 TRACE [WorkbenchTestable][ExampleWizard] Shell is not null and is not disposed 20:08:55.423 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:08:55.423 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:") 20:08:55.423 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:08:55.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:08:55.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:08:55.423 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 20:08:55.423 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:08:55.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:55.423 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:55.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:55.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:55.426 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:08:55.426 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:08:55.426 INFO [WorkbenchTestable][AbstractText] Text set to: test.logic 20:08:55.427 TRACE [WorkbenchTestable][ExampleWizard] Shell is not null and is not disposed 20:08:55.427 INFO [WorkbenchTestable][ExampleWizard] Finish wizard 20:08:55.427 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) 20:08:55.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:55.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:55.428 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:55.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:55.428 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:08:55.429 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:08:55.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:08:55.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:08:55.429 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:08:55.429 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:55.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:08:55.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:08:55.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:08:55.933 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:08:55.933 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:08:55.933 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:08:55.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:08:55.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@46f885b is found... 20:08:55.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@46f885b is found finished successfully 20:08:55.933 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') 20:08:55.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:55.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:55.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:55.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:55.934 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:08:55.935 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:55.935 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 20:08:55.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:55.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:55.936 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 20:08:55.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:55.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:55.936 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 20:08:55.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:55.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:55.950 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 20:08:55.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 '\*?\QPalette\E') 20:08:55.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:55.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:55.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:55.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:55.951 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:08:55.951 INFO [WorkbenchTestable][AbstractView] Activate view Palette 20:08:55.951 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 20:08:55.974 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:55.974 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 20:08:55.974 INFO [WorkbenchTestable][ViewerHandler] Click at [0, 100] 20:08:55.974 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 20:08:55.974 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:55.975 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 20:08:55.975 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:55.982 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 20:08:55.982 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:55.983 INFO [main][AbstractEditor] New edit part LEDEditPart( LED #3 Value=0 ) 20:08:55.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 1... 20:08:55.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 1 finished successfully 20:08:55.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:55.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:55.995 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 20:08:55.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:55.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:55.996 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 20:08:55.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:55.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:55.998 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 20:08:55.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 '\*?\QPalette\E') 20:08:55.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:55.998 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:55.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:55.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:55.998 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:08:55.998 INFO [WorkbenchTestable][AbstractView] Activate view Palette 20:08:55.998 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 20:08:56.005 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:56.005 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 20:08:56.005 INFO [WorkbenchTestable][ViewerHandler] Click at [100, 100] 20:08:56.005 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 20:08:56.005 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:56.006 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 20:08:56.006 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:56.028 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 20:08:56.028 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:56.030 INFO [main][AbstractEditor] New edit part LEDEditPart( LED #4 Value=0 ) 20:08:56.030 INFO [main][AbstractEditor] New edit part LEDEditPart( LED #4 Value=0 ) 20:08:56.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 2... 20:08:56.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 2 finished successfully 20:08:56.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:56.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:56.035 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 20:08:56.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:56.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:56.036 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 20:08:56.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:56.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:56.038 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 20:08:56.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 '\*?\QPalette\E') 20:08:56.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:56.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:56.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:56.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:56.039 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:08:56.039 INFO [WorkbenchTestable][AbstractView] Activate view Palette 20:08:56.039 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 20:08:56.057 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:56.057 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 20:08:56.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 '\*?\Qtest.logic\E') 20:08:56.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:56.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:56.082 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:56.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:56.083 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:08:56.083 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part test.logic 20:08:56.095 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:56.095 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 20:08:56.096 INFO [WorkbenchTestable][ViewerHandler] Click at [30, 121] 20:08:56.096 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 20:08:56.096 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:56.096 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 20:08:56.096 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:56.097 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 20:08:56.097 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:56.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 '\*?\Qtest.logic\E') 20:08:56.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:56.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:56.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:56.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:56.099 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:08:56.099 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:56.099 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 20:08:56.099 INFO [WorkbenchTestable][ViewerHandler] Click at [130, 121] 20:08:56.099 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 20:08:56.099 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:56.099 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 20:08:56.099 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:56.102 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 20:08:56.102 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:56.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:56.103 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:56.103 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 20:08:56.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:56.104 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:56.104 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 20:08:56.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:56.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:56.105 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 20:08:56.105 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:08:56.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:56.106 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:56.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:56.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:56.106 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:08:56.106 INFO [WorkbenchTestable][AbstractView] Activate view Palette 20:08:56.106 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 20:08:56.122 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:56.122 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 20:08:56.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 20:08:56.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:56.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:56.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:56.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:56.125 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:08:56.125 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part test.logic 20:08:56.137 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:56.137 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 20:08:56.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 20:08:56.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:56.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:56.139 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:56.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:56.139 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:08:56.139 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:56.139 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 20:08:56.139 INFO [WorkbenchTestable][ViewerHandler] Click at [86, 121] 20:08:56.139 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 20:08:56.139 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:56.140 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 20:08:56.140 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:56.143 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 20:08:56.143 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:56.144 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 35 20:08:56.144 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:56.155 DEBUG [main][MenuItemLookup] Found menu:'Undo Connection change' 20:08:56.155 DEBUG [main][MenuItemLookup] Found menu:'Redo' 20:08:56.155 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:56.155 DEBUG [main][MenuItemLookup] Found menu:'Paste' 20:08:56.155 DEBUG [main][MenuItemLookup] Found menu:'Delete' 20:08:56.155 DEBUG [main][MenuItemLookup] Item match:Delete 20:08:56.155 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete" 20:08:56.155 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete 20:08:56.155 INFO [main][MenuItemHandler] Select menu item: &Delete 20:08:56.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 20:08:56.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:56.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:56.159 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:56.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:56.159 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:08:56.160 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:56.160 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 20:08:56.160 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 20:08:56.160 DEBUG [main][EditorHandler] 1 editor(s) found 20:08:56.160 DEBUG [WorkbenchTestable][EditorHandler] Closing editor test.logic 20:08:56.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 'Save .*'] is available.... 20:08:56.701 DEBUG [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 20:08:56.701 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Save Resource 20:08:56.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:56.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:56.702 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:08:56.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:08:56.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:08:56.702 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 20:08:56.702 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:08:56.702 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:56.703 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:56.703 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:08:56.703 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:08:56.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:08:56.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:08:56.703 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 20:08:56.703 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:08:56.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:56.703 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:56.703 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:56.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:56.703 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:08:56.704 INFO [WorkbenchTestable][AbstractButton] Click button &Save 20:08:56.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:08:56.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:08:56.704 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:08:56.704 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:56.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:08:56.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:08:56.760 DEBUG [WorkbenchTestable][EditorHandler] Editor test.logic is closed 20:08:56.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:56.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:56.761 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 20:08:56.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:56.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:56.762 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:08:56.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:56.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:56.762 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:08:56.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 '\*?\QProject Explorer\E') 20:08:56.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:56.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:56.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:56.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:56.763 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:08:56.763 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:08:56.763 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:08:56.768 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:56.768 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:08:56.768 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:08:56.768 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:08:56.769 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:56.769 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:08:56.769 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:08:56.769 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:08:56.770 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:56.770 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:08:56.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:56.770 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:56.770 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:08:57.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:57.271 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:08:57.771 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:57.772 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:08:57.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:08:57.772 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:08:57.772 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:08:57.772 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:57.772 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:08:57.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 20:08:57.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:57.773 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:57.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:57.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:57.773 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:08:57.773 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 20:08:57.773 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:08:57.773 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:08:57.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:57.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:08:57.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:57.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:57.774 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:08:58.274 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:58.275 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:08:58.775 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:58.775 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:08:58.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:08:58.776 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:08:58.776 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:08:58.776 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:58.776 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:08:58.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 20:08:58.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:58.776 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:58.776 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:58.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:58.776 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:08:58.777 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 20:08:58.777 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:08:58.777 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:08:58.777 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:08:58.777 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:08:58.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 20:08:58.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:58.777 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:58.778 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:58.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:58.778 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:08:58.778 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 20:08:58.778 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 20:08:58.778 DEBUG [main][TreeItemHandler] Set Tree selection 20:08:58.778 DEBUG [main][TreeHandler] Notify Tree about selection event 20:08:58.783 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 20:08:58.784 DEBUG [WorkbenchTestable][TreeItemHandler] test 20:08:58.784 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:08:58.784 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:58.802 DEBUG [main][MenuItemLookup] Found menu:'New' 20:08:58.803 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:08:58.803 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:58.803 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:08:58.803 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:58.803 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:08:58.803 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:08:58.803 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:08:58.803 DEBUG [main][MenuItemLookup] Found menu:'Move...' 20:08:58.803 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 20:08:58.803 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:58.803 DEBUG [main][MenuItemLookup] Found menu:'Import...' 20:08:58.803 DEBUG [main][MenuItemLookup] Found menu:'Export...' 20:08:58.803 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:58.803 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 20:08:58.803 DEBUG [main][MenuItemLookup] Item match:Refresh F5 20:08:58.803 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 20:08:58.803 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 20:08:58.803 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 20:08:58.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:08:58.803 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 20:08:59.303 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:08:59.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:08:59.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:08:59.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:08:59.304 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:08:59.304 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:59.324 DEBUG [main][MenuItemLookup] Found menu:'New' 20:08:59.324 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:08:59.324 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:59.324 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:08:59.324 DEBUG [main][MenuItemLookup] Found menu:'' 20:08:59.324 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:08:59.324 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:08:59.324 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:08:59.324 DEBUG [main][MenuItemLookup] Item match:Delete Delete 20:08:59.324 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 20:08:59.324 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 20:08:59.324 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 20:08:59.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 20:08:59.892 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 20:08:59.892 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 20:08:59.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:08:59.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:08:59.894 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 20:08:59.894 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:08:59.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:08:59.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:08:59.895 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:08:59.895 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:08:59.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:59.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:59.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:59.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:59.895 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:08:59.895 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 20:08:59.895 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 20:08:59.896 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 20:08:59.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:08:59.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:08:59.896 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:08:59.896 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:59.896 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:08:59.896 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:08:59.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:08:59.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:08:59.896 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:08:59.896 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:08:59.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:08:59.896 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:08:59.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:08:59.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:08:59.897 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:08:59.897 INFO [WorkbenchTestable][AbstractButton] Click button OK 20:08:59.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:08:59.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:08:59.897 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:08:59.897 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:08:59.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 20:08:59.901 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 20:09:00.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 20:09:00.402 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 20:09:00.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:09:00.402 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 20:09:00.402 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:09:00.402 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:09:00.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:09:00.402 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:09:00.402 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:09:00.402 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:09:00.403 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 20:09:00.403 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.gef.test.EditPartTest 20:09:00.403 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:09:00.403 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:09:00.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:09:00.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:09:00.403 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickEditPartTest no-configuration(org.eclipse.reddeer.gef.test.EditPartTest) 20:09:00.403 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:09:00.403 INFO [WorkbenchTestable][RequirementsRunner] Started test: nonExistingEditPartTest no-configuration(org.eclipse.reddeer.gef.test.EditPartTest) 20:09:00.403 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.gef.test.EditPartTest 20:09:00.403 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:09:00.403 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:09:00.403 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:09:00.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:09:00.404 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:00.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:09:00.404 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:00.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 Project"] 20:09:00.404 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:00.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:09:00.404 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:00.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:09:00.404 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:00.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:09:00.405 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:00.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 Project"] 20:09:00.405 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:00.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:09:00.405 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:00.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:09:00.405 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:00.405 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:09:00.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:09:00.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:09:00.406 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:09:00.406 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:09:00.406 DEBUG [main][MenuItemLookup] Found menu:'File' 20:09:00.406 DEBUG [main][MenuItemLookup] Item match:File 20:09:00.407 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 20:09:00.407 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 20:09:00.408 DEBUG [main][MenuItemLookup] Found menu:'Project...' 20:09:00.408 DEBUG [main][MenuItemLookup] Found menu:'' 20:09:00.408 DEBUG [main][MenuItemLookup] Found menu:'Folder' 20:09:00.408 DEBUG [main][MenuItemLookup] Found menu:'File' 20:09:00.408 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 20:09:00.408 DEBUG [main][MenuItemLookup] Found menu:'' 20:09:00.409 DEBUG [main][MenuItemLookup] Found menu:'Example...' 20:09:00.409 DEBUG [main][MenuItemLookup] Found menu:'' 20:09:00.409 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 20:09:00.409 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 20:09:00.409 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 20:09:00.409 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 20:09:00.409 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 20:09:00.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 'New|Select a wizard'] is available.... 20:09:00.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 20:09:00.451 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 20:09:00.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:09:00.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:09:00.452 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:09:00.452 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:00.452 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 20:09:00.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:00.452 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:00.452 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:00.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:00.452 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:09:00.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:09:00.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:09:00.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 20:09:00.454 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:09:00.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:09:00.454 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:09:00.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:09:00.454 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:09:00.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 20:09:00.454 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:09:00.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:09:00.454 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:09:00.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:09:00.454 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:09:00.455 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 20:09:00.455 DEBUG [main][TreeItemHandler] Selecting tree item: Project 20:09:00.455 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 20:09:00.457 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 20:09:00.457 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:09:00.457 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 20:09:00.457 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) 20:09:00.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:00.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:00.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:00.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:00.458 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:09:00.459 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:09:00.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:09:00.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:09:00.459 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:09:00.459 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:09:00.477 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:09:00.477 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:00.477 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:00.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 20:09:00.478 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 20:09:00.478 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 20:09:00.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:09:00.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:09:00.478 TRACE [WorkbenchTestable][GeneralProjectWizard] Shell New Project is not null and is not disposed 20:09:00.478 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:00.479 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:") 20:09:00.479 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:09:00.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:09:00.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:09:00.479 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent 20:09:00.479 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:09:00.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:00.479 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:00.480 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:00.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:00.480 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:09:00.480 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:09:00.481 INFO [WorkbenchTestable][AbstractText] Text set to: test 20:09:00.481 TRACE [WorkbenchTestable][GeneralProjectWizard] Shell New Project is not null and is not disposed 20:09:00.481 INFO [WorkbenchTestable][GeneralProjectWizard] Finish wizard 20:09:00.481 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) 20:09:00.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:00.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:00.482 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:00.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:00.482 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:09:00.483 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:09:00.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:09:00.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:09:00.483 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:09:00.483 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:09:00.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:09:00.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:09:00.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:09:00.991 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 20:09:00.991 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:09:00.991 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:09:00.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:09:00.991 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:00.992 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:00.992 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 20:09:00.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:00.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:00.994 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:09:00.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:09:00.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:09:00.994 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:09:00.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 '\*?\QProject Explorer\E') 20:09:00.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:00.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:00.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:00.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:00.996 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:09:00.996 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:09:00.996 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:09:00.997 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:09:00.997 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:09:00.997 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:09:00.997 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:09:00.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test exists.... 20:09:00.998 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:01.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:01.000 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 20:09:01.000 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:01.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:01.003 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:09:01.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:09:01.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:09:01.003 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:09:01.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 '\*?\QPackage Explorer\E') 20:09:01.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:01.003 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:01.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:01.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:01.005 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:09:01.005 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:09:01.005 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:09:01.035 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:09:01.035 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:09:01.035 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:09:01.035 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:09:01.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:09:01.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:09:01.036 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:09:01.036 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:09:01.037 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:09:01.037 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:09:01.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:01.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:01.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:09:01.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:01.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:09:02.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:02.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:09:02.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:09:02.039 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:09:02.039 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:09:02.039 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:09:02.040 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:09:02.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 20:09:02.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:02.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:02.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:02.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:02.040 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:09:02.040 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 20:09:02.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test exists. finished successfully 20:09:02.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:02.043 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:02.043 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:09:02.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:09:02.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:09:02.043 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:09:02.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 20:09:02.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:02.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:02.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:02.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:02.044 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:09:02.044 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:09:02.045 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:09:02.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:09:02.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:09:02.055 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:09:02.055 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:09:02.056 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:09:02.056 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:09:02.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:02.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:02.056 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:09:02.556 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:02.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:09:03.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:03.057 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:09:03.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:09:03.057 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:09:03.057 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:09:03.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:09:03.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:09:03.059 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:09:03.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:03.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:03.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:03.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:03.059 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:09:03.059 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 20:09:03.059 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test 20:09:03.059 DEBUG [main][TreeItemHandler] Selecting tree item: test 20:09:03.060 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test about selection 20:09:03.065 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test 20:09:03.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:09:03.065 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:03.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:09:03.066 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:03.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: ""] 20:09:03.066 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:03.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:09:03.066 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:03.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:09:03.067 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:03.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: ""] 20:09:03.067 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:03.067 INFO [WorkbenchTestable][ExampleWizard] Opening wizard using top menu 20:09:03.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:09:03.067 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:03.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:09:03.068 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:03.068 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:09:03.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:09:03.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:09:03.068 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:09:03.069 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:09:03.069 DEBUG [main][MenuItemLookup] Found menu:'File' 20:09:03.069 DEBUG [main][MenuItemLookup] Item match:File 20:09:03.069 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 20:09:03.069 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 20:09:03.071 DEBUG [main][MenuItemLookup] Found menu:'Project...' 20:09:03.071 DEBUG [main][MenuItemLookup] Found menu:'' 20:09:03.071 DEBUG [main][MenuItemLookup] Found menu:'Folder' 20:09:03.071 DEBUG [main][MenuItemLookup] Found menu:'File' 20:09:03.071 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 20:09:03.071 DEBUG [main][MenuItemLookup] Found menu:'' 20:09:03.071 DEBUG [main][MenuItemLookup] Found menu:'Example...' 20:09:03.071 DEBUG [main][MenuItemLookup] Found menu:'' 20:09:03.071 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 20:09:03.071 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 20:09:03.079 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 20:09:03.079 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 20:09:03.079 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 20:09:03.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 'New|Select a wizard'] is available.... 20:09:03.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 20:09:03.130 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 20:09:03.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:09:03.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:09:03.131 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:09:03.131 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:03.131 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 20:09:03.131 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:09:03.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:09:03.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:09:03.131 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent 20:09:03.131 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:09:03.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:03.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:03.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:03.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:03.132 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:09:03.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:09:03.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:09:03.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Examples has children... 20:09:03.133 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Examples 20:09:03.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:09:03.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:09:03.635 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Examples 20:09:03.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Examples has children finished successfully 20:09:03.635 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Examples 20:09:03.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:09:03.636 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Examples is already expanded. No action performed 20:09:03.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:09:03.636 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Examples 20:09:03.636 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Logic Diagram 20:09:03.636 DEBUG [main][TreeItemHandler] Selecting tree item: Logic Diagram 20:09:03.636 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Logic Diagram about selection 20:09:03.638 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Logic Diagram 20:09:03.638 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:09:03.638 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 20:09:03.638 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) 20:09:03.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:03.638 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:03.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:03.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:03.639 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:09:03.639 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:09:03.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:09:03.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:09:03.639 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:09:03.639 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:09:03.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 20:09:03.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available. finished successfully 20:09:03.670 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 20:09:03.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:09:03.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:09:03.670 TRACE [WorkbenchTestable][ExampleWizard] Shell is not null and is not disposed 20:09:03.670 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:03.670 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:") 20:09:03.670 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:09:03.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:09:03.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:09:03.671 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 20:09:03.671 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:09:03.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:03.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:03.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:03.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:03.673 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:09:03.673 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:09:03.673 INFO [WorkbenchTestable][AbstractText] Text set to: test.logic 20:09:03.674 TRACE [WorkbenchTestable][ExampleWizard] Shell is not null and is not disposed 20:09:03.674 INFO [WorkbenchTestable][ExampleWizard] Finish wizard 20:09:03.674 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) 20:09:03.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:03.674 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:03.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:03.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:03.675 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:09:03.675 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:09:03.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:09:03.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:09:03.675 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:09:03.675 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:09:03.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:09:04.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:09:04.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:09:04.179 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:09:04.179 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:09:04.179 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:09:04.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:09:04.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@67c73b22 is found... 20:09:04.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@67c73b22 is found finished successfully 20:09:04.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 20:09:04.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:04.180 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:04.182 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:04.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:04.182 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:09:04.182 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:09:04.182 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 20:09:04.183 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:04.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:04.183 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 20:09:04.183 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:04.184 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:04.184 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 20:09:04.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:09:04.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:09:04.186 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 20:09:04.186 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:09:04.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:04.186 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:04.186 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:04.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:04.186 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:09:04.186 INFO [WorkbenchTestable][AbstractView] Activate view Palette 20:09:04.186 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 20:09:04.203 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:09:04.213 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 20:09:04.213 INFO [WorkbenchTestable][ViewerHandler] Click at [0, 0] 20:09:04.213 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 20:09:04.213 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:09:04.213 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 20:09:04.213 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:09:04.219 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 20:09:04.219 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:09:04.219 INFO [main][AbstractEditor] New edit part LogicLabelEditPart( Label #4 Text=Label ) 20:09:04.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 1... 20:09:04.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 1 finished successfully 20:09:04.228 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:04.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:04.229 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 20:09:04.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:04.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:04.229 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 20:09:04.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:09:04.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:09:04.231 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 20:09:04.231 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:09:04.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:04.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:04.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:04.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:04.231 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:09:04.231 INFO [WorkbenchTestable][AbstractView] Activate view Palette 20:09:04.232 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 20:09:04.238 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:09:04.238 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 20:09:04.238 INFO [WorkbenchTestable][ViewerHandler] Click at [0, 100] 20:09:04.238 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 20:09:04.238 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:09:04.239 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 20:09:04.239 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:09:04.255 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 20:09:04.255 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:09:04.256 INFO [main][AbstractEditor] New edit part LogicLabelEditPart( Label #5 Text=Label ) 20:09:04.256 INFO [main][AbstractEditor] New edit part LogicLabelEditPart( Label #5 Text=Label ) 20:09:04.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 2... 20:09:04.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 2 finished successfully 20:09:04.259 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') 20:09:04.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:04.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:04.260 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:04.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:04.260 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:09:04.260 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:09:04.260 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 20:09:04.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 '\*?\Qtest.logic\E') 20:09:04.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:04.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:04.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:04.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:04.266 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:09:04.266 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:09:04.266 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 20:09:04.283 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') 20:09:04.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:04.284 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:04.286 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:04.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:04.286 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:09:04.286 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:09:04.286 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 20:09:04.293 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 20:09:04.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:04.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:04.293 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:04.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:04.293 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:09:04.293 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:09:04.293 INFO [WorkbenchTestable][AbstractText] Text set to: Foo 20:09:04.294 TRACE [WorkbenchTestable][WidgetHandler] Notify Text with event 14 20:09:04.294 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:09:04.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 20:09:04.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:04.304 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:04.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:04.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:04.306 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:09:04.306 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:09:04.306 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 20:09:04.315 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 20:09:04.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:04.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:04.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:04.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:04.315 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:09:04.315 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:09:04.315 INFO [WorkbenchTestable][AbstractText] Text set to: Hello 20:09:04.316 TRACE [WorkbenchTestable][WidgetHandler] Notify Text with event 14 20:09:04.316 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:09:04.325 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') 20:09:04.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:04.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:04.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:04.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:04.327 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:09:04.328 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:09:04.328 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 20:09:04.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 20:09:04.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:04.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:04.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:04.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:04.331 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:09:04.331 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:09:04.331 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 20:09:04.333 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 35 20:09:04.333 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:09:04.347 DEBUG [main][MenuItemLookup] Found menu:'Undo' 20:09:04.347 DEBUG [main][MenuItemLookup] Found menu:'Redo' 20:09:04.347 DEBUG [main][MenuItemLookup] Found menu:'' 20:09:04.347 DEBUG [main][MenuItemLookup] Found menu:'Paste' 20:09:04.347 DEBUG [main][MenuItemLookup] Found menu:'Delete' 20:09:04.347 DEBUG [main][MenuItemLookup] Item match:Delete 20:09:04.347 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete" 20:09:04.347 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete 20:09:04.348 INFO [main][MenuItemHandler] Select menu item: &Delete 20:09:04.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 20:09:04.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:04.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:04.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:04.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:04.352 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:09:04.352 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:09:04.352 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 20:09:04.354 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 20:09:04.356 DEBUG [main][EditorHandler] 1 editor(s) found 20:09:04.357 DEBUG [WorkbenchTestable][EditorHandler] Closing editor test.logic 20:09:04.357 DEBUG [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.... 20:09:04.906 DEBUG [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 20:09:04.906 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Save Resource 20:09:04.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:09:04.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:09:04.908 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:09:04.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:09:04.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:09:04.908 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 20:09:04.908 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:09:04.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:04.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:04.908 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:09:04.908 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:09:04.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:09:04.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:09:04.909 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 20:09:04.909 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:09:04.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:04.909 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:04.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:04.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:04.909 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:09:04.909 INFO [WorkbenchTestable][AbstractButton] Click button &Save 20:09:04.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:09:04.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:09:04.910 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:09:04.910 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:09:04.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:09:04.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:09:04.967 DEBUG [WorkbenchTestable][EditorHandler] Editor test.logic is closed 20:09:04.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:04.968 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:04.968 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 20:09:04.968 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:04.969 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:04.969 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:09:04.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:09:04.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:09:04.969 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:09:04.969 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:09:04.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:04.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:04.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:04.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:04.970 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:09:04.970 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:09:04.970 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:09:04.974 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:09:04.974 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:09:04.975 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:09:04.975 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:09:04.975 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:09:04.975 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:09:04.975 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:09:04.975 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:09:04.976 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:09:04.976 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:09:04.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:04.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:04.976 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:09:05.476 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:05.477 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:09:05.977 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:05.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:09:05.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:09:05.978 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:09:05.978 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:09:05.978 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:09:05.979 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:09:05.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 20:09:05.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:05.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:05.979 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:05.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:05.979 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:09:05.979 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 20:09:05.980 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:09:05.980 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:09:05.980 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:09:05.980 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:09:05.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:05.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:05.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:09:06.480 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:06.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:09:06.981 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:06.981 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:09:06.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:09:06.981 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:09:06.982 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:09:06.982 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:09:06.983 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:09:06.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 20:09:06.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:06.983 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:06.983 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:06.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:06.983 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:09:06.984 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 20:09:06.984 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:09:06.984 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:09:06.985 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:09:06.985 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:09:06.985 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:09:06.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:06.985 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:06.985 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:06.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:06.985 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:09:06.985 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 20:09:06.985 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 20:09:06.985 DEBUG [main][TreeItemHandler] Set Tree selection 20:09:06.985 DEBUG [main][TreeHandler] Notify Tree about selection event 20:09:06.991 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 20:09:06.991 DEBUG [WorkbenchTestable][TreeItemHandler] test 20:09:06.992 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:09:06.992 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:09:07.022 DEBUG [main][MenuItemLookup] Found menu:'New' 20:09:07.022 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:09:07.022 DEBUG [main][MenuItemLookup] Found menu:'' 20:09:07.022 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:09:07.022 DEBUG [main][MenuItemLookup] Found menu:'' 20:09:07.022 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:09:07.022 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:09:07.022 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:09:07.022 DEBUG [main][MenuItemLookup] Found menu:'Move...' 20:09:07.022 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 20:09:07.022 DEBUG [main][MenuItemLookup] Found menu:'' 20:09:07.022 DEBUG [main][MenuItemLookup] Found menu:'Import...' 20:09:07.022 DEBUG [main][MenuItemLookup] Found menu:'Export...' 20:09:07.022 DEBUG [main][MenuItemLookup] Found menu:'' 20:09:07.022 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 20:09:07.022 DEBUG [main][MenuItemLookup] Item match:Refresh F5 20:09:07.022 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 20:09:07.022 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 20:09:07.022 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 20:09:07.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:09:07.023 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 20:09:07.524 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:09:07.524 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:09:07.524 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:09:07.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:09:07.524 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:09:07.524 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:09:07.539 DEBUG [main][MenuItemLookup] Found menu:'New' 20:09:07.539 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:09:07.539 DEBUG [main][MenuItemLookup] Found menu:'' 20:09:07.539 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:09:07.539 DEBUG [main][MenuItemLookup] Found menu:'' 20:09:07.539 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:09:07.539 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:09:07.540 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:09:07.540 DEBUG [main][MenuItemLookup] Item match:Delete Delete 20:09:07.540 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 20:09:07.540 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 20:09:07.540 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 20:09:07.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 20:09:08.091 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 20:09:08.092 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 20:09:08.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:09:08.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:09:08.094 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 20:09:08.094 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:09:08.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:09:08.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:09:08.094 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:09:08.094 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:09:08.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:08.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:08.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:08.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:08.095 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:09:08.095 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 20:09:08.095 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 20:09:08.095 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 20:09:08.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:09:08.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:09:08.095 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:09:08.095 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:09:08.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 "OK") 20:09:08.095 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:09:08.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:09:08.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:09:08.095 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:09:08.095 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:09:08.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:08.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:08.096 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:08.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:08.096 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:09:08.096 INFO [WorkbenchTestable][AbstractButton] Click button OK 20:09:08.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:09:08.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:09:08.096 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:09:08.096 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:09:08.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 20:09:08.100 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 20:09:08.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 20:09:08.601 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 20:09:08.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:09:08.601 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 20:09:08.601 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:09:08.601 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:09:08.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:09:08.601 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:09:08.601 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:09:08.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:09:08.602 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 20:09:08.602 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.gef.test.EditPartTest 20:09:08.602 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:09:08.602 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:09:08.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:09:08.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:09:08.602 INFO [WorkbenchTestable][RequirementsRunner] Finished test: nonExistingEditPartTest no-configuration(org.eclipse.reddeer.gef.test.EditPartTest) 20:09:08.602 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.gef.test.EditPartTest 20:09:08.602 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:09:08.602 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:09:08.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:09:08.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.382 s - in org.eclipse.reddeer.gef.test.EditPartTest selectEditPartTest no-configuration(org.eclipse.reddeer.gef.test.EditPartTest) Time elapsed: 7.836 s clickEditPartTest no-configuration(org.eclipse.reddeer.gef.test.EditPartTest) Time elapsed: 8.233 s nonExistingEditPartTest no-configuration(org.eclipse.reddeer.gef.test.EditPartTest) Time elapsed: 8.199 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.verification.parametrized/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 297 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 19 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 13 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 3.3.0-SNAPSHOT [38/58] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.graphiti.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.graphiti.test --- [INFO] The project's OSGi version is 3.3.0.v20210310-1921 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.reddeer.graphiti.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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.verification.parametrized/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.verification.parametrized/tests/org.eclipse.reddeer.graphiti.test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.reddeer.graphiti.test --- [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti.test:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.graphiti.test/pom.xml [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/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.verification.parametrized/tests/org.eclipse.reddeer.graphiti.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.reddeer.graphiti.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.graphiti.test/target/org.eclipse.reddeer.graphiti.test-3.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.reddeer.graphiti.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.graphiti.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.graphiti.test/target/org.eclipse.reddeer.graphiti.test-3.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.graphiti.test --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.reddeer.graphiti.test --- [INFO] Fetching org.eclipse.graphiti.doc_0.17.0.202005151449.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (3.49MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.graphiti.doc_0.17.0.202005151449.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (3.49MB) [INFO] Unpacking org.eclipse.graphiti.doc_0.17.0.202005151449... [INFO] Fetching org.eclipse.graphiti.examples.chess_0.17.0.202005151449.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (31.62kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.graphiti.examples.chess_0.17.0.202005151449.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (31.62kB) [INFO] Unpacking org.eclipse.graphiti.examples.chess_0.17.0.202005151449... [INFO] Fetching org.eclipse.graphiti.examples.common_0.17.0.202005151449.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (54.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.graphiti.examples.common_0.17.0.202005151449.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (54.14kB) [INFO] Unpacking org.eclipse.graphiti.examples.common_0.17.0.202005151449... [INFO] Fetching org.eclipse.graphiti.pattern_0.17.0.202005151449.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (26.17kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.graphiti.pattern_0.17.0.202005151449.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (26.17kB) [INFO] Unpacking org.eclipse.graphiti.pattern_0.17.0.202005151449... [INFO] Fetching org.eclipse.graphiti.examples.composite_0.17.0.202005151449.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (12.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.graphiti.examples.composite_0.17.0.202005151449.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (12.06kB) [INFO] Unpacking org.eclipse.graphiti.examples.composite_0.17.0.202005151449... [INFO] Fetching org.eclipse.graphiti.examples.filesystem_0.17.0.202005151449.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (20.01kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.graphiti.examples.filesystem_0.17.0.202005151449.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (20.01kB) [INFO] Unpacking org.eclipse.graphiti.examples.filesystem_0.17.0.202005151449... [INFO] Fetching org.eclipse.graphiti.examples.filesystem.mm_0.17.0.202005151449.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (15.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.graphiti.examples.filesystem.mm_0.17.0.202005151449.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (15.42kB) [INFO] Unpacking org.eclipse.graphiti.examples.filesystem.mm_0.17.0.202005151449... [INFO] Fetching org.eclipse.graphiti.examples.tutorial_0.17.0.202005151449.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (27.55kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.graphiti.examples.tutorial_0.17.0.202005151449.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (27.55kB) [INFO] Unpacking org.eclipse.graphiti.examples.tutorial_0.17.0.202005151449... [INFO] Fetching org.eclipse.graphiti.ui.capabilities_0.17.0.202005151449.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (7.85kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.graphiti.ui.capabilities_0.17.0.202005151449.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (7.85kB) [INFO] Unpacking org.eclipse.graphiti.ui.capabilities_0.17.0.202005151449... [INFO] Executing Test Runtime with timeout 9600, logs (if any) will be placed at: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.graphiti.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/11.0.2+9/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.verification.parametrized/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.6.100.v20201223-0822/org.eclipse.equinox.launcher-1.6.100.v20201223-0822.jar, -data, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.graphiti.test/target/work/data, -install, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.graphiti.test/target/work, -configuration, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.graphiti.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.graphiti.test/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.platform.ide, -nouithread, -timeout, 9600000] Launching application org.eclipse.ui.ide.workbench... Running org.eclipse.reddeer.graphiti.test.LabeledGraphitiEditPartTest 20:09:21.223 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 20:09:21.226 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 20:09:21.291 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 20:09:21.292 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 20:09:21.313 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.graphiti.test.LabeledGraphitiEditPartTest 20:09:21.334 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:09:21.336 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:09:21.339 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.graphiti.test.LabeledGraphitiEditPartTest 20:09:21.381 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 20:09:21.381 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 20:09:21.389 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 20:09:21.392 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:09:21.393 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 20:09:21.395 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:09:21.395 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 20:09:21.398 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:09:21.399 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 20:09:21.414 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:09:21.427 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:21.429 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:09:21.429 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:21.430 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:09:21.430 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:21.437 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:09:21.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:09:21.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:09:21.485 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:09:21.488 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:09:21.492 DEBUG [main][MenuItemLookup] Found menu:'File' 20:09:21.493 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:09:21.493 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:09:21.493 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:09:21.493 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:09:21.493 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:09:21.493 DEBUG [main][MenuItemLookup] Item match:Window 20:09:21.497 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:09:21.497 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:09:21.497 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:09:21.497 DEBUG [main][MenuItemLookup] Found menu:'' 20:09:21.497 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:09:21.497 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:09:21.498 DEBUG [main][MenuItemLookup] Found menu:'' 20:09:21.498 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:09:21.498 DEBUG [main][MenuItemLookup] Found menu:'' 20:09:21.498 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:09:21.498 DEBUG [main][MenuItemLookup] Item match:Preferences 20:09:21.501 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:09:21.501 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:09:21.503 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:09:21.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 20:09:21.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 20:09:21.711 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:09:21.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:09:21.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:09:21.714 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:09:21.714 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:21.730 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 20:09:21.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:21.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:21.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:21.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:21.739 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:09:21.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:09:21.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:09:21.792 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) 20:09:21.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:21.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:21.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:21.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:21.797 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:09:21.799 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:09:21.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:09:21.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:09:21.801 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:09:21.801 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:09:21.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:09:21.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:09:21.841 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:09:21.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:09:21.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:09:21.842 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:09:21.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:09:21.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:09:21.842 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:09:21.843 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 20:09:21.843 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:09:21.845 INFO [WorkbenchTestable][RequirementsRunner] Started test: contextButtonTest no-configuration(org.eclipse.reddeer.graphiti.test.LabeledGraphitiEditPartTest) 20:09:21.845 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.graphiti.test.LabeledGraphitiEditPartTest 20:09:21.846 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:09:21.846 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:09:21.846 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:09:21.883 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:09:21.883 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:21.883 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:09:21.884 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:21.884 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 20:09:21.884 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:21.884 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:09:21.885 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:21.885 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:09:21.885 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:21.885 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:09:21.885 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:21.886 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 20:09:21.886 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:21.886 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:09:21.886 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:21.886 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:09:21.886 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:21.887 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:09:21.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:09:21.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:09:21.887 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:09:21.887 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:09:21.887 DEBUG [main][MenuItemLookup] Found menu:'File' 20:09:21.887 DEBUG [main][MenuItemLookup] Item match:File 20:09:21.890 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 20:09:21.890 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 20:09:21.894 DEBUG [main][MenuItemLookup] Found menu:'Project...' 20:09:21.895 DEBUG [main][MenuItemLookup] Found menu:'' 20:09:21.895 DEBUG [main][MenuItemLookup] Found menu:'Folder' 20:09:21.895 DEBUG [main][MenuItemLookup] Found menu:'File' 20:09:21.895 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 20:09:21.895 DEBUG [main][MenuItemLookup] Found menu:'' 20:09:21.895 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 20:09:21.895 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 20:09:21.895 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 20:09:21.896 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 20:09:21.896 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 20:09:22.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 20:09:22.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 20:09:22.010 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 20:09:22.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:09:22.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:09:22.014 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:09:22.014 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:22.015 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 20:09:22.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:22.015 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:22.016 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:22.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:22.016 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:09:22.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:09:22.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:09:22.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 20:09:22.021 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:09:22.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:09:22.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:09:22.526 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:09:22.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 20:09:22.528 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:09:22.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:09:22.528 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:09:22.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:09:22.528 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:09:22.529 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 20:09:22.530 DEBUG [main][TreeItemHandler] Selecting tree item: Project 20:09:22.530 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 20:09:22.534 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 20:09:22.534 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:09:22.534 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 20:09:22.535 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) 20:09:22.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:22.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:22.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:22.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:22.537 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:09:22.537 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:09:22.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:09:22.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:09:22.538 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:09:22.538 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:09:22.574 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:09:22.574 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:22.574 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:22.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 20:09:22.575 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 20:09:22.575 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 20:09:22.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:09:22.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:09:22.576 TRACE [WorkbenchTestable][GeneralProjectWizard] Shell New Project is not null and is not disposed 20:09:22.576 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:22.578 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:") 20:09:22.578 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:09:22.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:09:22.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:09:22.578 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent 20:09:22.578 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:09:22.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:22.579 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:22.583 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:22.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:22.584 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:09:22.584 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:09:22.585 INFO [WorkbenchTestable][AbstractText] Text set to: test 20:09:22.588 TRACE [WorkbenchTestable][GeneralProjectWizard] Shell New Project is not null and is not disposed 20:09:22.588 INFO [WorkbenchTestable][GeneralProjectWizard] Finish wizard 20:09:22.589 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) 20:09:22.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:22.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:22.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:22.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:22.598 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:09:22.599 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:09:22.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:09:22.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:09:22.599 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:09:22.599 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:09:22.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:09:23.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:09:23.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:09:23.107 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 20:09:23.107 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:09:23.107 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:09:23.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:09:23.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:23.121 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:23.121 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 20:09:23.121 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:23.122 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:23.123 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:09:23.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:09:23.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:09:23.123 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:09:23.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') 20:09:23.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:23.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:23.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:23.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:23.125 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:09:23.126 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:09:23.126 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:09:23.131 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:09:23.131 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:09:23.132 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:09:23.132 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:09:23.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test exists.... 20:09:23.135 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:23.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:09:23.138 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 20:09:23.139 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:09:23.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:09:23.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:09:23.140 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:09:23.140 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:09:23.140 DEBUG [main][MenuItemLookup] Found menu:'File' 20:09:23.140 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:09:23.140 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:09:23.140 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:09:23.140 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:09:23.140 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:09:23.140 DEBUG [main][MenuItemLookup] Item match:Window 20:09:23.141 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:09:23.141 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:09:23.141 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:09:23.141 DEBUG [main][MenuItemLookup] Found menu:'' 20:09:23.141 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:09:23.141 DEBUG [main][MenuItemLookup] Item match:Show View 20:09:23.149 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 20:09:23.149 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 20:09:23.149 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 20:09:23.149 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 20:09:23.149 DEBUG [main][MenuItemLookup] Found menu:'Progress' 20:09:23.149 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 20:09:23.149 DEBUG [main][MenuItemLookup] Found menu:'Properties' 20:09:23.149 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 20:09:23.149 DEBUG [main][MenuItemLookup] Found menu:'' 20:09:23.149 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 20:09:23.158 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 20:09:23.166 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 20:09:23.166 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 20:09:23.166 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 20:09:23.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 20:09:23.206 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 20:09:23.206 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 20:09:23.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:09:23.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:09:23.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 20:09:23.207 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:09:23.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:09:23.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:09:23.208 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:09:23.208 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:09:23.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:23.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:23.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:23.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:23.208 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:09:23.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:09:23.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:09:23.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 20:09:23.209 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:09:23.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:09:23.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:09:23.712 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:09:23.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 20:09:23.712 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:09:23.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:09:23.713 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:09:23.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:09:23.713 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:09:23.713 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 20:09:23.713 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 20:09:23.713 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 20:09:23.714 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 20:09:23.714 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:09:23.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:09:23.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:09:23.714 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:09:23.714 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:09:23.714 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:23.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:23.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 "Open") 20:09:23.715 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:09:23.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:09:23.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:09:23.716 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:09:23.716 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:09:23.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:23.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:23.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:23.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:23.717 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:09:23.717 INFO [WorkbenchTestable][AbstractButton] Click button &Open 20:09:23.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:09:23.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:09:23.718 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:09:23.718 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:09:24.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:09:24.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:09:24.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 20:09:24.000 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:24.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:24.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 20:09:24.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:24.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:24.004 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:09:24.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:09:24.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:09:24.005 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:09:24.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 '\*?\QPackage Explorer\E') 20:09:24.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:24.005 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:24.007 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:24.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:24.007 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:09:24.007 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:09:24.007 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:09:24.008 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:09:24.008 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:09:24.008 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:09:24.008 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:09:24.009 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:09:24.009 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:09:24.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:09:24.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:09:24.011 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:09:24.011 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:09:24.012 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:09:24.012 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:09:24.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:24.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:24.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:09:24.520 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:24.520 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:09:25.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:25.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:09:25.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:09:25.021 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:09:25.021 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:09:25.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:09:25.023 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:09:25.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 20:09:25.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:25.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:25.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:25.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:25.024 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:09:25.026 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 20:09:25.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test exists. finished successfully 20:09:25.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:25.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:25.035 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:09:25.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:09:25.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:09:25.036 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:09:25.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 '\*?\QProject Explorer\E') 20:09:25.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:25.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:25.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:25.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:25.037 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:09:25.038 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:09:25.038 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:09:25.061 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:09:25.062 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:09:25.062 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:09:25.062 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:09:25.062 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:09:25.063 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:09:25.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:25.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:25.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:09:25.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:25.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:09:26.064 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:26.065 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:09:26.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:09:26.065 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:09:26.065 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:09:26.066 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:09:26.066 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:09:26.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 20:09:26.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:26.067 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:26.067 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:26.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:26.067 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:09:26.067 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 20:09:26.068 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test 20:09:26.068 DEBUG [main][TreeItemHandler] Selecting tree item: test 20:09:26.068 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test about selection 20:09:26.075 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test 20:09:26.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:09:26.076 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:26.077 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:09:26.077 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:26.077 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 20:09:26.077 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:26.077 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:09:26.078 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:26.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:09:26.078 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:26.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:09:26.078 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:26.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: "New Diagram"] 20:09:26.078 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:26.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:09:26.079 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:26.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:09:26.079 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:26.079 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:09:26.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:09:26.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:09:26.080 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:09:26.080 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:09:26.080 DEBUG [main][MenuItemLookup] Found menu:'File' 20:09:26.080 DEBUG [main][MenuItemLookup] Item match:File 20:09:26.081 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 20:09:26.081 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 20:09:26.083 DEBUG [main][MenuItemLookup] Found menu:'Project...' 20:09:26.083 DEBUG [main][MenuItemLookup] Found menu:'' 20:09:26.083 DEBUG [main][MenuItemLookup] Found menu:'Folder' 20:09:26.083 DEBUG [main][MenuItemLookup] Found menu:'File' 20:09:26.083 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 20:09:26.083 DEBUG [main][MenuItemLookup] Found menu:'' 20:09:26.083 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 20:09:26.083 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 20:09:26.083 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 20:09:26.084 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 20:09:26.084 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 20:09:26.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 20:09:26.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 20:09:26.137 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 20:09:26.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:09:26.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:09:26.138 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:09:26.138 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:26.139 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 20:09:26.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:26.139 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:26.139 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:26.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:26.139 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:09:26.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:09:26.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:09:26.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Other has children... 20:09:26.141 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Other 20:09:26.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:09:26.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:09:26.643 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Other 20:09:26.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Other has children finished successfully 20:09:26.644 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Other 20:09:26.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:09:26.644 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Other is already expanded. No action performed 20:09:26.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:09:26.644 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Other 20:09:26.644 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Graphiti Example Diagram 20:09:26.644 DEBUG [main][TreeItemHandler] Selecting tree item: Graphiti Example Diagram 20:09:26.645 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Graphiti Example Diagram about selection 20:09:26.649 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Graphiti Example Diagram 20:09:26.649 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:09:26.649 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 20:09:26.650 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) 20:09:26.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:26.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:26.651 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:26.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:26.651 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:09:26.651 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:09:26.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:09:26.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:09:26.651 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:09:26.652 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:09:26.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:09:26.684 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:26.684 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:26.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Diagram"] is available.... 20:09:26.685 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 20:09:26.685 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Diagram 20:09:26.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:09:26.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:09:26.686 TRACE [WorkbenchTestable][TutorialDiagramWizard] Shell New Diagram is not null and is not disposed 20:09:26.686 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:26.688 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") 20:09:26.688 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:09:26.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:09:26.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:09:26.689 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Diagram" as the parent 20:09:26.689 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:09:26.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:26.689 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:26.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:26.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:26.691 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 20:09:26.694 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo tutorial to selection: tutorial 20:09:26.696 TRACE [WorkbenchTestable][TutorialDiagramWizard] Shell New Diagram is not null and is not disposed 20:09:26.696 INFO [WorkbenchTestable][TutorialDiagramWizard] Go to next wizard page 20:09:26.696 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) 20:09:26.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:26.696 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:26.697 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:26.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:26.697 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:09:26.701 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:09:26.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:09:26.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:09:26.702 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:09:26.702 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:09:26.707 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") 20:09:26.707 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:09:26.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:09:26.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:09:26.708 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Diagram" as the parent 20:09:26.708 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:09:26.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:26.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:26.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:26.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:26.709 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:09:26.709 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:09:26.709 INFO [WorkbenchTestable][AbstractText] Text set to: test 20:09:26.709 TRACE [WorkbenchTestable][TutorialDiagramWizard] Shell New Diagram is not null and is not disposed 20:09:26.709 INFO [WorkbenchTestable][TutorialDiagramWizard] Finish wizard 20:09:26.710 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) 20:09:26.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:26.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:26.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:26.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:26.711 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:09:26.711 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:09:26.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:09:26.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:09:26.712 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:09:26.712 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:09:27.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:09:27.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:09:27.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:09:27.426 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:09:27.426 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 20:09:27.426 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:09:27.427 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:09:27.427 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:09:27.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:09:27.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6d37ffd9 is found... 20:09:27.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6d37ffd9 is found finished successfully 20:09:27.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest\E') 20:09:27.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:27.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:27.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:27.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:27.440 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:09:27.443 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:09:27.443 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 20:09:27.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:27.485 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:09:27.485 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' view via menu. 20:09:27.485 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - platform:/resource/test/src/diagrams/test.diagram#/0 - Eclipse Platform 20:09:27.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:09:27.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:09:27.486 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - platform:/resource/test/src/diagrams/test.diagram#/0 - Eclipse Platform' 20:09:27.486 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - platform:/resource/test/src/diagrams/test.diagram#/0 - Eclipse Platform' 20:09:27.486 DEBUG [main][MenuItemLookup] Found menu:'File' 20:09:27.486 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:09:27.486 DEBUG [main][MenuItemLookup] Found menu:'View' 20:09:27.486 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:09:27.486 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:09:27.486 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:09:27.487 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:09:27.487 DEBUG [main][MenuItemLookup] Item match:Window 20:09:27.489 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:09:27.489 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:09:27.489 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:09:27.489 DEBUG [main][MenuItemLookup] Found menu:'' 20:09:27.489 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:09:27.489 DEBUG [main][MenuItemLookup] Item match:Show View 20:09:27.494 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 20:09:27.494 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 20:09:27.494 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 20:09:27.494 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 20:09:27.494 DEBUG [main][MenuItemLookup] Found menu:'Progress' 20:09:27.494 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 20:09:27.494 DEBUG [main][MenuItemLookup] Found menu:'Properties' 20:09:27.494 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 20:09:27.494 DEBUG [main][MenuItemLookup] Found menu:'' 20:09:27.494 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 20:09:27.494 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 20:09:27.494 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 20:09:27.494 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 20:09:27.495 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 20:09:27.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 20:09:27.550 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 20:09:27.550 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 20:09:27.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:09:27.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:09:27.551 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 20:09:27.551 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:09:27.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:09:27.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:09:27.552 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:09:27.552 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:09:27.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:27.552 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:27.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:27.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:27.552 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:09:27.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:09:27.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:09:27.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 20:09:27.584 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:09:27.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:09:28.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:09:28.089 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:09:28.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 20:09:28.091 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:09:28.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:09:28.092 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:09:28.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:09:28.092 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:09:28.093 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Palette 20:09:28.093 DEBUG [main][TreeItemHandler] Selecting tree item: Palette 20:09:28.093 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Palette about selection 20:09:28.093 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Palette 20:09:28.093 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:09:28.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:09:28.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:09:28.094 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:09:28.094 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:09:28.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:28.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:28.094 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:09:28.094 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:09:28.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:09:28.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:09:28.095 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:09:28.095 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:09:28.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:28.095 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:28.095 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:28.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:28.095 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:09:28.096 INFO [WorkbenchTestable][AbstractButton] Click button &Open 20:09:28.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:09:28.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:09:28.096 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:09:28.096 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:09:28.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:09:28.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:09:28.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.gef.view.PaletteView' view is open... 20:09:28.203 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:28.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:28.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.gef.view.PaletteView' view is open finished successfully 20:09:28.203 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:28.204 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:28.204 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - platform:/resource/test/src/diagrams/test.diagram#/0 - Eclipse Platform 20:09:28.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:09:28.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:09:28.205 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - platform:/resource/test/src/diagrams/test.diagram#/0 - Eclipse Platform' 20:09:28.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 '\*?\QPalette\E') 20:09:28.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:28.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:28.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:28.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:28.205 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:09:28.205 INFO [WorkbenchTestable][AbstractView] Activate view Palette 20:09:28.206 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 20:09:28.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:09:28.206 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 20:09:28.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:09:28.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:09:28.211 INFO [WorkbenchTestable][ViewerHandler] Click at [50, 100] 20:09:28.212 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 20:09:28.212 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:09:28.227 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 20:09:28.227 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:09:28.283 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 20:09:28.283 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:09:28.320 INFO [main][AbstractEditor] New edit part org.eclipse.graphiti.ui.internal.parts.ContainerShapeEditPart@5fa0943d 20:09:28.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 1... 20:09:28.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 1 finished successfully 20:09:28.360 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 20:09:28.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:28.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:28.360 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:09:28.861 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:28.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:09:29.361 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:29.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:09:29.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 20:09:29.363 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was not found 20:09:29.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest\E') 20:09:29.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:29.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:29.367 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:29.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:29.367 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:09:29.368 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:09:29.368 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 20:09:29.369 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:09:29.369 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 20:09:29.369 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 20:09:29.369 DEBUG [WorkbenchTestable][EditorHandler] Closing editor test 20:09:29.427 DEBUG [WorkbenchTestable][EditorHandler] Editor test is closed 20:09:29.428 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:29.429 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:29.429 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 20:09:29.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:29.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:29.431 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:09:29.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:09:29.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:09:29.432 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:09:29.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 '\*?\QProject Explorer\E') 20:09:29.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:29.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:29.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:29.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:29.435 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:09:29.435 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:09:29.435 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:09:29.482 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:09:29.482 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:09:29.482 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:09:29.482 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:09:29.483 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:09:29.483 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:09:29.483 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:09:29.483 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:09:29.484 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:09:29.484 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:09:29.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:29.484 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:29.484 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:09:29.984 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:29.985 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:09:30.485 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:30.486 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:09:30.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:09:30.486 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:09:30.486 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:09:30.487 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:09:30.487 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:09:30.487 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:09:30.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:30.487 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:30.487 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:30.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:30.487 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:09:30.488 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 20:09:30.490 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test 20:09:30.490 DEBUG [main][TreeItemHandler] Selecting tree item: test 20:09:30.490 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test about selection 20:09:30.498 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test 20:09:30.500 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:09:30.500 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:09:30.588 DEBUG [main][MenuItemLookup] Found menu:'New' 20:09:30.588 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:09:30.588 DEBUG [main][MenuItemLookup] Found menu:'' 20:09:30.588 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:09:30.588 DEBUG [main][MenuItemLookup] Found menu:'' 20:09:30.588 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:09:30.588 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:09:30.589 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:09:30.589 DEBUG [main][MenuItemLookup] Found menu:'Move...' 20:09:30.589 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 20:09:30.589 DEBUG [main][MenuItemLookup] Found menu:'' 20:09:30.589 DEBUG [main][MenuItemLookup] Found menu:'Import...' 20:09:30.589 DEBUG [main][MenuItemLookup] Found menu:'Export...' 20:09:30.589 DEBUG [main][MenuItemLookup] Found menu:'' 20:09:30.589 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 20:09:30.589 DEBUG [main][MenuItemLookup] Item match:Refresh F5 20:09:30.589 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 20:09:30.589 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 20:09:30.589 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 20:09:30.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:09:30.591 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:09:30.591 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 20:09:31.091 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:09:31.091 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:09:31.091 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:09:31.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:09:31.091 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'test' via Explorer 20:09:31.091 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test 20:09:31.092 DEBUG [main][TreeItemHandler] Selecting tree item: test 20:09:31.092 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test about selection 20:09:31.098 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test 20:09:31.098 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:09:31.098 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:09:31.134 DEBUG [main][MenuItemLookup] Found menu:'New' 20:09:31.134 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:09:31.134 DEBUG [main][MenuItemLookup] Found menu:'' 20:09:31.134 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:09:31.134 DEBUG [main][MenuItemLookup] Found menu:'' 20:09:31.135 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:09:31.135 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:09:31.135 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:09:31.135 DEBUG [main][MenuItemLookup] Item match:Delete Delete 20:09:31.135 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 20:09:31.135 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 20:09:31.135 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 20:09:31.198 DEBUG [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.... 20:09:31.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 'Delete.*'] is available. finished successfully 20:09:31.780 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 20:09:31.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:09:31.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:09:31.782 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:31.783 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:31.783 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 20:09:31.784 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:09:31.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:09:31.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:09:31.784 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:09:31.784 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:09:31.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:31.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:31.784 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:31.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:31.784 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:09:31.785 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 20:09:31.785 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 20:09:31.785 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 20:09:31.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:09:31.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:09:31.786 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:09:31.786 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:09:31.786 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 20:09:31.786 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:09:31.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:09:31.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:09:31.786 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:09:31.786 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:09:31.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:31.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:31.787 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:31.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:31.787 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:09:31.788 INFO [WorkbenchTestable][AbstractButton] Click button OK 20:09:31.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:09:31.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:09:31.788 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:09:31.788 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:09:31.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 20:09:31.794 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 20:09:32.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 20:09:32.294 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 20:09:32.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:09:32.295 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:09:32.295 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:09:32.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:09:32.296 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.graphiti.test.LabeledGraphitiEditPartTest 20:09:32.296 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:09:32.298 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:09:32.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:09:32.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:09:32.300 INFO [WorkbenchTestable][RequirementsRunner] Finished test: contextButtonTest no-configuration(org.eclipse.reddeer.graphiti.test.LabeledGraphitiEditPartTest) 20:09:32.300 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:09:32.301 INFO [WorkbenchTestable][RequirementsRunner] Started test: doubleClickTest no-configuration(org.eclipse.reddeer.graphiti.test.LabeledGraphitiEditPartTest) 20:09:32.301 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.graphiti.test.LabeledGraphitiEditPartTest 20:09:32.301 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:09:32.301 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:09:32.301 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:09:32.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:09:32.302 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:32.302 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:09:32.303 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:32.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 Project"] 20:09:32.304 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:32.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:09:32.305 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:32.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:09:32.306 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:32.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:09:32.306 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:32.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 Project"] 20:09:32.306 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:32.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:09:32.307 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:32.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:09:32.307 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:32.307 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:09:32.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:09:32.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:09:32.308 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:09:32.308 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:09:32.308 DEBUG [main][MenuItemLookup] Found menu:'File' 20:09:32.310 DEBUG [main][MenuItemLookup] Item match:File 20:09:32.311 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 20:09:32.311 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 20:09:32.313 DEBUG [main][MenuItemLookup] Found menu:'Project...' 20:09:32.313 DEBUG [main][MenuItemLookup] Found menu:'' 20:09:32.313 DEBUG [main][MenuItemLookup] Found menu:'Folder' 20:09:32.313 DEBUG [main][MenuItemLookup] Found menu:'File' 20:09:32.313 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 20:09:32.313 DEBUG [main][MenuItemLookup] Found menu:'' 20:09:32.313 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 20:09:32.313 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 20:09:32.314 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 20:09:32.314 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 20:09:32.320 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 20:09:32.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 'New|Select a wizard'] is available.... 20:09:32.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 20:09:32.386 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 20:09:32.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:09:32.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:09:32.388 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:09:32.388 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:32.391 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 20:09:32.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:32.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:32.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:32.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:32.392 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:09:32.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:09:32.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:09:32.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 20:09:32.393 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:09:32.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:09:32.393 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:09:32.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:09:32.393 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:09:32.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 20:09:32.393 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:09:32.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:09:32.394 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:09:32.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:09:32.394 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:09:32.394 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 20:09:32.394 DEBUG [main][TreeItemHandler] Selecting tree item: Project 20:09:32.394 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 20:09:32.397 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 20:09:32.397 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:09:32.397 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 20:09:32.397 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) 20:09:32.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:32.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:32.398 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:32.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:32.398 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:09:32.399 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:09:32.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:09:32.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:09:32.399 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:09:32.399 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:09:32.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:09:32.420 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:32.420 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:32.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 20:09:32.420 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 20:09:32.420 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 20:09:32.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:09:32.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:09:32.421 TRACE [WorkbenchTestable][GeneralProjectWizard] Shell New Project is not null and is not disposed 20:09:32.421 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:32.421 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:") 20:09:32.421 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:09:32.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:09:32.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:09:32.422 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent 20:09:32.422 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:09:32.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:32.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:32.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:32.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:32.423 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:09:32.423 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:09:32.424 INFO [WorkbenchTestable][AbstractText] Text set to: test 20:09:32.425 TRACE [WorkbenchTestable][GeneralProjectWizard] Shell New Project is not null and is not disposed 20:09:32.425 INFO [WorkbenchTestable][GeneralProjectWizard] Finish wizard 20:09:32.425 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) 20:09:32.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:32.425 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:32.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:32.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:32.426 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:09:32.427 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:09:32.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:09:32.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:09:32.427 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:09:32.427 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:09:32.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:09:32.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:09:32.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:09:32.935 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 20:09:32.935 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 20:09:32.935 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:09:32.935 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:09:32.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:09:32.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:32.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:32.938 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 20:09:32.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:32.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:32.940 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:09:32.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:09:32.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:09:32.940 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:09:32.940 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:09:32.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:32.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:32.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:32.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:32.942 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:09:32.942 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:09:32.942 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:09:32.943 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:09:32.943 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:09:32.943 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:09:32.943 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:09:32.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test exists.... 20:09:32.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:32.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:32.948 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 20:09:32.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:32.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:32.951 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:09:32.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:09:32.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:09:32.959 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:09:32.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 '\*?\QPackage Explorer\E') 20:09:32.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:32.959 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:32.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:32.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:32.963 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:09:32.963 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:09:32.963 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:09:32.989 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:09:32.989 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:09:32.990 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:09:32.990 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:09:32.990 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:09:32.991 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:09:32.991 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:09:32.991 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:09:32.991 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:09:32.991 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:09:32.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:32.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:32.992 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:09:33.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:33.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:09:33.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:33.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:09:33.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:09:33.993 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:09:33.993 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:09:33.994 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:09:33.994 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:09:33.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 20:09:33.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:33.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:33.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:33.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:33.995 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:09:33.995 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 20:09:33.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test exists. finished successfully 20:09:33.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:33.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:33.997 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:09:33.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:09:33.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:09:33.998 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:09:33.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 '\*?\QProject Explorer\E') 20:09:33.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:33.998 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:34.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:34.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:34.000 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:09:34.011 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:09:34.011 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:09:34.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:09:34.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:09:34.034 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:09:34.034 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:09:34.034 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:09:34.034 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:09:34.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:34.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:34.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:09:34.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:34.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:09:35.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:35.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:09:35.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:09:35.036 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:09:35.036 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:09:35.037 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:09:35.037 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:09:35.037 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:09:35.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:35.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:35.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:35.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:35.037 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:09:35.037 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 20:09:35.037 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test 20:09:35.038 DEBUG [main][TreeItemHandler] Selecting tree item: test 20:09:35.038 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test about selection 20:09:35.043 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test 20:09:35.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:09:35.043 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:35.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:09:35.043 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:35.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 Diagram"] 20:09:35.044 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:35.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:09:35.044 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:35.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:09:35.044 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:35.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:09:35.044 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:35.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 Diagram"] 20:09:35.044 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:35.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:09:35.045 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:35.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:09:35.045 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:35.045 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:09:35.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:09:35.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:09:35.046 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:09:35.046 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:09:35.046 DEBUG [main][MenuItemLookup] Found menu:'File' 20:09:35.046 DEBUG [main][MenuItemLookup] Item match:File 20:09:35.047 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 20:09:35.047 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 20:09:35.048 DEBUG [main][MenuItemLookup] Found menu:'Project...' 20:09:35.048 DEBUG [main][MenuItemLookup] Found menu:'' 20:09:35.048 DEBUG [main][MenuItemLookup] Found menu:'Folder' 20:09:35.048 DEBUG [main][MenuItemLookup] Found menu:'File' 20:09:35.048 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 20:09:35.048 DEBUG [main][MenuItemLookup] Found menu:'' 20:09:35.048 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 20:09:35.048 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 20:09:35.055 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 20:09:35.055 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 20:09:35.056 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 20:09:35.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 20:09:35.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 20:09:35.105 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 20:09:35.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:09:35.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:09:35.106 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:09:35.106 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:35.106 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 20:09:35.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:35.106 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:35.107 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:35.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:35.107 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:09:35.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:09:35.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:09:35.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Other has children... 20:09:35.108 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Other 20:09:35.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:09:35.108 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Other is already expanded. No action performed 20:09:35.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:09:35.108 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Other 20:09:35.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Other has children finished successfully 20:09:35.108 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Other 20:09:35.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:09:35.113 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Other is already expanded. No action performed 20:09:35.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:09:35.113 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Other 20:09:35.113 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Graphiti Example Diagram 20:09:35.113 DEBUG [main][TreeItemHandler] Selecting tree item: Graphiti Example Diagram 20:09:35.113 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Graphiti Example Diagram about selection 20:09:35.119 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Graphiti Example Diagram 20:09:35.119 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:09:35.119 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 20:09:35.119 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) 20:09:35.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:35.119 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:35.121 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:35.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:35.122 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:09:35.122 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:09:35.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:09:35.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:09:35.122 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:09:35.122 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:09:35.135 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:09:35.135 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:35.135 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:35.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Diagram"] is available.... 20:09:35.136 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 20:09:35.136 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Diagram 20:09:35.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:09:35.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:09:35.136 TRACE [WorkbenchTestable][TutorialDiagramWizard] Shell New Diagram is not null and is not disposed 20:09:35.136 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:35.136 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") 20:09:35.136 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:09:35.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:09:35.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:09:35.136 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Diagram" as the parent 20:09:35.136 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:09:35.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:35.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:35.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:35.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:35.137 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 20:09:35.138 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo tutorial to selection: tutorial 20:09:35.138 TRACE [WorkbenchTestable][TutorialDiagramWizard] Shell New Diagram is not null and is not disposed 20:09:35.138 INFO [WorkbenchTestable][TutorialDiagramWizard] Go to next wizard page 20:09:35.138 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) 20:09:35.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:35.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:35.139 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:35.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:35.139 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:09:35.139 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:09:35.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:09:35.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:09:35.140 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:09:35.140 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:09:35.144 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") 20:09:35.144 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:09:35.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:09:35.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:09:35.144 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Diagram" as the parent 20:09:35.144 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:09:35.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:35.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:35.145 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:35.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:35.145 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:09:35.145 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:09:35.145 INFO [WorkbenchTestable][AbstractText] Text set to: test 20:09:35.146 TRACE [WorkbenchTestable][TutorialDiagramWizard] Shell New Diagram is not null and is not disposed 20:09:35.146 INFO [WorkbenchTestable][TutorialDiagramWizard] Finish wizard 20:09:35.146 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) 20:09:35.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:35.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:35.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:35.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:35.147 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:09:35.147 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:09:35.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:09:35.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:09:35.148 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:09:35.148 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:09:35.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:09:35.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:09:35.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:09:35.331 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:09:35.331 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 20:09:35.331 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:09:35.331 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:09:35.331 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:09:35.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:09:35.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5ab0e6c5 is found... 20:09:35.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5ab0e6c5 is found finished successfully 20:09:35.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 '\*?\Qtest\E') 20:09:35.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:35.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:35.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:35.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:35.336 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:09:35.336 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:09:35.336 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 20:09:35.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:35.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:35.337 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 20:09:35.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:35.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:35.338 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - platform:/resource/test/src/diagrams/test.diagram#/0 - Eclipse Platform 20:09:35.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:09:35.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:09:35.338 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - platform:/resource/test/src/diagrams/test.diagram#/0 - Eclipse Platform' 20:09:35.338 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:09:35.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:35.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:35.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:35.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:35.339 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:09:35.339 INFO [WorkbenchTestable][AbstractView] Activate view Palette 20:09:35.339 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 20:09:35.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:09:35.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 20:09:35.391 INFO [WorkbenchTestable][ViewerHandler] Click at [50, 100] 20:09:35.391 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 20:09:35.391 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:09:35.392 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 20:09:35.392 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:09:35.412 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 20:09:35.412 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:09:35.419 INFO [main][AbstractEditor] New edit part org.eclipse.graphiti.ui.internal.parts.ContainerShapeEditPart@640a80aa 20:09:35.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 1... 20:09:35.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 1 finished successfully 20:09:35.456 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 20:09:35.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:35.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:35.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:09:35.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:35.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:09:36.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:36.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:09:36.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 20:09:36.458 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was not found 20:09:36.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 '\*?\Qtest\E') 20:09:36.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:36.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:36.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:36.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:36.460 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:09:36.461 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:09:36.462 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 20:09:36.462 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:09:36.462 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 20:09:36.462 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 20:09:36.462 DEBUG [WorkbenchTestable][EditorHandler] Closing editor test 20:09:36.505 DEBUG [WorkbenchTestable][EditorHandler] Editor test is closed 20:09:36.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:36.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:36.506 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 20:09:36.506 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:36.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:36.508 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:09:36.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:09:36.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:09:36.508 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:09:36.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 '\*?\QProject Explorer\E') 20:09:36.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:36.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:36.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:36.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:36.509 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:09:36.509 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:09:36.509 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:09:36.517 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:09:36.517 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:09:36.517 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:09:36.518 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:09:36.518 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:09:36.518 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:09:36.518 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:09:36.519 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:09:36.519 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:09:36.519 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:09:36.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:36.519 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:36.520 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:09:37.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:37.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:09:37.521 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:37.521 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:09:37.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:09:37.521 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:09:37.521 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:09:37.522 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:09:37.522 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:09:37.522 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:09:37.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:37.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:37.522 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:37.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:37.522 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:09:37.522 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 20:09:37.522 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test 20:09:37.522 DEBUG [main][TreeItemHandler] Selecting tree item: test 20:09:37.523 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test about selection 20:09:37.528 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test 20:09:37.528 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:09:37.528 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:09:37.567 DEBUG [main][MenuItemLookup] Found menu:'New' 20:09:37.567 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:09:37.567 DEBUG [main][MenuItemLookup] Found menu:'' 20:09:37.568 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:09:37.568 DEBUG [main][MenuItemLookup] Found menu:'' 20:09:37.568 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:09:37.568 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:09:37.568 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:09:37.568 DEBUG [main][MenuItemLookup] Found menu:'Move...' 20:09:37.568 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 20:09:37.568 DEBUG [main][MenuItemLookup] Found menu:'' 20:09:37.568 DEBUG [main][MenuItemLookup] Found menu:'Import...' 20:09:37.568 DEBUG [main][MenuItemLookup] Found menu:'Export...' 20:09:37.568 DEBUG [main][MenuItemLookup] Found menu:'' 20:09:37.568 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 20:09:37.568 DEBUG [main][MenuItemLookup] Item match:Refresh F5 20:09:37.568 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 20:09:37.568 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 20:09:37.568 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 20:09:37.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:09:37.568 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:09:37.568 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 20:09:38.069 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:09:38.069 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:09:38.069 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:09:38.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:09:38.069 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'test' via Explorer 20:09:38.069 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test 20:09:38.069 DEBUG [main][TreeItemHandler] Selecting tree item: test 20:09:38.069 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test about selection 20:09:38.074 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test 20:09:38.075 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:09:38.075 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:09:38.100 DEBUG [main][MenuItemLookup] Found menu:'New' 20:09:38.100 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:09:38.100 DEBUG [main][MenuItemLookup] Found menu:'' 20:09:38.100 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:09:38.100 DEBUG [main][MenuItemLookup] Found menu:'' 20:09:38.100 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:09:38.100 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:09:38.100 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:09:38.100 DEBUG [main][MenuItemLookup] Item match:Delete Delete 20:09:38.100 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 20:09:38.100 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 20:09:38.100 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 20:09:38.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.... 20:09:38.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. finished successfully 20:09:38.681 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 20:09:38.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:09:38.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:09:38.683 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:38.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:38.683 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 20:09:38.683 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:09:38.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:09:38.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:09:38.684 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:09:38.684 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:09:38.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:38.684 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:38.684 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:38.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:38.684 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:09:38.685 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 20:09:38.685 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 20:09:38.685 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 20:09:38.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:09:38.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:09:38.685 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:09:38.685 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:09:38.685 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 20:09:38.685 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:09:38.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:09:38.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:09:38.685 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:09:38.685 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:09:38.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:38.685 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:38.686 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:38.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:38.686 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:09:38.686 INFO [WorkbenchTestable][AbstractButton] Click button OK 20:09:38.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:09:38.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:09:38.687 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:09:38.687 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:09:38.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 20:09:38.694 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 20:09:39.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 20:09:39.194 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 20:09:39.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:09:39.194 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 20:09:39.194 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:09:39.194 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:09:39.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:09:39.194 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.graphiti.test.LabeledGraphitiEditPartTest 20:09:39.194 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:09:39.194 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:09:39.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:09:39.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:09:39.195 INFO [WorkbenchTestable][RequirementsRunner] Finished test: doubleClickTest no-configuration(org.eclipse.reddeer.graphiti.test.LabeledGraphitiEditPartTest) 20:09:39.196 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.graphiti.test.LabeledGraphitiEditPartTest 20:09:39.196 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:09:39.196 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:09:39.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:09:39.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.997 s - in org.eclipse.reddeer.graphiti.test.LabeledGraphitiEditPartTest contextButtonTest no-configuration(org.eclipse.reddeer.graphiti.test.LabeledGraphitiEditPartTest) Time elapsed: 10.455 s doubleClickTest no-configuration(org.eclipse.reddeer.graphiti.test.LabeledGraphitiEditPartTest) Time elapsed: 6.894 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.verification.parametrized/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 297 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 19 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 13 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 3.3.0-SNAPSHOT [39/58] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.direct.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.direct.test --- [INFO] The project's OSGi version is 3.3.0.v20210310-1921 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.reddeer.direct.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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.verification.parametrized/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:2.2.0:compile (default-compile) @ org.eclipse.reddeer.direct.test --- [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.direct.test:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.direct.test/pom.xml [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/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.verification.parametrized/tests/org.eclipse.reddeer.direct.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.reddeer.direct.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.direct.test/target/org.eclipse.reddeer.direct.test-3.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.reddeer.direct.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.direct.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.direct.test/target/org.eclipse.reddeer.direct.test-3.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.direct.test --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.reddeer.direct.test --- [INFO] Executing Test Runtime with timeout 9600, logs (if any) will be placed at: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.direct.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/11.0.2+9/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.verification.parametrized/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.6.100.v20201223-0822/org.eclipse.equinox.launcher-1.6.100.v20201223-0822.jar, -data, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.direct.test/target/work/data, -install, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.direct.test/target/work, -configuration, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.direct.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/reddeer.verification.parametrized/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, -timeout, 9600000] Launching application org.eclipse.ui.ide.workbench... Running org.eclipse.reddeer.direct.test.project.ProjectTest 20:09:50.228 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 20:09:50.281 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 20:09:50.289 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 20:09:50.291 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 20:09:50.309 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.direct.test.project.ProjectTest 20:09:50.336 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:09:50.338 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:09:50.340 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.direct.test.project.ProjectTest 20:09:50.342 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 20:09:50.381 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 20:09:50.396 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 20:09:50.424 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:09:50.424 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 20:09:50.426 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:09:50.426 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 20:09:50.430 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. 20:09:50.548 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:09:50.549 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCreatingProject no-configuration(org.eclipse.reddeer.direct.test.project.ProjectTest) 20:09:50.549 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.direct.test.project.ProjectTest 20:09:50.549 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:09:50.550 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:09:50.550 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:09:50.557 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 20:09:50.558 DEBUG [main][EditorHandler] 0 editor(s) found 20:09:50.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:50.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:50.601 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 20:09:50.602 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:50.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:50.608 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:09:50.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:09:50.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:09:50.614 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:09:50.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') 20:09:50.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:50.615 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:50.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:50.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:50.616 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:09:50.619 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:09:50.619 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:09:50.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:09:50.625 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:09:50.626 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:09:50.626 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:09:50.628 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:09:50.628 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:09:50.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:09:50.630 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 20:09:50.632 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:09:50.632 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:09:50.682 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:09:50.682 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 20:09:50.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:50.684 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:50.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:50.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:50.686 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:09:50.686 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:09:50.687 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:09:50.687 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 20:09:50.731 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.direct.test.project.ProjectTest 20:09:50.731 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:09:50.733 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:09:50.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:09:50.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:09:50.883 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCreatingProject no-configuration(org.eclipse.reddeer.direct.test.project.ProjectTest) 20:09:50.883 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:09:50.884 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGettingLocation no-configuration(org.eclipse.reddeer.direct.test.project.ProjectTest) 20:09:50.884 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.direct.test.project.ProjectTest 20:09:50.884 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:09:50.884 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:09:50.884 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:09:50.884 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 20:09:50.884 DEBUG [main][EditorHandler] 0 editor(s) found 20:09:50.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:50.889 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:50.889 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 20:09:50.889 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:50.892 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:50.892 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:09:50.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:09:50.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:09:50.893 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:09:50.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') 20:09:50.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:50.893 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:50.896 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:50.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:50.896 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:09:50.897 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:09:50.897 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:09:50.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:09:50.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:09:50.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:09:50.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:09:50.900 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:09:50.900 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:09:50.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:09:50.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 20:09:50.920 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:09:50.920 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:09:50.922 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:09:50.922 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 20:09:50.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:50.922 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:50.923 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:09:51.423 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:51.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:09:51.923 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:51.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:09:51.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:09:51.924 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:09:51.924 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:09:51.925 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:09:51.926 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 20:09:51.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 20:09:51.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:51.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:51.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:51.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:51.930 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:09:51.941 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test-creation 20:09:51.982 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:09:51.982 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:09:51.983 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:09:51.983 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:09:51.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:51.983 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:51.984 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:09:52.484 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:52.484 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:09:52.984 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:52.985 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:09:52.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:09:52.985 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:09:52.985 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:09:52.986 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:09:52.987 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:09:52.987 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:09:52.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:52.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:52.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:52.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:52.988 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:09:52.988 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test-creation 20:09:52.988 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:09:52.988 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:09:52.989 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:09:52.989 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:09:52.989 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:09:52.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:52.990 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:52.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:52.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:52.990 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:09:52.990 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 20:09:52.990 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 20:09:52.992 DEBUG [main][TreeItemHandler] Set Tree selection 20:09:52.993 DEBUG [main][TreeHandler] Notify Tree about selection event 20:09:53.007 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 20:09:53.011 DEBUG [WorkbenchTestable][TreeItemHandler] test-creation 20:09:53.015 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:09:53.016 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:09:53.109 DEBUG [main][MenuItemLookup] Found menu:'New' 20:09:53.109 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:09:53.109 DEBUG [main][MenuItemLookup] Found menu:'' 20:09:53.109 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:09:53.109 DEBUG [main][MenuItemLookup] Found menu:'' 20:09:53.109 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:09:53.109 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:09:53.109 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:09:53.109 DEBUG [main][MenuItemLookup] Found menu:'Move...' 20:09:53.110 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 20:09:53.110 DEBUG [main][MenuItemLookup] Found menu:'' 20:09:53.110 DEBUG [main][MenuItemLookup] Found menu:'Import...' 20:09:53.110 DEBUG [main][MenuItemLookup] Found menu:'Export...' 20:09:53.110 DEBUG [main][MenuItemLookup] Found menu:'' 20:09:53.110 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 20:09:53.110 DEBUG [main][MenuItemLookup] Item match:Refresh F5 20:09:53.112 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 20:09:53.112 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 20:09:53.113 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 20:09:53.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:09:53.119 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:09:53.119 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 20:09:53.119 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:09:53.119 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:09:53.120 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:09:53.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:09:53.120 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:09:53.120 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:09:53.198 DEBUG [main][MenuItemLookup] Found menu:'New' 20:09:53.198 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:09:53.198 DEBUG [main][MenuItemLookup] Found menu:'' 20:09:53.198 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:09:53.198 DEBUG [main][MenuItemLookup] Found menu:'' 20:09:53.198 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:09:53.198 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:09:53.198 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:09:53.198 DEBUG [main][MenuItemLookup] Item match:Delete Delete 20:09:53.198 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 20:09:53.198 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 20:09:53.199 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 20:09:53.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 20:09:53.422 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 20:09:53.422 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 20:09:53.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:09:53.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:09:53.424 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 20:09:53.425 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:09:53.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:09:53.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:09:53.425 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:09:53.425 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:09:53.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:53.425 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:53.428 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:53.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:53.428 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:09:53.432 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 20:09:53.433 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 20:09:53.433 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 20:09:53.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:09:53.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:09:53.434 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:09:53.435 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:09:53.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: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 20:09:53.436 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:09:53.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:09:53.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:09:53.436 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:09:53.436 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:09:53.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:53.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:53.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:53.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:53.438 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:09:53.439 INFO [WorkbenchTestable][AbstractButton] Click button OK 20:09:53.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:09:53.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:09:53.439 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:09:53.439 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:09:53.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 20:09:53.454 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 20:09:53.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 20:09:53.956 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 20:09:53.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:09:53.956 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 20:09:53.956 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 20:09:53.956 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:09:53.956 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:09:53.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:09:53.956 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:09:53.956 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:09:53.958 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:09:53.958 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 20:09:53.961 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.direct.test.project.ProjectTest 20:09:53.962 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:09:53.962 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:09:53.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:09:53.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:09:53.969 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGettingLocation no-configuration(org.eclipse.reddeer.direct.test.project.ProjectTest) 20:09:53.970 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.direct.test.project.ProjectTest 20:09:53.970 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:09:53.970 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:09:53.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:09:53.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.765 s - in org.eclipse.reddeer.direct.test.project.ProjectTest testCreatingProject no-configuration(org.eclipse.reddeer.direct.test.project.ProjectTest) Time elapsed: 0.334 s testGettingLocation no-configuration(org.eclipse.reddeer.direct.test.project.ProjectTest) Time elapsed: 3.085 s Running org.eclipse.reddeer.direct.test.preferences.PreferencesTest 20:09:53.993 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.direct.test.preferences.PreferencesTest 20:09:53.994 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:09:53.994 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:09:53.994 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesTest 20:09:53.994 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:09:53.994 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 20:09:53.995 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:09:53.995 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 20:09:53.995 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:09:53.995 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 20:09:53.995 DEBUG [main][EditorHandler] 0 editor(s) found 20:09:53.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:54.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:54.001 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 20:09:54.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:54.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:54.002 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:09:54.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:09:54.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:09:54.003 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:09:54.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 '\*?\QProject Explorer\E') 20:09:54.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:54.003 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:54.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:54.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:54.004 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:09:54.004 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:09:54.004 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:09:54.005 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:09:54.005 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:09:54.005 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:09:54.005 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:09:54.014 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:09:54.014 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:09:54.014 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:09:54.015 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 20:09:54.015 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:09:54.015 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:09:54.015 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:09:54.016 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 20:09:54.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:54.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:54.016 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:54.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:54.016 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:09:54.016 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:09:54.017 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:09:54.017 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 20:09:54.018 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:09:54.018 INFO [WorkbenchTestable][RequirementsRunner] Started test: getNonExistingPreferenceTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesTest) 20:09:54.018 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesTest 20:09:54.018 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:09:54.018 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:09:54.018 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:09:54.019 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesTest 20:09:54.019 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:09:54.020 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:09:54.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:09:54.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:09:54.020 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getNonExistingPreferenceTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesTest) 20:09:54.020 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:09:54.020 INFO [WorkbenchTestable][RequirementsRunner] Started test: setPreferenceTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesTest) 20:09:54.020 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesTest 20:09:54.020 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:09:54.020 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:09:54.020 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:09:54.026 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:09:54.026 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:54.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.*'] 20:09:54.027 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:54.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.*'] 20:09:54.027 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:54.028 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:09:54.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:09:54.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:09:54.029 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:09:54.029 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:09:54.029 DEBUG [main][MenuItemLookup] Found menu:'File' 20:09:54.030 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:09:54.030 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:09:54.030 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:09:54.030 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:09:54.030 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:09:54.030 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:09:54.030 DEBUG [main][MenuItemLookup] Item match:Window 20:09:54.033 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:09:54.033 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:09:54.033 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:09:54.033 DEBUG [main][MenuItemLookup] Found menu:'' 20:09:54.033 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:09:54.033 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:09:54.033 DEBUG [main][MenuItemLookup] Found menu:'' 20:09:54.033 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:09:54.033 DEBUG [main][MenuItemLookup] Found menu:'' 20:09:54.033 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:09:54.033 DEBUG [main][MenuItemLookup] Item match:Preferences 20:09:54.033 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:09:54.033 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:09:54.034 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:09:54.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 20:09:54.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. finished successfully 20:09:54.160 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:09:54.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:09:54.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:09:54.193 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:09:54.193 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:54.193 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 20:09:54.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:54.194 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:54.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:54.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:54.194 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:09:54.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:09:54.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:09:54.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 20:09:54.199 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 20:09:54.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:09:54.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:09:54.703 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 20:09:54.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 20:09:54.705 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 20:09:54.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:09:54.705 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 20:09:54.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:09:54.705 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 20:09:54.705 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item User Settings 20:09:54.706 DEBUG [main][TreeItemHandler] Selecting tree item: User Settings 20:09:54.706 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item User Settings about selection 20:09:54.706 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: User Settings 20:09:54.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:54.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:54.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:09:55.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:55.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:09:55.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:55.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:09:55.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:09:55.736 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") 20:09:55.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:55.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:55.737 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:55.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:55.738 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:09:55.742 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 20:09:55.742 DEBUG [main][AbstractWait] Waiting until widget is found... 20:09:55.743 TRACE [main][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 20:09:55.743 TRACE [main][WidgetLookup] widget with index 1 is found 20:09:55.743 DEBUG [main][AbstractWait] Waiting until widget is found finished successfully 20:09:55.743 DEBUG [main][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 20:09:55.743 DEBUG [main][AbstractText] Set focus to Text 20:09:55.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:55.746 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:55.746 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") 20:09:55.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:55.747 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:55.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:55.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:55.749 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:09:55.751 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 20:09:55.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:09:55.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:09:55.751 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:09:55.751 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:09:55.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:09:55.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:09:55.778 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:09:55.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:09:55.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:09:55.779 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:09:55.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:09:55.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:09:55.779 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:09:55.779 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:09:55.779 DEBUG [main][MenuItemLookup] Found menu:'File' 20:09:55.780 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:09:55.780 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:09:55.780 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:09:55.780 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:09:55.780 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:09:55.780 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:09:55.780 DEBUG [main][MenuItemLookup] Item match:Window 20:09:55.780 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:09:55.780 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:09:55.780 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:09:55.781 DEBUG [main][MenuItemLookup] Found menu:'' 20:09:55.781 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:09:55.781 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:09:55.781 DEBUG [main][MenuItemLookup] Found menu:'' 20:09:55.781 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:09:55.781 DEBUG [main][MenuItemLookup] Found menu:'' 20:09:55.781 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:09:55.781 DEBUG [main][MenuItemLookup] Item match:Preferences 20:09:55.790 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:09:55.790 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:09:55.790 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:09:55.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 20:09:55.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 20:09:55.848 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:09:55.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:09:55.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:09:55.849 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:09:55.850 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:55.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 20:09:55.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:55.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:55.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:55.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:55.850 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:09:55.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:09:55.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:09:55.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 20:09:55.851 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 20:09:55.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:09:55.851 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 20:09:55.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:09:55.851 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 20:09:55.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 20:09:55.852 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 20:09:55.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:09:55.852 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 20:09:55.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:09:55.852 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 20:09:55.852 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item User Settings 20:09:55.852 DEBUG [main][TreeItemHandler] Selecting tree item: User Settings 20:09:55.852 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item User Settings about selection 20:09:55.853 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: User Settings 20:09:55.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:55.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:55.854 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:09:56.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:56.356 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:09:56.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:56.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:09:56.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:09:56.857 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") 20:09:56.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:56.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:56.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:56.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:56.859 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:09:56.861 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 20:09:56.862 DEBUG [main][AbstractWait] Waiting until widget is found... 20:09:56.862 TRACE [main][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 20:09:56.862 TRACE [main][WidgetLookup] widget with index 1 is found 20:09:56.862 DEBUG [main][AbstractWait] Waiting until widget is found finished successfully 20:09:56.862 DEBUG [main][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 20:09:56.862 DEBUG [main][AbstractText] Set focus to Text 20:09:56.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:56.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:56.864 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") 20:09:56.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:56.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:56.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:56.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:56.866 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:09:56.867 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 20:09:56.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:09:56.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:09:56.867 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:09:56.867 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:09:56.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:09:56.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:09:56.903 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:09:56.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:09:56.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:09:56.904 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesTest 20:09:56.904 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:09:56.904 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:09:56.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:09:56.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:09:56.904 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setPreferenceTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesTest) 20:09:56.904 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:09:56.905 INFO [WorkbenchTestable][RequirementsRunner] Started test: getPreferenceTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesTest) 20:09:56.905 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesTest 20:09:56.905 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:09:56.905 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:09:56.905 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:09:56.905 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:09:56.905 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:56.905 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:09:56.905 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:56.905 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:09:56.906 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:56.906 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:09:56.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:09:56.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:09:56.906 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:09:56.906 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:09:56.906 DEBUG [main][MenuItemLookup] Found menu:'File' 20:09:56.907 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:09:56.907 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:09:56.907 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:09:56.907 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:09:56.907 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:09:56.907 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:09:56.907 DEBUG [main][MenuItemLookup] Item match:Window 20:09:56.907 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:09:56.908 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:09:56.908 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:09:56.908 DEBUG [main][MenuItemLookup] Found menu:'' 20:09:56.908 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:09:56.908 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:09:56.908 DEBUG [main][MenuItemLookup] Found menu:'' 20:09:56.908 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:09:56.908 DEBUG [main][MenuItemLookup] Found menu:'' 20:09:56.908 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:09:56.908 DEBUG [main][MenuItemLookup] Item match:Preferences 20:09:56.908 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:09:56.908 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:09:56.908 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:09:56.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 20:09:56.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 20:09:56.988 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:09:56.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:09:56.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:09:56.989 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:09:56.989 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:56.989 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 20:09:56.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:56.990 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:56.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:56.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:56.990 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:09:56.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:09:56.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:09:56.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 20:09:56.991 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 20:09:56.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:09:56.991 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 20:09:56.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:09:56.991 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 20:09:56.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 20:09:56.991 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 20:09:56.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:09:56.992 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 20:09:56.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:09:56.992 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 20:09:56.992 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item User Settings 20:09:56.992 DEBUG [main][TreeItemHandler] Selecting tree item: User Settings 20:09:56.992 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item User Settings about selection 20:09:56.992 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: User Settings 20:09:56.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:56.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:56.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:09:57.494 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:57.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:09:57.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:57.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:09:57.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:09:57.997 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") 20:09:57.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:57.997 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:57.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:57.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:57.998 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:09:58.001 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 20:09:58.001 DEBUG [main][AbstractWait] Waiting until widget is found... 20:09:58.001 TRACE [main][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 20:09:58.001 TRACE [main][WidgetLookup] widget with index 1 is found 20:09:58.001 DEBUG [main][AbstractWait] Waiting until widget is found finished successfully 20:09:58.001 DEBUG [main][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 20:09:58.001 DEBUG [main][AbstractText] Set focus to Text 20:09:58.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:58.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:58.004 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") 20:09:58.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:58.004 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:58.006 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:58.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:58.007 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:09:58.008 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 20:09:58.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:09:58.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:09:58.008 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:09:58.008 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:09:58.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:09:58.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:09:58.037 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:09:58.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:09:58.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:09:58.037 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:09:58.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:09:58.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:09:58.038 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:09:58.038 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:09:58.038 DEBUG [main][MenuItemLookup] Found menu:'File' 20:09:58.038 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:09:58.038 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:09:58.038 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:09:58.038 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:09:58.038 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:09:58.038 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:09:58.038 DEBUG [main][MenuItemLookup] Item match:Window 20:09:58.038 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:09:58.038 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:09:58.038 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:09:58.038 DEBUG [main][MenuItemLookup] Found menu:'' 20:09:58.038 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:09:58.038 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:09:58.038 DEBUG [main][MenuItemLookup] Found menu:'' 20:09:58.038 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:09:58.039 DEBUG [main][MenuItemLookup] Found menu:'' 20:09:58.039 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:09:58.039 DEBUG [main][MenuItemLookup] Item match:Preferences 20:09:58.039 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:09:58.039 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:09:58.039 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:09:58.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 20:09:58.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 20:09:58.101 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:09:58.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:09:58.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:09:58.102 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:09:58.102 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:58.103 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 20:09:58.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:58.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:58.103 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:58.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:58.103 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:09:58.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:09:58.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:09:58.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 20:09:58.104 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 20:09:58.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:09:58.104 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 20:09:58.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:09:58.104 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 20:09:58.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 20:09:58.104 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 20:09:58.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:09:58.105 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 20:09:58.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:09:58.105 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 20:09:58.105 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item User Settings 20:09:58.105 DEBUG [main][TreeItemHandler] Selecting tree item: User Settings 20:09:58.105 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item User Settings about selection 20:09:58.105 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: User Settings 20:09:58.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:58.106 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:58.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:09:58.606 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:58.608 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:09:59.108 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:59.110 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:09:59.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:09:59.110 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") 20:09:59.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:59.110 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:59.111 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:59.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:59.111 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:09:59.114 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 20:09:59.114 DEBUG [main][AbstractWait] Waiting until widget is found... 20:09:59.114 TRACE [main][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 20:09:59.114 TRACE [main][WidgetLookup] widget with index 1 is found 20:09:59.114 DEBUG [main][AbstractWait] Waiting until widget is found finished successfully 20:09:59.114 DEBUG [main][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 20:09:59.114 DEBUG [main][AbstractText] Set focus to Text 20:09:59.115 INFO [WorkbenchTestable][AbstractText] Text set to: /tmp/settings_new.xml 20:09:59.116 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:59.117 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:59.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 "Apply and Close") 20:09:59.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:59.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:59.118 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:59.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:59.118 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:09:59.119 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 20:09:59.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:09:59.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:09:59.119 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:09:59.119 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:09:59.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:09:59.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:09:59.136 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:09:59.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:09:59.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:09:59.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:09:59.136 DEBUG [WorkbenchTestable][JobIsRunning] job 'Updating Maven settings' has no excuses, wait for it 20:09:59.636 DEBUG [WorkbenchTestable][JobIsRunning] job 'Repository registry initialization' is not running, skipped 20:09:59.636 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:09:59.636 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:09:59.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:09:59.657 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesTest 20:09:59.657 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:09:59.657 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:09:59.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:09:59.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:09:59.657 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getPreferenceTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesTest) 20:09:59.657 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:09:59.658 INFO [WorkbenchTestable][RequirementsRunner] Started test: setDefaultPreferenceTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesTest) 20:09:59.658 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesTest 20:09:59.658 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:09:59.658 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:09:59.658 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:09: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.*'] 20:09:59.658 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09: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.*'] 20:09:59.658 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09: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.*'] 20:09:59.659 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:59.659 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:09:59.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:09:59.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:09:59.659 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:09:59.659 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:09:59.659 DEBUG [main][MenuItemLookup] Found menu:'File' 20:09:59.659 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:09:59.659 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:09:59.659 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:09:59.659 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:09:59.659 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:09:59.659 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:09:59.659 DEBUG [main][MenuItemLookup] Item match:Window 20:09:59.660 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:09:59.660 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:09:59.660 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:09:59.660 DEBUG [main][MenuItemLookup] Found menu:'' 20:09:59.660 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:09:59.660 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:09:59.660 DEBUG [main][MenuItemLookup] Found menu:'' 20:09:59.660 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:09:59.660 DEBUG [main][MenuItemLookup] Found menu:'' 20:09:59.660 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:09:59.660 DEBUG [main][MenuItemLookup] Item match:Preferences 20:09:59.660 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:09:59.660 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:09:59.660 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:09:59.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 20:09:59.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 20:09:59.715 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:09:59.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:09:59.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:09:59.716 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:09:59.716 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:09:59.716 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 20:09:59.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:59.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:59.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:09:59.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:09:59.717 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:09:59.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:09:59.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:09:59.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 20:09:59.718 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 20:09:59.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:09:59.718 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 20:09:59.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:09:59.718 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 20:09:59.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 20:09:59.718 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 20:09:59.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:09:59.718 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 20:09:59.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:09:59.719 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 20:09:59.719 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item User Settings 20:09:59.719 DEBUG [main][TreeItemHandler] Selecting tree item: User Settings 20:09:59.719 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item User Settings about selection 20:09:59.719 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: User Settings 20:09:59.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:09:59.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:09:59.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:10:00.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:00.222 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:10:00.722 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:00.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:10:00.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:10:00.724 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") 20:10:00.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:00.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:00.725 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:00.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:00.725 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:10:00.728 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 20:10:00.728 DEBUG [main][AbstractWait] Waiting until widget is found... 20:10:00.728 TRACE [main][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 20:10:00.728 TRACE [main][WidgetLookup] widget with index 1 is found 20:10:00.728 DEBUG [main][AbstractWait] Waiting until widget is found finished successfully 20:10:00.728 DEBUG [main][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 20:10:00.728 DEBUG [main][AbstractText] Set focus to Text 20:10:00.729 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") 20:10:00.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:00.729 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:00.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:00.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:00.730 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:10:00.731 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 20:10:00.731 DEBUG [main][AbstractWait] Waiting until widget is found... 20:10:00.731 TRACE [main][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 20:10:00.731 TRACE [main][WidgetLookup] widget with index 1 is found 20:10:00.731 DEBUG [main][AbstractWait] Waiting until widget is found finished successfully 20:10:00.731 DEBUG [main][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 20:10:00.731 DEBUG [main][AbstractText] Set focus to Text 20:10:00.732 INFO [WorkbenchTestable][AbstractText] Text set to: /tmp/settings_new.xml 20:10:00.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:00.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:00.734 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") 20:10:00.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:00.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:00.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:00.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:00.736 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:10:00.736 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 20:10:00.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:10:00.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:10:00.736 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:10:00.737 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:10:00.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:10:00.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:10:00.761 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:10:00.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:00.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:00.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:10:00.761 DEBUG [WorkbenchTestable][JobIsRunning] job 'Updating Maven settings' has no excuses, wait for it 20:10:01.261 DEBUG [WorkbenchTestable][JobIsRunning] job 'Repository registry initialization' is not running, skipped 20:10:01.261 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:10:01.261 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:10:01.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:10:01.322 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:10:01.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:01.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:01.322 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:10:01.322 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:10:01.322 DEBUG [main][MenuItemLookup] Found menu:'File' 20:10:01.322 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:10:01.322 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:10:01.322 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:10:01.322 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:10:01.322 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:10:01.322 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:10:01.322 DEBUG [main][MenuItemLookup] Item match:Window 20:10:01.323 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:10:01.323 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:10:01.323 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:10:01.323 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:01.323 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:10:01.323 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:10:01.323 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:01.323 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:10:01.323 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:01.323 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:10:01.323 DEBUG [main][MenuItemLookup] Item match:Preferences 20:10:01.323 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:10:01.323 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:10:01.323 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:10:01.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.... 20:10:01.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 20:10:01.379 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:10:01.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:01.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:01.381 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:10:01.381 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:01.381 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 20:10:01.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:01.381 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:01.382 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:01.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:01.382 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:10:01.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:10:01.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:10:01.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 20:10:01.383 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 20:10:01.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:10:01.383 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 20:10:01.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:10:01.383 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 20:10:01.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 20:10:01.384 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 20:10:01.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:10:01.384 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 20:10:01.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:10:01.384 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 20:10:01.384 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item User Settings 20:10:01.384 DEBUG [main][TreeItemHandler] Selecting tree item: User Settings 20:10:01.384 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item User Settings about selection 20:10:01.385 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: User Settings 20:10:01.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:01.385 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:01.386 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:10:01.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:01.888 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:10:02.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:02.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:10:02.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:10:02.390 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") 20:10:02.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:02.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:02.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:02.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:02.391 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:10:02.394 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 20:10:02.394 DEBUG [main][AbstractWait] Waiting until widget is found... 20:10:02.394 TRACE [main][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 20:10:02.394 TRACE [main][WidgetLookup] widget with index 1 is found 20:10:02.394 DEBUG [main][AbstractWait] Waiting until widget is found finished successfully 20:10:02.394 DEBUG [main][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 20:10:02.394 DEBUG [main][AbstractText] Set focus to Text 20:10:02.395 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:02.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:02.397 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") 20:10:02.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:02.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:02.401 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:02.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:02.401 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:10:02.401 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 20:10:02.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:10:02.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:10:02.402 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:10:02.402 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:10:02.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:10:02.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:10:02.427 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:10:02.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:02.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:02.428 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesTest 20:10:02.428 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:10:02.428 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:10:02.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:10:02.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:10:02.428 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setDefaultPreferenceTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesTest) 20:10:02.428 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:10:02.428 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDefaultPreferenceTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesTest) 20:10:02.428 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesTest 20:10:02.428 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:10:02.428 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:10:02.428 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:10:02.429 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesTest 20:10:02.429 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:10:02.429 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:10:02.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:10:02.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:10:02.429 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDefaultPreferenceTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesTest) 20:10:02.429 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesTest 20:10:02.429 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:10:02.429 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:10:02.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:10:02.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.438 s - in org.eclipse.reddeer.direct.test.preferences.PreferencesTest getNonExistingPreferenceTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesTest) Time elapsed: 0.002 s setPreferenceTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesTest) Time elapsed: 2.884 s getPreferenceTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesTest) Time elapsed: 2.752 s setDefaultPreferenceTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesTest) Time elapsed: 2.77 s getDefaultPreferenceTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesTest) Time elapsed: 0.001 s Running org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest 20:10:02.436 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest 20:10:02.437 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:10:02.437 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:10:02.437 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest 20:10:02.437 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:10:02.437 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 20:10:02.437 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:10:02.437 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 20:10:02.437 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:10:02.438 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:10:02.438 INFO [WorkbenchTestable][RequirementsRunner] Started test: setOpenAssociatedPerspectiveTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) 20:10:02.438 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest 20:10:02.438 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:10:02.438 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:10:02.438 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:10:02.468 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:10:02.468 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:02.468 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:10:02.468 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:02.468 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:10:02.468 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:02.469 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:10:02.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:02.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:02.469 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:10:02.469 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:10:02.469 DEBUG [main][MenuItemLookup] Found menu:'File' 20:10:02.470 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:10:02.470 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:10:02.470 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:10:02.470 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:10:02.470 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:10:02.470 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:10:02.470 DEBUG [main][MenuItemLookup] Item match:Window 20:10:02.470 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:10:02.470 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:10:02.470 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:10:02.470 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:02.470 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:10:02.470 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:10:02.470 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:02.470 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:10:02.470 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:02.470 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:10:02.470 DEBUG [main][MenuItemLookup] Item match:Preferences 20:10:02.470 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:10:02.470 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:10:02.470 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:10:02.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 20:10:02.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 20:10:02.529 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:10:02.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:02.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:02.531 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:10:02.531 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:02.531 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 20:10:02.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:02.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:02.532 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:02.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:02.532 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:10:02.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:10:02.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:10:02.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 20:10:02.534 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:10:02.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:10:03.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:10:03.036 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:10:03.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 20:10:03.037 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:10:03.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:10:03.038 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:10:03.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:10:03.038 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:10:03.038 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Perspectives 20:10:03.038 DEBUG [main][TreeItemHandler] Selecting tree item: Perspectives 20:10:03.039 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Perspectives about selection 20:10:03.039 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Perspectives 20:10:03.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:03.081 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:03.082 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:03.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:03.083 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") 20:10:03.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:03.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:03.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:03.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:03.084 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 20:10:03.085 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") 20:10:03.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:03.085 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:03.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:03.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:03.085 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:10:03.086 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) 20:10:03.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:03.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:03.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:03.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:03.087 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:10:03.088 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:10:03.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:10:03.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:10:03.088 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:10:03.088 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:10:03.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:10:03.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:10:03.105 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:10:03.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:03.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:03.118 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:10:03.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:03.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:03.118 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:10:03.118 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:10:03.118 DEBUG [main][MenuItemLookup] Found menu:'File' 20:10:03.118 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:10:03.118 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:10:03.118 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:10:03.118 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:10:03.118 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:10:03.118 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:10:03.118 DEBUG [main][MenuItemLookup] Item match:Window 20:10:03.119 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:10:03.119 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:10:03.119 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:10:03.119 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:03.119 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:10:03.119 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:10:03.119 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:03.119 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:10:03.119 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:03.119 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:10:03.119 DEBUG [main][MenuItemLookup] Item match:Preferences 20:10:03.119 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:10:03.119 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:10:03.119 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:10:03.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 20:10:03.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 20:10:03.218 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:10:03.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:03.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:03.219 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:10:03.219 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:03.220 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 20:10:03.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:03.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:03.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:03.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:03.220 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:10:03.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:10:03.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:10:03.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 20:10:03.221 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:10:03.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:10:03.221 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:10:03.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:10:03.221 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:10:03.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 20:10:03.221 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:10:03.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:10:03.221 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:10:03.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:10:03.221 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:10:03.222 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Perspectives 20:10:03.222 DEBUG [main][TreeItemHandler] Selecting tree item: Perspectives 20:10:03.222 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Perspectives about selection 20:10:03.222 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Perspectives 20:10:03.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:03.222 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:03.222 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:03.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:03.223 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") 20:10:03.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:03.223 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:03.223 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:03.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:03.223 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 20:10:03.224 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") 20:10:03.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:03.224 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:03.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:03.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:03.224 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:10:03.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) 20:10:03.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:03.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:03.226 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:03.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:03.226 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:10:03.226 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:10:03.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:10:03.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:10:03.226 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:10:03.226 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:10:03.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:10:03.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:10:03.249 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:10:03.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:03.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:03.268 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:10:03.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:03.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:03.268 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:10:03.268 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:10:03.268 DEBUG [main][MenuItemLookup] Found menu:'File' 20:10:03.268 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:10:03.268 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:10:03.268 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:10:03.268 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:10:03.268 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:10:03.268 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:10:03.268 DEBUG [main][MenuItemLookup] Item match:Window 20:10:03.269 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:10:03.269 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:10:03.269 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:10:03.269 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:03.269 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:10:03.269 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:10:03.269 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:03.269 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:10:03.269 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:03.269 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:10:03.269 DEBUG [main][MenuItemLookup] Item match:Preferences 20:10:03.269 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:10:03.269 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:10:03.269 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:10:03.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 'Preferences.*'] is available.... 20:10:03.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 'Preferences.*'] is available. finished successfully 20:10:03.341 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:10:03.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:03.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:03.342 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:10:03.342 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:03.343 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 20:10:03.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:03.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:03.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:03.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:03.343 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:10:03.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:10:03.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:10:03.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 20:10:03.344 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:10:03.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:10:03.344 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:10:03.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:10:03.344 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:10:03.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 20:10:03.344 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:10:03.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:10:03.344 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:10:03.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:10:03.344 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:10:03.345 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Perspectives 20:10:03.345 DEBUG [main][TreeItemHandler] Selecting tree item: Perspectives 20:10:03.345 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Perspectives about selection 20:10:03.345 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Perspectives 20:10:03.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:03.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:03.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:03.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:03.346 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") 20:10:03.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:03.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:03.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:03.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:03.346 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 20:10:03.347 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") 20:10:03.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:03.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:03.347 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:03.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:03.347 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:10:03.348 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) 20:10:03.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:03.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:03.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:03.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:03.349 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:10:03.349 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:10:03.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:10:03.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:10:03.349 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:10:03.349 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:10:03.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:10:03.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:10:03.388 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:10:03.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:03.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:03.388 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:10:03.389 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:03.389 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:10:03.389 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:03.389 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:10:03.389 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:03.389 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:10:03.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:03.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:03.389 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:10:03.389 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:10:03.389 DEBUG [main][MenuItemLookup] Found menu:'File' 20:10:03.389 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:10:03.389 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:10:03.389 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:10:03.390 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:10:03.390 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:10:03.390 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:10:03.390 DEBUG [main][MenuItemLookup] Item match:Window 20:10:03.390 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:10:03.390 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:10:03.390 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:10:03.390 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:03.390 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:10:03.390 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:10:03.390 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:03.390 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:10:03.390 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:03.390 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:10:03.390 DEBUG [main][MenuItemLookup] Item match:Preferences 20:10:03.390 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:10:03.390 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:10:03.390 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:10:03.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 20:10:03.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 'Preferences.*'] is available. finished successfully 20:10:03.461 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:10:03.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:03.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:03.462 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:10:03.462 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:03.462 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 20:10:03.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:03.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:03.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:03.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:03.462 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:10:03.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:10:03.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:10:03.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 20:10:03.488 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 20:10:03.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:10:03.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:10:03.990 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 20:10:03.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 20:10:03.991 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 20:10:03.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:10:03.991 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 20:10:03.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:10:03.991 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 20:10:03.991 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 20:10:03.991 DEBUG [main][TreeItemHandler] Selecting tree item: Console 20:10:03.991 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 20:10:03.992 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 20:10:04.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:04.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:04.056 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:04.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:04.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 "Restore Defaults") 20:10:04.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:04.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:04.058 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:04.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:04.058 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:10:04.058 INFO [WorkbenchTestable][PreferencePage] Restore default values in Preferences dialog 20:10:04.058 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 20:10:04.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:10:04.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:10:04.059 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:10:04.059 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:10:04.059 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") 20:10:04.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:04.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:04.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:04.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:04.060 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:10:04.060 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 20:10:04.060 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 20:10:04.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:10:04.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:10:04.061 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:10:04.061 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:10:04.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:04.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:04.063 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") 20:10:04.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:04.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:04.064 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:04.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:04.064 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:10:04.069 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 20:10:04.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:10:04.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:10:04.069 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:10:04.069 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:10:04.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:10:04.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:10:04.091 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:10:04.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:04.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:04.091 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest 20:10:04.091 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:10:04.091 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:10:04.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:10:04.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:10:04.092 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setOpenAssociatedPerspectiveTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) 20:10:04.092 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:10:04.092 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSettingConsoleShow no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) 20:10:04.092 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest 20:10:04.092 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:10:04.092 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:10:04.092 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:10:04.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.*'] 20:10:04.092 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:04.093 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:10:04.093 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:04.093 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:10:04.093 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:04.093 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:10:04.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:04.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:04.094 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:10:04.094 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:10:04.094 DEBUG [main][MenuItemLookup] Found menu:'File' 20:10:04.094 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:10:04.094 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:10:04.094 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:10:04.094 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:10:04.094 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:10:04.094 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:10:04.094 DEBUG [main][MenuItemLookup] Item match:Window 20:10:04.095 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:10:04.095 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:10:04.095 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:10:04.095 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:04.095 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:10:04.095 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:10:04.095 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:04.095 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:10:04.095 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:04.095 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:10:04.095 DEBUG [main][MenuItemLookup] Item match:Preferences 20:10:04.095 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:10:04.095 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:10:04.096 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:10:04.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 20:10:04.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 20:10:04.224 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:10:04.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:04.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:04.225 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:10:04.225 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:04.225 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 20:10:04.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:04.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:04.226 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:04.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:04.226 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:10:04.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:10:04.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:10:04.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 20:10:04.227 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 20:10:04.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:10:04.227 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 20:10:04.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:10:04.227 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 20:10:04.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 20:10:04.227 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 20:10:04.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:10:04.227 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 20:10:04.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:10:04.227 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 20:10:04.228 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 20:10:04.228 DEBUG [main][TreeItemHandler] Selecting tree item: Console 20:10:04.228 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 20:10:04.228 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 20:10:04.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:04.228 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:04.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:04.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:04.229 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") 20:10:04.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:04.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:04.230 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:04.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:04.230 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:10:04.231 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") 20:10:04.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:04.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:04.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:04.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:04.232 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:10:04.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) 20:10:04.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:04.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:04.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:04.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:04.256 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:10:04.256 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:10:04.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:10:04.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:10:04.256 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:10:04.256 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:10:04.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:10:04.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:10:04.296 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:10:04.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:04.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:04.296 INFO [WorkbenchTestable][PreferencesUtil] Sets the console open on error to 'true' 20:10:04.296 INFO [WorkbenchTestable][PreferencesUtil] Sets the console open on error to 'false' 20:10:04.297 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:10:04.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:04.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:04.297 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:10:04.297 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:10:04.297 DEBUG [main][MenuItemLookup] Found menu:'File' 20:10:04.297 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:10:04.297 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:10:04.297 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:10:04.297 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:10:04.297 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:10:04.297 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:10:04.297 DEBUG [main][MenuItemLookup] Item match:Window 20:10:04.298 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:10:04.298 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:10:04.298 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:10:04.298 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:04.298 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:10:04.298 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:10:04.298 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:04.298 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:10:04.298 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:04.298 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:10:04.298 DEBUG [main][MenuItemLookup] Item match:Preferences 20:10:04.298 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:10:04.298 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:10:04.298 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:10:04.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.... 20:10:04.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 20:10:04.385 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:10:04.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:04.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:04.386 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:10:04.386 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:04.386 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 20:10:04.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:04.386 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:04.386 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:04.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:04.386 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:10:04.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:10:04.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:10:04.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 20:10:04.387 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 20:10:04.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:10:04.387 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 20:10:04.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:10:04.388 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 20:10:04.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 20:10:04.388 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 20:10:04.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:10:04.388 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 20:10:04.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:10:04.388 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 20:10:04.399 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 20:10:04.399 DEBUG [main][TreeItemHandler] Selecting tree item: Console 20:10:04.399 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 20:10:04.399 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 20:10:04.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:04.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:04.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:04.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:04.400 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") 20:10:04.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:04.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:04.401 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:04.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:04.401 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:10:04.402 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") 20:10:04.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:04.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:04.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:04.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:04.403 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:10:04.403 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) 20:10:04.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:04.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:04.404 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:04.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:04.404 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:10:04.412 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:10:04.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:10:04.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:10:04.413 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:10:04.413 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:10:04.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:10:04.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:10:04.430 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:10:04.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:04.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:04.430 INFO [WorkbenchTestable][PreferencesUtil] Sets the console open on error to 'false' 20:10:04.431 INFO [WorkbenchTestable][PreferencesUtil] Sets the console open on error to 'true' 20:10:04.431 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:10:04.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:04.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:04.432 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:10:04.432 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:10:04.432 DEBUG [main][MenuItemLookup] Found menu:'File' 20:10:04.432 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:10:04.432 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:10:04.432 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:10:04.432 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:10:04.432 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:10:04.432 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:10:04.432 DEBUG [main][MenuItemLookup] Item match:Window 20:10:04.432 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:10:04.432 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:10:04.432 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:10:04.432 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:04.432 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:10:04.432 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:10:04.432 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:04.432 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:10:04.432 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:04.432 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:10:04.432 DEBUG [main][MenuItemLookup] Item match:Preferences 20:10:04.432 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:10:04.432 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:10:04.432 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:10:04.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 20:10:04.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 20:10:04.527 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:10:04.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:04.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:04.528 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:10:04.528 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:04.528 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 20:10:04.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:04.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:04.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:04.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:04.529 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:10:04.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:10:04.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:10:04.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 20:10:04.530 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 20:10:04.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:10:04.530 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 20:10:04.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:10:04.530 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 20:10:04.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 20:10:04.530 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 20:10:04.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:10:04.530 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 20:10:04.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:10:04.530 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 20:10:04.530 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 20:10:04.530 DEBUG [main][TreeItemHandler] Selecting tree item: Console 20:10:04.530 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 20:10:04.531 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 20:10:04.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:04.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:04.542 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:04.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:04.542 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") 20:10:04.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:04.542 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:04.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:04.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:04.543 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:10:04.544 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") 20:10:04.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:04.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:04.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:04.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:04.544 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:10:04.545 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) 20:10:04.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:04.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:04.546 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:04.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:04.546 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:10:04.547 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:10:04.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:10:04.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:10:04.547 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:10:04.547 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:10:04.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:10:04.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:10:04.591 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:10:04.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:04.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:04.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.*'] 20:10:04.591 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:04.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.*'] 20:10:04.592 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:04.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.*'] 20:10:04.592 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:04.592 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:10:04.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:04.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:04.592 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:10:04.592 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:10:04.592 DEBUG [main][MenuItemLookup] Found menu:'File' 20:10:04.592 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:10:04.592 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:10:04.592 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:10:04.592 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:10:04.592 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:10:04.592 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:10:04.592 DEBUG [main][MenuItemLookup] Item match:Window 20:10:04.593 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:10:04.593 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:10:04.593 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:10:04.593 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:04.593 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:10:04.593 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:10:04.593 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:04.593 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:10:04.593 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:04.593 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:10:04.593 DEBUG [main][MenuItemLookup] Item match:Preferences 20:10:04.593 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:10:04.593 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:10:04.593 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:10:04.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 'Preferences.*'] is available.... 20:10:04.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 20:10:04.687 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:10:04.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:04.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:04.688 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:10:04.688 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:04.688 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 20:10:04.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:04.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:04.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:04.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:04.688 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:10:04.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:10:04.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:10:04.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 20:10:04.689 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 20:10:04.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:10:04.689 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 20:10:04.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:10:04.689 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 20:10:04.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 20:10:04.690 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 20:10:04.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:10:04.690 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 20:10:04.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:10:04.690 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 20:10:04.690 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 20:10:04.690 DEBUG [main][TreeItemHandler] Selecting tree item: Console 20:10:04.690 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 20:10:04.690 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 20:10:04.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:04.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:04.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:04.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:04.691 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") 20:10:04.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:04.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:04.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:04.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:04.693 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:10:04.693 INFO [WorkbenchTestable][PreferencePage] Restore default values in Preferences dialog 20:10:04.693 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 20:10:04.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:10:04.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:10:04.693 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:10:04.693 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:10:04.716 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") 20:10:04.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:04.717 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:04.718 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:04.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:04.718 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:10:04.718 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 20:10:04.718 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 20:10:04.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:10:04.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:10:04.718 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:10:04.718 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:10:04.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:04.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:04.720 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") 20:10:04.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:04.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:04.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:04.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:04.722 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:10:04.722 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 20:10:04.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:10:04.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:10:04.722 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:10:04.722 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:10:04.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:10:04.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:10:04.743 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:10:04.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:04.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:04.743 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest 20:10:04.744 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:10:04.744 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:10:04.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:10:04.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:10:04.744 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSettingConsoleShow no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) 20:10:04.744 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:10:04.744 INFO [WorkbenchTestable][RequirementsRunner] Started test: setOpenAssociatedPerspectiveWithIncorrectOptionTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) 20:10:04.744 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest 20:10:04.744 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:10:04.744 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:10:04.744 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:10:04.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.*'] 20:10:04.745 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:04.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.*'] 20:10:04.745 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:04.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.*'] 20:10:04.745 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:04.745 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:10:04.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:04.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:04.745 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:10:04.745 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:10:04.745 DEBUG [main][MenuItemLookup] Found menu:'File' 20:10:04.749 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:10:04.749 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:10:04.749 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:10:04.749 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:10:04.749 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:10:04.749 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:10:04.749 DEBUG [main][MenuItemLookup] Item match:Window 20:10:04.749 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:10:04.749 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:10:04.749 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:10:04.749 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:04.749 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:10:04.749 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:10:04.749 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:04.749 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:10:04.749 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:04.749 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:10:04.749 DEBUG [main][MenuItemLookup] Item match:Preferences 20:10:04.749 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:10:04.749 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:10:04.749 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:10:04.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 20:10:04.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 20:10:04.849 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:10:04.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:04.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:04.850 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:10:04.850 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:04.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 20:10:04.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:04.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:04.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:04.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:04.851 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:10:04.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:10:04.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:10:04.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 20:10:04.852 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 20:10:04.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:10:04.852 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 20:10:04.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:10:04.852 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 20:10:04.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 20:10:04.852 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 20:10:04.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:10:04.852 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 20:10:04.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:10:04.852 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 20:10:04.853 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 20:10:04.853 DEBUG [main][TreeItemHandler] Selecting tree item: Console 20:10:04.853 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 20:10:04.853 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 20:10:04.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:04.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:04.854 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:04.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:04.854 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") 20:10:04.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:04.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:04.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:04.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:04.855 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:10:04.856 INFO [WorkbenchTestable][PreferencePage] Restore default values in Preferences dialog 20:10:04.856 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 20:10:04.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:10:04.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:10:04.856 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:10:04.856 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:10:04.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 "Apply") 20:10:04.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:04.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:04.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:04.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:04.858 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:10:04.858 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 20:10:04.859 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 20:10:04.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:10:04.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:10:04.859 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:10:04.859 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:10:04.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:04.860 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:04.860 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") 20:10:04.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:04.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:04.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:04.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:04.895 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:10:04.895 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 20:10:04.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:10:04.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:10:04.896 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:10:04.896 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:10:04.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:10:04.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:10:04.920 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:10:04.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:04.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:04.920 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest 20:10:04.920 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:10:04.920 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:10:04.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:10:04.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:10:04.920 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setOpenAssociatedPerspectiveWithIncorrectOptionTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) 20:10:04.920 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:10:04.920 INFO [WorkbenchTestable][RequirementsRunner] Started test: autoBuildingTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) 20:10:04.920 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest 20:10:04.920 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:10:04.920 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:10:04.920 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:10:04.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:10:04.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:10:04.921 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:10:04.921 DEBUG [main][MenuItemLookup] Found menu:'File' 20:10:04.921 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:10:04.921 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:10:04.921 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:10:04.921 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:10:04.921 DEBUG [main][MenuItemLookup] Item match:Project 20:10:04.923 DEBUG [main][MenuItemLookup] Found menu:'Open Project' 20:10:04.923 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 20:10:04.923 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:04.924 DEBUG [main][MenuItemLookup] Found menu:'Build All Ctrl+B' 20:10:04.924 DEBUG [main][MenuItemLookup] Found menu:'Build Project' 20:10:04.924 DEBUG [main][MenuItemLookup] Found menu:'Build Working Set' 20:10:04.924 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 20:10:04.924 DEBUG [main][MenuItemLookup] Found menu:'Build Automatically' 20:10:04.924 DEBUG [main][MenuItemLookup] Item match:Build Automatically 20:10:04.924 INFO [WorkbenchTestable][PreferencesUtil] Setting the auto building OFF. 20:10:04.925 INFO [WorkbenchTestable][PreferencesUtil] Setting the auto building ON. 20:10:04.926 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:10:04.926 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:04.926 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:10:04.926 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:04.926 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:10:04.926 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:04.927 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:10:04.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:04.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:04.927 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:10:04.927 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:10:04.927 DEBUG [main][MenuItemLookup] Found menu:'File' 20:10:04.927 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:10:04.927 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:10:04.927 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:10:04.927 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:10:04.927 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:10:04.927 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:10:04.927 DEBUG [main][MenuItemLookup] Item match:Window 20:10:04.927 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:10:04.927 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:10:04.927 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:10:04.927 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:04.927 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:10:04.927 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:10:04.927 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:04.927 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:10:04.927 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:04.927 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:10:04.927 DEBUG [main][MenuItemLookup] Item match:Preferences 20:10:04.927 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:10:04.927 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:10:04.927 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:10:05.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 20:10:05.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 20:10:05.016 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:10:05.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:05.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:05.018 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:10:05.018 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:05.018 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 20:10:05.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:05.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:05.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:05.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:05.018 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:10:05.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:10:05.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:10:05.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 20:10:05.020 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 20:10:05.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:10:05.020 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 20:10:05.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:10:05.020 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 20:10:05.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 20:10:05.020 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 20:10:05.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:10:05.020 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 20:10:05.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:10:05.020 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 20:10:05.020 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 20:10:05.020 DEBUG [main][TreeItemHandler] Selecting tree item: Console 20:10:05.021 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 20:10:05.021 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 20:10:05.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:05.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:05.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:05.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:05.022 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") 20:10:05.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:05.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:05.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:05.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:05.023 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:10:05.024 INFO [WorkbenchTestable][PreferencePage] Restore default values in Preferences dialog 20:10:05.024 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 20:10:05.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:10:05.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:10:05.024 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:10:05.024 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:10:05.024 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") 20:10:05.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:05.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:05.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:05.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:05.026 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:10:05.026 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 20:10:05.026 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 20:10:05.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:10:05.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:10:05.027 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:10:05.027 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:10:05.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:05.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:05.029 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") 20:10:05.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:05.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:05.043 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:05.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:05.043 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:10:05.044 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 20:10:05.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:10:05.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:10:05.044 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:10:05.044 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:10:05.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:10:05.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:10:05.060 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:10:05.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:05.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:05.060 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest 20:10:05.060 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:10:05.060 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:10:05.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:10:05.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:10:05.061 INFO [WorkbenchTestable][RequirementsRunner] Finished test: autoBuildingTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) 20:10:05.061 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:10:05.061 INFO [WorkbenchTestable][RequirementsRunner] Started test: testLimitingConsoleOutput no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) 20:10:05.061 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest 20:10:05.061 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:10:05.061 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:10:05.061 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:10:05.061 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:10:05.061 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:05.061 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:10:05.061 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:05.062 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:10:05.062 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:05.062 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:10:05.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:05.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:05.062 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:10:05.062 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:10:05.062 DEBUG [main][MenuItemLookup] Found menu:'File' 20:10:05.063 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:10:05.063 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:10:05.063 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:10:05.063 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:10:05.063 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:10:05.063 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:10:05.063 DEBUG [main][MenuItemLookup] Item match:Window 20:10:05.063 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:10:05.063 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:10:05.063 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:10:05.063 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:05.063 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:10:05.063 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:10:05.063 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:05.063 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:10:05.063 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:05.063 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:10:05.063 DEBUG [main][MenuItemLookup] Item match:Preferences 20:10:05.063 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:10:05.063 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:10:05.064 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:10:05.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 20:10:05.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 20:10:05.159 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:10:05.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:05.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:05.160 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:10:05.160 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:05.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 20:10:05.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:05.161 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:05.161 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:05.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:05.161 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:10:05.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:10:05.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:10:05.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 20:10:05.162 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 20:10:05.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:10:05.163 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 20:10:05.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:10:05.163 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 20:10:05.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 20:10:05.163 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 20:10:05.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:10:05.163 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 20:10:05.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:10:05.163 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 20:10:05.163 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 20:10:05.163 DEBUG [main][TreeItemHandler] Selecting tree item: Console 20:10:05.163 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 20:10:05.164 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 20:10:05.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:05.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:05.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:05.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:05.195 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") 20:10:05.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:05.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:05.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:05.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:05.197 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:10:05.198 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):") 20:10:05.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:05.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:05.212 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:05.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:05.212 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:10:05.212 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:10:05.213 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) 20:10:05.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:05.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:05.214 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:05.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:05.214 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:10:05.215 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:10:05.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:10:05.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:10:05.215 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:10:05.215 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:10:05.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:10:05.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:10:05.230 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:10:05.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:05.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:05.231 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:10:05.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:05.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:05.231 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:10:05.231 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:10:05.231 DEBUG [main][MenuItemLookup] Found menu:'File' 20:10:05.231 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:10:05.231 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:10:05.231 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:10:05.231 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:10:05.231 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:10:05.231 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:10:05.231 DEBUG [main][MenuItemLookup] Item match:Window 20:10:05.232 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:10:05.232 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:10:05.232 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:10:05.232 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:05.232 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:10:05.232 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:10:05.232 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:05.232 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:10:05.232 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:05.232 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:10:05.232 DEBUG [main][MenuItemLookup] Item match:Preferences 20:10:05.232 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:10:05.232 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:10:05.232 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:10:05.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 20:10:05.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 'Preferences.*'] is available. finished successfully 20:10:05.340 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:10:05.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:05.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:05.341 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:10:05.341 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:05.342 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 20:10:05.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:05.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:05.342 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:05.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:05.342 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:10:05.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:10:05.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:10:05.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 20:10:05.344 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 20:10:05.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:10:05.344 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 20:10:05.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:10:05.344 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 20:10:05.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 20:10:05.344 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 20:10:05.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:10:05.344 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 20:10:05.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:10:05.344 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 20:10:05.345 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 20:10:05.345 DEBUG [main][TreeItemHandler] Selecting tree item: Console 20:10:05.345 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 20:10:05.345 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 20:10:05.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:05.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:05.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:05.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:05.346 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") 20:10:05.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:05.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:05.347 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:05.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:05.347 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:10:05.364 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) 20:10:05.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:05.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:05.367 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:05.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:05.367 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:10:05.368 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:10:05.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:10:05.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:10:05.368 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:10:05.368 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:10:05.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:10:05.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:10:05.413 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:10:05.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:05.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:05.415 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:10:05.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:05.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:05.415 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:10:05.415 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:10:05.415 DEBUG [main][MenuItemLookup] Found menu:'File' 20:10:05.415 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:10:05.415 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:10:05.415 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:10:05.415 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:10:05.415 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:10:05.415 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:10:05.415 DEBUG [main][MenuItemLookup] Item match:Window 20:10:05.416 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:10:05.416 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:10:05.416 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:10:05.416 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:05.416 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:10:05.416 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:10:05.416 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:05.416 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:10:05.416 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:05.416 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:10:05.416 DEBUG [main][MenuItemLookup] Item match:Preferences 20:10:05.416 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:10:05.416 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:10:05.416 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:10:05.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 'Preferences.*'] is available.... 20:10:05.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 20:10:05.509 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:10:05.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:05.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:05.511 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:10:05.511 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:05.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 20:10:05.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:05.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:05.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:05.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:05.511 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:10:05.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:10:05.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:10:05.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 20:10:05.512 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 20:10:05.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:10:05.512 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 20:10:05.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:10:05.513 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 20:10:05.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 20:10:05.513 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 20:10:05.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:10:05.513 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 20:10:05.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:10:05.513 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 20:10:05.513 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 20:10:05.513 DEBUG [main][TreeItemHandler] Selecting tree item: Console 20:10:05.513 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 20:10:05.514 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 20:10:05.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:05.514 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:05.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:05.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:05.514 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") 20:10:05.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:05.514 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:05.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:05.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:05.515 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:10:05.516 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):") 20:10:05.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:05.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:05.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:05.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:05.534 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:10:05.534 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:10:05.541 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) 20:10:05.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:05.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:05.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:05.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:05.543 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:10:05.543 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:10:05.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:10:05.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:10:05.544 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:10:05.544 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:10:05.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:10:05.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:10:05.561 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:10:05.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:05.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:05.561 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:10:05.561 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:05.561 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:10:05.561 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:05.561 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:10:05.561 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:05.561 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:10:05.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:05.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:05.561 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:10:05.580 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:10:05.591 DEBUG [main][MenuItemLookup] Found menu:'File' 20:10:05.591 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:10:05.591 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:10:05.591 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:10:05.591 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:10:05.591 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:10:05.591 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:10:05.591 DEBUG [main][MenuItemLookup] Item match:Window 20:10:05.592 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:10:05.592 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:10:05.592 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:10:05.592 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:05.592 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:10:05.592 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:10:05.592 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:05.592 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:10:05.592 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:05.592 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:10:05.592 DEBUG [main][MenuItemLookup] Item match:Preferences 20:10:05.592 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:10:05.592 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:10:05.592 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:10:05.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 20:10:05.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 20:10:05.689 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:10:05.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:05.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:05.691 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:10:05.691 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:05.691 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 20:10:05.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:05.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:05.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:05.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:05.691 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:10:05.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:10:05.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:10:05.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 20:10:05.692 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 20:10:05.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:10:05.693 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 20:10:05.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:10:05.693 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 20:10:05.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 20:10:05.693 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 20:10:05.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:10:05.693 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 20:10:05.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:10:05.694 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 20:10:05.694 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 20:10:05.694 DEBUG [main][TreeItemHandler] Selecting tree item: Console 20:10:05.694 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 20:10:05.694 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 20:10:05.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:05.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:05.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:05.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:05.695 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") 20:10:05.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:05.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:05.696 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:05.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:05.696 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:10:05.697 INFO [WorkbenchTestable][PreferencePage] Restore default values in Preferences dialog 20:10:05.697 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 20:10:05.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:10:05.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:10:05.697 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:10:05.697 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:10:05.698 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") 20:10:05.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:05.698 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:05.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:05.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:05.712 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:10:05.713 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 20:10:05.713 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 20:10:05.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:10:05.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:10:05.713 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:10:05.713 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:10:05.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:05.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:05.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") 20:10:05.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:05.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:05.721 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:05.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:05.721 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:10:05.721 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 20:10:05.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:10:05.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:10:05.722 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:10:05.722 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:10:05.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:10:05.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:10:05.748 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:10:05.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:05.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:05.749 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest 20:10:05.749 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:10:05.749 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:10:05.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:10:05.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:10:05.749 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testLimitingConsoleOutput no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) 20:10:05.750 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:10:05.750 INFO [WorkbenchTestable][RequirementsRunner] Started test: getOpenAssociatedPerspectiveTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) 20:10:05.750 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest 20:10:05.750 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:10:05.750 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:10:05.750 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:10:05.750 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:10:05.750 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:05.750 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:10:05.750 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:05.751 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:10:05.751 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:05.751 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:10:05.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:05.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:05.751 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:10:05.751 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:10:05.751 DEBUG [main][MenuItemLookup] Found menu:'File' 20:10:05.752 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:10:05.752 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:10:05.752 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:10:05.752 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:10:05.752 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:10:05.752 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:10:05.752 DEBUG [main][MenuItemLookup] Item match:Window 20:10:05.752 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:10:05.752 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:10:05.752 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:10:05.752 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:05.752 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:10:05.752 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:10:05.752 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:05.752 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:10:05.752 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:05.752 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:10:05.752 DEBUG [main][MenuItemLookup] Item match:Preferences 20:10:05.753 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:10:05.753 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:10:05.753 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:10:05.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 20:10:05.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 20:10:05.856 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:10:05.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:05.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:05.857 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:10:05.857 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:05.857 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 20:10:05.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:05.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:05.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:05.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:05.858 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:10:05.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:10:05.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:10:05.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 20:10:05.859 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:10:05.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:10:06.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:10:06.360 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:10:06.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 20:10:06.362 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:10:06.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:10:06.362 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:10:06.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:10:06.362 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:10:06.362 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Perspectives 20:10:06.362 DEBUG [main][TreeItemHandler] Selecting tree item: Perspectives 20:10:06.363 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Perspectives about selection 20:10:06.363 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Perspectives 20:10:06.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:06.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:06.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:06.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:06.400 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") 20:10:06.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:06.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:06.401 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:06.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:06.401 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 20:10:06.402 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") 20:10:06.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:06.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:06.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:06.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:06.402 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:10:06.402 INFO [WorkbenchTestable][RadioButton] Select radio button Alwa&ys open 20:10:06.402 INFO [WorkbenchTestable][AbstractButton] Click button Alwa&ys open 20:10:06.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:10:06.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:10:06.402 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:10:06.402 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:10:06.402 TRACE [main][WidgetHandler] Notify Button with event 27 20:10:06.402 TRACE [main][WidgetHandler] Wait for synchronization 20:10:06.403 TRACE [main][WidgetHandler] Notify Button with event 13 20:10:06.403 TRACE [main][WidgetHandler] Wait for synchronization 20:10:06.403 TRACE [main][WidgetHandler] Notify Button with event 26 20:10:06.403 TRACE [main][WidgetHandler] Wait for synchronization 20:10:06.403 TRACE [main][WidgetHandler] Notify Button with event 3 20:10:06.403 TRACE [main][WidgetHandler] Wait for synchronization 20:10:06.403 TRACE [main][WidgetHandler] Notify Button with event 4 20:10:06.403 TRACE [main][WidgetHandler] Wait for synchronization 20:10:06.403 TRACE [main][WidgetHandler] Notify Button with event 13 20:10:06.403 TRACE [main][WidgetHandler] Wait for synchronization 20:10:06.403 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") 20:10:06.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:06.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:06.404 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:06.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:06.404 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:10:06.404 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 20:10:06.405 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 20:10:06.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:10:06.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:10:06.405 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:10:06.405 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:10:06.406 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") 20:10:06.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:06.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:06.406 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:06.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:06.406 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 20:10:06.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.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") 20:10:06.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:06.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:06.407 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:06.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:06.408 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:10:06.408 INFO [WorkbenchTestable][RadioButton] Select radio button Promp&t 20:10:06.408 INFO [WorkbenchTestable][AbstractButton] Click button Promp&t 20:10:06.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:10:06.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:10:06.409 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:10:06.409 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:10:06.409 TRACE [main][WidgetHandler] Notify Button with event 27 20:10:06.409 TRACE [main][WidgetHandler] Wait for synchronization 20:10:06.409 TRACE [main][WidgetHandler] Notify Button with event 13 20:10:06.409 TRACE [main][WidgetHandler] Wait for synchronization 20:10:06.409 TRACE [main][WidgetHandler] Notify Button with event 26 20:10:06.409 TRACE [main][WidgetHandler] Wait for synchronization 20:10:06.409 TRACE [main][WidgetHandler] Notify Button with event 3 20:10:06.409 TRACE [main][WidgetHandler] Wait for synchronization 20:10:06.409 TRACE [main][WidgetHandler] Notify Button with event 4 20:10:06.409 TRACE [main][WidgetHandler] Wait for synchronization 20:10:06.409 TRACE [main][WidgetHandler] Notify Button with event 13 20:10:06.409 TRACE [main][WidgetHandler] Wait for synchronization 20:10:06.409 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") 20:10:06.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:06.409 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:06.420 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:06.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:06.420 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:10:06.420 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 20:10:06.420 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 20:10:06.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:10:06.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:10:06.421 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:10:06.421 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:10:06.422 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") 20:10:06.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:06.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:06.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:06.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:06.423 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 20:10:06.424 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") 20:10:06.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:06.424 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:06.424 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:06.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:06.424 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:10:06.425 INFO [WorkbenchTestable][RadioButton] Select radio button Ne&ver open 20:10:06.425 INFO [WorkbenchTestable][AbstractButton] Click button Ne&ver open 20:10:06.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:10:06.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:10:06.426 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:10:06.426 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:10:06.426 TRACE [main][WidgetHandler] Notify Button with event 27 20:10:06.426 TRACE [main][WidgetHandler] Wait for synchronization 20:10:06.426 TRACE [main][WidgetHandler] Notify Button with event 13 20:10:06.426 TRACE [main][WidgetHandler] Wait for synchronization 20:10:06.426 TRACE [main][WidgetHandler] Notify Button with event 26 20:10:06.426 TRACE [main][WidgetHandler] Wait for synchronization 20:10:06.426 TRACE [main][WidgetHandler] Notify Button with event 3 20:10:06.426 TRACE [main][WidgetHandler] Wait for synchronization 20:10:06.426 TRACE [main][WidgetHandler] Notify Button with event 4 20:10:06.426 TRACE [main][WidgetHandler] Wait for synchronization 20:10:06.426 TRACE [main][WidgetHandler] Notify Button with event 13 20:10:06.426 TRACE [main][WidgetHandler] Wait for synchronization 20:10:06.426 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") 20:10:06.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:06.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:06.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:06.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:06.432 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:10:06.432 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 20:10:06.432 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 20:10:06.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:10:06.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:10:06.433 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:10:06.433 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:10:06.433 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) 20:10:06.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:06.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:06.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:06.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:06.435 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:10:06.436 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:10:06.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:10:06.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:10:06.436 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:10:06.436 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:10:06.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:10:06.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:10:06.475 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:10:06.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:06.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:06.475 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:10:06.475 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:06.475 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:10:06.475 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:06.475 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:10:06.475 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:06.475 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:10:06.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:06.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:06.480 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:10:06.480 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:10:06.481 DEBUG [main][MenuItemLookup] Found menu:'File' 20:10:06.481 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:10:06.481 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:10:06.481 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:10:06.481 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:10:06.481 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:10:06.481 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:10:06.481 DEBUG [main][MenuItemLookup] Item match:Window 20:10:06.481 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:10:06.481 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:10:06.481 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:10:06.481 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:06.481 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:10:06.481 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:10:06.481 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:06.481 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:10:06.481 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:06.481 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:10:06.481 DEBUG [main][MenuItemLookup] Item match:Preferences 20:10:06.481 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:10:06.481 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:10:06.481 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:10:06.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 'Preferences.*'] is available.... 20:10:06.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 20:10:06.588 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:10:06.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:06.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:06.589 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:10:06.589 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:06.589 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 20:10:06.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:06.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:06.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:06.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:06.589 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:10:06.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:10:06.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:10:06.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 20:10:06.601 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 20:10:06.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:10:07.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:10:07.102 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 20:10:07.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 20:10:07.103 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 20:10:07.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:10:07.104 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 20:10:07.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:10:07.104 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 20:10:07.104 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 20:10:07.104 DEBUG [main][TreeItemHandler] Selecting tree item: Console 20:10:07.104 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 20:10:07.104 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 20:10:07.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:07.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:07.155 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:07.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:07.155 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") 20:10:07.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:07.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:07.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:07.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:07.156 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:10:07.157 INFO [WorkbenchTestable][PreferencePage] Restore default values in Preferences dialog 20:10:07.157 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 20:10:07.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:10:07.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:10:07.157 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:10:07.157 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:10:07.158 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") 20:10:07.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:07.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:07.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:07.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:07.159 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:10:07.159 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 20:10:07.159 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 20:10:07.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:10:07.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:10:07.159 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:10:07.159 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:10:07.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:07.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:07.160 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") 20:10:07.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:07.160 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:07.161 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:07.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:07.162 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:10:07.162 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 20:10:07.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:10:07.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:10:07.162 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:10:07.162 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:10:07.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:10:07.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:10:07.192 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:10:07.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:07.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:07.192 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest 20:10:07.192 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:10:07.192 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:10:07.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:10:07.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:10:07.192 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getOpenAssociatedPerspectiveTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) 20:10:07.192 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest 20:10:07.192 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:10:07.192 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:10:07.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:10:07.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.757 s - in org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest setOpenAssociatedPerspectiveTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) Time elapsed: 1.653 s testSettingConsoleShow no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) Time elapsed: 0.652 s setOpenAssociatedPerspectiveWithIncorrectOptionTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) Time elapsed: 0.176 s autoBuildingTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) Time elapsed: 0.141 s testLimitingConsoleOutput no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) Time elapsed: 0.688 s getOpenAssociatedPerspectiveTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) Time elapsed: 1.442 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.verification.parametrized/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 297 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 19 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 13 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 3.3.0-SNAPSHOT [40/58] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.junit.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.junit.test --- [INFO] The project's OSGi version is 3.3.0.v20210310-1921 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.reddeer.junit.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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.verification.parametrized/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:2.2.0:compile (default-compile) @ org.eclipse.reddeer.junit.test --- [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit.test:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.junit.test/pom.xml [INFO] Compiling 83 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/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.verification.parametrized/tests/org.eclipse.reddeer.junit.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.reddeer.junit.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.junit.test/target/org.eclipse.reddeer.junit.test-3.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.reddeer.junit.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.junit.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.junit.test/target/org.eclipse.reddeer.junit.test-3.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.junit.test --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.reddeer.junit.test --- [INFO] Fetching org.hamcrest_1.1.0.v20090501071000.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (8.34kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.hamcrest_1.1.0.v20090501071000.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (8.34kB) [INFO] Unpacking org.hamcrest_1.1.0.v20090501071000... [INFO] Fetching org.hamcrest.integration_1.3.0.v201305210900.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (10.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.hamcrest.integration_1.3.0.v201305210900.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (10.06kB) [INFO] Unpacking org.hamcrest.integration_1.3.0.v201305210900... [INFO] Fetching org.hamcrest.text_1.1.0.v20090501071000.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (15.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.hamcrest.text_1.1.0.v20090501071000.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (15.42kB) [INFO] Unpacking org.hamcrest.text_1.1.0.v20090501071000... [INFO] Executing Test Runtime with timeout 9600, logs (if any) will be placed at: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.junit.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/11.0.2+9/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.verification.parametrized/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.6.100.v20201223-0822/org.eclipse.equinox.launcher-1.6.100.v20201223-0822.jar, -data, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.junit.test/target/work/data, -install, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.junit.test/target/work, -configuration, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.junit.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.junit.test/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.platform.ide, -nouithread, -timeout, 9600000] Launching application org.eclipse.ui.ide.workbench... Running org.eclipse.reddeer.junit.test.requirement.configuration.RequirementConfigurationTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.reddeer.junit.test.requirement.configuration.RequirementConfigurationTest testGetNonexistingObjectAttribute(org.eclipse.reddeer.junit.test.requirement.configuration.RequirementConfigurationTest) Time elapsed: 0.003 s testGetStringObjectAttributeInPlaceOfSimpleAttribute(org.eclipse.reddeer.junit.test.requirement.configuration.RequirementConfigurationTest) Time elapsed: 0.001 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.001 s Running org.eclipse.reddeer.junit.test.requirement.configuration.ComplexConfigurationTest 20:10:18.533 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.autobuilding.AutoBuildingRequirement 20:10:18.535 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.cleanworkspace.CleanWorkspaceRequirement 20:10:18.537 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.closeeditors.CloseAllEditorsRequirement 20:10:18.538 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.db.DatabaseRequirement 20:10:18.539 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.jre.JRERequirement 20:10:18.545 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.openperspective.OpenPerspectiveRequirement 20:10:18.548 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.property.PropertyRequirement 20:10:18.548 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.securestorage.SecureStorageRequirement 20:10:18.551 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.server.apache.tomcat.ApacheTomcatServerRequirement 20:10:18.556 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.junit.test.requirement.configuration.resources.JavaRequirement 20:10:18.556 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.property.PropertyRequirement 20:10:18.556 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.junit.test.internal.requirement.CustomJavaTestRequirement 20:10:18.581 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.junit.test.internal.requirement.CustomServerTestRequirement 20:10:18.582 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.junit.test.requirement.configuration.resources.ComplexRequirement 20:10:18.582 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.junit.test.requirement.configuration.resources.SimpleRequirement Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.285 s - in org.eclipse.reddeer.junit.test.requirement.configuration.ComplexConfigurationTest numberOfTestRunsWithConfig(org.eclipse.reddeer.junit.test.requirement.configuration.ComplexConfigurationTest) Time elapsed: 0.241 s numberOfTestRunsNoConfig(org.eclipse.reddeer.junit.test.requirement.configuration.ComplexConfigurationTest) Time elapsed: 0.001 s Running org.eclipse.reddeer.junit.test.requirement.configuration.RequirementConfigurationPoolTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s - in org.eclipse.reddeer.junit.test.requirement.configuration.RequirementConfigurationPoolTest testGetConfigurationsFromConfigPoolWithNonexistingConfigFile(org.eclipse.reddeer.junit.test.requirement.configuration.RequirementConfigurationPoolTest) Time elapsed: 0.001 s getSimpleRequirementConfigurationsFromPool(org.eclipse.reddeer.junit.test.requirement.configuration.RequirementConfigurationPoolTest) Time elapsed: 0.004 s getComplexRequirementConfigurationsFromPoolYAML(org.eclipse.reddeer.junit.test.requirement.configuration.RequirementConfigurationPoolTest) Time elapsed: 0.067 s testGetConfigurationFile(org.eclipse.reddeer.junit.test.requirement.configuration.RequirementConfigurationPoolTest) Time elapsed: 0 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.005 s getRequirementConfigurationsFromPool(org.eclipse.reddeer.junit.test.requirement.configuration.RequirementConfigurationPoolTest) Time elapsed: 0.003 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.003 s Running org.eclipse.reddeer.junit.test.requirement.matcher.RequirementMatcherTest Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.reddeer.junit.test.requirement.matcher.RequirementMatcherTest testRequirementVersionMatcherOnComparisonGreaterThanNoMatch(org.eclipse.reddeer.junit.test.requirement.matcher.RequirementMatcherTest) Time elapsed: 0.006 s testRequirementRegexMatcherOnRegex(org.eclipse.reddeer.junit.test.requirement.matcher.RequirementMatcherTest) Time elapsed: 0.001 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.001 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.032 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 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.annotation.AnnotationUtilsTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.reddeer.junit.test.annotation.AnnotationUtilsTest testGetCustomRequirementFromAnnotation(org.eclipse.reddeer.junit.test.annotation.AnnotationUtilsTest) Time elapsed: 0.001 s testGetValueOfStaticAnnotatedMethodWhichDoesNotExist(org.eclipse.reddeer.junit.test.annotation.AnnotationUtilsTest) Time elapsed: 0.002 s getAnnotationWithNoEnclosingClass(org.eclipse.reddeer.junit.test.annotation.AnnotationUtilsTest) Time elapsed: 0 s testGetRequirementAnnotation(org.eclipse.reddeer.junit.test.annotation.AnnotationUtilsTest) Time elapsed: 0.002 s testGetGrandChildClassAnotations(org.eclipse.reddeer.junit.test.annotation.AnnotationUtilsTest) Time elapsed: 0.003 s testGetValueOfStaticAnnotatedMethod(org.eclipse.reddeer.junit.test.annotation.AnnotationUtilsTest) Time elapsed: 0 s testGetValueOfStaticAnnotatedMethodTwoPossibilities(org.eclipse.reddeer.junit.test.annotation.AnnotationUtilsTest) Time elapsed: 0 s testGetTopClassAnnotations(org.eclipse.reddeer.junit.test.annotation.AnnotationUtilsTest) Time elapsed: 0 s testGetRequirementAnnotations(org.eclipse.reddeer.junit.test.annotation.AnnotationUtilsTest) Time elapsed: 0.001 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.rules.ErrorCollectorWithScreenshotTest 20:10:18.813 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 20:10:18.814 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=6 20:10:18.821 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 20:10:18.822 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=3 20:10:18.830 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest 20:10:18.844 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:10:18.844 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:10:18.882 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest 20:10:18.885 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 20:10:18.885 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 20:10:18.893 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 20:10:18.897 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:10:18.897 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 20:10:18.923 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:10:18.923 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 20:10:18.926 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:10:18.927 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 20:10:18.940 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:10:18.942 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:18.944 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:10:18.944 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:18.945 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:10:18.945 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:18.982 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:10:18.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:18.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:18.988 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:10:18.991 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:10:18.995 DEBUG [main][MenuItemLookup] Found menu:'File' 20:10:18.996 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:10:18.996 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:10:18.996 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:10:18.996 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:10:18.996 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:10:18.996 DEBUG [main][MenuItemLookup] Item match:Window 20:10:19.000 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:10:19.001 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:10:19.001 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:10:19.001 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:19.001 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:10:19.001 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:10:19.001 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:19.001 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:10:19.001 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:19.001 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:10:19.001 DEBUG [main][MenuItemLookup] Item match:Preferences 20:10:19.004 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:10:19.004 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:10:19.006 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:10:19.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.... 20:10:19.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 20:10:19.155 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:10:19.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:19.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:19.189 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:10:19.189 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:19.197 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 20:10:19.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:19.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:19.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:19.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:19.206 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:10:19.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:10:19.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:10:19.216 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) 20:10:19.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:19.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:19.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:19.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:19.229 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:10:19.231 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:10:19.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:10:19.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:10:19.233 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:10:19.233 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:10:19.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:10:19.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:10:19.287 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:10:19.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:19.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:19.288 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 20:10:19.290 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:10:19.291 INFO [WorkbenchTestable][RequirementsRunner] Started test: screenshotCapturerTest no-configuration(org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest) 20:10:19.291 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest 20:10:19.292 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:10:19.292 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:10:19.292 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:10:19.292 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 20:10:19.295 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/screenshots/no-configuration/org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest.screenshotCapturerTest.png 20:10:19.390 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.junit.test/./target/screenshots/no-configuration/org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest.screenshotCapturerTest.png 20:10:19.399 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/screenshots/no-configuration/org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest.screenshotCapturerTest(2).png 20:10:19.500 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.junit.test/./target/screenshots/no-configuration/org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest.screenshotCapturerTest(2).png 20:10:19.502 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest 20:10:19.502 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:10:19.504 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:10:19.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:10:19.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:10:19.506 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 20:10:19.507 INFO [WorkbenchTestable][RequirementsRunner] Finished test: screenshotCapturerTest no-configuration(org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest) 20:10:19.507 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:10:19.507 INFO [WorkbenchTestable][RequirementsRunner] Started test: failAtTheEndTest no-configuration(org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest) 20:10:19.507 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest 20:10:19.507 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:10:19.507 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:10:19.507 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:10:19.507 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 20:10:19.508 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/screenshots/no-configuration/org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest.failAtTheEndTest.png 20:10:19.605 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.junit.test/./target/screenshots/no-configuration/org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest.failAtTheEndTest.png 20:10:19.605 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/screenshots/no-configuration/org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest.failAtTheEndTest(2).png 20:10:19.667 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.junit.test/./target/screenshots/no-configuration/org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest.failAtTheEndTest(2).png 20:10:19.667 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest 20:10:19.667 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:10:19.667 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:10:19.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:10:19.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:10:19.669 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 20:10:19.669 INFO [WorkbenchTestable][RequirementsRunner] Finished test: failAtTheEndTest no-configuration(org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest) 20:10:19.669 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest 20:10:19.670 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 20:10:19.670 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:10:19.670 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:10:19.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:10:19.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.86 s - in org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest screenshotCapturerTest no-configuration(org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest) Time elapsed: 0.216 s failAtTheEndTest no-configuration(org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest) Time elapsed: 0.162 s Running org.eclipse.reddeer.junit.test.execution.ParameterizedConstructorTest 20:10:19.685 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.execution.ParameterizedConstructorTest 20:10:19.686 DEBUG [WorkbenchTestable][ParameterizedRunner] Injecting fulfilled requirements into static fields of test class 20:10:19.690 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:10:19.691 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.junit.test.execution.ParameterizedConstructorTest 20:10:19.691 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:10:19.691 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 20:10:19.691 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:10:19.691 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 20:10:19.691 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:10:19.692 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 20:10:19.692 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:10:19.692 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:19.692 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:10:19.693 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:19.693 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:10:19.693 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:19.693 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:10:19.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:19.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:19.693 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:10:19.693 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:10:19.694 DEBUG [main][MenuItemLookup] Found menu:'File' 20:10:19.694 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:10:19.694 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:10:19.694 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:10:19.694 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:10:19.694 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:10:19.694 DEBUG [main][MenuItemLookup] Item match:Window 20:10:19.695 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:10:19.695 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:10:19.695 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:10:19.695 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:19.695 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:10:19.695 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:10:19.696 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:19.696 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:10:19.696 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:19.696 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:10:19.696 DEBUG [main][MenuItemLookup] Item match:Preferences 20:10:19.696 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:10:19.696 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:10:19.697 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:10:19.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 'Preferences.*'] is available.... 20:10:19.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 20:10:19.818 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:10:19.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:19.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:19.821 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:10:19.821 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:19.821 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 20:10:19.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:19.821 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:19.822 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:19.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:19.822 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:10:19.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:10:19.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:10:19.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) 20:10:19.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:19.825 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:19.840 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:19.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:19.840 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:10:19.843 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:10:19.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:10:19.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:10:19.844 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:10:19.844 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:10:19.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:10:19.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:10:19.893 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:10:19.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:19.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:19.894 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 20:10:19.894 DEBUG [WorkbenchTestable][ParameterizedRequirementsRunner] Injecting fulfilled requirements into test instance 20:10:19.894 INFO [WorkbenchTestable][RequirementsRunner] Started test: test no-configuration [param: param0](org.eclipse.reddeer.junit.test.execution.ParameterizedConstructorTest) 20:10:19.894 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.execution.ParameterizedConstructorTest 20:10:19.894 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:10:19.894 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:10:19.894 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:10:19.894 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 20:10:19.894 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.execution.ParameterizedConstructorTest 20:10:19.894 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 20:10:19.894 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:10:19.894 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:10:19.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:10:19.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:10:19.895 INFO [WorkbenchTestable][RequirementsRunner] Finished test: test no-configuration [param: param0](org.eclipse.reddeer.junit.test.execution.ParameterizedConstructorTest) 20:10:19.895 DEBUG [WorkbenchTestable][ParameterizedRequirementsRunner] Injecting fulfilled requirements into test instance 20:10:19.895 INFO [WorkbenchTestable][RequirementsRunner] Started test: test no-configuration [param: param1](org.eclipse.reddeer.junit.test.execution.ParameterizedConstructorTest) 20:10:19.895 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.execution.ParameterizedConstructorTest 20:10:19.896 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:10:19.896 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:10:19.896 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:10:19.896 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 20:10:19.896 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.execution.ParameterizedConstructorTest 20:10:19.896 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 20:10:19.896 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:10:19.896 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:10:19.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:10:19.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:10:19.897 INFO [WorkbenchTestable][RequirementsRunner] Finished test: test no-configuration [param: param1](org.eclipse.reddeer.junit.test.execution.ParameterizedConstructorTest) 20:10:19.897 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.junit.test.execution.ParameterizedConstructorTest 20:10:19.897 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 20:10:19.897 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:10:19.897 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:10:19.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:10:19.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.216 s - in org.eclipse.reddeer.junit.test.execution.ParameterizedConstructorTest test no-configuration [param: param0](org.eclipse.reddeer.junit.test.execution.ParameterizedConstructorTest) Time elapsed: 0.001 s test no-configuration [param: param1](org.eclipse.reddeer.junit.test.execution.ParameterizedConstructorTest) Time elapsed: 0.002 s Running org.eclipse.reddeer.junit.test.execution.ParameterizedFieldTest 20:10:19.903 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.execution.ParameterizedFieldTest 20:10:19.903 DEBUG [WorkbenchTestable][ParameterizedRunner] Injecting fulfilled requirements into static fields of test class 20:10:19.905 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:10:19.905 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.junit.test.execution.ParameterizedFieldTest 20:10:19.905 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:10:19.905 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 20:10:19.905 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:10:19.905 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 20:10:19.906 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:10:19.906 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 20:10:19.906 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:10:19.906 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:19.906 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:10:19.907 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:19.907 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:10:19.907 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:19.907 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:10:19.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:19.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:19.908 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:10:19.908 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:10:19.908 DEBUG [main][MenuItemLookup] Found menu:'File' 20:10:19.908 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:10:19.908 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:10:19.908 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:10:19.908 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:10:19.909 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:10:19.909 DEBUG [main][MenuItemLookup] Item match:Window 20:10:19.909 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:10:19.909 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:10:19.909 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:10:19.909 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:19.909 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:10:19.909 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:10:19.909 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:19.910 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:10:19.910 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:19.910 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:10:19.910 DEBUG [main][MenuItemLookup] Item match:Preferences 20:10:19.910 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:10:19.910 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:10:19.910 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:10:20.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.... 20:10:20.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 20:10:20.005 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:10:20.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:20.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:20.007 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:10:20.007 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:20.007 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 20:10:20.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:20.007 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:20.008 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:20.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:20.008 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:10:20.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:10:20.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:10:20.009 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) 20:10:20.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:20.009 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:20.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:20.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:20.011 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:10:20.012 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:10:20.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:10:20.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:10:20.012 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:10:20.012 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:10:20.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:10:20.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:10:20.039 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:10:20.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:20.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:20.039 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 20:10:20.039 DEBUG [WorkbenchTestable][ParameterizedRequirementsRunner] Injecting fulfilled requirements into test instance 20:10:20.039 INFO [WorkbenchTestable][RequirementsRunner] Started test: test no-configuration [param0](org.eclipse.reddeer.junit.test.execution.ParameterizedFieldTest) 20:10:20.039 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.execution.ParameterizedFieldTest 20:10:20.040 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:10:20.040 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:10:20.040 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:10:20.040 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 20:10:20.040 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.execution.ParameterizedFieldTest 20:10:20.040 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 20:10:20.040 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:10:20.040 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:10:20.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:10:20.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:10:20.041 INFO [WorkbenchTestable][RequirementsRunner] Finished test: test no-configuration [param0](org.eclipse.reddeer.junit.test.execution.ParameterizedFieldTest) 20:10:20.041 DEBUG [WorkbenchTestable][ParameterizedRequirementsRunner] Injecting fulfilled requirements into test instance 20:10:20.041 INFO [WorkbenchTestable][RequirementsRunner] Started test: test no-configuration [param1](org.eclipse.reddeer.junit.test.execution.ParameterizedFieldTest) 20:10:20.042 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.execution.ParameterizedFieldTest 20:10:20.042 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:10:20.042 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:10:20.042 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:10:20.042 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 20:10:20.042 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.execution.ParameterizedFieldTest 20:10:20.042 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 20:10:20.042 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:10:20.042 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:10:20.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:10:20.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:10:20.043 INFO [WorkbenchTestable][RequirementsRunner] Finished test: test no-configuration [param1](org.eclipse.reddeer.junit.test.execution.ParameterizedFieldTest) 20:10:20.043 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.junit.test.execution.ParameterizedFieldTest 20:10:20.043 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 20:10:20.043 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:10:20.043 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:10:20.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:10:20.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.141 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.PriorityComparatorTest 20:10:20.082 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest 20:10:20.083 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:10:20.083 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:10:20.083 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest 20:10:20.084 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:10:20.084 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 20:10:20.084 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:10:20.084 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 20:10:20.084 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:10:20.084 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 20:10:20.084 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:10:20.085 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:20.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.*'] 20:10:20.085 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:20.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.*'] 20:10:20.085 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:20.085 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:10:20.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:20.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:20.086 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:10:20.086 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:10:20.086 DEBUG [main][MenuItemLookup] Found menu:'File' 20:10:20.086 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:10:20.087 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:10:20.087 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:10:20.087 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:10:20.087 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:10:20.087 DEBUG [main][MenuItemLookup] Item match:Window 20:10:20.087 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:10:20.087 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:10:20.087 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:10:20.087 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:20.087 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:10:20.087 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:10:20.088 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:20.088 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:10:20.088 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:20.088 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:10:20.088 DEBUG [main][MenuItemLookup] Item match:Preferences 20:10:20.088 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:10:20.088 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:10:20.088 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:10:20.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 20:10:20.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 20:10:20.154 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:10:20.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:20.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:20.155 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:10:20.155 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:20.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 20:10:20.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:20.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:20.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:20.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:20.192 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:10:20.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:10:20.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:10:20.193 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) 20:10:20.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:20.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:20.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:20.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:20.196 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:10:20.197 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:10:20.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:10:20.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:10:20.197 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:10:20.197 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:10:20.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:10:20.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:10:20.213 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:10:20.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:20.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:20.213 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 20:10:20.215 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:10:20.215 INFO [WorkbenchTestable][RequirementsRunner] Started test: testEqualPrioritized no-configuration(org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest) 20:10:20.215 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest 20:10:20.215 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:10:20.215 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:10:20.215 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:10:20.215 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 20:10:20.215 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest 20:10:20.215 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 20:10:20.215 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:10:20.215 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:10:20.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:10:20.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:10:20.223 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testEqualPrioritized no-configuration(org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest) 20:10:20.223 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:10:20.224 INFO [WorkbenchTestable][RequirementsRunner] Started test: testVariousPriority no-configuration(org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest) 20:10:20.224 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest 20:10:20.224 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:10:20.224 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:10:20.224 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:10:20.224 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 20:10:20.224 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest 20:10:20.224 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 20:10:20.224 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:10:20.224 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:10:20.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:10:20.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:10:20.225 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testVariousPriority no-configuration(org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest) 20:10:20.225 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:10:20.225 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOrderOfSortedList no-configuration(org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest) 20:10:20.225 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest 20:10:20.226 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:10:20.226 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:10:20.226 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:10:20.226 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 20:10:20.226 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest 20:10:20.226 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 20:10:20.226 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:10:20.226 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:10:20.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:10:20.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:10:20.226 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOrderOfSortedList no-configuration(org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest) 20:10:20.226 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest 20:10:20.226 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 20:10:20.226 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:10:20.227 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:10:20.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:10:20.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.145 s - in org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest testEqualPrioritized no-configuration(org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest) Time elapsed: 0.008 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.001 s Running org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest 20:10:20.241 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest 20:10:20.243 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:10:20.243 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest 20:10:20.243 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:10:20.243 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShouldRun1 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 20:10:20.243 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest 20:10:20.243 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest 20:10:20.243 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShouldRun1 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 20:10:20.243 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:10:20.243 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShouldRun2 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 20:10:20.243 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest 20:10:20.243 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest 20:10:20.244 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShouldRun2 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 20:10:20.244 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:10:20.244 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShouldRun3 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 20:10:20.244 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest 20:10:20.244 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest 20:10:20.244 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShouldRun3 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 20:10:20.244 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:10:20.244 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShouldRun4 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 20:10:20.244 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest 20:10:20.244 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest 20:10:20.244 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShouldRun4 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 20:10:20.244 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:10:20.244 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShouldRun5 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 20:10:20.244 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest 20:10:20.244 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest 20:10:20.244 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShouldRun5 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 20:10:20.245 INFO [WorkbenchTestable][RequirementsRunner] Test method testShouldNotRun1 is ignored because shouldRun method of RunIf conditional run is not met. 20:10:20.245 INFO [WorkbenchTestable][RequirementsRunner] Ignored test: testShouldNotRun1 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 20:10:20.245 INFO [WorkbenchTestable][RequirementsRunner] Test method testShouldNotRun2 is ignored because @Ignore annotation is presented. 20:10:20.245 INFO [WorkbenchTestable][RequirementsRunner] Ignored test: testShouldNotRun2 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 20:10:20.245 INFO [WorkbenchTestable][RequirementsRunner] Test method testShouldNotRun3 is ignored because @Ignore annotation is presented. 20:10:20.245 INFO [WorkbenchTestable][RequirementsRunner] Ignored test: testShouldNotRun3 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 20:10:20.245 INFO [WorkbenchTestable][RequirementsRunner] Test method testShouldNotRun4 is ignored because shouldRun method of RunIf conditional run is not met. 20:10:20.245 INFO [WorkbenchTestable][RequirementsRunner] Ignored test: testShouldNotRun4 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 20:10:20.245 INFO [WorkbenchTestable][RequirementsRunner] Test method testShouldNotRun5 is ignored because shouldRun method of RunIf conditional run is not met. 20:10:20.245 INFO [WorkbenchTestable][RequirementsRunner] Ignored test: testShouldNotRun5 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 20:10:20.245 INFO [WorkbenchTestable][RequirementsRunner] Test method testShouldNotRun6 is ignored because shouldRun method of RunIf conditional run is not met. 20:10:20.246 INFO [WorkbenchTestable][RequirementsRunner] Ignored test: testShouldNotRun6 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 20:10:20.246 INFO [WorkbenchTestable][RequirementsRunner] Test method testShouldNotRun7 is ignored because shouldRun method of RunIf conditional run is not met. 20:10:20.246 INFO [WorkbenchTestable][RequirementsRunner] Ignored test: testShouldNotRun7 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 20:10:20.246 INFO [WorkbenchTestable][RequirementsRunner] Test method testShouldNotRun8 is ignored because shouldRun method of RunIf conditional run is not met. 20:10:20.246 INFO [WorkbenchTestable][RequirementsRunner] Ignored test: testShouldNotRun8 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 20:10:20.246 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.009 s - in org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest testShouldRun1 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) Time elapsed: 0 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.internal.configuration.reader.JSONConfigurationReaderTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.reddeer.junit.test.internal.configuration.reader.JSONConfigurationReaderTest testLoadConfigsFromInvalidJSONFile(org.eclipse.reddeer.junit.test.internal.configuration.reader.JSONConfigurationReaderTest) Time elapsed: 0.001 s testLoadConfigFromFile(org.eclipse.reddeer.junit.test.internal.configuration.reader.JSONConfigurationReaderTest) Time elapsed: 0.004 s testLoadConfigsFromNonexistingFile(org.eclipse.reddeer.junit.test.internal.configuration.reader.JSONConfigurationReaderTest) Time elapsed: 0 s Running org.eclipse.reddeer.junit.test.internal.requirement.inject.RequirementsInjectorTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.reddeer.junit.test.internal.requirement.inject.RequirementsInjectorTest testNoRequirementFieldInjection(org.eclipse.reddeer.junit.test.internal.requirement.inject.RequirementsInjectorTest) Time elapsed: 0.002 s testInjectingToChild(org.eclipse.reddeer.junit.test.internal.requirement.inject.RequirementsInjectorTest) Time elapsed: 0.001 s testInjectingToParent(org.eclipse.reddeer.junit.test.internal.requirement.inject.RequirementsInjectorTest) Time elapsed: 0.001 s testInjectingToGrandParent(org.eclipse.reddeer.junit.test.internal.requirement.inject.RequirementsInjectorTest) Time elapsed: 0 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 20:10:20.314 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 20:10:20.314 DEBUG [WorkbenchTestable][ParameterizedRunner] Injecting fulfilled requirements into static fields of test class 20:10:20.315 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:10:20.316 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 20:10:20.316 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:10:20.316 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 20:10:20.317 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:10:20.317 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 20:10:20.317 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:10:20.317 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 20:10:20.318 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:10:20.318 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:20.318 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:10:20.318 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:20.318 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:10:20.319 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:20.319 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:10:20.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:20.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:20.319 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:10:20.319 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:10:20.319 DEBUG [main][MenuItemLookup] Found menu:'File' 20:10:20.320 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:10:20.320 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:10:20.320 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:10:20.320 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:10:20.320 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:10:20.320 DEBUG [main][MenuItemLookup] Item match:Window 20:10:20.321 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:10:20.321 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:10:20.321 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:10:20.321 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:20.321 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:10:20.321 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:10:20.321 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:20.321 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:10:20.321 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:20.321 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:10:20.321 DEBUG [main][MenuItemLookup] Item match:Preferences 20:10:20.321 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:10:20.321 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:10:20.321 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:10: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 'Preferences.*'] is available.... 20:10:20.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 20:10:20.417 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:10:20.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:20.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:20.419 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:10:20.419 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:20.419 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 20:10:20.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:20.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:20.420 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:20.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:20.420 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:10:20.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:10:20.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:10:20.422 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) 20:10:20.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:20.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:20.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:20.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:20.425 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:10:20.426 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:10:20.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:10:20.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:10:20.426 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:10:20.426 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:10:20.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:10:20.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:10:20.452 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:10:20.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:20.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:20.452 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 20:10:20.452 DEBUG [WorkbenchTestable][ParameterizedRequirementsRunner] Injecting fulfilled requirements into test instance 20:10:20.452 INFO [WorkbenchTestable][RequirementsRunner] Started test: baseTest no-configuration [0](org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz) 20:10:20.452 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 20:10:20.453 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:10:20.453 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:10:20.453 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:10:20.453 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 20:10:20.453 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 20:10:20.453 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 20:10:20.453 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:10:20.453 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:10:20.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:10:20.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:10:20.454 INFO [WorkbenchTestable][RequirementsRunner] Finished test: baseTest no-configuration [0](org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz) 20:10:20.454 DEBUG [WorkbenchTestable][ParameterizedRequirementsRunner] Injecting fulfilled requirements into test instance 20:10:20.454 INFO [WorkbenchTestable][RequirementsRunner] Started test: baseTest no-configuration [1](org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz) 20:10:20.454 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 20:10:20.454 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:10:20.454 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:10:20.454 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:10:20.454 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 20:10:20.454 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 20:10:20.454 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 20:10:20.454 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:10:20.454 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:10:20.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:10:20.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:10:20.455 INFO [WorkbenchTestable][RequirementsRunner] Finished test: baseTest no-configuration [1](org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz) 20:10:20.455 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 20:10:20.455 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 20:10:20.455 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:10:20.455 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:10:20.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:10:20.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:10:20.480 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 20:10:20.481 DEBUG [WorkbenchTestable][ParameterizedRunner] Injecting fulfilled requirements into static fields of test class 20:10:20.481 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:10:20.481 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 20:10:20.481 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:10:20.481 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 20:10:20.482 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:10:20.482 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 20:10:20.482 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:10:20.482 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 20:10:20.482 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:10:20.482 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:20.482 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:10:20.482 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:20.483 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:10:20.483 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:20.483 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:10:20.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:20.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:20.483 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:10:20.483 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:10:20.484 DEBUG [main][MenuItemLookup] Found menu:'File' 20:10:20.484 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:10:20.484 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:10:20.484 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:10:20.484 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:10:20.484 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:10:20.484 DEBUG [main][MenuItemLookup] Item match:Window 20:10:20.484 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:10:20.484 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:10:20.485 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:10:20.485 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:20.485 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:10:20.485 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:10:20.485 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:20.485 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:10:20.485 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:20.485 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:10:20.485 DEBUG [main][MenuItemLookup] Item match:Preferences 20:10:20.485 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:10:20.485 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:10:20.485 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:10:20.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 20:10:20.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 20:10:20.553 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:10:20.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:20.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:20.554 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:10:20.554 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:20.554 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 20:10:20.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:20.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:20.555 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:20.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:20.555 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:10:20.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:10:20.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:10:20.556 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) 20:10:20.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:20.556 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:20.559 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:20.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:20.559 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:10:20.560 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:10:20.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:10:20.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:10:20.592 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:10:20.592 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:10:20.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:10:20.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:10:20.613 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:10:20.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:20.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:20.614 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 20:10:20.614 DEBUG [WorkbenchTestable][ParameterizedRequirementsRunner] Injecting fulfilled requirements into test instance 20:10:20.614 INFO [WorkbenchTestable][RequirementsRunner] Started test: baseTest no-configuration [0](org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz) 20:10:20.614 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 20:10:20.614 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:10:20.614 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:10:20.614 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:10:20.614 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 20:10:20.614 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 20:10:20.614 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 20:10:20.614 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:10:20.614 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:10:20.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:10:20.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:10:20.614 INFO [WorkbenchTestable][RequirementsRunner] Finished test: baseTest no-configuration [0](org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz) 20:10:20.615 DEBUG [WorkbenchTestable][ParameterizedRequirementsRunner] Injecting fulfilled requirements into test instance 20:10:20.615 INFO [WorkbenchTestable][RequirementsRunner] Started test: baseTest no-configuration [1](org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz) 20:10:20.615 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 20:10:20.615 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:10:20.615 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:10:20.615 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:10:20.615 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 20:10:20.615 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 20:10:20.615 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 20:10:20.615 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:10:20.615 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:10:20.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:10:20.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:10:20.615 INFO [WorkbenchTestable][RequirementsRunner] Finished test: baseTest no-configuration [1](org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz) 20:10:20.615 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 20:10:20.615 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 20:10:20.615 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:10:20.615 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:10:20.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:10:20.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:10:20.616 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 20:10:20.616 DEBUG [WorkbenchTestable][ParameterizedRunner] Injecting fulfilled requirements into static fields of test class 20:10:20.617 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:10:20.617 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 20:10:20.617 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:10:20.617 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 20:10:20.617 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:10:20.617 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 20:10:20.617 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:10:20.617 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 20:10:20.617 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:10:20.618 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:20.618 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:10:20.618 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:20.618 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:10:20.618 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:20.618 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:10:20.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:20.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:20.619 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:10:20.619 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:10:20.619 DEBUG [main][MenuItemLookup] Found menu:'File' 20:10:20.619 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:10:20.619 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:10:20.619 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:10:20.619 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:10:20.619 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:10:20.619 DEBUG [main][MenuItemLookup] Item match:Window 20:10:20.620 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:10:20.620 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:10:20.620 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:10:20.620 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:20.620 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:10:20.620 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:10:20.620 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:20.620 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:10:20.620 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:20.620 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:10:20.620 DEBUG [main][MenuItemLookup] Item match:Preferences 20:10:20.620 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:10:20.620 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:10:20.620 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:10:20.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 20:10:20.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 20:10:20.727 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:10:20.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:20.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:20.728 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:10:20.728 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:20.729 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 20:10:20.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:20.729 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:20.729 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:20.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:20.729 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:10:20.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:10:20.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:10:20.730 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) 20:10:20.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:20.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:20.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:20.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:20.742 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:10:20.743 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:10:20.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:10:20.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:10:20.743 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:10:20.743 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:10:20.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:10:20.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:10:20.792 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:10:20.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:20.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:20.792 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 20:10:20.792 DEBUG [WorkbenchTestable][ParameterizedRequirementsRunner] Injecting fulfilled requirements into test instance 20:10:20.792 INFO [WorkbenchTestable][RequirementsRunner] Started test: baseTest no-configuration [0](org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz) 20:10:20.792 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 20:10:20.792 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:10:20.792 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:10:20.792 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:10:20.792 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 20:10:20.792 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 20:10:20.792 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 20:10:20.792 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:10:20.792 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:10:20.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:10:20.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:10:20.793 INFO [WorkbenchTestable][RequirementsRunner] Finished test: baseTest no-configuration [0](org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz) 20:10:20.793 DEBUG [WorkbenchTestable][ParameterizedRequirementsRunner] Injecting fulfilled requirements into test instance 20:10:20.793 INFO [WorkbenchTestable][RequirementsRunner] Started test: baseTest no-configuration [1](org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz) 20:10:20.793 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 20:10:20.793 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:10:20.793 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:10:20.793 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:10:20.793 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 20:10:20.793 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 20:10:20.793 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 20:10:20.793 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:10:20.793 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:10:20.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:10:20.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:10:20.794 INFO [WorkbenchTestable][RequirementsRunner] Finished test: baseTest no-configuration [1](org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz) 20:10:20.794 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 20:10:20.794 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 20:10:20.794 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:10:20.794 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:10:20.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:10:20.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:10:20.795 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 20:10:20.795 DEBUG [WorkbenchTestable][ParameterizedRunner] Injecting fulfilled requirements into static fields of test class 20:10:20.795 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:10:20.796 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 20:10:20.796 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:10:20.796 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 20:10:20.796 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:10:20.796 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 20:10:20.796 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:10:20.796 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 20:10:20.796 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:10:20.796 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:20.796 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:10:20.796 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:20.797 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:10:20.797 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:20.797 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:10:20.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:20.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:20.797 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:10:20.797 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:10:20.797 DEBUG [main][MenuItemLookup] Found menu:'File' 20:10:20.798 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:10:20.798 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:10:20.798 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:10:20.798 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:10:20.798 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:10:20.798 DEBUG [main][MenuItemLookup] Item match:Window 20:10:20.798 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:10:20.798 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:10:20.798 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:10:20.798 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:20.798 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:10:20.798 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:10:20.798 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:20.798 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:10:20.798 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:20.798 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:10:20.798 DEBUG [main][MenuItemLookup] Item match:Preferences 20:10:20.798 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:10:20.798 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:10:20.799 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:10:20.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 'Preferences.*'] is available.... 20:10:20.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 20:10:20.888 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:10:20.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:20.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:20.889 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:10:20.889 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:20.889 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 20:10:20.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:20.889 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:20.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:20.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:20.890 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:10:20.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:10:20.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:10:20.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 "Cancel", Widget matcher matching widgets with style: 8) 20:10:20.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:20.891 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:20.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:20.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:20.893 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:10:20.893 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:10:20.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:10:20.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:10:20.893 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:10:20.893 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:10:20.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:10:20.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:10:20.912 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:10:20.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:20.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:20.912 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 20:10:20.912 DEBUG [WorkbenchTestable][ParameterizedRequirementsRunner] Injecting fulfilled requirements into test instance 20:10:20.912 INFO [WorkbenchTestable][RequirementsRunner] Started test: baseTest no-configuration [0](org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz) 20:10:20.912 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 20:10:20.912 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:10:20.912 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:10:20.912 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:10:20.912 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 20:10:20.912 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 20:10:20.912 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 20:10:20.912 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:10:20.912 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:10:20.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:10:20.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:10:20.913 INFO [WorkbenchTestable][RequirementsRunner] Finished test: baseTest no-configuration [0](org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz) 20:10:20.913 DEBUG [WorkbenchTestable][ParameterizedRequirementsRunner] Injecting fulfilled requirements into test instance 20:10:20.913 INFO [WorkbenchTestable][RequirementsRunner] Started test: baseTest no-configuration [1](org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz) 20:10:20.913 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 20:10:20.913 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:10:20.913 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:10:20.913 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:10:20.913 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 20:10:20.913 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 20:10:20.913 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 20:10:20.913 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:10:20.913 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:10:20.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:10:20.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:10:20.913 INFO [WorkbenchTestable][RequirementsRunner] Finished test: baseTest no-configuration [1](org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz) 20:10:20.913 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 20:10:20.913 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 20:10:20.913 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:10:20.913 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:10:20.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:10:20.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.604 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.145 s testRequirementInjectionInBefore(org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedRequirementTest) Time elapsed: 0.16 s testRequirementInjectionInBeforeClass(org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedRequirementTest) Time elapsed: 0.178 s testStaticInject(org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedRequirementTest) Time elapsed: 0.12 s Running org.eclipse.reddeer.junit.test.internal.requirement.RequirementsBuilderTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 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 s testBuildRequiremenetsWithMixedRequirements(org.eclipse.reddeer.junit.test.internal.requirement.RequirementsBuilderTest) Time elapsed: 0.001 s testBuildRequirements(org.eclipse.reddeer.junit.test.internal.requirement.RequirementsBuilderTest) Time elapsed: 0.002 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.277 s - in org.eclipse.reddeer.junit.test.internal.requirement.RequirementsTest constructor_nullList(org.eclipse.reddeer.junit.test.internal.requirement.RequirementsTest) Time elapsed: 0.001 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.275 s size(org.eclipse.reddeer.junit.test.internal.requirement.RequirementsTest) Time elapsed: 0 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.runner.RequirementsRunnerTest 20:10:21.283 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements$MockitoMock$1678424587 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s - in org.eclipse.reddeer.junit.test.internal.runner.RequirementsRunnerTest testInjectMethodInvocation(org.eclipse.reddeer.junit.test.internal.runner.RequirementsRunnerTest) Time elapsed: 0.075 s Running org.eclipse.reddeer.junit.test.internal.runner.RequirementsRunnerBuilderTest 20:10:21.288 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.internal.runner.RequirementsRunnerBuilderTest$ParameterizedSuite 20:10:21.288 DEBUG [WorkbenchTestable][ParameterizedRunner] Injecting fulfilled requirements into static fields of test class Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.reddeer.junit.test.internal.runner.RequirementsRunnerBuilderTest parameterizedRunnerTest(org.eclipse.reddeer.junit.test.internal.runner.RequirementsRunnerBuilderTest) Time elapsed: 0.002 s Running org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementsRunnerTest 20:10:21.296 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementsRunnerTest 20:10:21.296 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:10:21.296 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:10:21.296 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementsRunnerTest 20:10:21.296 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:10:21.296 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 20:10:21.296 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:10:21.296 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 20:10:21.297 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:10:21.297 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 20:10:21.297 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:10:21.297 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:21.297 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:10:21.297 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:21.297 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:10:21.297 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:21.297 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:10:21.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:21.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:21.297 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:10:21.297 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:10:21.298 DEBUG [main][MenuItemLookup] Found menu:'File' 20:10:21.298 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:10:21.298 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:10:21.298 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:10:21.298 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:10:21.298 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:10:21.298 DEBUG [main][MenuItemLookup] Item match:Window 20:10:21.298 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:10:21.298 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:10:21.298 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:10:21.298 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:21.298 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:10:21.298 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:10:21.298 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:21.298 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:10:21.298 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:21.298 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:10:21.298 DEBUG [main][MenuItemLookup] Item match:Preferences 20:10:21.298 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:10:21.299 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:10:21.299 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:10:21.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 20:10:21.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 20:10:21.387 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:10:21.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:21.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:21.388 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:10:21.388 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:21.389 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 20:10:21.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:21.389 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:21.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:21.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:21.389 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:10:21.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:10:21.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:10:21.391 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) 20:10:21.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:21.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:21.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:21.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:21.393 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:10:21.393 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:10:21.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:10:21.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:10:21.393 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:10:21.393 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:10:21.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:10:21.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:10:21.411 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:10:21.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:21.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:21.411 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 20:10:21.412 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:10:21.412 INFO [WorkbenchTestable][RequirementsRunner] Started test: test no-configuration(org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementsRunnerTest) 20:10:21.412 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementsRunnerTest 20:10:21.412 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:10:21.412 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:10:21.412 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:10:21.412 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 20:10:21.412 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementsRunnerTest 20:10:21.412 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 20:10:21.412 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:10:21.412 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:10:21.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:10:21.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:10:21.413 INFO [WorkbenchTestable][RequirementsRunner] Finished test: test no-configuration(org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementsRunnerTest) 20:10:21.413 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementsRunnerTest 20:10:21.413 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 20:10:21.413 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:10:21.413 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:10:21.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:10:21.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 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.testcase.RequirementOrderCallWithFailsTest 20:10:21.416 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest 20:10:21.417 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:10:21.417 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:10:21.417 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest 20:10:21.417 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:10:21.417 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 20:10:21.425 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:10:21.425 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 20:10:21.425 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:10:21.426 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 20:10:21.426 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:10:21.426 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:21.426 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:10:21.427 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:21.427 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:10:21.427 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:21.427 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:10:21.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:21.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:21.427 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:10:21.427 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:10:21.428 DEBUG [main][MenuItemLookup] Found menu:'File' 20:10:21.429 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:10:21.429 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:10:21.429 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:10:21.429 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:10:21.429 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:10:21.429 DEBUG [main][MenuItemLookup] Item match:Window 20:10:21.429 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:10:21.429 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:10:21.429 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:10:21.429 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:21.429 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:10:21.429 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:10:21.429 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:21.429 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:10:21.429 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:21.429 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:10:21.429 DEBUG [main][MenuItemLookup] Item match:Preferences 20:10:21.429 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:10:21.429 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:10:21.430 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:10:21.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 20:10:21.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. finished successfully 20:10:21.518 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:10:21.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:21.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:21.519 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:10:21.519 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:21.519 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 20:10:21.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:21.519 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:21.520 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:21.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:21.520 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:10:21.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:10:21.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:10:21.521 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) 20:10:21.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:21.521 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:21.522 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:21.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:21.522 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:10:21.522 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:10:21.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:10:21.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:10:21.523 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:10:21.523 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:10:21.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:10:21.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:10:21.536 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:10:21.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:21.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:21.536 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 20:10:21.536 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:10:21.536 INFO [WorkbenchTestable][RequirementsRunner] Started test: testErroneousTest no-configuration(org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest) 20:10:21.536 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest 20:10:21.536 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:10:21.537 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:10:21.537 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:10:21.537 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 20:10:21.539 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderErroneousTest 20:10:21.540 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:10:21.540 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:10:21.540 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderErroneousTest 20:10:21.540 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:10:21.540 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 20:10:21.547 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:10:21.548 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 20:10:21.548 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:10:21.548 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 20:10:21.548 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:10:21.548 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:21.548 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:10:21.548 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:21.548 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:10:21.548 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:21.548 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:10:21.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:21.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:21.549 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:10:21.549 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:10:21.549 DEBUG [main][MenuItemLookup] Found menu:'File' 20:10:21.549 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:10:21.549 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:10:21.549 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:10:21.549 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:10:21.549 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:10:21.549 DEBUG [main][MenuItemLookup] Item match:Window 20:10:21.550 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:10:21.550 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:10:21.550 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:10:21.550 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:21.550 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:10:21.550 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:10:21.550 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:21.550 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:10:21.550 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:21.550 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:10:21.550 DEBUG [main][MenuItemLookup] Item match:Preferences 20:10:21.550 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:10:21.550 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:10:21.550 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:10:21.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 20:10:21.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 'Preferences.*'] is available. finished successfully 20:10:21.654 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:10:21.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:21.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:21.656 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:10:21.656 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:21.656 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 20:10:21.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:21.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:21.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:21.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:21.656 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:10:21.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:10:21.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:10:21.658 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) 20:10:21.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:21.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:21.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:21.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:21.659 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:10:21.660 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:10:21.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:10:21.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:10:21.660 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:10:21.660 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:10:21.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:10:21.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:10:21.694 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:10:21.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:21.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:21.695 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 20:10:21.695 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:10:21.695 INFO [WorkbenchTestable][RequirementsRunner] Started test: test no-configuration(org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderErroneousTest) 20:10:21.695 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderErroneousTest 20:10:21.695 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:10:21.695 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:10:21.695 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:10:21.695 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 20:10:21.695 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 java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 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$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.runChild(RequirementsRunner.java:171) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 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$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 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$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest.testErroneousTest(RequirementOrderCallWithFailsTest.java:78) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 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$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.runChild(RequirementsRunner.java:171) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 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$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 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$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 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 java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) 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:116) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:46) at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:76) at java.base/java.lang.Thread.run(Thread.java:834) 20:10:21.697 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/screenshots/no-configuration/org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderErroneousTest.test.png 20:10:21.750 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.junit.test/./target/screenshots/no-configuration/org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderErroneousTest.test.png 20:10:21.751 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderErroneousTest 20:10:21.751 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 20:10:21.751 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:10:21.751 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:10:21.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:10:21.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:10:21.752 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 java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 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$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.runChild(RequirementsRunner.java:171) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 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$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 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$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest.testErroneousTest(RequirementOrderCallWithFailsTest.java:78) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 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$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.runChild(RequirementsRunner.java:171) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 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$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 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$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 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 java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) 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:116) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:46) at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:76) at java.base/java.lang.Thread.run(Thread.java:834) 20:10:21.753 INFO [WorkbenchTestable][RequirementsRunner] Finished test: test no-configuration(org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderErroneousTest) 20:10:21.753 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderErroneousTest 20:10:21.753 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 20:10:21.753 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:10:21.753 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:10:21.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:10:21.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:10:21.754 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest 20:10:21.754 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 20:10:21.754 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:10:21.754 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:10:21.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:10:21.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:10:21.755 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testErroneousTest no-configuration(org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest) 20:10:21.755 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:10:21.755 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFailingTest no-configuration(org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest) 20:10:21.755 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest 20:10:21.755 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:10:21.755 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:10:21.755 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:10:21.755 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 20:10:21.756 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderFailedTest 20:10:21.756 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:10:21.756 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:10:21.756 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderFailedTest 20:10:21.756 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:10:21.756 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 20:10:21.757 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:10:21.757 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 20:10:21.757 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:10:21.757 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 20:10:21.757 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:10:21.757 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:21.757 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:10:21.757 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:21.757 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:10:21.757 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:21.758 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:10:21.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:21.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:21.758 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:10:21.758 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:10:21.758 DEBUG [main][MenuItemLookup] Found menu:'File' 20:10:21.758 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:10:21.758 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:10:21.758 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:10:21.758 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:10:21.759 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:10:21.759 DEBUG [main][MenuItemLookup] Item match:Window 20:10:21.759 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:10:21.759 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:10:21.759 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:10:21.759 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:21.759 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:10:21.759 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:10:21.759 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:21.759 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:10:21.759 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:21.759 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:10:21.759 DEBUG [main][MenuItemLookup] Item match:Preferences 20:10:21.759 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:10:21.759 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:10:21.759 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:10: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 'Preferences.*'] is available.... 20:10:21.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 'Preferences.*'] is available. finished successfully 20:10:21.839 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:10:21.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:21.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:21.841 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:10:21.841 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:21.841 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 20:10:21.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:21.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:21.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:21.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:21.842 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:10:21.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:10:21.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:10:21.843 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) 20:10:21.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:21.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:21.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:21.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:21.844 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:10:21.845 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:10:21.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:10:21.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:10:21.845 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:10:21.845 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:10:21.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:10:21.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:10:21.859 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:10:21.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... java.lang.AssertionError: Test in failure at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.assertTrue(Assert.java:42) at org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderFailedTest.test(RequirementsOrderRunnerSuite.java:130) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 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$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.runChild(RequirementsRunner.java:171) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 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$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 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$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest.testFailingTest(RequirementOrderCallWithFailsTest.java:66) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 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$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.runChild(RequirementsRunner.java:171) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 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$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 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$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 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 java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) 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:116) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:46) at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:76) at java.base/java.lang.Thread.run(Thread.java:834) 20:10:21.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:21.859 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 20:10:21.859 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:10:21.859 INFO [WorkbenchTestable][RequirementsRunner] Started test: test no-configuration(org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderFailedTest) 20:10:21.859 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderFailedTest 20:10:21.859 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:10:21.859 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:10:21.859 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:10:21.859 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 20:10:21.859 ERROR [WorkbenchTestable][RunTestMethod] Test org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderFailedTest.test throws exception: 20:10:21.886 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/screenshots/no-configuration/org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderFailedTest.test.png 20:10:21.982 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.junit.test/./target/screenshots/no-configuration/org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderFailedTest.test.png 20:10:21.982 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderFailedTest 20:10:21.982 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 20:10:21.982 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:10:21.982 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:10:21.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:10:21.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:10:21.983 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:89) at org.junit.Assert.assertTrue(Assert.java:42) at org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderFailedTest.test(RequirementsOrderRunnerSuite.java:130) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 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$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.runChild(RequirementsRunner.java:171) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 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$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 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$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest.testFailingTest(RequirementOrderCallWithFailsTest.java:66) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 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$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.runChild(RequirementsRunner.java:171) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 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$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 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$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 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 java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) 20:10:21.984 INFO [WorkbenchTestable][RequirementsRunner] Finished test: test no-configuration(org.eclipse.reddeer.junit.test.in at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) tegration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderFailedTest) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:116) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:46) at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:76) at java.base/java.lang.Thread.run(Thread.java:834) 20:10:21.984 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderFailedTest 20:10:21.984 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 20:10:21.984 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:10:21.984 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:10:21.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:10:21.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:10:21.985 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest 20:10:21.985 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 20:10:21.985 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:10:21.985 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:10:21.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:10:21.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:10:21.985 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFailingTest no-configuration(org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest) 20:10:21.985 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:10:21.985 INFO [WorkbenchTestable][RequirementsRunner] Started test: testPassingTest no-configuration(org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest) 20:10:21.985 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest 20:10:21.985 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:10:21.985 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:10:21.985 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:10:21.985 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 20:10:21.986 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderPassedTest 20:10:21.986 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:10:21.986 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:10:21.986 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderPassedTest 20:10:21.986 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:10:21.986 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 20:10:21.987 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:10:21.987 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 20:10:21.987 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:10:21.987 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 20:10:21.988 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:10:21.988 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:21.988 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:10:21.988 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:21.989 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:10:21.989 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:21.989 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:10:21.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:21.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:21.989 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:10:21.990 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:10:21.990 DEBUG [main][MenuItemLookup] Found menu:'File' 20:10:21.990 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:10:21.990 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:10:21.990 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:10:21.990 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:10:21.990 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:10:21.991 DEBUG [main][MenuItemLookup] Item match:Window 20:10:21.991 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:10:21.991 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:10:21.991 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:10:21.991 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:21.991 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:10:21.991 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:10:21.991 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:21.991 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:10:21.991 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:21.991 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:10:21.991 DEBUG [main][MenuItemLookup] Item match:Preferences 20:10:21.992 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:10:21.992 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:10:21.992 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:10:22.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 20:10:22.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 20:10:22.089 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:10:22.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:22.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:22.091 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:10:22.091 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:22.091 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 20:10:22.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:22.091 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:22.092 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:22.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:22.092 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:10:22.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:10:22.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:10:22.093 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) 20:10:22.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:22.093 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:22.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:22.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:22.094 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:10:22.095 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:10:22.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:10:22.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:10:22.095 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:10:22.095 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:10:22.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:10:22.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:10:22.112 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:10:22.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:22.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:22.112 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 20:10:22.112 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:10:22.112 INFO [WorkbenchTestable][RequirementsRunner] Started test: test no-configuration(org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderPassedTest) 20:10:22.112 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderPassedTest 20:10:22.112 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:10:22.112 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:10:22.112 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:10:22.112 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 20:10:22.112 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderPassedTest 20:10:22.112 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 20:10:22.112 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:10:22.112 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:10:22.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:10:22.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:10:22.112 INFO [WorkbenchTestable][RequirementsRunner] Finished test: test no-configuration(org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderPassedTest) 20:10:22.112 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderPassedTest 20:10:22.112 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 20:10:22.112 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:10:22.112 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:10:22.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:10:22.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:10:22.113 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest 20:10:22.113 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 20:10:22.113 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:10:22.113 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:10:22.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:10:22.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:10:22.113 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testPassingTest no-configuration(org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest) 20:10:22.113 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest 20:10:22.113 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 20:10:22.113 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:10:22.113 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:10:22.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:10:22.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.697 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.219 s testFailingTest no-configuration(org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest) Time elapsed: 0.23 s testPassingTest no-configuration(org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest) Time elapsed: 0.128 s Running org.eclipse.reddeer.junit.test.integration.runner.order.param.ParametrizedTest 20:10:22.117 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.integration.runner.order.param.ParametrizedTest 20:10:22.117 DEBUG [WorkbenchTestable][ParameterizedRunner] Injecting fulfilled requirements into static fields of test class 20:10:22.118 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:10:22.118 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.param.ParametrizedTest 20:10:22.118 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:10:22.118 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 20:10:22.118 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:10:22.118 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 20:10:22.118 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:10:22.118 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 20:10:22.119 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:10:22.119 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:22.119 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:10:22.119 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:22.130 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:10:22.130 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:22.130 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:10:22.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:22.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:22.131 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:10:22.131 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:10:22.131 DEBUG [main][MenuItemLookup] Found menu:'File' 20:10:22.131 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:10:22.131 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:10:22.131 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:10:22.131 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:10:22.131 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:10:22.131 DEBUG [main][MenuItemLookup] Item match:Window 20:10:22.132 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:10:22.132 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:10:22.132 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:10:22.132 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:22.132 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:10:22.132 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:10:22.132 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:22.132 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:10:22.132 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:22.132 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:10:22.132 DEBUG [main][MenuItemLookup] Item match:Preferences 20:10:22.132 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:10:22.132 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:10:22.132 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:10:22.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 20:10:22.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 20:10:22.223 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:10:22.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:22.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:22.225 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:10:22.225 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:22.225 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 20:10:22.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:22.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:22.226 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:22.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:22.226 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:10:22.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:10:22.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:10:22.227 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) 20:10:22.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:22.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:22.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:22.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:22.229 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:10:22.229 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:10:22.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:10:22.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:10:22.229 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:10:22.229 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:10:22.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:10:22.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:10:22.244 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:10:22.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:22.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:22.244 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 20:10:22.245 DEBUG [WorkbenchTestable][ParameterizedRequirementsRunner] Injecting fulfilled requirements into test instance 20:10:22.245 INFO [WorkbenchTestable][RequirementsRunner] Started test: test no-configuration [0](org.eclipse.reddeer.junit.test.integration.runner.order.param.ParametrizedTest) 20:10:22.245 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.param.ParametrizedTest 20:10:22.245 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:10:22.245 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:10:22.245 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:10:22.245 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 20:10:22.245 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.param.ParametrizedTest 20:10:22.245 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 20:10:22.245 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:10:22.245 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:10:22.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:10:22.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:10:22.254 INFO [WorkbenchTestable][RequirementsRunner] Finished test: test no-configuration [0](org.eclipse.reddeer.junit.test.integration.runner.order.param.ParametrizedTest) 20:10:22.254 DEBUG [WorkbenchTestable][ParameterizedRequirementsRunner] Injecting fulfilled requirements into test instance 20:10:22.254 INFO [WorkbenchTestable][RequirementsRunner] Started test: test no-configuration [1](org.eclipse.reddeer.junit.test.integration.runner.order.param.ParametrizedTest) 20:10:22.254 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.param.ParametrizedTest 20:10:22.254 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:10:22.254 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:10:22.254 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:10:22.254 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 20:10:22.254 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.param.ParametrizedTest 20:10:22.254 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 20:10:22.254 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:10:22.254 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:10:22.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:10:22.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:10:22.254 INFO [WorkbenchTestable][RequirementsRunner] Finished test: test no-configuration [1](org.eclipse.reddeer.junit.test.integration.runner.order.param.ParametrizedTest) 20:10:22.255 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.param.ParametrizedTest 20:10:22.255 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 20:10:22.255 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:10:22.255 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:10:22.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:10:22.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.139 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.009 s test no-configuration [1](org.eclipse.reddeer.junit.test.integration.runner.order.param.ParametrizedTest) Time elapsed: 0 s Running org.eclipse.reddeer.junit.test.integration.runner.injection.InjectRequirementsBeforRunIfTest 20:10:22.259 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.integration.runner.injection.InjectRequirementsBeforRunIfTest 20:10:22.280 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:10:22.281 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:10:22.281 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.junit.test.integration.runner.injection.InjectRequirementsBeforRunIfTest 20:10:22.281 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:10:22.281 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 20:10:22.281 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:10:22.281 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 20:10:22.281 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:10:22.281 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 20:10:22.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.*'] 20:10:22.282 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:22.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.*'] 20:10:22.282 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:22.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.*'] 20:10:22.282 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:22.282 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:10:22.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:22.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:22.283 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:10:22.283 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:10:22.283 DEBUG [main][MenuItemLookup] Found menu:'File' 20:10:22.283 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:10:22.283 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:10:22.283 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:10:22.283 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:10:22.283 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:10:22.283 DEBUG [main][MenuItemLookup] Item match:Window 20:10:22.284 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:10:22.284 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:10:22.284 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:10:22.284 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:22.284 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:10:22.284 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:10:22.284 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:22.284 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:10:22.284 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:22.284 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:10:22.284 DEBUG [main][MenuItemLookup] Item match:Preferences 20:10:22.284 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:10:22.284 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:10:22.284 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:10:22.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 20:10:22.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 20:10:22.348 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:10:22.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:22.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:22.349 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:10:22.349 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:22.350 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 20:10:22.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:22.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:22.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:22.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:22.350 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:10:22.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:10:22.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:10:22.352 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) 20:10:22.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:22.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:22.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:22.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:22.391 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:10:22.392 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:10:22.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:10:22.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:10:22.392 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:10:22.392 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:10:22.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:10:22.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:10:22.411 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:10:22.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:22.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:22.412 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 20:10:22.412 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:10:22.412 INFO [WorkbenchTestable][RequirementsRunner] Started test: test no-configuration(org.eclipse.reddeer.junit.test.integration.runner.injection.InjectRequirementsBeforRunIfTest) 20:10:22.412 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.injection.InjectRequirementsBeforRunIfTest 20:10:22.412 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:10:22.412 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:10:22.412 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:10:22.412 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 20:10:22.412 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.injection.InjectRequirementsBeforRunIfTest 20:10:22.412 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 20:10:22.412 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:10:22.412 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:10:22.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:10:22.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:10:22.413 INFO [WorkbenchTestable][RequirementsRunner] Finished test: test no-configuration(org.eclipse.reddeer.junit.test.integration.runner.injection.InjectRequirementsBeforRunIfTest) 20:10:22.413 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.junit.test.integration.runner.injection.InjectRequirementsBeforRunIfTest 20:10:22.413 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 20:10:22.413 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:10:22.413 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:10:22.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:10:22.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.155 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 20:10:22.417 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.integration.runner.injection.InjectRequirementsTest 20:10:22.417 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:10:22.418 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:10:22.418 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.junit.test.integration.runner.injection.InjectRequirementsTest 20:10:22.418 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:10:22.418 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 20:10:22.418 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:10:22.418 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 20:10:22.418 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:10:22.418 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 20:10:22.418 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:10:22.418 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:22.418 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:10:22.419 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:22.419 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:10:22.428 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:22.428 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:10:22.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:22.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:22.428 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:10:22.428 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:10:22.429 DEBUG [main][MenuItemLookup] Found menu:'File' 20:10:22.429 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:10:22.429 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:10:22.429 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:10:22.429 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:10:22.429 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:10:22.429 DEBUG [main][MenuItemLookup] Item match:Window 20:10:22.429 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:10:22.429 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:10:22.429 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:10:22.429 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:22.429 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:10:22.429 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:10:22.429 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:22.429 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:10:22.429 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:22.429 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:10:22.429 DEBUG [main][MenuItemLookup] Item match:Preferences 20:10:22.430 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:10:22.430 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:10:22.430 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:10:22.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 20:10:22.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 20:10:22.523 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:10:22.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:22.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:22.525 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:10:22.525 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:22.525 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 20:10:22.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:22.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:22.525 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:22.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:22.525 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:10:22.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:10:22.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:10:22.526 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) 20:10:22.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:22.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:22.528 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:22.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:22.528 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:10:22.529 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:10:22.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:10:22.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:10:22.529 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:10:22.529 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:10:22.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:10:22.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:10:22.560 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:10:22.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:22.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:22.560 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 20:10:22.560 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:10:22.560 INFO [WorkbenchTestable][RequirementsRunner] Started test: test no-configuration(org.eclipse.reddeer.junit.test.integration.runner.injection.InjectRequirementsTest) 20:10:22.560 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.injection.InjectRequirementsTest 20:10:22.560 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:10:22.560 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:10:22.560 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:10:22.560 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 20:10:22.560 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.injection.InjectRequirementsTest 20:10:22.560 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 20:10:22.560 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:10:22.560 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:10:22.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:10:22.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:10:22.561 INFO [WorkbenchTestable][RequirementsRunner] Finished test: test no-configuration(org.eclipse.reddeer.junit.test.integration.runner.injection.InjectRequirementsTest) 20:10:22.561 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.junit.test.integration.runner.injection.InjectRequirementsTest 20:10:22.561 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 20:10:22.561 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:10:22.561 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:10:22.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:10:22.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.145 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.util.ReflectionUtilTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.reddeer.junit.test.util.ReflectionUtilTest testGettingComplexValue(org.eclipse.reddeer.junit.test.util.ReflectionUtilTest) Time elapsed: 0.001 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 Running org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest 20:10:22.587 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$SimpleTestClass 20:10:22.592 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$SimpleTestClass2 20:10:22.592 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:10:22.603 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaServerTestClassWithCollectionTwoRequirementsCorrect 20:10:22.604 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaServerTestClassWithCollectionTwoRequirementsCorrect 20:10:22.604 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:10:22.606 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$JavaTestClass 20:10:22.608 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$JavaTestClass 20:10:22.608 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$JavaTestClass 20:10:22.609 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$SimpleTestClass 20:10:22.609 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:10:22.612 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClassWithCollectionTwoRequirements2 20:10:22.613 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClassWithCollectionTwoRequirements2 20:10:22.613 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClassWithCollectionTwoRequirements2 20:10:22.613 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClassWithCollectionTwoRequirements2 20:10:22.614 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:10:22.616 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClassWithCollectionTwoRequirements3 20:10:22.617 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClassWithCollectionTwoRequirements3 20:10:22.618 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClassWithCollectionTwoRequirements3 20:10:22.618 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClassWithCollectionTwoRequirements3 20:10:22.618 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClassWithCollectionTwoRequirements3 20:10:22.619 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClassWithCollectionTwoRequirements3 20:10:22.619 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:10:22.622 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClass 20:10:22.623 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClass 20:10:22.623 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:10:22.627 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClass2 20:10:22.628 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClass2 20:10:22.628 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:10:22.631 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClassWithCollection 20:10:22.631 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClassWithCollection 20:10:22.632 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:10:22.632 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$SimpleTestClass 20:10:22.632 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:10:22.633 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$SimpleTestClass 20:10:22.633 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$SimpleTestClass 20:10:22.633 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:10:22.637 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClassWithCollectionTwoRequirements 20:10:22.637 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClassWithCollectionTwoRequirements 20:10:22.637 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:10:22.641 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$JavaTestClass 20:10:22.642 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$JavaTestClass 20:10:22.642 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$ServerTestClass 20:10:22.642 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$ServerTestClass 20:10:22.643 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$JavaTestClass 20:10:22.643 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$SimpleTestClass 20:10:22.643 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:10:22.645 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:10:22.646 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$SimpleTestClass 20:10:22.646 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:10:22.683 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClassWithCollectionTwoRequirementsCorrect 20:10:22.683 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:10:22.685 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$JavaServerTestClass 20:10:22.686 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$JavaServerTestClass 20:10:22.686 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$JavaServerTestClass 20:10:22.686 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$JavaServerTestClass 20:10:22.686 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$JavaServerTestClass 20:10:22.687 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$JavaServerTestClass 20:10:22.687 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:10:22.688 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$SimpleTestClass 20:10:22.689 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 s - in org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest testSimpleSuiteWithMoreTestClassesWithoutConfiguration(org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest) Time elapsed: 0.008 s testCorrectRestrictionDiffAttributes(org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest) Time elapsed: 0.011 s testRequirementsSuite_withPartialConfig(org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest) Time elapsed: 0.005 s testRestrictedConfigurationTwoRequirements2(org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest) Time elapsed: 0.005 s testRestrictedConfigurationTwoRequirements3(org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest) Time elapsed: 0.006 s testJavaServerTestWithRestrictedConfiguration(org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest) Time elapsed: 0.003 s testJavaServerTestWithRestrictedConfiguration2(org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest) Time elapsed: 0.005 s testJavaServerTestWithRestrictedConfigurationCollection(org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest) Time elapsed: 0.004 s testNestedSuiteWithoutConfiguration(org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest) Time elapsed: 0 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.004 s testRequirementsSuiteWithConfiguration(org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest) Time elapsed: 0.006 s testJavaServerTestWithPartialConfiguration(org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest) Time elapsed: 0.001 s testSimpleSuiteWithoutConfiguration(org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest) Time elapsed: 0.001 s testSameReqClassRestrictionDiffAttributes(org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest) Time elapsed: 0.037 s testJavaServerTestWithConfiguration(org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest) Time elapsed: 0.004 s testIncorrectRestriction(org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest) Time elapsed: 0 s testSameReqClassIncorrectRestrictionSameAttributes(org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest) Time elapsed: 0 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 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.verification.parametrized/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 297 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 19 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 13 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 3.3.0-SNAPSHOT [41/58] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.requirements.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.requirements.test --- [INFO] The project's OSGi version is 3.3.0.v20210310-1921 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.reddeer.requirements.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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.verification.parametrized/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.verification.parametrized/tests/org.eclipse.reddeer.requirements.test/../../plugins/org.eclipse.reddeer.requirements/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.reddeer.requirements.test --- [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.requirements.test:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.requirements.test/pom.xml [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/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.verification.parametrized/tests/org.eclipse.reddeer.requirements.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.reddeer.requirements.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.requirements.test/target/org.eclipse.reddeer.requirements.test-3.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.reddeer.requirements.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.requirements.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.requirements.test/target/org.eclipse.reddeer.requirements.test-3.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.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 46/9244K 92/9244K 138/9244K 185/9244K 231/9244K 278/9244K 324/9244K 371/9244K 417/9244K 463/9244K 510/9244K 556/9244K 602/9244K 649/9244K 695/9244K 742/9244K 788/9244K 835/9244K 881/9244K 928/9244K 974/9244K 1020/9244K 1067/9244K 1113/9244K 1160/9244K 1206/9244K 1253/9244K 1301/9244K 1348/9244K 1394/9244K 1441/9244K 1487/9244K 1534/9244K 1580/9244K 1627/9244K 1673/9244K 1719/9244K 1766/9244K 1812/9244K 1859/9244K 1905/9244K 1952/9244K 1998/9244K 2044/9244K 2091/9244K 2137/9244K 2185/9244K 2231/9244K 2278/9244K 2324/9244K 2371/9244K 2418/9244K 2465/9244K 2511/9244K 2558/9244K 2604/9244K 2651/9244K 2697/9244K 2743/9244K 2790/9244K 2836/9244K 2883/9244K 2929/9244K 2975/9244K 3022/9244K 3068/9244K 3115/9244K 3161/9244K 3208/9244K 3254/9244K 3300/9244K 3347/9244K 3393/9244K 3440/9244K 3486/9244K 3532/9244K 3579/9244K 3625/9244K 3672/9244K 3718/9244K 3765/9244K 3811/9244K 3857/9244K 3904/9244K 3950/9244K 3997/9244K 4043/9244K 4089/9244K 4143/9244K 4189/9244K 4236/9244K 4282/9244K 4330/9244K 4376/9244K 4423/9244K 4469/9244K 4515/9244K 4562/9244K 4608/9244K 4655/9244K 4701/9244K 4748/9244K 4794/9244K 4840/9244K 4887/9244K 4938/9244K 4985/9244K 5031/9244K 5078/9244K 5124/9244K 5171/9244K 5217/9244K 5264/9244K 5310/9244K 5356/9244K 5403/9244K 5449/9244K 5496/9244K 5542/9244K 5588/9244K 5635/9244K 5681/9244K 5735/9244K 5782/9244K 5830/9244K 5878/9244K 5924/9244K 5971/9244K 6017/9244K 6064/9244K 6110/9244K 6156/9244K 6203/9244K 6249/9244K 6296/9244K 6342/9244K 6389/9244K 6435/9244K 6481/9244K 6528/9244K 6574/9244K 6621/9244K 6667/9244K 6713/9244K 6760/9244K 6806/9244K 6853/9244K 6899/9244K 6946/9244K 6992/9244K 7038/9244K 7085/9244K 7131/9244K 7178/9244K 7224/9244K 7270/9244K 7317/9244K 7363/9244K 7410/9244K 7456/9244K 7503/9244K 7549/9244K 7595/9244K 7642/9244K 7688/9244K 7735/9244K 7781/9244K 7827/9244K 7874/9244K 7920/9244K 7967/9244K 8013/9244K 8060/9244K 8106/9244K 8152/9244K 8199/9244K 8245/9244K 8292/9244K 8338/9244K 8384/9244K 8434/9244K 8483/9244K 8529/9244K 8576/9244K 8622/9244K 8668/9244K 8715/9244K 8761/9244K 8808/9244K 8854/9244K 8901/9244K 8947/9244K 8993/9244K 9040/9244K 9086/9244K 9133/9244K 9179/9244K 9225/9244K 9244/9244K 9244K downloaded [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.reddeer.requirements.test --- [INFO] Fetching org.eclipse.jst.server.tomcat.core_1.1.1300.v202102111918.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (165.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.server.tomcat.core_1.1.1300.v202102111918.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (165.71kB) [INFO] Unpacking org.eclipse.jst.server.tomcat.core_1.1.1300.v202102111918... [INFO] Fetching org.eclipse.jst.server.ui_1.1.400.v202007170127.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (23.58kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.server.ui_1.1.400.v202007170127.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (23.58kB) [INFO] Unpacking org.eclipse.jst.server.ui_1.1.400.v202007170127... [INFO] Fetching org.eclipse.jst.server.tomcat.ui_1.1.1000.v202102111918.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (48.74kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.server.tomcat.ui_1.1.1000.v202102111918.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202103051000/plugins/ (48.74kB) [INFO] Unpacking org.eclipse.jst.server.tomcat.ui_1.1.1000.v202102111918... [INFO] Executing Test Runtime with timeout 9600, logs (if any) will be placed at: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.requirements.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/11.0.2+9/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.verification.parametrized/tests/org.eclipse.reddeer.requirements.test/resources/requirements.json, -Dapache-tomcat-7.home=/home/jenkins/agent/workspace/reddeer.verification.parametrized/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.verification.parametrized/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.6.100.v20201223-0822/org.eclipse.equinox.launcher-1.6.100.v20201223-0822.jar, -data, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.requirements.test/target/work/data, -install, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.requirements.test/target/work, -configuration, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.requirements.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.requirements.test/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.platform.ide, -nouithread, -timeout, 9600000] Launching application org.eclipse.ui.ide.workbench... Running org.eclipse.reddeer.requirements.test.server.ServerRunningTest 20:10:54.218 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 20:10:54.220 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 20:10:54.283 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 20:10:54.284 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 20:10:54.426 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.autobuilding.AutoBuildingRequirement 20:10:54.428 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.cleanworkspace.CleanWorkspaceRequirement 20:10:54.429 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.closeeditors.CloseAllEditorsRequirement 20:10:54.430 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.db.DatabaseRequirement 20:10:54.431 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.jre.JRERequirement 20:10:54.433 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.openperspective.OpenPerspectiveRequirement 20:10:54.435 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.property.PropertyRequirement 20:10:54.436 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.securestorage.SecureStorageRequirement 20:10:54.438 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.server.apache.tomcat.ApacheTomcatServerRequirement 20:10:54.521 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.requirements.test.server.ServerRunningTest 20:10:54.542 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:10:54.545 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:10:54.546 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.requirements.test.server.ServerRunningTest 20:10:54.582 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 20:10:54.582 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 20:10:54.591 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 20:10:54.594 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:10:54.594 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 20:10:54.597 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:10:54.597 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 20:10:54.600 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:10:54.601 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 20:10:54.610 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:10:54.624 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:54.625 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:10:54.626 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:54.626 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:10:54.626 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:54.631 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:10:54.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:54.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:54.635 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:10:54.637 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:10:54.683 DEBUG [main][MenuItemLookup] Found menu:'File' 20:10:54.684 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:10:54.684 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:10:54.684 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:10:54.684 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:10:54.684 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:10:54.684 DEBUG [main][MenuItemLookup] Item match:Window 20:10:54.688 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:10:54.688 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:10:54.688 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:10:54.688 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:54.688 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:10:54.689 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:10:54.689 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:54.689 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:10:54.689 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:54.689 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:10:54.689 DEBUG [main][MenuItemLookup] Item match:Preferences 20:10:54.691 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:10:54.691 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:10:54.692 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:10:54.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.... 20:10:54.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 20:10:54.821 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:10:54.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:54.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:54.823 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:10:54.823 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:54.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 20:10:54.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:54.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:54.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:54.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:54.833 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:10:54.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:10:54.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:10:54.889 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) 20:10:54.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:54.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:54.894 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:54.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:54.894 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:10:54.896 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:10:54.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:10:54.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:10:54.897 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:10:54.898 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:10:54.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:10:54.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:10:54.918 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:10:54.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:54.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:54.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:54.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:10:54.982 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' view via menu. 20:10:54.983 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:10:54.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:54.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:54.983 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:10:54.983 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:10:54.983 DEBUG [main][MenuItemLookup] Found menu:'File' 20:10:54.983 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:10:54.983 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:10:54.984 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:10:54.984 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:10:54.984 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:10:54.984 DEBUG [main][MenuItemLookup] Item match:Window 20:10:54.984 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:10:54.985 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:10:54.985 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:10:54.985 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:54.985 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:10:54.985 DEBUG [main][MenuItemLookup] Item match:Show View 20:10:54.993 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 20:10:54.993 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 20:10:54.993 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 20:10:54.993 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 20:10:54.993 DEBUG [main][MenuItemLookup] Found menu:'Progress' 20:10:54.993 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 20:10:54.993 DEBUG [main][MenuItemLookup] Found menu:'Properties' 20:10:54.994 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 20:10:54.994 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:54.994 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 20:10:54.994 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 20:10:54.994 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 20:10:54.994 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 20:10:54.994 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 20:10:55.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 20:10:55.044 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 20:10:55.044 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 20:10:55.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:55.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:55.046 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 20:10:55.046 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:10:55.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:10:55.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:10:55.047 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:10:55.047 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:10:55.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:55.047 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:55.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:55.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:55.050 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:10:55.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:10:55.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:10:55.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 20:10:55.053 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 20:10:55.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:10:55.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:10:55.556 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 20:10:55.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 20:10:55.557 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 20:10:55.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:10:55.558 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 20:10:55.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:10:55.558 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 20:10:55.558 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Servers 20:10:55.559 DEBUG [main][TreeItemHandler] Selecting tree item: Servers 20:10:55.559 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Servers about selection 20:10:55.560 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Servers 20:10:55.560 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:10:55.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:10:55.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:10:55.561 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:10:55.561 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:10:55.561 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:55.561 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:55.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 "Open") 20:10:55.562 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:10:55.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:10:55.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:10:55.563 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:10:55.563 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:10:55.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:55.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:55.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:55.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:55.564 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:10:55.564 INFO [WorkbenchTestable][AbstractButton] Click button &Open 20:10:55.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:10:55.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:10:55.565 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:10:55.565 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:10:55.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:10:55.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:10:55.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2' view is open... 20:10:55.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:55.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:55.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2' view is open finished successfully 20:10:55.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:55.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:55.736 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:10:55.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:55.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:55.737 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:10:55.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 '\*?\QServers\E') 20:10:55.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:55.737 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:55.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:55.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:55.740 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:10:55.742 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:10:55.742 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:10:55.746 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:10:55.747 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:10:55.747 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:10:55.747 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:10:55.821 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:10:55.822 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:10:55.823 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:10:55.823 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 20:10:55.825 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 20:10:55.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:55.825 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:55.825 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:10:56.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:56.326 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:10:56.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:56.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:10:56.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 20:10:56.837 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 20:10:56.837 INFO [WorkbenchTestable][ApacheTomcatServerRequirement] Setup Apache Tomcat server 20:10:56.844 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:10:56.844 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:56.845 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:10:56.845 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:56.845 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 20:10:56.845 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:56.845 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:10:56.846 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:56.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:10:56.846 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:56.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:10:56.846 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:56.847 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 20:10:56.847 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:56.847 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:10:56.847 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:56.848 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:10:56.848 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:56.848 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:10:56.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:56.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:56.856 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:10:56.857 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:10:56.857 DEBUG [main][MenuItemLookup] Found menu:'File' 20:10:56.857 DEBUG [main][MenuItemLookup] Item match:File 20:10:56.860 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 20:10:56.860 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 20:10:56.865 DEBUG [main][MenuItemLookup] Found menu:'Project...' 20:10:56.865 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:56.865 DEBUG [main][MenuItemLookup] Found menu:'Folder' 20:10:56.865 DEBUG [main][MenuItemLookup] Found menu:'File' 20:10:56.865 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 20:10:56.865 DEBUG [main][MenuItemLookup] Found menu:'' 20:10:56.865 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 20:10:56.865 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 20:10:56.865 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 20:10:56.866 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 20:10:56.866 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 20:10:56.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 'New|Select a wizard'] is available.... 20:10:56.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 20:10:56.926 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 20:10:56.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:56.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:56.927 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:10:56.927 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:56.928 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 20:10:56.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:56.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:56.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:56.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:56.928 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:10:56.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:10:56.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:10:56.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 20:10:56.930 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 20:10:56.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:10:57.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:10:57.432 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 20:10:57.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 20:10:57.432 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 20:10:57.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:10:57.433 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 20:10:57.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:10:57.433 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 20:10:57.433 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 20:10:57.433 DEBUG [main][TreeItemHandler] Selecting tree item: Server 20:10:57.433 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server about selection 20:10:57.436 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 20:10:57.436 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:10:57.436 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 20:10:57.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) 20:10:57.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:57.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:57.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:57.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:57.438 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:10:57.438 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:10:57.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:10:57.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:10:57.438 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:10:57.438 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:10:57.629 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:10:57.641 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:57.695 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:57.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 20:10:57.697 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 20:10:57.697 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 20:10:57.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:10:57.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:10:57.698 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 20:10:57.698 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:10:57.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.wizard.NewServerWizardPage, index 0 and no matchers specified 20:10:57.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:57.703 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:57.704 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:57.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:57.704 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:10:57.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 20:10:57.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 20:10:57.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Apache, Tomcat v7.0 Server]... 20:10:57.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:10:57.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:10:57.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Apache has children... 20:10:57.708 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Apache 20:10:57.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:10:57.708 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Apache is already expanded. No action performed 20:10:57.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:10:57.714 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Apache 20:10:57.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Apache has children finished successfully 20:10:57.714 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Apache 20:10:57.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:10:57.715 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Apache is already expanded. No action performed 20:10:57.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:10:57.715 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Apache 20:10:57.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Apache, Tomcat v7.0 Server] finished successfully 20:10:57.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 20:10:57.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:57.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:57.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:57.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:57.717 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:10:57.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:10:57.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:10:57.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Apache has children... 20:10:57.720 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Apache 20:10:57.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:10:57.720 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Apache is already expanded. No action performed 20:10:57.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:10:57.721 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Apache 20:10:57.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Apache has children finished successfully 20:10:57.721 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Apache 20:10:57.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:10:57.721 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Apache is already expanded. No action performed 20:10:57.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:10:57.721 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Apache 20:10:57.722 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Tomcat v7.0 Server 20:10:57.722 DEBUG [main][TreeItemHandler] Selecting tree item: Tomcat v7.0 Server 20:10:57.722 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Tomcat v7.0 Server about selection 20:10:57.806 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Tomcat v7.0 Server 20:10:57.806 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) 20:10:57.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:57.807 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:57.808 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:57.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:57.808 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:10:57.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:10:58.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:10:58.310 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:") 20:10:58.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:58.311 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:58.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:58.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:58.315 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:10:58.315 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:10:58.316 INFO [WorkbenchTestable][AbstractText] Text set to: Apache Tomcat v7.0 Server at localhost 20:10:58.318 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 20:10:58.318 INFO [WorkbenchTestable][NewServerWizard] Go to next wizard page 20:10:58.318 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) 20:10:58.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:58.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:58.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:58.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:58.320 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:10:58.321 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:10:58.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:10:58.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:10:58.321 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:10:58.321 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:10:58.447 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 20:10:58.447 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:10:58.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:10:58.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:10:58.447 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Server" as the parent 20:10:58.447 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:10:58.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:58.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:10:58.447 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:10:58.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:58.447 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:10:58.447 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:10:58.448 INFO [WorkbenchTestable][AbstractText] Text set to: Apache Tomcat v7.0 Runtime 20:10:58.448 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 20:10:58.448 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:10:58.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:10:58.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:10:58.448 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Server" as the parent 20:10:58.448 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:10:58.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:10:58.448 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 20:10:58.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 20:10:58.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:10:58.449 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 20:10:58.449 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:10:58.450 INFO [WorkbenchTestable][AbstractText] Text set to: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.requirements.test/target/apache-tomcat-7.0.56 20:10:58.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 20:11:58.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing failed, NO exception will be thrown 20:11:58.517 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 20:11:58.517 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 20:11:58.518 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) 20:11:58.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:11:58.519 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:11:58.521 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:11:58.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:11:58.521 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:11:58.524 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:11:58.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:11:58.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:11:58.524 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:11:58.524 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:11:58.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:11:59.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:11:59.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:11:59.033 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:11:59.034 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:11:59.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:11:59.034 INFO [WorkbenchTestable][AbstractServerRequirement] Checking the state of the server 'Apache Tomcat v7.0 Server at localhost' 20:11:59.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:11:59.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:11:59.036 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 20:11:59.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:11:59.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:11:59.039 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:11:59.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:11:59.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:11:59.039 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:11:59.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') 20:11:59.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:11:59.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:11:59.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:11:59.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:11:59.041 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:11:59.042 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:11:59.042 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:11:59.042 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:11:59.042 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:11:59.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:11:59.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:11:59.044 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:11:59.044 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:11:59.045 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:11:59.045 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:11:59.045 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 20:11:59.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:11:59.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:11:59.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:11:59.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:11:59.045 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:11:59.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:11:59.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:11:59.052 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:11:59.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:11:59.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:11:59.053 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:11:59.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 '\*?\QServers\E') 20:11:59.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:11:59.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:11:59.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:11:59.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:11:59.055 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:11:59.055 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:11:59.055 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:11:59.063 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:11:59.063 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:11:59.063 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:11:59.063 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:11:59.068 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:11:59.068 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:11:59.069 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:11:59.069 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:11:59.069 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:11:59.069 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:11:59.070 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:11:59.070 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:11:59.070 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Apache Tomcat v7.0 Server at localhost [Stopped, Republish] 20:11:59.070 DEBUG [main][TreeItemHandler] Selecting tree item: Apache Tomcat v7.0 Server at localhost [Stopped, Republish] 20:11:59.070 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Apache Tomcat v7.0 Server at localhost [Stopped, Republish] about selection 20:11:59.085 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Apache Tomcat v7.0 Server at localhost [Stopped, Republish] 20:11:59.086 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:11:59.086 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:11:59.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:11:59.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:11:59.087 INFO [WorkbenchTestable][AbstractServer] Start server Apache Tomcat v7.0 Server at localhost 20:11:59.087 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:11:59.087 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:11:59.088 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:11:59.088 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:11:59.088 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:11:59.088 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:11:59.089 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:11:59.089 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:11:59.089 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Start on server Apache Tomcat v7.0 Server at localhost 20:11:59.090 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:11:59.090 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:11:59.090 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:11:59.090 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:11:59.091 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Apache Tomcat v7.0 Server at localhost [Stopped, Republish] 20:11:59.091 DEBUG [main][TreeItemHandler] Selecting tree item: Apache Tomcat v7.0 Server at localhost [Stopped, Republish] 20:11:59.091 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Apache Tomcat v7.0 Server at localhost [Stopped, Republish] about selection 20:11:59.095 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Apache Tomcat v7.0 Server at localhost [Stopped, Republish] 20:11:59.096 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:11:59.097 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:11:59.097 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:11:59.124 DEBUG [main][MenuItemLookup] Found menu:'New' 20:11:59.125 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 20:11:59.125 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:11:59.125 DEBUG [main][MenuItemLookup] Found menu:'' 20:11:59.125 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:11:59.125 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:11:59.125 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:11:59.125 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 20:11:59.125 DEBUG [main][MenuItemLookup] Found menu:'' 20:11:59.125 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 20:11:59.125 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 20:11:59.125 DEBUG [main][MenuItemLookup] Item match:Start Ctrl+Alt+R 20:11:59.125 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Start Ctrl+Alt+R" 20:11:59.125 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Start Ctrl+Alt+R 20:11:59.125 INFO [main][MenuItemHandler] Select menu item: &Start Ctrl+Alt+R 20:11:59.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run... 20:12:01.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run finished successfully 20:12:01.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started... 20:12:01.652 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:12:01.652 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:12:01.653 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:12:01.653 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:12:02.154 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:12:02.154 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:12:02.155 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:12:02.155 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:12:02.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started finished successfully 20:12:02.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:12:02.156 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is a system job, skipped 20:12:02.156 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:12:02.156 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:12:02.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:12:02.156 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:12:02.156 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:12:02.157 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:12:02.157 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:12:02.158 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STARTED' 20:12:02.158 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:12:02.158 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:12:02.160 INFO [WorkbenchTestable][RequirementsRunner] Started test: isServerRunningTest server-Apache-Tomcat-7.0(org.eclipse.reddeer.requirements.test.server.ServerRunningTest) 20:12:02.160 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.server.ServerRunningTest 20:12:02.160 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:12:02.160 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:12:02.160 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:12:02.161 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:12:02.163 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:12:02.163 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 20:12:02.163 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:12:02.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:12:02.166 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:12:02.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:12:02.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:12:02.166 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:12:02.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') 20:12:02.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:12:02.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:12:02.169 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:12:02.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:12:02.169 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:12:02.170 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:12:02.170 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:12:02.170 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:12:02.171 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:12:02.171 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:12:02.171 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:12:02.172 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:12:02.172 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:12:02.173 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:12:02.173 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:12:02.173 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 20:12:02.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:12:02.173 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:12:02.174 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:12:02.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:12:02.174 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:12:02.174 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:12:02.184 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:12:02.185 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:12:02.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:12:02.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:12:02.185 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:12:02.185 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:12:02.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:12:02.185 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:12:02.187 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:12:02.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:12:02.187 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:12:02.187 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:12:02.187 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:12:02.188 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:12:02.188 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:12:02.188 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:12:02.188 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:12:02.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:12:02.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:12:02.198 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:12:02.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:12:02.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:12:02.198 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:12:02.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 '\*?\QServers\E') 20:12:02.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:12:02.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:12:02.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:12:02.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:12:02.200 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:12:02.200 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:12:02.200 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:12:02.201 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:12:02.201 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:12:02.201 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:12:02.201 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:12:02.203 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.server.ServerRunningTest 20:12:02.203 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:12:02.205 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:12:02.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:12:02.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:12:02.207 INFO [WorkbenchTestable][RequirementsRunner] Finished test: isServerRunningTest server-Apache-Tomcat-7.0(org.eclipse.reddeer.requirements.test.server.ServerRunningTest) 20:12:02.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:12:02.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:12:02.216 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 20:12:02.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:12:02.218 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:12:02.218 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:12:02.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:12:02.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:12:02.219 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:12:02.219 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:12:02.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:12:02.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:12:02.221 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:12:02.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:12:02.221 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:12:02.221 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:12:02.221 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:12:02.222 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:12:02.222 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:12:02.222 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:12:02.222 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:12:02.223 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:12:02.223 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:12:02.224 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:12:02.224 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:12:02.224 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 20:12:02.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:12:02.224 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:12:02.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:12:02.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:12:02.231 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:12:02.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:12:02.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:12:02.233 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:12:02.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:12:02.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:12:02.234 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:12:02.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 '\*?\QServers\E') 20:12:02.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:12:02.234 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:12:02.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:12:02.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:12:02.236 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:12:02.236 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:12:02.236 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:12:02.237 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:12:02.237 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:12:02.237 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:12:02.237 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:12:02.238 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:12:02.238 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:12:02.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:12:02.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:12:02.239 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Apache Tomcat v7.0 Server at localhost [Started, Synchronized] 20:12:02.239 DEBUG [main][TreeItemHandler] Selecting tree item: Apache Tomcat v7.0 Server at localhost [Started, Synchronized] 20:12:02.240 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Apache Tomcat v7.0 Server at localhost [Started, Synchronized] about selection 20:12:02.249 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Apache Tomcat v7.0 Server at localhost [Started, Synchronized] 20:12:02.250 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:12:02.250 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:12:02.251 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:12:02.251 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:12:02.251 INFO [WorkbenchTestable][AbstractServer] Delete server 'Apache Tomcat v7.0 Server at localhost'. Stop server first: true 20:12:02.251 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:12:02.251 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:12:02.252 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:12:02.252 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:12:02.252 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:12:02.252 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:12:02.295 DEBUG [main][MenuItemLookup] Found menu:'New' 20:12:02.295 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 20:12:02.295 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:12:02.295 DEBUG [main][MenuItemLookup] Found menu:'' 20:12:02.295 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:12:02.295 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:12:02.295 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:12:02.295 DEBUG [main][MenuItemLookup] Item match:Delete Delete 20:12:02.295 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 20:12:02.295 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 20:12:02.295 INFO [main][MenuItemHandler] Select menu item: Delete Delete 20:12:02.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 20:12:02.326 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 20:12:02.326 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 20:12:02.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:12:02.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:12:02.327 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 20:12:02.328 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:12:02.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:12:02.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:12:02.328 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 20:12:02.328 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:12:02.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:12:02.328 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:12:02.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:12:02.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:12:02.328 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:12:02.329 INFO [WorkbenchTestable][CheckBox] Select checkbox Delete unused server configuration(s) 20:12:02.329 DEBUG [WorkbenchTestable][CheckBox] Checkbox Delete unused server configuration(s) already selected, no action performed 20:12:02.329 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:12:02.329 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:12:02.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:12:02.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:12:02.330 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 20:12:02.330 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:12:02.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:12:02.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:12:02.330 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:12:02.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:12:02.330 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:12:02.331 INFO [WorkbenchTestable][AbstractButton] Click button OK 20:12:02.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:12:02.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:12:02.331 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:12:02.331 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:12:02.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:12:02.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:12:02.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:12:02.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:12:02.498 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 20:12:02.498 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:12:02.501 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:12:02.501 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:12:02.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:12:02.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:12:02.502 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:12:02.502 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:12:02.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:12:02.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:12:02.505 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:12:02.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:12:02.505 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:12:02.505 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:12:02.505 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:12:02.515 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:12:02.515 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:12:02.515 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:12:02.515 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:12:02.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Apache Tomcat v7.0 Server at localhost... 20:12:02.517 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:12:02.517 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:12:02.518 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:12:02.518 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:12:02.519 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 20:12:02.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:12:02.519 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:12:02.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:12:02.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:12:02.519 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:12:02.519 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:12:02.521 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:12:02.521 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:12:02.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:12:02.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:12:02.522 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:12:02.522 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:12:02.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:12:02.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:12:02.584 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:12:02.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:12:02.584 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:12:02.585 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:12:02.585 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:12:02.585 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:12:02.586 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:12:02.586 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:12:02.586 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:12:03.089 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:12:03.089 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:12:03.105 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:12:03.105 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:12:03.105 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 20:12:03.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:12:03.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:12:03.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:12:03.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:12:03.105 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:12:03.106 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:12:03.108 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:12:03.108 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:12:03.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:12:03.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:12:03.109 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:12:03.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') 20:12:03.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:12:03.109 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:12:03.111 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:12:03.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:12:03.111 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:12:03.111 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:12:03.111 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:12:03.111 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:12:03.112 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:12:03.112 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:12:03.112 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:12:03.613 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:12:03.613 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:12:03.614 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:12:03.614 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 20:12:03.615 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 20:12:03.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:12:03.615 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:12:03.615 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:12:04.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:12:04.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:12:04.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:12:04.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:12:04.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 20:12:04.618 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 20:12:04.618 INFO [WorkbenchTestable][ServersView2] Requested server 'Apache Tomcat v7.0 Server at localhost' was not found on Servers view 20:12:04.619 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:12:04.619 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:12:04.619 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:12:04.619 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 20:12:04.620 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 20:12:04.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:12:04.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:12:04.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:12:05.121 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:12:05.122 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:12:05.622 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:12:05.622 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:12:05.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 20:12:05.624 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 20:12:05.624 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 0] 20:12:05.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Apache Tomcat v7.0 Server at localhost finished successfully 20:12:05.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:12:05.625 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:12:05.625 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:12:05.625 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:12:05.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:12:05.625 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:12:05.625 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:12:05.625 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:12:05.625 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:12:05.625 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:12:05.626 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:12:05.626 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:12:05.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:12:05.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:12:05.626 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:12:05.626 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:12:05.626 DEBUG [main][MenuItemLookup] Found menu:'File' 20:12:05.626 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:12:05.626 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:12:05.626 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:12:05.626 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:12:05.626 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:12:05.626 DEBUG [main][MenuItemLookup] Item match:Window 20:12:05.627 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:12:05.627 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:12:05.627 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:12:05.627 DEBUG [main][MenuItemLookup] Found menu:'' 20:12:05.627 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:12:05.627 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:12:05.627 DEBUG [main][MenuItemLookup] Found menu:'' 20:12:05.627 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:12:05.627 DEBUG [main][MenuItemLookup] Found menu:'' 20:12:05.627 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:12:05.627 DEBUG [main][MenuItemLookup] Item match:Preferences 20:12:05.627 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:12:05.627 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:12:05.627 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:12:05.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 20:12:05.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 20:12:05.700 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:12:05.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:12:05.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:12:05.702 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:12:05.702 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:12:05.703 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 20:12:05.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:12:05.703 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:12:05.703 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:12:05.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:12:05.703 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:12:05.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:12:05.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:12:05.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 20:12:05.704 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 20:12:05.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:12:06.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:12:06.205 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 20:12:06.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 20:12:06.206 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 20:12:06.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:12:06.206 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 20:12:06.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:12:06.206 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 20:12:06.207 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Runtime Environments 20:12:06.207 DEBUG [main][TreeItemHandler] Selecting tree item: Runtime Environments 20:12:06.207 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Runtime Environments about selection 20:12:06.207 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Runtime Environments 20:12:06.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:12:06.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:12:06.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:12:06.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:12:06.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:12:07.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:12:07.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:12:07.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:12:07.245 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Apache Tomcat v7.0 Runtime(test)' 20:12:07.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 20:12:07.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:12:07.248 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:12:07.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:12:07.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:12:07.249 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:12:07.250 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Apache Tomcat v7.0 Runtime' 20:12:07.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:12:07.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:12:07.256 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Apache Tomcat v7.0 Runtime' was found 20:12:07.256 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Apache Tomcat v7.0 Runtime' matched 'Apache Tomcat v7.0 Runtime'! Selecting... 20:12:07.256 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 20:12:07.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:12:07.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:12:07.256 TRACE [main][WidgetHandler] Notify Table with event 13 20:12:07.256 TRACE [main][WidgetHandler] Wait for synchronization 20:12:07.257 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") 20:12:07.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:12:07.257 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:12:07.258 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:12:07.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:12:07.258 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:12:07.259 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 20:12:07.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:12:07.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:12:07.259 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:12:07.259 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:12:07.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 20:12:10.294 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 20:12:10.294 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 20:12:10.295 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:12:10.296 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:12:10.296 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") 20:12:10.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:12:10.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:12:10.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:12:10.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:12:10.298 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:12:10.299 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 20:12:10.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:12:10.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:12:10.299 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:12:10.299 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:12:10.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:12:10.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:12:10.324 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:12:10.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:12:10.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:12:10.324 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.requirements.test.server.ServerRunningTest 20:12:10.324 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:12:10.324 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:12:10.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:12:10.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:12:10.324 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: 76.138 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.046 s Running org.eclipse.reddeer.requirements.test.server.ServerPresentTest 20:12:10.344 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.requirements.test.server.ServerPresentTest 20:12:10.344 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:12:10.345 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:12:10.345 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.requirements.test.server.ServerPresentTest 20:12:10.345 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:12:10.345 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 20:12:10.345 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:12:10.345 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 20:12:10.345 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:12:10.345 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 20:12:10.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.*'] 20:12:10.345 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:12:10.346 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:12:10.346 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:12:10.347 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:12:10.347 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:12:10.347 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:12:10.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:12:10.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:12:10.347 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:12:10.347 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:12:10.347 DEBUG [main][MenuItemLookup] Found menu:'File' 20:12:10.348 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:12:10.348 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:12:10.348 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:12:10.348 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:12:10.348 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:12:10.348 DEBUG [main][MenuItemLookup] Item match:Window 20:12:10.348 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:12:10.348 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:12:10.348 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:12:10.348 DEBUG [main][MenuItemLookup] Found menu:'' 20:12:10.348 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:12:10.348 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:12:10.348 DEBUG [main][MenuItemLookup] Found menu:'' 20:12:10.348 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:12:10.348 DEBUG [main][MenuItemLookup] Found menu:'' 20:12:10.348 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:12:10.348 DEBUG [main][MenuItemLookup] Item match:Preferences 20:12:10.348 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:12:10.348 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:12:10.348 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:12:10.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 20:12:10.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 20:12:10.423 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:12:10.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:12:10.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:12:10.424 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:12:10.424 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:12:10.424 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 20:12:10.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:12:10.424 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:12:10.424 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:12:10.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:12:10.425 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:12:10.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:12:10.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:12:10.426 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) 20:12:10.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:12:10.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:12:10.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:12:10.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:12:10.427 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:12:10.428 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:12:10.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:12:10.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:12:10.428 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:12:10.428 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:12:10.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:12:10.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:12:10.504 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:12:10.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:12:10.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:12:10.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:12:10.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:12:10.507 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 20:12:10.507 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:12:10.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:12:10.508 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:12:10.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:12:10.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:12:10.509 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:12:10.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') 20:12:10.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:12:10.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:12:10.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:12:10.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:12:10.511 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:12:10.511 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:12:10.511 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:12:10.512 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:12:10.512 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:12:10.512 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:12:10.512 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:12:10.513 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:12:10.513 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:12:10.513 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:12:10.514 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 20:12:10.514 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 20:12:10.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:12:10.514 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:12:10.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:12:11.014 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:12:11.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:12:11.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:12:11.517 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:12:11.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 20:12:11.518 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 20:12:11.518 INFO [WorkbenchTestable][ApacheTomcatServerRequirement] Setup Apache Tomcat server 20:12:11.518 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:12:11.518 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:12:11.518 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:12:11.518 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:12:11.519 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 20:12:11.519 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:12:11.519 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:12:11.519 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:12:11.519 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:12:11.519 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:12:11.519 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:12:11.520 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:12:11.520 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 20:12:11.520 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:12:11.520 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:12:11.520 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:12:11.520 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:12:11.520 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:12:11.521 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:12:11.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:12:11.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:12:11.521 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:12:11.521 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:12:11.521 DEBUG [main][MenuItemLookup] Found menu:'File' 20:12:11.521 DEBUG [main][MenuItemLookup] Item match:File 20:12:11.523 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 20:12:11.523 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 20:12:11.525 DEBUG [main][MenuItemLookup] Found menu:'Project...' 20:12:11.525 DEBUG [main][MenuItemLookup] Found menu:'' 20:12:11.525 DEBUG [main][MenuItemLookup] Found menu:'Folder' 20:12:11.525 DEBUG [main][MenuItemLookup] Found menu:'File' 20:12:11.525 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 20:12:11.525 DEBUG [main][MenuItemLookup] Found menu:'' 20:12:11.525 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 20:12:11.525 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 20:12:11.531 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 20:12:11.531 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 20:12:11.531 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 20:12:11.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 20:12:11.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 20:12:11.585 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 20:12:11.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:12:11.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:12:11.586 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:12:11.586 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:12:11.587 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 20:12:11.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:12:11.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:12:11.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:12:11.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:12:11.587 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:12:11.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:12:11.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:12:11.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 20:12:11.588 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 20:12:11.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:12:11.588 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 20:12:11.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:12:11.589 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 20:12:11.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 20:12:11.589 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 20:12:11.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:12:11.589 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 20:12:11.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:12:11.589 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 20:12:11.589 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 20:12:11.589 DEBUG [main][TreeItemHandler] Selecting tree item: Server 20:12:11.589 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server about selection 20:12:11.590 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 20:12:11.590 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:12:11.590 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 20:12:11.590 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) 20:12:11.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:12:11.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:12:11.591 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:12:11.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:12:11.591 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:12:11.592 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:12:11.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:12:11.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:12:11.592 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:12:11.592 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:12:11.689 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:12:11.693 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:12:11.693 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:12:11.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 20:12:11.693 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 20:12:11.693 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 20:12:11.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:12:11.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:12:11.694 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 20:12:11.694 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:12:11.695 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 20:12:11.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:12:11.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:12:11.696 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:12:11.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:12:11.696 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:12:11.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 20:12:11.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 20:12:11.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Apache, Tomcat v7.0 Server]... 20:12:11.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:12:11.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:12:11.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Apache has children... 20:12:11.698 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Apache 20:12:11.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:12:11.699 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Apache is already expanded. No action performed 20:12:11.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:12:11.699 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Apache 20:12:11.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Apache has children finished successfully 20:12:11.699 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Apache 20:12:11.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:12:11.699 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Apache is already expanded. No action performed 20:12:11.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:12:11.699 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Apache 20:12:11.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Apache, Tomcat v7.0 Server] finished successfully 20:12:11.700 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 20:12:11.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:12:11.700 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:12:11.700 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:12:11.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:12:11.700 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:12:11.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:12:11.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:12:11.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Apache has children... 20:12:11.701 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Apache 20:12:11.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:12:11.701 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Apache is already expanded. No action performed 20:12:11.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:12:11.701 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Apache 20:12:11.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Apache has children finished successfully 20:12:11.701 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Apache 20:12:11.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:12:11.701 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Apache is already expanded. No action performed 20:12:11.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:12:11.701 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Apache 20:12:11.702 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Tomcat v7.0 Server 20:12:11.702 DEBUG [main][TreeItemHandler] Selecting tree item: Tomcat v7.0 Server 20:12:11.702 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Tomcat v7.0 Server about selection 20:12:11.719 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Tomcat v7.0 Server 20:12:11.720 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) 20:12:11.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:12:11.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:12:11.721 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:12:11.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:12:11.721 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:12:11.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:12:12.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:12:12.222 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:") 20:12:12.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:12:12.222 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:12:12.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:12:12.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:12:12.225 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:12:12.225 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:12:12.226 INFO [WorkbenchTestable][AbstractText] Text set to: Apache Tomcat v7.0 Server at localhost 20:12:12.226 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 20:12:12.226 INFO [WorkbenchTestable][NewServerWizard] Go to next wizard page 20:12:12.227 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) 20:12:12.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:12:12.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:12:12.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:12:12.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:12:12.227 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:12:12.228 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:12:12.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:12:12.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:12:12.228 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:12:12.228 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:12:12.253 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 20:12:12.253 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:12:12.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:12:12.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:12:12.253 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Server" as the parent 20:12:12.253 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:12:12.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:12:12.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:12:12.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:12:12.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:12:12.254 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:12:12.254 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:12:12.254 INFO [WorkbenchTestable][AbstractText] Text set to: Apache Tomcat v7.0 Runtime 20:12:12.256 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 20:12:12.256 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:12:12.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:12:12.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:12:12.256 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Server" as the parent 20:12:12.256 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:12:12.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:12:12.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 20:12:12.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 20:12:12.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:12:12.257 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 20:12:12.257 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:12:12.257 INFO [WorkbenchTestable][AbstractText] Text set to: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.requirements.test/target/apache-tomcat-7.0.56 20:12:12.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 20:13:12.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing failed, NO exception will be thrown 20:13:12.286 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 20:13:12.286 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 20:13:12.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.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) 20:13:12.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:13:12.286 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:13:12.287 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:13:12.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:13:12.287 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:13:12.289 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:13:12.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:13:12.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:13:12.289 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:13:12.289 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:13:12.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:13:12.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:13:12.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:13:12.795 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:13:12.795 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:13:12.795 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:13:12.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:13:12.795 INFO [WorkbenchTestable][AbstractServerRequirement] Checking the state of the server 'Apache Tomcat v7.0 Server at localhost' 20:13:12.795 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:13:12.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:13:12.797 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 20:13:12.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:13:12.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:13:12.800 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:13:12.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:13:12.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:13:12.800 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:13:12.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') 20:13:12.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:13:12.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:13:12.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:13:12.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:13:12.802 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:13:12.803 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:13:12.803 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:13:12.803 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:13:12.804 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:13:12.804 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:13:12.804 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:13:12.805 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:13:12.805 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:13:12.806 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:13:12.806 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:13:12.806 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 20:13:12.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:13:12.807 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:13:12.807 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:13:12.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:13:12.807 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:13:12.807 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:13:12.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:13:12.809 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:13:12.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:13:12.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:13:12.810 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:13:12.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 '\*?\QServers\E') 20:13:12.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:13:12.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:13:12.812 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:13:12.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:13:12.812 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:13:12.812 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:13:12.812 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:13:12.813 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:13:12.813 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:13:12.813 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:13:12.813 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:13:12.814 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:13:12.814 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:13:12.821 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:13:12.821 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:13:12.821 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:13:12.821 INFO [WorkbenchTestable][RequirementsRunner] Started test: isServerPresentTest server-Apache-Tomcat-7.0(org.eclipse.reddeer.requirements.test.server.ServerPresentTest) 20:13:12.822 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.server.ServerPresentTest 20:13:12.822 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:13:12.822 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:13:12.822 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:13:12.822 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:13:12.823 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:13:12.823 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 20:13:12.823 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:13:12.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:13:12.824 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:13:12.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:13:12.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:13:12.825 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:13:12.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 '\*?\QServers\E') 20:13:12.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:13:12.825 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:13:12.826 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:13:12.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:13:12.826 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:13:12.827 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:13:12.827 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:13:12.827 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:13:12.827 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:13:12.828 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:13:12.828 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:13:12.829 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:13:12.829 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:13:12.829 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:13:12.829 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:13:12.830 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 20:13:12.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:13:12.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:13:12.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:13:12.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:13:12.830 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:13:12.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:13:12.838 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:13:12.838 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:13:12.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:13:12.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:13:12.838 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:13:12.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 '\*?\QServers\E') 20:13:12.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:13:12.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:13:12.840 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:13:12.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:13:12.840 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:13:12.840 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:13:12.840 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:13:12.840 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:13:12.840 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:13:12.840 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:13:12.840 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:13:12.842 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.server.ServerPresentTest 20:13:12.842 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:13:12.842 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:13:12.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:13:12.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:13:12.842 INFO [WorkbenchTestable][RequirementsRunner] Finished test: isServerPresentTest server-Apache-Tomcat-7.0(org.eclipse.reddeer.requirements.test.server.ServerPresentTest) 20:13:12.842 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:13:12.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:13:12.843 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 20:13:12.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:13:12.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:13:12.844 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:13:12.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:13:12.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:13:12.845 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:13:12.845 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:13:12.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:13:12.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:13:12.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:13:12.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:13:12.846 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:13:12.846 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:13:12.846 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:13:12.853 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:13:12.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:13:12.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:13:12.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:13:12.855 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:13:12.855 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:13:12.855 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:13:12.856 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:13:12.856 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 20:13:12.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:13:12.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:13:12.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:13:12.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:13:12.856 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:13:12.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:13:12.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:13:12.858 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:13:12.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:13:12.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:13:12.858 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:13:12.858 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:13:12.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:13:12.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:13:12.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:13:12.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:13:12.860 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:13:12.860 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:13:12.860 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:13:12.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:13:12.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:13:12.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:13:12.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:13:12.886 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:13:12.886 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:13:12.887 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:13:12.887 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:13:12.887 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Apache Tomcat v7.0 Server at localhost [Stopped, Republish] 20:13:12.887 DEBUG [main][TreeItemHandler] Selecting tree item: Apache Tomcat v7.0 Server at localhost [Stopped, Republish] 20:13:12.888 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Apache Tomcat v7.0 Server at localhost [Stopped, Republish] about selection 20:13:12.892 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Apache Tomcat v7.0 Server at localhost [Stopped, Republish] 20:13:12.893 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:13:12.893 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:13:12.893 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:13:12.893 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:13:12.894 INFO [WorkbenchTestable][AbstractServer] Delete server 'Apache Tomcat v7.0 Server at localhost'. Stop server first: true 20:13:12.894 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:13:12.894 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:13:12.894 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:13:12.894 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:13:12.895 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:13:12.895 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:13:12.919 DEBUG [main][MenuItemLookup] Found menu:'New' 20:13:12.919 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 20:13:12.919 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:13:12.919 DEBUG [main][MenuItemLookup] Found menu:'' 20:13:12.919 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:13:12.919 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:13:12.919 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:13:12.919 DEBUG [main][MenuItemLookup] Item match:Delete Delete 20:13:12.919 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 20:13:12.919 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 20:13:12.919 INFO [main][MenuItemHandler] Select menu item: Delete Delete 20:13:12.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 20:13:12.948 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 20:13:12.948 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 20:13:12.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:13:12.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:13:12.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 "OK") 20:13:12.949 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:13:12.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:13:12.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:13:12.949 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 20:13:12.949 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:13:12.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:13:12.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:13:12.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:13:12.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:13:12.950 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:13:12.950 INFO [WorkbenchTestable][AbstractButton] Click button OK 20:13:12.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:13:12.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:13:12.950 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:13:12.950 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:13:12.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:13:12.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:13:12.998 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:13:12.999 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:13:12.999 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 20:13:12.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:13:13.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:13:13.001 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:13:13.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:13:13.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:13:13.001 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:13:13.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 '\*?\QServers\E') 20:13:13.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:13:13.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:13:13.010 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:13:13.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:13:13.010 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:13:13.010 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:13:13.010 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:13:13.011 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:13:13.011 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:13:13.011 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:13:13.011 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:13:13.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Apache Tomcat v7.0 Server at localhost... 20:13:13.012 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:13:13.012 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:13:13.013 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:13:13.013 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 20:13:13.013 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 20:13:13.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:13:13.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:13:13.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:13:13.513 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:13:13.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:13:14.014 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:13:14.014 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:13:14.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 20:13:14.015 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 20:13:14.015 INFO [WorkbenchTestable][ServersView2] Requested server 'Apache Tomcat v7.0 Server at localhost' was not found on Servers view 20:13:14.015 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:13:14.015 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:13:14.016 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:13:14.016 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 20:13:14.016 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 20:13:14.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:13:14.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:13:14.016 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:13:14.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:13:14.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:13:15.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:13:15.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:13:15.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 20:13:15.019 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 20:13:15.019 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 0] 20:13:15.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Apache Tomcat v7.0 Server at localhost finished successfully 20:13:15.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:13:15.019 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:13:15.019 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:13:15.020 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:13:15.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:13:15.020 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:13:15.020 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:13:15.020 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:13:15.020 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:13:15.020 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:13:15.020 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:13:15.020 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:13:15.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:13:15.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:13:15.021 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:13:15.021 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:13:15.021 DEBUG [main][MenuItemLookup] Found menu:'File' 20:13:15.021 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:13:15.021 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:13:15.021 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:13:15.021 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:13:15.021 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:13:15.021 DEBUG [main][MenuItemLookup] Item match:Window 20:13:15.022 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:13:15.022 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:13:15.022 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:13:15.022 DEBUG [main][MenuItemLookup] Found menu:'' 20:13:15.022 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:13:15.022 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:13:15.022 DEBUG [main][MenuItemLookup] Found menu:'' 20:13:15.022 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:13:15.022 DEBUG [main][MenuItemLookup] Found menu:'' 20:13:15.022 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:13:15.022 DEBUG [main][MenuItemLookup] Item match:Preferences 20:13:15.022 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:13:15.022 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:13:15.022 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:13:15.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 20:13:15.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 20:13:15.081 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:13:15.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:13:15.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:13:15.082 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:13:15.082 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:13:15.082 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 20:13:15.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:13:15.082 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:13:15.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:13:15.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:13:15.083 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:13:15.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:13:15.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:13:15.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 20:13:15.084 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 20:13:15.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:13:15.084 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 20:13:15.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:13:15.084 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 20:13:15.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 20:13:15.084 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 20:13:15.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:13:15.084 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 20:13:15.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:13:15.084 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 20:13:15.084 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Runtime Environments 20:13:15.085 DEBUG [main][TreeItemHandler] Selecting tree item: Runtime Environments 20:13:15.085 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Runtime Environments about selection 20:13:15.085 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Runtime Environments 20:13:15.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:13:15.085 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:13:15.086 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:13:15.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:13:15.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:13:16.088 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:13:16.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:13:16.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:13:16.089 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Apache Tomcat v7.0 Runtime(test)' 20:13:16.089 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 20:13:16.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:13:16.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:13:16.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:13:16.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:13:16.090 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:13:16.090 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Apache Tomcat v7.0 Runtime' 20:13:16.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:13:16.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:13:16.093 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Apache Tomcat v7.0 Runtime' was found 20:13:16.093 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Apache Tomcat v7.0 Runtime' matched 'Apache Tomcat v7.0 Runtime'! Selecting... 20:13:16.093 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 20:13:16.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:13:16.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:13:16.093 TRACE [main][WidgetHandler] Notify Table with event 13 20:13:16.093 TRACE [main][WidgetHandler] Wait for synchronization 20:13:16.093 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") 20:13:16.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:13:16.093 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:13:16.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:13:16.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:13:16.094 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:13:16.095 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 20:13:16.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:13:16.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:13:16.095 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:13:16.095 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:13:16.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 20:13:19.099 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 20:13:19.099 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 20:13:19.099 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:13:19.100 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:13:19.101 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") 20:13:19.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:13:19.101 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:13:19.102 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:13:19.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:13:19.102 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:13:19.103 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 20:13:19.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:13:19.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:13:19.103 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:13:19.103 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:13:19.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:13:19.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:13:19.124 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:13:19.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:13:19.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:13:19.124 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.requirements.test.server.ServerPresentTest 20:13:19.124 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:13:19.124 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:13:19.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:13:19.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 68.781 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.021 s Running org.eclipse.reddeer.requirements.test.server.ServerCleanupTest 20:13:19.135 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.requirements.test.server.ServerCleanupTest 20:13:19.136 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:13:19.136 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:13:19.136 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.requirements.test.server.ServerCleanupTest 20:13:19.136 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:13:19.136 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 20:13:19.136 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:13:19.136 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 20:13:19.136 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:13:19.136 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 20:13:19.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.*'] 20:13:19.137 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:13:19.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.*'] 20:13:19.137 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:13:19.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.*'] 20:13:19.138 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:13:19.138 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:13:19.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:13:19.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:13:19.138 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:13:19.138 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:13:19.138 DEBUG [main][MenuItemLookup] Found menu:'File' 20:13:19.139 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:13:19.139 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:13:19.139 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:13:19.139 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:13:19.139 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:13:19.139 DEBUG [main][MenuItemLookup] Item match:Window 20:13:19.139 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:13:19.139 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:13:19.139 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:13:19.139 DEBUG [main][MenuItemLookup] Found menu:'' 20:13:19.139 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:13:19.139 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:13:19.139 DEBUG [main][MenuItemLookup] Found menu:'' 20:13:19.139 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:13:19.139 DEBUG [main][MenuItemLookup] Found menu:'' 20:13:19.139 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:13:19.139 DEBUG [main][MenuItemLookup] Item match:Preferences 20:13:19.139 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:13:19.139 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:13:19.139 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:13:19.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 20:13:19.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 20:13:19.202 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:13:19.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:13:19.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:13:19.203 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:13:19.203 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:13:19.203 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 20:13:19.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:13:19.203 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:13:19.204 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:13:19.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:13:19.204 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:13:19.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:13:19.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:13:19.205 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) 20:13:19.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:13:19.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:13:19.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:13:19.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:13:19.206 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:13:19.206 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:13:19.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:13:19.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:13:19.207 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:13:19.207 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:13:19.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:13:19.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:13:19.221 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:13:19.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:13:19.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:13:19.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:13:19.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:13:19.231 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 20:13:19.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:13:19.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:13:19.233 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:13:19.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:13:19.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:13:19.233 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:13:19.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 '\*?\QServers\E') 20:13:19.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:13:19.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:13:19.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:13:19.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:13:19.234 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:13:19.234 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:13:19.234 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:13:19.235 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:13:19.235 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:13:19.235 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:13:19.235 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:13:19.236 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:13:19.236 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:13:19.236 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:13:19.237 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 20:13:19.237 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 20:13:19.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:13:19.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:13:19.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:13:19.737 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:13:19.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:13:20.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:13:20.239 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:13:20.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 20:13:20.240 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 20:13:20.240 INFO [WorkbenchTestable][ApacheTomcatServerRequirement] Setup Apache Tomcat server 20:13:20.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:13:20.241 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:13:20.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:13:20.241 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:13:20.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 Server"] 20:13:20.241 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:13:20.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:13:20.242 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:13:20.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:13:20.242 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:13:20.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:13:20.242 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:13:20.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 Server"] 20:13:20.242 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:13:20.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:13:20.242 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:13:20.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:13:20.243 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:13:20.243 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:13:20.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:13:20.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:13:20.243 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:13:20.243 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:13:20.243 DEBUG [main][MenuItemLookup] Found menu:'File' 20:13:20.243 DEBUG [main][MenuItemLookup] Item match:File 20:13:20.244 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 20:13:20.244 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 20:13:20.246 DEBUG [main][MenuItemLookup] Found menu:'Project...' 20:13:20.246 DEBUG [main][MenuItemLookup] Found menu:'' 20:13:20.246 DEBUG [main][MenuItemLookup] Found menu:'Folder' 20:13:20.246 DEBUG [main][MenuItemLookup] Found menu:'File' 20:13:20.246 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 20:13:20.246 DEBUG [main][MenuItemLookup] Found menu:'' 20:13:20.246 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 20:13:20.246 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 20:13:20.246 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 20:13:20.246 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 20:13:20.246 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 20:13:20.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 20:13:20.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 'New|Select a wizard'] is available. finished successfully 20:13:20.290 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 20:13:20.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:13:20.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:13:20.291 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:13:20.291 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:13:20.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 20:13:20.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:13:20.291 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:13:20.291 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:13:20.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:13:20.291 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:13:20.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:13:20.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:13:20.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 20:13:20.292 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 20:13:20.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:13:20.292 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 20:13:20.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:13:20.293 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 20:13:20.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 20:13:20.293 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 20:13:20.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:13:20.293 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 20:13:20.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:13:20.293 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 20:13:20.293 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 20:13:20.293 DEBUG [main][TreeItemHandler] Selecting tree item: Server 20:13:20.293 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server about selection 20:13:20.293 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 20:13:20.293 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:13:20.293 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 20:13:20.293 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) 20:13:20.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:13:20.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:13:20.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:13:20.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:13:20.294 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:13:20.295 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:13:20.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:13:20.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:13:20.295 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:13:20.295 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:13:20.352 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:13:20.355 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:13:20.355 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:13:20.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 20:13:20.386 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 20:13:20.387 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 20:13:20.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:13:20.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:13:20.387 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 20:13:20.387 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:13:20.388 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 20:13:20.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:13:20.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:13:20.388 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:13:20.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:13:20.389 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:13:20.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 20:13:20.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 20:13:20.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Apache, Tomcat v7.0 Server]... 20:13:20.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:13:20.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:13:20.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Apache has children... 20:13:20.390 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Apache 20:13:20.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:13:20.391 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Apache is already expanded. No action performed 20:13:20.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:13:20.391 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Apache 20:13:20.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Apache has children finished successfully 20:13:20.391 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Apache 20:13:20.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:13:20.391 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Apache is already expanded. No action performed 20:13:20.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:13:20.391 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Apache 20:13:20.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Apache, Tomcat v7.0 Server] finished successfully 20:13:20.392 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 20:13:20.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:13:20.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:13:20.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:13:20.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:13:20.392 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:13:20.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:13:20.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:13:20.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Apache has children... 20:13:20.392 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Apache 20:13:20.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:13:20.393 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Apache is already expanded. No action performed 20:13:20.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:13:20.393 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Apache 20:13:20.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Apache has children finished successfully 20:13:20.393 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Apache 20:13:20.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:13:20.393 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Apache is already expanded. No action performed 20:13:20.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:13:20.393 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Apache 20:13:20.393 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Tomcat v7.0 Server 20:13:20.393 DEBUG [main][TreeItemHandler] Selecting tree item: Tomcat v7.0 Server 20:13:20.393 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Tomcat v7.0 Server about selection 20:13:20.407 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Tomcat v7.0 Server 20:13:20.407 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) 20:13:20.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:13:20.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:13:20.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:13:20.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:13:20.408 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:13:20.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:13:20.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:13:20.909 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:") 20:13:20.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:13:20.909 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:13:20.912 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:13:20.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:13:20.912 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:13:20.912 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:13:20.912 INFO [WorkbenchTestable][AbstractText] Text set to: Apache Tomcat v7.0 Server at localhost 20:13:20.913 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 20:13:20.913 INFO [WorkbenchTestable][NewServerWizard] Go to next wizard page 20:13:20.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.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) 20:13:20.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:13:20.913 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:13:20.914 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:13:20.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:13:20.914 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:13:20.914 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:13:20.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:13:20.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:13:20.914 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:13:20.914 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:13:20.936 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 20:13:20.936 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:13:20.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:13:20.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:13:20.937 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Server" as the parent 20:13:20.937 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:13:20.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:13:20.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:13:20.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:13:20.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:13:20.937 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:13:20.937 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:13:20.937 INFO [WorkbenchTestable][AbstractText] Text set to: Apache Tomcat v7.0 Runtime 20:13:20.938 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 20:13:20.938 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:13:20.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:13:20.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:13:20.939 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Server" as the parent 20:13:20.939 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:13:20.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:13:20.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 20:13:20.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 20:13:20.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:13:20.939 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 20:13:20.939 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:13:20.939 INFO [WorkbenchTestable][AbstractText] Text set to: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.requirements.test/target/apache-tomcat-7.0.56 20:13:20.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 20:14:20.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing failed, NO exception will be thrown 20:14:20.957 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 20:14:20.957 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 20:14:20.957 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) 20:14:20.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:14:20.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:14:20.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:14:20.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:14:20.958 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:14:20.960 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:14:20.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:14:20.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:14:20.960 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:14:20.960 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:14:20.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:14:21.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:14:21.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:14:21.467 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:14:21.467 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:14:21.467 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:14:21.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:14:21.467 INFO [WorkbenchTestable][AbstractServerRequirement] Checking the state of the server 'Apache Tomcat v7.0 Server at localhost' 20:14:21.467 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:14:21.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:14:21.469 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 20:14:21.469 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:14:21.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:14:21.471 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:14:21.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:14:21.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:14:21.471 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:14:21.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 20:14:21.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:14:21.471 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:14:21.473 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:14:21.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:14:21.473 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:14:21.473 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:14:21.473 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:14:21.474 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:14:21.474 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:14:21.474 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:14:21.474 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:14:21.476 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:14:21.476 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:14:21.476 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:14:21.476 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:14:21.477 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 20:14:21.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:14:21.477 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:14:21.477 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:14:21.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:14:21.477 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:14:21.477 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:14:21.486 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:14:21.486 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:14:21.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:14:21.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:14:21.486 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:14:21.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 '\*?\QServers\E') 20:14:21.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:14:21.486 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:14:21.488 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:14:21.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:14:21.488 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:14:21.488 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:14:21.488 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:14:21.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:14:21.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:14:21.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:14:21.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:14:21.490 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:14:21.490 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:14:21.491 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:14:21.491 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:14:21.491 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:14:21.491 INFO [WorkbenchTestable][RequirementsRunner] Started test: testServerCleanup server-Apache-Tomcat-7.0(org.eclipse.reddeer.requirements.test.server.ServerCleanupTest) 20:14:21.491 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.server.ServerCleanupTest 20:14:21.492 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:14:21.492 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:14:21.492 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:14:21.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:14:21.493 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:14:21.493 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 20:14:21.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:14:21.494 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:14:21.494 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:14:21.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:14:21.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:14:21.495 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:14:21.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 '\*?\QServers\E') 20:14:21.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:14:21.495 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:14:21.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:14:21.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:14:21.503 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:14:21.503 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:14:21.503 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:14:21.504 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:14:21.504 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:14:21.504 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:14:21.504 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:14:21.505 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:14:21.505 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:14:21.506 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:14:21.506 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:14:21.506 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 20:14:21.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:14:21.506 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:14:21.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:14:21.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:14:21.506 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:14:21.506 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:14:21.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:14:21.508 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:14:21.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:14:21.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:14:21.508 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:14:21.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 '\*?\QServers\E') 20:14:21.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:14:21.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:14:21.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:14:21.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:14:21.510 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:14:21.510 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:14:21.510 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:14:21.511 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:14:21.511 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:14:21.511 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:14:21.511 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:14:21.518 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:14:21.518 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:14:21.519 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:14:21.519 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:14:21.519 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Apache Tomcat v7.0 Server at localhost [Stopped, Republish] 20:14:21.519 DEBUG [main][TreeItemHandler] Selecting tree item: Apache Tomcat v7.0 Server at localhost [Stopped, Republish] 20:14:21.519 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Apache Tomcat v7.0 Server at localhost [Stopped, Republish] about selection 20:14:21.523 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Apache Tomcat v7.0 Server at localhost [Stopped, Republish] 20:14:21.524 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:14:21.524 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:14:21.524 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:14:21.525 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:14:21.525 INFO [WorkbenchTestable][AbstractServer] Delete server 'Apache Tomcat v7.0 Server at localhost'. Stop server first: true 20:14:21.525 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:14:21.525 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:14:21.525 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:14:21.525 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:14:21.526 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:14:21.526 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:14:21.541 DEBUG [main][MenuItemLookup] Found menu:'New' 20:14:21.541 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 20:14:21.541 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:14:21.541 DEBUG [main][MenuItemLookup] Found menu:'' 20:14:21.541 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:14:21.541 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:14:21.541 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:14:21.541 DEBUG [main][MenuItemLookup] Item match:Delete Delete 20:14:21.542 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 20:14:21.542 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 20:14:21.542 INFO [main][MenuItemHandler] Select menu item: Delete Delete 20:14:21.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 20:14:21.593 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 20:14:21.593 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 20:14:21.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:14:21.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:14:21.593 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:14:21.593 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:14:21.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:14:21.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:14:21.594 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 20:14:21.594 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:14:21.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:14:21.594 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:14:21.594 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:14:21.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:14:21.594 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:14:21.595 INFO [WorkbenchTestable][AbstractButton] Click button OK 20:14:21.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:14:21.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:14:21.595 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:14:21.595 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:14:21.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:14:21.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:14:21.612 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:14:21.614 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:14:21.614 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 20:14:21.614 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:14:21.615 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:14:21.615 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:14:21.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:14:21.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:14:21.616 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:14:21.616 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:14:21.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:14:21.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:14:21.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:14:21.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:14:21.617 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:14:21.618 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:14:21.618 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:14:21.619 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:14:21.619 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:14:21.619 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:14:21.619 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:14:21.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Apache Tomcat v7.0 Server at localhost... 20:14:21.620 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:14:21.620 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:14:21.620 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:14:21.620 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 20:14:21.620 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 20:14:21.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:14:21.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:14:21.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:14:22.121 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:14:22.121 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:14:22.622 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:14:22.623 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:14:22.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 20:14:22.624 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 20:14:22.624 INFO [WorkbenchTestable][ServersView2] Requested server 'Apache Tomcat v7.0 Server at localhost' was not found on Servers view 20:14:22.624 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:14:22.624 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:14:22.625 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:14:22.625 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 20:14:22.625 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 20:14:22.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:14:22.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:14:22.625 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:14:23.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:14:23.126 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:14:23.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:14:23.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:14:23.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 20:14:23.628 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 20:14:23.628 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 0] 20:14:23.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Apache Tomcat v7.0 Server at localhost finished successfully 20:14:23.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:14:23.629 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:14:23.629 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:14:23.629 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:14:23.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:14:23.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.*'] 20:14:23.629 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:14:23.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.*'] 20:14:23.629 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:14:23.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.*'] 20:14:23.629 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:14:23.630 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:14:23.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:14:23.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:14:23.630 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:14:23.630 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:14:23.630 DEBUG [main][MenuItemLookup] Found menu:'File' 20:14:23.630 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:14:23.630 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:14:23.630 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:14:23.630 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:14:23.631 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:14:23.631 DEBUG [main][MenuItemLookup] Item match:Window 20:14:23.631 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:14:23.631 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:14:23.631 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:14:23.631 DEBUG [main][MenuItemLookup] Found menu:'' 20:14:23.631 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:14:23.631 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:14:23.631 DEBUG [main][MenuItemLookup] Found menu:'' 20:14:23.631 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:14:23.631 DEBUG [main][MenuItemLookup] Found menu:'' 20:14:23.631 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:14:23.631 DEBUG [main][MenuItemLookup] Item match:Preferences 20:14:23.631 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:14:23.631 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:14:23.631 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:14:23.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 20:14:23.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 20:14:23.695 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:14:23.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:14:23.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:14:23.697 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:14:23.697 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:14:23.697 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 20:14:23.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:14:23.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:14:23.697 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:14:23.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:14:23.697 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:14:23.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:14:23.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:14:23.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 20:14:23.698 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 20:14:23.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:14:23.698 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 20:14:23.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:14:23.698 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 20:14:23.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 20:14:23.698 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 20:14:23.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:14:23.698 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 20:14:23.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:14:23.698 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 20:14:23.699 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Runtime Environments 20:14:23.699 DEBUG [main][TreeItemHandler] Selecting tree item: Runtime Environments 20:14:23.699 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Runtime Environments about selection 20:14:23.699 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Runtime Environments 20:14:23.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:14:23.699 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:14:23.705 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:14:24.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:14:24.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:14:24.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:14:24.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:14:24.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:14:24.708 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Apache Tomcat v7.0 Runtime(test)' 20:14:24.708 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 20:14:24.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:14:24.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:14:24.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:14:24.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:14:24.709 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:14:24.710 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Apache Tomcat v7.0 Runtime' 20:14:24.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:14:24.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:14:24.712 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Apache Tomcat v7.0 Runtime' was found 20:14:24.712 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Apache Tomcat v7.0 Runtime' matched 'Apache Tomcat v7.0 Runtime'! Selecting... 20:14:24.712 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 20:14:24.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:14:24.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:14:24.712 TRACE [main][WidgetHandler] Notify Table with event 13 20:14:24.712 TRACE [main][WidgetHandler] Wait for synchronization 20:14:24.713 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") 20:14:24.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:14:24.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:14:24.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:14:24.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:14:24.714 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:14:24.714 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 20:14:24.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:14:24.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:14:24.714 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:14:24.714 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:14:24.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 20:14:27.718 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 20:14:27.718 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 20:14:27.718 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:14:27.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:14:27.720 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") 20:14:27.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:14:27.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:14:27.721 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:14:27.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:14:27.721 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:14:27.722 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 20:14:27.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:14:27.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:14:27.722 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:14:27.722 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:14:27.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:14:27.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:14:27.736 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:14:27.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:14:27.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:14:27.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:14:27.737 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:14:27.737 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 20:14:27.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:14:27.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:14:27.739 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:14:27.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:14:27.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:14:27.739 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:14:27.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 '\*?\QServers\E') 20:14:27.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:14:27.739 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:14:27.748 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:14:27.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:14:27.748 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:14:27.748 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:14:27.748 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:14:27.748 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:14:27.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:14:27.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:14:27.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:14:27.749 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:14:27.749 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:14:27.750 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:14:27.750 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 20:14:27.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.cnf.ServersView2, index 0 and no matchers specified 20:14:27.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:14:27.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:14:27.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:14:28.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:14:28.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:14:28.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:14:28.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:14:28.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 20:14:28.754 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 20:14:28.754 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.server.ServerCleanupTest 20:14:28.754 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:14:28.754 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:14:28.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:14:28.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:14:28.754 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testServerCleanup server-Apache-Tomcat-7.0(org.eclipse.reddeer.requirements.test.server.ServerCleanupTest) 20:14:28.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:14:28.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:14:28.756 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 20:14:28.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:14:28.758 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:14:28.758 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:14:28.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:14:28.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:14:28.758 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:14:28.758 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:14:28.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:14:28.758 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:14:28.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:14:28.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:14:28.760 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:14:28.760 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:14:28.760 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:14:28.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:14:28.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:14:28.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:14:28.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:14:28.761 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:14:28.761 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:14:28.762 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:14:28.762 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 20:14:28.762 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 20:14:28.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:14:28.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:14:28.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:14:29.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:14:29.263 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:14:29.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:14:29.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:14:29.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 20:14:29.764 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 20:14:29.764 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.requirements.test.server.ServerCleanupTest 20:14:29.764 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:14:29.764 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:14:29.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:14:29.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 70.63 s - in org.eclipse.reddeer.requirements.test.server.ServerCleanupTest testServerCleanup server-Apache-Tomcat-7.0(org.eclipse.reddeer.requirements.test.server.ServerCleanupTest) Time elapsed: 7.263 s Running org.eclipse.reddeer.requirements.test.server.ServerStoppedTest 20:14:29.768 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.requirements.test.server.ServerStoppedTest 20:14:29.769 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:14:29.769 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:14:29.769 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.requirements.test.server.ServerStoppedTest 20:14:29.769 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:14:29.769 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 20:14:29.770 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:14:29.770 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 20:14:29.770 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:14:29.770 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 20:14:29.770 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:14:29.770 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:14:29.770 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:14:29.770 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:14:29.770 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:14:29.770 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:14:29.771 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:14:29.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:14:29.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:14:29.771 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:14:29.771 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:14:29.771 DEBUG [main][MenuItemLookup] Found menu:'File' 20:14:29.771 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:14:29.771 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:14:29.771 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:14:29.771 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:14:29.772 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:14:29.772 DEBUG [main][MenuItemLookup] Item match:Window 20:14:29.772 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:14:29.772 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:14:29.772 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:14:29.772 DEBUG [main][MenuItemLookup] Found menu:'' 20:14:29.772 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:14:29.772 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:14:29.772 DEBUG [main][MenuItemLookup] Found menu:'' 20:14:29.772 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:14:29.772 DEBUG [main][MenuItemLookup] Found menu:'' 20:14:29.772 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:14:29.772 DEBUG [main][MenuItemLookup] Item match:Preferences 20:14:29.772 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:14:29.772 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:14:29.772 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:14:29.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 'Preferences.*'] is available.... 20:14:29.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 20:14:29.831 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:14:29.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:14:29.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:14:29.832 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:14:29.832 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:14:29.832 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 20:14:29.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:14:29.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:14:29.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:14:29.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:14:29.833 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:14:29.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:14:29.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:14:29.834 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) 20:14:29.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:14:29.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:14:29.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:14:29.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:14:29.835 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:14:29.835 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:14:29.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:14:29.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:14:29.835 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:14:29.835 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:14:29.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:14:29.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:14:29.849 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:14:29.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:14:29.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:14:29.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:14:29.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:14:29.851 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 20:14:29.851 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:14:29.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:14:29.852 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:14:29.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:14:29.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:14:29.852 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:14:29.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') 20:14:29.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:14:29.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:14:29.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:14:29.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:14:29.861 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:14:29.861 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:14:29.861 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:14:29.862 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:14:29.862 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:14:29.862 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:14:29.862 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:14:29.863 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:14:29.863 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:14:29.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:14:29.863 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 20:14:29.864 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 20:14:29.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:14:29.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:14:29.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:14:30.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:14:30.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:14:30.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:14:30.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:14:30.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 20:14:30.866 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 20:14:30.866 INFO [WorkbenchTestable][ApacheTomcatServerRequirement] Setup Apache Tomcat server 20:14:30.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:14:30.866 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:14:30.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:14:30.866 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:14:30.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 Server"] 20:14:30.867 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:14:30.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:14:30.867 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:14:30.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:14:30.867 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:14:30.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:14:30.867 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:14:30.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 Server"] 20:14:30.868 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:14:30.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:14:30.868 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:14:30.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:14:30.868 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:14:30.868 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:14:30.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:14:30.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:14:30.869 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:14:30.869 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:14:30.869 DEBUG [main][MenuItemLookup] Found menu:'File' 20:14:30.869 DEBUG [main][MenuItemLookup] Item match:File 20:14:30.870 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 20:14:30.870 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 20:14:30.872 DEBUG [main][MenuItemLookup] Found menu:'Project...' 20:14:30.872 DEBUG [main][MenuItemLookup] Found menu:'' 20:14:30.872 DEBUG [main][MenuItemLookup] Found menu:'Folder' 20:14:30.872 DEBUG [main][MenuItemLookup] Found menu:'File' 20:14:30.872 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 20:14:30.872 DEBUG [main][MenuItemLookup] Found menu:'' 20:14:30.872 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 20:14:30.872 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 20:14:30.878 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 20:14:30.878 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 20:14:30.878 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 20:14:30.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 'New|Select a wizard'] is available.... 20:14:30.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 'New|Select a wizard'] is available. finished successfully 20:14:30.923 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 20:14:30.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:14:30.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:14:30.923 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:14:30.923 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:14:30.924 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 20:14:30.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:14:30.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:14:30.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:14:30.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:14:30.924 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:14:30.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:14:30.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:14:30.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 20:14:30.926 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 20:14:30.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:14:30.926 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 20:14:30.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:14:30.926 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 20:14:30.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 20:14:30.926 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 20:14:30.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:14:30.926 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 20:14:30.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:14:30.926 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 20:14:30.926 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 20:14:30.926 DEBUG [main][TreeItemHandler] Selecting tree item: Server 20:14:30.926 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server about selection 20:14:30.927 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 20:14:30.927 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:14:30.927 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 20:14:30.927 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) 20:14:30.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:14:30.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:14:30.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:14:30.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:14:30.928 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:14:30.928 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:14:30.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:14:30.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:14:30.928 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:14:30.928 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:14:31.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:14:31.016 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:14:31.016 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:14:31.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 20:14:31.016 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 20:14:31.016 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 20:14:31.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:14:31.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:14:31.017 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 20:14:31.017 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:14:31.018 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 20:14:31.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:14:31.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:14:31.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:14:31.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:14:31.018 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:14:31.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 20:14:31.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 20:14:31.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Apache, Tomcat v7.0 Server]... 20:14:31.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:14:31.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:14:31.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Apache has children... 20:14:31.021 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Apache 20:14:31.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:14:31.021 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Apache is already expanded. No action performed 20:14:31.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:14:31.021 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Apache 20:14:31.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Apache has children finished successfully 20:14:31.021 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Apache 20:14:31.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:14:31.022 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Apache is already expanded. No action performed 20:14:31.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:14:31.022 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Apache 20:14:31.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Apache, Tomcat v7.0 Server] finished successfully 20:14:31.022 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 20:14:31.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:14:31.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:14:31.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:14:31.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:14:31.023 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:14:31.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:14:31.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:14:31.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Apache has children... 20:14:31.023 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Apache 20:14:31.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:14:31.023 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Apache is already expanded. No action performed 20:14:31.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:14:31.023 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Apache 20:14:31.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Apache has children finished successfully 20:14:31.024 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Apache 20:14:31.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:14:31.024 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Apache is already expanded. No action performed 20:14:31.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:14:31.024 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Apache 20:14:31.032 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Tomcat v7.0 Server 20:14:31.032 DEBUG [main][TreeItemHandler] Selecting tree item: Tomcat v7.0 Server 20:14:31.032 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Tomcat v7.0 Server about selection 20:14:31.049 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Tomcat v7.0 Server 20:14:31.049 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) 20:14:31.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:14:31.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:14:31.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:14:31.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:14:31.050 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:14:31.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:14:31.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:14:31.550 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:") 20:14:31.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:14:31.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:14:31.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:14:31.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:14:31.554 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:14:31.554 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:14:31.554 INFO [WorkbenchTestable][AbstractText] Text set to: Apache Tomcat v7.0 Server at localhost 20:14:31.555 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 20:14:31.555 INFO [WorkbenchTestable][NewServerWizard] Go to next wizard page 20:14:31.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.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) 20:14:31.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:14:31.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:14:31.556 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:14:31.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:14:31.556 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:14:31.556 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:14:31.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:14:31.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:14:31.556 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:14:31.556 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:14:31.580 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 20:14:31.580 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:14:31.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:14:31.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:14:31.580 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Server" as the parent 20:14:31.580 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:14:31.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:14:31.580 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:14:31.580 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:14:31.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:14:31.580 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:14:31.580 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:14:31.580 INFO [WorkbenchTestable][AbstractText] Text set to: Apache Tomcat v7.0 Runtime 20:14:31.582 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 20:14:31.582 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:14:31.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:14:31.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:14:31.582 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Server" as the parent 20:14:31.582 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:14:31.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:14:31.582 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 20:14:31.582 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 20:14:31.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:14:31.582 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 20:14:31.582 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:14:31.583 INFO [WorkbenchTestable][AbstractText] Text set to: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.requirements.test/target/apache-tomcat-7.0.56 20:14:31.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 20:15:31.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing failed, NO exception will be thrown 20:15:31.598 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 20:15:31.598 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 20:15:31.598 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) 20:15:31.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:31.599 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:31.599 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:31.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:31.599 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:15:31.601 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:15:31.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:15:31.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:15:31.601 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:15:31.601 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:15:31.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:15:32.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:15:32.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:15:32.107 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:15:32.107 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:15:32.107 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:15:32.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:15:32.107 INFO [WorkbenchTestable][AbstractServerRequirement] Checking the state of the server 'Apache Tomcat v7.0 Server at localhost' 20:15:32.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:32.108 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:32.108 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 20:15:32.108 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:32.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:32.109 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:15:32.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:15:32.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:15:32.110 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:15:32.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') 20:15:32.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:32.110 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:32.111 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:32.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:32.111 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:15:32.111 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:15:32.111 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:15:32.111 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:15:32.112 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:15:32.112 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:15:32.112 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:15:32.113 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:15:32.113 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:15:32.113 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:15:32.113 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:15:32.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 20:15:32.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:32.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:32.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:32.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:32.114 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:15:32.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:32.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:32.115 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:15:32.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:15:32.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:15:32.116 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:15:32.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 '\*?\QServers\E') 20:15:32.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:32.116 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:32.117 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:32.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:32.117 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:15:32.117 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:15:32.117 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:15:32.118 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:15:32.118 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:15:32.118 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:15:32.118 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:15:32.119 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:15:32.119 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:15:32.119 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:15:32.119 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:15:32.119 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:15:32.120 INFO [WorkbenchTestable][RequirementsRunner] Started test: isServerStoppedTest server-Apache-Tomcat-7.0(org.eclipse.reddeer.requirements.test.server.ServerStoppedTest) 20:15:32.120 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.server.ServerStoppedTest 20:15:32.120 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:15:32.120 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:15:32.120 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:15:32.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:32.121 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:32.121 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 20:15:32.121 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:32.122 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:32.122 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:15:32.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:15:32.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:15:32.122 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:15:32.122 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:15:32.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:32.122 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:32.124 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:32.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:32.124 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:15:32.124 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:15:32.124 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:15:32.124 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:15:32.124 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:15:32.124 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:15:32.124 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:15:32.125 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:15:32.125 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:15:32.126 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:15:32.126 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:15:32.126 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 20:15:32.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:32.126 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:32.126 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:32.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:32.126 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:15:32.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:32.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:32.128 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:15:32.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:15:32.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:15:32.135 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:15:32.135 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:15:32.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:32.135 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:32.136 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:32.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:32.136 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:15:32.136 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:15:32.136 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:15:32.137 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:15:32.137 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:15:32.137 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:15:32.137 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:15:32.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:32.139 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:32.139 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:15:32.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:15:32.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:15:32.140 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:15:32.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 20:15:32.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:32.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:32.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:32.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:32.141 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:15:32.141 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:15:32.141 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:15:32.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:15:32.142 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:15:32.142 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:15:32.142 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:15:32.143 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.server.ServerStoppedTest 20:15:32.143 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:15:32.143 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:15:32.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:15:32.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:15:32.143 INFO [WorkbenchTestable][RequirementsRunner] Finished test: isServerStoppedTest server-Apache-Tomcat-7.0(org.eclipse.reddeer.requirements.test.server.ServerStoppedTest) 20:15:32.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:32.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:32.144 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 20:15:32.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:32.151 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:32.151 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:15:32.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:15:32.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:15:32.152 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:15:32.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') 20:15:32.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:32.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:32.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:32.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:32.153 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:15:32.153 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:15:32.153 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:15:32.153 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:15:32.154 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:15:32.154 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:15:32.154 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:15:32.155 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:15:32.155 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:15:32.155 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:15:32.156 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:15:32.156 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 20:15:32.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:32.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:32.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:32.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:32.156 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:15:32.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:32.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:32.157 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:15:32.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:15:32.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:15:32.158 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:15:32.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') 20:15:32.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:32.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:32.159 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:32.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:32.159 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:15:32.159 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:15:32.159 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:15:32.160 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:15:32.160 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:15:32.160 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:15:32.160 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:15:32.167 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:15:32.167 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:15:32.168 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:15:32.168 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:15:32.168 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Apache Tomcat v7.0 Server at localhost [Stopped, Republish] 20:15:32.169 DEBUG [main][TreeItemHandler] Selecting tree item: Apache Tomcat v7.0 Server at localhost [Stopped, Republish] 20:15:32.169 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Apache Tomcat v7.0 Server at localhost [Stopped, Republish] about selection 20:15:32.173 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Apache Tomcat v7.0 Server at localhost [Stopped, Republish] 20:15:32.173 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:15:32.173 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:15:32.174 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:15:32.174 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:15:32.174 INFO [WorkbenchTestable][AbstractServer] Delete server 'Apache Tomcat v7.0 Server at localhost'. Stop server first: true 20:15:32.174 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:15:32.174 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:15:32.175 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:15:32.175 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:15:32.175 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:15:32.175 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:15:32.190 DEBUG [main][MenuItemLookup] Found menu:'New' 20:15:32.190 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 20:15:32.190 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:15:32.190 DEBUG [main][MenuItemLookup] Found menu:'' 20:15:32.190 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:15:32.190 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:15:32.190 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:15:32.190 DEBUG [main][MenuItemLookup] Item match:Delete Delete 20:15:32.190 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 20:15:32.190 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 20:15:32.190 INFO [main][MenuItemHandler] Select menu item: Delete Delete 20:15:32.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 20:15:32.215 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 20:15:32.215 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 20:15:32.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:15:32.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:15:32.215 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:15:32.215 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:15:32.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:15:32.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:15:32.216 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 20:15:32.216 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:15:32.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:32.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:32.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:32.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:32.216 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:15:32.216 INFO [WorkbenchTestable][AbstractButton] Click button OK 20:15:32.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:15:32.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:15:32.217 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:15:32.217 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:15:32.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:15:32.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:15:32.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:32.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:32.237 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 20:15:32.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:32.239 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:32.239 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:15:32.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:15:32.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:15:32.239 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:15:32.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 '\*?\QServers\E') 20:15:32.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:32.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:32.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:32.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:32.241 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:15:32.241 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:15:32.241 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:15:32.242 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:15:32.242 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:15:32.242 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:15:32.242 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:15:32.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Apache Tomcat v7.0 Server at localhost... 20:15:32.243 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:15:32.243 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:15:32.244 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:15:32.244 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 20:15:32.244 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 20:15:32.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:32.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:32.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:15:32.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:32.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:15:33.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:33.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:15:33.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 20:15:33.246 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 20:15:33.247 INFO [WorkbenchTestable][ServersView2] Requested server 'Apache Tomcat v7.0 Server at localhost' was not found on Servers view 20:15:33.247 INFO [WorkbenchTestable][AbstractView] Activate view Servers 20:15:33.247 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 20:15:33.247 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:15:33.247 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 20:15:33.247 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 20:15:33.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:33.247 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:33.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:15:33.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:33.748 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:15:34.248 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:34.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:15:34.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 20:15:34.250 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 20:15:34.250 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 0] 20:15:34.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Apache Tomcat v7.0 Server at localhost finished successfully 20:15:34.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:15:34.250 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:15:34.250 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:15:34.250 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:15:34.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:15:34.250 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:15:34.250 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:15:34.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.*'] 20:15:34.251 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:15:34.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.*'] 20:15:34.251 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:15:34.251 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:15:34.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:15:34.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:15:34.251 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:15:34.251 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:15:34.252 DEBUG [main][MenuItemLookup] Found menu:'File' 20:15:34.252 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:15:34.252 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:15:34.252 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:15:34.252 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:15:34.252 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:15:34.252 DEBUG [main][MenuItemLookup] Item match:Window 20:15:34.252 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:15:34.252 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:15:34.252 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:15:34.252 DEBUG [main][MenuItemLookup] Found menu:'' 20:15:34.252 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:15:34.252 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:15:34.252 DEBUG [main][MenuItemLookup] Found menu:'' 20:15:34.252 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:15:34.252 DEBUG [main][MenuItemLookup] Found menu:'' 20:15:34.252 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:15:34.252 DEBUG [main][MenuItemLookup] Item match:Preferences 20:15:34.252 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:15:34.252 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:15:34.252 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:15:34.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 20:15:34.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 20:15:34.314 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:15:34.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:15:34.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:15:34.315 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:15:34.315 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:15:34.315 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 20:15:34.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:34.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:34.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:34.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:34.315 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:15:34.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:15:34.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:15:34.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 20:15:34.316 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 20:15:34.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:15:34.316 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 20:15:34.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:15:34.316 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 20:15:34.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 20:15:34.316 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 20:15:34.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:15:34.317 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 20:15:34.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:15:34.317 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 20:15:34.317 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Runtime Environments 20:15:34.317 DEBUG [main][TreeItemHandler] Selecting tree item: Runtime Environments 20:15:34.317 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Runtime Environments about selection 20:15:34.317 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Runtime Environments 20:15:34.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:34.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:34.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:15:34.818 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:34.819 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:15:35.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:35.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:15:35.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:15:35.321 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Apache Tomcat v7.0 Runtime(test)' 20:15:35.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 20:15:35.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:35.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:35.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:35.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:35.322 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:15:35.322 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Apache Tomcat v7.0 Runtime' 20:15:35.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:15:35.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:15:35.325 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Apache Tomcat v7.0 Runtime' was found 20:15:35.325 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Apache Tomcat v7.0 Runtime' matched 'Apache Tomcat v7.0 Runtime'! Selecting... 20:15:35.325 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 20:15:35.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:15:35.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:15:35.325 TRACE [main][WidgetHandler] Notify Table with event 13 20:15:35.325 TRACE [main][WidgetHandler] Wait for synchronization 20:15:35.326 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") 20:15:35.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:35.326 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:35.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:35.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:35.327 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:15:35.327 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 20:15:35.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:15:35.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:15:35.327 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:15:35.328 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:15:35.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 20:15:38.333 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 20:15:38.333 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 20:15:38.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:38.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:38.335 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") 20:15:38.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:38.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:38.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:38.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:38.336 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:15:38.337 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 20:15:38.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:15:38.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:15:38.337 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:15:38.337 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:15:38.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:15:38.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:15:38.351 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:15:38.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:15:38.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:15:38.351 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.requirements.test.server.ServerStoppedTest 20:15:38.351 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:15:38.351 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:15:38.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:15:38.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 68.583 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.023 s Running org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOffTest 20:15:38.355 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOffTest 20:15:38.356 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:15:38.356 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:15:38.356 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOffTest 20:15:38.356 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:15:38.356 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 20:15:38.357 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:15:38.357 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 20:15:38.357 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:15:38.357 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 20:15:38.357 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:15:38.357 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:15:38.357 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:15:38.357 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:15:38.357 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:15:38.357 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:15:38.357 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:15:38.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:15:38.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:15:38.358 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:15:38.358 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:15:38.358 DEBUG [main][MenuItemLookup] Found menu:'File' 20:15:38.358 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:15:38.358 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:15:38.358 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:15:38.358 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:15:38.358 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:15:38.358 DEBUG [main][MenuItemLookup] Item match:Window 20:15:38.358 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:15:38.358 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:15:38.358 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:15:38.358 DEBUG [main][MenuItemLookup] Found menu:'' 20:15:38.358 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:15:38.358 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:15:38.358 DEBUG [main][MenuItemLookup] Found menu:'' 20:15:38.358 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:15:38.358 DEBUG [main][MenuItemLookup] Found menu:'' 20:15:38.358 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:15:38.359 DEBUG [main][MenuItemLookup] Item match:Preferences 20:15:38.359 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:15:38.359 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:15:38.359 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:15:38.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 20:15:38.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 20:15:38.415 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:15:38.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:15:38.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:15:38.416 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:15:38.416 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:15:38.416 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 20:15:38.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:38.416 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:38.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:38.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:38.417 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:15:38.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:15:38.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:15:38.417 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) 20:15:38.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:38.417 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:38.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:38.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:38.418 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:15:38.419 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:15:38.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:15:38.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:15:38.419 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:15:38.419 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:15:38.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:15:38.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:15:38.432 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:15:38.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:15:38.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:15:38.433 INFO [WorkbenchTestable][PreferencesUtil] Setting the auto building OFF. 20:15:38.433 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:15:38.433 INFO [WorkbenchTestable][RequirementsRunner] Started test: autoBuildRequirementOffTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOffTest) 20:15:38.433 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOffTest 20:15:38.433 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:15:38.433 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:15:38.433 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:15:38.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:15:38.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:15:38.434 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:15:38.434 DEBUG [main][MenuItemLookup] Found menu:'File' 20:15:38.434 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:15:38.434 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:15:38.434 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:15:38.434 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:15:38.434 DEBUG [main][MenuItemLookup] Item match:Project 20:15:38.436 DEBUG [main][MenuItemLookup] Found menu:'Open Project' 20:15:38.436 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 20:15:38.436 DEBUG [main][MenuItemLookup] Found menu:'' 20:15:38.436 DEBUG [main][MenuItemLookup] Found menu:'Build All Ctrl+B' 20:15:38.436 DEBUG [main][MenuItemLookup] Found menu:'Build Project' 20:15:38.436 DEBUG [main][MenuItemLookup] Found menu:'Build Working Set' 20:15:38.436 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 20:15:38.436 DEBUG [main][MenuItemLookup] Found menu:'Build Automatically' 20:15:38.436 DEBUG [main][MenuItemLookup] Item match:Build Automatically 20:15:38.444 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOffTest 20:15:38.444 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:15:38.444 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:15:38.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:15:38.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:15:38.444 INFO [WorkbenchTestable][RequirementsRunner] Finished test: autoBuildRequirementOffTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOffTest) 20:15:38.444 INFO [WorkbenchTestable][PreferencesUtil] Setting the auto building ON. 20:15:38.445 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOffTest 20:15:38.445 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:15:38.445 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:15:38.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:15:38.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 s - in org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOffTest autoBuildRequirementOffTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOffTest) Time elapsed: 0.011 s Running org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOnTest 20:15:38.448 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOnTest 20:15:38.449 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:15:38.449 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:15:38.449 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOnTest 20:15:38.449 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:15:38.449 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 20:15:38.450 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:15:38.450 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 20:15:38.450 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:15:38.450 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 20:15:38.450 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:15:38.450 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:15:38.450 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:15:38.450 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:15:38.450 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:15:38.450 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:15:38.450 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:15:38.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:15:38.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:15:38.451 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:15:38.451 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:15:38.451 DEBUG [main][MenuItemLookup] Found menu:'File' 20:15:38.451 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:15:38.451 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:15:38.451 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:15:38.451 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:15:38.451 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:15:38.451 DEBUG [main][MenuItemLookup] Item match:Window 20:15:38.451 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:15:38.452 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:15:38.452 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:15:38.452 DEBUG [main][MenuItemLookup] Found menu:'' 20:15:38.452 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:15:38.452 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:15:38.452 DEBUG [main][MenuItemLookup] Found menu:'' 20:15:38.452 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:15:38.452 DEBUG [main][MenuItemLookup] Found menu:'' 20:15:38.452 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:15:38.452 DEBUG [main][MenuItemLookup] Item match:Preferences 20:15:38.452 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:15:38.452 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:15:38.452 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:15:38.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 20:15:38.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 20:15:38.521 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:15:38.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:15:38.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:15:38.522 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:15:38.522 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:15:38.522 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 20:15:38.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:38.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:38.523 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:38.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:38.523 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:15:38.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:15:38.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:15:38.523 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) 20:15:38.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:38.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:38.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:38.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:38.524 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:15:38.525 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:15:38.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:15:38.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:15:38.525 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:15:38.525 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:15:38.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:15:38.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:15:38.537 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:15:38.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:15:38.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:15:38.538 INFO [WorkbenchTestable][PreferencesUtil] Setting the auto building ON. 20:15:38.538 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:15:38.538 INFO [WorkbenchTestable][RequirementsRunner] Started test: autoBuildRequirementOnTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOnTest) 20:15:38.538 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOnTest 20:15:38.538 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:15:38.538 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:15:38.538 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:15:38.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:15:38.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:15:38.538 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:15:38.538 DEBUG [main][MenuItemLookup] Found menu:'File' 20:15:38.538 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:15:38.538 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:15:38.538 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:15:38.538 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:15:38.538 DEBUG [main][MenuItemLookup] Item match:Project 20:15:38.539 DEBUG [main][MenuItemLookup] Found menu:'Open Project' 20:15:38.539 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 20:15:38.539 DEBUG [main][MenuItemLookup] Found menu:'' 20:15:38.539 DEBUG [main][MenuItemLookup] Found menu:'Build All Ctrl+B' 20:15:38.539 DEBUG [main][MenuItemLookup] Found menu:'Build Project' 20:15:38.539 DEBUG [main][MenuItemLookup] Found menu:'Build Working Set' 20:15:38.539 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 20:15:38.539 DEBUG [main][MenuItemLookup] Found menu:'Build Automatically' 20:15:38.539 DEBUG [main][MenuItemLookup] Item match:Build Automatically 20:15:38.539 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOnTest 20:15:38.539 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:15:38.539 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:15:38.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:15:38.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:15:38.539 INFO [WorkbenchTestable][RequirementsRunner] Finished test: autoBuildRequirementOnTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOnTest) 20:15:38.539 INFO [WorkbenchTestable][PreferencesUtil] Setting the auto building ON. 20:15:38.539 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOnTest 20:15:38.539 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:15:38.539 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:15:38.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:15:38.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s - in org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOnTest autoBuildRequirementOnTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOnTest) Time elapsed: 0.001 s Running org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementWithoutCleanupTest 20:15:38.542 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementWithoutCleanupTest 20:15:38.543 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:15:38.543 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:15:38.543 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementWithoutCleanupTest 20:15:38.543 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:15:38.543 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 20:15:38.543 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:15:38.543 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 20:15:38.543 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:15:38.544 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 20:15:38.544 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:15:38.544 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:15:38.544 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:15:38.551 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:15:38.551 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:15:38.551 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:15:38.552 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:15:38.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:15:38.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:15:38.552 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:15:38.552 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:15:38.552 DEBUG [main][MenuItemLookup] Found menu:'File' 20:15:38.552 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:15:38.552 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:15:38.552 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:15:38.552 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:15:38.552 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:15:38.552 DEBUG [main][MenuItemLookup] Item match:Window 20:15:38.553 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:15:38.553 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:15:38.553 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:15:38.553 DEBUG [main][MenuItemLookup] Found menu:'' 20:15:38.553 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:15:38.553 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:15:38.553 DEBUG [main][MenuItemLookup] Found menu:'' 20:15:38.553 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:15:38.553 DEBUG [main][MenuItemLookup] Found menu:'' 20:15:38.553 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:15:38.553 DEBUG [main][MenuItemLookup] Item match:Preferences 20:15:38.553 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:15:38.553 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:15:38.553 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:15:38.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 'Preferences.*'] is available.... 20:15:38.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 'Preferences.*'] is available. finished successfully 20:15:38.632 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:15:38.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:15:38.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:15:38.633 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:15:38.633 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:15:38.633 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 20:15:38.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:38.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:38.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:38.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:38.634 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:15:38.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:15:38.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:15:38.634 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) 20:15:38.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:38.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:38.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:38.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:38.635 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:15:38.636 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:15:38.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:15:38.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:15:38.636 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:15:38.636 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:15:38.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:15:38.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:15:38.649 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:15:38.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:15:38.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:15:38.649 INFO [WorkbenchTestable][PreferencesUtil] Setting the auto building ON. 20:15:38.649 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:15:38.649 INFO [WorkbenchTestable][RequirementsRunner] Started test: autoBuildRequirementOnTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementWithoutCleanupTest) 20:15:38.649 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementWithoutCleanupTest 20:15:38.649 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:15:38.649 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:15:38.649 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:15:38.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:15:38.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:15:38.649 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:15:38.649 DEBUG [main][MenuItemLookup] Found menu:'File' 20:15:38.649 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:15:38.649 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:15:38.649 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:15:38.649 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:15:38.649 DEBUG [main][MenuItemLookup] Item match:Project 20:15:38.650 DEBUG [main][MenuItemLookup] Found menu:'Open Project' 20:15:38.650 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 20:15:38.650 DEBUG [main][MenuItemLookup] Found menu:'' 20:15:38.650 DEBUG [main][MenuItemLookup] Found menu:'Build All Ctrl+B' 20:15:38.650 DEBUG [main][MenuItemLookup] Found menu:'Build Project' 20:15:38.650 DEBUG [main][MenuItemLookup] Found menu:'Build Working Set' 20:15:38.650 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 20:15:38.650 DEBUG [main][MenuItemLookup] Found menu:'Build Automatically' 20:15:38.650 DEBUG [main][MenuItemLookup] Item match:Build Automatically 20:15:38.650 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementWithoutCleanupTest 20:15:38.650 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:15:38.650 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:15:38.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:15:38.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:15:38.651 INFO [WorkbenchTestable][RequirementsRunner] Finished test: autoBuildRequirementOnTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementWithoutCleanupTest) 20:15:38.651 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementWithoutCleanupTest 20:15:38.651 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:15:38.651 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:15:38.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:15:38.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 s - in org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementWithoutCleanupTest autoBuildRequirementOnTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementWithoutCleanupTest) Time elapsed: 0.001 s Running org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest 20:15:38.655 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest 20:15:38.656 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:15:38.656 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:15:38.656 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest 20:15:38.656 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:15:38.656 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 20:15:38.663 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:15:38.663 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 20:15:38.663 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:15:38.663 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 20:15:38.663 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:15:38.663 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:15:38.663 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:15:38.663 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:15:38.664 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:15:38.664 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:15:38.664 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:15:38.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:15:38.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:15:38.664 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:15:38.664 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:15:38.664 DEBUG [main][MenuItemLookup] Found menu:'File' 20:15:38.664 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:15:38.665 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:15:38.665 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:15:38.665 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:15:38.665 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:15:38.665 DEBUG [main][MenuItemLookup] Item match:Window 20:15:38.665 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:15:38.665 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:15:38.665 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:15:38.665 DEBUG [main][MenuItemLookup] Found menu:'' 20:15:38.665 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:15:38.665 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:15:38.665 DEBUG [main][MenuItemLookup] Found menu:'' 20:15:38.665 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:15:38.665 DEBUG [main][MenuItemLookup] Found menu:'' 20:15:38.665 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:15:38.665 DEBUG [main][MenuItemLookup] Item match:Preferences 20:15:38.680 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:15:38.680 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:15:38.680 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:15:38.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 20:15:38.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 20:15:38.735 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:15:38.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:15:38.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:15:38.736 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:15:38.736 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:15:38.736 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 20:15:38.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:38.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:38.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:38.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:38.736 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:15:38.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:15:38.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:15:38.737 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) 20:15:38.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:38.737 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:38.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:38.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:38.738 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:15:38.738 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:15:38.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:15:38.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:15:38.739 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:15:38.739 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:15:38.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:15:38.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:15:38.752 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:15:38.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:15:38.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:15:38.752 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:15:38.752 INFO [WorkbenchTestable][RequirementsRunner] Started test: autoBuildRequirementOnTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest) 20:15:38.752 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest 20:15:38.752 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:15:38.752 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:15:38.752 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:15:38.752 INFO [WorkbenchTestable][PreferencesUtil] Setting the auto building OFF. 20:15:38.753 INFO [WorkbenchTestable][PreferencesUtil] Setting the auto building ON. 20:15:38.753 INFO [WorkbenchTestable][PreferencesUtil] Setting the auto building OFF. 20:15:38.754 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest 20:15:38.754 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:15:38.754 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:15:38.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:15:38.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:15:38.754 INFO [WorkbenchTestable][RequirementsRunner] Finished test: autoBuildRequirementOnTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest) 20:15:38.754 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:15:38.754 INFO [WorkbenchTestable][RequirementsRunner] Started test: autoBuildRequirementOffWithoutCleanupTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest) 20:15:38.754 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest 20:15:38.754 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:15:38.754 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:15:38.754 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:15:38.754 INFO [WorkbenchTestable][PreferencesUtil] Setting the auto building OFF. 20:15:38.754 INFO [WorkbenchTestable][PreferencesUtil] Setting the auto building ON. 20:15:38.755 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest 20:15:38.755 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:15:38.755 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:15:38.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:15:38.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:15:38.755 INFO [WorkbenchTestable][RequirementsRunner] Finished test: autoBuildRequirementOffWithoutCleanupTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest) 20:15:38.755 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:15:38.755 INFO [WorkbenchTestable][RequirementsRunner] Started test: autoBuildRequirementOffTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest) 20:15:38.755 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest 20:15:38.755 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:15:38.755 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:15:38.756 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:15:38.756 INFO [WorkbenchTestable][PreferencesUtil] Setting the auto building ON. 20:15:38.756 INFO [WorkbenchTestable][PreferencesUtil] Setting the auto building OFF. 20:15:38.756 INFO [WorkbenchTestable][PreferencesUtil] Setting the auto building ON. 20:15:38.756 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest 20:15:38.756 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:15:38.756 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:15:38.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:15:38.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:15:38.757 INFO [WorkbenchTestable][RequirementsRunner] Finished test: autoBuildRequirementOffTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest) 20:15:38.757 INFO [WorkbenchTestable][PreferencesUtil] Setting the auto building ON. 20:15:38.757 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest 20:15:38.757 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:15:38.757 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:15:38.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:15:38.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 s - in org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest autoBuildRequirementOnTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest) Time elapsed: 0.002 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.002 s Running org.eclipse.reddeer.requirements.test.cleanerrorlog.CleanErrorLogRequirementTest 20:15:38.790 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.requirements.test.cleanerrorlog.CleanErrorLogRequirementTest 20:15:38.790 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:15:38.791 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:15:38.791 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.requirements.test.cleanerrorlog.CleanErrorLogRequirementTest 20:15:38.791 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:15:38.791 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 20:15:38.791 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:15:38.791 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 20:15:38.791 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:15:38.791 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 20:15:38.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.*'] 20:15:38.791 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:15:38.792 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:15:38.792 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:15:38.792 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:15:38.792 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:15:38.792 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:15:38.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:15:38.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:15:38.792 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:15:38.792 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:15:38.793 DEBUG [main][MenuItemLookup] Found menu:'File' 20:15:38.793 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:15:38.793 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:15:38.793 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:15:38.793 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:15:38.793 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:15:38.793 DEBUG [main][MenuItemLookup] Item match:Window 20:15:38.793 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:15:38.793 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:15:38.793 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:15:38.793 DEBUG [main][MenuItemLookup] Found menu:'' 20:15:38.793 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:15:38.793 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:15:38.793 DEBUG [main][MenuItemLookup] Found menu:'' 20:15:38.793 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:15:38.793 DEBUG [main][MenuItemLookup] Found menu:'' 20:15:38.793 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:15:38.793 DEBUG [main][MenuItemLookup] Item match:Preferences 20:15:38.793 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:15:38.793 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:15:38.793 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:15:38.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 20:15:38.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 20:15:38.846 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:15:38.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:15:38.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:15:38.847 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:15:38.847 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:15:38.847 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 20:15:38.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:38.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:38.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:38.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:38.847 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:15:38.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:15:38.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:15:38.849 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) 20:15:38.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:38.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:38.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:38.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:38.849 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:15:38.850 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:15:38.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:15:38.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:15:38.850 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:15:38.850 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:15:38.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:15:38.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:15:38.890 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:15:38.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:15:38.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:15:38.890 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:15:38.890 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTestClassWithoutCleaningErrorLog no-configuration(org.eclipse.reddeer.requirements.test.cleanerrorlog.CleanErrorLogRequirementTest) 20:15:38.890 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.cleanerrorlog.CleanErrorLogRequirementTest 20:15:38.891 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:15:38.891 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:15:38.891 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:15:38.894 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:38.896 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:15:38.896 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' view via menu. 20:15:38.896 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:15:38.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:15:38.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:15:38.897 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:15:38.897 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:15:38.897 DEBUG [main][MenuItemLookup] Found menu:'File' 20:15:38.897 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:15:38.897 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:15:38.897 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:15:38.897 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:15:38.897 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:15:38.897 DEBUG [main][MenuItemLookup] Item match:Window 20:15:38.897 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:15:38.897 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:15:38.897 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:15:38.897 DEBUG [main][MenuItemLookup] Found menu:'' 20:15:38.897 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:15:38.897 DEBUG [main][MenuItemLookup] Item match:Show View 20:15:38.901 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 20:15:38.901 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 20:15:38.901 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 20:15:38.901 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 20:15:38.901 DEBUG [main][MenuItemLookup] Found menu:'Progress' 20:15:38.901 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 20:15:38.901 DEBUG [main][MenuItemLookup] Found menu:'Properties' 20:15:38.901 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 20:15:38.901 DEBUG [main][MenuItemLookup] Found menu:'' 20:15:38.901 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 20:15:38.901 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 20:15:38.902 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 20:15:38.902 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 20:15:38.902 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 20:15:38.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 20:15:38.933 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 20:15:38.933 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 20:15:38.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:15:38.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:15:38.934 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 20:15:38.934 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:15:38.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:15:38.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:15:38.935 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:15:38.935 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:15:38.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:38.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:38.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:38.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:38.935 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:15:38.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:15:38.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:15:38.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 20:15:38.936 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:15:38.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:15:39.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:15:39.439 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:15:39.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 20:15:39.440 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:15:39.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:15:39.441 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:15:39.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:15:39.441 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:15:39.441 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Error Log 20:15:39.441 DEBUG [main][TreeItemHandler] Selecting tree item: Error Log 20:15:39.441 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Error Log about selection 20:15:39.441 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Error Log 20:15:39.441 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:15:39.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:15:39.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:15:39.442 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:15:39.442 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:15:39.442 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:39.442 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:39.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") 20:15:39.442 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:15:39.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:15:39.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:15:39.442 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:15:39.442 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:15:39.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:39.442 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:39.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:39.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:39.443 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:15:39.443 INFO [WorkbenchTestable][AbstractButton] Click button &Open 20:15:39.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:15:39.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:15:39.443 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:15:39.443 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:15:39.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:15:39.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:15:39.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.log.LogView' view is open... 20:15:39.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:39.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:39.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.log.LogView' view is open finished successfully 20:15:39.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:39.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:39.535 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:15:39.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:15:39.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:15:39.535 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:15:39.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 '\*?\QError Log\E') 20:15:39.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:39.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:39.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:39.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:39.537 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:15:39.537 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 20:15:39.537 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 20:15:39.537 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:15:39.538 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:15:39.538 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:15:39.538 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:15:39.539 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:39.540 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:39.540 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:15:39.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:15:39.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:15:39.540 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:15:39.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 '\*?\QError Log\E') 20:15:39.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:39.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:39.542 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:39.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:39.542 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:15:39.542 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 20:15:39.542 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 20:15:39.543 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:15:39.543 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:15:39.543 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:15:39.543 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:15:39.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:39.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:39.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:39.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:39.555 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.cleanerrorlog.CleanErrorLogRequirementTest 20:15:39.555 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:15:39.555 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:15:39.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:15:39.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:15:39.555 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.log.collector.AftersLogCollector 20:15:39.556 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTestClassWithoutCleaningErrorLog no-configuration(org.eclipse.reddeer.requirements.test.cleanerrorlog.CleanErrorLogRequirementTest) 20:15:39.556 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:15:39.556 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTestClassWithCleaningErrorLog no-configuration(org.eclipse.reddeer.requirements.test.cleanerrorlog.CleanErrorLogRequirementTest) 20:15:39.556 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.cleanerrorlog.CleanErrorLogRequirementTest 20:15:39.556 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:15:39.556 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:15:39.556 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:15:39.560 INFO [WorkbenchTestable][CleanErrorLogRequirement] Clean all records in Error Log 20:15:39.584 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:39.585 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:39.585 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 20:15:39.585 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:39.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:39.587 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:15:39.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:15:39.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:15:39.587 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:15:39.587 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:15:39.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:39.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:39.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:39.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:39.589 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:15:39.589 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 20:15:39.589 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 20:15:39.590 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:15:39.590 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:15:39.590 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:15:39.590 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:15:39.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:39.591 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:39.591 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:15:39.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:15:39.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:15:39.591 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:15:39.591 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:15:39.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:39.591 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:39.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:39.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:39.593 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:15:39.593 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 20:15:39.593 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 20:15:39.593 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:15:39.593 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:15:39.593 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:15:39.593 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:15:39.594 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 20:15:39.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:39.594 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:39.594 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:39.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:39.594 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:15:39.595 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:15:39.595 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:15:39.613 DEBUG [main][MenuItemLookup] Found menu:'Copy' 20:15:39.613 DEBUG [main][MenuItemLookup] Found menu:'' 20:15:39.613 DEBUG [main][MenuItemLookup] Found menu:'Clear Log Viewer' 20:15:39.613 DEBUG [main][MenuItemLookup] Found menu:'Delete Log' 20:15:39.613 DEBUG [main][MenuItemLookup] Item match:Delete Log 20:15:39.613 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Log" 20:15:39.614 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Log 20:15:39.614 INFO [main][MenuItemHandler] Select menu item: &Delete Log 20:15:39.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Confirm Delete"] is available.... 20:15:39.633 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 20:15:39.633 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Confirm Delete 20:15:39.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:15:39.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:15:39.634 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:15:39.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:15:39.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:15:39.634 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Delete" as the parent 20:15:39.634 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:15:39.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:39.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:39.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: 8, Matcher matching widgets with text that without mnenomic matches: is "Delete All Events") 20:15:39.634 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:15:39.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:15:39.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:15:39.635 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Delete" as the parent 20:15:39.635 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:15:39.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:39.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:39.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:39.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:39.635 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:15:39.635 INFO [WorkbenchTestable][AbstractButton] Click button &Delete All Events 20:15:39.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:15:39.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:15:39.635 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:15:39.635 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:15:39.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:15:39.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:15:39.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:39.645 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:39.645 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 20:15:39.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:39.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:39.647 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:15:39.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:15:39.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:15:39.681 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:15:39.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 '\*?\QError Log\E') 20:15:39.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:39.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:39.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:39.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:39.683 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:15:39.683 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 20:15:39.683 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 20:15:39.684 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:15:39.684 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:15:39.684 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:15:39.684 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:15:39.685 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:39.686 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:39.687 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:15:39.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:15:39.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:15:39.687 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:15:39.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 '\*?\QError Log\E') 20:15:39.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:39.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:39.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:39.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:39.688 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:15:39.688 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 20:15:39.689 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 20:15:39.689 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:15:39.689 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:15:39.689 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:15:39.689 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:15:39.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:39.690 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:39.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:39.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:39.691 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.cleanerrorlog.CleanErrorLogRequirementTest 20:15:39.691 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:15:39.691 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:15:39.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:15:39.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:15:39.691 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTestClassWithCleaningErrorLog no-configuration(org.eclipse.reddeer.requirements.test.cleanerrorlog.CleanErrorLogRequirementTest) 20:15:39.691 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.requirements.test.cleanerrorlog.CleanErrorLogRequirementTest 20:15:39.691 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:15:39.691 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:15:39.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:15:39.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.901 s - in org.eclipse.reddeer.requirements.test.cleanerrorlog.CleanErrorLogRequirementTest testTestClassWithoutCleaningErrorLog no-configuration(org.eclipse.reddeer.requirements.test.cleanerrorlog.CleanErrorLogRequirementTest) Time elapsed: 0.666 s testTestClassWithCleaningErrorLog no-configuration(org.eclipse.reddeer.requirements.test.cleanerrorlog.CleanErrorLogRequirementTest) Time elapsed: 0.135 s Running org.eclipse.reddeer.requirements.test.openperspective.OpenPerspectiveRequirementTest 20:15:39.701 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.requirements.test.openperspective.OpenPerspectiveRequirementTest 20:15:39.702 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:15:39.702 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:15:39.702 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.requirements.test.openperspective.OpenPerspectiveRequirementTest 20:15:39.702 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:15:39.702 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 20:15:39.705 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:15:39.705 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 20:15:39.705 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:15:39.705 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 20:15:39.705 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:15:39.706 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:15:39.706 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:15:39.706 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:15:39.706 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:15:39.706 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:15:39.706 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:15:39.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:15:39.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:15:39.707 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:15:39.707 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:15:39.707 DEBUG [main][MenuItemLookup] Found menu:'File' 20:15:39.707 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:15:39.707 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:15:39.707 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:15:39.707 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:15:39.707 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:15:39.707 DEBUG [main][MenuItemLookup] Item match:Window 20:15:39.708 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:15:39.708 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:15:39.708 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:15:39.708 DEBUG [main][MenuItemLookup] Found menu:'' 20:15:39.708 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:15:39.708 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:15:39.708 DEBUG [main][MenuItemLookup] Found menu:'' 20:15:39.708 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:15:39.708 DEBUG [main][MenuItemLookup] Found menu:'' 20:15:39.708 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:15:39.708 DEBUG [main][MenuItemLookup] Item match:Preferences 20:15:39.708 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:15:39.708 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:15:39.708 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:15:39.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.... 20:15:39.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 'Preferences.*'] is available. finished successfully 20:15:39.828 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:15:39.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:15:39.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:15:39.830 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:15:39.830 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:15:39.830 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 20:15:39.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:39.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:39.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:39.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:39.830 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:15:39.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:15:39.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:15:39.832 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) 20:15:39.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:39.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:39.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:39.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:39.833 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:15:39.839 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:15:39.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:15:39.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:15:39.839 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:15:39.839 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:15:39.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:15:39.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:15:39.905 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:15:39.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:15:39.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:15:39.906 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:15:39.906 INFO [WorkbenchTestable][RequirementsRunner] Started test: fulfillJavaPerspectiveTest no-configuration(org.eclipse.reddeer.requirements.test.openperspective.OpenPerspectiveRequirementTest) 20:15:39.906 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.openperspective.OpenPerspectiveRequirementTest 20:15:39.906 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:15:39.906 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:15:39.906 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:15:39.909 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 20:15:39.910 DEBUG [WorkbenchTestable][JavaPerspective] Trying to open perspective: 'Java' 20:15:39.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:15:39.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:15:39.911 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:15:39.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:15:39.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:15:39.913 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") 20:15:39.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:39.913 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:39.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:39.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:39.916 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 20:15:39.917 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 20:15:39.917 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 20:15:39.917 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:15:39.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 20:15:39.951 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 20:15:39.951 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 20:15:39.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:15:39.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:15:39.952 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 20:15:39.952 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:15:39.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:15:39.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:15:39.952 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 20:15:39.952 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:15:39.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:39.952 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:39.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:39.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:39.952 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:15:39.953 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Java') 20:15:39.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:15:39.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:15:39.953 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 20:15:39.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:15:39.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:15:39.954 TRACE [main][WidgetHandler] Notify Table with event 13 20:15:39.954 TRACE [main][WidgetHandler] Wait for synchronization 20:15:39.954 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:15:39.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:15:39.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:15:39.954 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 20:15:39.954 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:15:39.954 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:39.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:39.954 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:15:39.954 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:15:39.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:15:39.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:15:39.955 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 20:15:39.955 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:15:39.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:39.955 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:39.955 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:39.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:39.955 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:15:39.955 INFO [WorkbenchTestable][AbstractButton] Click button &Open 20:15:39.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:15:39.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:15:39.955 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:15:39.955 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:15:40.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:15:40.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:15:40.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 20:15:40.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:15:40.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:15:40.345 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:15:40.345 DEBUG [main][MenuItemLookup] Found menu:'File' 20:15:40.345 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:15:40.345 DEBUG [main][MenuItemLookup] Found menu:'Source' 20:15:40.345 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 20:15:40.345 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:15:40.345 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:15:40.345 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:15:40.345 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:15:40.345 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:15:40.345 DEBUG [main][MenuItemLookup] Item match:Window 20:15:40.346 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:15:40.346 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:15:40.346 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:15:40.346 DEBUG [main][MenuItemLookup] Found menu:'' 20:15:40.346 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:15:40.346 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:15:40.346 DEBUG [main][MenuItemLookup] Found menu:'' 20:15:40.346 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:15:40.346 DEBUG [main][MenuItemLookup] Found menu:'' 20:15:40.346 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:15:40.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:15:40.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:15:40.346 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:15:40.347 DEBUG [main][MenuItemLookup] Found menu:'File' 20:15:40.347 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:15:40.347 DEBUG [main][MenuItemLookup] Found menu:'Source' 20:15:40.347 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 20:15:40.347 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:15:40.347 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:15:40.347 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:15:40.347 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:15:40.347 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:15:40.347 DEBUG [main][MenuItemLookup] Item match:Window 20:15:40.347 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:15:40.347 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:15:40.347 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:15:40.347 DEBUG [main][MenuItemLookup] Found menu:'' 20:15:40.347 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:15:40.347 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:15:40.347 DEBUG [main][MenuItemLookup] Item match:Perspective 20:15:40.349 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 20:15:40.349 DEBUG [main][MenuItemLookup] Found menu:'' 20:15:40.349 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 20:15:40.349 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 20:15:40.349 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 20:15:40.349 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 20:15:40.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 20:15:40.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:15:40.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:15:40.353 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:15:40.353 DEBUG [main][MenuItemLookup] Found menu:'File' 20:15:40.353 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:15:40.353 DEBUG [main][MenuItemLookup] Found menu:'Source' 20:15:40.353 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 20:15:40.353 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:15:40.353 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:15:40.353 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:15:40.353 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:15:40.353 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:15:40.353 DEBUG [main][MenuItemLookup] Item match:Window 20:15:40.353 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:15:40.353 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:15:40.353 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:15:40.353 DEBUG [main][MenuItemLookup] Found menu:'' 20:15:40.353 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:15:40.353 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:15:40.353 DEBUG [main][MenuItemLookup] Found menu:'' 20:15:40.353 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:15:40.353 DEBUG [main][MenuItemLookup] Found menu:'' 20:15:40.353 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:15:40.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:15:40.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:15:40.354 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:15:40.354 DEBUG [main][MenuItemLookup] Found menu:'File' 20:15:40.354 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:15:40.354 DEBUG [main][MenuItemLookup] Found menu:'Source' 20:15:40.354 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 20:15:40.354 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:15:40.354 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:15:40.354 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:15:40.354 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:15:40.354 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:15:40.354 DEBUG [main][MenuItemLookup] Item match:Window 20:15:40.354 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:15:40.354 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:15:40.354 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:15:40.354 DEBUG [main][MenuItemLookup] Found menu:'' 20:15:40.354 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:15:40.354 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:15:40.354 DEBUG [main][MenuItemLookup] Item match:Perspective 20:15:40.354 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 20:15:40.354 DEBUG [main][MenuItemLookup] Found menu:'' 20:15:40.354 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 20:15:40.354 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 20:15:40.354 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 20:15:40.354 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 20:15:40.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:15:40.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:15:40.355 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:15:40.355 DEBUG [main][MenuItemLookup] Found menu:'File' 20:15:40.355 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:15:40.355 DEBUG [main][MenuItemLookup] Found menu:'Source' 20:15:40.355 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 20:15:40.355 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:15:40.355 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:15:40.355 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:15:40.355 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:15:40.355 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:15:40.355 DEBUG [main][MenuItemLookup] Item match:Window 20:15:40.355 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:15:40.355 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:15:40.355 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:15:40.355 DEBUG [main][MenuItemLookup] Found menu:'' 20:15:40.355 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:15:40.355 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:15:40.355 DEBUG [main][MenuItemLookup] Found menu:'' 20:15:40.355 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:15:40.355 DEBUG [main][MenuItemLookup] Found menu:'' 20:15:40.355 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:15:40.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:15:40.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:15:40.356 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:15:40.356 DEBUG [main][MenuItemLookup] Found menu:'File' 20:15:40.356 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:15:40.356 DEBUG [main][MenuItemLookup] Found menu:'Source' 20:15:40.356 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 20:15:40.356 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:15:40.356 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:15:40.356 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:15:40.356 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:15:40.356 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:15:40.356 DEBUG [main][MenuItemLookup] Item match:Window 20:15:40.357 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:15:40.357 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:15:40.357 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:15:40.357 DEBUG [main][MenuItemLookup] Found menu:'' 20:15:40.357 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:15:40.357 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:15:40.357 DEBUG [main][MenuItemLookup] Item match:Perspective 20:15:40.357 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 20:15:40.357 DEBUG [main][MenuItemLookup] Found menu:'' 20:15:40.357 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 20:15:40.357 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 20:15:40.357 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 20:15:40.357 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 20:15:40.357 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 20:15:40.357 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 20:15:40.357 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 20:15:40.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 20:15:40.400 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 20:15:40.400 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 20:15:40.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:15:40.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:15:40.400 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:15:40.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:15:40.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:15:40.401 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 20:15:40.401 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:15:40.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:40.401 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:40.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 "Reset Perspective") 20:15:40.401 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:15:40.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:15:40.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:15:40.401 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 20:15:40.401 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:15:40.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:40.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:40.401 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:40.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:40.401 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:15:40.402 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 20:15:40.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:15:40.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:15:40.402 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:15:40.402 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:15:40.529 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.openperspective.OpenPerspectiveRequirementTest 20:15:40.529 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:15:40.529 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:15:40.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:15:40.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:15:40.529 INFO [WorkbenchTestable][RequirementsRunner] Finished test: fulfillJavaPerspectiveTest no-configuration(org.eclipse.reddeer.requirements.test.openperspective.OpenPerspectiveRequirementTest) 20:15:40.529 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:15:40.530 INFO [WorkbenchTestable][RequirementsRunner] Started test: fulfillNonExistingPerspectiveTest no-configuration(org.eclipse.reddeer.requirements.test.openperspective.OpenPerspectiveRequirementTest) 20:15:40.530 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.openperspective.OpenPerspectiveRequirementTest 20:15:40.530 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:15:40.530 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:15:40.530 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:15:40.533 WARNING [WorkbenchTestable][ScreenshotCapturer] Screenshot has not been captured on failure, because RedDeer property whether screenshot should be captured or not is set to false. 20:15:40.533 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.openperspective.OpenPerspectiveRequirementTest 20:15:40.533 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:15:40.533 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:15:40.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:15:40.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:15:40.534 INFO [WorkbenchTestable][RequirementsRunner] Finished test: fulfillNonExistingPerspectiveTest no-configuration(org.eclipse.reddeer.requirements.test.openperspective.OpenPerspectiveRequirementTest) 20:15:40.534 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.requirements.test.openperspective.OpenPerspectiveRequirementTest 20:15:40.534 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:15:40.534 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:15:40.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:15:40.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.835 s - in org.eclipse.reddeer.requirements.test.openperspective.OpenPerspectiveRequirementTest fulfillJavaPerspectiveTest no-configuration(org.eclipse.reddeer.requirements.test.openperspective.OpenPerspectiveRequirementTest) Time elapsed: 0.623 s fulfillNonExistingPerspectiveTest no-configuration(org.eclipse.reddeer.requirements.test.openperspective.OpenPerspectiveRequirementTest) Time elapsed: 0.004 s Running org.eclipse.reddeer.requirements.test.closeeditors.CloseAllEditorsRequirementTest 20:15:40.538 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.requirements.test.closeeditors.CloseAllEditorsRequirementTest 20:15:40.539 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:15:40.539 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:15:40.539 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.requirements.test.closeeditors.CloseAllEditorsRequirementTest 20:15:40.539 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:15:40.539 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 20:15:40.542 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:15:40.542 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 20:15:40.542 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:15:40.542 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 20:15:40.543 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:15:40.543 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:15:40.543 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:15:40.543 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:15:40.543 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:15:40.543 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:15:40.543 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:15:40.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:15:40.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:15:40.544 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:15:40.544 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:15:40.544 DEBUG [main][MenuItemLookup] Found menu:'File' 20:15:40.544 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:15:40.544 DEBUG [main][MenuItemLookup] Found menu:'Source' 20:15:40.544 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 20:15:40.544 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:15:40.544 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:15:40.544 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:15:40.544 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:15:40.544 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:15:40.544 DEBUG [main][MenuItemLookup] Item match:Window 20:15:40.545 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:15:40.545 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:15:40.545 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:15:40.545 DEBUG [main][MenuItemLookup] Found menu:'' 20:15:40.545 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:15:40.545 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:15:40.545 DEBUG [main][MenuItemLookup] Found menu:'' 20:15:40.545 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:15:40.545 DEBUG [main][MenuItemLookup] Found menu:'' 20:15:40.545 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:15:40.545 DEBUG [main][MenuItemLookup] Item match:Preferences 20:15:40.545 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:15:40.545 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:15:40.545 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:15:40.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 20:15:40.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 20:15:40.631 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:15:40.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:15:40.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:15:40.632 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:15:40.632 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:15:40.632 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 20:15:40.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:40.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:40.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:40.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:40.632 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:15:40.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:15:40.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:15:40.633 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) 20:15:40.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:40.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:40.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:40.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:40.634 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:15:40.634 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:15:40.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:15:40.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:15:40.635 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:15:40.635 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:15:40.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:15:40.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:15:40.659 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:15:40.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:15:40.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:15:40.660 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:15:40.660 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeAllEditors no-configuration(org.eclipse.reddeer.requirements.test.closeeditors.CloseAllEditorsRequirementTest) 20:15:40.660 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.closeeditors.CloseAllEditorsRequirementTest 20:15:40.660 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:15:40.660 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:15:40.660 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:15:40.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:15:40.661 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:15:40.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:15:40.661 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:15:40.661 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:15:40.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:15:40.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:15:40.661 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:15:40.661 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:15:40.661 DEBUG [main][MenuItemLookup] Found menu:'File' 20:15:40.661 DEBUG [main][MenuItemLookup] Item match:File 20:15:40.662 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 20:15:40.662 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 20:15:40.681 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 20:15:40.681 DEBUG [main][MenuItemLookup] Found menu:'Project...' 20:15:40.681 DEBUG [main][MenuItemLookup] Found menu:'' 20:15:40.681 DEBUG [main][MenuItemLookup] Found menu:'Package' 20:15:40.681 DEBUG [main][MenuItemLookup] Found menu:'Class' 20:15:40.681 DEBUG [main][MenuItemLookup] Found menu:'Interface' 20:15:40.681 DEBUG [main][MenuItemLookup] Found menu:'Enum' 20:15:40.681 DEBUG [main][MenuItemLookup] Found menu:'Record' 20:15:40.681 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 20:15:40.681 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 20:15:40.681 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 20:15:40.681 DEBUG [main][MenuItemLookup] Found menu:'Folder' 20:15:40.681 DEBUG [main][MenuItemLookup] Found menu:'File' 20:15:40.681 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 20:15:40.681 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 20:15:40.681 DEBUG [main][MenuItemLookup] Found menu:'' 20:15:40.681 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 20:15:40.681 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 20:15:40.682 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 20:15:40.682 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 20:15:40.682 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 20:15:40.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 20:15:40.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 20:15:40.730 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 20:15:40.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:15:40.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:15:40.731 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:15:40.731 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:15:40.731 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 20:15:40.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:40.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:40.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:40.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:40.732 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:15:40.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:15:40.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:15:40.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 20:15:40.733 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:15:40.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:15:41.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:15:41.234 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:15:41.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 20:15:41.235 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:15:41.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:15:41.235 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:15:41.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:15:41.235 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:15:41.235 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Untitled Text File 20:15:41.235 DEBUG [main][TreeItemHandler] Selecting tree item: Untitled Text File 20:15:41.236 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Untitled Text File about selection 20:15:41.238 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Untitled Text File 20:15:41.238 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:15:41.238 INFO [WorkbenchTestable][NewWizard] Finish wizard 20:15:41.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.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) 20:15:41.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:41.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:41.239 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:41.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:41.239 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:15:41.239 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:15:41.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:15:41.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:15:41.240 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:15:41.240 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:15:41.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:15:41.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:15:41.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:15:41.502 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 20:15:41.502 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:15:41.502 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:15:41.502 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:15:41.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:15:41.502 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:15:41.502 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:15:41.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:15:41.503 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:15:41.503 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Untitled 1 - Eclipse Platform 20:15:41.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:15:41.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:15:41.504 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Untitled 1 - Eclipse Platform' 20:15:41.504 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Untitled 1 - Eclipse Platform' 20:15:41.504 DEBUG [main][MenuItemLookup] Found menu:'File' 20:15:41.504 DEBUG [main][MenuItemLookup] Item match:File 20:15:41.505 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 20:15:41.505 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 20:15:41.510 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 20:15:41.510 DEBUG [main][MenuItemLookup] Found menu:'Project...' 20:15:41.510 DEBUG [main][MenuItemLookup] Found menu:'' 20:15:41.510 DEBUG [main][MenuItemLookup] Found menu:'Package' 20:15:41.510 DEBUG [main][MenuItemLookup] Found menu:'Class' 20:15:41.510 DEBUG [main][MenuItemLookup] Found menu:'Interface' 20:15:41.510 DEBUG [main][MenuItemLookup] Found menu:'Enum' 20:15:41.510 DEBUG [main][MenuItemLookup] Found menu:'Record' 20:15:41.510 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 20:15:41.510 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 20:15:41.510 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 20:15:41.510 DEBUG [main][MenuItemLookup] Found menu:'Folder' 20:15:41.510 DEBUG [main][MenuItemLookup] Found menu:'File' 20:15:41.510 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 20:15:41.510 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 20:15:41.510 DEBUG [main][MenuItemLookup] Found menu:'' 20:15:41.510 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 20:15:41.510 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 20:15:41.510 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 20:15:41.510 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 20:15:41.510 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 20:15:41.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 20:15:41.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 20:15:41.565 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 20:15:41.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:15:41.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:15:41.584 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:15:41.584 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:15: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.ui.dialogs.NewWizardSelectionPage, index 0 and no matchers specified 20:15:41.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:41.584 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:41.585 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:41.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:41.585 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:15:41.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:15:41.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:15:41.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 20:15:41.586 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:15:41.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:15:41.586 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:15:41.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:15:41.586 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:15:41.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 20:15:41.586 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:15:41.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:15:41.586 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:15:41.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:15:41.586 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:15:41.586 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Untitled Text File 20:15:41.586 DEBUG [main][TreeItemHandler] Selecting tree item: Untitled Text File 20:15:41.587 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Untitled Text File about selection 20:15:41.587 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Untitled Text File 20:15:41.587 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:15:41.587 INFO [WorkbenchTestable][NewWizard] Finish wizard 20:15:41.587 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) 20:15:41.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:41.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:41.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:41.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:41.588 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:15:41.588 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:15:41.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:15:41.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:15:41.588 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:15:41.588 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:15:41.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:15:41.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:15:41.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:15:41.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 20:15:41.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 20:15:41.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:15:41.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:15:41.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:15:41.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:15:41.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:15:41.647 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:15:41.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:15:41.647 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:15:41.647 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Untitled 2 - Eclipse Platform 20:15:41.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:15:41.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:15:41.647 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Untitled 2 - Eclipse Platform' 20:15:41.648 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Untitled 2 - Eclipse Platform' 20:15:41.648 DEBUG [main][MenuItemLookup] Found menu:'File' 20:15:41.648 DEBUG [main][MenuItemLookup] Item match:File 20:15:41.648 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 20:15:41.648 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 20:15:41.652 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 20:15:41.652 DEBUG [main][MenuItemLookup] Found menu:'Project...' 20:15:41.652 DEBUG [main][MenuItemLookup] Found menu:'' 20:15:41.652 DEBUG [main][MenuItemLookup] Found menu:'Package' 20:15:41.652 DEBUG [main][MenuItemLookup] Found menu:'Class' 20:15:41.652 DEBUG [main][MenuItemLookup] Found menu:'Interface' 20:15:41.652 DEBUG [main][MenuItemLookup] Found menu:'Enum' 20:15:41.652 DEBUG [main][MenuItemLookup] Found menu:'Record' 20:15:41.652 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 20:15:41.652 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 20:15:41.652 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 20:15:41.652 DEBUG [main][MenuItemLookup] Found menu:'Folder' 20:15:41.652 DEBUG [main][MenuItemLookup] Found menu:'File' 20:15:41.652 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 20:15:41.652 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 20:15:41.652 DEBUG [main][MenuItemLookup] Found menu:'' 20:15:41.652 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 20:15:41.652 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 20:15:41.653 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 20:15:41.653 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 20:15:41.653 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 20:15:41.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 20:15:41.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 20:15:41.726 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 20:15:41.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:15:41.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:15:41.728 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:15:41.728 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:15:41.728 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 20:15:41.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:41.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:41.729 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:41.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:41.729 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:15:41.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:15:41.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:15:41.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 20:15:41.730 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:15:41.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:15:41.730 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:15:41.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:15:41.730 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:15:41.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 20:15:41.730 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:15:41.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:15:41.734 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:15:41.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:15:41.735 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:15:41.735 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Untitled Text File 20:15:41.735 DEBUG [main][TreeItemHandler] Selecting tree item: Untitled Text File 20:15:41.735 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Untitled Text File about selection 20:15:41.735 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Untitled Text File 20:15:41.735 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:15:41.735 INFO [WorkbenchTestable][NewWizard] Finish wizard 20:15:41.735 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) 20:15:41.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:41.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:41.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:41.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:41.736 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:15:41.737 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:15:41.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:15:41.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:15:41.737 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:15:41.737 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:15:41.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:15:41.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:15:41.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:15:41.812 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 20:15:41.812 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 20:15:41.812 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 20:15:41.812 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:15:41.812 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:15:41.812 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:15:41.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:15:41.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUntitled 3\E') 20:15:41.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:41.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:41.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:41.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:41.817 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:15:41.819 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:15:41.819 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 20:15:41.896 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.closeeditors.CloseAllEditorsRequirementTest 20:15:41.897 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:15:41.897 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:15:41.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:15:41.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:15:41.897 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeAllEditors no-configuration(org.eclipse.reddeer.requirements.test.closeeditors.CloseAllEditorsRequirementTest) 20:15:41.897 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.requirements.test.closeeditors.CloseAllEditorsRequirementTest 20:15:41.897 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:15:41.897 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:15:41.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:15:41.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.36 s - in org.eclipse.reddeer.requirements.test.closeeditors.CloseAllEditorsRequirementTest closeAllEditors no-configuration(org.eclipse.reddeer.requirements.test.closeeditors.CloseAllEditorsRequirementTest) Time elapsed: 1.237 s Running org.eclipse.reddeer.requirements.test.db.DatabaseRequirementTest 20:15:41.900 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.requirements.test.db.DatabaseRequirementTest 20:15:41.901 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:15:41.901 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:15:41.901 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.requirements.test.db.DatabaseRequirementTest 20:15:41.901 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:15:41.901 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 20:15:41.901 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:15:41.901 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 20:15:41.901 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:15:41.901 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 20:15:41.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.*'] 20:15:41.902 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:15:41.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.*'] 20:15:41.902 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:15:41.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.*'] 20:15:41.902 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:15:41.902 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:15:41.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:15:41.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:15:41.903 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:15:41.903 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:15:41.903 DEBUG [main][MenuItemLookup] Found menu:'File' 20:15:41.903 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:15:41.903 DEBUG [main][MenuItemLookup] Found menu:'Source' 20:15:41.903 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 20:15:41.903 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:15:41.903 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:15:41.903 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:15:41.903 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:15:41.903 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:15:41.903 DEBUG [main][MenuItemLookup] Item match:Window 20:15:41.904 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:15:41.904 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:15:41.904 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:15:41.904 DEBUG [main][MenuItemLookup] Found menu:'' 20:15:41.904 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:15:41.904 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:15:41.904 DEBUG [main][MenuItemLookup] Found menu:'' 20:15:41.904 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:15:41.904 DEBUG [main][MenuItemLookup] Found menu:'' 20:15:41.904 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:15:41.904 DEBUG [main][MenuItemLookup] Item match:Preferences 20:15:41.904 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:15:41.904 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:15:41.904 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:15:41.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 20:15:41.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 20:15:41.988 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:15:41.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:15:41.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:15:41.994 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:15:41.994 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:15:41.994 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 20:15:41.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:41.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:41.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:41.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:41.994 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:15:41.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:15:41.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:15:41.995 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) 20:15:41.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:41.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:41.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:41.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:41.996 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:15:41.997 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:15:41.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:15:41.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:15:41.997 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:15:41.997 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:15:42.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:15:42.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:15:42.015 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:15:42.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:15:42.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:15:42.015 TRACE [WorkbenchTestable][DatabaseRequirement] Database requirement performed 20:15:42.015 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:15:42.015 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDatabaseConfiguration My H2 Driver-Generic JDBC-jdbc:h2:db://localhost/sakila-null(org.eclipse.reddeer.requirements.test.db.DatabaseRequirementTest) 20:15:42.015 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.db.DatabaseRequirementTest 20:15:42.015 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:15:42.015 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:15:42.015 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:15:42.015 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.db.DatabaseRequirementTest 20:15:42.015 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:15:42.015 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:15:42.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:15:42.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:15:42.016 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDatabaseConfiguration My H2 Driver-Generic JDBC-jdbc:h2:db://localhost/sakila-null(org.eclipse.reddeer.requirements.test.db.DatabaseRequirementTest) 20:15:42.016 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.requirements.test.db.DatabaseRequirementTest 20:15:42.016 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:15:42.016 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:15:42.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:15:42.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 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 20:15:42.019 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.requirements.test.jre.JRERequirementTest 20:15:42.019 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:15:42.020 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:15:42.020 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.requirements.test.jre.JRERequirementTest 20:15:42.020 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:15:42.020 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 20:15:42.020 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:15:42.020 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 20:15:42.020 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:15:42.020 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 20:15:42.020 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:15:42.020 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:15:42.020 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:15:42.020 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:15:42.021 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:15:42.021 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:15:42.021 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:15:42.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:15:42.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:15:42.021 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:15:42.021 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:15:42.021 DEBUG [main][MenuItemLookup] Found menu:'File' 20:15:42.021 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:15:42.021 DEBUG [main][MenuItemLookup] Found menu:'Source' 20:15:42.021 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 20:15:42.021 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:15:42.021 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:15:42.021 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:15:42.021 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:15:42.021 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:15:42.021 DEBUG [main][MenuItemLookup] Item match:Window 20:15:42.022 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:15:42.022 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:15:42.022 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:15:42.022 DEBUG [main][MenuItemLookup] Found menu:'' 20:15:42.022 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:15:42.022 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:15:42.022 DEBUG [main][MenuItemLookup] Found menu:'' 20:15:42.022 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:15:42.022 DEBUG [main][MenuItemLookup] Found menu:'' 20:15:42.022 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:15:42.022 DEBUG [main][MenuItemLookup] Item match:Preferences 20:15:42.022 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:15:42.022 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:15:42.022 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:15:42.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.... 20:15:42.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 20:15:42.097 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:15:42.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:15:42.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:15:42.098 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:15:42.098 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:15:42.098 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 20:15:42.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:42.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:42.098 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:42.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:42.099 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:15:42.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:15:42.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:15:42.099 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) 20:15:42.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:42.100 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:42.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:42.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:42.101 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:15:42.101 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:15:42.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:15:42.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:15:42.101 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:15:42.101 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:15:42.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:15:42.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:15:42.125 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:15:42.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:15:42.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:15:42.126 INFO [WorkbenchTestable][JRERequirement] JRE Requirement fulfill performed 20:15:42.126 DEBUG [WorkbenchTestable][JRERequirement] Configuration (name,version,path): testName, 1.7, ${java.home} 20:15:42.126 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:15:42.126 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:15:42.126 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:15:42.126 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:15:42.126 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:15:42.126 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:15:42.126 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:15:42.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:15:42.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:15:42.127 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:15:42.127 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:15:42.127 DEBUG [main][MenuItemLookup] Found menu:'File' 20:15:42.127 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:15:42.127 DEBUG [main][MenuItemLookup] Found menu:'Source' 20:15:42.127 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 20:15:42.127 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:15:42.127 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:15:42.127 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:15:42.127 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:15:42.127 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:15:42.127 DEBUG [main][MenuItemLookup] Item match:Window 20:15:42.127 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:15:42.127 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:15:42.127 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:15:42.127 DEBUG [main][MenuItemLookup] Found menu:'' 20:15:42.127 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:15:42.127 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:15:42.127 DEBUG [main][MenuItemLookup] Found menu:'' 20:15:42.127 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:15:42.127 DEBUG [main][MenuItemLookup] Found menu:'' 20:15:42.127 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:15:42.127 DEBUG [main][MenuItemLookup] Item match:Preferences 20:15:42.128 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:15:42.128 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:15:42.128 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:15:42.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.... 20:15:42.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 20:15:42.203 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:15:42.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:15:42.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:15:42.204 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:15:42.204 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:15:42.205 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 20:15:42.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:42.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:42.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:42.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:42.205 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:15:42.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:15:42.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:15:42.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 20:15:42.206 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:15:42.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:15:42.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:15:42.708 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:15:42.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 20:15:42.709 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:15:42.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:15:42.709 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:15:42.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:15:42.709 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:15:42.709 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Installed JREs 20:15:42.709 DEBUG [main][TreeItemHandler] Selecting tree item: Installed JREs 20:15:42.709 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Installed JREs about selection 20:15:42.710 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Installed JREs (Eclipse:5341): Gtk-CRITICAL **: 20:15:42.735: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 20:15:42.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:42.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:42.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:42.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:42.756 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...") 20:15:42.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:42.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:42.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:42.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:42.757 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:15:42.758 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 20:15:42.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:15:42.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:15:42.758 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:15:42.758 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:15:42.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 JRE"] is available.... 20:15:42.802 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:15:42.802 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:15:42.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 JRE"] is available. finished successfully 20:15:42.802 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add JRE 20:15:42.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:15:42.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:15:42.805 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 20:15:42.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:42.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:42.805 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:42.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:42.805 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 20:15:42.807 TRACE [main][WidgetHandler] Notify List with event 13 20:15:42.807 TRACE [main][WidgetHandler] Wait for synchronization 20:15:42.807 TRACE [WorkbenchTestable][AddVMInstallWizard] Shell Add JRE is not null and is not disposed 20:15:42.807 INFO [WorkbenchTestable][AddVMInstallWizard] Go to next wizard page 20:15:42.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.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) 20:15:42.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:42.807 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:42.808 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:42.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:42.808 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:15:42.808 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:15:42.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:15:42.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:15:42.808 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:15:42.808 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:15:42.839 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:") 20:15:42.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:42.839 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:42.840 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:42.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:42.840 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:15:42.840 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:15:42.841 INFO [WorkbenchTestable][AbstractText] Text set to: /opt/tools/java/openjdk/jdk-11/11.0.2+9 20:15:42.847 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:") 20:15:42.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:42.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:42.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:42.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:42.851 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:15:42.851 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:15:42.851 INFO [WorkbenchTestable][AbstractText] Text set to: testName 20:15:42.854 TRACE [WorkbenchTestable][AddVMInstallWizard] Shell Add JRE is not null and is not disposed 20:15:42.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.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) 20:15:42.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:42.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:42.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:42.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:42.855 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:15:42.859 TRACE [WorkbenchTestable][AddVMInstallWizard] Shell Add JRE is not null and is not disposed 20:15:42.860 INFO [WorkbenchTestable][AddVMInstallWizard] Finish wizard 20:15:42.860 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) 20:15:42.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:42.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:42.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:42.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:42.861 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:15:42.861 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:15:42.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:15:42.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:15:42.861 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:15:42.861 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:15:42.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:15:42.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:15:42.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:15:42.903 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:15:42.903 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:15:42.903 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:15:42.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:15:42.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:42.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:42.905 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") 20:15:42.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:42.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:42.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:42.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:42.906 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:15:42.906 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 20:15:42.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:15:42.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:15:42.906 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:15:42.906 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:15:42.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:15:42.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:15:42.994 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:15:42.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:15:42.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:15:42.994 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:15:42.994 INFO [WorkbenchTestable][RequirementsRunner] Started test: testConfiguredValues jre-1.7(org.eclipse.reddeer.requirements.test.jre.JRERequirementTest) 20:15:42.994 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.jre.JRERequirementTest 20:15:42.994 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:15:42.994 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:15:42.994 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:15:42.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.*'] 20:15:42.994 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:15:42.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.*'] 20:15:42.995 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:15:42.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.*'] 20:15:42.995 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:15:42.995 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:15:42.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:15:42.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:15:42.995 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:15:42.995 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:15:42.995 DEBUG [main][MenuItemLookup] Found menu:'File' 20:15:42.995 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:15:42.995 DEBUG [main][MenuItemLookup] Found menu:'Source' 20:15:42.995 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 20:15:42.995 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:15:42.995 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:15:42.995 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:15:42.995 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:15:42.996 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:15:42.996 DEBUG [main][MenuItemLookup] Item match:Window 20:15:42.996 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:15:42.996 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:15:42.996 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:15:42.996 DEBUG [main][MenuItemLookup] Found menu:'' 20:15:42.996 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:15:42.996 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:15:42.996 DEBUG [main][MenuItemLookup] Found menu:'' 20:15:42.996 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:15:42.996 DEBUG [main][MenuItemLookup] Found menu:'' 20:15:42.996 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:15:42.996 DEBUG [main][MenuItemLookup] Item match:Preferences 20:15:42.996 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:15:42.996 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:15:42.996 INFO [main][MenuItemHandler] Select menu item: &Preferences (Eclipse:5341): Gtk-CRITICAL **: 20:15:43.099: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 20:15:43.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 'Preferences.*'] is available.... 20:15:43.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 20:15:43.137 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:15:43.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:15:43.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:15:43.138 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:15:43.138 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:15:43.138 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 20:15:43.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:43.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:43.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:43.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:43.138 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:15:43.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:15:43.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:15:43.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 20:15:43.140 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:15:43.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:15:43.140 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:15:43.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:15:43.140 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:15:43.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 20:15:43.140 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:15:43.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:15:43.140 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:15:43.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:15:43.140 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:15:43.140 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Installed JREs 20:15:43.141 DEBUG [main][TreeItemHandler] Selecting tree item: Installed JREs 20:15:43.141 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Installed JREs about selection 20:15:43.141 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Installed JREs 20:15:43.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:43.141 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:43.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:43.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:43.142 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 20:15:43.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:43.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:43.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:43.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:43.142 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:15:43.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:15:43.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:15:43.145 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 20:15:43.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:43.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:43.146 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:43.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:43.146 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:15:43.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:15:43.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:15:43.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) 20:15:43.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:43.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:43.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:43.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:43.190 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:15:43.191 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:15:43.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:15:43.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:15:43.191 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:15:43.191 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:15:43.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:15:43.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:15:43.218 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:15:43.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:15:43.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:15:43.218 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.jre.JRERequirementTest 20:15:43.218 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:15:43.218 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:15:43.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:15:43.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:15:43.218 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testConfiguredValues jre-1.7(org.eclipse.reddeer.requirements.test.jre.JRERequirementTest) 20:15:43.218 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:15:43.219 INFO [WorkbenchTestable][RequirementsRunner] Started test: testConfigurationValues jre-1.7(org.eclipse.reddeer.requirements.test.jre.JRERequirementTest) 20:15:43.219 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.jre.JRERequirementTest 20:15:43.219 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:15:43.219 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:15:43.219 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:15:43.219 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.jre.JRERequirementTest 20:15:43.219 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:15:43.219 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:15:43.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:15:43.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:15:43.219 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testConfigurationValues jre-1.7(org.eclipse.reddeer.requirements.test.jre.JRERequirementTest) 20:15:43.220 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.requirements.test.jre.JRERequirementTest 20:15:43.220 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:15:43.220 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:15:43.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:15:43.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.202 s - in org.eclipse.reddeer.requirements.test.jre.JRERequirementTest testConfiguredValues jre-1.7(org.eclipse.reddeer.requirements.test.jre.JRERequirementTest) Time elapsed: 0.224 s testConfigurationValues jre-1.7(org.eclipse.reddeer.requirements.test.jre.JRERequirementTest) Time elapsed: 0 s Running org.eclipse.reddeer.requirements.test.cleanworkspace.CleanWorkspaceRequirementTest 20:15:43.222 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.requirements.test.cleanworkspace.CleanWorkspaceRequirementTest 20:15:43.223 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:15:43.223 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:15:43.223 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.requirements.test.cleanworkspace.CleanWorkspaceRequirementTest 20:15:43.223 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:15:43.223 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 20:15:43.224 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:15:43.224 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 20:15:43.224 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:15:43.224 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 20:15:43.224 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:15:43.224 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:15:43.224 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:15:43.224 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:15:43.224 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:15:43.224 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:15:43.224 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:15:43.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:15:43.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:15:43.225 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:15:43.225 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:15:43.225 DEBUG [main][MenuItemLookup] Found menu:'File' 20:15:43.225 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:15:43.225 DEBUG [main][MenuItemLookup] Found menu:'Source' 20:15:43.225 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 20:15:43.225 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:15:43.225 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:15:43.225 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:15:43.225 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:15:43.225 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:15:43.225 DEBUG [main][MenuItemLookup] Item match:Window 20:15:43.226 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:15:43.226 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:15:43.226 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:15:43.226 DEBUG [main][MenuItemLookup] Found menu:'' 20:15:43.226 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:15:43.226 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:15:43.226 DEBUG [main][MenuItemLookup] Found menu:'' 20:15:43.226 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:15:43.226 DEBUG [main][MenuItemLookup] Found menu:'' 20:15:43.226 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:15:43.226 DEBUG [main][MenuItemLookup] Item match:Preferences 20:15:43.226 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:15:43.226 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:15:43.226 INFO [main][MenuItemHandler] Select menu item: &Preferences (Eclipse:5341): Gtk-CRITICAL **: 20:15:43.257: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 20:15:43.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 20:15:43.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 20:15:43.311 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:15:43.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:15:43.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:15:43.312 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:15:43.312 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:15:43.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 20:15:43.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:43.312 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:43.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:43.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:43.312 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:15:43.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:15:43.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:15:43.313 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) 20:15:43.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:43.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:43.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:43.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:43.314 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:15:43.315 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:15:43.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:15:43.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:15:43.315 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:15:43.315 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:15:43.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:15:43.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:15:43.340 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:15:43.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:15:43.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:15:43.340 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:15:43.340 INFO [WorkbenchTestable][RequirementsRunner] Started test: fulfillWithProjectsTest no-configuration(org.eclipse.reddeer.requirements.test.cleanworkspace.CleanWorkspaceRequirementTest) 20:15:43.340 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.cleanworkspace.CleanWorkspaceRequirementTest 20:15:43.340 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:15:43.340 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:15:43.340 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:15:43.341 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.requirements.test.cleanworkspace.CleanWorkspaceRequirementTest$TestClass 20:15:43.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:15:43.343 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:15:43.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:15:43.343 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:15:43.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 Java Project"] 20:15:43.343 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:15:43.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:15:43.344 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:15:43.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:15:43.344 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:15:43.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:15:43.344 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:15:43.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 Java Project"] 20:15:43.344 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:15:43.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:15:43.345 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:15:43.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:15:43.345 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:15:43.345 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:15:43.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:15:43.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:15:43.345 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:15:43.345 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:15:43.345 DEBUG [main][MenuItemLookup] Found menu:'File' 20:15:43.345 DEBUG [main][MenuItemLookup] Item match:File 20:15:43.346 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 20:15:43.346 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 20:15:43.351 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 20:15:43.351 DEBUG [main][MenuItemLookup] Found menu:'Project...' 20:15:43.351 DEBUG [main][MenuItemLookup] Found menu:'' 20:15:43.351 DEBUG [main][MenuItemLookup] Found menu:'Package' 20:15:43.351 DEBUG [main][MenuItemLookup] Found menu:'Class' 20:15:43.351 DEBUG [main][MenuItemLookup] Found menu:'Interface' 20:15:43.351 DEBUG [main][MenuItemLookup] Found menu:'Enum' 20:15:43.351 DEBUG [main][MenuItemLookup] Found menu:'Record' 20:15:43.351 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 20:15:43.351 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 20:15:43.351 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 20:15:43.351 DEBUG [main][MenuItemLookup] Found menu:'Folder' 20:15:43.351 DEBUG [main][MenuItemLookup] Found menu:'File' 20:15:43.351 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 20:15:43.351 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 20:15:43.351 DEBUG [main][MenuItemLookup] Found menu:'' 20:15:43.351 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 20:15:43.351 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 20:15:43.351 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 20:15:43.351 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 20:15:43.351 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 20:15:43.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 20:15:43.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 'New|Select a wizard'] is available. finished successfully 20:15:43.416 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 20:15:43.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:15:43.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:15:43.418 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:15:43.418 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:15:43.418 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 20:15:43.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:43.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:43.419 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:43.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:43.419 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:15:43.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:15:43.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:15:43.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 20:15:43.420 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:15:43.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:15:43.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:15:43.922 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:15:43.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 20:15:43.923 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:15:43.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:15:43.923 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:15:43.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:15:43.923 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:15:43.924 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 20:15:43.924 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 20:15:43.924 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 20:15:43.926 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 20:15:43.926 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:15:43.926 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 20:15:43.926 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) 20:15:43.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:43.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:43.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:43.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:43.927 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:15:43.927 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:15:43.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:15:43.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:15:43.927 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:15:43.927 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:15:44.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:15:44.139 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:15:44.139 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:15:44.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 20:15:44.140 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 20:15:44.140 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 20:15:44.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:15:44.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:15:44.140 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 20:15:44.140 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:15:44.141 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'TestProject' 20:15:44.141 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:") 20:15:44.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:44.141 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:44.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:44.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:44.142 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:15:44.143 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:15:44.143 INFO [WorkbenchTestable][AbstractText] Text set to: TestProject 20:15:44.165 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 20:15:44.165 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 20:15:44.166 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) 20:15:44.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:44.166 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:44.167 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:44.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:44.167 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:15:44.168 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:15:44.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:15:44.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:15:44.168 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:15:44.168 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:15:44.172 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.... 20:15:45.023 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 20:15:45.024 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 20:15:45.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:15:45.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:15:45.085 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 20:15:45.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 "Don't Create") 20:15:45.085 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:15:45.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:15:45.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:15:45.085 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 20:15:45.085 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:15:45.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:45.085 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:45.086 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:45.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:45.086 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:15:45.086 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 20:15:45.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:15:45.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:15:45.086 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:15:45.086 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:15:45.393 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.... 20:15:45.394 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 20:15:45.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:15:45.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:15:45.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:15:45.394 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 20:15:45.394 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' has no excuses, wait for it 20:15:45.894 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 20:15:45.894 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 20:15:45.894 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:15:45.894 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:15:45.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:15:45.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:45.898 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:45.898 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 20:15:45.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:45.898 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:45.898 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:15:45.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:15:45.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:15:45.899 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:15:45.899 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:15:45.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:45.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:45.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:45.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:45.899 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:15:45.900 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:15:45.900 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:15:45.900 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:15:45.900 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:15:45.910 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:15:45.910 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:15:45.911 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:15:45.911 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:15:45.911 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:15:45.912 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:15:45.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:45.912 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:45.912 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:15:46.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:46.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:15:46.913 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:46.913 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:15:46.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:15:46.913 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:15:46.913 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:15:46.914 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:15:46.914 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:15:46.914 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:15:46.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:46.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:46.914 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:46.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:46.914 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:15:46.915 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Servers 20:15:46.919 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TestProject 20:15:46.920 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.cleanworkspace.CleanWorkspaceRequirementTest 20:15:46.920 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:15:46.920 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:15:46.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:15:46.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:15:46.920 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.log.collector.AftersLogCollector 20:15:46.921 INFO [WorkbenchTestable][RequirementsRunner] Finished test: fulfillWithProjectsTest no-configuration(org.eclipse.reddeer.requirements.test.cleanworkspace.CleanWorkspaceRequirementTest) 20:15:46.921 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:15:46.921 INFO [WorkbenchTestable][RequirementsRunner] Started test: fulfillWithoutProjectsTest no-configuration(org.eclipse.reddeer.requirements.test.cleanworkspace.CleanWorkspaceRequirementTest) 20:15:46.921 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.cleanworkspace.CleanWorkspaceRequirementTest 20:15:46.921 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:15:46.921 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:15:46.921 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:15:46.921 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.requirements.test.cleanworkspace.CleanWorkspaceRequirementTest$TestClass 20:15:46.921 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 20:15:46.932 DEBUG [main][EditorHandler] 0 editor(s) found 20:15:46.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:46.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:15:46.936 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 20:15:46.936 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:15:46.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:15:46.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:15:46.937 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:15:46.937 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:15:46.937 DEBUG [main][MenuItemLookup] Found menu:'File' 20:15:46.937 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:15:46.937 DEBUG [main][MenuItemLookup] Found menu:'Source' 20:15:46.937 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 20:15:46.937 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:15:46.937 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:15:46.937 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:15:46.937 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:15:46.937 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:15:46.937 DEBUG [main][MenuItemLookup] Item match:Window 20:15:46.937 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:15:46.937 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:15:46.937 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:15:46.937 DEBUG [main][MenuItemLookup] Found menu:'' 20:15:46.937 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:15:46.937 DEBUG [main][MenuItemLookup] Item match:Show View 20:15:46.943 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 20:15:46.943 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 20:15:46.943 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 20:15:46.943 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 20:15:46.943 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 20:15:46.943 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 20:15:46.943 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 20:15:46.943 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 20:15:46.943 DEBUG [main][MenuItemLookup] Found menu:'Progress' 20:15:46.943 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 20:15:46.943 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 20:15:46.943 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 20:15:46.943 DEBUG [main][MenuItemLookup] Found menu:'Templates' 20:15:46.943 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 20:15:46.943 DEBUG [main][MenuItemLookup] Found menu:'' 20:15:46.943 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 20:15:46.943 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 20:15:46.944 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 20:15:46.944 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 20:15:46.944 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 20:15:47.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 20:15:47.086 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 20:15:47.086 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 20:15:47.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:15:47.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:15:47.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 20:15:47.087 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:15:47.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:15:47.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:15:47.088 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:15:47.088 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:15:47.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:47.088 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:47.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:47.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:47.088 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:15:47.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:15:47.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:15:47.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 20:15:47.091 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:15:47.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:15:47.091 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:15:47.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:15:47.091 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:15:47.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 20:15:47.092 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:15:47.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:15:47.092 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:15:47.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:15:47.092 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:15:47.094 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 20:15:47.094 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 20:15:47.094 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 20:15:47.094 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 20:15:47.094 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:15:47.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:15:47.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:15:47.095 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:15:47.095 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:15:47.095 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:47.096 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:47.096 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:15:47.096 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:15:47.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:15:47.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:15:47.096 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:15:47.096 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:15:47.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:47.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:47.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:47.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:47.097 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:15:47.098 INFO [WorkbenchTestable][AbstractButton] Click button &Open 20:15:47.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:15:47.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:15:47.098 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:15:47.098 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:15:47.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:15:47.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:15:47.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 20:15:47.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:47.217 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:47.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 20:15:47.217 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:47.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:47.219 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:15:47.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:15:47.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:15:47.220 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:15:47.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 '\*?\QProject Explorer\E') 20:15:47.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:47.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:47.221 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:47.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:47.221 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:15:47.222 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:15:47.222 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:15:47.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:15:47.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:15:47.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:15:47.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:15:47.224 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:15:47.224 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:15:47.225 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:15:47.225 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:15:47.225 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:15:47.226 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:15:47.226 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:15:47.226 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:15:47.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:47.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:47.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:15:47.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:47.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:15:48.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:48.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:15:48.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:15:48.228 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:15:48.228 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:15:48.229 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:15:48.229 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:15:48.229 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:15:48.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:48.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:48.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:48.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:48.229 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:15:48.230 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Servers 20:15:48.230 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TestProject 20:15:48.230 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:15:48.230 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:15:48.231 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:15:48.231 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:15:48.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:48.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:48.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:15:48.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:48.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:15:49.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:49.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:15:49.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:15:49.233 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:15:49.233 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:15:49.234 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:15:49.235 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:15:49.235 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:15:49.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:49.235 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:49.235 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:49.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:49.235 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:15:49.236 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Servers 20:15:49.236 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TestProject 20:15:49.236 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:15:49.236 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:15:49.237 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:15:49.237 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:15:49.237 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:15:49.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:49.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:49.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:49.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:49.238 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:15:49.238 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 20:15:49.238 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 20:15:49.240 DEBUG [main][TreeItemHandler] Set Tree selection 20:15:49.240 DEBUG [main][TreeHandler] Notify Tree about selection event 20:15:49.287 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 20:15:49.290 DEBUG [WorkbenchTestable][TreeItemHandler] Servers 20:15:49.291 DEBUG [WorkbenchTestable][TreeItemHandler] TestProject 20:15:49.291 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:15:49.291 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:15:49.340 DEBUG [main][MenuItemLookup] Found menu:'New' 20:15:49.340 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:15:49.340 DEBUG [main][MenuItemLookup] Found menu:'' 20:15:49.340 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:15:49.340 DEBUG [main][MenuItemLookup] Found menu:'' 20:15:49.340 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:15:49.340 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:15:49.340 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:15:49.340 DEBUG [main][MenuItemLookup] Found menu:'Move...' 20:15:49.340 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 20:15:49.340 DEBUG [main][MenuItemLookup] Found menu:'' 20:15:49.340 DEBUG [main][MenuItemLookup] Found menu:'Import...' 20:15:49.340 DEBUG [main][MenuItemLookup] Found menu:'Export...' 20:15:49.340 DEBUG [main][MenuItemLookup] Found menu:'' 20:15:49.340 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 20:15:49.340 DEBUG [main][MenuItemLookup] Item match:Refresh F5 20:15:49.380 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 20:15:49.380 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 20:15:49.381 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 20:15:49.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:15:49.382 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 20:15:49.883 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 20:15:49.883 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:15:49.883 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:15:49.883 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:15:49.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:15:49.883 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:15:49.883 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:15:49.912 DEBUG [main][MenuItemLookup] Found menu:'New' 20:15:49.912 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:15:49.912 DEBUG [main][MenuItemLookup] Found menu:'' 20:15:49.912 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:15:49.912 DEBUG [main][MenuItemLookup] Found menu:'' 20:15:49.913 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:15:49.913 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:15:49.913 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:15:49.913 DEBUG [main][MenuItemLookup] Item match:Delete Delete 20:15:49.913 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 20:15:49.913 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 20:15:49.913 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 20:15:50.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... (Eclipse:5341): Gtk-CRITICAL **: 20:15:50.109: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5341): Gtk-CRITICAL **: 20:15:50.112: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5341): Gtk-CRITICAL **: 20:15:50.185: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5341): Gtk-CRITICAL **: 20:15:50.209: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 20:15:50.212 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 20:15:50.212 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 20:15:50.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:15:50.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:15:50.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: 32) 20:15:50.212 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:15:50.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:15:50.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:15:50.213 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:15:50.213 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:15:50.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:50.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:50.213 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:50.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:50.213 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:15:50.214 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 20:15:50.214 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 20:15:50.214 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 20:15:50.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:15:50.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:15:50.214 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:15:50.214 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:15:50.214 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:15:50.214 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:15:50.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:15:50.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:15:50.215 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:15:50.215 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:15:50.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:15:50.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:15:50.215 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:15:50.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:15:50.215 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:15:50.216 INFO [WorkbenchTestable][AbstractButton] Click button OK 20:15:50.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:15:50.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:15:50.216 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:15:50.216 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:15:50.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 20:15:50.231 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 20:15:50.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 20:15:50.732 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 20:15:50.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:15:50.732 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 20:15:50.732 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 20:15:50.732 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:15:50.733 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:15:50.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:15:50.733 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:15:50.733 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:15:50.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:15:50.735 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 20:15:50.735 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.cleanworkspace.CleanWorkspaceRequirementTest 20:15:50.735 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:15:50.735 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:15:50.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:15:50.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:15:50.736 INFO [WorkbenchTestable][RequirementsRunner] Finished test: fulfillWithoutProjectsTest no-configuration(org.eclipse.reddeer.requirements.test.cleanworkspace.CleanWorkspaceRequirementTest) 20:15:50.736 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.requirements.test.cleanworkspace.CleanWorkspaceRequirementTest 20:15:50.736 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:15:50.736 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:15:50.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:15:50.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.514 s - in org.eclipse.reddeer.requirements.test.cleanworkspace.CleanWorkspaceRequirementTest fulfillWithProjectsTest no-configuration(org.eclipse.reddeer.requirements.test.cleanworkspace.CleanWorkspaceRequirementTest) Time elapsed: 3.581 s fulfillWithoutProjectsTest no-configuration(org.eclipse.reddeer.requirements.test.cleanworkspace.CleanWorkspaceRequirementTest) Time elapsed: 3.815 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.verification.parametrized/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 297 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 19 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 13 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 3.3.0-SNAPSHOT [42/58] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.ui.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.ui.test --- [INFO] The project's OSGi version is 3.3.0.v20210310-1921 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.reddeer.ui.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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.verification.parametrized/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.verification.parametrized/tests/org.eclipse.reddeer.ui.test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.reddeer.ui.test --- [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui.test:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.ui.test/pom.xml [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.ui.test/bin [WARNING] Source directory /home/jenkins/agent/workspace/reddeer.verification.parametrized/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.verification.parametrized/tests/org.eclipse.reddeer.ui.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.reddeer.ui.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.ui.test/target/org.eclipse.reddeer.ui.test-3.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.reddeer.ui.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.ui.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.ui.test/target/org.eclipse.reddeer.ui.test-3.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.ui.test --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.reddeer.ui.test --- [INFO] Executing Test Runtime with timeout 9600, logs (if any) will be placed at: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.ui.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/11.0.2+9/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.verification.parametrized/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.6.100.v20201223-0822/org.eclipse.equinox.launcher-1.6.100.v20201223-0822.jar, -data, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.ui.test/target/work/data, -install, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.ui.test/target/work, -configuration, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.ui.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.ui.test/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.platform.ide, -nouithread, -timeout, 9600000] Launching application org.eclipse.ui.ide.workbench... Running org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest 20:16:01.836 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 20:16:01.838 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 20:16:01.845 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 20:16:01.846 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 20:16:01.902 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest 20:16:01.926 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:16:01.928 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:16:01.929 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest 20:16:01.931 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 20:16:01.931 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 20:16:01.937 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 20:16:01.998 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:16:01.998 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 20:16:02.000 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:16:02.000 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 20:16:02.002 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:16:02.003 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 20:16:02.011 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:16:02.013 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:16:02.020 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:16:02.021 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:16:02.021 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:16:02.022 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:16:02.026 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:16:02.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:16:02.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:16:02.030 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:16:02.033 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:16:02.036 DEBUG [main][MenuItemLookup] Found menu:'File' 20:16:02.036 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:16:02.036 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:16:02.037 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:16:02.037 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:16:02.037 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:16:02.037 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:16:02.037 DEBUG [main][MenuItemLookup] Item match:Window 20:16:02.040 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:16:02.040 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:16:02.040 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:16:02.040 DEBUG [main][MenuItemLookup] Found menu:'' 20:16:02.040 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:16:02.040 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:16:02.040 DEBUG [main][MenuItemLookup] Found menu:'' 20:16:02.040 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:16:02.040 DEBUG [main][MenuItemLookup] Found menu:'' 20:16:02.041 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:16:02.041 DEBUG [main][MenuItemLookup] Item match:Preferences 20:16:02.081 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:16:02.081 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:16:02.082 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:16:02.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 'Preferences.*'] is available.... 20:16:02.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 20:16:02.210 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:16:02.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:16:02.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:16:02.213 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:16:02.213 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:16:02.226 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 20:16:02.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:16:02.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:02.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:16:02.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:16:02.233 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:16:02.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:16:02.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:16:02.242 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) 20:16:02.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:16:02.242 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:02.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:16:02.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:16:02.246 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:16:02.289 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:16:02.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:16:02.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:16:02.291 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:16:02.291 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:16:02.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:16:02.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:16:02.323 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:16:02.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:16:02.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:16:02.325 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 20:16:02.325 DEBUG [WorkbenchTestable][JavaPerspective] Trying to open perspective: 'Java' 20:16:02.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:16:02.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:16:02.327 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:16:02.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:16:02.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:16:02.328 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") 20:16:02.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:16:02.328 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:02.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:16:02.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:16:02.337 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 20:16:02.339 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 20:16:02.339 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 20:16:02.339 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:16:02.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 20:16:02.421 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 20:16:02.421 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 20:16:02.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:16:02.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:16:02.422 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 20:16:02.423 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:16:02.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:16:02.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:16:02.423 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 20:16:02.423 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:16:02.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:16:02.423 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:02.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:16:02.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:16:02.423 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:16:02.425 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Java') 20:16:02.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:16:02.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:16:02.428 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 20:16:02.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:16:02.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:16:02.429 TRACE [main][WidgetHandler] Notify Table with event 13 20:16:02.429 TRACE [main][WidgetHandler] Wait for synchronization 20:16:02.429 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:16:02.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:16:02.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:16:02.430 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 20:16:02.430 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:16:02.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:02.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:16:02.431 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:16:02.431 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:16:02.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:16:02.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:16:02.435 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 20:16:02.435 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:16:02.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:16:02.435 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:02.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:16:02.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:16:02.436 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:16:02.436 INFO [WorkbenchTestable][AbstractButton] Click button &Open 20:16:02.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:16:02.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:16:02.436 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:16:02.437 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:16:02.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:16:02.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:16:02.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 20:16:02.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:16:02.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:16:02.925 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:16:02.925 DEBUG [main][MenuItemLookup] Found menu:'File' 20:16:02.925 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:16:02.925 DEBUG [main][MenuItemLookup] Found menu:'Source' 20:16:02.925 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 20:16:02.925 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:16:02.925 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:16:02.925 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:16:02.925 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:16:02.925 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:16:02.925 DEBUG [main][MenuItemLookup] Item match:Window 20:16:02.926 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:16:02.926 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:16:02.926 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:16:02.926 DEBUG [main][MenuItemLookup] Found menu:'' 20:16:02.926 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:16:02.927 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:16:02.927 DEBUG [main][MenuItemLookup] Found menu:'' 20:16:02.927 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:16:02.927 DEBUG [main][MenuItemLookup] Found menu:'' 20:16:02.927 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:16:02.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:16:02.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:16:02.931 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:16:02.931 DEBUG [main][MenuItemLookup] Found menu:'File' 20:16:02.931 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:16:02.931 DEBUG [main][MenuItemLookup] Found menu:'Source' 20:16:02.931 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 20:16:02.931 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:16:02.931 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:16:02.931 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:16:02.931 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:16:02.931 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:16:02.931 DEBUG [main][MenuItemLookup] Item match:Window 20:16:02.932 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:16:02.932 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:16:02.932 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:16:02.932 DEBUG [main][MenuItemLookup] Found menu:'' 20:16:02.932 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:16:02.932 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:16:02.932 DEBUG [main][MenuItemLookup] Item match:Perspective 20:16:02.935 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 20:16:02.935 DEBUG [main][MenuItemLookup] Found menu:'' 20:16:02.935 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 20:16:02.935 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 20:16:02.935 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 20:16:02.935 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 20:16:02.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 20:16:02.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:16:02.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:16:02.936 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:16:02.936 DEBUG [main][MenuItemLookup] Found menu:'File' 20:16:02.936 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:16:02.936 DEBUG [main][MenuItemLookup] Found menu:'Source' 20:16:02.937 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 20:16:02.937 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:16:02.937 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:16:02.937 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:16:02.937 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:16:02.937 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:16:02.937 DEBUG [main][MenuItemLookup] Item match:Window 20:16:02.937 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:16:02.937 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:16:02.937 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:16:02.937 DEBUG [main][MenuItemLookup] Found menu:'' 20:16:02.937 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:16:02.937 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:16:02.937 DEBUG [main][MenuItemLookup] Found menu:'' 20:16:02.937 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:16:02.937 DEBUG [main][MenuItemLookup] Found menu:'' 20:16:02.938 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:16:02.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:16:02.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:16:02.938 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:16:02.938 DEBUG [main][MenuItemLookup] Found menu:'File' 20:16:02.938 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:16:02.938 DEBUG [main][MenuItemLookup] Found menu:'Source' 20:16:02.938 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 20:16:02.938 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:16:02.938 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:16:02.938 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:16:02.938 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:16:02.938 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:16:02.938 DEBUG [main][MenuItemLookup] Item match:Window 20:16:02.939 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:16:02.939 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:16:02.939 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:16:02.939 DEBUG [main][MenuItemLookup] Found menu:'' 20:16:02.939 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:16:02.939 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:16:02.939 DEBUG [main][MenuItemLookup] Item match:Perspective 20:16:02.940 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 20:16:02.940 DEBUG [main][MenuItemLookup] Found menu:'' 20:16:02.940 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 20:16:02.940 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 20:16:02.940 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 20:16:02.940 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 20:16:02.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:16:02.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:16:02.940 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:16:02.940 DEBUG [main][MenuItemLookup] Found menu:'File' 20:16:02.941 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:16:02.941 DEBUG [main][MenuItemLookup] Found menu:'Source' 20:16:02.941 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 20:16:02.941 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:16:02.941 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:16:02.941 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:16:02.941 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:16:02.941 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:16:02.941 DEBUG [main][MenuItemLookup] Item match:Window 20:16:02.941 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:16:02.941 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:16:02.942 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:16:02.942 DEBUG [main][MenuItemLookup] Found menu:'' 20:16:02.942 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:16:02.942 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:16:02.942 DEBUG [main][MenuItemLookup] Found menu:'' 20:16:02.942 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:16:02.942 DEBUG [main][MenuItemLookup] Found menu:'' 20:16:02.942 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:16:02.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:16:02.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:16:02.942 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:16:02.986 DEBUG [main][MenuItemLookup] Found menu:'File' 20:16:02.986 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:16:02.986 DEBUG [main][MenuItemLookup] Found menu:'Source' 20:16:02.986 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 20:16:02.986 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:16:02.986 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:16:02.986 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:16:02.986 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:16:02.987 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:16:02.987 DEBUG [main][MenuItemLookup] Item match:Window 20:16:02.987 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:16:02.987 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:16:02.987 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:16:02.987 DEBUG [main][MenuItemLookup] Found menu:'' 20:16:02.987 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:16:02.987 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:16:02.987 DEBUG [main][MenuItemLookup] Item match:Perspective 20:16:02.988 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 20:16:02.988 DEBUG [main][MenuItemLookup] Found menu:'' 20:16:02.988 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 20:16:02.988 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 20:16:02.988 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 20:16:02.988 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 20:16:02.988 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 20:16:02.989 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 20:16:02.989 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 20:16:03.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 20:16:03.019 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 20:16:03.019 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 20:16:03.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:16:03.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:16:03.020 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:16:03.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:16:03.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:16:03.020 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 20:16:03.020 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:16:03.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:03.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:16:03.021 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:16:03.021 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:16:03.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:16:03.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:16:03.021 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 20:16:03.021 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:16:03.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:16:03.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:03.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:16:03.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:16:03.022 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:16:03.023 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 20:16:03.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:16:03.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:16:03.023 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:16:03.023 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:16:04.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:16:04.304 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:16:04.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:16:04.305 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:16:04.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 RedDeer Test Plugin"] 20:16:04.305 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:16:04.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:16:04.305 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:16:04.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:16:04.306 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:16:04.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:16:04.306 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:16:04.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 RedDeer Test Plugin"] 20:16:04.306 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:16:04.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:16:04.307 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:16:04.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:16:04.307 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:16:04.307 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:16:04.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:16:04.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:16:04.308 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:16:04.308 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:16:04.308 DEBUG [main][MenuItemLookup] Found menu:'File' 20:16:04.308 DEBUG [main][MenuItemLookup] Item match:File 20:16:04.310 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 20:16:04.310 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 20:16:04.326 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 20:16:04.326 DEBUG [main][MenuItemLookup] Found menu:'Project...' 20:16:04.326 DEBUG [main][MenuItemLookup] Found menu:'' 20:16:04.326 DEBUG [main][MenuItemLookup] Found menu:'Package' 20:16:04.327 DEBUG [main][MenuItemLookup] Found menu:'Class' 20:16:04.327 DEBUG [main][MenuItemLookup] Found menu:'Interface' 20:16:04.327 DEBUG [main][MenuItemLookup] Found menu:'Enum' 20:16:04.327 DEBUG [main][MenuItemLookup] Found menu:'Record' 20:16:04.327 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 20:16:04.327 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 20:16:04.327 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 20:16:04.327 DEBUG [main][MenuItemLookup] Found menu:'Folder' 20:16:04.327 DEBUG [main][MenuItemLookup] Found menu:'File' 20:16:04.327 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 20:16:04.327 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 20:16:04.327 DEBUG [main][MenuItemLookup] Found menu:'' 20:16:04.327 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 20:16:04.327 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 20:16:04.334 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 20:16:04.334 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 20:16:04.334 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 20:16:04.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 20:16:04.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 20:16:04.430 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 20:16:04.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:16:04.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:16:04.431 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:16:04.431 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:16:04.432 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 20:16:04.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:16:04.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:04.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:16:04.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:16:04.433 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:16:04.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:16:04.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:16:04.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer has children... 20:16:04.437 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer 20:16:04.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:16:04.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:16:04.940 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer 20:16:04.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer has children finished successfully 20:16:04.941 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer 20:16:04.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:16:04.942 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer is already expanded. No action performed 20:16:04.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:16:04.942 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer 20:16:04.942 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer Test Plug-in 20:16:04.943 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer Test Plug-in 20:16:04.943 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer Test Plug-in about selection 20:16:04.944 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer Test Plug-in 20:16:04.945 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:16:04.945 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 20:16:04.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) 20:16:04.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:16:04.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:04.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:16:04.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:16:04.946 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:16:04.947 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:16:04.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:16:04.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:16:04.947 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:16:04.947 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:16:05.105 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:16:05.105 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:16:05.105 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:16:05.105 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.... 20:16:05.106 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 20:16:05.106 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New RedDeer Test Plugin 20:16:05.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:16:05.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:16:05.107 TRACE [WorkbenchTestable][RedDeerTestPluginWizard] Shell New RedDeer Test Plugin is not null and is not disposed 20:16:05.107 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:16:05.109 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:") 20:16:05.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:16:05.109 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:05.113 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:16:05.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:16:05.113 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:16:05.113 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:16:05.114 INFO [WorkbenchTestable][AbstractText] Text set to: reddeer.test.plugin 20:16:05.125 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:") 20:16:05.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:16:05.126 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:05.129 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:16:05.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:16:05.129 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:16:05.129 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:16:05.130 INFO [WorkbenchTestable][AbstractText] Text set to: test.plugin 20:16:05.139 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:") 20:16:05.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:16:05.139 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:05.146 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:16:05.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:16:05.147 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:16:05.147 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:16:05.147 INFO [WorkbenchTestable][AbstractText] Text set to: 8.2.9.qualifier 20:16:05.156 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:") 20:16:05.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:16:05.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:05.189 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:16:05.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:16:05.189 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:16:05.189 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:16:05.190 INFO [WorkbenchTestable][AbstractText] Text set to: Eclipse.org - RedDeer 20:16:05.198 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:") 20:16:05.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:16:05.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:05.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:16:05.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:16:05.199 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:16:05.200 INFO [WorkbenchTestable][RadioButton] Select radio button &Application id: 20:16:05.200 INFO [WorkbenchTestable][AbstractButton] Click button &Application id: 20:16:05.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:16:05.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:16:05.201 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:16:05.201 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:16:05.202 TRACE [main][WidgetHandler] Notify Button with event 27 20:16:05.202 TRACE [main][WidgetHandler] Wait for synchronization 20:16:05.202 TRACE [main][WidgetHandler] Notify Button with event 13 20:16:05.202 TRACE [main][WidgetHandler] Wait for synchronization 20:16:05.202 TRACE [main][WidgetHandler] Notify Button with event 26 20:16:05.202 TRACE [main][WidgetHandler] Wait for synchronization 20:16:05.202 TRACE [main][WidgetHandler] Notify Button with event 3 20:16:05.202 TRACE [main][WidgetHandler] Wait for synchronization 20:16:05.202 TRACE [main][WidgetHandler] Notify Button with event 4 20:16:05.202 TRACE [main][WidgetHandler] Wait for synchronization 20:16:05.202 TRACE [main][WidgetHandler] Notify Button with event 13 20:16:05.202 TRACE [main][WidgetHandler] Wait for synchronization 20:16:05.204 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 20:16:05.204 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:16:05.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:16:05.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:16:05.205 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 20:16:05.205 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:16:05.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:16:05.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 20:16:05.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 20:16:05.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:16:05.206 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 20:16:05.207 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 20:16:05.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:16:05.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 20:16:05.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 20:16:05.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:16:05.208 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 20:16:05.209 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo org.eclipse.ui.ide.workbench to selection: org.eclipse.ui.ide.workbench 20:16:05.210 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) 20:16:05.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:16:05.211 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:05.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:16:05.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:16:05.211 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:16:05.212 INFO [WorkbenchTestable][CheckBox] Select checkbox 20:16:05.212 INFO [WorkbenchTestable][CheckBox] Check checkbox 20:16:05.212 INFO [WorkbenchTestable][AbstractButton] Click button 20:16:05.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:16:05.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:16:05.212 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:16:05.212 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:16:05.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: 32) 20:16:05.212 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:16:05.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:16:05.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:16:05.213 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 20:16:05.213 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:16:05.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:16:05.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:05.213 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:16:05.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:16:05.213 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:16:05.214 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:") 20:16:05.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:16:05.214 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:05.215 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:16:05.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:16:05.223 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:16:05.224 INFO [WorkbenchTestable][RadioButton] Select radio button &Product id: 20:16:05.224 INFO [WorkbenchTestable][AbstractButton] Click button &Product id: 20:16:05.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:16:05.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:16:05.224 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:16:05.224 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:16:05.225 TRACE [main][WidgetHandler] Notify Button with event 27 20:16:05.225 TRACE [main][WidgetHandler] Wait for synchronization 20:16:05.225 TRACE [main][WidgetHandler] Notify Button with event 13 20:16:05.225 TRACE [main][WidgetHandler] Wait for synchronization 20:16:05.225 TRACE [main][WidgetHandler] Notify Button with event 26 20:16:05.225 TRACE [main][WidgetHandler] Wait for synchronization 20:16:05.225 TRACE [main][WidgetHandler] Notify Button with event 3 20:16:05.225 TRACE [main][WidgetHandler] Wait for synchronization 20:16:05.225 TRACE [main][WidgetHandler] Notify Button with event 4 20:16:05.225 TRACE [main][WidgetHandler] Wait for synchronization 20:16:05.225 TRACE [main][WidgetHandler] Notify Button with event 13 20:16:05.225 TRACE [main][WidgetHandler] Wait for synchronization 20:16:05.226 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 20:16:05.226 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:16:05.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:16:05.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:16:05.228 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 20:16:05.228 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:16:05.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:16:05.228 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 20:16:05.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 20:16:05.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:16:05.229 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 20:16:05.229 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 20:16:05.229 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:16:05.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:16:05.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:16:05.229 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 20:16:05.229 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:16:05.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:16:05.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:05.230 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:16:05.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:16:05.230 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 20:16:05.231 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 20:16:05.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:16:05.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:05.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:16:05.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:16:05.237 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 20:16:05.237 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo org.eclipse.platform.ide to selection: org.eclipse.platform.ide 20:16:05.238 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 20:16:05.238 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:16:05.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:16:05.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:16:05.238 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 20:16:05.238 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:16:05.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:16:05.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:05.239 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:16:05.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:16:05.240 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:16:05.240 TRACE [WorkbenchTestable][RedDeerTestPluginWizard] Shell New RedDeer Test Plugin is not null and is not disposed 20:16:05.240 INFO [WorkbenchTestable][RedDeerTestPluginWizard] Finish wizard 20:16:05.241 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) 20:16:05.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:16:05.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:05.242 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:16:05.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:16:05.242 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:16:05.242 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:16:05.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:16:05.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:16:05.242 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:16:05.242 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:16:05.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:16:05.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:16:05.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:16:05.727 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:16:05.727 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 20:16:05.728 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Blocked Dialog' is a system job, skipped 20:16:05.728 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 20:16:05.728 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:16:05.728 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:16:05.728 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:16:05.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:16:05.728 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:16:05.730 INFO [WorkbenchTestable][RequirementsRunner] Started test: testRedDeerRunConfigurationItem no-configuration(org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest) 20:16:05.730 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest 20:16:05.730 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:16:05.730 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:16:05.730 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:16:05.731 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Open launch configuration dialog 20:16:05.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:16:05.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:16:05.731 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:16:05.731 DEBUG [main][MenuItemLookup] Found menu:'File' 20:16:05.731 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:16:05.732 DEBUG [main][MenuItemLookup] Found menu:'Source' 20:16:05.732 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 20:16:05.732 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:16:05.732 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:16:05.732 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:16:05.732 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:16:05.732 DEBUG [main][MenuItemLookup] Item match:Run 20:16:05.733 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 20:16:05.734 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 20:16:05.734 DEBUG [main][MenuItemLookup] Found menu:'' 20:16:05.734 DEBUG [main][MenuItemLookup] Found menu:'Run History' 20:16:05.734 DEBUG [main][MenuItemLookup] Found menu:'Run As' 20:16:05.734 DEBUG [main][MenuItemLookup] Found menu:'Run Configurations...' 20:16:05.734 DEBUG [main][MenuItemLookup] Item match:Run Configurations... 20:16:05.781 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ru&n Configurations..." 20:16:05.781 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Run Configurations... 20:16:05.782 INFO [main][MenuItemHandler] Select menu item: Ru&n Configurations... 20:16:06.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 20:16:06.320 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 20:16:06.321 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 20:16:06.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:16:06.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:16:06.386 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Select launch configuration RedDeer Test 20:16:06.386 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 20:16:06.387 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:16:06.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:16:06.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:16:06.387 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 20:16:06.387 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:16:06.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:16:06.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:06.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:16:06.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:16:06.389 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:16:06.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:16:06.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:16:06.391 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer Test 20:16:06.391 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer Test 20:16:06.391 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer Test about selection 20:16:06.392 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer Test 20:16:06.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 20:16:06.422 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 20:16:06.422 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 20:16:06.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:16:06.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:16:06.423 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Close the launch configuration dialog 20:16:06.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:16:06.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:16:06.423 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 20:16:06.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:16:06.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:16:06.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 "Close") 20:16:06.423 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:16:06.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:16:06.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:16:06.424 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 20:16:06.424 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:16:06.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:16:06.424 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:06.487 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:16:06.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:16:06.487 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:16:06.491 INFO [WorkbenchTestable][AbstractButton] Click button Close 20:16:06.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:16:06.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:16:06.492 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:16:06.492 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:16:06.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Save Changes"] is available.... 20:16:09.522 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 20:16:09.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 20:16:09.522 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 20:16:09.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:16:09.523 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 37 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 20:16:09.523 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:16:09.523 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:16:09.523 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:16:09.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:16:09.524 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest 20:16:09.524 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:16:09.527 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:16:09.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:16:09.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:16:09.529 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testRedDeerRunConfigurationItem no-configuration(org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest) 20:16:09.529 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:16:09.529 INFO [WorkbenchTestable][RequirementsRunner] Started test: testRedDeerLaunchConfigurationTab no-configuration(org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest) 20:16:09.529 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest 20:16:09.529 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:16:09.529 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:16:09.529 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:16:09.529 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Open launch configuration dialog 20:16:09.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:16:09.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:16:09.530 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:16:09.530 DEBUG [main][MenuItemLookup] Found menu:'File' 20:16:09.530 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:16:09.530 DEBUG [main][MenuItemLookup] Found menu:'Source' 20:16:09.530 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 20:16:09.531 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:16:09.531 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:16:09.531 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:16:09.531 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:16:09.531 DEBUG [main][MenuItemLookup] Item match:Run 20:16:09.532 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 20:16:09.532 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 20:16:09.532 DEBUG [main][MenuItemLookup] Found menu:'' 20:16:09.532 DEBUG [main][MenuItemLookup] Found menu:'Run History' 20:16:09.532 DEBUG [main][MenuItemLookup] Found menu:'Run As' 20:16:09.532 DEBUG [main][MenuItemLookup] Found menu:'Run Configurations...' 20:16:09.532 DEBUG [main][MenuItemLookup] Item match:Run Configurations... 20:16:09.533 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ru&n Configurations..." 20:16:09.533 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Run Configurations... 20:16:09.533 INFO [main][MenuItemHandler] Select menu item: Ru&n Configurations... 20:16:09.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 20:16:09.818 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 20:16:09.818 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 20:16:09.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:16:09.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:16:09.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 20:16:09.821 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 20:16:09.821 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 20:16:09.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:16:09.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:16:09.822 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Select launch configuration RedDeer Test with name RedDeerTest 20:16:09.822 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 20:16:09.822 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:16:09.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:16:09.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:16:09.822 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 20:16:09.822 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:16:09.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:16:09.822 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:09.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:16:09.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:16:09.824 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:16:09.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:16:09.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:16:09.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test has children... 20:16:09.827 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test 20:16:09.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:16:10.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:16:10.329 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test 20:16:10.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test has children finished successfully 20:16:10.329 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test 20:16:10.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:16:10.330 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test is already expanded. No action performed 20:16:10.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:16:10.330 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test 20:16:10.330 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeerTest 20:16:10.330 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeerTest 20:16:10.330 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeerTest about selection 20:16:10.331 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeerTest 20:16:10.331 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:16:11.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:16:11.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:16:11.704 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 20:16:11.704 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:16:11.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:16:11.704 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:11.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:12.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:12.215 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:12.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:12.718 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:13.218 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:13.221 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:13.721 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:13.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:14.224 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:14.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:14.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:14.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:15.230 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:15.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:15.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:15.737 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:16.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:16.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:16.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:16.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:17.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:17.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:17.747 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:17.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:18.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:18.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:18.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:18.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:19.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:19.258 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:19.758 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:19.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:20.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:20.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:20.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:20.766 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:21.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:21.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:21.768 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:21.771 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:21.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:16:21.771 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Select launch configuration RedDeer Test with name RedDeerTest 20:16:21.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 20:16:21.771 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:16:21.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:16:21.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:16:21.772 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 20:16:21.772 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:16:21.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:16:21.772 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:21.772 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:16:21.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:16:21.772 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:16:21.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:16:21.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:16:21.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test has children... 20:16:21.773 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test 20:16:21.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:16:21.773 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test is already expanded. No action performed 20:16:21.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:16:21.773 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test 20:16:21.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test has children finished successfully 20:16:21.773 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test 20:16:21.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:16:21.773 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test is already expanded. No action performed 20:16:21.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:16:21.773 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test 20:16:21.773 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeerTest 20:16:21.773 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeerTest 20:16:21.774 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeerTest about selection 20:16:21.774 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeerTest 20:16:21.774 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:16:21.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:16:21.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:16:21.775 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 20:16:21.775 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:16:21.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:16:21.775 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:21.776 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:22.276 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:22.279 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:22.780 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:22.782 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:23.282 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:23.284 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:23.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:23.787 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:24.287 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:24.289 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:24.789 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:24.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:25.291 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:25.293 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:25.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:25.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:26.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:26.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:26.799 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:26.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:27.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:27.304 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:27.804 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:27.806 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:28.306 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:28.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:28.809 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:28.812 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:29.312 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:29.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:29.815 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:29.816 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:30.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:30.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:30.819 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:30.821 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:31.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:31.323 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:31.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:31.826 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:31.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:16:31.828 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") 20:16:31.828 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:16:31.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:16:31.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:16:31.828 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 20:16:31.828 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:16:31.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:16:31.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:31.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:16:31.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:16:31.831 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:16:31.833 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer 20:16:31.852 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") 20:16:31.852 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:16:31.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:16:31.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:16:31.854 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 20:16:31.854 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:16:31.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:16:31.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:31.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:16:31.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:16:31.855 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:16:31.855 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer 20:16:31.856 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 20:16:31.856 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:16:31.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:16:31.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:16:31.856 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 20:16:31.856 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:16:31.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:16:31.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:31.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:16:31.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:16:31.857 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:16:31.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:16:31.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:16:31.859 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") 20:16:31.859 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:16:31.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:16:31.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:16:31.859 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 20:16:31.859 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:16:31.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:16:31.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:31.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:16:31.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:16:31.866 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:16:31.867 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer 20:16:31.867 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 20:16:31.867 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:16:31.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:16:31.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:16:31.867 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 20:16:31.867 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:16:31.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:16:31.867 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:31.868 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:16:31.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:16:31.868 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:16:31.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 20:16:31.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 20:16:31.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 20:16:31.871 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 20:16:31.871 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 20:16:31.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:16:31.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:16:31.872 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Close the launch configuration dialog 20:16:31.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:16:31.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:16:31.872 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 20:16:31.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:16:31.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:16:31.872 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:16:31.872 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:16:31.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:16:31.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:16:31.872 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 20:16:31.872 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:16:31.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:16:31.872 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:31.874 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:16:31.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:16:31.874 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:16:31.875 INFO [WorkbenchTestable][AbstractButton] Click button Close 20:16:31.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:16:31.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:16:31.875 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:16:31.875 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:16:31.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Save Changes"] is available.... 20:16:31.908 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 20:16:31.908 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:16:31.908 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:16:31.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:16:31.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:16:31.909 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Changes" as the parent 20:16:31.909 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:16:31.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:16:31.909 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:31.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:16:31.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:16:31.910 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:16:31.910 INFO [WorkbenchTestable][AbstractButton] Click button &Save 20:16:31.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:16:31.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:16:31.910 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:16:31.910 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:16:31.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Save Changes"] is available.... 20:16:32.024 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 20:16:32.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 20:16:32.025 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 20:16:32.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:16:32.025 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 20:16:32.025 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:16:32.025 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:16:32.025 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:16:32.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:16:32.025 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest 20:16:32.025 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:16:32.025 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:16:32.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:16:32.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:16:32.025 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testRedDeerLaunchConfigurationTab no-configuration(org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest) 20:16:32.025 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:16:32.026 INFO [WorkbenchTestable][RequirementsRunner] Started test: testJUnitLaunchConfigurationTab no-configuration(org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest) 20:16:32.026 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest 20:16:32.026 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:16:32.026 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:16:32.026 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:16:32.026 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Open launch configuration dialog 20:16:32.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:16:32.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:16:32.026 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:16:32.026 DEBUG [main][MenuItemLookup] Found menu:'File' 20:16:32.026 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:16:32.026 DEBUG [main][MenuItemLookup] Found menu:'Source' 20:16:32.026 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 20:16:32.026 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:16:32.026 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:16:32.026 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:16:32.027 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:16:32.027 DEBUG [main][MenuItemLookup] Item match:Run 20:16:32.028 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 20:16:32.028 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 20:16:32.028 DEBUG [main][MenuItemLookup] Found menu:'' 20:16:32.028 DEBUG [main][MenuItemLookup] Found menu:'Run History' 20:16:32.028 DEBUG [main][MenuItemLookup] Found menu:'Run As' 20:16:32.028 DEBUG [main][MenuItemLookup] Found menu:'Run Configurations...' 20:16:32.028 DEBUG [main][MenuItemLookup] Item match:Run Configurations... 20:16:32.028 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ru&n Configurations..." 20:16:32.028 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Run Configurations... 20:16:32.028 INFO [main][MenuItemHandler] Select menu item: Ru&n Configurations... 20:16:32.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 20:16:32.145 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 20:16:32.145 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 20:16:32.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:16:32.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:16:32.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 20:16:32.147 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 20:16:32.147 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 20:16:32.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:16:32.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:16:32.147 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Select launch configuration RedDeer Test with name RedDeerTest 20:16:32.147 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 20:16:32.147 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:16:32.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:16:32.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:16:32.147 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 20:16:32.147 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:16:32.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:16:32.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:32.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:16:32.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:16:32.148 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:16:32.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:16:32.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:16:32.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test has children... 20:16:32.150 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test 20:16:32.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:16:32.150 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test is already expanded. No action performed 20:16:32.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:16:32.150 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test 20:16:32.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test has children finished successfully 20:16:32.150 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test 20:16:32.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:16:32.150 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test is already expanded. No action performed 20:16:32.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:16:32.150 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test 20:16:32.150 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeerTest 20:16:32.150 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeerTest 20:16:32.151 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeerTest about selection 20:16:32.151 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeerTest 20:16:32.151 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:16:32.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:16:32.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:16:32.398 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 20:16:32.398 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:16:32.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:16:32.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:32.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:32.900 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:32.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:33.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:33.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:33.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:33.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:34.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:34.411 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:34.911 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:34.914 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:35.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:35.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:35.916 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:35.919 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:36.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:36.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:36.921 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:36.923 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:37.423 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:37.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:37.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:37.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:38.428 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:38.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:38.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:38.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:39.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:39.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:39.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:39.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:40.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:40.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:40.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:40.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:41.442 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:41.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:41.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:41.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:42.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:42.448 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:42.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:16:42.449 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Select launch configuration RedDeer Test with name RedDeerTest 20:16:42.449 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 20:16:42.449 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:16:42.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:16:42.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:16:42.449 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 20:16:42.449 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:16:42.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:16:42.449 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:42.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:16:42.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:16:42.449 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:16:42.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:16:42.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:16:42.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test has children... 20:16:42.450 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test 20:16:42.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:16:42.450 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test is already expanded. No action performed 20:16:42.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:16:42.450 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test 20:16:42.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test has children finished successfully 20:16:42.450 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test 20:16:42.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:16:42.450 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test is already expanded. No action performed 20:16:42.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:16:42.450 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test 20:16:42.451 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeerTest 20:16:42.451 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeerTest 20:16:42.451 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeerTest about selection 20:16:42.452 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeerTest 20:16:42.452 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:16:42.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:16:42.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:16:42.452 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 20:16:42.452 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:16:42.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:16:42.452 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:42.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:42.954 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:42.956 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:43.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:43.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:43.959 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:43.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:44.461 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:44.463 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:44.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:44.965 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:45.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:45.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:45.968 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:45.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:46.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:46.472 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:46.972 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:46.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:47.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:47.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:47.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:47.979 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:48.479 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:48.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:48.981 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:48.983 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:49.483 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:49.485 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:49.985 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:49.987 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:50.487 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:50.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:50.990 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:50.991 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:51.491 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:51.493 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:51.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:51.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:52.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:52.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:52.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:16:52.498 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") 20:16:52.498 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:16:52.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:16:52.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:16:52.498 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 20:16:52.498 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:16:52.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:16:52.498 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:52.500 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:16:52.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:16:52.500 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:16:52.500 INFO [WorkbenchTestable][AbstractCTabItem] Activate Test 20:16:52.500 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:") 20:16:52.500 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:16:52.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:16:52.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:16:52.501 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 20:16:52.501 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:16:52.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:16:52.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:52.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:16:52.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:16:52.508 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:16:52.508 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:16:52.514 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:") 20:16:52.514 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:16:52.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:16:52.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:16:52.514 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 20:16:52.514 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:16:52.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:16:52.514 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:52.522 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:16:52.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:16:52.523 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:16:52.523 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:16:52.523 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:") 20:16:52.523 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:16:52.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:16:52.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:16:52.524 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 20:16:52.524 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:16:52.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:16:52.524 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:52.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:16:52.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:16:52.535 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:16:52.535 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:16:52.536 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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") 20:16:52.536 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:16:52.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:16:52.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:16:52.536 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 20:16:52.536 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:16:52.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:16:52.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:52.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:16:52.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:16:52.537 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:16:52.538 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:") 20:16:52.538 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:16:52.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:16:52.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:16:52.539 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 20:16:52.539 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:16:52.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:16:52.539 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:52.542 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:16:52.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:16:52.542 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 20:16:52.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 20:16:52.544 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 20:16:52.544 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 20:16:52.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:16:52.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:16:52.544 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Close the launch configuration dialog 20:16:52.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:16:52.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:16:52.544 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 20:16:52.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:16:52.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:16:52.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 "Close") 20:16:52.545 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:16:52.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:16:52.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:16:52.545 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 20:16:52.545 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:16:52.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:16:52.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:52.556 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:16:52.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:16:52.556 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:16:52.557 INFO [WorkbenchTestable][AbstractButton] Click button Close 20:16:52.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:16:52.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:16:52.557 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:16:52.557 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:16:52.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Save Changes"] is available.... 20:16:55.618 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 20:16:55.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 20:16:55.618 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 20:16:55.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:16:55.619 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:16:55.619 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:16:55.619 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:16:55.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:16:55.619 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest 20:16:55.619 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:16:55.619 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:16:55.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:16:55.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:16:55.619 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testJUnitLaunchConfigurationTab no-configuration(org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest) 20:16:55.619 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:16:55.620 INFO [WorkbenchTestable][RequirementsRunner] Started test: testRedDeerRunConfigurationForClass no-configuration(org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest) 20:16:55.620 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest 20:16:55.620 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:16:55.620 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:16:55.620 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:16:55.620 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Open launch configuration dialog 20:16:55.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:16:55.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:16:55.620 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:16:55.620 DEBUG [main][MenuItemLookup] Found menu:'File' 20:16:55.620 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:16:55.620 DEBUG [main][MenuItemLookup] Found menu:'Source' 20:16:55.620 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 20:16:55.620 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:16:55.620 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:16:55.620 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:16:55.620 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:16:55.620 DEBUG [main][MenuItemLookup] Item match:Run 20:16:55.621 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 20:16:55.621 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 20:16:55.621 DEBUG [main][MenuItemLookup] Found menu:'' 20:16:55.621 DEBUG [main][MenuItemLookup] Found menu:'Run History' 20:16:55.621 DEBUG [main][MenuItemLookup] Found menu:'Run As' 20:16:55.621 DEBUG [main][MenuItemLookup] Found menu:'Run Configurations...' 20:16:55.621 DEBUG [main][MenuItemLookup] Item match:Run Configurations... 20:16:55.622 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ru&n Configurations..." 20:16:55.622 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Run Configurations... 20:16:55.622 INFO [main][MenuItemHandler] Select menu item: Ru&n Configurations... 20:16:55.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 20:16:55.708 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 20:16:55.708 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 20:16:55.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:16:55.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:16:55.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 20:16:55.709 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 20:16:55.709 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 20:16:55.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:16:55.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:16:55.709 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Select launch configuration RedDeer Test with name RedDeerTest 20:16:55.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 20:16:55.709 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:16:55.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:16:55.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:16:55.710 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 20:16:55.710 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:16:55.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:16:55.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:55.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:16:55.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:16:55.710 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:16:55.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:16:55.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:16:55.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test has children... 20:16:55.711 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test 20:16:55.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:16:55.712 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test is already expanded. No action performed 20:16:55.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:16:55.712 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test 20:16:55.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test has children finished successfully 20:16:55.712 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test 20:16:55.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:16:55.712 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test is already expanded. No action performed 20:16:55.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:16:55.712 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test 20:16:55.712 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeerTest 20:16:55.712 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeerTest 20:16:55.712 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeerTest about selection 20:16:55.713 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeerTest 20:16:55.713 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:16:55.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:16:55.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:16:55.913 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 20:16:55.913 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:16:55.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:16:55.913 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:55.915 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:56.415 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:56.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:56.917 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:56.919 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:57.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:57.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:57.921 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:57.923 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:58.423 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:58.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:58.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:58.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:59.428 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:59.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:16:59.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:16:59.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:17:00.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:00.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:17:00.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:00.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:17:01.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:01.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:17:01.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:01.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:17:02.441 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:02.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:17:02.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:02.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:17:03.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:03.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:17:03.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:03.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:17:04.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:04.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:17:04.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:04.956 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:17:05.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:05.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:17:05.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:05.960 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:17:05.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:17:05.960 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Select launch configuration RedDeer Test with name RedDeerTest 20:17:05.960 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 20:17:05.960 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:17:05.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:17:05.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:17:05.960 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 20:17:05.960 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:17:05.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:05.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:05.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:05.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:05.961 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:17:05.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:17:05.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:17:05.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test has children... 20:17:05.961 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test 20:17:05.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:17:05.961 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test is already expanded. No action performed 20:17:05.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:17:05.961 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test 20:17:05.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test has children finished successfully 20:17:05.962 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test 20:17:05.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:17:05.962 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test is already expanded. No action performed 20:17:05.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:17:05.962 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test 20:17:05.962 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeerTest 20:17:05.962 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeerTest 20:17:05.963 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeerTest about selection 20:17:05.963 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeerTest 20:17:05.963 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:17:05.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:17:05.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:17:05.963 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 20:17:05.963 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:17:05.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:05.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:05.965 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:17:06.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:06.467 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:17:06.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:06.969 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:17:07.469 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:07.472 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:17:07.972 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:07.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:17:08.475 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:08.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:17:08.977 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:08.979 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:17:09.479 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:09.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:17:09.981 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:09.983 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:17:10.483 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:10.486 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:17:10.986 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:10.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:17:11.488 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:11.490 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:17:11.990 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:11.992 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:17:12.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:12.494 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:17:12.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:12.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:17:13.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:13.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:17:13.998 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:14.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:17:14.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:14.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:17:15.003 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:15.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:17:15.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:15.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:17:16.007 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:16.009 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:17:16.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:17:16.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 20:17:16.009 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 20:17:16.009 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 20:17:16.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:17:16.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:17:16.017 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Close the launch configuration dialog 20:17:16.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:17:16.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:17:16.017 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 20:17:16.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:17:16.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:17:16.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 "Close") 20:17:16.017 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:17:16.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:17:16.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:17:16.018 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 20:17:16.018 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:17:16.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:16.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:16.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:16.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:16.020 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:17:16.021 INFO [WorkbenchTestable][AbstractButton] Click button Close 20:17:16.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:17:16.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:17:16.021 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:17:16.021 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:17:16.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Save Changes"] is available.... 20:17:19.085 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 20:17:19.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 20:17:19.085 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 20:17:19.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:17:19.085 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:17:19.085 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:17:19.086 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:17:19.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:17:19.086 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest 20:17:19.086 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:17:19.086 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:17:19.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:17:19.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:17:19.086 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testRedDeerRunConfigurationForClass no-configuration(org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest) 20:17:19.093 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:19.095 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:17:19.095 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 20:17:19.096 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:17:19.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:17:19.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:17:19.096 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:17:19.096 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:17:19.096 DEBUG [main][MenuItemLookup] Found menu:'File' 20:17:19.096 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:17:19.096 DEBUG [main][MenuItemLookup] Found menu:'Source' 20:17:19.096 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 20:17:19.096 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:17:19.096 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:17:19.096 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:17:19.096 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:17:19.096 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:17:19.096 DEBUG [main][MenuItemLookup] Item match:Window 20:17:19.097 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:17:19.097 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:17:19.097 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:17:19.097 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:19.097 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:17:19.097 DEBUG [main][MenuItemLookup] Item match:Show View 20:17:19.106 DEBUG [main][MenuItemLookup] Found menu:'Ant' 20:17:19.106 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 20:17:19.106 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 20:17:19.106 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 20:17:19.106 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 20:17:19.106 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 20:17:19.106 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 20:17:19.106 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 20:17:19.106 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 20:17:19.106 DEBUG [main][MenuItemLookup] Found menu:'Progress' 20:17:19.106 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 20:17:19.106 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 20:17:19.106 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 20:17:19.106 DEBUG [main][MenuItemLookup] Found menu:'Templates' 20:17:19.106 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 20:17:19.106 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:19.106 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 20:17:19.106 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 20:17:19.107 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 20:17:19.107 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 20:17:19.107 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 20:17:19.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 20:17:19.145 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 20:17:19.145 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 20:17:19.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:17:19.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:17:19.146 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 20:17:19.146 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:17:19.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:17:19.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:17:19.146 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:17:19.146 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:17:19.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:19.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:19.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:19.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:19.147 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:17:19.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:17:19.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:17:19.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 20:17:19.148 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:17:19.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:17:19.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:17:19.654 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:17:19.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 20:17:19.656 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:17:19.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:17:19.656 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:17:19.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:17:19.656 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:17:19.657 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 20:17:19.657 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 20:17:19.657 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 20:17:19.657 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 20:17:19.658 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:17:19.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:17:19.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:17:19.658 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:17:19.658 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:17:19.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:19.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:19.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: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 20:17:19.659 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:17:19.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:17:19.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:17:19.659 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:17:19.659 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:17:19.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:19.659 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:19.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:19.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:19.659 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:17:19.660 INFO [WorkbenchTestable][AbstractButton] Click button &Open 20:17:19.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:17:19.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:17:19.660 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:17:19.660 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:17:19.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:17:19.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:17:19.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 20:17:19.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:19.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:19.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 20:17:19.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:19.713 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:19.713 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:17:19.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:17:19.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:17:19.714 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:17:19.714 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:17:19.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:19.714 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:19.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:19.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:19.715 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:17:19.715 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:17:19.715 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:17:19.718 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:17:19.719 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:17:19.719 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:17:19.719 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:17:19.721 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:17:19.721 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:17:19.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:17:19.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:17:19.733 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:17:19.733 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:17:19.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:17:19.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:17:19.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:19.735 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:19.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:17:20.235 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:20.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:17:20.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:20.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:17:20.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:17:20.737 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:17:20.737 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:17:20.737 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:17:20.738 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:17:20.738 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:17:20.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:20.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:20.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:20.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:20.738 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:17:20.740 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test.plugin 20:17:20.743 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test.plugin 20:17:20.743 DEBUG [main][TreeItemHandler] Selecting tree item: test.plugin 20:17:20.743 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test.plugin about selection 20:17:20.763 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test.plugin 20:17:20.763 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:17:20.763 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:17:20.920 DEBUG [main][MenuItemLookup] Found menu:'New' 20:17:20.920 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:17:20.920 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:20.920 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:17:20.920 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:20.920 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:17:20.920 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 20:17:20.920 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:17:20.920 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:17:20.920 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 20:17:20.920 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 20:17:20.920 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:20.920 DEBUG [main][MenuItemLookup] Found menu:'Import...' 20:17:20.920 DEBUG [main][MenuItemLookup] Found menu:'Export...' 20:17:20.920 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:20.920 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 20:17:20.920 DEBUG [main][MenuItemLookup] Item match:Refresh F5 20:17:20.920 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 20:17:20.920 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 20:17:20.920 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 20:17:20.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:17:20.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 20:17:21.422 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:17:21.422 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:17:21.422 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:17:21.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:17:21.422 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'test.plugin' via Explorer 20:17:21.422 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test.plugin 20:17:21.422 DEBUG [main][TreeItemHandler] Selecting tree item: test.plugin 20:17:21.422 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test.plugin about selection 20:17:21.428 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test.plugin 20:17:21.428 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:17:21.428 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:17:21.456 DEBUG [main][MenuItemLookup] Found menu:'New' 20:17:21.456 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:17:21.456 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:21.456 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:17:21.456 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:21.456 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:17:21.456 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 20:17:21.456 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:17:21.456 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:17:21.456 DEBUG [main][MenuItemLookup] Item match:Delete Delete 20:17:21.456 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 20:17:21.456 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 20:17:21.457 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 20:17:21.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.... 20:17:22.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 'Delete.*'] is available. finished successfully 20:17:22.082 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 20:17:22.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:17:22.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:17:22.084 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:22.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:22.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) 20:17:22.084 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:17:22.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:17:22.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:17:22.085 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:17:22.085 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:17:22.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:22.085 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:22.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:22.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:22.085 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:17:22.085 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 20:17:22.085 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 20:17:22.085 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 20:17:22.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:17:22.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:17:22.086 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:17:22.086 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:17:22.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", Widget matcher matching widgets with style: 8) 20:17:22.086 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:17:22.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:17:22.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:17:22.087 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:17:22.087 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:17:22.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:22.087 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:22.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:22.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:22.087 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:17:22.088 INFO [WorkbenchTestable][AbstractButton] Click button OK 20:17:22.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:17:22.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:17:22.088 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:17:22.088 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:17:22.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 20:17:22.094 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 20:17:22.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 20:17:22.594 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 20:17:22.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:17:22.594 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 20:17:22.594 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 20:17:22.595 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:17:22.595 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:17:22.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:17:22.595 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest 20:17:22.595 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:17:22.595 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:17:22.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:17:22.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 80.773 s - in org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest testRedDeerRunConfigurationItem no-configuration(org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest) Time elapsed: 3.799 s testRedDeerLaunchConfigurationTab no-configuration(org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest) Time elapsed: 22.496 s testJUnitLaunchConfigurationTab no-configuration(org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest) Time elapsed: 23.593 s testRedDeerRunConfigurationForClass no-configuration(org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest) Time elapsed: 23.466 s Running org.eclipse.reddeer.ui.test.run.RedDeerTestClassRunMenuOptionsTest 20:17:22.619 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.ui.test.run.RedDeerTestClassRunMenuOptionsTest 20:17:22.619 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:17:22.620 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:17:22.620 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.ui.test.run.RedDeerTestClassRunMenuOptionsTest 20:17:22.620 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:17:22.620 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 20:17:22.620 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:17:22.620 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 20:17:22.620 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:17:22.620 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 20:17:22.621 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:17:22.621 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:17:22.621 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:17:22.621 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:17:22.621 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:17:22.621 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:17:22.621 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:17:22.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:17:22.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:17:22.622 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:17:22.622 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:17:22.622 DEBUG [main][MenuItemLookup] Found menu:'File' 20:17:22.622 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:17:22.622 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:17:22.622 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:17:22.622 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:17:22.622 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:17:22.622 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:17:22.622 DEBUG [main][MenuItemLookup] Item match:Window 20:17:22.623 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:17:22.623 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:17:22.623 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:17:22.623 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:22.623 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:17:22.623 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:17:22.623 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:22.623 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:17:22.623 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:22.623 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:17:22.623 DEBUG [main][MenuItemLookup] Item match:Preferences 20:17:22.623 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:17:22.623 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:17:22.623 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:17:22.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.... 20:17:22.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 20:17:22.690 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:17:22.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:17:22.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:17:22.699 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:17:22.699 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:17:22.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 20:17:22.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:22.699 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:22.700 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:22.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:22.700 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:17:22.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:17:22.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:17:22.701 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) 20:17:22.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:22.701 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:22.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:22.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:22.702 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:17:22.703 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:17:22.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:17:22.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:17:22.703 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:17:22.703 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:17:22.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:17:22.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:17:22.722 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:17:22.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:17:22.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:17:22.722 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 20:17:22.722 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 20:17:22.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 20:17:22.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:17:22.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:17:22.723 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:17:22.723 DEBUG [main][MenuItemLookup] Found menu:'File' 20:17:22.723 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:17:22.723 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:17:22.723 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:17:22.723 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:17:22.723 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:17:22.723 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:17:22.723 DEBUG [main][MenuItemLookup] Item match:Window 20:17:22.723 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:17:22.723 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:17:22.723 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:17:22.723 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:22.723 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:17:22.723 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:17:22.723 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:22.723 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:17:22.723 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:22.723 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:17:22.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:17:22.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:17:22.724 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:17:22.724 DEBUG [main][MenuItemLookup] Found menu:'File' 20:17:22.724 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:17:22.724 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:17:22.724 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:17:22.724 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:17:22.724 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:17:22.724 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:17:22.724 DEBUG [main][MenuItemLookup] Item match:Window 20:17:22.724 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:17:22.724 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:17:22.724 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:17:22.724 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:22.724 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:17:22.724 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:17:22.724 DEBUG [main][MenuItemLookup] Item match:Perspective 20:17:22.725 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 20:17:22.725 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:22.725 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 20:17:22.725 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 20:17:22.725 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 20:17:22.725 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 20:17:22.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 20:17:22.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:17:22.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:17:22.725 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:17:22.733 DEBUG [main][MenuItemLookup] Found menu:'File' 20:17:22.733 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:17:22.733 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:17:22.733 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:17:22.733 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:17:22.733 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:17:22.733 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:17:22.733 DEBUG [main][MenuItemLookup] Item match:Window 20:17:22.733 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:17:22.733 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:17:22.733 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:17:22.733 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:22.733 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:17:22.733 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:17:22.733 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:22.733 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:17:22.733 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:22.733 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:17:22.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:17:22.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:17:22.734 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:17:22.734 DEBUG [main][MenuItemLookup] Found menu:'File' 20:17:22.734 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:17:22.734 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:17:22.734 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:17:22.734 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:17:22.734 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:17:22.734 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:17:22.734 DEBUG [main][MenuItemLookup] Item match:Window 20:17:22.734 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:17:22.734 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:17:22.734 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:17:22.734 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:22.734 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:17:22.734 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:17:22.734 DEBUG [main][MenuItemLookup] Item match:Perspective 20:17:22.735 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 20:17:22.735 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:22.735 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 20:17:22.735 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 20:17:22.735 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 20:17:22.735 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 20:17:22.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:17:22.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:17:22.735 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:17:22.735 DEBUG [main][MenuItemLookup] Found menu:'File' 20:17:22.735 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:17:22.735 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:17:22.735 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:17:22.735 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:17:22.735 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:17:22.735 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:17:22.735 DEBUG [main][MenuItemLookup] Item match:Window 20:17:22.735 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:17:22.735 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:17:22.735 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:17:22.735 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:22.735 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:17:22.735 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:17:22.735 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:22.736 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:17:22.736 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:22.736 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:17:22.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:17:22.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:17:22.736 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:17:22.736 DEBUG [main][MenuItemLookup] Found menu:'File' 20:17:22.736 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:17:22.736 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:17:22.736 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:17:22.736 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:17:22.736 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:17:22.736 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:17:22.736 DEBUG [main][MenuItemLookup] Item match:Window 20:17:22.736 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:17:22.736 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:17:22.736 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:17:22.736 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:22.736 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:17:22.736 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:17:22.736 DEBUG [main][MenuItemLookup] Item match:Perspective 20:17:22.737 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 20:17:22.737 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:22.737 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 20:17:22.737 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 20:17:22.737 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 20:17:22.737 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 20:17:22.737 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 20:17:22.737 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 20:17:22.737 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 20:17:22.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 20:17:22.789 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 20:17:22.790 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 20:17:22.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:17:22.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:17:22.790 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:17:22.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:17:22.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:17:22.790 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 20:17:22.790 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:17:22.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:22.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:22.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: 8, Matcher matching widgets with text that without mnenomic matches: is "Reset Perspective") 20:17:22.791 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:17:22.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:17:22.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:17:22.791 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 20:17:22.791 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:17:22.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:22.791 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:22.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:22.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:22.792 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:17:22.792 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 20:17:22.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:17:22.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:17:22.792 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:17:22.792 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:17:23.721 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:17:23.721 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:17:23.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:17:23.722 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:17:23.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 RedDeer Test Plugin"] 20:17:23.722 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:17:23.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:17:23.723 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:17:23.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:17:23.723 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:17:23.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:17:23.723 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:17:23.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 RedDeer Test Plugin"] 20:17:23.724 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:17:23.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:17:23.724 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:17:23.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:17:23.724 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:17:23.724 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:17:23.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:17:23.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:17:23.725 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:17:23.725 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:17:23.725 DEBUG [main][MenuItemLookup] Found menu:'File' 20:17:23.725 DEBUG [main][MenuItemLookup] Item match:File 20:17:23.726 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 20:17:23.726 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 20:17:23.729 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 20:17:23.729 DEBUG [main][MenuItemLookup] Found menu:'Project...' 20:17:23.729 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:23.729 DEBUG [main][MenuItemLookup] Found menu:'Package' 20:17:23.729 DEBUG [main][MenuItemLookup] Found menu:'Class' 20:17:23.729 DEBUG [main][MenuItemLookup] Found menu:'Interface' 20:17:23.729 DEBUG [main][MenuItemLookup] Found menu:'Enum' 20:17:23.729 DEBUG [main][MenuItemLookup] Found menu:'Record' 20:17:23.729 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 20:17:23.729 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 20:17:23.729 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 20:17:23.729 DEBUG [main][MenuItemLookup] Found menu:'Folder' 20:17:23.729 DEBUG [main][MenuItemLookup] Found menu:'File' 20:17:23.729 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 20:17:23.729 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 20:17:23.729 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:23.729 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 20:17:23.729 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 20:17:23.730 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 20:17:23.730 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 20:17:23.730 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 20:17:23.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 'New|Select a wizard'] is available.... 20:17:23.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 20:17:23.810 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 20:17:23.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:17:23.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:17:23.811 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:17:23.811 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:17:23.812 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 20:17:23.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:23.812 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:23.812 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:23.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:23.812 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:17:23.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:17:23.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:17:23.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer has children... 20:17:23.818 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer 20:17:23.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:17:23.818 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer is already expanded. No action performed 20:17:23.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:17:23.818 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer 20:17:23.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer has children finished successfully 20:17:23.819 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer 20:17:23.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:17:23.819 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer is already expanded. No action performed 20:17:23.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:17:23.819 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer 20:17:23.819 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer Test Plug-in 20:17:23.819 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer Test Plug-in 20:17:23.819 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer Test Plug-in about selection 20:17:23.820 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer Test Plug-in 20:17:23.820 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:17:23.820 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 20:17:23.820 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) 20:17:23.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:23.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:23.821 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:23.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:23.822 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:17:23.822 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:17:23.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:17:23.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:17:23.822 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:17:23.822 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:17:23.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:17:23.942 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:17:23.942 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:17:23.943 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.... 20:17:23.943 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 20:17:23.943 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New RedDeer Test Plugin 20:17:23.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:17:23.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:17:23.944 TRACE [WorkbenchTestable][RedDeerTestPluginWizard] Shell New RedDeer Test Plugin is not null and is not disposed 20:17:23.944 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:17:23.944 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:") 20:17:23.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:23.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:23.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:23.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:23.946 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:17:23.946 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:17:23.946 INFO [WorkbenchTestable][AbstractText] Text set to: reddeer.test.plugin 20:17:23.956 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:") 20:17:23.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:23.956 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:23.985 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:23.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:23.985 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:17:23.985 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:17:23.985 INFO [WorkbenchTestable][AbstractText] Text set to: test.plugin 20:17:23.996 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:") 20:17:23.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:23.997 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:24.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:24.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:24.000 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:17:24.000 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:17:24.000 INFO [WorkbenchTestable][AbstractText] Text set to: 8.2.9.qualifier 20:17:24.009 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:") 20:17:24.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:24.009 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:24.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:24.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:24.017 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:17:24.017 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:17:24.018 INFO [WorkbenchTestable][AbstractText] Text set to: Eclipse.org - RedDeer 20:17:24.022 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:") 20:17:24.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:24.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:24.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:24.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:24.023 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:17:24.024 INFO [WorkbenchTestable][RadioButton] Select radio button &Application id: 20:17:24.024 INFO [WorkbenchTestable][AbstractButton] Click button &Application id: 20:17:24.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:17:24.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:17:24.024 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:17:24.024 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:17:24.025 TRACE [main][WidgetHandler] Notify Button with event 27 20:17:24.025 TRACE [main][WidgetHandler] Wait for synchronization 20:17:24.025 TRACE [main][WidgetHandler] Notify Button with event 13 20:17:24.025 TRACE [main][WidgetHandler] Wait for synchronization 20:17:24.025 TRACE [main][WidgetHandler] Notify Button with event 26 20:17:24.026 TRACE [main][WidgetHandler] Wait for synchronization 20:17:24.026 TRACE [main][WidgetHandler] Notify Button with event 3 20:17:24.026 TRACE [main][WidgetHandler] Wait for synchronization 20:17:24.026 TRACE [main][WidgetHandler] Notify Button with event 4 20:17:24.026 TRACE [main][WidgetHandler] Wait for synchronization 20:17:24.026 TRACE [main][WidgetHandler] Notify Button with event 13 20:17:24.026 TRACE [main][WidgetHandler] Wait for synchronization 20:17:24.026 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 20:17:24.026 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:17:24.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:17:24.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:17:24.027 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 20:17:24.027 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:17:24.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:24.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 20:17:24.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 20:17:24.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:24.028 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 20:17:24.028 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 20:17:24.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:24.028 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 20:17:24.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 20:17:24.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:24.029 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 20:17:24.029 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo org.eclipse.ui.ide.workbench to selection: org.eclipse.ui.ide.workbench 20:17:24.029 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) 20:17:24.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:24.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:24.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:24.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:24.035 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:17:24.036 INFO [WorkbenchTestable][CheckBox] Select checkbox 20:17:24.036 INFO [WorkbenchTestable][CheckBox] Check checkbox 20:17:24.036 INFO [WorkbenchTestable][AbstractButton] Click button 20:17:24.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:17:24.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:17:24.036 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:17:24.036 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:17:24.036 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 20:17:24.036 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:17:24.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:17:24.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:17:24.036 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 20:17:24.036 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:17:24.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:24.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:24.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:24.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:24.037 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:17:24.037 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:") 20:17:24.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:24.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:24.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:24.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:24.038 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:17:24.038 INFO [WorkbenchTestable][RadioButton] Select radio button &Product id: 20:17:24.038 INFO [WorkbenchTestable][AbstractButton] Click button &Product id: 20:17:24.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:17:24.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:17:24.039 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:17:24.039 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:17:24.039 TRACE [main][WidgetHandler] Notify Button with event 27 20:17:24.039 TRACE [main][WidgetHandler] Wait for synchronization 20:17:24.039 TRACE [main][WidgetHandler] Notify Button with event 13 20:17:24.039 TRACE [main][WidgetHandler] Wait for synchronization 20:17:24.039 TRACE [main][WidgetHandler] Notify Button with event 26 20:17:24.039 TRACE [main][WidgetHandler] Wait for synchronization 20:17:24.039 TRACE [main][WidgetHandler] Notify Button with event 3 20:17:24.039 TRACE [main][WidgetHandler] Wait for synchronization 20:17:24.039 TRACE [main][WidgetHandler] Notify Button with event 4 20:17:24.039 TRACE [main][WidgetHandler] Wait for synchronization 20:17:24.039 TRACE [main][WidgetHandler] Notify Button with event 13 20:17:24.039 TRACE [main][WidgetHandler] Wait for synchronization 20:17:24.039 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 20:17:24.040 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:17:24.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:17:24.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:17:24.041 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 20:17:24.041 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:17:24.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:24.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 20:17:24.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 20:17:24.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:24.042 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 20:17:24.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 20:17:24.042 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:17:24.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:17:24.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:17:24.042 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 20:17:24.042 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:17:24.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:24.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:24.043 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:24.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:24.043 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 20:17:24.044 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 20:17:24.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:24.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:24.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:24.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:24.044 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 20:17:24.044 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo org.eclipse.platform.ide to selection: org.eclipse.platform.ide 20:17:24.044 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 20:17:24.044 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:17:24.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:17:24.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:17:24.045 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 20:17:24.045 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:17:24.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:24.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:24.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:24.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:24.046 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:17:24.046 TRACE [WorkbenchTestable][RedDeerTestPluginWizard] Shell New RedDeer Test Plugin is not null and is not disposed 20:17:24.046 INFO [WorkbenchTestable][RedDeerTestPluginWizard] Finish wizard 20:17:24.046 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) 20:17:24.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:24.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:24.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:24.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:24.053 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:17:24.053 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:17:24.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:17:24.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:17:24.053 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:17:24.053 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:17:24.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:17:24.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:17:24.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:17:24.228 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:17:24.228 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 20:17:24.228 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Blocked Dialog' is a system job, skipped 20:17:24.228 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:17:24.228 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:17:24.228 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:17:24.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:17:24.228 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:17:24.229 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShellMenu no-configuration(org.eclipse.reddeer.ui.test.run.RedDeerTestClassRunMenuOptionsTest) 20:17:24.229 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.ui.test.run.RedDeerTestClassRunMenuOptionsTest 20:17:24.229 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:17:24.229 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:17:24.229 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:17:24.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:24.230 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:24.230 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 20:17:24.230 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:24.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:24.231 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:17:24.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:17:24.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:17:24.231 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:17:24.232 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:17:24.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:24.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:24.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:24.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:24.232 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:17:24.232 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:17:24.232 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:17:24.233 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:17:24.233 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:17:24.233 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:17:24.233 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:17:24.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test.plugin exists.... 20:17:24.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:24.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:24.244 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 20:17:24.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:24.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:24.245 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:17:24.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:17:24.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:17:24.246 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:17:24.246 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:17:24.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:24.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:24.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:24.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:24.247 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:17:24.247 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:17:24.247 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:17:24.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:17:24.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:17:24.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:17:24.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:17:24.248 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:17:24.248 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:17:24.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:17:24.249 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 20:17:24.249 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:17:24.249 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:17:24.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:17:24.249 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 20:17:24.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:24.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:24.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:24.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:24.750 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 20:17:24.751 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:17:24.751 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:17:24.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:17:24.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 20:17:24.752 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:17:24.752 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:17:24.754 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:17:24.754 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 20:17:24.754 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:17:24.754 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:17:24.755 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:17:24.755 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 20:17:24.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:24.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:24.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:17:25.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:25.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:17:25.757 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:25.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:17:25.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:17:25.757 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:17:25.757 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:17:25.758 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:17:25.758 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 20:17:25.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 20:17:25.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:25.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:25.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:25.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:25.759 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:17:25.760 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test.plugin 20:17:25.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test.plugin exists. finished successfully 20:17:25.760 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:17:25.760 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:17:25.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:17:25.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:17:25.761 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:17:25.761 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:17:25.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:17:25.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:17:25.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:25.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:25.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:17:26.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:26.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:17:26.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:26.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:17:26.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:17:26.763 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:17:26.763 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:17:26.763 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:17:26.764 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:17:26.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 20:17:26.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:26.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:26.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:26.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:26.764 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:17:26.764 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test.plugin 20:17:26.767 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 20:17:26.767 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item test.plugin 20:17:26.767 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test.plugin 20:17:26.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:17:27.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:17:27.311 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test.plugin 20:17:27.313 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item org.reddeer.test of tree item src 20:17:27.313 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 20:17:27.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:17:27.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:17:27.813 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 20:17:27.814 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item RedDeerTest.java of tree item org.reddeer.test 20:17:27.814 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item org.reddeer.test 20:17:27.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:17:28.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:17:28.315 INFO [WorkbenchTestable][TreeItemHandler] Expanded: org.reddeer.test 20:17:28.315 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeerTest.java 20:17:28.315 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeerTest.java 20:17:28.316 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeerTest.java about selection 20:17:28.346 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeerTest.java 20:17:28.346 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item RedDeerTest.java 20:17:28.346 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeerTest.java 20:17:28.346 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeerTest.java 20:17:28.347 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeerTest.java about selection 20:17:28.348 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeerTest.java 20:17:28.348 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 20:17:28.348 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 20:17:29.019 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 20:17:29.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:17:29.019 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:17:29.019 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 20:17:29.019 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 7 files to index (/home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.requirements/target/org.eclipse.reddeer.requirements-3.3.0-SNAPSHOT.jar)' is a system job, skipped 20:17:29.019 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 20:17:29.019 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 20:17:29.019 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:17:29.020 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:17:29.020 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:17:29.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:17:29.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:17:29.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:17:29.029 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform' 20:17:29.029 DEBUG [main][MenuItemLookup] Found menu:'File' 20:17:29.029 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:17:29.029 DEBUG [main][MenuItemLookup] Found menu:'Source' 20:17:29.029 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 20:17:29.029 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:17:29.029 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:17:29.029 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:17:29.029 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:17:29.029 DEBUG [main][MenuItemLookup] Item match:Run 20:17:29.030 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 20:17:29.030 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 20:17:29.030 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:29.030 DEBUG [main][MenuItemLookup] Found menu:'Run History' 20:17:29.030 DEBUG [main][MenuItemLookup] Found menu:'Run As' 20:17:29.030 DEBUG [main][MenuItemLookup] Item match:Run As 20:17:29.386 DEBUG [main][MenuItemLookup] Found menu:'1 JUnit Plug-in Test Shift+Alt+X P' 20:17:29.386 DEBUG [main][MenuItemLookup] Found menu:'2 JUnit Test Shift+Alt+X T' 20:17:29.386 DEBUG [main][MenuItemLookup] Found menu:'3 RedDeer Test Shift+Alt+X S' 20:17:29.387 DEBUG [main][MenuItemLookup] Item match:3 RedDeer Test Shift+Alt+X S 20:17:29.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:17:29.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:17:29.399 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform' 20:17:29.400 DEBUG [main][MenuItemLookup] Found menu:'File' 20:17:29.400 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:17:29.400 DEBUG [main][MenuItemLookup] Found menu:'Source' 20:17:29.400 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 20:17:29.400 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:17:29.400 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:17:29.400 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:17:29.400 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:17:29.400 DEBUG [main][MenuItemLookup] Item match:Run 20:17:29.401 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 20:17:29.401 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 20:17:29.401 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:29.401 DEBUG [main][MenuItemLookup] Found menu:'Run History' 20:17:29.401 DEBUG [main][MenuItemLookup] Found menu:'Run As' 20:17:29.401 DEBUG [main][MenuItemLookup] Found menu:'Run Configurations...' 20:17:29.401 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:29.401 DEBUG [main][MenuItemLookup] Found menu:'Debug History' 20:17:29.401 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 20:17:29.401 DEBUG [main][MenuItemLookup] Item match:Debug As 20:17:29.492 DEBUG [main][MenuItemLookup] Found menu:'1 JUnit Plug-in Test Shift+Alt+D P' 20:17:29.492 DEBUG [main][MenuItemLookup] Found menu:'2 JUnit Test Shift+Alt+D T' 20:17:29.492 DEBUG [main][MenuItemLookup] Found menu:'3 RedDeer Test Shift+Alt+D S' 20:17:29.492 DEBUG [main][MenuItemLookup] Item match:3 RedDeer Test Shift+Alt+D S 20:17:29.493 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.ui.test.run.RedDeerTestClassRunMenuOptionsTest 20:17:29.493 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:17:29.493 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:17:29.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:17:29.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:17:29.495 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShellMenu no-configuration(org.eclipse.reddeer.ui.test.run.RedDeerTestClassRunMenuOptionsTest) 20:17:29.496 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:17:29.496 INFO [WorkbenchTestable][RequirementsRunner] Started test: testContextMenu no-configuration(org.eclipse.reddeer.ui.test.run.RedDeerTestClassRunMenuOptionsTest) 20:17:29.496 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.ui.test.run.RedDeerTestClassRunMenuOptionsTest 20:17:29.496 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:17:29.496 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:17:29.496 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:17:29.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:29.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:29.498 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 20:17:29.498 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:29.499 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:29.511 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform 20:17:29.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:17:29.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:17:29.511 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform' 20:17:29.511 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:17:29.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:29.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:29.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:29.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:29.512 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:17:29.513 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:17:29.513 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:17:29.597 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:17:29.597 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:17:29.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test.plugin exists.... 20:17:29.597 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:29.598 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:29.598 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 20:17:29.598 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:29.599 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:29.599 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform 20:17:29.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:17:29.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:17:29.600 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform' 20:17:29.600 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:17:29.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:29.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:29.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:29.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:29.601 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:17:29.601 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:17:29.601 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:17:29.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:17:29.602 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 20:17:29.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:17:29.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:17:29.604 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:17:29.604 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:17:29.604 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:17:29.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:17:29.605 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:17:29.605 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:17:29.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:17:29.606 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:17:29.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:29.606 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:29.606 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:17:30.106 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:30.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:17:30.607 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:30.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:17:30.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:17:30.608 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:17:30.608 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:17:30.608 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:17:30.609 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:17:30.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 20:17:30.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:30.609 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:30.609 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:30.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:30.609 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:17:30.610 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test.plugin 20:17:30.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test.plugin exists. finished successfully 20:17:30.610 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:17:30.610 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:17:30.611 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:17:30.611 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:17:30.611 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:17:30.611 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:17:30.612 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:17:30.612 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:17:30.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:30.612 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:30.612 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:17:31.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:31.112 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:17:31.613 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:31.613 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:17:31.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:17:31.613 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:17:31.613 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:17:31.614 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:17:31.614 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:17:31.614 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:17:31.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:31.614 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:31.614 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:31.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:31.615 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:17:31.615 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test.plugin 20:17:31.616 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 20:17:31.616 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item test.plugin 20:17:31.616 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test.plugin 20:17:31.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:17:31.617 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test.plugin is already expanded. No action performed 20:17:31.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:17:31.617 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test.plugin 20:17:31.617 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item org.reddeer.test of tree item src 20:17:31.617 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 20:17:31.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:17:31.617 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 20:17:31.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:17:31.617 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 20:17:31.617 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item RedDeerTest.java of tree item org.reddeer.test 20:17:31.617 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item org.reddeer.test 20:17:31.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:17:31.617 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item org.reddeer.test is already expanded. No action performed 20:17:31.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:17:31.618 INFO [WorkbenchTestable][TreeItemHandler] Expanded: org.reddeer.test 20:17:31.618 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeerTest.java 20:17:31.618 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeerTest.java 20:17:31.618 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeerTest.java about selection 20:17:31.620 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeerTest.java 20:17:31.620 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 20:17:31.620 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:17:31.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:17:31.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:17:31.622 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Package Explorer"as the parent 20:17:31.622 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:17:31.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:31.622 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:31.622 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:31.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:31.623 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:17:31.623 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:17:31.623 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:17:31.679 DEBUG [main][MenuItemLookup] Found menu:'New' 20:17:31.679 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:31.679 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 20:17:31.679 DEBUG [main][MenuItemLookup] Found menu:'Open With' 20:17:31.679 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 20:17:31.679 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:17:31.679 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:31.679 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:17:31.679 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 20:17:31.679 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:17:31.679 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:17:31.679 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:31.679 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 20:17:31.679 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 20:17:31.680 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 20:17:31.680 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:31.680 DEBUG [main][MenuItemLookup] Found menu:'Import...' 20:17:31.680 DEBUG [main][MenuItemLookup] Found menu:'Export...' 20:17:31.680 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:31.680 DEBUG [main][MenuItemLookup] Found menu:'References' 20:17:31.680 DEBUG [main][MenuItemLookup] Found menu:'Declarations' 20:17:31.680 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:31.680 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 20:17:31.680 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 20:17:31.680 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:31.680 DEBUG [main][MenuItemLookup] Found menu:'Run As' 20:17:31.680 DEBUG [main][MenuItemLookup] Item match:Run As 20:17:31.724 DEBUG [main][MenuItemLookup] Found menu:'1 JUnit Plug-in Test Shift+Alt+X P' 20:17:31.724 DEBUG [main][MenuItemLookup] Found menu:'2 JUnit Test Shift+Alt+X T' 20:17:31.725 DEBUG [main][MenuItemLookup] Found menu:'3 RedDeer Test Shift+Alt+X S' 20:17:31.725 DEBUG [main][MenuItemLookup] Item match:3 RedDeer Test Shift+Alt+X S 20:17:31.725 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 20:17:31.725 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:17:31.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:17:31.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:17:31.725 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Package Explorer"as the parent 20:17:31.725 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:17:31.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:31.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:31.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:31.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:31.726 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:17:31.726 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:17:31.726 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:17:31.794 DEBUG [main][MenuItemLookup] Found menu:'New' 20:17:31.794 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:31.794 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 20:17:31.794 DEBUG [main][MenuItemLookup] Found menu:'Open With' 20:17:31.794 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 20:17:31.794 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:17:31.794 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:31.794 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:17:31.794 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 20:17:31.794 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:17:31.794 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:17:31.794 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:31.794 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 20:17:31.794 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 20:17:31.794 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 20:17:31.794 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:31.794 DEBUG [main][MenuItemLookup] Found menu:'Import...' 20:17:31.794 DEBUG [main][MenuItemLookup] Found menu:'Export...' 20:17:31.794 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:31.794 DEBUG [main][MenuItemLookup] Found menu:'References' 20:17:31.794 DEBUG [main][MenuItemLookup] Found menu:'Declarations' 20:17:31.794 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:31.794 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 20:17:31.794 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 20:17:31.794 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:31.794 DEBUG [main][MenuItemLookup] Found menu:'Run As' 20:17:31.794 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 20:17:31.794 DEBUG [main][MenuItemLookup] Item match:Debug As 20:17:31.829 DEBUG [main][MenuItemLookup] Found menu:'1 JUnit Plug-in Test Shift+Alt+D P' 20:17:31.829 DEBUG [main][MenuItemLookup] Found menu:'2 JUnit Test Shift+Alt+D T' 20:17:31.829 DEBUG [main][MenuItemLookup] Found menu:'3 RedDeer Test Shift+Alt+D S' 20:17:31.829 DEBUG [main][MenuItemLookup] Item match:3 RedDeer Test Shift+Alt+D S 20:17:31.829 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.ui.test.run.RedDeerTestClassRunMenuOptionsTest 20:17:31.830 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:17:31.830 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:17:31.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:17:31.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:17:31.830 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testContextMenu no-configuration(org.eclipse.reddeer.ui.test.run.RedDeerTestClassRunMenuOptionsTest) 20:17:31.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:31.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:17:31.834 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 20:17:31.834 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform 20:17:31.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:17:31.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:17:31.834 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform' 20:17:31.834 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform' 20:17:31.834 DEBUG [main][MenuItemLookup] Found menu:'File' 20:17:31.835 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:17:31.835 DEBUG [main][MenuItemLookup] Found menu:'Source' 20:17:31.835 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 20:17:31.835 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:17:31.835 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:17:31.835 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:17:31.835 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:17:31.835 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:17:31.835 DEBUG [main][MenuItemLookup] Item match:Window 20:17:31.837 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:17:31.837 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:17:31.837 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:17:31.837 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:31.837 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:17:31.837 DEBUG [main][MenuItemLookup] Item match:Show View 20:17:31.843 DEBUG [main][MenuItemLookup] Found menu:'Ant' 20:17:31.843 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 20:17:31.843 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 20:17:31.843 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 20:17:31.843 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 20:17:31.843 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 20:17:31.843 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 20:17:31.843 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 20:17:31.843 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 20:17:31.843 DEBUG [main][MenuItemLookup] Found menu:'Progress' 20:17:31.843 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 20:17:31.843 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 20:17:31.843 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 20:17:31.843 DEBUG [main][MenuItemLookup] Found menu:'Templates' 20:17:31.843 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 20:17:31.843 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:31.843 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 20:17:31.843 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 20:17:31.844 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 20:17:31.844 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 20:17:31.844 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 20:17:31.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 20:17:31.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 20:17:31.940 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 20:17:31.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:17:31.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:17:31.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 20:17:31.941 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:17:31.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:17:31.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:17:31.941 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:17:31.941 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:17:31.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:31.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:31.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:31.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:31.942 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:17:31.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:17:31.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:17:31.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 20:17:31.943 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:17:31.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:17:31.943 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:17:31.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:17:31.943 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:17:31.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 20:17:31.944 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:17:31.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:17:31.944 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:17:31.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:17:31.944 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:17:31.944 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 20:17:31.944 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 20:17:31.944 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 20:17:31.944 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 20:17:31.944 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:17:31.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:17:31.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:17:31.945 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:17:31.945 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:17:31.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:31.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:31.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 "Open") 20:17:31.945 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:17:31.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:17:31.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:17:31.945 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:17:31.945 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:17:31.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:31.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:31.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:31.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:31.946 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:17:31.947 INFO [WorkbenchTestable][AbstractButton] Click button &Open 20:17:31.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:17:31.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:17:31.947 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:17:31.947 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:17:32.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:17:32.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:17:32.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 20:17:32.007 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:32.008 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:32.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 20:17:32.008 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:32.009 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:32.009 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform 20:17:32.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:17:32.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:17:32.010 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform' 20:17:32.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') 20:17:32.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:32.010 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:32.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:32.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:32.011 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:17:32.011 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:17:32.011 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:17:32.012 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:17:32.012 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 20:17:32.012 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:17:32.012 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:17:32.014 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:17:32.014 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:17:32.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:17:32.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:17:32.026 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:17:32.027 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:17:32.027 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:17:32.027 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:17:32.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:32.028 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:32.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:17:32.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:32.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:17:33.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:33.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:17:33.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:17:33.029 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:17:33.029 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:17:33.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:17:33.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:17:33.030 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:17:33.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:33.030 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:33.030 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:33.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:33.030 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:17:33.030 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test.plugin 20:17:33.031 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test.plugin 20:17:33.031 DEBUG [main][TreeItemHandler] Selecting tree item: test.plugin 20:17:33.031 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test.plugin about selection 20:17:33.038 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test.plugin 20:17:33.039 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:17:33.039 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:17:33.079 DEBUG [main][MenuItemLookup] Found menu:'New' 20:17:33.079 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:17:33.079 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:33.079 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:17:33.079 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:33.079 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:17:33.079 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 20:17:33.079 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:17:33.079 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:17:33.079 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 20:17:33.079 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 20:17:33.079 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:33.079 DEBUG [main][MenuItemLookup] Found menu:'Import...' 20:17:33.079 DEBUG [main][MenuItemLookup] Found menu:'Export...' 20:17:33.079 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:33.079 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 20:17:33.079 DEBUG [main][MenuItemLookup] Item match:Refresh F5 20:17:33.080 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 20:17:33.080 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 20:17:33.080 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 20:17:33.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:17:33.080 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:17:33.080 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 20:17:33.580 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 20:17:33.580 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:17:33.580 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:17:33.580 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:17:33.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:17:33.580 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'test.plugin' via Explorer 20:17:33.581 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test.plugin 20:17:33.581 DEBUG [main][TreeItemHandler] Selecting tree item: test.plugin 20:17:33.581 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test.plugin about selection 20:17:33.586 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test.plugin 20:17:33.586 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:17:33.586 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:17:33.613 DEBUG [main][MenuItemLookup] Found menu:'New' 20:17:33.613 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:17:33.613 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:33.613 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:17:33.613 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:33.613 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:17:33.613 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 20:17:33.613 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:17:33.613 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:17:33.613 DEBUG [main][MenuItemLookup] Item match:Delete Delete 20:17:33.613 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 20:17:33.613 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 20:17:33.613 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 20:17:33.622 DEBUG [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.... 20:17:34.193 DEBUG [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 20:17:34.194 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 20:17:34.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:17:34.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:17:34.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:34.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:34.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: 32) 20:17:34.196 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:17:34.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:17:34.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:17:34.196 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:17:34.196 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:17:34.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:34.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:34.197 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:34.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:34.197 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:17:34.197 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 20:17:34.197 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 20:17:34.197 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 20:17:34.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:17:34.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:17:34.197 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:17:34.197 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:17:34.197 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 20:17:34.197 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:17:34.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:17:34.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:17:34.198 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:17:34.198 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:17:34.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:34.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:34.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:34.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:34.198 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:17:34.199 INFO [WorkbenchTestable][AbstractButton] Click button OK 20:17:34.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:17:34.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:17:34.199 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:17:34.199 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:17:34.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 20:17:34.202 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 20:17:34.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 20:17:34.702 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 20:17:34.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:17:34.702 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 20:17:34.702 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 20:17:34.702 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:17:34.702 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:17:34.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:17:34.702 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.ui.test.run.RedDeerTestClassRunMenuOptionsTest 20:17:34.702 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:17:34.702 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:17:34.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:17:34.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.085 s - in org.eclipse.reddeer.ui.test.run.RedDeerTestClassRunMenuOptionsTest testShellMenu no-configuration(org.eclipse.reddeer.ui.test.run.RedDeerTestClassRunMenuOptionsTest) Time elapsed: 5.266 s testContextMenu no-configuration(org.eclipse.reddeer.ui.test.run.RedDeerTestClassRunMenuOptionsTest) Time elapsed: 2.334 s Running org.eclipse.reddeer.ui.test.wizard.RedDeerTestPluginWizardTest 20:17:34.718 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.ui.test.wizard.RedDeerTestPluginWizardTest 20:17:34.718 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:17:34.719 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:17:34.719 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.ui.test.wizard.RedDeerTestPluginWizardTest 20:17:34.719 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:17:34.719 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 20:17:34.719 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:17:34.719 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 20:17:34.719 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:17:34.719 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 20:17:34.719 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:17:34.719 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:17:34.720 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:17:34.720 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:17:34.720 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:17:34.720 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:17:34.720 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:17:34.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:17:34.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:17:34.720 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:17:34.720 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:17:34.721 DEBUG [main][MenuItemLookup] Found menu:'File' 20:17:34.721 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:17:34.721 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:17:34.721 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:17:34.721 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:17:34.721 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:17:34.721 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:17:34.721 DEBUG [main][MenuItemLookup] Item match:Window 20:17:34.722 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:17:34.722 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:17:34.722 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:17:34.722 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:34.722 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:17:34.722 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:17:34.722 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:34.722 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:17:34.722 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:34.722 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:17:34.722 DEBUG [main][MenuItemLookup] Item match:Preferences 20:17:34.722 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:17:34.722 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:17:34.722 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:17:34.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 20:17:34.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 20:17:34.783 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:17:34.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:17:34.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:17:34.785 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:17:34.785 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:17:34.785 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 20:17:34.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:34.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:34.785 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:34.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:34.785 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:17:34.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:17:34.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20: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.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) 20:17:34.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:34.787 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:34.788 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:34.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:34.788 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:17:34.789 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:17:34.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:17:34.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:17:34.789 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:17:34.789 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:17:34.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:17:34.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:17:34.809 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:17:34.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:17:34.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:17:34.810 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 20:17:34.810 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 20:17:34.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 20:17:34.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:17:34.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:17:34.810 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:17:34.810 DEBUG [main][MenuItemLookup] Found menu:'File' 20:17:34.810 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:17:34.810 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:17:34.810 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:17:34.810 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:17:34.810 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:17:34.810 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:17:34.810 DEBUG [main][MenuItemLookup] Item match:Window 20:17:34.811 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:17:34.811 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:17:34.811 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:17:34.811 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:34.811 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:17:34.811 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:17:34.811 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:34.811 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:17:34.811 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:34.811 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:17:34.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:17:34.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:17:34.811 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:17:34.811 DEBUG [main][MenuItemLookup] Found menu:'File' 20:17:34.811 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:17:34.811 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:17:34.811 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:17:34.811 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:17:34.811 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:17:34.811 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:17:34.811 DEBUG [main][MenuItemLookup] Item match:Window 20:17:34.811 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:17:34.811 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:17:34.812 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:17:34.812 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:34.812 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:17:34.812 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:17:34.812 DEBUG [main][MenuItemLookup] Item match:Perspective 20:17:34.812 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 20:17:34.812 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:34.812 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 20:17:34.812 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 20:17:34.812 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 20:17:34.812 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 20:17:34.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 20:17:34.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:17:34.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:17:34.814 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:17:34.814 DEBUG [main][MenuItemLookup] Found menu:'File' 20:17:34.814 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:17:34.814 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:17:34.814 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:17:34.814 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:17:34.814 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:17:34.814 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:17:34.814 DEBUG [main][MenuItemLookup] Item match:Window 20:17:34.815 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:17:34.815 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:17:34.815 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:17:34.815 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:34.815 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:17:34.815 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:17:34.815 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:34.815 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:17:34.815 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:34.815 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:17:34.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:17:34.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:17:34.815 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:17:34.815 DEBUG [main][MenuItemLookup] Found menu:'File' 20:17:34.815 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:17:34.815 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:17:34.815 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:17:34.815 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:17:34.815 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:17:34.815 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:17:34.815 DEBUG [main][MenuItemLookup] Item match:Window 20:17:34.816 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:17:34.816 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:17:34.816 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:17:34.816 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:34.816 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:17:34.816 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:17:34.816 DEBUG [main][MenuItemLookup] Item match:Perspective 20:17:34.816 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 20:17:34.816 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:34.816 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 20:17:34.816 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 20:17:34.816 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 20:17:34.816 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 20:17:34.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:17:34.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:17:34.817 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:17:34.817 DEBUG [main][MenuItemLookup] Found menu:'File' 20:17:34.817 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:17:34.817 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:17:34.817 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:17:34.817 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:17:34.817 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:17:34.817 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:17:34.817 DEBUG [main][MenuItemLookup] Item match:Window 20:17:34.817 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:17:34.817 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:17:34.817 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:17:34.817 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:34.817 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:17:34.817 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:17:34.817 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:34.817 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:17:34.817 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:34.817 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:17:34.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:17:34.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:17:34.818 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:17:34.818 DEBUG [main][MenuItemLookup] Found menu:'File' 20:17:34.818 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:17:34.818 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:17:34.818 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:17:34.818 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:17:34.818 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:17:34.818 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:17:34.818 DEBUG [main][MenuItemLookup] Item match:Window 20:17:34.818 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:17:34.818 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:17:34.818 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:17:34.818 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:34.818 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:17:34.818 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:17:34.818 DEBUG [main][MenuItemLookup] Item match:Perspective 20:17:34.818 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 20:17:34.818 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:34.818 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 20:17:34.818 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 20:17:34.818 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 20:17:34.818 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 20:17:34.818 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 20:17:34.818 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 20:17:34.819 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 20:17:34.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 20:17:34.845 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 20:17:34.845 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 20:17:34.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:17:34.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:17:34.846 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:17:34.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:17:34.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:17:34.846 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 20:17:34.846 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:17:34.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:34.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:34.847 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:17:34.847 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:17:34.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:17:34.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:17:34.847 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 20:17:34.847 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:17:34.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:34.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:34.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:34.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:34.847 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:17:34.848 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 20:17:34.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:17:34.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:17:34.848 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:17:34.848 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:17:35.622 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:17:35.622 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:17:35.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:17:35.623 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:17:35.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 RedDeer Test Plugin"] 20:17:35.623 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:17:35.623 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:17:35.623 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOpen no-configuration(org.eclipse.reddeer.ui.test.wizard.RedDeerTestPluginWizardTest) 20:17:35.623 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.ui.test.wizard.RedDeerTestPluginWizardTest 20:17:35.623 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:17:35.623 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:17:35.623 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:17:35.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:17:35.623 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:17:35.624 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:17:35.624 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:17:35.624 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:17:35.624 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:17:35.624 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 20:17:35.624 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:17:35.624 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:17:35.625 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:17:35.625 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:17:35.625 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:17:35.625 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:17:35.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:17:35.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:17:35.625 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:17:35.625 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:17:35.625 DEBUG [main][MenuItemLookup] Found menu:'File' 20:17:35.625 DEBUG [main][MenuItemLookup] Item match:File 20:17:35.626 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 20:17:35.626 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 20:17:35.629 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 20:17:35.629 DEBUG [main][MenuItemLookup] Found menu:'Project...' 20:17:35.629 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:35.629 DEBUG [main][MenuItemLookup] Found menu:'Package' 20:17:35.629 DEBUG [main][MenuItemLookup] Found menu:'Class' 20:17:35.629 DEBUG [main][MenuItemLookup] Found menu:'Interface' 20:17:35.629 DEBUG [main][MenuItemLookup] Found menu:'Enum' 20:17:35.629 DEBUG [main][MenuItemLookup] Found menu:'Record' 20:17:35.629 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 20:17:35.629 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 20:17:35.629 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 20:17:35.629 DEBUG [main][MenuItemLookup] Found menu:'Folder' 20:17:35.629 DEBUG [main][MenuItemLookup] Found menu:'File' 20:17:35.629 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 20:17:35.629 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 20:17:35.629 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:35.629 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 20:17:35.629 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 20:17:35.630 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 20:17:35.630 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 20:17:35.630 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 20:17:35.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 20:17:35.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 20:17:35.717 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 20:17:35.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:17:35.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:17:35.718 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:17:35.718 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:17:35.718 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 20:17:35.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:35.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:35.719 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:35.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:35.719 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:17:35.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:17:35.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:17:35.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer has children... 20:17:35.720 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer 20:17:35.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:17:35.720 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer is already expanded. No action performed 20:17:35.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:17:35.720 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer 20:17:35.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer has children finished successfully 20:17:35.720 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer 20:17:35.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:17:35.720 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer is already expanded. No action performed 20:17:35.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:17:35.720 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer 20:17:35.720 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer Test Plug-in 20:17:35.720 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer Test Plug-in 20:17:35.721 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer Test Plug-in about selection 20:17:35.721 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer Test Plug-in 20:17:35.721 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:17:35.721 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 20:17:35.721 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) 20:17:35.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:35.721 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:35.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:35.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:35.722 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:17:35.722 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:17:35.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:17:35.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:17:35.723 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:17:35.723 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:17:35.844 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:17:35.844 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:17:35.844 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:17:35.844 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.... 20:17:35.844 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 20:17:35.844 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New RedDeer Test Plugin 20:17:35.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:17:35.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:17:35.845 TRACE [WorkbenchTestable][RedDeerTestPluginWizard] Shell New RedDeer Test Plugin is not null and is not disposed 20:17:35.845 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:17:35.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:17:35.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:17:35.845 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New RedDeer Test Plugin 20:17:35.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:17:35.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:17:35.845 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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:") 20:17:35.845 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:17:35.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:17:35.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:17:35.845 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 20:17:35.845 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:17:35.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:35.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:35.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:35.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:35.846 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:17:35.846 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 20:17:35.846 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:17:35.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:17:35.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:17:35.846 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 20:17:35.846 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:17:35.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:35.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:35.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:35.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:35.847 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 20:17:35.848 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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:") 20:17:35.848 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:17:35.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:17:35.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:17:35.848 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 20:17:35.848 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:17:35.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:35.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:35.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:35.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:35.849 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:17:35.855 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 20:17:35.855 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:17:35.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:17:35.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:17:35.856 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 20:17:35.856 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:17:35.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:35.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 20:17:35.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 20:17:35.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:35.856 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 20:17:35.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 "Finish", Widget matcher matching widgets with style: 8) 20:17:35.856 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:17:35.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:17:35.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:17:35.856 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 20:17:35.856 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:17:35.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:35.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:35.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:35.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:35.857 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:17:35.858 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.... 20:17:35.858 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 20:17:35.858 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New RedDeer Test Plugin 20:17:35.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:17:35.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:17:35.858 TRACE [WorkbenchTestable][RedDeerTestPluginWizard] Shell New RedDeer Test Plugin is not null and is not disposed 20:17:35.858 INFO [WorkbenchTestable][RedDeerTestPluginWizard] Cancel wizard 20:17:35.858 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) 20:17:35.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:35.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:35.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:35.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:35.859 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:17:35.859 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:17:35.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:17:35.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:17:35.859 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:17:35.859 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:17:35.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:17:35.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:17:35.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:17:35.902 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 20:17:35.902 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:17:35.902 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:17:35.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:17:35.902 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.ui.test.wizard.RedDeerTestPluginWizardTest 20:17:35.902 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:17:35.902 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:17:35.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:17:35.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:17:35.903 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOpen no-configuration(org.eclipse.reddeer.ui.test.wizard.RedDeerTestPluginWizardTest) 20:17:35.903 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:17:35.903 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCreate no-configuration(org.eclipse.reddeer.ui.test.wizard.RedDeerTestPluginWizardTest) 20:17:35.903 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.ui.test.wizard.RedDeerTestPluginWizardTest 20:17:35.903 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:17:35.903 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:17:35.903 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:17:35.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:17:35.903 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:17:35.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:17:35.903 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:17:35.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:17:35.903 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:17:35.904 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:17:35.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:17:35.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:17:35.904 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:17:35.904 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:17:35.904 DEBUG [main][MenuItemLookup] Found menu:'File' 20:17:35.904 DEBUG [main][MenuItemLookup] Item match:File 20:17:35.905 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 20:17:35.905 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 20:17:35.907 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 20:17:35.907 DEBUG [main][MenuItemLookup] Found menu:'Project...' 20:17:35.907 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:35.907 DEBUG [main][MenuItemLookup] Found menu:'Package' 20:17:35.907 DEBUG [main][MenuItemLookup] Found menu:'Class' 20:17:35.907 DEBUG [main][MenuItemLookup] Found menu:'Interface' 20:17:35.907 DEBUG [main][MenuItemLookup] Found menu:'Enum' 20:17:35.907 DEBUG [main][MenuItemLookup] Found menu:'Record' 20:17:35.907 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 20:17:35.907 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 20:17:35.907 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 20:17:35.907 DEBUG [main][MenuItemLookup] Found menu:'Folder' 20:17:35.907 DEBUG [main][MenuItemLookup] Found menu:'File' 20:17:35.907 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 20:17:35.907 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 20:17:35.907 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:35.907 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 20:17:35.907 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 20:17:35.907 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 20:17:35.907 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 20:17:35.907 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 20:17:35.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 20:17:35.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 20:17:35.953 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 20:17:35.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:17:35.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:17:35.954 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:17:35.954 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:17:35.954 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 20:17:35.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:35.954 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:35.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:35.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:35.954 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:17:35.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:17:35.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:17:35.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer has children... 20:17:35.955 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer 20:17:35.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:17:35.955 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer is already expanded. No action performed 20:17:35.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:17:35.955 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer 20:17:35.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer has children finished successfully 20:17:35.955 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer 20:17:35.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:17:35.955 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer is already expanded. No action performed 20:17:35.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:17:35.955 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer 20:17:35.956 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer Test Plug-in 20:17:35.956 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer Test Plug-in 20:17:35.956 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer Test Plug-in about selection 20:17:35.956 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer Test Plug-in 20:17:35.956 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:17:35.956 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 20:17:35.956 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) 20:17:35.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:35.956 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:35.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:35.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:35.957 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:17:35.957 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:17:35.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:17:35.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:17:35.957 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:17:35.957 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:17:36.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:17:36.008 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:17:36.008 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:17:36.008 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.... 20:17:36.008 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 20:17:36.008 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New RedDeer Test Plugin 20:17:36.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:17:36.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:17:36.009 TRACE [WorkbenchTestable][RedDeerTestPluginWizard] Shell New RedDeer Test Plugin is not null and is not disposed 20:17:36.009 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:17:36.009 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:") 20:17:36.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:36.009 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:36.010 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:36.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:36.010 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:17:36.010 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:17:36.011 INFO [WorkbenchTestable][AbstractText] Text set to: reddeer.test.plugin 20:17:36.014 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:") 20:17:36.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:36.015 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:36.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:36.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:36.017 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:17:36.017 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:17:36.017 INFO [WorkbenchTestable][AbstractText] Text set to: test.plugin 20:17:36.023 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:") 20:17:36.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:36.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:36.033 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:36.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:36.033 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:17:36.033 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:17:36.033 INFO [WorkbenchTestable][AbstractText] Text set to: 8.2.9.qualifier 20:17:36.046 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:") 20:17:36.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:36.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:36.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:36.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:36.051 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:17:36.051 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:17:36.052 INFO [WorkbenchTestable][AbstractText] Text set to: Eclipse.org - RedDeer 20:17:36.056 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:") 20:17:36.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:36.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:36.057 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:36.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:36.057 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:17:36.058 INFO [WorkbenchTestable][RadioButton] Select radio button &Application id: 20:17:36.058 INFO [WorkbenchTestable][AbstractButton] Click button &Application id: 20:17:36.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:17:36.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:17:36.058 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:17:36.058 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:17:36.059 TRACE [main][WidgetHandler] Notify Button with event 27 20:17:36.059 TRACE [main][WidgetHandler] Wait for synchronization 20:17:36.059 TRACE [main][WidgetHandler] Notify Button with event 13 20:17:36.059 TRACE [main][WidgetHandler] Wait for synchronization 20:17:36.059 TRACE [main][WidgetHandler] Notify Button with event 26 20:17:36.059 TRACE [main][WidgetHandler] Wait for synchronization 20:17:36.059 TRACE [main][WidgetHandler] Notify Button with event 3 20:17:36.059 TRACE [main][WidgetHandler] Wait for synchronization 20:17:36.059 TRACE [main][WidgetHandler] Notify Button with event 4 20:17:36.059 TRACE [main][WidgetHandler] Wait for synchronization 20:17:36.059 TRACE [main][WidgetHandler] Notify Button with event 13 20:17:36.059 TRACE [main][WidgetHandler] Wait for synchronization 20:17:36.059 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 20:17:36.059 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:17:36.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:17:36.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:17:36.087 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 20:17:36.087 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:17:36.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:36.087 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 20:17:36.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 20:17:36.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:36.088 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 20:17:36.088 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 20:17:36.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:36.088 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 20:17:36.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 20:17:36.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:36.089 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 20:17:36.089 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo org.eclipse.ui.ide.workbench to selection: org.eclipse.ui.ide.workbench 20:17:36.089 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) 20:17:36.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:36.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:36.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:36.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:36.089 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:17:36.090 INFO [WorkbenchTestable][CheckBox] Select checkbox 20:17:36.090 INFO [WorkbenchTestable][CheckBox] Check checkbox 20:17:36.090 INFO [WorkbenchTestable][AbstractButton] Click button 20:17:36.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:17:36.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:17:36.090 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:17:36.090 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:17:36.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: 32) 20:17:36.090 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:17:36.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:17:36.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:17:36.090 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 20:17:36.090 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:17:36.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:36.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:36.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:36.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:36.090 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:17:36.090 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:") 20:17:36.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:36.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:36.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:36.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:36.091 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:17:36.091 INFO [WorkbenchTestable][RadioButton] Select radio button &Product id: 20:17:36.091 INFO [WorkbenchTestable][AbstractButton] Click button &Product id: 20:17:36.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:17:36.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:17:36.091 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:17:36.091 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:17:36.092 TRACE [main][WidgetHandler] Notify Button with event 27 20:17:36.092 TRACE [main][WidgetHandler] Wait for synchronization 20:17:36.092 TRACE [main][WidgetHandler] Notify Button with event 13 20:17:36.092 TRACE [main][WidgetHandler] Wait for synchronization 20:17:36.092 TRACE [main][WidgetHandler] Notify Button with event 26 20:17:36.092 TRACE [main][WidgetHandler] Wait for synchronization 20:17:36.092 TRACE [main][WidgetHandler] Notify Button with event 3 20:17:36.092 TRACE [main][WidgetHandler] Wait for synchronization 20:17:36.092 TRACE [main][WidgetHandler] Notify Button with event 4 20:17:36.092 TRACE [main][WidgetHandler] Wait for synchronization 20:17:36.092 TRACE [main][WidgetHandler] Notify Button with event 13 20:17:36.092 TRACE [main][WidgetHandler] Wait for synchronization 20:17:36.092 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 20:17:36.092 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:17:36.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:17:36.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:17:36.094 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 20:17:36.094 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:17:36.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:36.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 20:17:36.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 20:17:36.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:36.094 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 20:17:36.094 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 20:17:36.094 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:17:36.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:17:36.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:17:36.095 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 20:17:36.095 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:17:36.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:36.095 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:36.095 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:36.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:36.095 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 20:17:36.096 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 20:17:36.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:36.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:36.096 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:36.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:36.096 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 20:17:36.096 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo org.eclipse.platform.ide to selection: org.eclipse.platform.ide 20:17:36.096 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 20:17:36.096 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:17:36.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:17:36.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:17:36.096 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 20:17:36.096 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:17:36.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:36.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:36.103 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:36.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:36.103 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:17:36.104 TRACE [WorkbenchTestable][RedDeerTestPluginWizard] Shell New RedDeer Test Plugin is not null and is not disposed 20:17:36.104 INFO [WorkbenchTestable][RedDeerTestPluginWizard] Finish wizard 20:17:36.104 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) 20:17:36.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:36.104 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:36.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:36.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:36.105 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:17:36.105 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:17:36.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:17:36.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:17:36.106 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:17:36.106 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:17:36.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:17:36.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:17:36.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:17:36.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 20:17:36.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:17:36.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 20:17:36.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:17:36.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:17:36.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:17:36.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:17:36.257 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:36.258 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:36.258 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 20:17:36.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:36.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:36.259 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:17:36.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:17:36.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:17:36.259 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:17:36.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') 20:17:36.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:36.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:36.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:36.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:36.281 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:17:36.281 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:17:36.281 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:17:36.282 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:17:36.282 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:17:36.282 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:17:36.282 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:17:36.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test.plugin exists.... 20:17:36.283 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:36.284 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:36.284 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 20:17:36.284 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:36.284 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:36.285 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:17:36.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:17:36.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:17:36.285 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:17:36.285 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:17:36.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:36.285 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:36.286 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:36.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:36.286 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:17:36.286 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:17:36.286 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:17:36.287 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:17:36.287 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 20:17:36.287 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:17:36.287 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:17:36.287 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:17:36.287 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:17:36.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:17:36.288 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 20:17:36.288 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:17:36.288 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:17:36.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:17:36.289 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 20:17:36.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:36.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:36.289 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:36.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:36.816 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 20:17:36.817 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:17:36.817 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:17:36.818 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:17:36.818 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 20:17:36.819 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:17:36.819 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:17:36.819 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:17:36.820 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 20:17:36.820 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:17:36.820 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:17:36.821 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:17:36.821 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 20:17:36.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:36.821 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:36.821 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:17:37.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:37.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:17:37.822 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:37.822 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:17:37.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:17:37.822 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:17:37.822 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:17:37.823 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:17:37.823 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 20:17:37.823 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:17:37.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:37.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:37.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:37.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:37.824 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:17:37.825 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test.plugin 20:17:37.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test.plugin exists. finished successfully 20:17:37.825 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:17:37.825 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:17:37.826 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:17:37.826 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:17:37.827 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:17:37.827 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:17:37.827 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:17:37.827 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:17:37.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:37.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:37.828 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:17:38.328 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:38.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:17:38.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:38.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:17:38.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:17:38.834 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 20:17:38.834 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 20:17:38.835 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:17:38.835 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:17:38.835 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:17:38.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:38.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:38.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:38.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:38.836 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:17:38.836 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test.plugin 20:17:38.837 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 20:17:38.837 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 20:17:38.837 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item build.properties of tree item test.plugin 20:17:38.837 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test.plugin 20:17:38.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:17:39.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:17:39.338 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test.plugin 20:17:39.340 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 20:17:39.340 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 20:17:39.341 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item pluginCustomization.ini of tree item test.plugin 20:17:39.341 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test.plugin 20:17:39.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:17:39.341 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test.plugin is already expanded. No action performed 20:17:39.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:17:39.341 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test.plugin 20:17:39.341 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 20:17:39.342 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 20:17:39.342 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item META-INF of tree item test.plugin 20:17:39.342 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test.plugin 20:17:39.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:17:39.342 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test.plugin is already expanded. No action performed 20:17:39.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:17:39.342 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test.plugin 20:17:39.342 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item MANIFEST.MF of tree item META-INF 20:17:39.342 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item META-INF 20:17:39.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:17:39.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:17:39.843 INFO [WorkbenchTestable][TreeItemHandler] Expanded: META-INF 20:17:39.844 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 20:17:39.844 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 20:17:39.845 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item test.plugin 20:17:39.845 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test.plugin 20:17:39.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:17:39.845 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test.plugin is already expanded. No action performed 20:17:39.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:17:39.845 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test.plugin 20:17:39.845 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item org.reddeer.test of tree item src 20:17:39.845 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 20:17:39.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:17:40.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:17:40.346 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 20:17:40.346 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item RedDeerTest.java of tree item org.reddeer.test 20:17:40.347 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item org.reddeer.test 20:17:40.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:17:40.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:17:40.847 INFO [WorkbenchTestable][TreeItemHandler] Expanded: org.reddeer.test 20:17:40.848 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 20:17:40.848 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 20:17:40.848 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item RedDeerTest.launch of tree item test.plugin 20:17:40.848 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test.plugin 20:17:40.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:17:40.848 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test.plugin is already expanded. No action performed 20:17:40.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:17:40.849 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test.plugin 20:17:40.849 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 20:17:40.849 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 20:17:40.849 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JRE System Library of tree item test.plugin 20:17:40.849 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test.plugin 20:17:40.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:17:40.850 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test.plugin is already expanded. No action performed 20:17:40.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:17:40.850 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test.plugin 20:17:40.850 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item test.plugin and wait with time period 1 20:17:40.850 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test.plugin 20:17:40.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:17:40.850 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test.plugin is already expanded. No action performed 20:17:40.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:17:40.850 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test.plugin 20:17:40.850 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test.plugin 20:17:40.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:17:40.850 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test.plugin is already expanded. No action performed 20:17:40.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:17:40.850 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test.plugin 20:17:40.851 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 20:17:40.851 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JRE System Library of tree item test.plugin 20:17:40.851 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test.plugin 20:17:40.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:17:40.851 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test.plugin is already expanded. No action performed 20:17:40.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:17:40.851 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test.plugin 20:17:40.852 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item test.plugin and wait with time period 1 20:17:40.852 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test.plugin 20:17:40.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:17:40.852 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test.plugin is already expanded. No action performed 20:17:40.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:17:40.852 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test.plugin 20:17:40.852 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test.plugin 20:17:40.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:17:40.852 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test.plugin is already expanded. No action performed 20:17:40.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:17:40.852 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test.plugin 20:17:40.853 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 20:17:40.853 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item META-INF of tree item test.plugin 20:17:40.853 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test.plugin 20:17:40.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:17:40.854 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test.plugin is already expanded. No action performed 20:17:40.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:17:40.854 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test.plugin 20:17:40.854 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item MANIFEST.MF of tree item META-INF 20:17:40.854 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item META-INF 20:17:40.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:17:40.854 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item META-INF is already expanded. No action performed 20:17:40.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:17:40.854 INFO [WorkbenchTestable][TreeItemHandler] Expanded: META-INF 20:17:40.854 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item MANIFEST.MF 20:17:40.854 DEBUG [main][TreeItemHandler] Selecting tree item: MANIFEST.MF 20:17:40.854 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item MANIFEST.MF about selection 20:17:40.860 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: MANIFEST.MF 20:17:40.860 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item MANIFEST.MF 20:17:40.860 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item MANIFEST.MF 20:17:40.860 DEBUG [main][TreeItemHandler] Selecting tree item: MANIFEST.MF 20:17:40.860 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item MANIFEST.MF about selection 20:17:40.873 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: MANIFEST.MF 20:17:40.873 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 20:17:40.873 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 20:17:41.280 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 20:17:41.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:17:41.280 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 20:17:41.280 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 20:17:41.280 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:17:41.280 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:17:41.280 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:17:41.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:17:41.280 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:") 20:17:41.280 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:17:41.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:17:41.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:17:41.288 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "test.plugin"as the parent 20:17:41.288 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:17:41.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:41.288 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:41.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:41.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:41.294 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:17:41.294 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:17:41.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 "Version:") 20:17:41.295 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:17:41.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:17:41.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:17:41.295 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "test.plugin"as the parent 20:17:41.295 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:17:41.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:41.295 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:41.308 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:41.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:41.308 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:17:41.308 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:17:41.309 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:") 20:17:41.309 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:17:41.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:17:41.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:17:41.310 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "test.plugin"as the parent 20:17:41.310 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:17:41.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:41.310 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:41.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:41.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:41.324 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:17:41.324 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:17:41.325 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:") 20:17:41.325 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:17:41.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:17:41.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:17:41.325 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "test.plugin"as the parent 20:17:41.326 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:17:41.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:41.326 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:41.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:41.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:41.344 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:17:41.344 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:17:41.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:41.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:41.355 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 20:17:41.355 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:41.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:41.362 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test.plugin/META-INF/MANIFEST.MF - Eclipse Platform 20:17:41.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:17:41.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:17:41.363 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test.plugin/META-INF/MANIFEST.MF - Eclipse Platform' 20:17:41.363 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:17:41.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:41.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:41.411 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:41.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:41.411 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:17:41.411 INFO [WorkbenchTestable][AbstractView] Activate view Outline 20:17:41.411 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 20:17:41.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:17:41.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:17:41.438 INFO [WorkbenchTestable][AbstractView] Activate view Outline 20:17:41.438 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 20:17:41.439 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:17:41.439 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:17:41.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 20:17:41.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:41.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:41.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:41.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:41.439 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:17:41.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:17:41.441 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:6 20:17:41.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:17:41.441 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Dependencies and wait with time period 1 20:17:41.441 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Dependencies 20:17:41.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:17:41.442 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Dependencies is already expanded. No action performed 20:17:41.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:17:41.442 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Dependencies 20:17:41.442 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item org.eclipse.reddeer.go of tree item Dependencies 20:17:41.442 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Dependencies 20:17:41.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:17:41.442 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Dependencies is already expanded. No action performed 20:17:41.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:17:41.442 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Dependencies 20:17:41.442 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item org.junit of tree item Dependencies 20:17:41.442 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Dependencies 20:17:41.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:17:41.443 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Dependencies is already expanded. No action performed 20:17:41.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:17:41.443 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Dependencies 20:17:41.443 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 20:17:41.451 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item test.plugin 20:17:41.463 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test.plugin 20:17:41.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:17:41.484 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test.plugin is already expanded. No action performed 20:17:41.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:17:41.484 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test.plugin 20:17:41.487 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item org.reddeer.test of tree item src 20:17:41.487 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 20:17:41.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:17:41.487 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 20:17:41.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:17:41.487 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 20:17:41.487 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item RedDeerTest.java of tree item org.reddeer.test 20:17:41.487 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item org.reddeer.test 20:17:41.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:17:41.487 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item org.reddeer.test is already expanded. No action performed 20:17:41.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:17:41.487 INFO [WorkbenchTestable][TreeItemHandler] Expanded: org.reddeer.test 20:17:41.488 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeerTest.java 20:17:41.488 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeerTest.java 20:17:41.488 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeerTest.java about selection 20:17:41.493 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeerTest.java 20:17:41.493 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item RedDeerTest.java 20:17:41.493 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeerTest.java 20:17:41.493 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeerTest.java 20:17:41.493 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeerTest.java about selection 20:17:41.495 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeerTest.java 20:17:41.495 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 20:17:41.495 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 20:17:41.648 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 20:17:41.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:17:41.648 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:17:41.648 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 20:17:41.648 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 20:17:41.648 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 20:17:41.648 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:17:41.648 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:17:41.648 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:17:41.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:17:41.655 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:41.684 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:41.684 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 20:17:41.684 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:41.686 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:41.686 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform 20:17:41.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:17:41.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:17:41.686 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform' 20:17:41.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') 20:17:41.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:41.686 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:41.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:41.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:41.688 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:17:41.688 INFO [WorkbenchTestable][AbstractView] Activate view Outline 20:17:41.688 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 20:17:41.717 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:17:41.717 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:17:41.717 INFO [WorkbenchTestable][AbstractView] Activate view Outline 20:17:41.717 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 20:17:41.718 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:17:41.718 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:17:41.718 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:17:41.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:41.718 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:41.719 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:41.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:41.719 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:17:41.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:17:41.719 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:2 20:17:41.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:17:41.719 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item RedDeerTest and wait with time period 1 20:17:41.719 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeerTest 20:17:41.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:17:41.719 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeerTest is already expanded. No action performed 20:17:41.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:17:41.719 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeerTest 20:17:41.720 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeerTest 20:17:41.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:17:41.720 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeerTest is already expanded. No action performed 20:17:41.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:17:41.720 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeerTest 20:17:41.720 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 20:17:41.742 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item test.plugin 20:17:41.742 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test.plugin 20:17:41.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:17:41.742 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test.plugin is already expanded. No action performed 20:17:41.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:17:41.742 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test.plugin 20:17:41.742 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item org.reddeer.test of tree item src 20:17:41.742 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 20:17:41.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:17:41.743 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 20:17:41.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:17:41.743 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 20:17:41.743 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item RedDeerTest.java of tree item org.reddeer.test 20:17:41.743 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item org.reddeer.test 20:17:41.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:17:41.743 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item org.reddeer.test is already expanded. No action performed 20:17:41.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:17:41.743 INFO [WorkbenchTestable][TreeItemHandler] Expanded: org.reddeer.test 20:17:41.743 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeerTest.java 20:17:41.743 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeerTest.java 20:17:41.744 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeerTest.java about selection 20:17:41.746 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeerTest.java 20:17:41.747 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item RedDeerTest.java 20:17:41.747 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeerTest.java 20:17:41.747 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeerTest.java 20:17:41.747 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeerTest.java about selection 20:17:41.748 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeerTest.java 20:17:41.748 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 20:17:41.748 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 20:17:41.801 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 20:17:41.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:17:41.801 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:17:41.801 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 20:17:41.801 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 20:17:41.801 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:17:41.801 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:17:41.801 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:17:41.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:17:41.804 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:41.806 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:41.806 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 20:17:41.806 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:41.807 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:41.807 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform 20:17:41.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:17:41.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:17:41.808 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform' 20:17:41.808 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:17:41.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:41.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:41.810 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:41.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:41.810 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:17:41.810 INFO [WorkbenchTestable][AbstractView] Activate view Problems 20:17:41.810 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 20:17:41.839 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:17:41.839 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:17:41.841 INFO [WorkbenchTestable][AbstractView] Activate view Problems 20:17:41.841 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 20:17:41.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:17:41.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:17:41.843 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 20:17:41.843 INFO [WorkbenchTestable][AbstractView] Activate view Problems 20:17:41.843 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 20:17:41.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:17:41.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:17:41.844 DEBUG [main][WorkbenchPartLookup] Looking up all open views 20:17:41.845 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 20:17:41.845 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 20:17:41.845 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 20:17:41.845 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 2 warnings, 0 others)' 20:17:41.845 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 20:17:41.845 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 20:17:41.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 20:17:42.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 20:17:42.847 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 20:17:42.847 INFO [WorkbenchTestable][AbstractView] Activate view Problems 20:17:42.847 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 20:17:42.848 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:17:42.848 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:17:42.848 DEBUG [main][WorkbenchPartLookup] Looking up all open views 20:17:42.849 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 20:17:42.849 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 20:17:42.849 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 20:17:42.849 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 2 warnings, 0 others)' 20:17:42.849 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 20:17:42.849 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 20:17:42.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 20:17:42.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 20:17:42.850 INFO [WorkbenchTestable][AbstractView] Activate view Problems 20:17:42.850 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 20:17:42.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:17:42.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:17:42.851 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:17:42.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:42.851 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:42.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:42.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:42.851 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:17:42.851 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.... 20:17:52.858 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 Mar 10, 2021 8:17:52 PM org.eclipse.reddeer.ui.test.wizard.RedDeerWizardTestCase closeOpenedWizard INFO: Shell New RedDeer Test Plugin is not open 20:17:52.869 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.ui.test.wizard.RedDeerTestPluginWizardTest 20:17:52.869 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:17:52.869 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:17:52.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:17:52.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:17:52.869 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCreate no-configuration(org.eclipse.reddeer.ui.test.wizard.RedDeerTestPluginWizardTest) 20:17:52.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:52.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:17:52.872 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 20:17:52.872 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform 20:17:52.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:17:52.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:17:52.872 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform' 20:17:52.873 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform' 20:17:52.873 DEBUG [main][MenuItemLookup] Found menu:'File' 20:17:52.873 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:17:52.873 DEBUG [main][MenuItemLookup] Found menu:'Source' 20:17:52.873 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 20:17:52.873 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:17:52.873 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:17:52.873 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:17:52.873 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:17:52.873 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:17:52.873 DEBUG [main][MenuItemLookup] Item match:Window 20:17:52.875 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:17:52.875 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:17:52.875 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:17:52.875 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:52.875 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:17:52.875 DEBUG [main][MenuItemLookup] Item match:Show View 20:17:52.880 DEBUG [main][MenuItemLookup] Found menu:'Ant' 20:17:52.880 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 20:17:52.880 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 20:17:52.880 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 20:17:52.880 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 20:17:52.880 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 20:17:52.880 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 20:17:52.880 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 20:17:52.880 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 20:17:52.880 DEBUG [main][MenuItemLookup] Found menu:'Progress' 20:17:52.880 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 20:17:52.880 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 20:17:52.880 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 20:17:52.880 DEBUG [main][MenuItemLookup] Found menu:'Templates' 20:17:52.880 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 20:17:52.880 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:52.880 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 20:17:52.880 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 20:17:52.880 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 20:17:52.880 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 20:17:52.881 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 20:17:52.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 20:17:52.927 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 20:17:52.927 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 20:17:52.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:17:52.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:17:52.928 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 20:17:52.928 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:17:52.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:17:52.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:17:52.928 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:17:52.928 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:17:52.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:52.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:52.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:52.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:52.928 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:17:52.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:17:52.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:17:52.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 20:17:52.929 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:17:52.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:17:52.929 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:17:52.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:17:52.929 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:17:52.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 20:17:52.930 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:17:52.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:17:52.930 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:17:52.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:17:52.930 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:17:52.930 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 20:17:52.930 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 20:17:52.930 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 20:17:52.930 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 20:17:52.930 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:17:52.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:17:52.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:17:52.930 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:17:52.930 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:17:52.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:52.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:52.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: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 20:17:52.931 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:17:52.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:17:52.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:17:52.931 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:17:52.931 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:17:52.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:52.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:52.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:52.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:52.931 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:17:52.932 INFO [WorkbenchTestable][AbstractButton] Click button &Open 20:17:52.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:17:52.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:17:52.932 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:17:52.932 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:17:52.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:17:52.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:17:52.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 20:17:52.990 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:52.991 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:52.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 20:17:52.991 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:52.991 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:52.991 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform 20:17:52.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:17:52.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:17:52.992 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform' 20:17:52.992 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:17:52.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:52.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:52.992 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:52.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:52.992 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:17:52.993 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:17:52.993 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:17:52.993 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:17:52.993 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 20:17:52.993 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:17:52.993 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:17:52.994 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:17:52.994 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:17:52.995 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:17:52.995 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:17:52.995 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:17:52.995 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:17:52.995 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:17:52.995 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:17:52.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:52.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:52.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:17:53.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:53.496 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:17:53.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:53.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:17:53.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:17:53.997 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:17:53.997 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:17:53.998 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:17:53.998 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:17:53.998 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 20:17:53.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:53.998 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:53.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:53.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:53.998 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:17:53.998 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test.plugin 20:17:53.998 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test.plugin 20:17:53.998 DEBUG [main][TreeItemHandler] Selecting tree item: test.plugin 20:17:53.999 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test.plugin about selection 20:17:54.006 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test.plugin 20:17:54.006 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:17:54.006 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:17:54.043 DEBUG [main][MenuItemLookup] Found menu:'New' 20:17:54.043 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:17:54.043 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:54.043 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:17:54.043 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:54.043 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:17:54.043 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 20:17:54.043 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:17:54.043 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:17:54.043 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 20:17:54.043 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 20:17:54.043 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:54.043 DEBUG [main][MenuItemLookup] Found menu:'Import...' 20:17:54.043 DEBUG [main][MenuItemLookup] Found menu:'Export...' 20:17:54.043 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:54.043 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 20:17:54.043 DEBUG [main][MenuItemLookup] Item match:Refresh F5 20:17:54.043 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 20:17:54.043 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 20:17:54.043 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 20:17:54.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:17:54.044 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:17:54.044 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 20:17:54.544 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 20:17:54.544 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:17:54.544 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:17:54.544 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:17:54.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:17:54.544 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'test.plugin' via Explorer 20:17:54.544 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test.plugin 20:17:54.544 DEBUG [main][TreeItemHandler] Selecting tree item: test.plugin 20:17:54.545 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test.plugin about selection 20:17:54.550 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test.plugin 20:17:54.550 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:17:54.550 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:17:54.585 DEBUG [main][MenuItemLookup] Found menu:'New' 20:17:54.585 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:17:54.585 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:54.585 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:17:54.585 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:54.585 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:17:54.585 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 20:17:54.585 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:17:54.585 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:17:54.585 DEBUG [main][MenuItemLookup] Item match:Delete Delete 20:17:54.585 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 20:17:54.585 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 20:17:54.585 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 20:17:54.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.... 20:17:55.196 DEBUG [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 20:17:55.196 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 20:17:55.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:17:55.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:17:55.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:55.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:55.198 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 20:17:55.198 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:17:55.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:17:55.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:17:55.198 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:17:55.198 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:17:55.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:55.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:55.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:55.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:55.199 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:17:55.199 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 20:17:55.199 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 20:17:55.199 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 20:17:55.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:17:55.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:17:55.199 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:17:55.199 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:17:55.199 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 20:17:55.199 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:17:55.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:17:55.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:17:55.199 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:17:55.199 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:17:55.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:55.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:55.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:55.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:55.200 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:17:55.200 INFO [WorkbenchTestable][AbstractButton] Click button OK 20:17:55.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:17:55.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:17:55.200 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:17:55.200 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:17:55.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 20:17:55.203 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 20:17:55.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 20:17:55.703 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 20:17:55.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:17:55.703 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 20:17:55.703 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 20:17:55.703 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:17:55.703 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:17:55.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:17:55.704 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.ui.test.wizard.RedDeerTestPluginWizardTest 20:17:55.704 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:17:55.704 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:17:55.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:17:55.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.987 s - in org.eclipse.reddeer.ui.test.wizard.RedDeerTestPluginWizardTest testOpen no-configuration(org.eclipse.reddeer.ui.test.wizard.RedDeerTestPluginWizardTest) Time elapsed: 0.28 s testCreate no-configuration(org.eclipse.reddeer.ui.test.wizard.RedDeerTestPluginWizardTest) Time elapsed: 16.966 s Running org.eclipse.reddeer.ui.test.wizard.RedDeerTestCaseWizardTest 20:17:55.713 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.ui.test.wizard.RedDeerTestCaseWizardTest 20:17:55.714 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:17:55.715 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:17:55.715 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.ui.test.wizard.RedDeerTestCaseWizardTest 20:17:55.715 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:17:55.715 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 20:17:55.715 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:17:55.715 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 20:17:55.715 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:17:55.715 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 20:17:55.715 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:17:55.715 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:17:55.716 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:17:55.716 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:17:55.716 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 20:17:55.716 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:17:55.716 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:17:55.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:17:55.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:17:55.717 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:17:55.717 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:17:55.717 DEBUG [main][MenuItemLookup] Found menu:'File' 20:17:55.717 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:17:55.717 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:17:55.717 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:17:55.717 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:17:55.717 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:17:55.717 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:17:55.717 DEBUG [main][MenuItemLookup] Item match:Window 20:17:55.718 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:17:55.718 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:17:55.718 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:17:55.718 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:55.718 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:17:55.718 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:17:55.718 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:55.718 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:17:55.718 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:55.718 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:17:55.718 DEBUG [main][MenuItemLookup] Item match:Preferences 20:17:55.718 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 20:17:55.718 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 20:17:55.718 INFO [main][MenuItemHandler] Select menu item: &Preferences 20:17:55.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.... 20:17:55.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 20:17:55.779 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 20:17:55.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:17:55.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:17:55.780 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 20:17:55.780 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:17:55.780 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 20:17:55.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:55.780 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:55.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:55.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:55.781 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:17:55.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:17:55.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:17:55.782 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) 20:17:55.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:55.782 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:55.783 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:55.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:55.783 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:17:55.783 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:17:55.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:17:55.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:17:55.783 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:17:55.783 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:17:55.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:17:55.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:17:55.809 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:17:55.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:17:55.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:17:55.809 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 20:17:55.809 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 20:17:55.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 20:17:55.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:17:55.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:17:55.810 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:17:55.810 DEBUG [main][MenuItemLookup] Found menu:'File' 20:17:55.810 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:17:55.810 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:17:55.810 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:17:55.810 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:17:55.810 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:17:55.810 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:17:55.810 DEBUG [main][MenuItemLookup] Item match:Window 20:17:55.811 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:17:55.811 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:17:55.811 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:17:55.811 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:55.811 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:17:55.811 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:17:55.811 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:55.811 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:17:55.811 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:55.811 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:17:55.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:17:55.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:17:55.811 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:17:55.811 DEBUG [main][MenuItemLookup] Found menu:'File' 20:17:55.811 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:17:55.811 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:17:55.811 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:17:55.811 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:17:55.811 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:17:55.811 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:17:55.811 DEBUG [main][MenuItemLookup] Item match:Window 20:17:55.811 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:17:55.811 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:17:55.811 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:17:55.811 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:55.811 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:17:55.811 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:17:55.811 DEBUG [main][MenuItemLookup] Item match:Perspective 20:17:55.812 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 20:17:55.812 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:55.812 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 20:17:55.812 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 20:17:55.812 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 20:17:55.812 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 20:17:55.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 20:17:55.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:17:55.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:17:55.812 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:17:55.812 DEBUG [main][MenuItemLookup] Found menu:'File' 20:17:55.812 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:17:55.812 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:17:55.812 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:17:55.812 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:17:55.812 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:17:55.812 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:17:55.812 DEBUG [main][MenuItemLookup] Item match:Window 20:17:55.813 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:17:55.813 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:17:55.813 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:17:55.813 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:55.813 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:17:55.813 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:17:55.813 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:55.813 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:17:55.813 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:55.813 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:17:55.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:17:55.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:17:55.813 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:17:55.813 DEBUG [main][MenuItemLookup] Found menu:'File' 20:17:55.813 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:17:55.813 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:17:55.813 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:17:55.813 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:17:55.813 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:17:55.813 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:17:55.813 DEBUG [main][MenuItemLookup] Item match:Window 20:17:55.813 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:17:55.813 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:17:55.813 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:17:55.813 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:55.813 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:17:55.813 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:17:55.813 DEBUG [main][MenuItemLookup] Item match:Perspective 20:17:55.813 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 20:17:55.813 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:55.813 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 20:17:55.813 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 20:17:55.813 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 20:17:55.813 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 20:17:55.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:17:55.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:17:55.814 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:17:55.814 DEBUG [main][MenuItemLookup] Found menu:'File' 20:17:55.814 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:17:55.814 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:17:55.814 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:17:55.814 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:17:55.814 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:17:55.814 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:17:55.814 DEBUG [main][MenuItemLookup] Item match:Window 20:17:55.814 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:17:55.814 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:17:55.814 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:17:55.814 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:55.814 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:17:55.814 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:17:55.814 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:55.814 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 20:17:55.814 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:55.814 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 20:17:55.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:17:55.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:17:55.814 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:17:55.814 DEBUG [main][MenuItemLookup] Found menu:'File' 20:17:55.814 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:17:55.814 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:17:55.814 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:17:55.814 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:17:55.814 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:17:55.814 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:17:55.814 DEBUG [main][MenuItemLookup] Item match:Window 20:17:55.815 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:17:55.815 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:17:55.815 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:17:55.815 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:55.815 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:17:55.815 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 20:17:55.815 DEBUG [main][MenuItemLookup] Item match:Perspective 20:17:55.815 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 20:17:55.815 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:55.815 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 20:17:55.815 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 20:17:55.815 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 20:17:55.815 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 20:17:55.815 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 20:17:55.815 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 20:17:55.815 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 20:17:55.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 20:17:55.839 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 20:17:55.839 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 20:17:55.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:17:55.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:17:55.839 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:17:55.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:17:55.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:17:55.839 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 20:17:55.840 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:17:55.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:55.840 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:55.840 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:17:55.840 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:17:55.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:17:55.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:17:55.840 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 20:17:55.840 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:17:55.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:55.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:55.840 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:55.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:55.840 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:17:55.841 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 20:17:55.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:17:55.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:17:55.841 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:17:55.841 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:17:56.518 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:17:56.518 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:17:56.518 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:17:56.519 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:17:56.519 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 20:17:56.519 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:17:56.520 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:17:56.520 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:17:56.520 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:17:56.520 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:17:56.520 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 20:17:56.520 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:17:56.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:17:56.521 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:17:56.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:17:56.521 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:17:56.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:17:56.521 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:17:56.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: "New Java Project"] 20:17:56.521 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:17:56.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:17:56.522 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:17:56.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:17:56.522 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:17:56.522 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:17:56.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:17:56.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:17:56.522 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:17:56.522 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:17:56.523 DEBUG [main][MenuItemLookup] Found menu:'File' 20:17:56.523 DEBUG [main][MenuItemLookup] Item match:File 20:17:56.523 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 20:17:56.523 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 20:17:56.525 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 20:17:56.525 DEBUG [main][MenuItemLookup] Found menu:'Project...' 20:17:56.525 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:56.525 DEBUG [main][MenuItemLookup] Found menu:'Package' 20:17:56.525 DEBUG [main][MenuItemLookup] Found menu:'Class' 20:17:56.525 DEBUG [main][MenuItemLookup] Found menu:'Interface' 20:17:56.525 DEBUG [main][MenuItemLookup] Found menu:'Enum' 20:17:56.525 DEBUG [main][MenuItemLookup] Found menu:'Record' 20:17:56.525 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 20:17:56.525 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 20:17:56.525 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 20:17:56.525 DEBUG [main][MenuItemLookup] Found menu:'Folder' 20:17:56.525 DEBUG [main][MenuItemLookup] Found menu:'File' 20:17:56.525 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 20:17:56.525 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 20:17:56.525 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:56.525 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 20:17:56.525 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 20:17:56.525 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 20:17:56.525 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 20:17:56.526 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 20:17:56.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 20:17:56.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 'New|Select a wizard'] is available. finished successfully 20:17:56.595 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 20:17:56.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:17:56.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:17:56.596 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:17:56.596 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:17:56.596 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 20:17:56.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:56.596 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:56.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:56.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:56.597 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:17:56.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:17:56.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:17:56.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 20:17:56.598 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:17:56.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:17:57.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:17:57.100 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:17:57.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 20:17:57.101 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:17:57.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:17:57.101 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:17:57.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:17:57.101 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:17:57.101 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 20:17:57.101 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 20:17:57.102 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 20:17:57.104 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 20:17:57.104 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:17:57.104 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 20:17:57.104 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) 20:17:57.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:57.104 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:57.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:57.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:57.105 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:17:57.105 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:17:57.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:17:57.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:17:57.105 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:17:57.105 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:17:57.348 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:17:57.348 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:17:57.348 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:17:57.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 20:17:57.349 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 20:17:57.349 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 20:17:57.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:17:57.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:17:57.349 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 20:17:57.349 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:17:57.350 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'testproject' 20:17:57.350 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:") 20:17:57.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:57.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:57.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:57.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:57.352 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:17:57.352 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:17:57.352 INFO [WorkbenchTestable][AbstractText] Text set to: testproject 20:17:57.364 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 20:17:57.364 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 20:17:57.371 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) 20:17:57.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:57.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:57.372 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:57.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:57.372 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:17:57.373 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:17:57.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:17:57.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:17:57.373 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:17:57.373 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:17:57.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.... 20:17:57.877 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 20:17:57.878 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 20:17:57.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:17:57.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:17:57.880 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 20:17:57.880 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:17:57.880 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:17:57.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:17:57.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:17:57.880 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 20:17:57.880 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:17:57.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:57.880 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:57.881 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:57.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:57.881 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:17:57.881 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 20:17:57.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:17:57.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:17:57.881 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:17:57.881 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:17:57.946 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.... 20:17:57.982 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 20:17:57.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:17:57.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:17:57.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:17:57.982 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 20:17:57.982 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 20:17:57.982 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:17:57.982 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:17:57.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:17:57.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:17:57.983 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:17:57.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:17:57.983 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:17:57.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: "New Java Class"] 20:17:57.983 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:17:57.984 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:17:57.984 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:17:57.984 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:17:57.984 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:17:57.984 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:17:57.984 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:17:57.984 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 20:17:57.984 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:17:57.985 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:17:57.985 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:17:57.985 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:17:57.985 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:17:57.985 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 20:17:57.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:17:57.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:17:57.985 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 20:17:57.985 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 20:17:57.985 DEBUG [main][MenuItemLookup] Found menu:'File' 20:17:57.986 DEBUG [main][MenuItemLookup] Item match:File 20:17:57.986 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 20:17:57.986 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 20:17:57.988 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 20:17:57.988 DEBUG [main][MenuItemLookup] Found menu:'Project...' 20:17:57.988 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:57.988 DEBUG [main][MenuItemLookup] Found menu:'Package' 20:17:57.988 DEBUG [main][MenuItemLookup] Found menu:'Class' 20:17:57.988 DEBUG [main][MenuItemLookup] Found menu:'Interface' 20:17:57.988 DEBUG [main][MenuItemLookup] Found menu:'Enum' 20:17:57.988 DEBUG [main][MenuItemLookup] Found menu:'Record' 20:17:57.988 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 20:17:57.988 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 20:17:57.988 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 20:17:57.988 DEBUG [main][MenuItemLookup] Found menu:'Folder' 20:17:57.988 DEBUG [main][MenuItemLookup] Found menu:'File' 20:17:57.988 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 20:17:57.988 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 20:17:57.988 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:57.988 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 20:17:57.988 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 20:17:57.988 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 20:17:57.988 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 20:17:57.988 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 20:17:58.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 20:17:58.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 20:17:58.035 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 20:17:58.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:17:58.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:17:58.084 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:17:58.084 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:17:58.085 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 20:17:58.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:58.085 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:58.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:58.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:58.085 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:17:58.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:17:58.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:17:58.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 20:17:58.086 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:17:58.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:17:58.086 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:17:58.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:17:58.086 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:17:58.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 20:17:58.087 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 20:17:58.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:17:58.087 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 20:17:58.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:17:58.087 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 20:17:58.087 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 20:17:58.087 DEBUG [main][TreeItemHandler] Selecting tree item: Class 20:17:58.087 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 20:17:58.090 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 20:17:58.090 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:17:58.090 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 20:17:58.090 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) 20:17:58.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:58.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:58.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:58.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:58.091 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:17:58.091 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:17:58.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:17:58.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:17:58.091 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:17:58.091 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:17:58.205 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:17:58.206 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:17:58.206 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:17:58.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 20:17:58.206 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 20:17:58.206 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 20:17:58.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:17:58.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:17:58.207 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 20:17:58.207 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:17:58.209 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:") 20:17:58.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:58.209 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:58.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:58.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:58.228 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:17:58.228 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:17:58.229 INFO [WorkbenchTestable][AbstractText] Text set to: TestClass 20:17:58.230 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:") 20:17:58.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:58.230 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:58.290 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:58.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:58.291 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:17:58.291 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:17:58.292 INFO [WorkbenchTestable][AbstractText] Text set to: org.example.test 20:17:58.293 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 20:17:58.293 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 20:17:58.293 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) 20:17:58.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:58.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:58.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:58.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:58.295 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:17:58.295 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:17:58.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:17:58.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:17:58.296 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:17:58.296 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:17:58.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:17:58.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:17:58.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:17:58.925 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 4 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 20:17:58.925 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:17:58.925 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 20:17:58.925 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 20:17:58.925 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:17:58.925 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:17:58.925 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:17:58.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:17:58.925 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:17:58.925 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOpen no-configuration(org.eclipse.reddeer.ui.test.wizard.RedDeerTestCaseWizardTest) 20:17:58.925 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.ui.test.wizard.RedDeerTestCaseWizardTest 20:17:58.925 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:17:58.925 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:17:58.925 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:17:58.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:17:58.925 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:17:58.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:17:58.926 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:17:58.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:17:58.926 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:17:58.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 RedDeer Test Case"] 20:17:58.926 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:17:58.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:17:58.926 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:17:58.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:17:58.927 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:17:58.927 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - testproject/src/org/example/test/TestClass.java - Eclipse Platform 20:17:58.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:17:58.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:17:58.927 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - testproject/src/org/example/test/TestClass.java - Eclipse Platform' 20:17:58.927 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - testproject/src/org/example/test/TestClass.java - Eclipse Platform' 20:17:58.927 DEBUG [main][MenuItemLookup] Found menu:'File' 20:17:58.927 DEBUG [main][MenuItemLookup] Item match:File 20:17:58.928 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 20:17:58.928 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 20:17:58.930 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 20:17:58.930 DEBUG [main][MenuItemLookup] Found menu:'Project...' 20:17:58.930 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:58.930 DEBUG [main][MenuItemLookup] Found menu:'Package' 20:17:58.930 DEBUG [main][MenuItemLookup] Found menu:'Class' 20:17:58.930 DEBUG [main][MenuItemLookup] Found menu:'Interface' 20:17:58.930 DEBUG [main][MenuItemLookup] Found menu:'Enum' 20:17:58.930 DEBUG [main][MenuItemLookup] Found menu:'Record' 20:17:58.930 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 20:17:58.930 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 20:17:58.930 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 20:17:58.930 DEBUG [main][MenuItemLookup] Found menu:'Folder' 20:17:58.930 DEBUG [main][MenuItemLookup] Found menu:'File' 20:17:58.930 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 20:17:58.930 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 20:17:58.930 DEBUG [main][MenuItemLookup] Found menu:'' 20:17:58.930 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 20:17:58.930 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 20:17:58.930 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 20:17:58.930 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 20:17:58.930 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 20:17:59.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 20:17:59.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 20:17:59.026 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 20:17:59.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:17:59.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:17:59.027 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:17:59.027 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:17:59.027 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 20:17:59.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:59.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:59.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:59.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:59.028 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:17:59.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:17:59.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:17:59.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer has children... 20:17:59.029 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer 20:17:59.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:17:59.029 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer is already expanded. No action performed 20:17:59.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:17:59.029 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer 20:17:59.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer has children finished successfully 20:17:59.029 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer 20:17:59.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:17:59.029 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer is already expanded. No action performed 20:17:59.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:17:59.029 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer 20:17:59.029 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer Test 20:17:59.029 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer Test 20:17:59.029 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer Test about selection 20:17:59.031 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer Test 20:17:59.031 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:17:59.031 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 20:17:59.032 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) 20:17:59.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:59.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:59.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:59.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:59.032 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:17:59.033 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:17:59.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:17:59.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:17:59.033 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:17:59.033 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:17:59.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:17:59.244 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:17:59.244 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:17:59.245 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.... 20:17:59.245 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 20:17:59.245 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New RedDeer Test Case 20:17:59.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:17:59.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:17:59.245 TRACE [WorkbenchTestable][RedDeerTestCaseWizard] Shell New RedDeer Test Case is not null and is not disposed 20:17:59.245 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:17:59.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:17:59.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:17:59.245 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New RedDeer Test Case 20:17:59.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:17:59.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:17:59.246 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:") 20:17:59.246 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:17:59.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:17:59.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:17:59.315 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Case" as the parent 20:17:59.315 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:17:59.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:59.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:59.317 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:59.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:59.317 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:17:59.317 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:17:59.318 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:") 20:17:59.318 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:17:59.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:17:59.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:17:59.318 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Case" as the parent 20:17:59.318 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:17:59.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:59.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:59.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:59.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:59.321 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:17:59.321 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:17:59.321 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:") 20:17:59.321 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:17:59.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:17:59.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:17:59.322 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Case" as the parent 20:17:59.322 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:17:59.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:59.322 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:59.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:59.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:59.325 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:17:59.325 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:17:59.325 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:") 20:17:59.325 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:17:59.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:17:59.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:17:59.326 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Case" as the parent 20:17:59.326 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:17:59.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:59.326 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:59.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:59.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:59.336 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:17:59.336 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:17:59.336 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:") 20:17:59.336 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:17:59.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:17:59.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:17:59.336 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Case" as the parent 20:17:59.336 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:17:59.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:59.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:59.386 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:59.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:59.386 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:17:59.386 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:17:59.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 "Next >", Widget matcher matching widgets with style: 8) 20:17:59.387 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:17:59.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:17:59.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:17:59.387 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Case" as the parent 20:17:59.387 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:17:59.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:59.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:59.388 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:59.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:59.388 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:17:59.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 "Finish", Widget matcher matching widgets with style: 8) 20:17:59.389 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:17:59.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:17:59.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:17:59.389 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Case" as the parent 20:17:59.389 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:17:59.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:59.389 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:59.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:59.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:59.390 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:17:59.391 TRACE [WorkbenchTestable][RedDeerTestCaseWizard] Shell New RedDeer Test Case is not null and is not disposed 20:17:59.391 INFO [WorkbenchTestable][RedDeerTestCaseWizard] Go to next wizard page 20:17:59.391 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) 20:17:59.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:59.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:59.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:59.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:59.392 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:17:59.392 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:17:59.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:17:59.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:17:59.392 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:17:59.392 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:17:59.417 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 20:17:59.417 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:17:59.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:17:59.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:17:59.418 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Case" as the parent 20:17:59.418 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:17:59.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:17:59.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:17:59.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:17:59.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:17:59.418 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:17:59.418 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item TestClass and wait with time period 1 20:17:59.418 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TestClass 20:17:59.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:17:59.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:17:59.919 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TestClass 20:17:59.919 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TestClass 20:17:59.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:18:00.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:18:00.420 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TestClass 20:18:00.420 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Object and wait with time period 1 20:18:00.420 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Object 20:18:00.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:18:00.420 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Object is already expanded. No action performed 20:18:00.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:18:00.420 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Object 20:18:00.420 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Object 20:18:00.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:18:00.420 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Object is already expanded. No action performed 20:18:00.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:18:00.420 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Object 20:18:00.421 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Object() and wait with time period 1 20:18:00.421 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Object() 20:18:00.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:18:00.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:18:00.921 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Object() 20:18:00.921 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Object() 20:18:00.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:18:01.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:18:01.422 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Object() 20:18:01.423 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item getClass() and wait with time period 1 20:18:01.423 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item getClass() 20:18:01.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:18:01.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:18:01.924 INFO [WorkbenchTestable][TreeItemHandler] Expanded: getClass() 20:18:01.924 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item getClass() 20:18:01.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:18:02.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:18:02.426 INFO [WorkbenchTestable][TreeItemHandler] Expanded: getClass() 20:18:02.426 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item hashCode() and wait with time period 1 20:18:02.426 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item hashCode() 20:18:02.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:18:02.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:18:02.927 INFO [WorkbenchTestable][TreeItemHandler] Expanded: hashCode() 20:18:02.927 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item hashCode() 20:18:02.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:18:03.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:18:03.428 INFO [WorkbenchTestable][TreeItemHandler] Expanded: hashCode() 20:18:03.429 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item equals(Object) and wait with time period 1 20:18:03.429 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item equals(Object) 20:18:03.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:18:03.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:18:03.929 INFO [WorkbenchTestable][TreeItemHandler] Expanded: equals(Object) 20:18:03.930 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item equals(Object) 20:18:03.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:18:04.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:18:04.430 INFO [WorkbenchTestable][TreeItemHandler] Expanded: equals(Object) 20:18:04.430 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item clone() and wait with time period 1 20:18:04.431 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item clone() 20:18:04.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:18:04.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:18:04.931 INFO [WorkbenchTestable][TreeItemHandler] Expanded: clone() 20:18:04.932 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item clone() 20:18:04.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:18:05.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:18:05.432 INFO [WorkbenchTestable][TreeItemHandler] Expanded: clone() 20:18:05.433 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item toString() and wait with time period 1 20:18:05.433 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item toString() 20:18:05.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:18:05.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:18:05.933 INFO [WorkbenchTestable][TreeItemHandler] Expanded: toString() 20:18:05.934 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item toString() 20:18:05.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:18:06.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:18:06.434 INFO [WorkbenchTestable][TreeItemHandler] Expanded: toString() 20:18:06.435 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item notify() and wait with time period 1 20:18:06.435 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item notify() 20:18:06.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:18:06.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:18:06.935 INFO [WorkbenchTestable][TreeItemHandler] Expanded: notify() 20:18:06.935 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item notify() 20:18:06.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:18:07.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:18:07.436 INFO [WorkbenchTestable][TreeItemHandler] Expanded: notify() 20:18:07.437 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item notifyAll() and wait with time period 1 20:18:07.437 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item notifyAll() 20:18:07.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:18:07.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:18:07.937 INFO [WorkbenchTestable][TreeItemHandler] Expanded: notifyAll() 20:18:07.937 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item notifyAll() 20:18:07.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:18:08.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:18:08.438 INFO [WorkbenchTestable][TreeItemHandler] Expanded: notifyAll() 20:18:08.438 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item wait() and wait with time period 1 20:18:08.438 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item wait() 20:18:08.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:18:08.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:18:08.940 INFO [WorkbenchTestable][TreeItemHandler] Expanded: wait() 20:18:08.940 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item wait() 20:18:08.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:18:09.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:18:09.441 INFO [WorkbenchTestable][TreeItemHandler] Expanded: wait() 20:18:09.441 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item wait(long) and wait with time period 1 20:18:09.441 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item wait(long) 20:18:09.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:18:09.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:18:09.942 INFO [WorkbenchTestable][TreeItemHandler] Expanded: wait(long) 20:18:09.942 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item wait(long) 20:18:09.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:18:10.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:18:10.443 INFO [WorkbenchTestable][TreeItemHandler] Expanded: wait(long) 20:18:10.443 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item wait(long, int) and wait with time period 1 20:18:10.444 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item wait(long, int) 20:18:10.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:18:10.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:18:10.944 INFO [WorkbenchTestable][TreeItemHandler] Expanded: wait(long, int) 20:18:10.945 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item wait(long, int) 20:18:10.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:18:11.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:18:11.446 INFO [WorkbenchTestable][TreeItemHandler] Expanded: wait(long, int) 20:18:11.446 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item finalize() and wait with time period 1 20:18:11.446 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item finalize() 20:18:11.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:18:11.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:18:11.947 INFO [WorkbenchTestable][TreeItemHandler] Expanded: finalize() 20:18:11.947 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item finalize() 20:18:11.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:18:12.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:18:12.449 INFO [WorkbenchTestable][TreeItemHandler] Expanded: finalize() 20:18:12.449 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.... 20:18:12.450 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 20:18:12.450 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New RedDeer Test Case 20:18:12.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:18:12.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:18:12.459 TRACE [WorkbenchTestable][RedDeerTestCaseWizard] Shell New RedDeer Test Case is not null and is not disposed 20:18:12.459 INFO [WorkbenchTestable][RedDeerTestCaseWizard] Cancel wizard 20:18:12.459 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) 20:18:12.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:18:12.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:18:12.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:18:12.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:18:12.460 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:18:12.460 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 20:18:12.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:18:12.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:18:12.460 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:18:12.460 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:18:12.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:18:12.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:18:12.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:18:12.497 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:18:12.497 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:18:12.497 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:18:12.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:18:12.498 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.ui.test.wizard.RedDeerTestCaseWizardTest 20:18:12.498 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:18:12.498 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:18:12.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:18:12.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:18:12.498 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOpen no-configuration(org.eclipse.reddeer.ui.test.wizard.RedDeerTestCaseWizardTest) 20:18:12.498 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:18:12.498 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCreate no-configuration(org.eclipse.reddeer.ui.test.wizard.RedDeerTestCaseWizardTest) 20:18:12.498 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.ui.test.wizard.RedDeerTestCaseWizardTest 20:18:12.498 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 20:18:12.498 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 20:18:12.498 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 20:18:12.498 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:18:12.498 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:18:12.499 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:18:12.499 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:18:12.499 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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 'New|Select a wizard'] 20:18:12.499 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:18:12.499 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - testproject/src/org/example/test/TestClass.java - Eclipse Platform 20:18:12.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:18:12.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:18:12.499 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - testproject/src/org/example/test/TestClass.java - Eclipse Platform' 20:18:12.499 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - testproject/src/org/example/test/TestClass.java - Eclipse Platform' 20:18:12.499 DEBUG [main][MenuItemLookup] Found menu:'File' 20:18:12.500 DEBUG [main][MenuItemLookup] Item match:File 20:18:12.500 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 20:18:12.500 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 20:18:12.502 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 20:18:12.502 DEBUG [main][MenuItemLookup] Found menu:'Project...' 20:18:12.502 DEBUG [main][MenuItemLookup] Found menu:'' 20:18:12.502 DEBUG [main][MenuItemLookup] Found menu:'Package' 20:18:12.502 DEBUG [main][MenuItemLookup] Found menu:'Class' 20:18:12.502 DEBUG [main][MenuItemLookup] Found menu:'Interface' 20:18:12.502 DEBUG [main][MenuItemLookup] Found menu:'Enum' 20:18:12.502 DEBUG [main][MenuItemLookup] Found menu:'Record' 20:18:12.502 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 20:18:12.502 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 20:18:12.502 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 20:18:12.502 DEBUG [main][MenuItemLookup] Found menu:'Folder' 20:18:12.502 DEBUG [main][MenuItemLookup] Found menu:'File' 20:18:12.502 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 20:18:12.502 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 20:18:12.502 DEBUG [main][MenuItemLookup] Found menu:'' 20:18:12.502 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 20:18:12.502 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 20:18:12.503 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 20:18:12.503 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 20:18:12.503 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 20:18:12.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 20:18:12.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 'New|Select a wizard'] is available. finished successfully 20:18:12.554 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 20:18:12.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:18:12.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:18:12.555 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:18:12.555 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:18:12.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 20:18:12.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:18:12.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:18:12.556 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:18:12.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:18:12.556 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:18:12.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:18:12.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:18:12.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer has children... 20:18:12.557 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer 20:18:12.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:18:12.557 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer is already expanded. No action performed 20:18:12.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:18:12.557 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer 20:18:12.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer has children finished successfully 20:18:12.557 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer 20:18:12.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:18:12.557 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer is already expanded. No action performed 20:18:12.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:18:12.557 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer 20:18:12.557 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer Test 20:18:12.557 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer Test 20:18:12.557 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer Test about selection 20:18:12.559 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer Test 20:18:12.559 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 20:18:12.559 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 20:18:12.559 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) 20:18:12.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:18:12.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:18:12.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:18:12.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:18:12.560 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:18:12.561 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:18:12.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:18:12.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:18:12.561 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:18:12.561 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:18:12.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: Matcher matching text to regular expression 'New|Select a wizard'] 20:18:12.647 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:18:12.647 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:18:12.647 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.... 20:18:12.648 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 20:18:12.648 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New RedDeer Test Case 20:18:12.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:18:12.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:18:12.648 TRACE [WorkbenchTestable][RedDeerTestCaseWizard] Shell New RedDeer Test Case is not null and is not disposed 20:18:12.648 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 20:18:12.649 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()") 20:18:12.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:18:12.649 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:18:12.650 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:18:12.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:18:12.650 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:18:12.650 INFO [WorkbenchTestable][CheckBox] Select checkbox tearDown&AfterClass() 20:18:12.650 INFO [WorkbenchTestable][CheckBox] Check checkbox tearDown&AfterClass() 20:18:12.650 INFO [WorkbenchTestable][AbstractButton] Click button tearDown&AfterClass() 20:18:12.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:18:12.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:18:12.650 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:18:12.650 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:18:12.650 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()") 20:18:12.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:18:12.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:18:12.651 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:18:12.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:18:12.651 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:18:12.651 INFO [WorkbenchTestable][CheckBox] Select checkbox setU&pBeforeClass() 20:18:12.651 INFO [WorkbenchTestable][CheckBox] Check checkbox setU&pBeforeClass() 20:18:12.651 INFO [WorkbenchTestable][AbstractButton] Click button setU&pBeforeClass() 20:18:12.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:18:12.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:18:12.652 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:18:12.652 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:18:12.652 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()") 20:18:12.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:18:12.652 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:18:12.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:18:12.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:18:12.652 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:18:12.653 INFO [WorkbenchTestable][CheckBox] Select checkbox set&Up() 20:18:12.653 INFO [WorkbenchTestable][CheckBox] Check checkbox set&Up() 20:18:12.653 INFO [WorkbenchTestable][AbstractButton] Click button set&Up() 20:18:12.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:18:12.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:18:12.653 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:18:12.653 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:18:12.653 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()") 20:18:12.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:18:12.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:18:12.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:18:12.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:18:12.654 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:18:12.654 INFO [WorkbenchTestable][CheckBox] Select checkbox &tearDown() 20:18:12.654 INFO [WorkbenchTestable][CheckBox] Check checkbox &tearDown() 20:18:12.654 INFO [WorkbenchTestable][AbstractButton] Click button &tearDown() 20:18:12.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:18:12.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:18:12.654 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:18:12.654 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:18:12.654 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") 20:18:12.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:18:12.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:18:12.655 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:18:12.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:18:12.655 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:18:12.656 INFO [WorkbenchTestable][CheckBox] Select checkbox &Generate comments 20:18:12.656 INFO [WorkbenchTestable][CheckBox] Check checkbox &Generate comments 20:18:12.656 INFO [WorkbenchTestable][AbstractButton] Click button &Generate comments 20:18:12.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:18:12.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:18:12.656 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:18:12.656 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:18:12.656 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:") 20:18:12.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:18:12.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:18:12.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:18:12.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:18:12.659 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:18:12.659 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:18:12.660 INFO [WorkbenchTestable][AbstractText] Text set to: TestClassTest 20:18:12.672 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:") 20:18:12.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:18:12.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:18:12.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:18:12.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:18:12.675 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:18:12.675 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:18:12.675 INFO [WorkbenchTestable][AbstractText] Text set to: org.example.test 20:18:12.676 TRACE [WorkbenchTestable][RedDeerTestCaseWizard] Shell New RedDeer Test Case is not null and is not disposed 20:18:12.676 INFO [WorkbenchTestable][RedDeerTestCaseWizard] Go to next wizard page 20:18:12.676 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) 20:18:12.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:18:12.684 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:18:12.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:18:12.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:18:12.685 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:18:12.686 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 20:18:12.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:18:12.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:18:12.686 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:18:12.686 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:18:12.707 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") 20:18:12.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:18:12.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:18:12.707 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:18:12.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:18:12.707 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:18:12.708 INFO [WorkbenchTestable][AbstractButton] Click button &Select All 20:18:12.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:18:12.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:18:12.708 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:18:12.708 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:18:12.710 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 20:18:12.710 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:18:12.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:18:12.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:18:12.710 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Case" as the parent 20:18:12.710 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:18:12.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:18:12.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:18:12.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:18:12.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:18:12.710 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:18:12.710 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item TestClass and wait with time period 1 20:18:12.710 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TestClass 20:18:12.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:18:13.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:18:13.211 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TestClass 20:18:13.211 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TestClass 20:18:13.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:18:13.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:18:13.712 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TestClass 20:18:13.712 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Object and wait with time period 1 20:18:13.712 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Object 20:18:13.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:18:13.712 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Object is already expanded. No action performed 20:18:13.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:18:13.712 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Object 20:18:13.712 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Object 20:18:13.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:18:13.712 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Object is already expanded. No action performed 20:18:13.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:18:13.712 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Object 20:18:13.713 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Object() and wait with time period 1 20:18:13.713 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Object() 20:18:13.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:18:14.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:18:14.213 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Object() 20:18:14.214 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Object() 20:18:14.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:18:14.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:18:14.714 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Object() 20:18:14.715 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item getClass() and wait with time period 1 20:18:14.715 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item getClass() 20:18:14.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:18:15.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:18:15.215 INFO [WorkbenchTestable][TreeItemHandler] Expanded: getClass() 20:18:15.216 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item getClass() 20:18:15.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:18:15.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:18:15.716 INFO [WorkbenchTestable][TreeItemHandler] Expanded: getClass() 20:18:15.717 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item hashCode() and wait with time period 1 20:18:15.717 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item hashCode() 20:18:15.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:18:16.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:18:16.217 INFO [WorkbenchTestable][TreeItemHandler] Expanded: hashCode() 20:18:16.218 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item hashCode() 20:18:16.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:18:16.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:18:16.718 INFO [WorkbenchTestable][TreeItemHandler] Expanded: hashCode() 20:18:16.718 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item equals(Object) and wait with time period 1 20:18:16.718 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item equals(Object) 20:18:16.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:18:17.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:18:17.219 INFO [WorkbenchTestable][TreeItemHandler] Expanded: equals(Object) 20:18:17.219 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item equals(Object) 20:18:17.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:18:17.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:18:17.720 INFO [WorkbenchTestable][TreeItemHandler] Expanded: equals(Object) 20:18:17.720 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item clone() and wait with time period 1 20:18:17.720 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item clone() 20:18:17.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:18:18.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:18:18.221 INFO [WorkbenchTestable][TreeItemHandler] Expanded: clone() 20:18:18.221 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item clone() 20:18:18.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:18:18.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:18:18.722 INFO [WorkbenchTestable][TreeItemHandler] Expanded: clone() 20:18:18.722 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item toString() and wait with time period 1 20:18:18.722 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item toString() 20:18:18.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:18:19.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:18:19.223 INFO [WorkbenchTestable][TreeItemHandler] Expanded: toString() 20:18:19.223 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item toString() 20:18:19.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:18:19.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:18:19.724 INFO [WorkbenchTestable][TreeItemHandler] Expanded: toString() 20:18:19.724 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item notify() and wait with time period 1 20:18:19.724 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item notify() 20:18:19.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:18:20.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:18:20.224 INFO [WorkbenchTestable][TreeItemHandler] Expanded: notify() 20:18:20.225 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item notify() 20:18:20.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:18:20.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:18:20.725 INFO [WorkbenchTestable][TreeItemHandler] Expanded: notify() 20:18:20.725 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item notifyAll() and wait with time period 1 20:18:20.725 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item notifyAll() 20:18:20.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:18:21.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:18:21.226 INFO [WorkbenchTestable][TreeItemHandler] Expanded: notifyAll() 20:18:21.226 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item notifyAll() 20:18:21.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:18:21.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:18:21.727 INFO [WorkbenchTestable][TreeItemHandler] Expanded: notifyAll() 20:18:21.727 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item wait() and wait with time period 1 20:18:21.727 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item wait() 20:18:21.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:18:22.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:18:22.227 INFO [WorkbenchTestable][TreeItemHandler] Expanded: wait() 20:18:22.228 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item wait() 20:18:22.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:18:22.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:18:22.728 INFO [WorkbenchTestable][TreeItemHandler] Expanded: wait() 20:18:22.728 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item wait(long) and wait with time period 1 20:18:22.729 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item wait(long) 20:18:22.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:18:23.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:18:23.229 INFO [WorkbenchTestable][TreeItemHandler] Expanded: wait(long) 20:18:23.229 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item wait(long) 20:18:23.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:18:23.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:18:23.730 INFO [WorkbenchTestable][TreeItemHandler] Expanded: wait(long) 20:18:23.731 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item wait(long, int) and wait with time period 1 20:18:23.731 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item wait(long, int) 20:18:23.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:18:24.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:18:24.232 INFO [WorkbenchTestable][TreeItemHandler] Expanded: wait(long, int) 20:18:24.232 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item wait(long, int) 20:18:24.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:18:24.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:18:24.733 INFO [WorkbenchTestable][TreeItemHandler] Expanded: wait(long, int) 20:18:24.734 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item finalize() and wait with time period 1 20:18:24.734 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item finalize() 20:18:24.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:18:25.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:18:25.235 INFO [WorkbenchTestable][TreeItemHandler] Expanded: finalize() 20:18:25.235 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item finalize() 20:18:25.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:18:25.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:18:25.736 INFO [WorkbenchTestable][TreeItemHandler] Expanded: finalize() 20:18:25.737 TRACE [WorkbenchTestable][RedDeerTestCaseWizard] Shell New RedDeer Test Case is not null and is not disposed 20:18:25.737 INFO [WorkbenchTestable][RedDeerTestCaseWizard] Finish wizard 20:18:25.737 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) 20:18:25.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:18:25.737 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:18:25.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:18:25.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:18:25.738 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:18:25.746 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 20:18:25.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:18:25.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:18:25.747 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:18:25.747 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:18:26.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 20:18:26.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 20:18:26.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:18:26.214 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:18:26.214 DEBUG [WorkbenchTestable][JobIsRunning] job 'Sending problem marker updates...' is a system job, skipped 20:18:26.215 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 20:18:26.215 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:18:26.215 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:18:26.215 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:18:26.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:18:26.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QTestClassTest.java\E') 20:18:26.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:18:26.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:18:26.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:18:26.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:18:26.394 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:18:26.396 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:18:26.396 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/** package org.example.test; import static org.junit.Assert.*; /** * @author jenkins * */ @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()}. */ @Test public void testWait() { 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#finalize()}. */ @Test public void testFinalize() { fail("Not yet implemented"); } } TooltipText=null 20:18:26.434 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.... 20:18:36.443 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 Mar 10, 2021 8:18:36 PM org.eclipse.reddeer.ui.test.wizard.RedDeerWizardTestCase closeOpenedWizard INFO: Shell New RedDeer Test Case is not open 20:18:36.444 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.ui.test.wizard.RedDeerTestCaseWizardTest 20:18:36.444 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:18:36.444 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:18:36.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:18:36.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:18:36.445 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCreate no-configuration(org.eclipse.reddeer.ui.test.wizard.RedDeerTestCaseWizardTest) 20:18:36.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:18:36.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:18:36.449 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 20:18:36.449 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - testproject/src/org/example/test/TestClassTest.java - Eclipse Platform 20:18:36.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:18:36.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:18:36.450 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - testproject/src/org/example/test/TestClassTest.java - Eclipse Platform' 20:18:36.450 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - testproject/src/org/example/test/TestClassTest.java - Eclipse Platform' 20:18:36.450 DEBUG [main][MenuItemLookup] Found menu:'File' 20:18:36.450 DEBUG [main][MenuItemLookup] Found menu:'Edit' 20:18:36.450 DEBUG [main][MenuItemLookup] Found menu:'Source' 20:18:36.450 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 20:18:36.450 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 20:18:36.450 DEBUG [main][MenuItemLookup] Found menu:'Search' 20:18:36.450 DEBUG [main][MenuItemLookup] Found menu:'Project' 20:18:36.450 DEBUG [main][MenuItemLookup] Found menu:'Run' 20:18:36.450 DEBUG [main][MenuItemLookup] Found menu:'Window' 20:18:36.450 DEBUG [main][MenuItemLookup] Item match:Window 20:18:36.452 DEBUG [main][MenuItemLookup] Found menu:'New Window' 20:18:36.452 DEBUG [main][MenuItemLookup] Found menu:'Editor' 20:18:36.452 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 20:18:36.452 DEBUG [main][MenuItemLookup] Found menu:'' 20:18:36.452 DEBUG [main][MenuItemLookup] Found menu:'Show View' 20:18:36.452 DEBUG [main][MenuItemLookup] Item match:Show View 20:18:36.457 DEBUG [main][MenuItemLookup] Found menu:'Ant' 20:18:36.457 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 20:18:36.457 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 20:18:36.457 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 20:18:36.457 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 20:18:36.457 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 20:18:36.457 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 20:18:36.457 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 20:18:36.457 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 20:18:36.457 DEBUG [main][MenuItemLookup] Found menu:'Progress' 20:18:36.457 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 20:18:36.457 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 20:18:36.457 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 20:18:36.457 DEBUG [main][MenuItemLookup] Found menu:'Templates' 20:18:36.458 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 20:18:36.458 DEBUG [main][MenuItemLookup] Found menu:'' 20:18:36.458 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 20:18:36.458 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 20:18:36.470 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 20:18:36.470 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 20:18:36.470 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 20:18:36.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 20:18:36.513 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 20:18:36.513 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 20:18:36.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:18:36.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:18:36.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 20:18:36.514 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:18:36.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:18:36.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:18:36.514 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:18:36.514 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:18:36.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:18:36.514 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:18:36.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:18:36.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:18:36.514 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:18:36.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 20:18:36.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 20:18:36.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 20:18:36.515 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:18:36.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:18:36.515 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:18:36.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:18:36.515 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:18:36.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 20:18:36.515 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 20:18:36.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 20:18:36.515 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 20:18:36.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 20:18:36.515 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 20:18:36.515 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 20:18:36.515 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 20:18:36.516 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 20:18:36.516 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 20:18:36.516 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:18:36.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:18:36.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:18:36.516 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:18:36.516 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:18:36.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:18:36.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:18:36.516 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 20:18:36.516 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:18:36.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:18:36.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:18:36.516 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 20:18:36.516 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:18:36.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:18:36.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:18:36.517 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:18:36.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:18:36.517 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:18:36.517 INFO [WorkbenchTestable][AbstractButton] Click button &Open 20:18:36.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:18:36.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:18:36.517 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:18:36.517 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:18:36.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 20:18:36.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 20:18:36.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 20:18:36.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:18:36.559 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:18:36.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 20:18:36.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:18:36.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:18:36.560 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - testproject/src/org/example/test/TestClassTest.java - Eclipse Platform 20:18:36.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:18:36.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:18:36.560 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - testproject/src/org/example/test/TestClassTest.java - Eclipse Platform' 20:18:36.561 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 20:18:36.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:18:36.561 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:18:36.561 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:18:36.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:18:36.561 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:18:36.561 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:18:36.561 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:18:36.561 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:18:36.562 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - testproject/src/org/example/test/TestClassTest.java - Eclipse Platform TooltipText=null 20:18:36.562 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 20:18:36.562 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 20:18:36.563 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:18:36.563 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:18:36.563 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:18:36.563 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:18:36.563 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:18:36.563 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:18:36.564 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:18:36.564 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:18:36.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:18:36.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:18:36.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:18:37.064 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:18:37.065 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:18:37.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:18:37.565 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:18:37.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 20:18:37.565 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 20:18:37.565 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 20:18:37.566 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 20:18:37.566 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 20:18:37.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 20:18:37.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:18:37.566 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:18:37.566 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:18:37.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:18:37.566 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 20:18:37.567 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testproject 20:18:37.567 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item testproject 20:18:37.567 DEBUG [main][TreeItemHandler] Selecting tree item: testproject 20:18:37.567 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item testproject about selection 20:18:37.574 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: testproject 20:18:37.574 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:18:37.574 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:18:37.595 DEBUG [main][MenuItemLookup] Found menu:'New' 20:18:37.595 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:18:37.595 DEBUG [main][MenuItemLookup] Found menu:'' 20:18:37.595 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:18:37.595 DEBUG [main][MenuItemLookup] Found menu:'' 20:18:37.595 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:18:37.595 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 20:18:37.595 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:18:37.595 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:18:37.595 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 20:18:37.595 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 20:18:37.595 DEBUG [main][MenuItemLookup] Found menu:'' 20:18:37.595 DEBUG [main][MenuItemLookup] Found menu:'Import...' 20:18:37.595 DEBUG [main][MenuItemLookup] Found menu:'Export...' 20:18:37.595 DEBUG [main][MenuItemLookup] Found menu:'' 20:18:37.595 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 20:18:37.595 DEBUG [main][MenuItemLookup] Item match:Refresh F5 20:18:37.596 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 20:18:37.596 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 20:18:37.596 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 20:18:37.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:18:37.596 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 20:18:37.596 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 20:18:38.096 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 20:18:38.096 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:18:38.096 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:18:38.096 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 20:18:38.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:18:38.097 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'testproject' via Explorer 20:18:38.097 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item testproject 20:18:38.097 DEBUG [main][TreeItemHandler] Selecting tree item: testproject 20:18:38.097 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item testproject about selection 20:18:38.101 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: testproject 20:18:38.102 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 20:18:38.102 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:18:38.122 DEBUG [main][MenuItemLookup] Found menu:'New' 20:18:38.122 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 20:18:38.122 DEBUG [main][MenuItemLookup] Found menu:'' 20:18:38.122 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 20:18:38.122 DEBUG [main][MenuItemLookup] Found menu:'' 20:18:38.122 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 20:18:38.122 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 20:18:38.122 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 20:18:38.122 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 20:18:38.122 DEBUG [main][MenuItemLookup] Item match:Delete Delete 20:18:38.123 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 20:18:38.123 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 20:18:38.124 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 20:18:38.132 DEBUG [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.... 20:18:38.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 'Delete.*'] is available. finished successfully 20:18:38.689 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 20:18:38.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:18:38.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:18:38.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:18:38.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:18:38.692 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 20:18:38.692 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:18:38.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:18:38.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:18:38.692 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:18:38.692 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:18:38.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:18:38.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:18:38.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:18:38.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:18:38.692 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:18:38.693 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 20:18:38.693 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 20:18:38.693 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 20:18:38.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:18:38.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:18:38.693 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:18:38.693 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:18:38.693 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 20:18:38.693 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:18:38.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:18:38.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:18:38.693 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 20:18:38.693 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:18:38.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:18:38.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:18:38.694 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:18:38.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:18:38.694 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 20:18:38.694 INFO [WorkbenchTestable][AbstractButton] Click button OK 20:18:38.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 20:18:38.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 20:18:38.694 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 20:18:38.694 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:18:38.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 20:18:38.696 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 20:18:39.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 20:18:39.197 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 20:18:39.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 20:18:39.197 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 20:18:39.197 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 20:18:39.197 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 20:18:39.197 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 20:18:39.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 20:18:39.197 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.ui.test.wizard.RedDeerTestCaseWizardTest 20:18:39.197 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 20:18:39.197 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 20:18:39.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:18:39.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 43.488 s - in org.eclipse.reddeer.ui.test.wizard.RedDeerTestCaseWizardTest testOpen no-configuration(org.eclipse.reddeer.ui.test.wizard.RedDeerTestCaseWizardTest) Time elapsed: 13.573 s testCreate no-configuration(org.eclipse.reddeer.ui.test.wizard.RedDeerTestCaseWizardTest) Time elapsed: 23.947 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.verification.parametrized/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 297 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 19 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 13 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 3.3.0-SNAPSHOT [43/58] [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:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.e4.workbench.test --- [INFO] The project's OSGi version is 3.3.0.v20210310-1921 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.reddeer.e4.workbench.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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.verification.parametrized/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.verification.parametrized/tests/org.eclipse.reddeer.e4.workbench.test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.reddeer.e4.workbench.test --- [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench.test:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.e4.workbench.test/pom.xml [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/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.verification.parametrized/tests/org.eclipse.reddeer.e4.workbench.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.reddeer.e4.workbench.test --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/reddeer.verification.parametrized/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.verification.parametrized/tests/org.eclipse.reddeer.e4.workbench.test/target/org.eclipse.reddeer.e4.workbench.test-3.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.reddeer.e4.workbench.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.e4.workbench.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.e4.workbench.test/target/org.eclipse.reddeer.e4.workbench.test-3.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.e4.workbench.test --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.reddeer.e4.workbench.test --- [INFO] Executing Test Runtime with timeout 9600, logs (if any) will be placed at: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.e4.workbench.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/11.0.2+9/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.verification.parametrized/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.6.100.v20201223-0822/org.eclipse.equinox.launcher-1.6.100.v20201223-0822.jar, -data, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.e4.workbench.test/target/work/data, -install, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.e4.workbench.test/target/work, -configuration, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.e4.workbench.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/reddeer.verification.parametrized/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, -timeout, 9600000] Launching application org.eclipse.e4.ui.workbench.swt.E4Application... Running org.eclipse.reddeer.e4.workbench.test.shell.WorkbenchShellTest 20:18:46.594 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse 4 RCP Application 20:18:46.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:18:46.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:18:46.608 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'Eclipse 4 RCP Application' 20:18:46.610 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'Eclipse 4 RCP Application' 20:18:46.618 DEBUG [main][MenuItemLookup] Found menu:'File' 20:18:46.618 DEBUG [main][MenuItemLookup] Item match:File 20:18:46.626 DEBUG [main][MenuItemLookup] Found menu:'File' 20:18:46.626 DEBUG [main][MenuItemLookup] Found menu:'Help' 20:18:46.626 DEBUG [main][MenuItemLookup] Item match:Help 20:18:46.627 DEBUG [main][MenuItemLookup] Found menu:'File' 20:18:46.627 DEBUG [main][MenuItemLookup] Item match:File 20:18:46.631 DEBUG [main][MenuItemLookup] Found menu:'Open' 20:18:46.631 DEBUG [main][MenuItemLookup] Item match:Open 20:18:46.632 DEBUG [main][MenuItemLookup] Found menu:'File' 20:18:46.632 DEBUG [main][MenuItemLookup] Found menu:'Help' 20:18:46.632 DEBUG [main][MenuItemLookup] Item match:Help 20:18:46.633 DEBUG [main][MenuItemLookup] Found menu:'About' 20:18:46.634 DEBUG [main][MenuItemLookup] Item match:About 20:18:46.635 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'Eclipse 4 RCP Application' 20:18:46.635 DEBUG [main][MenuItemLookup] Found menu:'File' 20:18:46.636 DEBUG [main][MenuItemLookup] Item match:File 20:18:46.637 DEBUG [main][MenuItemLookup] Found menu:'Open' 20:18:46.637 DEBUG [main][MenuItemLookup] Item match:Open 20:18:46.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:18:46.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:18:46.638 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'Eclipse 4 RCP Application' 20:18:46.639 DEBUG [main][MenuItemLookup] Found menu:'File' 20:18:46.639 DEBUG [main][MenuItemLookup] Item match:File 20:18:46.640 DEBUG [main][MenuItemLookup] Found menu:'Open' 20:18:46.640 DEBUG [main][MenuItemLookup] Item match:Open 20:18:46.642 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse 4 RCP Application 20:18:46.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:18:46.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:18:46.681 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'Eclipse 4 RCP Application' Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.184 s - in org.eclipse.reddeer.e4.workbench.test.shell.WorkbenchShellTest findWorkbenchShellMenu(org.eclipse.reddeer.e4.workbench.test.shell.WorkbenchShellTest) Time elapsed: 0.125 s findWorkbenchShell(org.eclipse.reddeer.e4.workbench.test.shell.WorkbenchShellTest) Time elapsed: 0.04 s Running org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest 20:18:46.704 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 20:18:46.706 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=0 20:18:46.706 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 20:18:46.707 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=0 20:18:46.727 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest 20:18:46.746 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 20:18:46.746 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:18:46.781 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest 20:18:46.782 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:18:46.783 INFO [WorkbenchTestable][RequirementsRunner] Started test: getWidgetFromPartWhenOtherShellIsActive no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) 20:18:46.783 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest 20:18:46.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:18:46.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:18:46.784 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'Eclipse 4 RCP Application' 20:18:46.784 DEBUG [main][MenuItemLookup] Found menu:'File' 20:18:46.785 DEBUG [main][MenuItemLookup] Found menu:'Help' 20:18:46.785 DEBUG [main][MenuItemLookup] Item match:Help 20:18:46.786 DEBUG [main][MenuItemLookup] Found menu:'About' 20:18:46.786 DEBUG [main][MenuItemLookup] Item match:About 20:18:46.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "About"] is available.... 20:18:46.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "About"] is available. finished successfully 20:18:46.801 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") 20:18:46.801 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:18:46.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:18:46.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:18:46.802 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:18:46.803 ERROR [WorkbenchTestable][WidgetLookup] Unable to determine active parent 20:18:46.804 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest 20:18:46.804 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getWidgetFromPartWhenOtherShellIsActive no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) 20:18:46.804 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:18:46.805 INFO [WorkbenchTestable][RequirementsRunner] Started test: getWidgetFromPartWhenOtherPartIsActive no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) 20:18:46.805 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest 20:18:46.809 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse 4 RCP Application 20:18:46.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:18:46.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:18:46.810 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'Eclipse 4 RCP Application' 20:18:46.811 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Sample Part 2") 20:18:46.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:18:46.814 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:18:46.821 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:18:46.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:18:46.822 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:18:46.824 INFO [WorkbenchTestable][AbstractCTabItem] Activate Sample Part 2 20:18:46.839 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") 20:18:46.839 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 20:18:46.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 20:18:46.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 20:18:46.840 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Sample Part 2"as the parent 20:18:46.841 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 20:18:46.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:18:46.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:18:46.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:18:47.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:18:47.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:18:47.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:18:47.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 20:18:47.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 20:18:47.857 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was not found 20:18:47.857 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest 20:18:47.858 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getWidgetFromPartWhenOtherPartIsActive no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) 20:18:47.858 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:18:47.858 INFO [WorkbenchTestable][RequirementsRunner] Started test: activateWorkbenchParts no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) 20:18:47.858 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest 20:18:47.858 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse 4 RCP Application 20:18:47.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:18:47.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:18:47.861 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'Eclipse 4 RCP Application' 20:18:47.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 widgets with text that without mnenomic matches: is "Sample Part") 20:18:47.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:18:47.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:18:47.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:18:47.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:18:47.864 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:18:47.864 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse 4 RCP Application 20:18:47.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:18:47.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:18:47.865 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'Eclipse 4 RCP Application' 20:18:47.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 widgets with text that without mnenomic matches: is "Sample Part 2") 20:18:47.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:18:47.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:18:47.867 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:18:47.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:18:47.867 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:18:47.867 INFO [WorkbenchTestable][AbstractCTabItem] Activate Sample Part 20:18:47.872 INFO [WorkbenchTestable][AbstractCTabItem] Activate Sample Part 2 20:18:47.879 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest 20:18:47.879 INFO [WorkbenchTestable][RequirementsRunner] Finished test: activateWorkbenchParts no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) 20:18:47.879 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:18:47.880 INFO [WorkbenchTestable][RequirementsRunner] Started test: testPartAsReferencedComposite no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) 20:18:47.880 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest 20:18:47.880 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse 4 RCP Application 20:18:47.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:18:47.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:18:47.880 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'Eclipse 4 RCP Application' 20:18:47.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 widgets with text that without mnenomic matches: is "Sample Part") 20:18:47.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:18:47.881 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:18:47.881 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:18:47.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:18:47.882 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:18:47.882 INFO [WorkbenchTestable][AbstractCTabItem] Activate Sample Part 20:18:47.888 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.workbench.impl.part.DefaultWorkbenchPart, index 0 and no matchers specified 20:18:47.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:18:47.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:18:47.888 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:18:47.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:18:47.889 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 20:18:47.889 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: "Sample item 1") 20:18:47.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:18:47.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:18:47.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:18:47.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:18:47.890 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 20:18:47.890 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest 20:18:47.890 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testPartAsReferencedComposite no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) 20:18:47.890 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:18:47.890 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDirtyablePart no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) 20:18:47.891 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest 20:18:47.891 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse 4 RCP Application 20:18:47.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:18:47.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:18:47.891 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'Eclipse 4 RCP Application' 20:18:47.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 widgets with text that without mnenomic matches: is "Sample Part") 20:18:47.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:18:47.891 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:18:47.892 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:18:47.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:18:47.893 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:18:47.894 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.workbench.impl.part.DefaultWorkbenchPart, index 0 and no matchers specified 20:18:47.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:18:47.894 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:18:47.894 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:18:47.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:18:47.895 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 20:18:47.895 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 20:18:47.896 INFO [WorkbenchTestable][AbstractText] Text set to: makePartDirty 20:18:47.904 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest 20:18:47.904 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDirtyablePart no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) 20:18:47.904 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:18:47.904 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeWorkbenchPart no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) 20:18:47.904 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest 20:18:47.904 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse 4 RCP Application 20:18:47.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:18:47.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:18:47.905 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'Eclipse 4 RCP Application' 20:18:47.905 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Sample Part 2") 20:18:47.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:18:47.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:18:47.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:18:47.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:18:47.907 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:18:47.907 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Sample Part 2 20:18:47.908 INFO [WorkbenchTestable][AbstractCTabItem] Activate Sample Part 2 20:18:47.912 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 20:18:47.926 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse 4 RCP Application 20:18:47.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:18:47.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:18:47.927 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'Eclipse 4 RCP Application' 20:18:47.928 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 text matches: Matcher matching text to regular expression 'Open SamplePart2') 20:18:47.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:18:47.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:18:47.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:18:47.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:18:47.930 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 20:18:47.931 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openSamplePart 20:18:47.932 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 20:18:47.932 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 20:18:47.990 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse 4 RCP Application 20:18:47.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:18:47.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:18:47.991 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'Eclipse 4 RCP Application' 20:18:47.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 widgets with text that without mnenomic matches: is "Sample Part 2") 20:18:47.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:18:47.991 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:18:47.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:18:47.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:18:47.993 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:18:47.993 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest 20:18:47.993 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeWorkbenchPart no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) 20:18:47.993 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 20:18:47.993 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSampleWorkbenchPart no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) 20:18:47.993 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest 20:18:47.994 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse 4 RCP Application 20:18:47.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:18:47.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:18:47.994 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'Eclipse 4 RCP Application' 20:18:47.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 widgets with text that without mnenomic matches: is "Sample Part") 20:18:47.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:18:47.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:18:47.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:18:47.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:18:47.995 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:18:47.996 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse 4 RCP Application 20:18:47.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 20:18:47.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 20:18:47.997 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'Eclipse 4 RCP Application' 20:18: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 widgets with text that without mnenomic matches: is "Sample Part 2") 20:18:47.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 20:18:47.997 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 20:18:47.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 20:18:47.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 20:18:47.998 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 20:18:47.998 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest 20:18:47.998 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSampleWorkbenchPart no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) 20:18:47.999 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.297 s - in org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest getWidgetFromPartWhenOtherShellIsActive no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) Time elapsed: 0.021 s getWidgetFromPartWhenOtherPartIsActive no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) Time elapsed: 1.053 s activateWorkbenchParts no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) Time elapsed: 0.021 s testPartAsReferencedComposite no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) Time elapsed: 0.01 s testDirtyablePart no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) Time elapsed: 0.014 s closeWorkbenchPart no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) Time elapsed: 0.089 s testSampleWorkbenchPart no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) Time elapsed: 0.005 s Results: Tests run: 9, 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.e4.workbench.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/reddeer.verification.parametrized/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 19 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:org.eclipse.reddeer.integration.test >------ [INFO] Building RedDeer Integration and Eclipse Installation Tests 3.3.0-SNAPSHOT [44/58] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.integration.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.integration.test --- [INFO] The project's OSGi version is 3.3.0.v20210310-1921 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.reddeer.integration.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.reddeer.integration.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.integration.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.verification.parametrized/tests/org.eclipse.reddeer.integration.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.integration.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.integration.test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.reddeer.integration.test --- [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.integration.test:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.integration.test/pom.xml [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.integration.test/bin [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.integration.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.integration.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.reddeer.integration.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.integration.test/target/org.eclipse.reddeer.integration.test-3.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.reddeer.integration.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.integration.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.integration.test/target/org.eclipse.reddeer.integration.test-3.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.integration.test --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.reddeer.integration.test --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.integration.test --- [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.jface' with 19 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.junit' with 61 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes [INFO] [INFO] --------------------< org.eclipse.reddeer:features >-------------------- [INFO] Building RedDeer Features 3.3.0-SNAPSHOT [45/58] [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.verification.parametrized/features/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ features --- [INFO] [INFO] ---------< org.eclipse.reddeer:org.eclipse.reddeer.e4.feature >--------- [INFO] Building RedDeer E4 Feature 3.3.0-SNAPSHOT [46/58] [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.verification.parametrized/features/org.eclipse.reddeer.e4.feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.e4.feature --- [INFO] The project's OSGi version is 3.3.0.v20210310-1921 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.reddeer.e4.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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.verification.parametrized/features/org.eclipse.reddeer.e4.feature/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.reddeer.e4.feature --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.reddeer.e4.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.reddeer.e4.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.e4.feature/target/org.eclipse.reddeer.e4.feature-3.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.e4.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.e4.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.reddeer.e4.feature --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.e4.feature/target/org.eclipse.reddeer.e4.feature-3.3.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.3.0-SNAPSHOT [47/58] [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.verification.parametrized/features/org.eclipse.reddeer.eclipse.feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.eclipse.feature --- [INFO] The project's OSGi version is 3.3.0.v20210310-1921 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.reddeer.eclipse.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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.verification.parametrized/features/org.eclipse.reddeer.eclipse.feature/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.reddeer.eclipse.feature --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.reddeer.eclipse.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.reddeer.eclipse.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.eclipse.feature/target/org.eclipse.reddeer.eclipse.feature-3.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.eclipse.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.eclipse.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.reddeer.eclipse.feature --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.eclipse.feature/target/org.eclipse.reddeer.eclipse.feature-3.3.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.3.0-SNAPSHOT [48/58] [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.verification.parametrized/features/org.eclipse.reddeer.gef.spy.feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.gef.spy.feature --- [INFO] The project's OSGi version is 3.3.0.v20210310-1921 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.reddeer.gef.spy.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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.verification.parametrized/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] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.reddeer.gef.spy.feature --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.reddeer.gef.spy.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.reddeer.gef.spy.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.gef.spy.feature/target/org.eclipse.reddeer.gef.spy.feature-3.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.gef.spy.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.gef.spy.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.reddeer.gef.spy.feature --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.gef.spy.feature/target/org.eclipse.reddeer.gef.spy.feature-3.3.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.3.0-SNAPSHOT [49/58] [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.verification.parametrized/features/org.eclipse.reddeer.swt.feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.swt.feature --- [INFO] The project's OSGi version is 3.3.0.v20210310-1921 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.reddeer.swt.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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.verification.parametrized/features/org.eclipse.reddeer.swt.feature/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.reddeer.swt.feature --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.reddeer.swt.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.reddeer.swt.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.swt.feature/target/org.eclipse.reddeer.swt.feature-3.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.swt.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.swt.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.reddeer.swt.feature --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.swt.feature/target/org.eclipse.reddeer.swt.feature-3.3.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.3.0-SNAPSHOT [50/58] [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.verification.parametrized/features/org.eclipse.reddeer.tests.feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.tests.feature --- [INFO] The project's OSGi version is 3.3.0.v20210310-1921 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.reddeer.tests.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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.verification.parametrized/features/org.eclipse.reddeer.tests.feature/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.reddeer.tests.feature --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.reddeer.tests.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.reddeer.tests.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.tests.feature/target/org.eclipse.reddeer.tests.feature-3.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.tests.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.tests.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.reddeer.tests.feature --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.tests.feature/target/org.eclipse.reddeer.tests.feature-3.3.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.3.0-SNAPSHOT [51/58] [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.verification.parametrized/features/org.eclipse.reddeer.ui.feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.ui.feature --- [INFO] The project's OSGi version is 3.3.0.v20210310-1921 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.reddeer.ui.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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.verification.parametrized/features/org.eclipse.reddeer.ui.feature/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.reddeer.ui.feature --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.reddeer.ui.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.reddeer.ui.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.ui.feature/target/org.eclipse.reddeer.ui.feature-3.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.ui.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.ui.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.reddeer.ui.feature --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.ui.feature/target/org.eclipse.reddeer.ui.feature-3.3.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.3.0-SNAPSHOT [52/58] [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.verification.parametrized/features/org.eclipse.reddeer.recorder.feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.recorder.feature --- [INFO] The project's OSGi version is 3.3.0.v20210310-1921 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.reddeer.recorder.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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.verification.parametrized/features/org.eclipse.reddeer.recorder.feature/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.reddeer.recorder.feature --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.reddeer.recorder.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.reddeer.recorder.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.recorder.feature/target/org.eclipse.reddeer.recorder.feature-3.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.recorder.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.recorder.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.reddeer.recorder.feature --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.recorder.feature/target/org.eclipse.reddeer.recorder.feature-3.3.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.3.0-SNAPSHOT [53/58] [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.verification.parametrized/features/org.eclipse.reddeer.graphiti.feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.graphiti.feature --- [INFO] The project's OSGi version is 3.3.0.v20210310-1921 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.reddeer.graphiti.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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.verification.parametrized/features/org.eclipse.reddeer.graphiti.feature/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.reddeer.graphiti.feature --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.reddeer.graphiti.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.reddeer.graphiti.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.graphiti.feature/target/org.eclipse.reddeer.graphiti.feature-3.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.graphiti.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.graphiti.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.reddeer.graphiti.feature --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.graphiti.feature/target/org.eclipse.reddeer.graphiti.feature-3.3.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.3.0-SNAPSHOT [54/58] [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.verification.parametrized/features/org.eclipse.reddeer.spy.feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.spy.feature --- [INFO] The project's OSGi version is 3.3.0.v20210310-1921 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.reddeer.spy.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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.verification.parametrized/features/org.eclipse.reddeer.spy.feature/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.reddeer.spy.feature --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.reddeer.spy.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.reddeer.spy.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.spy.feature/target/org.eclipse.reddeer.spy.feature-3.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.spy.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.spy.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.reddeer.spy.feature --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.spy.feature/target/org.eclipse.reddeer.spy.feature-3.3.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.3.0-SNAPSHOT [55/58] [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.verification.parametrized/features/org.eclipse.reddeer.logparser.feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.logparser.feature --- [INFO] The project's OSGi version is 3.3.0.v20210310-1921 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.reddeer.logparser.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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.verification.parametrized/features/org.eclipse.reddeer.logparser.feature/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.reddeer.logparser.feature --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.reddeer.logparser.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.reddeer.logparser.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.logparser.feature/target/org.eclipse.reddeer.logparser.feature-3.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.logparser.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.logparser.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.reddeer.logparser.feature --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.logparser.feature/target/org.eclipse.reddeer.logparser.feature-3.3.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.logparser.feature --- [INFO] [INFO] ------< org.eclipse.reddeer:org.eclipse.reddeer.codegen.feature >------- [INFO] Building RedDeer CodeGen Feature 3.3.0-SNAPSHOT [56/58] [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.verification.parametrized/features/org.eclipse.reddeer.codegen.feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.codegen.feature --- [INFO] The project's OSGi version is 3.3.0.v20210310-1921 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.reddeer.codegen.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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.verification.parametrized/features/org.eclipse.reddeer.codegen.feature/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.reddeer.codegen.feature --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.reddeer.codegen.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.reddeer.codegen.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.codegen.feature/target/org.eclipse.reddeer.codegen.feature-3.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.codegen.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.codegen.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.reddeer.codegen.feature --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.codegen.feature/target/org.eclipse.reddeer.codegen.feature-3.3.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.codegen.feature --- [INFO] [INFO] ------------< org.eclipse.reddeer:org.eclipse.reddeer.site >------------ [INFO] Building RedDeer Site 3.3.0-SNAPSHOT [57/58] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.site --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.site --- [INFO] The project's OSGi version is 3.3.0.v20210310-1921 [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.verification.parametrized/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.verification.parametrized/site/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.reddeer.site --- [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.reddeer.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.2.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.reddeer.site --- [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] [INFO] Published profile IUs: [config.a.jre.javase 14.0.0, a.jre.javase 14.0.0] [INFO] Published profile IUs: [config.a.jre.javase 15.0.0, a.jre.javase 15.0.0] [INFO] Published profile IUs: [config.a.jre.javase 16.0.0, a.jre.javase 16.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:2.2.0:publish-products (default-publish-products) @ org.eclipse.reddeer.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.2.0:publish-categories (default-publish-categories) @ org.eclipse.reddeer.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.2.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.reddeer.site --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.2.0:assemble-repository (default-assemble-repository) @ org.eclipse.reddeer.site --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.2.0:archive-repository (default-archive-repository) @ org.eclipse.reddeer.site --- [INFO] Building zip: /home/jenkins/agent/workspace/reddeer.verification.parametrized/site/target/org.eclipse.reddeer.site-3.3.0-SNAPSHOT.zip [INFO] [INFO] -----------< org.eclipse.reddeer:eclipse-reddeer-archetype >------------ [INFO] Building RedDeer Archetype 3.3.0-SNAPSHOT [58/58] [INFO] --------------------------[ maven-archetype ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ eclipse-reddeer-archetype --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-reddeer-archetype --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] Using 'null' encoding to copy filtered properties files. [INFO] Copying 8 resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-reddeer-archetype --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] Using 'null' encoding to copy filtered properties files. [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.verification.parametrized/archetype/target/eclipse-reddeer-archetype-3.3.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:3.3.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: tycho_version, Value: 1.4.0 [INFO] Parameter: package, Value: foo.bar.myplugin.simrel [INFO] Parameter: reddeer_version, Value: master [INFO] Parameter: groupId, Value: foo.bar.myplugin [INFO] Parameter: artifactId, Value: reddeer.archetype [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT [INFO] Parameter: eclipse_platform, Value: 2019-12 [INFO] Project created from Archetype in dir: /home/jenkins/agent/workspace/reddeer.verification.parametrized/archetype/target/test-classes/projects/eclipse-reddeer-archetype/project/reddeer.archetype [INFO] Invoking post-archetype-generation goals: clean verify [INFO] Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) [INFO] Maven home: /opt/tools/apache-maven/3.6.3 [INFO] Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9 [INFO] Default locale: en_US, platform encoding: UTF-8 [INFO] OS name: "linux", version: "3.10.0-1062.el7.x86_64", arch: "amd64", family: "unix" [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.verification.parametrized/archetype/target/test-classes/projects/eclipse-reddeer-archetype/project/reddeer.archetype/pom.xml [INFO] [INFO] Fetching p2.index from https://download.eclipse.org/releases/2019-12/ (122B) [INFO] [INFO] Adding repository https://download.eclipse.org/releases/2019-12 [INFO] [INFO] Fetching compositeContent.jar from https://download.eclipse.org/releases/2019-12/ (482B) [INFO] [INFO] Fetching compositeContent.jar from https://download.eclipse.org/releases/2019-12/ (482B) [INFO] [INFO] Fetching p2.index from https://download.eclipse.org/technology/epp/packages/2019-12/ (142B) [INFO] [INFO] Fetching p2.index from https://download.eclipse.org/technology/epp/packages/2019-12/ (142B) [INFO] [INFO] Fetching content.xml.xz from https://download.eclipse.org/technology/epp/packages/2019-12/ (19.16kB) [INFO] [INFO] Fetching p2.index from https://download.eclipse.org/releases/2019-12/201912181000/ (142B) [INFO] [INFO] Fetching p2.index from https://download.eclipse.org/releases/2019-12/201912181000/ (142B) [INFO] [INFO] Fetching content.xml.xz from https://download.eclipse.org/releases/2019-12/201912181000/ (827.81kB) [INFO] [INFO] Fetching content.xml.xz from https://download.eclipse.org/releases/2019-12/201912181000/ (827.81kB) [INFO] [INFO] Fetching p2.index from https://download.eclipse.org/reddeer/snapshots/ (172B) [INFO] [INFO] Adding repository https://download.eclipse.org/reddeer/snapshots [INFO] [INFO] Fetching content.xml.xz from https://download.eclipse.org/reddeer/snapshots/ (67.57kB) [INFO] [INFO] Fetching content.xml.xz from https://download.eclipse.org/reddeer/snapshots/ (67.57kB) [INFO] [INFO] Resolving dependencies of MavenProject: foo.bar.myplugin:reddeer.archetype:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/archetype/target/test-classes/projects/eclipse-reddeer-archetype/project/reddeer.archetype/pom.xml [INFO] [INFO] Fetching org.eclipse.osgi_3.16.200.v20210226-1447.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (470.65kB) [INFO] [INFO] Fetching org.eclipse.osgi_3.16.200.v20210226-1447.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (470.65kB) [INFO] [INFO] Fetching 201912181000&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.emf.emfstore.common_1.9.0.v20170530-0703.jar.pack.gz from https://download.eclipse.org/releases/2019-12/201912181000/plugins/ (1.86MB) [INFO] [INFO] Fetching org.eclipse.emf.emfstore.common_1.9.0.v20170530-0703.jar.pack.gz from https://download.eclipse.org/releases/2019-12/201912181000/plugins/ (1.86MB) [INFO] [INFO] Fetching org.eclipse.swt_3.116.0.v20210302-1107.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (16.03kB) [INFO] [INFO] Fetching org.eclipse.swt_3.116.0.v20210302-1107.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (16.03kB) [INFO] [INFO] Fetching org.eclipse.equinox.ds_1.6.100.v20191001-1333.jar.pack.gz from https://download.eclipse.org/releases/2019-12/201912181000/plugins/ (17.52kB) [INFO] [INFO] Fetching org.eclipse.equinox.ds_1.6.100.v20191001-1333.jar.pack.gz from https://download.eclipse.org/releases/2019-12/201912181000/plugins/ (17.52kB) [INFO] [INFO] Fetching org.eclipse.equinox.launcher_1.5.600.v20191014-2022.jar.pack.gz from https://download.eclipse.org/releases/2019-12/201912181000/plugins/ (29.94kB) [INFO] [INFO] Fetching org.eclipse.equinox.launcher_1.5.600.v20191014-2022.jar.pack.gz from https://download.eclipse.org/releases/2019-12/201912181000/plugins/ (29.94kB) [INFO] [INFO] Fetching org.eclipse.reddeer.common_3.3.0.v20210309-1227.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (28.1kB) [INFO] [INFO] Fetching org.eclipse.reddeer.common_3.3.0.v20210309-1227.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (28.1kB) [INFO] [INFO] Fetching org.eclipse.reddeer.core_3.3.0.v20210309-1227.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (70.89kB) [INFO] [INFO] Fetching org.eclipse.reddeer.core_3.3.0.v20210309-1227.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (70.89kB) [INFO] [INFO] Fetching org.eclipse.reddeer.direct_3.3.0.v20210309-1227.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (10.34kB) [INFO] [INFO] Fetching org.eclipse.reddeer.direct_3.3.0.v20210309-1227.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (10.34kB) [INFO] [INFO] Fetching org.eclipse.reddeer.uiforms_3.3.0.v20210309-1227.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (14.38kB) [INFO] [INFO] Fetching org.eclipse.reddeer.uiforms_3.3.0.v20210309-1227.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (14.38kB) [INFO] [INFO] Fetching org.eclipse.reddeer.eclipse_3.3.0.v20210309-1227.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (103.36kB) [INFO] [INFO] Fetching org.eclipse.reddeer.eclipse_3.3.0.v20210309-1227.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (103.36kB) [INFO] [INFO] Fetching org.eclipse.reddeer.jface_3.3.0.v20210309-1227.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (17.7kB) [INFO] [INFO] Fetching org.eclipse.reddeer.swt_3.3.0.v20210309-1227.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (48.64kB) [INFO] [INFO] Fetching org.eclipse.reddeer.swt_3.3.0.v20210309-1227.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (48.64kB) [INFO] [INFO] Fetching org.eclipse.reddeer.workbench_3.3.0.v20210309-1227.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (33kB) [INFO] [INFO] Fetching org.eclipse.reddeer.workbench_3.3.0.v20210309-1227.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (33kB) [INFO] [INFO] Fetching org.eclipse.reddeer.workbench.core_3.3.0.v20210309-1227.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (15.18kB) [INFO] [INFO] Fetching org.eclipse.reddeer.workbench.core_3.3.0.v20210309-1227.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (15.18kB) [INFO] [INFO] Fetching org.eclipse.reddeer.junit_3.3.0.v20210309-1227.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (38.69kB) [INFO] [INFO] Fetching org.eclipse.reddeer.junit_3.3.0.v20210309-1227.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (38.69kB) [INFO] [INFO] Fetching org.eclipse.reddeer.go_3.3.0.v20210309-1227.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (7.14kB) [INFO] [INFO] Fetching org.eclipse.reddeer.go_3.3.0.v20210309-1227.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (7.14kB) [INFO] [INFO] Fetching org.eclipse.reddeer.junit.extension_3.3.0.v20210309-1227.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (14.59kB) [INFO] [INFO] Fetching org.eclipse.reddeer.junit.extension_3.3.0.v20210309-1227.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (14.59kB) [INFO] [INFO] Fetching org.eclipse.reddeer.requirements_3.3.0.v20210309-1227.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (16.78kB) [INFO] [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.116.0.v20210302-1107.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (976.59kB) [INFO] [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.116.0.v20210302-1107.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (976.59kB) [INFO] [INFO] Fetching org.eclipse.ui.ide.application_1.3.500.v20191122-2109.jar.pack.gz from https://download.eclipse.org/releases/2019-12/201912181000/plugins/ (55.35kB) [INFO] [INFO] Resolving class path of MavenProject: foo.bar.myplugin:reddeer.archetype:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/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.20210310-2019 [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 (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/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.verification.parametrized/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.verification.parametrized/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 (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/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.verification.parametrized/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.verification.parametrized/archetype/target/test-classes/projects/eclipse-reddeer-archetype/project/reddeer.archetype/target/work/data/.metadata/.log [INFO] [INFO] Command line: [INFO] [/opt/tools/java/openjdk/jdk-11/11.0.2+9/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.600.v20191014-2022/org.eclipse.equinox.launcher-1.5.600.v20191014-2022.jar, -data, /home/jenkins/agent/workspace/reddeer.verification.parametrized/archetype/target/test-classes/projects/eclipse-reddeer-archetype/project/reddeer.archetype/target/work/data, -install, /home/jenkins/agent/workspace/reddeer.verification.parametrized/archetype/target/test-classes/projects/eclipse-reddeer-archetype/project/reddeer.archetype/target/work, -configuration, /home/jenkins/agent/workspace/reddeer.verification.parametrized/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.verification.parametrized/archetype/target/test-classes/projects/eclipse-reddeer-archetype/project/reddeer.archetype/target/surefire.properties, -nouithread] [INFO] Running foo.bar.myplugin.simrel.AllRedDeerTests [INFO] 20:19:47.423 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running [INFO] 20:19:47.424 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 [INFO] 20:19:47.427 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running [INFO] 20:19:47.428 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 [INFO] 20:19:47.480 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class foo.bar.myplugin.simrel.BasicTest [INFO] 20:19:47.493 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created [INFO] 20:19:47.495 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements [INFO] 20:19:47.496 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class foo.bar.myplugin.simrel.BasicTest [INFO] 20:19:47.498 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench [INFO] 20:19:47.596 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data' [INFO] 20:19:47.599 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt [INFO] 20:19:47.600 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen [INFO] 20:19:47.601 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt [INFO] 20:19:47.601 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' [INFO] 20:19:47.603 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt [INFO] 20:19:47.605 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven [INFO] 20:19:47.612 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers 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] 20:19:47.632 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data [INFO] 20:19: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.*'] [INFO] 20:19:47.681 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data [INFO] 20:19:47.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.*'] [INFO] 20:19:47.682 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data [INFO] 20:19:47.684 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data [INFO] 20:19:47.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... [INFO] 20:19:47.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully [INFO] 20:19:47.686 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data' [INFO] 20:19:47.688 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data' [INFO] 20:19:47.689 DEBUG [main][MenuItemLookup] Found menu:'File' [INFO] 20:19:47.689 DEBUG [main][MenuItemLookup] Found menu:'Edit' [INFO] 20:19:47.689 DEBUG [main][MenuItemLookup] Found menu:'Navigate' [INFO] 20:19:47.689 DEBUG [main][MenuItemLookup] Found menu:'Project' [INFO] 20:19:47.689 DEBUG [main][MenuItemLookup] Found menu:'Window' [INFO] 20:19:47.690 DEBUG [main][MenuItemLookup] Item match:Window [INFO] 20:19:47.691 DEBUG [main][MenuItemLookup] Found menu:'New Window' [INFO] 20:19:47.691 DEBUG [main][MenuItemLookup] Found menu:'Editor' [INFO] 20:19:47.692 DEBUG [main][MenuItemLookup] Found menu:'Appearance' [INFO] 20:19:47.692 DEBUG [main][MenuItemLookup] Found menu:'' [INFO] 20:19:47.692 DEBUG [main][MenuItemLookup] Found menu:'Show View' [INFO] 20:19:47.692 DEBUG [main][MenuItemLookup] Found menu:'Perspective' [INFO] 20:19:47.692 DEBUG [main][MenuItemLookup] Found menu:'' [INFO] 20:19:47.692 DEBUG [main][MenuItemLookup] Found menu:'Navigation' [INFO] 20:19:47.692 DEBUG [main][MenuItemLookup] Found menu:'' [INFO] 20:19:47.692 DEBUG [main][MenuItemLookup] Found menu:'Preferences' [INFO] 20:19:47.692 DEBUG [main][MenuItemLookup] Item match:Preferences [INFO] 20:19:47.693 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" [INFO] 20:19:47.693 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences [INFO] 20:19:47.694 INFO [main][MenuItemHandler] Select menu item: &Preferences [INFO] 20:19:47.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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] 20:19:47.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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] 20:19:47.829 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences [INFO] 20:19:47.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... [INFO] 20:19:47.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully [INFO] 20:19:47.832 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed [INFO] 20:19:47.832 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data [INFO] 20:19:47.835 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] 20:19:47.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... [INFO] 20:19:47.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers [INFO] 20:19:47.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found [INFO] 20:19:47.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully [INFO] 20:19:47.850 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found [INFO] 20:19:47.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... [INFO] 20:19:47.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully [INFO] 20:19:47.892 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] 20:19:47.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... [INFO] 20:19:47.893 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers [INFO] 20:19:47.896 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found [INFO] 20:19:47.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully [INFO] 20:19:47.896 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found [INFO] 20:19:47.897 INFO [WorkbenchTestable][AbstractButton] Click button Cancel [INFO] 20:19:47.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... [INFO] 20:19:47.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully [INFO] 20:19:47.898 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 [INFO] 20:19:47.898 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization [INFO] 20:19:47.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... [INFO] 20:19:47.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully [INFO] 20:19:47.928 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data [INFO] 20:19:47.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... [INFO] 20:19:47.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully [INFO] 20:19:47.930 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements [INFO] 20:19:47.931 INFO [WorkbenchTestable][RequirementsRunner] Started test: test no-configuration(foo.bar.myplugin.simrel.BasicTest) [INFO] 20:19:47.931 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class foo.bar.myplugin.simrel.BasicTest [INFO] 20:19:47.931 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt [INFO] 20:19:47.931 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt [INFO] 20:19:47.931 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt [INFO] 20:19:47.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... [INFO] 20:19:47.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully [INFO] 20:19:47.932 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data [INFO] 20:19:47.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... [INFO] 20:19:47.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully [INFO] 20:19:47.934 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class foo.bar.myplugin.simrel.BasicTest [INFO] 20:19:47.934 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt [INFO] 20:19:47.935 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... [INFO] 20:19:47.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... [INFO] 20:19:47.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully [INFO] 20:19:47.936 INFO [WorkbenchTestable][RequirementsRunner] Finished test: test no-configuration(foo.bar.myplugin.simrel.BasicTest) [INFO] 20:19:47.937 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class foo.bar.myplugin.simrel.BasicTest [INFO] 20:19:47.937 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt [INFO] 20:19:47.937 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... [INFO] 20:19:47.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... [INFO] 20:19:47.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.524 s - in foo.bar.myplugin.simrel.AllRedDeerTests [INFO] test no-configuration(foo.bar.myplugin.simrel.BasicTest) Time elapsed: 0.005 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: 31.047 s [INFO] [INFO] Finished at: 2021-03-10T20:19:50Z [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Post-archetype-generation invoker exit code: 0 [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for RedDeer Parent POM File 3.3.0-SNAPSHOT: [INFO] [INFO] RedDeer Parent POM File ............................ SUCCESS [ 26.429 s] [INFO] RedDeer Plugins .................................... SUCCESS [ 0.005 s] [INFO] RedDeer Common ..................................... SUCCESS [ 8.874 s] [INFO] RedDeer Workbench Core ............................. SUCCESS [ 0.702 s] [INFO] RedDeer E4 Workbench Core .......................... SUCCESS [ 0.539 s] [INFO] RedDeer Core ....................................... SUCCESS [ 1.076 s] [INFO] RedDeer SWT ........................................ SUCCESS [ 2.181 s] [INFO] RedDeer JFace ...................................... SUCCESS [ 0.327 s] [INFO] RedDeer Workbench .................................. SUCCESS [ 0.562 s] [INFO] RedDeer E4 Workbench ............................... SUCCESS [ 0.332 s] [INFO] RedDeer UIForms .................................... SUCCESS [ 0.408 s] [INFO] RedDeer Direct ..................................... SUCCESS [ 0.435 s] [INFO] RedDeer JUnit ...................................... SUCCESS [ 0.664 s] [INFO] RedDeer Eclipse .................................... SUCCESS [ 2.095 s] [INFO] RedDeer GEF ........................................ SUCCESS [ 0.591 s] [INFO] RedDeer GEF Spy .................................... SUCCESS [ 0.347 s] [INFO] RedDeer Graphiti ................................... SUCCESS [ 0.381 s] [INFO] RedDeer JDT Junit .................................. SUCCESS [ 0.254 s] [INFO] RedDeer JUnit Extensions ........................... SUCCESS [ 0.544 s] [INFO] RedDeer Requirements ............................... SUCCESS [ 0.382 s] [INFO] RedDeer UI ......................................... SUCCESS [ 0.808 s] [INFO] RedDeer Spy ........................................ SUCCESS [ 5.652 s] [INFO] RedDeer Recorder ................................... SUCCESS [ 0.653 s] [INFO] RedDeer Go ......................................... SUCCESS [ 0.155 s] [INFO] RedDeer Log Parser ................................. SUCCESS [ 0.421 s] [INFO] RedDeer CodeGen .................................... SUCCESS [ 0.687 s] [INFO] RedDeer Test-Apps .................................. SUCCESS [ 0.004 s] [INFO] RedDeer E4 Test App ................................ SUCCESS [ 0.310 s] [INFO] RedDeer Tests ...................................... SUCCESS [ 0.432 s] [INFO] RedDeer Common Tests ............................... SUCCESS [01:17 min] [INFO] RedDeer SWT Tests .................................. SUCCESS [03:29 min] [INFO] RedDeer Core Tests ................................. SUCCESS [02:58 min] [INFO] RedDeer Workbench Tests ............................ SUCCESS [04:42 min] [INFO] RedDeer UIForms Test ............................... SUCCESS [ 20.389 s] [INFO] RedDeer JFace Tests ................................ SUCCESS [01:16 min] [INFO] RedDeer Eclipse Tests .............................. SUCCESS [28:39 min] [INFO] RedDeer GEF Tests .................................. SUCCESS [ 56.452 s] [INFO] RedDeer Graphiti Tests ............................. SUCCESS [ 30.658 s] [INFO] RedDeer Direct Tests ............................... SUCCESS [ 28.215 s] [INFO] RedDeer JUnit Tests ................................ SUCCESS [ 15.162 s] [INFO] RedDeer Requirements Tests ......................... SUCCESS [05:29 min] [INFO] RedDeer UI Tests ................................... SUCCESS [02:46 min] [INFO] RedDeer E4 Workbench Tests ......................... SUCCESS [ 8.078 s] [INFO] RedDeer Integration and Eclipse Installation Tests . SUCCESS [ 0.864 s] [INFO] RedDeer Features ................................... SUCCESS [ 0.003 s] [INFO] RedDeer E4 Feature ................................. SUCCESS [ 0.419 s] [INFO] RedDeer Eclipse Feature ............................ SUCCESS [ 0.587 s] [INFO] RedDeer GEF Spy Feature ............................ SUCCESS [ 0.135 s] [INFO] RedDeer SWT Feature ................................ SUCCESS [ 0.278 s] [INFO] RedDeer Tests Feature .............................. SUCCESS [ 0.811 s] [INFO] RedDeer UI Feature ................................. SUCCESS [ 0.099 s] [INFO] RedDeer Recorder Feature ........................... SUCCESS [ 0.126 s] [INFO] RedDeer GEF/Graphiti Feature ....................... SUCCESS [ 0.423 s] [INFO] RedDeer Spy Feature ................................ SUCCESS [ 0.287 s] [INFO] RedDeer Log Parser Feature ......................... SUCCESS [ 0.145 s] [INFO] RedDeer CodeGen Feature ............................ SUCCESS [ 0.132 s] [INFO] RedDeer Site ....................................... SUCCESS [ 23.374 s] [INFO] RedDeer Archetype .................................. SUCCESS [ 34.212 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 58:01 min [INFO] Finished at: 2021-03-10T20:19:51Z [INFO] ------------------------------------------------------------------------ Terminating xvnc. Archiving artifacts Recording test results [Checks API] No suitable checks publisher found. Sending e-mails to: odockal@redhat.com Finished: SUCCESS